Neat! Minor typo at the bottom: s/wite/write
Thank you! Thanks for repoting the typo ;)
Show HN: Snipper – Lets you collaborate on the same code in real time
31–40 of 54 posts
Re: Show HN: Snipper – Lets you collaborate on the same code in real time
#32Re: Show HN: Snipper – Lets you collaborate on the same code in real time
#33Re: Show HN: Snipper – Lets you collaborate on the same code in real time
#34Every company that has built this over the last 20 years has eventually shut down, and it's not like they didn't execute on the vision well; their products were incredibly good and mature. Do you see that the market has changed, or is there something you're doing that's different? I guess it's not immediately obvious to me why this and now.
Re: Show HN: Snipper – Lets you collaborate on the same code in real time
#35https://github.com/bwasti/vim-multiuser
It’d be interesting to standardize the diff protocol for live collaboration tools. Everyone uses a slightly different mechanism.
Re: Show HN: Snipper – Lets you collaborate on the same code in real time
#36For a low-tech solution, GNU Screen can also be used to share a terminal. e.g., http://wiki.networksecuritytoolkit.org/index.php/HowTo_Share...
Re: Show HN: Snipper – Lets you collaborate on the same code in real time
#37I made a Vim plugin somewhat like this a while back https://github.com/bwasti/vim-multiuser It’d be interesting to standardize the diff protocol for live collaboration tools. Everyone uses a slightly different mechanism.
Re: Show HN: Snipper – Lets you collaborate on the same code in real time
#38Made something similar to this a while ago (albeit, a lot simpler, replaces transfer.sh for me, and is self-hosted: https://github.com/antoniomika/Sharer ). Mine is based on Firepad ( https://firepad.io/ ) but both use Firebase as the underlying data source/RTDB.
Re: Show HN: Snipper – Lets you collaborate on the same code in real time
#39Earlier quoted context omitted.
Simply beacuse not everybody uses VS Code ;) Of course if the whole team uses VS Code the Live share function is way more powerful of my simple tool and i recommend using that :)
Actually one service I do use a bit is https://godbolt.org/ a C++ compiler explorer. It would be nice if their editor could work collaboratively. You can share snippets there but can't edit them with another person.
Re: Show HN: Snipper – Lets you collaborate on the same code in real time
#40Floobits does real-time caret-sharing between common editors like Emacs/Vim/Intellij/Atom and maybe more. (I'm just a happy casual user)