Viewing profile — schill
schill
HN member- Joined
- Thu, Oct 09, 2008, 6:53 PM UTC
- HN karma
- 22
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About schill
No profile information was provided.
Recent public activity
-
comment
Comment #45104403
Massive animated "Where's Waldo" or "Wimmelbook"-style world, endless cultural references. Pan and zoom, some items are clickable. One person has spent 10,000+ hours building this …
- story
-
comment
Comment #4866667
See point #10 from http://www.buzzfeed.com/ryanhatesthis/hacker-group-exploits-...
-
comment
Comment #4866291
Looks like a Base64-encoded JS URI in the video player URL. Somewhat sneaky. How it ends up redirecting the page to a reblog URL isn't clear. https://gist.github.com/4196142
-
comment
Comment #4229858
Thanks; I had fun working on this. The code is on github ( https://github.com/scottschiller/SURVIVOR ) for those interested. The level editor does horrible things with data in the …
-
comment
Comment #2660247
Sorry it isn't more clear - by default, you get "non-scratch mode" until it's determined your GPU (hardware accel in browser) + CPU can handle the extra load. Once you opt in, loca…
-
comment
Comment #2580092
I haven't touched this stuff since last October (boo), but I put it on Github in the hopes someone might find it useful (yay!) Currently distracted with other personal projects, bu…
-
comment
Comment #2578658
That's in there also, yep. The prototype is aiming to recreate most of the usual tricks. It gets a bit hackish. Release TBD, hopefully soon. A teaser: http://www.youtube.com/watch?…
-
comment
Comment #2578623
That looks like what people should be using these days; good stuff.
-
comment
Comment #2578429
Thanks. I'm working on an article relating to that at the moment. Should be fun once it's out there (and on Github, etc.)
-
comment
Comment #2578425
The next step would be to move to websockets on the client (and also node, yes), and eliminate the Flash dependency altogether. I personally prefer to work in HTML/CSS/JS entirely,…
-
comment
Comment #1295186
Flash can load MP3s from remote domains, but it cannot read certain metadata (eg. ID3 tags, waveform/eq/spectrum data) unless granted permissions via a crossdomain.xml policy file.…
-
story
A Javascript-based Sound API (+ shiny demos)
Solid pre-HTML5 JavaScript API for audio control via wrapping hidden Flash 8/9 movie. Check the canvas-based 360° player UI demo (also some waveform + spectrum data visualization f…
-
comment
Comment #328229
You'll need to whitelist that page within Flashblock, then it should work.
-
comment
Comment #328135
If you're loading the demo offline (ie., from the local file system via file:// or some such), Flash enforces strict (but good) security which doesn't allow JS and Flash to talk by…