My response rates for polls on Twitter were 1-2%.
On Mastodon, it's 15-20%.
Twitter and Facebook throttle our natural engagement with our friends and family and colleagues.
They do it so brands will buy ads to reach people who already follow them.
I didn't realise how pronounced the effect is.
I'm angry.
For years, my connection with the people I care about has been diminished, intentionally, to support a losing advertising scheme.
I want that time with my friends and family back.
My favorite Christmas ornament and I are wishing you a very Merry Christmas Eve.
#ChristmasEve #HappyHolidays
I’m just a Gen Xer playing computer games in my basement. 🤟 I can’t believe this really worked. They really don’t build them like the used to. “Does it boot?” Yes, yes it does!
A Debian Linux installer showing a hostname dialog for the server. Cueball wants to make sure that he chooses a great permanent name that he can give to the server. This one is for @popey ;) Also see my favourite top 15 XKCD comics all time https://www.cyberciti.biz/humour/top-xkcd-comics-for-linux-and-unix-fans/ for geeky lulz. Boy, naming this are hard ;)
The holidays can be a really tough time. The advice I often heard was, "Volunteer at a soup kitchen. Help others. Get out of your head." It's perfectly fine advice, but unhelpful if the mere thought of interacting with people is overwhelming. Anyway, here's a thing I did one year that did help:
I bought a Cookie Monster costume, went to the airport, and waited at arrivals with a sign that said "COOKIE"
Didn't have to talk to anyone and boy did I get to watch people's faces light up.
Reports this week illustrate how threat actors consider Microsoft Exchange as a prime target for gaining initial access to corporate networks to steal data and deploy ransomware.
@ijk64 @unamccormack @wleisner @Scifibulletin Nah. I don't take sides on commas. But you don't wanna get me started on semicolons ... 😊
Amazing:🤗!!!
For the first time ever : #redit was useful for me!!!
I learned a simple but very useful thing (a particular command line and params) that enabled me to recover data off an corrupted synology/btrfs encrypted file system (I had the pass phrase).
I did of course have to wade through the : ‘your doomed, impossible, reformat and return to the manufacturer and cross fingers, I’m sorry can you repeat the question’ type posts.
Decorate your process tree.
pstree() { e=$'\e' ; o=( 🔴 🔵 🔶 🟢 💠 🟣 🔘 🔆 📍 🔔 🎀 ) ; [[ "$1" == "--xmas" ]] && command pstree -U | { printf "🌟\n" ; cat | while IFS='\n' read line ; do d="${o[$(( $RANDOM%${#o[@]} -1))]}"; r1=$(($RANDOM%${#line})) ; printf "$line\n" | sed -r -e "s/^(.{$r1})/\\1$d/g" -e "s/^/$e[42m/" -e "s/$/$e[0m/" ; done ; printf "\e[0m 🟫 \n 🟫 🚂 🎁 🎁 🎁 🎁 \n"; } || command pstree $@ ; };pstree --xmas