groet
@groet@feddit.de
- Comment on [deleted] 8 months ago:
By design nothing in the chain can be altered. But of course you could have a block indicating “person X is now person Y”. But you can always read that Y was at some point X (and at what point the change happened). That would not be good, as it would be a public ledger of all trans people. It would also make things like witness protection impossible because inserting a block “today in 2024, person W was born in 1974” is very suspicious
- Comment on Megafauna 8 months ago:
Yeah the bird is on a flat roof maybe a garage or something similar on the same height or slightly below the window
- Comment on If we took material like rock from space and got it back to Earth enough times, would Earth grow as a planet? 8 months ago:
energy equals mass
That doesn’t mean energy has a weight.
It means it is physically possible to transition energy to mass and vice versa. Sunlight hitting the earth does not add any weight.
Also, earth radiates heat out to space. At a rate of (aaaaaaaaalmost, because of the greenhouse effect) 100% of the energy we get from the sun. If it didn’t, earth would be a few million degrees hot by now…
- Comment on UDP Tunneling solution recommendations 8 months ago:
If you want any system to connect to you, you need to open a port. You don’t need to do that for outgoing connections (the OS and your router will automatically open ports for the return connection). So if everybody connects to one central system, nobody needs to (explicitly) open any ports (except for the central connection point)
- Comment on UDP Tunneling solution recommendations 8 months ago:
Most VPNs use UDP. So set up a wireguard, tailscale or openvpn.
But you still need to “open up the firewall”. UDP still works on ports the same way as TCP. I do agree however, that exposing a VPN port is more secure than exposing a port for a game server, as you don’t know about the security of that server software.
- Comment on It's surprisingly difficult for AI to create just a plain white image 9 months ago:
That works for humans too:
“DON’T THINK ABOUT GIRAFFES!”
- Comment on What's the deal with Docker? 9 months ago:
The thing that confused me when first learning about docker was, that everybody compares it to a virtual machine. It’s not. Containers dont virtualize anything. They take a (single) process from the host OS and separate that into its own environment. All system calls, memory access, file writes etc are still handled by the same os (same kernel). However the process is separated both on the file system and process level. It can’t see other processes outside of the container and it also doesn’t see the real filesystem. It sees a filesystem provided by the container. This also means it sees different file and user permissions. When you run a alpine Linux docker container on an Ubuntu system, the container only containes the (few) files for alpine but no Linux kernel no desktop environment. A process inside that container only sees the alpine files and not the Ubuntu files. It also means all containers see a filesystem independent of each other and can use libraries and dependencies of different versions (they are only files after all).
For administration it makes running complex services easy. You define how to setup that service (what base Linux distro to use, what packages to install, what commands to run, and how to start the process). You can then be save to assume the setup of that service did not interfere with the setup of any other service. “Service 1 needs a certain system wide config changed? Service 2 needs that config in the default state? And both need a different version of the same library?” In containers you can have all at the same time because they each see a different version of the same config and library.
And all this is provided by the kernel itself. All docker does is provide an “easy” way to create and manage containers but could could do all of that using chroot, runc and a few other.
As a note, containers usually don’t come with systemd as they don’t need an init system. You would run the service directly inside the container and then use systemd outside the container to make sure the container is started/restarted, or just docker as it can already do that.
I found a great article demystifying containers recently
- Comment on those damn vegans! 9 months ago:
It’s even less. The Antilope converts 10% of grass to meat, the lion converts 10% of Antilope meat to lion meat. So it’s 10% of 10% bringing us back to the root problem of everything… The 1%!!!
- Comment on Bluesky and Mastodon users are having a fight that could shape the next generation of social media 10 months ago:
I think it’s about usage rights. People are fine with their post being on their chosen end of the fediverse forever but don’t want corporations and news sites to generate a profit by using the posts. That is independent of federation, federation just makes it easier.
- Comment on It was in self-defence 🙃 10 months ago:
I wouldn’t advise telling another mod to ‘step the fuck down.’
“Dont tell people abusing their power that they are abusing their power or they might abuse their power”
Yeah you should probably step down if that is your opinion…
- Comment on Is it immoral, unethical, or illegal to use movie prop money for collection plates, tip jars, beggars, and strip clubs? 10 months ago:
Yes it is unethical and immoral to fool service personal and lead them to believe they receive a tip when they don’t. Everybody hates to receive those fake church bills.