That’s a good way of maximizing technical debt.
Yoko, Shinobu ni, eto… 🤔
That’s a good way of maximizing technical debt.
How about just LibreOffice resume templates?
Copied from miku-chan03?
it’s actually the opposite, MikuChan03 was created one month after this: https://github.com/Xerasin/GCinemaCraftDownloader/issues/1
For 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
wakarimashita 😔
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 0
trick 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
}
Jekyll (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.
It 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/)
Nice! Though I still prefer the Anya version:
Also 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)