Today, I needed a chuckle. Here ya go...
Member of K-Space.ee hackerspace.
| Website | https://plaes.org |
| Github | https://github.com/plaes |
| Website | https://plaes.org |
| Github | https://github.com/plaes |
Today, I needed a chuckle. Here ya go...
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).
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.
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
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.

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.
and so it begins:
for https://gitlab.freedesktop.org/gfx-ci/ci-tron/-/merge_requests/1078