August 2011
4 posts
Pilotmoon Blog: Scroll Reverser — get in practice... →
pilotmoon:
You might have learned that a certain upcoming version of Mac OS X may have scrolling that is “bass-ackwards”.
That is, when you push up on your trackpad or mouse scroller, the page content moves up too, just like on iOS devices.
I made a very minimal little app that lets you reverse…
Easy Versions syncing using Dropbox
For our subversion repositories we’re using Sofa’s awesome app Versions. If you’re working with subversion on a Mac go get it here.
Only downside: No bookmark syncing between computers. Today it bugged me enough to come up with a solution. Ok, fair enough, this is kinda obvious, but maybe you’re at the same point:
ln -s ~/Dropbox/Versions/ ~/Library/Application\...
Network Testing
cocoa-dom:
If you put in network code into your apps, it is always important to test against bad network conditions. While this isn’t too trivial, it was always possible using dummynet.
However, now new in Lion is a Preference pane to use, so you don’t have any excuses anymore for not testing: Network Link Conditioner - Use it and use it heavily - real life network conditions, especially on...