there is a page about this on the lemmy docs: https://join-lemmy.org/docs/users/05-censorship-resistance.html
- 2 Posts
- 14 Comments
fox@vlemmy.netto
Lemmy@lemmy.ml•Mlmym is a new Lemmy app that replicates the old.reddit interfaceEnglish
4·3 years agothis made me realize one of the things I like about the old design is how many posts you can see at a glance.
I think its a nice alternative to developers to offer software that is not available on your package manager, but having a distro offer multiple different ways of installing a package is not a good idea, I’m talking about ubuntu of course, as a user I just want to
apt-get update/upgradeand be sure my system is up to date, snap undermines that because I’m not sure anymore. also I don’t understand why I need to close the app I’m using to update it with snap, if the app is containerized I should be able to install multiple versions without affecting each other.
fox@vlemmy.netto
Technology@beehaw.org•Be careful. New platforms invite bad actors.English
6·3 years agoyup pretty sure
$ cat /etc/passwd fox:hunter2:1000:1000::/home/fox:/usr/bin/zsh😉
fox@vlemmy.netto
Technology@beehaw.org•Be careful. New platforms invite bad actors.English
3·3 years agoyou don’t need to be root to read
/etc/passwd
fox@vlemmy.netto
Games@sh.itjust.works•CD Projekt: "We need to fix the relationship with our players" | GamesIndustry.bizEnglish
6·3 years agoits like they say, trust is hard to earn, easy to lose. I still like CDPR but there’s no denying they burned a lot of trust with cyberpunk.
I mean yeah, the only reason people have to believe elder scrolls 6 is in development is that teaser from 2018, and honesty they probably only made that teaser to temper expectations.
fox@vlemmy.netto
Gaming@beehaw.org•How do you continue to enjoy Skyrim after 1,000 hours?English
6·3 years ago- content mods: there are mods that add new content to the game like new quest lines, companions, or even new regions to the game.
- new challenges: limit yourself to only using magic or not using potions/food items for healing, or using survival mods that require eating/drinking
- role playing: you don’t need to be the dragonborn every playthrough, try being a merchant or a mercenary, etc.
love parallel !, for example encoding a bunch wavs to opus:
parallel --eta 'opusenc --bitrate 256 {} {.}.opus' ::: *.wav
fox@vlemmy.netto
Technology@beehaw.org•Microsoft Teams bug allows malware delivery from external accounts
1·3 years agoHowever, the two Jumpsec Red Team members found that they could go around the restriction by changing the internal and external recipient ID in the POST request of a message, thus fooling the system into treating an external user as an internal one.
so they only do the check on client side. classic.
love
cat -n, when working with csv files I often use a command like this to figure out which column I need:head -n1 file.csv | sed 's/,/\n/g' | cat -n
Its a way to prioritize which posts you are going to read. if there are only 10 posts you can read all of them, if there are 1000 maybe not, depends on how much time you have, but when people can vote on which posts they find interesting there is a good chance you will find the most voted interesting as well.
I feel like calling it a galaxy makes it sound like its a bigger deal than it actually is, but I like it.



Love to see the community coming together to improve things !