Viewing profile — erbbysam
erbbysam
HN member- Joined
- Thu, Jan 10, 2013, 7:30 PM UTC
- HN karma
- 226
- Public activity
- 32 items
- HN profile
- View on Hacker News ↗
About erbbysam
No profile information was provided.
Recent public activity
- story
-
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…
- story
- story
-
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…
- story
- story
-
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…
- comment
-
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…
-
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…
-
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…
-
comment
Comment #6580651
removed - https://github.com/erbbysam/webRTCCopy/commit/c1f35404414d63...
-
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…
-
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 :…
-
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…
- story
-
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…
- story
-
comment
Comment #5998926
Awesome catch, Thanks! upvoted & cc'd
-
comment
Comment #5998835
Similar approach to ShareFest - http://rtccopy.com/
-
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
-
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…
-
comment
Comment #5469028
Thank you for posting that, it helped me iron out some connection failure related issues!
-
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…