throwafoxtrot
@throwafoxtrot@lemmynsfw.com
- Comment on Hmmm... 9 months ago:
He’s using it though.
I can imagine having a tutorial on how to hold and move your hands floating in space right next to the grip could be pretty nice for beginners. Or just make the boring exercise more interesting by watching some form of entertainment.
- Comment on other the hamburger just keeps trying to self-medicate 9 months ago:
German psychiatrists be like:
- Comment on What's the point of a reverse proxy and does cloudflare give all the benefits of one? 10 months ago:
Thanks, good to know. I’ll see if can set that up.
- Comment on What is the average temperature of earth? 10 months ago:
By about 4.8 percent.
- Comment on 2023 was the year that GPUs stood still 10 months ago:
Ok I thought it common knowledge but maybe I should specify.
Datum is the singular form of data. Data is a collection of many single datums. If you have ten thousand anecdotes they do in fact become statistically significant.
- Comment on What's the point of a reverse proxy and does cloudflare give all the benefits of one? 10 months ago:
How do you get certs for internal applications?
I use caddy and it does everything for me, but my limited understanding is that the dns entry for which the certs are requested must point to the ip address at which caddy is listening. So if I have a DNS entry like internal.domain.com which resolves to 10.0.0.123 and caddy is listening on that address I can get a http connection, but not an https connection, because letsencrypt can’t verify that 10.0.0.123 is actually under my control.
- Comment on What's the point of a reverse proxy and does cloudflare give all the benefits of one? 10 months ago:
The reverse proxy only listens on port 80 and 443, so yes, all your services will be accessible through just one/two ports.
The reverse proxy will parse the http request headers and ask the appropriate upstream service (e.g. jellyfin) on localhost:12345 what it should send as a reply. Yes, this means that you need to have a http header so that the reverse proxy can differentiate the services. You don’t need to buy a domain for that, you can use iPhone to make your made up domain map to a local IP address, but you need to call the reverse proxy as sub.domain.com. 192.168.0.123:80 won’t work, because the proxy has no idea which service you want to reach.
I found it really easy to set up with docker compose and caddy as a reverse proxy. Docker services on the same network automatically resolve their names so the configuration file for caddy (the reverse proxy) is literally just
sub.mydomain.com { reverse_proxy jellyfin:12345 }
. This will expose the jellyfin docker, which is listening on port 12345, as sub.mydomain.com on port 80. - Comment on What is the average temperature of earth? 10 months ago:
When you say “all molecules that comprise earth,” are you including every molecule in the atmosphere out to the Karman line?
For what it’s worth this won’t change the result in any meaningful way. Both in terms of atom count and atom mass the atmosphere makes up only a tiny fraction of the earth’s material.
- Comment on 2023 was the year that GPUs stood still 10 months ago:
No, it’s a datum - about how people feel
Performance numbers are easy to find. The prices have not been great and the 4060 is held back by its reduced memory speed, but it’s a performance increase nevertheless. The flagship product, the one that shows what is currently possible in terms of GPU power, did show remarkable improvement in top performance.