Viewing profile — nbush
nbush
HN member- Joined
- Sun, Sep 23, 2012, 5:33 AM UTC
- HN karma
- 59
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About nbush
No profile information was provided.
Recent public activity
-
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…
-
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…
- story
-
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
- story
- story
- story
-
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…
- story
-
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 …
- story
-
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…
-
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…
-
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…
-
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 …
-
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...
-
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 …
-
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…
-
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.
-
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/
-
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/
-
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
-
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…
-
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?
-
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.