I'm putting together ideas for an app I'm about to start. One of the
discussions is about using in-app purchases vs separate apps. Eg. Tap-tap
has different apps, like "Tap Tap Aerosmith" rather than just having an
Aerosmith pack you can download from a single client.
I wondered if anyone has used the in-app purchasing stuff, or had avoided it
for one reason or another. Either way would work well for my app, and I'm
leaning towards in-app purchasing (since it seems easier for someone to
click Buy in the app than to go back to the app store), but if it's going to
be a pain to get working, I might avoid it for now!
And on a slightly unrelated note, does anyone have opinions on whether to
install Snow Leopard clean, or just upgrade? It's a fairly new Mac, I'd like
to wipe it and start over, but wonder how much effort will be involved in
getting it all set up again for development!
Danny
> And on a slightly unrelated note, does anyone have opinions on
> whether to
> install Snow Leopard clean, or just upgrade? It's a fairly new Mac,
> I'd like
> to wipe it and start over, but wonder how much effort will be
> involved in
> getting it all set up again for development!
Clean install. I might be biased though—I'm currently on a crazy
system that dual boots 10.6 and 10.5 (badly) and desperately need to
clean install it.
C
---
Caius Durling
ca...@caius.name
+44 (0) 7960 268 100
http://caius.name/
> How did you get on with your Express-card SSD Caius? Is it
> sufficiently faster?
I'm happy it's sped stuff up yeah. One of my (rails) test suites went
from 38 seconds down to 19 after I moved all my code / executables /
mysql databases onto the SSD. (The other suites sped up too, but not
quite as much.)
I did some (unscientific) tests compiling iTerm on various disks, I
think the SSD came out milliseconds faster than a 3.5" 7200rpm disk
connected via firewire 800, both of which were quite significantly
faster than the internal 2.5" 7200rpm disk.
I've left the OS installed on the internal HD and just symlinked
things like /usr/bin, /opt and my code disk images across to the SSD.
Don't think I'd gain that much from installing the OS on the SSD and
leaving everything else on the hard drive.
It booted up asking me to create a user, but when I entered "danny" it was
unavailable. There was no optin to not create a user, as if it was a clean
install, but it still had my old user there somehow.
So, I got the OS-X disk out that came with the Mac, did a clean install of
that, and then an upgrade to Snow Leopard. I guess it's as "clean" as I can
get, though now I wish I'd upgraded ;-)
On another unrelated note - is there no way to eject the CD from a Mac Mini
without being on the desktop?
Danny
> On another unrelated note - is there no way to eject the CD from a
> Mac Mini
> without being on the desktop?
* Eject button on your keyboard (top right on any recent apple keyboard)
* Hold down the mouse button as the machine restarts.
* Open Disk Utility and eject from there.
* Open /System/Library/CoreServices/Menu\ Extras/Eject.menu and use
the menu item to eject the CD.
* Use the command line to eject it, `hdiutil eject /dev/diskX` I think.
Hope one of them helps :)
lol! I don't have a mac keyboard (MS one) and the last three also need to be
logged on (when I said at the desktop, I meant logged in), but holding down
the mouse button might work :-)