Comment on
Japanese ministers eat Fukushima fish to show it's safe after nuclear plant wastewater is discharged
Reply in thread
You can safely swim in the pool of an operational reactor
Besides the acute lead poisoning from being shot apparently.
Comment on
Japanese ministers eat Fukushima fish to show it's safe after nuclear plant wastewater is discharged
Reply in thread
You can safely swim in the pool of an operational reactor
Besides the acute lead poisoning from being shot apparently.
Comment on
Vad tycker ni om förslaget ChatControl?
Självklart är det helt galet och ett fruktansvärt säkerhetshål.
Comment on
the "good" parts
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.
Comment on
advanced
Reply in thread
If (false) is good because it is compiled so it doesn't get stale.
Comment on
Poland asks EU Court of Justice to cancel three EU climate policies
Poland really should have started transitioning away from coal ages ago.
Comment on
advanced
Reply in thread
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.
Comment on
Tabs are objectively better than spaces - gomakethings.com
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!
Comment on
Congress approves bill barring any president from unilaterally withdrawing from NATO
Reply in thread
Yes, past presidents have gradually expanded the power of the position beyond any reasonableness over time.
Comment on
Korea's Birthrate Hits Another Record Low
Reply in thread
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.
Comment on
Britain warns of possible terrorist attacks in Sweden
Reply in thread
The muslims could also not commit terrorism.
Comment on
VMA! På söndag går vill tillbaka till normaltid!
Verkar inte som om vi är i närheten av att bli av med dessa jävla omställningarna. Spelar absolut ingen roll för min del om det blir sommartid eller vintertid bara det tar slut.
Comment on
optimal java experience
Reply in thread
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.
Comment on
Safety vs Performance. A case study of C, C++ and Rust sort implementations.
I can't believe that the std C++ implementations performance is this bad!
Comment on
Tests are code too
Reply in thread
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.
Comment on
*Permanently Deleted*
Reply in thread
In 2019 there were reports of Apex Legends requiring SSE4.1, an instruction set from circa 2007.
It's not just about when it was released, sometimes budget processors or, in this case, AMD doesn't support them straight away or ever.
Comment on
Tips för att baka bröd?
Nybakat bröd är så gott att det är lätt att råka smälla i sig en halv limpa själv.... Du behöver kanske inte frysa in så mycket som du tror 😀
Comment on
Tests are code too
Reply in thread
Even in C this is possible. Just wrap the float or whatever in a struct and all implicit conversions will be gone.
Comment on
Success is built through GAMBA
Reply in thread
It's because they don't put work on them.
Comment on
Reddit Files to Go Public, Reveals That It Paid CEO $193 Million Last Year
Reply in thread
I thought most of it was stock options?
Comment on
Jobbar ni på plats eller hemifrån?
Jobbar hemma en dag i veckan och annars pendlar jag med buss. Tar en halvtimme på vart håll (mer om det är trafikolyckor vilket det ofta är). Helt ok tycker jag. Det är ganska trevligt att sitta på bussen och läsa eller något liknande.