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
- 3 Posts
- 10 Comments
data1701d (He/Him)@startrek.websiteto Programmer Humor@lemmy.ml•First exposure to floating-point arithmeticEnglish2·5 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·5 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·7 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 itEnglish21·7 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·7 months agoThat is so me sometimes.
data1701d (He/Him)@startrek.websiteto Ask Lemmy@lemmy.world•Does anyone else feel like tech peaked around 10+ years ago?English5·9 months agoI wouldn’t call 4K mainstream in 2014 - I feel like it was still high end.
I didn’t have a 4K TV until early 2019 or so when unfortunately, the 1080p Samsung one got damaged during a move. Quite sad - it had very good color despite not having the newest tech, and we’d gotten it second-hand for free. Best of all, it was still a “dumb” TV.
Of course, my definition of mainstream is warped, as we were a bit behind the times - the living room had a CRT until 2012, and I’m almost positive all of the bedroom ones were still CRTs in 2014.
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.)