

Welcome, glad to be of help.


Welcome, glad to be of help.


This at the moment is a clear Ponzi scheme.
OpenAI or Nvidia announces some partnership or a deal for X amount of billions. As a result the valuation of the recipient company goes straight to the sky, increasing the market valuation of said company X-times more.
And then try to tell me this isn’t a bubble.


The future is very small models trained to work in a certain domain and able to run on devices.
Huge foundational models are nice and everything, but they are simply too heavy and expensive to run.


China right now is leading the way with releasing open weights models. The US lags behind, as they are all more concerned about releasing closed weights commercial models.


The key term is declining, not reversed.


It’s not only coding.
Idiocracy incoming in 3, 2, 1


Our kids will be really ashamed of us.
Short term profits are way more important than the future of our kids I guess.


https://edition.cnn.com/2025/10/09/business/china-tightens-rare-earth-export-controls-intl-hnk seems to contradict your statement.


Isn’t the US responsible for those restrictions in the first place?


The king had his feelings hurt and he has no one to blame but himself.
He signed a trade agreement with Mexico and Canada during his first term which he isn’t honoring anymore. And then he is annoyed that people are feeling angry at his shenanigans.


The problem is that I have a couple of services listening on different ports and I want to use the reverse proxy to listen to incoming requests and route the traffic to the corresponding ports. I also want to issue SSL certificates and serve the traffic over TCP port 443.


Yes, I know that, but I just don’t want to remember the port numbers or create some bookmarks.
I think I can create a CNAME record for *.media to point to the Tailscale address of the reverse proxy and then use the reverse proxy with Cloudflare API key to serve SSL certificates from my domain.
I am currently struggling a bit with the setup though.


I have a registered domain name already, but I am behind CGNAT and I don’t really have a public IP.
I want to allow access to my services remotely only through Tailscale.
I will definitely do that, I just want to finish the whole setup.
I am playing around with Podman Quadlet and that’s one hell of a rabbit hole. I have everything up and running, and now I need to configure the containers, and probably will deal with other pain points, etc.
The good thing is that I have documented the whole process so it is reproducible but it took me quite some time to figure out everything.


Because it is beginner friendly and it has a lifetime license I guess and it is not yet enshittified.
Nice, thanks for sharing. How did you solve the file permission issue?
Also I see you put all your services as a single pod quadlet what I am trying to achieve is to have every service as a separate systemd unit file, that I can control separately. In this case you also have a complication with the network setup.
You can actually set your user to linger with
sudo loginctl enable-linger $USER
I will test your setup and report back if it works.
By the way what was the reason to switch back to Docker Compose?
There are no logs in journalctl, just when I check the status of the systemd services I see that the container service has crashed and after 5-6 restarts it gave up.
I was thinking of installing the latest podman 5.7.0 and try with it, as there are quite a few updates between that one and 5.4.2 that comes as standard on Rocky.
I don’t know but I am constantly hitting the RAM limit with 16Gb of RAM with around 20-30 open tabs and other apps, both on Linux and Windows