And even when you get past that, it takes some scrolling (or page-mangling with browser add-ons) to get past the sponsored garbage. They insert some of those in the actual results without telling you, too, I discovered today while doing another junk cleanup pass. I now have over thirty "kill anything matching this xpath" and two or three "set the height of this to zero pixels" directives for Amazon, making it one of the worst sites I can still be arsed to deal with at all.
nyan
The largest fully independent generalist search engines are Yandex (which is no better than Google/Bing, unless you want something that doesn't deprioritize sites for DMCA reasons) and Mojeek. You may want to read A look at search engines with their own indexes, although it's about a year out of date now.
I suggest moving to any other search engine, if anyone hasn't already. If duckduckgo isn't to your taste, startpage.com uses Google's database without pushing any of this nonsense.
They'd like to believe they have jurisdiction over the entire planet, and often pretend that they do.
You'd also have to express all the feature and dependency information. Some packages have a lot of compile flags, some of which may be mutually exclusive. Was this package compiled against, say, gnutls or openssl, if it supports either but not both at once? What if something in a package depending on it works only if it was compiled against openssl?
You can handle this by ensuring everything in the tree expects the same features (what most distros do) or recompiling the offending dependency with different switches if necessary (what Gentoo does). What you're describing here sounds like a variant DLL-hell recipe.
The "1000W/kg" figure appears to be from Wikipedia, which claims https://www.idtechex.com/en/research-article/sodium-ion-batteries-will-diversify-the-energy-storage-industry/30405 as a source. Wikipedia has the information in a table flagged as "Needs update".
Anyway, most of the lithium-ion chemistry variations drop off relatively fast in capacity over repeated charge cycles (the exception being LiFePo4). If the sodium-ion chemistry is better that way, and drops off less in the cold, it's still worth exploring for vehicle use even if the energy density is a little lower.
You can't stop the state from committing violence with a handgun, for crying out loud. Or even with a million handguns. The state will always have better equipment than you, most of which doesn't require anyone to get within handgun range if they don't want to. Granted, big missiles make a tremendous mess and they'd rather not use them, but the possibility is always there.
Expecting citizen violence to overthrow a modern government that's dead set on preventing it is, to put it politely, unrealistic. Unless you can convince the military to take your side or at least bow out, removing the government's ability to exert force, but you aren't going to accomplish that by directing violence at the military.
-
Wrong country. We don't do that up here. Overall, we find this results in fewer unnecessarily dead people.
-
Let's say he'd had a gun, and used it against the police. He would just have gotten hit with an additional charge that could have been anything from resisting arrest to first-degree murder, depending on how good a shot he was. So he'd still be in prison even after being proven innocent of the original charge. Real smart.
Uhhhh this seems to imply that the fuselages aren’t normally checked for cracks.
They are checked. On a schedule. Sometimes it's discovered that the original maintenance schedule was too spaced out, and the aircraft should be checked more frequently. This means that any that have exceeded the new length of time between checks have to be checked right away or be grounded until they are, which may be what happened here.
That doesn't mean that even the new schedule for this particular aircraft is frequent enough, just that in general, someone does examine aircraft for structural damage and metal fatigue from time to time.
Boeing doesn't actually want the aircraft to come apart in the air. That's the kind of thing that makes airlines buy Airbuses instead. Their goal is to try to figure out what the cheapest, least-frequent maintenance schedule is that will still keep the planes from catastrophically self-destructing. Too bad they suck at it.
The thing is, a lot of websites don't need to be interactive, or only need to present interactivity to a minority of visitors. Consider Wikipedia, for example. Only a small percentage of people visiting the site are interested in editing anything. The rest shouldn't be burdened with massive quantities of extra downloads for a feature they don't need, want, or use.
Furthermore, you don't need a "modern web framework" to have an interactive site, and most of them seem to be pretty bloated.
The level of technology a site displays should be appropriate to what the site is trying to do. If your site is about services that you need an appointment for, then yes, there should be a booking setup on the site. If you're running a store, you should have a shopping cart. Add as much of an interactive layer as is necessary to do these things, and do them well, but no more than that.
Most of us just want pages to render quickly, stop tracking us unnecessarily, and stop choking our connections and stealing our electricity for stuff that isn't useful to us (or to anyone except depraved corporations).
sure, but is that implying that 5% of this traffic is bad faith or rogue agents?
Given the volume of requests that have been semi-DDOS'ing a lot of servers? 5% is probably an underestimate.
the tools built into Claude Code and Codex surely have their own user-agent settings.
"Surely" is like "assume"—it says more about the speaker than the entity being discussed. They almost certainly don't use completely distinct strings (no one does—they all start with "Mozilla/5.0"); at most they might have tacked an additional bit on at the tail. And that's if they're being aboveboard.
and why would they spoof Linux instead of Windows?
Why not? But actually, this may be due to an incorrect assumption on the part of the stats collectors. Typical strings for bots that admit to being bots don't specify an OS: "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot" as opposed to, say "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" or "Mozilla/5.0 (Android 15; Mobile; SM-G556B/DS; rv:130.0) Gecko/130.0 Firefox/130.0". If they're dumping anything without OS markers into the "Linux" bucket, that might do it.
I decided that a game controller and antimicrox were acceptable as a supplement for the remote, and installed a full desktop OS (Gentoo/TDE, like my main system, on a Dell Optiplex box I bought off ebay last year). Works fine for my unconventional needs, although I admit I do updates, etc. over ssh because it's faster than entering one character at a time on the on-screen keyboard.