[-] [email protected] 8 points 2 years ago

Yes, past presidents have gradually expanded the power of the position beyond any reasonableness over time.

[-] [email protected] 10 points 2 years ago

I think you missed the whole point of my comment 😂. Regardless, the time spent compiling a small snippet of code is completely negligible. In the end, both #if 0 and if (false) have their complimentary uses.

[-] [email protected] 20 points 2 years ago

The problem is everyone disagrees on what part of C++ is good... Some like C+classes. Some like intense meta programming and some like functional programming and all are valid C++ that people advocate for.

[-] [email protected] 14 points 2 years ago

If (false) is good because it is compiled so it doesn't get stale.

[-] [email protected] 6 points 2 years ago

API from a call that accepted integer values between 0 and 32767 (minimum and maximum wheel speeds) to one that accepted float values between 0.0 and 1.0.

This would cause alarm bells to ring in my head for sure. If I did something like that I would make a new type that was definitely not implicitly castable to or from the old type. Definitely not a raw integer or float type.

[-] [email protected] 6 points 2 years ago

I can't believe that the std C++ implementations performance is this bad!

[-] [email protected] 8 points 2 years ago

I can't tell if you are sarcastic or serious. Population growth is slowing globally so it's not like there is an infinite supply of young people.

[-] [email protected] 10 points 2 years ago

This is a holy war that I will gladly fight again and again! I can't believe that soft tabs are more popular, especially in python!

[-] [email protected] 35 points 2 years ago

You can safely swim in the pool of an operational reactor

Besides the acute lead poisoning from being shot apparently.

[-] [email protected] 11 points 2 years ago

Poland really should have started transitioning away from coal ages ago.

[-] [email protected] 8 points 2 years ago

The muslims could also not commit terrorism.

[-] [email protected] 6 points 2 years ago

Atomic instructions are quite slow and if they run a lot... Rust has two types of reference counted pointer for that reason. One that has atomic reference counting for multithreaded code and one non-atomic for single threaded. Reference counting is usually overkill in the first place and can be a sign that your code doesn't have proper ownership.

view more: next ›

Duralf

0 post score
0 comment score
joined 2 years ago