Live data from Hacker News

Viewing profile — erbbysam

erbbysam

HN member
Joined
Thu, Jan 10, 2013, 7:30 PM UTC
HN karma
226
Public activity
32 items

About erbbysam

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #12527607

    Yup, this works - https://github.com/erbbysam/webRTCCopy/blob/master/client/js... (not the cleanest code) You can then use idb.filesystem.js to add api support for firefox etc. Sea…

  3. story
  4. story
  5. comment
    Comment #8193698

    A short story on that as a Defcon 22 badge competitor - When we reached the stage where we got the "Lorem ipsum" page. We first noticed that a bunch of the lines did not directly f…

  6. story
  7. story
  8. comment
    Comment #7373867

    Nice work, sorry to be that guy, but it should IIII, not IV on the second clock face - http://www.ubr.com/clocks/frequently-asked-questions-faq/faq... ( via https://en.wikipedia.or…

  9. comment
  10. comment
    Comment #6671962

    Yup it's possible. It doesn't appear to be here though, especially if the files have any sort of lifespan not dependant on the users browser staying open. Anyhow, I built something…

  11. comment
    Comment #6584506

    No, I currently just manually keep the site in sync with the repository. Not exactly the most professional system but it got the job done. I'm going to look into that(not sure exac…

  12. comment
    Comment #6582045

    Chrome Canary is the only Chrome version that has working SCTP (reliable) datachannel support at the moment. It's broken(undetectable also) in every version before that (you can tr…

  13. comment
    Comment #6580651

    removed - https://github.com/erbbysam/webRTCCopy/commit/c1f35404414d63...

  14. comment
    Comment #6580605

    It looks like this is leaking the room name to Google Analytics. After thinking about this more, I'm going to go ahead and remove that. I should be able to monitor the server itsel…

  15. comment
    Comment #6580237

    Thanks for the feedback. In defense of this implementation - - The only external JS loaded on this site is google analytics. Feel free to block this using something like noscript :…

  16. comment
    Comment #6580158

    A minor note on 1. - rtccopy.com does use (optionally) OTR in javascript on top of the DTLS channel in order guarantee identity (something not currently guaranteed with the DTLS ch…

  17. story
  18. comment
    Comment #6290842

    Hi, I'm the author of rtccopy.com ( https://github.com/erbbysam/webRTCCopy ). Having just updated the site to support reliable connections, I was not aware that SCTP supported larg…

  19. story
  20. comment
    Comment #5998926

    Awesome catch, Thanks! upvoted & cc'd

  21. comment
    Comment #5998835

    Similar approach to ShareFest - http://rtccopy.com/

  22. comment
    Comment #5842566

    Probably limited to webrtc datachannel only, but as a developer, you could add in a JS OTR implementation - https://github.com/arlolra/otr

  23. comment
    Comment #5671475

    Kind of random, but this looks very similar to Ming (php plugin) which renders flash in a very similar manner. I open-sourced a library for rendering animations using it just a few…

  24. comment
    Comment #5469028

    Thank you for posting that, it helped me iron out some connection failure related issues!

  25. comment
    Comment #5466377

    When I was initially developing this a month ago, I used the Chromium nightly build on Ubuntu on my laptop. Since then my laptop's video card died. I'm going to probably roll out a…