1,972 reputation
821
bio website n.exts.ch
location Yes
age 28
visits member for 3 years, 8 months
seen yesterday
stats profile views 70

Re-ex-cofounder of Calf Trail Software, now working mostly as a freelance web, native and embedded developer. Also enjoy writing my own software for organizing photos and making maps.


Jul
22
answered Extending Functionality of Magic Mouse: Do I Need a kext?
Jul
22
revised Extending Functionality of Magic Mouse: Do I Need a kext?
added 221 characters in body
Jul
21
comment Zero deployment CouchDB embedded in a Windows app?
@chaiguy - github.com/mikeal/pouchdb This effort has historically tended to be a moving target though. Unfortunately it won't work well from V8/node.js as it is built for browser usage — IIRC it assumes a DOM w/IndexedDB and even uses jQuery a little! Believe me, you're not the only one wanting to build CouchApps without CouchDB's heavyweight Mozilla/Erlang dependencies, it's just a matter of community resources...
Jul
19
comment Is the callback on jQuery's getScript() unreliable or am I doing something wrong?
Note that this code relies on polling. The interval seems sensible, and it will work fine in many cases, but it's certainly not an ideal or generic solution. Polling this way means there will almost always be a significant delay between when the code is ready and when the user gets the benefit of it.
Jul
19
answered Is the callback on jQuery's getScript() unreliable or am I doing something wrong?
Jul
6
answered Node.js - Can't post nested/escaped JSON to body using Fermata REST client
Jul
1
comment Node.js - Can't post nested/escaped JSON to body using Fermata REST client
Sorry about the whole "not responding" thing - the project is hosted via a team account and I wasn't getting the emails from github! Hope to poke at this soon, and glad to stumble across some more debugging info here.
Apr
12
awarded  Self-Learner
Apr
6
comment Why margin:2.5px does not work? How to solve this problem
CSS pixels are not the same as (current) physical display technology pixels (emdpi.com/csspixel.html) and so it can be useful to set non-integral px values, for example if you expect the user to use the browser's zoom function. Browsers will, however, convert to an integer pixel boundary for final display to avoid blurry (anti-aliased) display.
Mar
1
accepted How to change metadata on an object in Amazon S3
Mar
1
answered cleaning up static html cache files - which is faster 'find -exec' or 'find | xargs'
Jan
23
answered iOS 4.x: UIWebView iframe Scrolling
Jan
21
revised How to change metadata on an object in Amazon S3
added option to preserve ACL to match typically expected behavior in this situation
Jan
21
revised How to change metadata on an object in Amazon S3
added workaround and notes about dropped metadata
Jan
21
comment Change Content-Disposition of existing S3 object
Shouldn't this question actually be titled something like "Change Content-Disposition of existing S3 object", since that is the actual problem it is trying to solve?
Jan
21
answered How to change metadata on an object in Amazon S3
Jan
21
revised How to change metadata on an object in Amazon S3
added specific notes
Jan
21
asked How to change metadata on an object in Amazon S3
Jan
3
answered Couchdb: filter and group in a single view
Jan
3
answered Changing the “Cache-Control” HTTP header for views in Couchdb