6 ms·
Show HN: Start a pair programming session over WebRTC by just sharing a link
- markwaldron 11y agoThis is awesome! Is this open source? I'd love to learn more about it.
- timemachine 11y agoWebRTC is a great tool and I expect to see more examples like this that will drive how we think about collaborative business tools over the next 5 years.
- asadlionpk 11y agoI like how simplistic this is. Btw, I am one of the makers of: https://codepad.remoteinterview.io https://codepad.remoteinterview.io We used Firepad[1] (which is based on Firebase) to sync data. [1] https://github.com/firebase/firepad https://github.com/firebase/firepad
- dkopi 11y agoI'm fascinated by the use of random word combinations instead of a random alphanumeric sequence for passing a unique URL. What was the reasoning behind this decision? On one hand, it sort of acts like a phonetic alphabet if you want to read out the URL over skype. But on the other hand - is OberonNostalgicCeciliaVoltage really that easy to spell if you aren't a native English speaker?
- moonshinefe 11y agoI forget which site it is off the top of my head but there's a pretty prominent gif sharing site that does it I often get linked to. I think it's basically just as you say, for English speakers anyway, a bit of an easier way to read out URLs when talking in person or voice chatting. With non-English speakers it doesn't do much, and you're forced to say letter for letter as you would with a lot of other URLs.
- anirudhrata 11y agoits gfycat.com
- asadlionpk 11y agoYes gfycat is what partially inspired us too.
- djhn 11y agoOne twist on this would be to somehow limit the wordlist to words that have relatively unambiguous pronunciation, and maybe limit those to the 100 000 most commonly used ones. Of course then you'll have to use more words for a similar number of links.
- asadlionpk 11y agoHello. As other comments mentioned, it is easier to communicate these URLs over the phone. These words were chosen very specifically to be short, phonetically different from one another, easy to understand over the phone, and also recognizable internationally. Here is the list: http://web.archive.org/web/20090918202746/http://tothink.com/mnemonic/wordlist.html http://web.archive.org/web/20090918202746/http://tothink.com...
- elliottcarlson 11y agoAlso, would "TouchingPlayfulEnjoyAspect" be something you want to tell a interview candidate? (First one it generated for me)
- seang 11y agoWell it would certainly make for a hilarious interview.
- tarr11 11y agoThis always felt like overkill to me. a 4 character alpha-numeric code is 36^4 (1.6M) which is fine for new websites. If you run out, add a 5th character which gets you to 60M, and a 6th character gets you 2T.
- piyush_soni 11y agoI stumbled upon your site a few days back. It's very neat and nicely done, but I had to close it because it treated C and C++ together. I wanted to quickly check how a code will behave in C89 vs C99 (or was it even compliant with C89 standards). Is there any chance your site will differentiate C89, C99 and C++ in near future? Thanks!
- asadlionpk 11y agoThanks, that is certainly on our list.
- piyush_soni 11y agoGreat. Thanks!
- asadlionpk 11y agoBtw a workaround: You can enable the shell (from languages dropdown) and "cat > file.cpp" and compile it yourself with whatever compilers you want. You are also able to "apt-get" any other compilers/packages you need.
- piyush_soni 11y agoThat's a little longer route but nice to know it's there!
- jryan49 11y agoI suggest you do not run things as root inside your docker containers. :)
- tucosan 11y agoHow else would he do it?
- pramodliv1 11y agoThere are instructions in this best practices article: https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/ https://docs.docker.com/engine/userguide/eng-image/dockerfil... (Search for "as root")
- asadlionpk 11y agoYou are correct. Working on it, Thanks!
- jsin 11y agoI'm a huge fan of your site. Shoot me an email at josh.j.singer (at) gmail.com
- digital_ins 11y agoThis is awesome. Thank you for sharing!
- scotu 11y agoNicely done. I'm myself toying with webrtc and remote pair programming, so I think this is really cool. One question: before beginning the session I got a "popup" claiming that the session is encrypted, does it just mean it's https or are you doing any other encryption?
- greenspot 11y agoFor pair programming I can highly recommend tmux combined with any video chat (Skype, Hangout, etc.).
- self_taught_ 11y agoWhat we really need is a protocol so people can use their favourite editor without being forced to choose just one.
- ytjohn 11y agoFor tmux, that opens up pretty much any terminal based editor (vim, emacs, nano) along with all the extensions you might install with it (and the build environment). But for a protocol, I think what EtherPad (and google wave) had done with cell by cell action is what's needed. If google wave had taken off (and actually implemented their federation concept), I could definitely see people creating plugins to send and receive character operations via a google wave server.
- deleted 11y ago[deleted]
- mukgupta 11y agoIt connected me with the developer but somehow I was not able to type anything. It kept displaying connecting.. I used Chrome.
- superplussed 11y agoThe same for me on Chrome and Firefox.
- onetom 11y agoStill the same on both Firefox 44.0.2 and Chrome 49.0.2623.75
- jsin 11y agoThanks for letting me know! Was running this on a small server and didn't expect it to blow up. Bug fixes coming in next week after I finish finals.
- jsin 11y agoThanks for letting me know! Was running this on a small server and didn't expect it to blow up. Bug fixes coming in next week after I finish finals.
- jsin 11y agoThanks for letting me know! Was running this on a small server and didn't expect it to blow up. Bug fixes coming in next week after I finish finals.
- self_taught_ 11y agoI like it. Only complaint is it seems to hijack the back button making it hard to get back to this page.
- h43k3r 11y agoIt is just showing connecting with my own video at the right top corner. I think something is wrong. I am on the latest chrome. Getting these errors in dev console. Could not open document: [object Object]
- jsin 11y agoThanks for letting me know! Was running this on a small server and didn't expect it to blow up. Bug fixes coming in next week after I finish finals.
- goatic 11y agoI'm stuck connecting... :( tried both with my phone and my laptop - both in Chrome Version 49.0.2623.75 m webrtc works fine, but I'm unable to type anything...
- jsin 11y agoThanks for letting me know! Was running this on a small server and didn't expect it to blow up. Bug fixes coming in next week after I finish finals.
- mrborgen 11y agoHey, awesome service! I'd be interested in using this at my site (BugRex.com). We're a chat based help line for developers in the need for help. Sharing code is an issue we haven't solved properly yet. Let me know if you want to chat.
- jsin 11y agoEmail me at josh.j.singer (at) gmail.com
- jsin 11y agoIt's back online!!!
- apap 11y agoThis is amazing! Super hyped to see people building things that solves problems. Way to go.
- jsin 11y ago:)