definitely the last thing anybody who’s used windows would associate with the system


removing the interactions bit is really impressive, the model effectively acts as a physics engine figuring out how objects in the scene interact with one another


Not really sure how that works in practice given that Europe isn’t exactly self sufficient, especially in terms of energy.


Thank you for taking your valuable time from huffing gas to grace us with your profound insights.


EU is not really an export power in any meaningful sense. But even if that was true, you could make exact same argument with the US which directly competes with Europe on exports. Europeans have had absolutely no problem sticking their heads up American ass as far as possible.
Meanwhile, everybody is free to run their internal economy the way they see fit. The whole premise of free markets and capitalism was efficiency. It was supposed to naturally outcompete planned economies like China. If the model isn’t actually working then Europe could acknowledge that and emulate what China is doing instead of whinging. Or accept that they have an inferior model of economic development.
Finally, the EU very obviously doesn’t give a fuck about protecting its economy. If it did, it would’ve never allowed itself to become so dependent on energy imports from the US. The EU kept paying lip service to the idea of going green, but refused to invest into stuff like wind and solar because it came from China. Now the EU finds itself being bent over a barrel by Americans. And it’s frankly well deserved.


do go on


In a sane world yes, but in reality there’s a lot of racism and notions of white supremacy at play here.


they also lost a hog


Europe being hostile towards China isn’t exactly news though. It’s the break up of the Atlantic alliance that’s the real story.


This was is a really good objective lesson in materialism. We take so many of these fragile supply chains completely for granted until they break.


Right, that was the point I was making there. The only scenario where it would make sense for Iran to mine the strait would be if they couldn’t control it otherwise, and it’s pretty clear they’re in firm control right now.


Why would Iran mine the strait?


cause that’s how lemmy parsed the title out, and I didn’t bother to check if it got it in full
If people are using them for recruitment and education, that’s a good thing. We’ll see if this ends up building into anything substantial.


Binary quantization and 1 bit vectors have definitely been floating around the space for years. The big difference here is not necessarily just better raw precision but how they completely eliminate the hidden memory tax that usually comes with extreme compression. Normally when you crush a 32 bit float down to a single bit you destroy a massive amount of scale and range information. To make the model actually usable after that traditional methods usually have to store extra full precision numbers alongside those compressed blocks to act as scaling factors or zero points. So your theoretical 1 bit compression actually ends up costing something like 2 or 3 bits per parameter in practice.
TurboQuant gets around this by using the Quantized Johnson Lindenstrauss transform which is basically a mathematical guarantee that the relative distances between different data points will be preserved even when the data is aggressively shrunk. By doing this and dropping everything to just a positive or negative sign bit they completely remove the need to store any full precision scaling factors. It literally has zero memory overhead. To make sure the attention mechanism still works they use a special estimator that takes a high precision query and runs it against that low precision 1 bit cache in a way that mathematically eliminates bias.
You also have to look at how they are actually applying it in the pipeline. They don’t just take the raw 32 bit vector and smash it down to 1 bit right out of the gate. They use that PolarQuant method first to map everything to polar coordinates and capture the main structure and strength of the vector. The 1 bit QJL algorithm is only deployed at the very end as a targeted cleanup to fix residual errors left over from the first step.


here’s an explanation from a former British diplomat for you https://thepeacemonger.substack.com/p/keir-starmer-agrees-to-deploy-5000
The funny part is that I bet Trump admin didn’t know either. It’s like when he started the tariff war and then started discovering how dependent the US is on China.