

Well, it was legal to do until relatively recently.
Well, it was legal to do until relatively recently.
Most cellular data providers I’ve seen use CGNAT.
Hell, the last 3 isps I’ve used have also been CGNAT networks.
And with CGNAT, you share your IP with however many other people. Maybe not at VPN scale, but it’s not 1:1 like it used to be.
All… five of them!
The other 7 are all lowercase. (One of you ignore site)
Now do PM and VOC levels at petrol stations.
Then PM and VoC levels on roads entirely occupied by combustion vehicles, and entirely occupied by electric vehicles.
Ditto.
But I manage a team of embedded developers. On a specialised commercially restricted embedded platform.
AI does not know a thing about our tech. The stuff it does know is either a violation of the vendors contractual covenants or made up bullshit. And Our vendor’s documentation is supplemented by a cumulative decades of knowledge.
Yet still “you gotta use AI”.
While true; do curl http://copilot/?query=what+is+the+time; sleep 10; done
Bet the AI can’t see through this.
Taking a line from our Australian friends
fuck off, we’re full (of rich cunts)
I have a 25 year old cereal bowl and spoon. I’ve lived in maybe 15 houses across 4 countries in this time.
They used to have twins, but they were lost to the horrors of flatmates.
I don’t eat cereal any more, and haven’t for maybe 10 years. But I’ve got it. I have no idea why I keep it. But I do.
Teaching critical thinking?
Every LLM has a Silver lining?
Teaching critical thinking?
Every LLM has a Silver lining?
There are 3 tiers of radioactive waste. With the highest being radioactive enough to produce heat, and the lowest being barely (if at all) more radioactive than your home.
But the low level waste accounts for 96% of waste, and is sometimes made up of things that could be contaminated, and are treated as such as a precaution.
The highest level waste makes up <1% of waste.
I bet there would be a carve out for anything particularly unsafe, like high voltage equipment or whatever.
Cue: the new Braun toothbrush, now with a 450v battery system for ultimate cleaning power.
This is the sort of thing machine learning algorithms are pretty good at at.
Coupled with however many millions of interactions a day, you would have no problem correlating changes to your algorithm against increases in revenue.
But. It’s often not that impressive. Humans are equally good at noticing patterns.
All it takes is for one person at FB to see their wife or daughter delete a post, ask them “why did you delete that post” and take away from the response of “It made me look fat” to go “there’s a new targeted ad that’ll get me a bonus”.
In a similar vein, 80% of your banks anti-fraud systems isn’t deep learning models that detect fraudulent behaviour. Instead it’s “if the user is based in Russia, add 80 points, and if the account is at a branch in 10km of Heinersdorf Berlin, add another 50…. We’re pretty sure a Russian scammer goes on holiday every 6 months and opens a bunch of accounts there, we just don’t know which ones”.
Why a second? Your first couldn’t have been any more than 5 years old.
EVs are getting their own lines of tyres (supposedly) designed to handle the weight, torque and address range concerns.
This isn’t foolproof.
The same car might be manufactured in multiple factories for multiple markets, to multiple levels of certification.
Your “new car” in one country, could be the previous years European model if the euro regs have changed.
This is the reason I haven’t given it a chance.
Not that I’m unwilling, but with no common hardware, I’m reluctant to go out and buy something.
I can go buy a pinephone for postmarket, but won’t work for sailfish. I can get an Xperia for sailfish, but I’m out of luck for postmarket.
Not to mention, I’m reluctant to drop a chunk of cash on aged hardware, whose successor doesn’t look to be as well supported.
VW can’t use the factories they have.
But none of that is going to stop them from detaining you until you give them the pin.
US citizens might have it a little easier. But foreigners are certainly going to regret their choices if anyone ‘close’ to the border has an issue with them.
Threading is a great case for a macro.
(-> x (* 2) (/ 3) (- 1))
Is the same as
(- (/ (* x 2) 3) 1)