That’s a good way of maximizing technical debt.
AlmightySnoo 🐢🇮🇱🇺🇦
Yoko, Shinobu ni, eto… 🤔
- 7 Posts
- 22 Comments
AlmightySnoo 🐢🇮🇱🇺🇦@lemmy.worldto
Open Source@lemmy.ml•Suggest a good opensource resumè builder
3·2 years agoHow about just LibreOffice resume templates?
AlmightySnoo 🐢🇮🇱🇺🇦@lemmy.worldOPto
Programmer Humor@lemmy.ml•onegai, accept my pull request senpai
271·2 years agoCopied from miku-chan03?
it’s actually the opposite, MikuChan03 was created one month after this: https://github.com/Xerasin/GCinemaCraftDownloader/issues/1
AlmightySnoo 🐢🇮🇱🇺🇦@lemmy.worldOPto
Programmer Humor@lemmy.ml•onegai, accept my pull request senpai
203·2 years agoFor that one no, but another (same person?) parody account does at least report real bugs: https://github.com/mpaland/printf/issues/15
Another fix by Miku-chan (again not in the form of a pull request): https://github.com/lichess-org/lila/issues/5193
Also: https://github.com/EasyRPG/Player/pull/3105 and https://github.com/EasyRPG/Player/pull/3107
AlmightySnoo 🐢🇮🇱🇺🇦@lemmy.worldOPto
Programmer Humor@lemmy.ml•onegai, accept my pull request senpai
113·2 years agowakarimashita 😔
The French used to count in base 20 (so that means both hands and both feet), which is why they read 97 as quatre-vingt-dix-sept, ie
4*20+10+7.
Yeah, but I still think
if (false)is silly because it adds an artificial constraint which is to make sure the disabled parts always compile even when you’re not using them. The equivalent of that would be having to check that all the revisions of a single source file compile against your current codebase.
A simple
if (false)will get optimized out by any modern C or C++ compiler with optimizations on, but the problem is that the compiler will still parse and spend time on what’s inside the if-block and it has to be legal code, whereas with the#if 0trick the whole thing gets yeeted away by the preprocessor before even the compiler gets to look at it regardless of whether that block contains errors or not, it’s literally just a string manipulation.
correct, but will come up if OP chooses to study measure-theoretic probability theory
neither an understatement nor an overstatement, a Big-Theta
wait until you learn about sigma-algebras in measure theory
beat me to it too, it’s a meme of course but the advantage compared to comments is thay you get syntax highlighting 😁
laughing in
#if 0:#include int main() { #if 0 std::cout << "Look at this" << std::endl; #else std::cout << "ugly abomination." << std::endl; #endif }
AlmightySnoo 🐢🇮🇱🇺🇦@lemmy.worldto
Open Source@lemmy.ml•Open source and privacy respecting website builders?
2·2 years agoJekyll (https://jekyllrb.com/) is cool if you don’t need comments, and it just needs very basic web hosting, no need to support stuff like PHP.
AlmightySnoo 🐢🇮🇱🇺🇦@lemmy.worldto
Open Source@lemmy.ml•Id Release of Quake II 2023 Source Code on Github under GPL-2
4·2 years agoIt would literally not hurt them to open source anything <= 3DS
The thing is that they want to continue to milk those classic titles (see for example the Chrono Trigger Android port)
green is less stressful than red though
If you want something like Slack for group messages and sharing stuff there’s Mattermost: https://github.com/mattermost/mattermost
For video-conferences you could use Jitsi: https://jitsi.org/ (you can either self-host or use their main instance https://meet.jit.si/)
AlmightySnoo 🐢🇮🇱🇺🇦@lemmy.worldto
Programmer Humor@lemmy.ml•New pointers meme template dropped!
31·2 years agoNice! Though I still prefer the Anya version:

AlmightySnoo 🐢🇮🇱🇺🇦@lemmy.worldto
Programmer Humor@lemmy.ml•Today i installed arch linux for the first timeEnglish
21·2 years agoAlso pacman is the fastest package manager I’ve ever used.
I hope you enabled parallel downloads, that makes it fast as fuck.

They’re worse than us Arch users (btw)