Live data from Hacker News

Viewing profile — schill

schill

HN member
Joined
Thu, Oct 09, 2008, 6:53 PM UTC
HN karma
22
Public activity
15 items

About schill

No profile information was provided.

Recent public activity

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

  2. story
  3. comment
    Comment #4866667

    See point #10 from http://www.buzzfeed.com/ryanhatesthis/hacker-group-exploits-...

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

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

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

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

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

  9. comment
    Comment #2578623

    That looks like what people should be using these days; good stuff.

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

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

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

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

  14. comment
    Comment #328229

    You'll need to whitelist that page within Flashblock, then it should work.

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