Thinkserver: My web-based coding environment
checkmyworking.com
Thinkserver: My web-based coding environment
1–10 of 68 posts
Re: Thinkserver: My web-based coding environment
#2Re: Thinkserver: My web-based coding environment
#3Re: Thinkserver: My web-based coding environment
#4Which you can either serve as a WebApp direct from your machine, or tunnel in from another VSCode instance - including a webhosted version from Microsoft[1]
I may not do that much coding these days, but I already have found it handy for when I forgot to do a Git push! Just log back in to the Web Environment and everything is how I left it.
[0] https://code.visualstudio.com/docs/remote/vscode-server [1] https://vscode.dev/
Re: Thinkserver: My web-based coding environment
#5The costs are minimal (they all run on a shared $4/mo instance + $10/yr domain per project) and I get to control where the data lives, the features I want to have, etc.
No need to worry about getting the rug pulled on me because the company got acquired or needs to raise revenue or anything like that. No frustration because a redesign made the UI worse or removed features I cared about.
It obviously takes a bit of time upfront, but I see it as a long term investment in my productivity. I use boring, basic, stable technologies so once something is deployed it keeps on humming with extremely minimal involvement on my behalf.
I’m basically slowly working on replacing pretty much every 3rd party app I use with something I wrote myself (it’s going to take a while but that’s okay). My grandpa was a carpenter and pretty much every piece of furniture in the house was something he or his friends had made. As software craftspeople, we should strive to do the same with our digital houses.
Kudos to the author and anyone else who does this. You don’t hear about these things in the mainstream because there’s no reason for people doing this to shout it from the rooftops, but this is software at its best.
Re: Thinkserver: My web-based coding environment
#6Building custom tools that work for only you is so under rated. I would never use that workflow but it works for the author and that’s awesome!
This is one of the top applications for LLM-based dev IMO. With things like aider / cline / cursor / windsurf / bolt it's looking like this will be a lot easier to scaffold small-scale projects that make sense for you and not necessarily turn into products. It suits single-dev / small teams for now, and that's OK.
Re: Thinkserver: My web-based coding environment
#7I've recently discovered the joys of vscode-server[0] for this type of use case. Which you can either serve as a WebApp direct from your machine, or tunnel in from another VSCode instance - including a webhosted version from Microsoft[1] I may not do that much coding these days, but I already have found it handy for when I forgot to do a Git push! Just log back in to the Web Environment and everything is how I left i…
There’s a one-click setup for it in Lunni, a Docker dashboard I’ve been working on (shameless plug): https://lunni.dev/
Re: Thinkserver: My web-based coding environment
#8You must know about Ellie, right?
It does not have git integration like your project though.
Anyway, nice project!!
Re: Thinkserver: My web-based coding environment
#9One thing I couldn't unsee: The editor and the preview panels seem to have their bottoms misaligned by 1-2px.
Re: Thinkserver: My web-based coding environment
#10This is awesome. I’ve also built a number of services for myself (Pinterest style photo hosting for archival/research purposes, analytics service for my websites, tracker for the books I’ve read, message board for micro communities I’m a part of, etc). I also share them with friends who express interest in them. The costs are minimal (they all run on a shared $4/mo instance + $10/yr domain per project) and I get to c…
This is the way.