i wrote a little bit about minneapolis today: https://abyss.fish/all_eyes_on_minneapolis
cw: graphic images, upsetting themes
cats, poetry & permacomputing
i wrote a little bit about minneapolis today: https://abyss.fish/all_eyes_on_minneapolis
cw: graphic images, upsetting themes
there's frozen snow on the ground,
it's below zero,
and there are three thousand federal agents
in masks, abducting men, women, children
citizens.
attached is a video of roosevelt high school,
where children were gassed and tackled
and three teachers were arrested,
and an american flag struggles to flap
ice needs to leave our city.
for those who don't know me well, i'm a minneapolis resident
today, ice murdered renee nicole good, 37, mother -- for no reason, in broad daylight
i went to the vigil. i couldn't stop staring at cameras.
they are killing people in broad daylight. and they are lying about it.
we are walking a tightrope over an abyss.
what makes a hackerspace distinct from a makerspace?
i think hackerspaces have more grassroots & counterculture -- zines, stickers, etc are embedded.
makerspaces are more centered around the craft - you come to produce something while you're there
curious how others feel
i login as root.
i have no swap.
i hard power off my laptop nightly. the filesystem always recovers.
my organization strategy is `mv * ~/Archive/2025`
i try to refuse clutter, in my computing & in my life.
like the feeling of a fresh operating system.
sometimes you do need a clean slate.
did anyone else see the aurora the other night?
wow, seattle is such a lovely city. i'm honestly feeling a little taken by it!! kindred spirit
it was so nice to see you @hylst@merveilles.town!
FYI, when a website erases your text that you just spent an hour writing, you can use this little trick to recover it 99% of the time:
1. find the firefox pid
$ pgrep -l firefox
2. attach gdb to firefox and dump its core
$ sudo gdb
gcore firefox.dump
quit
3. find your lost text in the coredump
$ strings firefox.dump | grep "a unique word/sentence from ur text"
i just did this today to recover a long post i wrote, and figured i'd show others!! :uxn: