Ouch, this one is too real!
Hi, I’m Amy.
✨ New 🏳️⚧️ improved ♀️ version 👩❤️👩 out 🏳️🌈 now! 🎊
I live in Japan. Talk to me about Haskell, Scheme, and Linux.
日本語も通じます。
- 0 Posts
- 11 Comments
Same.
Me: Oh! A chance to do all the things that have been building up on my checklist!
Brain: But what about all these other things I just thought of? And you still haven’t even started learning Korean…
Amy@lemmy.sdf.orgto retrocomputing@lemmy.sdf.org•RISC OS Open: News: "Moonshots" Initiative to Secure the Future of the OS3·5 months agoMany fond memories of using RISC OS as a kid. It’s good to know that it’s still alive!
Amy@lemmy.sdf.orgto Programmer Humor@lemmy.ml•KB, MB, GB, and TB are all part of the metric system. What empirical measurements should we Free™️ Americans use for computer memory?42·1 year agoMost people would use “word”, “half-word”, “quarter-word” etc, but the Anglophiles insist on “tuppit”, “ternary piece”, “span” and “chunk” (that’s 5 bits, or 12 old bits).
TDD
const max12 = (x, y) => { if (x === 1 && y === 2) { return 2; } else if (x === 7 && y === 4) { return 7; } else { return x; } };
Amy@lemmy.sdf.orgto retrocomputing@lemmy.sdf.org•BBC Master 128: The evolved 8-bit computer from AcornEnglish2·2 years agoGot my first programming experience on the BBC Micro at school! (We never had anything as fancy as a Master though). Those heavy cube monitors and the “beep-boop” startup sound are iconic.
Um, actually… A signed 32-bit counter would loop back to December 1901, so the calendar is presumably 31-bit unsigned. (Sorry)
Amy@lemmy.sdf.orgto Programmer Humor@lemmy.ml•For-loops in Java don't require any code in the body. I can't control what you do with that information.1·2 years agoThere’s always the classic C strcpy :)
char *strcpy(char *dest, char *src) { char *p = dest; while (*p++ = *src++); return dest; }
Amy@lemmy.sdf.orgto retrocomputing@lemmy.sdf.org•The Secret Origin of Windows [2010]English2·2 years agoIt’s fascinating to read these in-depth retrospectives from the people who were actually involved.
Ahhh yes, good old Windows Entertainment Pack.
I remember one level where you had to skate around a maze that required you to find the route by trial and error and memorize it. Don’t think I ever finished the whole game; it got pretty difficult later on. At least for 11-year-old me.