@plaes

121 Followers
377 Following
983 Posts
I break stuff. And file bug reports. Occasional retrocomputing.
Member of K-Space.ee hackerspace.
Websitehttps://plaes.org
Githubhttps://github.com/plaes

Today, I needed a chuckle. Here ya go...

https://www.theregister.com/2026/02/13/bofh_2026_episode_3/

BOFH: Loss adjuster discovers liability is a two-way street

Episode 3: Insurance negotiations take a turn for the Thames

The Register

Happy to announce that DREAMM 4.0 is now available for Windows, macOS, and Linux!

https://dreamm.aarongiles.com/

Now with support for all Lucas-family games released prior to 2000 on DOS, Windows, and FM-Towns, including all 8 Lucas Learning games. Network play is also now supported (experimentally).

DREAMM

DREAMM is a bespoke emulator for LucasArts, Lucasfilm, and Lucas Learning games.

DREAMM
I would like to formally announce that the #GlasgowInterfaceExplorer revD development (the next iteration: with the same FPGA but 32 digital I/Os and 8 single-ended analog channels that can be configured as 4 differential ones) is well underway with a CrowdSupply campaign planned later this year; stay tuned!

For the Y2K, we weren't allowed to change any of the original code running on the AS/400. That code was always off-limit, and had existed since the 1970s as far as I know.

We created an intermediate tool that would look at transactions going into and out of the database.

When data was coming out, we'd convert the dates to 4-digit years. Then when data was going in, we'd convert 4-digit years back to 2-digit years.

I have no idea if 26 years later that is still in place. I suspect so. But the thought that banks will authorize AI and "vibe coding" to magically replace all this off-limit code running on the back end is hard to believe.

We've been on X/Twitter for many years, but it's time to reduce our activity there and instead promote Mastodon as our main social media channel now. So we've done just that: https://x.com/LibreOffice/status/2026204949760131158 – Welcome to all our new followers here 😊
LibreOffice (@LibreOffice) on X

Hello, world! 👋 From now on, Mastodon is our preferred social media channel. It's an open source, decentralised platform – not controlled by tech giants. Follow us here: https://t.co/KZpwR61V5R

X (formerly Twitter)
Schematic for the Apple II SCSI card now converted to KiCad. Tomorrow I'll check it again for errors I may have done transcribing it then I will publish it, in case someone else wants to have a go at it and save themselves some work.

i built an entire x86 CPU emulator in CSS (no javascript)

you can write programs in C, compile them to x86 machine code with GCC, and run them inside CSS

https://lyra.horse/x86css/

Pulled it out for one specific reason - testing PAL equations for the apple ii SCSI card.

I'm happy to report the rewritten GALs work! We can have open source apple ii SCSI cards!

Oh this is wonderful news:

DNS-PERSIST-01: A New Model for DNS-based Challenge Validation
https://letsencrypt.org/2026/02/18/dns-persist-01.html

> Instead of publishing a new challenge record for each issuance, you publish a standing authorization in the form of a TXT record that identifies both the CA and the specific ACME account you authorize to issue for this domain.

#DevOps #SysAdmin #InfoSec

DNS-PERSIST-01: A New Model for DNS-based Challenge Validation

When you request a certificate from Let’s Encrypt, our servers validate that you control the hostnames in that certificate using ACME challenges. For subscribers who need wildcard certificates or who prefer not to expose infrastructure to the public Internet, the DNS-01 challenge type has long been the only choice. DNS-01 works well. It is widely supported and battle-tested, but it comes with operational costs: DNS propagation delays, recurring DNS updates at renewal time, and automation that often requires distributing DNS credentials throughout your infrastructure.