Live data from Hacker News

Viewing profile — justinvoss

justinvoss

HN member
Joined
Fri, Aug 05, 2011, 6:00 PM UTC
HN karma
53
Public activity
19 items

About justinvoss

No profile information was provided.

Recent public activity

  1. 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

  2. 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…

  3. comment
    Comment #12648562

    There's another explanation of Kalman filters here: http://www.bzarg.com/p/how-a-kalman-filter-works-in-pictures...

  4. comment
    Comment #10082655

    Honest question from someone who hasn't done C++ in a very long time: why is "header only" a good thing?

  5. 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…

  6. 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.

  7. 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 …

  8. 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…

  9. 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-…

  10. 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…

  11. 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…

  12. 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…

  13. 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…

  14. 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…

  15. 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…

  16. 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…

  17. 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…

  18. 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.

  19. comment
    Comment #2851007

    That's very much a matter of opinion. Personally, I would rather write Objective-C/J than Javascript.