can’t wait to see more greg posts on lemmy
can’t wait to see more greg posts on lemmy
The thing is, I just really prefer the tree view of Lemmy/Kbin…
I’m considering migrating when that happens, as then I have no need for Mastodon, I can just have everything on one site…
whoa, this is an awesome resource, bookmarked!
I don’t really understand the problem here. Do these routers each have their own internet connection? Why can’t you just attach whatever device you are using to host stuff to one of them, configure your router for port forwarding, and be done? To get a domain name for free, you can use https://www.noip.com/.
If that mysteriously doesn’t work, you might want to investigate if your internet provider uses CGNAT (mine does). In that case, you might be able to contact them so they’ll turn it off for you. I don’t know about Germany, but in Austria they have to comply with your request, by law.
If you can’t do that or don’t want to expose your device to the internet directly, you have other options depending on whether you want your stuff to be public or not. For private services setting up WireGuard using wg-quick (on your Hetzner server) is really easy, reliable, and very secure. For public stuff, you might want to look at one of the services listed here. I recommend Cloudflare Tunnel, though it’s only meant for web stuff, no gameservers etc.
Feel free to ask for more help if you need more details.
damn, I might be wrong, apparently there’s Kernel TLS now
well, I guess it depends it depends if you are allowed to link libraries, if not then good luck implementing TLS etc. from scratch :) The modern web really isn’t that simple anymore…
Reminds me of this cool website where you can see all the complexity involved
wow, you’re right, that just makes this meme even more visionary!
Can even do frontend now, by using WASM + the .wat format, WebGPU, and Naga so you can transform your SPIR-V code to WGSL! It’s the future!
Oh my god this is awesome!! I wanted to make something like this for myself for a while but never got around to it, unfortunately.