I don’t see why not. 5 digits isn’t too bad, and the issue wouldn’t come up again for another 90,000 years after that. Besides, we’ll probably extinct ourselves through climate change, nuclear war, and/or AI long before then anyways.
I don’t see why not. 5 digits isn’t too bad, and the issue wouldn’t come up again for another 90,000 years after that. Besides, we’ll probably extinct ourselves through climate change, nuclear war, and/or AI long before then anyways.
AD - After Christ (but in Latin)
eh… not quite
it actually stands for “Anno Domini”, which is latin, but means “in the year of the lord”
A QA tester walks into a bar,
orders a beer,
orders 2 beers,
orders 0 beers,
orders 4294967296 beers,
orders -1/12 beers,
orders HGdIhFNPiHPWUDmUfWIFi beers,
orders a zebra
First real customer walks in,
asks where the bathroom is,
the whole bar catches on fire
I would use “what’s known as”, e.g. “Western countries belong to what’s known as the Paris club”
That’s often also used in the other way though.
she could trust him more than any of her “friends”
first they had machine code
then they wrote the assembler in machine code
then they rewrote the assembler in assembly
and assembled it with the machine code assembler
then they wrote the C compiler in assembly
and assembled it with the assembly assembler
then they rewrote the C compiler in C
and compiled it with the assembly C compiler
then they had the C compiler
and everything else was written in C
(note: this is a massive oversimplification and ignores much of the history of programming languages, but it at least gets across the idea of how bootstrapping is done)
Because they have unfathomably ridiculous amounts of money that they spend on lobbying (read: bribery) so that they stay not responsible.
deleted by creator
idk, maybe C# just doesn’t have great syntax for the way you’re doing it or something, but I think the simplest solution is the most readable in this case:
for (int i = 1; i < JUST_THE_WORST_NUMBER; i += 2) { Console.WriteLine(i); }