Live data from Hacker News

Viewing profile — nbush

nbush

HN member
Joined
Sun, Sep 23, 2012, 5:33 AM UTC
HN karma
59
Public activity
28 items

About nbush

No profile information was provided.

Recent public activity

  1. comment
    Comment #49218735

    From the "About the author" page, regarding the author of this article: > Aaron Horwath is the director of AI operations at a creative technology company where he is focused on imp…

  2. comment
    Comment #47056800

    This post triggered a wave of bittersweet remembrance: when Watsi was announced I signed up and was genuinely excited for what I thought a well-positioned incubator like YC could a…

  3. story
  4. comment
    Comment #37256103

    This post finally got me to dig back up the ultimate word trivia website, valiantly hosted on Tripod and still maintained: https://jeff560.tripod.com/words1.html

  5. story
  6. story
  7. story
  8. comment
    Comment #19117240

    I remember doing this as a CSS copy-protection joke back in 2013. [1] Seems like a similarly petty thing for a company like FB to try and like many have said an extremely low-level…

  9. story
  10. comment
    Comment #16638671

    Reading your parent comment and the replies has me kind of dumbfounded at the wasted potential. Did they ever address these ideas directly? Would opening up the format in even the …

  11. story
  12. comment
    Comment #10251629

    Anyone remotely interested in this idea should check out Stanislaw Lem's His Master's Voice [1], which is an entire (short) novel about how and why an extraterrestrial message woul…

  13. comment
    Comment #9083306

    I think this might be something that Netflix is overlooking. The community-like aspect of watching something simultaneously with the rest of the word is extremely powerful. The Twi…

  14. comment
    Comment #8899233

    Not really versioning, but Ormr [1] is built around completely non-destructive editing with history baked into each project. Still in beta but worth a look. [1] https://www.getormr…

  15. comment
    Comment #8292961

    The strangest part is that they don't even show the bulge in the product renders on the site: http://images.apple.com/iphone-6/overview/images/design_deta... It's as if they're in …

  16. comment
    Comment #8275699

    Almost 11% in 2011 [1], about the same as it is today. 1. http://www.reuters.com/article/2011/08/16/us-walmart-idUSTRE...

  17. comment
    Comment #8208200

    I'm sorry, but I have to challenge such a broad statement. The classification of literature is an awful game but Dune is hardly a default candidate for serious study, and I feel a …

  18. comment
    Comment #8032277

    Nice work! Here's another solution posted in an earlier thread: javascript:d=document.createElement("div");d.innerHTML=" span:nth-child(odd) {display:none;} ";document.body.appendC…

  19. comment
    Comment #8031882

    Thanks! Yeah, there are many JS ways around this, but it would be more than enough to stop most people... including myself in most cases.

  20. comment
    Comment #8031717

    Cool, I love counterintuitive (and even counterproductive) solutions just for their own sake. I tried to do a similar thing with text a while ago: http://nbush.github.io/headache/

  21. comment
    Comment #7512679

    If you want to take the effect to its hilarious conclusion, you can even do depth of field using SVG filters: http://nbush.github.io/depth/

  22. comment
    Comment #6875915

    Microsoft Research took the ambient background idea a little further with some cool IllumiRoom demos. [0] [0] http://www.youtube.com/watch?v=L2w-XqW7bF4

  23. comment
    Comment #6843207

    The examples became more and more complex while the code remained evolutionary and understandable. Amazing work and a huge resource for canvas drawing and those unfamiliar with jav…

  24. comment
    Comment #6681436

    To be honest, I'm most impressed by the directional lighting simulation in the header. Any hints on how it was done? Mouse position and image opacity?

  25. comment
    Comment #6572858

    Nice! That's probably the easiest way. I guess you could scatter the spans a bit more randomly, but I couldn't find a way around JS completely.