Tootfinder

Opt-in global Mastodon full text search. Join the index!

@kurtsh@mastodon.social
2025-07-15 00:27:44

Who else agrees that this just never, ever, ever gets old...
▶️ MORE "AVENGERS PORTAL SCENE" REACTIONS! *AVENGERS: ENDGAME (2019)* MOVIE...
youtube.com/watch?v=rGUqKgL-kv

@puhuri@mastodon.social
2025-07-13 19:22:25

Ikään kuin jo X-sukupolvella olisi eri käsitys kuin boomereilla mikä on kivempaa mökillä.
No tietenkin #pyöräily eikä laadukas nurmikenttä.

Kuva vajan sisältä. Etualalla neljä polkupyörää (cyckocross, kaupunkisähköpyörä, såhköläski, maastopyörö). Näiden takana ajettava ruohonleikkuri, pari työnnettävää ruohinleikkuria, oksasilppuri ja muita puutarhakoneita.
@whitequark@mastodon.social
2025-07-28 13:32:01

what in the actual fuck is going on with sdcc

# Deploy the artifact. For incomprehensible (literally; I could not figure out why) reasons,
# the Debian and NixOS builds of exact same commit of sdcc produce different .ihex files that
# nevertheless translate to the same binary contents.
PYTHONPATH=vendor/libfx2/software python3 firmware/normalize.py \
    firmware/glasgow.ihex software/glasgow/hardware/firmware.ihex
@hynek@mastodon.social
2025-05-30 09:03:57

sweet setup.py you've got there for your pure-python project. i, too, am a big fan of the 1990s.

@cyrevolt@mastodon.social
2025-07-27 14:01:55

What I really like about Rust is how much it feels like the code is practically writing itself thanks to all the excellent crates out there.
Once again, I am making great use of the zerocopy crate, specifically Ref:
docs.rs/zerocopy/latest/zeroco

@hynek@mastodon.social
2025-07-30 14:24:59

On one hand I’m super excited how Python’s packaging user land is great now.
On the other hand I don’t know if I even want everyone to know how cursed setuptools is and how everything with C/C /Fortran extensions still runs a setup.py somewhere where the sun doesn’t shine.