According to the article they don't have to declare leases or GPUs until the datacenter becomes operational
HN user
lefty2
I tried both unordered_flat_map and hopscotch map with the pathfinding algorithm that my game uses. Both were slower than regular unordered_map. unordered_flat_map about 33% slower and hopscotch was 390% slower
They would be jamming their own glide bombs and drones then. It would be more useful to jam Russian airspace to defeat Ukrainian drone attacks.
If / when enough companies exit the market
That will only happen when the bubble bursts and those companies will exit by going bankrupt
Who is it written by anyway? The author's name is not given in the article
I wonder how many false positives there were. Typically this types of static analysis tools come up with a ton of potential bugs, but only a few of them are actual bugs.
Sora was losing 15M a day and it was running at least 3 months, so that's a total 1.3 Billion. That's a pretty expensive experiment. It sounds like a company with lots of VC to burn and no discipline. Even Jensen Huang accused them of lack of discipline in business approach.
also they need to pay back that in one year, so if OpenAI don't IPO this year they are screwed
-1 still produces -1 instead of 0 That could be a problem depending how you are using it.
The same trick can also be used for the other direction to save a division:
NewValue = OldValue >> 3;
You need to be careful, because this doesn't work if the value is negative. A
Yes, OpenAI is burning $8-12B in 2025
OpenAI actually burnt $12B in just one quarter (not for the entire year as he claims)
https://www.thurrott.com/a-i/openai-a-i/329108/openai-lost-1...
c++ 03 was a lot easier.
For instance, if you want to avoid unnecessary copy operations when returning a string, just return it in variable that you pass by reference (eg. void doSomething(string& str);) likewise avoid the vector class making unnecessary copies, simply by creating the objects on the heap and use a vector of pointers instead of values. It's a bit more ugly, but it works, and you don't need to read a 24 page blog to understand all the corner cases where it can go wrong. modern c++ is all about syntactic suger.
If it's untrustworthy, why do they prevent us from disabling "AI overview"?
Tanks don't really make any sense. MBTs are designed to fight other MBTs. Out of the thousands of tanks that have been taken out in Ukraine, 99.999% has been by drones, artillary or ATMs. You can count the tank versus tank battles on the fingers of your hand. Wouldn't make more sense to evenly distribute the weight of the armour, so the back and top are reasonably armoured, rather than have foot thick armour in the front to stop rounds from other MBTs - a scenario which literally never happens.
Does the analyst offer any explanation where he got his figures from? No. Then you should assume they were pulled out of the ass
How about "Facey McBookFace"?
Humans still sleep in two shifts. It's called the siesta
They don't want to close the loopholes, because the loopholes give American companies an advantage over foreign companies.
I'm surprise people say it had gory videos. I've being watching Liveleak for the last year. There were hardly any videos with violence and gore. The videos could be classified into 4 categories: traffic accidents, drunk/stoned people doing stuff, police cam recordings, industrial accidents (cranes, ships crashing etc.)
Strange. I never reboot, only use hibernation. I've been doing that for years and never had any problem.
Vulkan is way too much for most indies
I would not say that at all. The biggest disadvantage of Vulkan is that it doesn't support old GPUs
Betteridge's law of headlines: "Any headline that ends in a question mark can be answered by the word no."
So once everyone switches to Signal, Facebook just gets out the checkbook and buys Signal... rinse and repeat
I better check it out then. Thanks.
but what if you aren't using Qt?
I agree totally. No one else has ever been able to make a debugger as good as Visual Studio. That's why I do all my core development work on Visual Studio, and only use XCode / code blocks for testing on Mac/Linux.
Does it have a step by step debugger with automatic variable visualisation? If it had that feature then it would be a killer ide for c++.
Ireland, Luxembourg and certain other countries are complicit in this
Most people don't realise it's US tax law which allows US companies to defer paying taxes on foreign profits indefinitely. Without that law there' would be no loophole.
There is very little known about this particular case - for instance what testing procedure were they using. It could be that the first test gave a false negative, or the second a false positive.