Viewing profile — justinvoss
justinvoss
HN member- Joined
- Fri, Aug 05, 2011, 6:00 PM UTC
- HN karma
- 53
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About justinvoss
No profile information was provided.
Recent public activity
-
comment
Comment #34108819
I've been using Feedbin for a few years and have been happy with it, especially since it syncs with my preferred iOS client, Reeder. https://feedbin.com https://www.reederapp.com
-
comment
Comment #12867436
I think Cast does something like that? I haven't used it myself, so I'm not 100% sure what features they offer. But it sounds like they handle streaming audio between co-hosts, rec…
-
comment
Comment #12648562
There's another explanation of Kalman filters here: http://www.bzarg.com/p/how-a-kalman-filter-works-in-pictures...
-
comment
Comment #10082655
Honest question from someone who hasn't done C++ in a very long time: why is "header only" a good thing?
-
comment
Comment #8968322
You could use this technique to examine the man page for a program and infer from that what valid command line arguments would be: some terminal shells (fish, for one, possibly zsh…
-
comment
Comment #5168036
Because then the thumbnail where you see your own face behaves more like a real-world mirror, which is easier to reason about if you want to adjust your position.
-
comment
Comment #4957686
Well, the iPad Mini has a pixel density somewhere in the middle: it's higher than an iPad 1 or 2, but lower than a Retina iPad or iPhone (in fact, it's density is exactly equal to …
-
comment
Comment #4957306
Retina for games may not be a big deal, but Retina for text definitely is: I notice the difference when reading on my iPad 2 vs my iPhone 4S. The distinction doesn't seem like much…
-
comment
Comment #4340135
As someone who knows both Javascript and Objective-C, this is less readable than either. Underscore.js may have some useful abstractions, but they'd be better exposed as Objective-…
-
comment
Comment #3780490
Looks really similar to Coffeescript. Is it safe to say that this new Javascript feature is a direct result of Coffeescript's influence? I hope so: Javascript is full of little hor…
-
comment
Comment #3757045
iOS and Mac apps are a lot of fun to write and work with, for two reasons: 1) Objective-C is a pretty decent language. It's not perfect, it has some baggage, but overall it's prett…
-
comment
Comment #3535466
The basics are definitely easy. A lot of apps need more than the basics; even changing between landscape and portrait can be tricky and more complex that a simple autoresizing mask…
-
comment
Comment #3535455
I'm definitely aware of the autoresize tools, but like you said, as soon as you start to have variable sized data it all sort of falls down. Then you wind up having to switch to us…
-
comment
Comment #3534358
The author may be overstating how rigid they are. iOS apps can be much less dynamic than web apps, mostly because you're working at a "lower" level in the GUI stack. Instead of hav…
-
comment
Comment #3286679
I agree, but aren't these fundamentally hard problems? Take your calendar example. You could solve that problem with: * Standardization. Difficult, but possible, if you can convinc…
-
comment
Comment #3286626
I've started to feel this way, too, but I guess I'm more selfish: the things I want to do and the products I use mesh together really well, and I've stopped caring about other peop…
-
comment
Comment #3041065
Great work; this looks way nicer than the competition. Is Speaker Deck a for-profit idea, or is this a side project for Ordered List? I'd hate to see this turn into SlideShare: a h…
-
comment
Comment #2904846
I'm sure Apple will still use the UDID for provisioning. This change sounds like they're removing access to it from the device API.
-
comment
Comment #2851007
That's very much a matter of opinion. Personally, I would rather write Objective-C/J than Javascript.