Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)MI
Posts
1
Comments
320
Joined
2 yr. ago

  • Stop this!

    Would anyone accept if the government installed a door into your house that only they have the key to?! Just in case they need to come in and avoid kicking the normal door when I am not home...

  • They are not suppose to do that. It is disrespect to the user privacy. Hence good opportunity to change owner. Just a design flaw of the protocol that makes it possible to abuse that. Gmail is just one single provider, but yes, many more does it and Gmail is big.

  • PeerTube can't store all videos. Only Youtube can handle the storage cost by using ads due to the massive amount of users. But you could still have a list of links etc. for videos. Maybe stream directly the video youtube but never be on the youtube site. This might already exist in form of FreeTube. It only misses the possibility to view PeerTube vides as well.

  • I don't use Gmail. There are plenty of email providers out there that is completely free without ads and privacy focused. Mailfence, Tutanota, ProtonMail etc. Personally I use my ISP provider that is actually pro privacy - Bahnhof . That due it is a niche and if you don't save logs you don't have the log storage cost.

    If feddit.nu (only 50 users) did not exist I would have chosen to self-host it on the free Oracle VPS teir.

  • I agree. Look at email servers. It just works out. Email server owners don't look at the content. They just host the servers. Both protocols are federated.

    Forums will most likely be driven by the community and volunteers. Just move everyone over to the fediverse. Then it should be easier to find such people.

  • Tesla would be screwed the first time they see a new sign. Machine Learning is about learning from the past but if you don't have seen it before you might be screwed. But humans can actually think,. even stop and Google the new sign.

  • Yes, you can optimize a lot. Especially with Linux. I did the same and even started to replace program that did too much, bloated, with my own programs. To speed up the development I did it with AI and Cursor.

  • I can't understand someone that want to attack another country, go to war, just to take some piece of land. And then want to die for this reason.

    People should just learn that you can't get everything they want in life and deal with it in a good way.

  • Docker have many benefits - container meaning it can be more secure, easy to update and something that many overlook - a dockerfile with detailed intrusions on how to install that actually works if the container works - useful when wiki is not updated.

    Another benefit is that the application owner can change infrastructure used without the user actually need to care. Example - Pihole v5 is backend dns + lighthttp for web + php in one single container. In version v6(beta) they have removed lighthttp and php and built in functionality into the core service. In my tests it went from 100 MB ram usage to 20 MB. They also changed the base from debian to alpine and the image size shrink a lot.

    Next benefit - I am moving from x86 to arm for my home server. Docker itself will figure out what is the right architecture and pull that image.

    Sure - Ansible exist as one attempt to combat the problem of installation instructions but is not as popular and thus the community is smaller. They may leave you in a bad state(it is not like containers were you can delete and start over fresh easily) Then we have VM:s - but IMO they waste to many resources.