Nice work. My first thought was whether I could get similar graphs for my own data — this run-report.com does exactly that. Clean design, and the GPT-generated summary is a nice touch. Thanks for sharing.
I've been a long-time Glitch user and am now looking for good alternative platforms. My primary use case involves online coding with a Node.js backend using Express and some React apps. If anyone has recommendations, I'd greatly appreciate it.
Me and a buddy built https://pico.sh to make it easy for developers to prototype and share their projects. In particular we have a static hosting service (https://pgs.sh) and a tunnel service (https://tuns.sh) that should cover most apps in the prototype phase.
Thank you for building the pico services. I use pgs for hosting my simple static website, and prose to host my blog, and it’s just such a wonderful experience.
Also it’s been a while since I mailed a check to pay for anything, let alone an online service!
It's not nearly the same experience, but I'd argue a bit nicer of one, I'd recommend giving coolify a shot https://coolify.io/
You have to bring your own server to selfhost but it's dead dead easy.
If you have a nodejs app you can basically just click "new project from github", select the repo, and click deploy. Then it'll be there on your domain (or a free one) and auto redeploy any time you push to master.
Thanks for the Coolify recommendation! After exploring several alternatives following Glitch's closure, I took your advice and set up Coolify on a freshly bought Raspberry Pi. It's been great! I've now got 4 projects running smoothly, and the deployment process is straightforward and exactly what I needed as a replacement for Glitch.
Really appreciate the suggestion. Couldn't be happier with the setup!
Glad it's working for you. If you run into any rough edges please do report on GitHub. They're quite responsive to feedback and releasing updates every week
I don't work for Racknerd, but my business uses them for our clients. Most of them have low-end requirements. I mean that's less than $1/month right there.
The problem is, having a server on the internet is painful because you have to be constantly on guard for patches - if not you'll get hacked sooner than later.
You are getting some pushback but you are not wrong. I thought I was being pretty careful with my DO droplet but just last weekend discovered that it had been hacked and was consorting with mysterious IP addresses in Russia and Brazil.
This was on a box that was firewalled and ssh was locked down. It was running an older kernel - that was probably my downfall.
I immediately shut down and rebuilt the droplet with a more modern kernel. It wasn't too hard because my site is (mostly) static with a simple custom service but is very discouraging to find that somebody has damaged your home project just to (I assume) make a small amount of money.
Run iostat -c 1 and keep an eye on %steal column. IME these cheap VPS cannot be used for anything where response time is a factor. It's fine for static content if you put cloudflare CDN in front of it.
Low volume, low resource usage is definitely the best use case for these things. Yeah, you can get a bit more out of them with CDNs or maybe even just some caches.
I pair program JS-based games with my nephew remotely using the glitch editor. In the end, it’s just static files. Can anyone recommend another place to do that? What we needed from glitch was the collaborative editing and instant update.
I could stand up a server if there’s some open-source glitch-like for just static HTML and JS.
I've been thinking about offering some kind of independent free hosting for the last few months or so. It seems like there's some need for more free, unenshittified hosting services aimed at non-commercial projects (like Miraheze is for wikis), but I'm very concerned about the legal risks, being outside of the USA (not that it's any better in the USA right now but traditionally it was). Servers are plenty cheap now, but lawyers aren't.
I'd recommend, unfortunately, buying a cheap $200 netbook and running cloudflare tunnel on it. As long as you're relying on other people's computers for hosting you'll keep looking forever
My vote for doing this is to get a second hand Lenovo/HP/Dell mini pc.
They're cheap (thanks to corporate upgrade cycles and the sheer number of "obsolete" models that are out there on eBay et al.), quiet, reliable, low power consumption, and generally pretty capable for the money.
The Cloudflare dependency is for networking, not hosting. It would be very impressive to see a self-hosted service available over the internet without introducing a 3rd-party dependency or two.
Yes, but my point is that there are many web hosting services, but only very few such proxy services to my knowledge. (Tailscale is another great option if you don't need public reachability.)
I don't think it's a great tradeoff, when optimizing for independence of specialized solutions at least.
When I read news about Curiosity I am always fascinated. And the fact that today it has exceeded its original mission duration of 2 years by a factor of 4 is impressive.
I use a small machine at Paperspace (P4000 with 100GB) and play it remotely with Parsec. The experience is very good and costs me about 10-15$ a month.
How is it that a modern laptop manages to be worse at gaming than the average PC 20 years ago? Surely you one can at least run it in an emulator of some kind?
You can just run with Wine, it seems to work mostly fine.
Also you could probably just install ARM Windows in a VM, not sure how good is the Windows translation thing compared to Rosetta though you might end up with a worse experience than just by using Wine.