Live data from Hacker News

Show HN: Snipper – Lets you collaborate on the same code in real time

snipper.io

31–40 of 54 posts

Re: Show HN: Snipper – Lets you collaborate on the same code in real time

#33
Made 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

#34

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

That is a good point. This was mainly a personal challenge to build a side project that could be useful in the shortest time possible (end up building this in 2 day), so my focus is not to build the next big thing but just building somethig and having fun in the process ;)

Re: Show HN: Snipper – Lets you collaborate on the same code in real time

#37
post #35

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

Cool project! Yes it would be very intresting to standardize it

Re: Show HN: Snipper – Lets you collaborate on the same code in real time

#38

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

Cool! i didn't know about firepad, yes i used Firebase too, it was the simplier solution to build something fast

Re: Show HN: Snipper – Lets you collaborate on the same code in real time

#39
post #22
post #16

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

Yes compling and building code in real time would be a very nice feature to add!

Re: Show HN: Snipper – Lets you collaborate on the same code in real time

#40

Floobits does real-time caret-sharing between common editors like Emacs/Vim/Intellij/Atom and maybe more. (I'm just a happy casual user)

Cool, didn't know about Floobits, i'm sure it is very more complete and polished than my simple side project ;)
Post reply on HN