This would be the case had net neutrality not been killed off nearly a decade ago
Might as well have some entertainment while civilization is collapsing
Also me: Fuck you future me! You deal with this!
This just in, DOGE is fucking stupid
These fucking species-traitors are trying to speedrun the end of human civilization, and they've convinced 40% of the country to cheer them on while they do it.
They already did.
sLaMmEd
Running mouth is all they know how to do.
It's dehumanizing language, nonetheless.
One can dream
The status quo is garbage and has been degrading rapidly for most of my life. Here's hoping the rest of this country gets its shit together in time.
Not when the corpos make sure everything is optimized for revenue generation instead of actual user experience.
Ugghhh, I just got it set up with arr stack on my media computer. Can someone more familiar with the trajectory of the project tell me the odds of this actually happening? Or is it more of a PR move to get people's attention on the Fedora project?
My past made that difficult to watch even though I knew they were actors. Jesus… Fuck everyone in that crowd who laughed.
What a fucking nutjob
Traitors, every last one
+1 for Rachel Griffiths
Sshhh you might give them ideas
Same. If you have a strong argument and a weak one, only make the strong one. If you say both, they both (and you) look weak by association. Any corpo Dem still trying to play the "decorum" game is fucking incompetent.
Twins(-ish)!
alias gimme="chown <myname>:staff"
Polls for potential zombie processes:
# Survive the apocalypse
function zombies () {
ps -elf | grep tsc | awk '{print $2}' | while read pid; do
lsof -p $pid | grep cwd | awk '{printf "%-20s ", $2; $1=""; print $9}'
done
}
export -f zombies
alias zeds="watch -c -e -n 1 zombies"