Live data from Hacker News

Viewing profile — brianchirls

brianchirls

HN member
Joined
Wed, Jun 05, 2013, 8:36 PM UTC
HN karma
145
Public activity
15 items

About brianchirls

http://github.com/brianchirls http://seriouslyjs.org

Recent public activity

  1. comment
    Comment #5833796

    That's pretty weird. Is it possible you have a browser extension that's replacing the video tag with an EMBED?

  2. comment
    Comment #5833781

    That's the nice thing about requestAnimationFrame. It's smart enough to not waste time updating if you're not looking at it. As for 80%, umm... video driver issues? :-(

  3. comment
    Comment #5831977

    "TV Glitch" is the Page Curl of the 2010's

  4. comment
    Comment #5831966

    Works fine for me with Ghostery. For some reason, it looks like videojs is falling back to EMBED tag for some people. Will investigate.

  5. comment
    Comment #5829944

    Is there a console error?

  6. comment
    Comment #5829937

    Nope. That would be too slow. I tried that a couple years ago before writing Seriously.js, and the big problem was copying around the memory. You have to first draw the video to a …

  7. comment
    Comment #5829927

    Yeah, I run Chrome on Ubuntu on a pretty powerful Lenovo T-something with an NVIDIA whatever optimus pain in the neck. The only way I can get it to work is to add --ignore-gpu-blac…

  8. comment
    Comment #5829917

    Good questions. It's called Seriously for two reasons: 1) At some point, I had this idea that I would make all my Javascript libraries references to Homestar Runner. http://www.hrw…

  9. comment
    Comment #5829904

    Yup. You can see a live video demo with a sample of some of the effects: http://brianchirls.github.io/Seriously.js/ Although, both Firefox and Chrome have been a bit buggy for me w…

  10. comment
    Comment #5829897

    This is where I got the original, raw green screen video: http://okgo.net/2010/01/20/wtf-video-remix-project/ I kinda wish it was at a higher bit-rate. There are some jaggies at th…

  11. comment
    Comment #5828668

    Something similar to that is possible for video. For example: http://www.youtube.com/watch?v=rGMqXBvYxog I'm working on porting this over to Seriously.js so it should run in the GP…

  12. comment
    Comment #5828618

    Hi, I'm the person responsible for/guilty of this. Thanks for the comments, everyone. My sympathies for the BSOD. Please keep the bug reports and questions coming. I'll try to fix/…

  13. comment
    Comment #5828576

    This is "WTF" by OK Go. Back in 2010 they posted the raw greenscreen footage for people to remix. http://okgo.net/2010/01/20/wtf-video-remix-project/

  14. comment
    Comment #5828498

    No, it is definitely not supposed to look like that. Here's what it looks like for me: https://s3.amazonaws.com/uploads.hipchat.com/23744/150541/nk... Do you mind sharing your vide…

  15. comment
    Comment #5828463

    It sounds like you may have a browser addon that's creating an EMBED element as a fallback because the browser can't play the video itself. If that's not the case, do you mind writ…