Laurence Gonsalves

213 Followers
603 Following
243 Posts

I like old computers, making things, science, math, and science fiction.

Currently making something new at https://www.nipht.io. Helped create Google Reader.

Also @laurence.gonsalv.es on Bluesky.
Formerly @laurence on the birdsite.

IDIC 🖖 he/him

Homehttp://www.xenomachina.com/
GitHubhttps://github.com/xenomachina
Blueskyhttp://laurence.gonsalv.es
Twitter (formerly)https://twitter.com/laurence
(it's a sign of the alpaca lips)
Oh no!
Funny Google Translate bug: if you translate the French word "bourse" into English, the translation is misspelled!

Finally received my ZX Spectrum Next.

The "tape cutting error" on the shipping box is a cute touch.

(My son and I are waiting in a restaurant.)
My son: let's play wordle
Me: ok, I usually start with "adieu"
Him: I usually start with "piano"
Me: ok, go ahead
Wordle:

Wordle 885 1/6

🟩🟩🟩🟩🟩

The Wikipedia page for "Mother Goose and Grimm" has an example of the strip that in turn references Wikipedia!

Looking up "magsafe 2023 pinout" shows that there simply aren't pins for data.

I also tested with a dock to confirm, and only power was transmitted over magsafe.

Kind of unfortunate, IMHO. Most of the time my MBP is charging, it's from a dock on my desk (that also connects to ethernet and a monitor). So as a result, I pretty much never use the magsafe port, and the magsafe cable is in my tub of USB cables.

It turned out that what had happened here was that I'd set that address as an alternate login for my Google account. That's what told Gmail to use that account's profile image.

I removed it from the list of logins for the account, and this had the unfortunate side-effect of also making Gmail treat any emails from that address as spam.

A broken clock fixed by taping a working clock over it is a metaphor for every codebase you’ll encounter in your professional career as a software developer.

Why is nvm a shell function and not a shell script?

Cons:
- can't easily run it from other scripts
- its install is more complicated (need to modify shell startup to source it rather than just placing it in $PATH)
- because of the previous point, every time I open a shell it has to source a 4387 line script that I rarely ever actually need

Pros:
???