Live data from Hacker News

Show HN: Start a pair programming session over WebRTC by just sharing a link

codecoachapp.com

21–30 of 47 posts

Re: Show HN: Start a pair programming session over WebRTC by just sharing a link

#21

I like how simplistic this is. Btw, I am one of the makers of: https://codepad.remoteinterview.io We used Firepad[1] (which is based on Firebase) to sync data. [1] https://github.com/firebase/firepad

I 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!

Thanks, that is certainly on our list.

Re: Show HN: Start a pair programming session over WebRTC by just sharing a link

#23

Earlier quoted context omitted.

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

its gfycat.com

Yes gfycat is what partially inspired us too.

Re: Show HN: Start a pair programming session over WebRTC by just sharing a link

#24

Earlier quoted context omitted.

I 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!

Thanks, that is certainly on our list.

Great. Thanks!

Re: Show HN: Start a pair programming session over WebRTC by just sharing a link

#25
post #6

I like how simplistic this is. Btw, I am one of the makers of: https://codepad.remoteinterview.io We used Firepad[1] (which is based on Firebase) to sync data. [1] https://github.com/firebase/firepad

I'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?

Also, would "TouchingPlayfulEnjoyAspect" be something you want to tell a interview candidate? (First one it generated for me)

Re: Show HN: Start a pair programming session over WebRTC by just sharing a link

#26

I like how simplistic this is. Btw, I am one of the makers of: https://codepad.remoteinterview.io We used Firepad[1] (which is based on Firebase) to sync data. [1] https://github.com/firebase/firepad

I suggest you do not run things as root inside your docker containers. :)

Re: Show HN: Start a pair programming session over WebRTC by just sharing a link

#27

Earlier quoted context omitted.

Thanks, that is certainly on our list.

Great. Thanks!

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

Re: Show HN: Start a pair programming session over WebRTC by just sharing a link

#28
post #26

I like how simplistic this is. Btw, I am one of the makers of: https://codepad.remoteinterview.io We used Firepad[1] (which is based on Firebase) to sync data. [1] https://github.com/firebase/firepad

I suggest you do not run things as root inside your docker containers. :)

How else would he do it?

Re: Show HN: Start a pair programming session over WebRTC by just sharing a link

#30

For pair programming I can highly recommend tmux combined with any video chat (Skype, Hangout, etc.).

What we really need is a protocol so people can use their favourite editor without being forced to choose just one.

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

Post reply on HN