Yeh. They really did C++ unnecessarily dirty.
data1701d (He/Him)
“Life forms. You precious little lifeforms. You tiny little lifeforms. Where are you?”
- Lt. Cmdr Data, Star Trek: Generations
- 0 Posts
- 9 Comments
Joined 1 year ago
Cake day: March 7th, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
data1701d (He/Him)@startrek.websiteto Programmer Humor@lemmy.ml•First exposure to floating-point arithmeticEnglish2·3 months agoI use the Chicago95 XFCE theme, which modifies the bash prompt.
data1701d (He/Him)@startrek.websiteto Programmer Humor@lemmy.ml•First exposure to floating-point arithmeticEnglish2·3 months agoC:\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')
data1701d (He/Him)@startrek.websiteto Programmer Humor@lemmy.ml•Corporate Auth in 2025English6·5 months agoWhy do we even bother with data at all? Let’s just not exist - humans greatly increase attack surface.
data1701d (He/Him)@startrek.websiteto Programmer Humor@lemmy.ml•Spent hours making an animated SVG and Safari doesn't handle itEnglish2·6 months agoApple should experience bij.
MariaDB for the win!
JavaScript be like that sometimes…
data1701d (He/Him)@startrek.websiteto Programmer Humor@lemmy.ml•I'm something of an Open-Source-Developer myselfEnglish1·6 months agoThat 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.)