ShutterBugged

@developing_agent
23 Followers
253 Following
1.6K Posts
Profile image: image of a camera lens and shutter.
#nobot #noarchive #nobridge #nothreads #nometa #noai
I love it when privacy preserving, deterministic, non internet connected machines help me with chores.

90% https://ko-fi.com/maddiefuzz

More bills demanding payment, rent coming due. No reprieve.

Living in the city is really expensive and we’re stuck here for now. 😔

[abridging, check edit history]

Please help us keep a roof over our heads, and keep our cat with us. I’ve had him for nearly 20 years and he really needs me in this phase of his life.

#mutualaid

Buy maddiefuzz a Coffee

Become a supporter of maddiefuzz today!

Ko-fi

Heads-up for anyone who doesn't want their posts scraped and handed over to an LLM.

https://alpaca.gold/@seldo/116286099611905851

(Quote replaced with link since I was blocked.)

@0xabad1dea @glyph I visited a semiconductor fab in Chippewa Falls in 2013 and was shocked to find that the production line also doubled as a retrocomputing museum with Sun 3 and VAX hardware still in operation.
oh, found a cute thing while cleaning up for moving

it's cpu silicon, from ibm power9 

i got it when i crashed an ibm conference in france some years back, they were giving them out as souvenirs
this feels like the most “humans just *do things*” headline ever. I swear if we tried to pull this off in New York we’d hit a pothole and blow a gigantic hole in Queens. https://www.nature.com/articles/d41586-026-00950-w
Antimatter has been transported for the first time ever — in the back of CERN's truck

Physicists have succeeded for the first time in transporting the most expensive and most volatile substance on Earth — antimatter.

Thanks to the help of people here (and on tumblr & blusky) donating, I was able to cover the electric/storage/car, but I'm still out most of my food money and I need to pay to settle my lawsuit from the credit card company, so any help would be appreciated!

https://ko-fi.com/fooneturing

Support Alice Averlong ❤️

Become a supporter of Alice Averlong today!

Ko-fi
So uh...
this is mine now...
cleaning will happen eventually, promise, but... does anyone know where I can get a keyboard, ideally one for one of these, in *any* condition, cable 100% optional, for a price that isn't gonna make me feel like I need to sell a kidney on the black market? (RAM prices are already taking up that job...)

You may know that Tcl can do this:

set a 2; set b 5
return [expr {$a<$b ? 1 : 0}]

It returns 1 when $a<$b, otherwise 0. But did you know that this works as well:

return [expr {$a<$b ? -1 : $a>$b ? 1 : 0}]

It will return -1 when $a<$b, 1 when $a>$b, else 0!

@lethalbit oh no it's fully capable of many horrors but the core language is cute