Yeh. They really did C++ unnecessarily dirty.
“Life forms. You precious little lifeforms. You tiny little lifeforms. Where are you?”
- Lt. Cmdr Data, Star Trek: Generations
Yeh. They really did C++ unnecessarily dirty.
I use the Chicago95 XFCE theme, which modifies the bash prompt.
C:\home\dexcube\Development\piper\build> python3
Python 3.13.2 (main, Mar 13 2025, 14:29:07) [GCC 14.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from decimal import Decimal
>>> Decimal('0.1') + Decimal('0.2')
Decimal('0.3')
Why do we even bother with data at all? Let’s just not exist - humans greatly increase attack surface.
Apple should experience bij.
MariaDB for the win!
JavaScript be like that sometimes…
That is so me sometimes.
I spent 4-6 hours the other day trying to figure out the equivalent of Hello World for a MediaWiki parser function extension.
In theory, they have a quick start guide, but that documentation has so many errors, and I spent ages jumping between PHP and a JSON configuration file I barely understood.
At least it’s working now. Now time to figure out how the heck to properly interact with the MediaWiki database!
(Perhaps once I’m a bit more confident in MediaWiki development, I’ll see if I can tidy up some that documentation.)