

Someone somewhere had the idea for the name of that bill, and they knew exactly what they were doing


Someone somewhere had the idea for the name of that bill, and they knew exactly what they were doing


Not sure about that, I think it’s more just that they don’t want people streaming terabytes of traffic through their edge.


Not at all, there’s legal risk if you’re hosting your blurays. Cloudflare even explicitly forbids such use. VPN or nothing imo.


I wanted the same thing with Kubernetes and ended up using FluxCD. Highly recommend it. It basically syncs a git repo to the cluster, so you just push to github or whatever, and it auto applies the changes you pushed. Also, llm models tend to be good at teaching this topic and even writing yaml files for it, so the initial learning curve was not bad actually.
Now I’m exploring doing this even better with this template: https://github.com/onedr0p/cluster-template


c/lostbots? What is even going on - podcast?


Oh I’m not saying any use of ai is immediately bad, but as a dev I would want the author of the stuff I use to actually understand the whole codebase. I’ll try it out when I get some time to deploy it.


How much of the codebase do you write by hand?


I somehow skipped Hollow Knight since it came out, and got it during a sale last week after all the Silksong hype. Got 26 hours in it now.


You’re pretty much describing Tailscale with an exit node on the VPS. If the purpose of the VPS is to make their traffic not come from your home, you can omit the VPS entirely as Tailscale only routes through the VPN when reaching services also on the VPN.
Edit: to self host it, look into Headscale, but the default, hosted control server works well too.


Depending on your specs, I don’t think you need to buy hardware. You can scale later if you run out of resources. This is how I’d separate your stuff:
Edit:
I think this has been done by other projects. This is one of the downsides of coding with ai, because it won’t check you, it’ll just agree, even if the stuff it’s making exists already. What would be cool tho is if the web version wasn’t just an xterm.js looking thing. If a single codebase could render to a terminal AND a web ui that is passable as conventional/modern ui. With a standardised design, buttons, inpit fields, etc.