Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror

Comment Well, that answers my question... (Score 3, Insightful) 26

So the 'hyperloop' people have a cool website; while the 'train' people are just plain getting on with building stuff; whether conventional or the now-quarter-century-ish old maglev option.

Looks like someone signed up for another round of 'faff with apps vs. offshoring our entire high tech supply chain' and hoped it would work better this time.

And some dumbass 'managing director' is telling us that a gigantic safety-critical vacuum system is 'not effected by strikes'; more or less because he has no idea what the maintenance and operations would involve? Truly a joke telling itself.

Comment Re:Not surprised about peer review (Score 1) 32

Nah. The Program Committee members are the ones who pick the peer reviewers.

To be fair, though, usually reviewers are hard to motivate, and some are late or just drup out of sight, so as the program-committee area head you probably end up having to review the papers you can't find reviewers for.

Comment Re:economic, technological and military dominance (Score 1) 207

But they are related.

Economic dominance allows you to fund the research that gives you technological dominance. Technological dominance allows you to produce next-generation munitions that give you military dominance. Military dominance means you can't be easily bullied to take away your economic dominance.

Comment Re:Europe has itself to blame for this (Score 3, Insightful) 207

Eastern Europe was screaming about how dangerous this was, but they weren't listened to.

One of the most insane things is how after Russia's surprisingly poor military performance in the Georgian war, the Merkel government was disturbed not that Russia invaded Georgia, but at the level of disarray in the Russian army, and sought a deliberate policy of improving the Russian military. They perceived Russia as a bulkwark against e.g. Islamic extremism, and as a potential strategic partner. They supported for example Rheinmetal building a modern training facility in Russia and sent trainers to work with the Russian military.

With Georgia I could understand (though adamantly disagreed) how some dismissed it as a "local conflict" because it could be spun as "Georgia attacking an innocent separatist state and Russia just keeping their alliances". But after 2014 there was no viable spin that could disguise Russia's imperial project. Yet so many kept sticking their fingers in their years going, "LA LA LA, I CAN'T HEAR YOU!" and pretending like we could keep living as we were before. It was delusional and maddening.

The EU has three times Russia's population and an order of magnitude larger of an economy. In any normal world, Russia should be terrified of angering Europe, not the other way around. But our petty differences, our shortsightedness, our adamant refusal to believe deterrence is needed, much less to pay to actually deter or even understand what that means... we set ourselves up for this.

And I say this to in no way excuse the US's behavior. The US was doing the same thing as us (distance just rendered Russia less of a US trading partner) and every single president wanted to do a "reset" of relations with Russia, which Russia repeatedly used to weaken western defenses in Europe. And it's one thing for the US to say to Europe "You need to pay more for defense" (which is unarguable), even to set realistic deadlines for getting defense spending up, but it's an entirely different thing to just come in and abandon an ally right in the middle of their deepest security crisis since World War II. It's hard to describe to Americans how betrayed most Europeans feel at America right now. The US organized and built the world order it desired (even the formation of the EU was strongly promoted by the US), and then just ripped it out from under our feet when it we're under attack.

A friend once described Europe in the past decades as having been "a kept woman" to America. And indeed, life can be comfortable as a kept woman, and both sides can benefit. America built bases all over Europe to project global power; got access to European militaries for their endeavours, got reliable European military supply chains, etc and yet remained firmly in control of NATO policy; maintained itself as the world's reserve currency; were in a position that Europe could never stop them from doing things Europeans disliked (for example, from invading Iraq); and on and on - while Europe decided that letting the US dominate was worth being able to focus on ourselves. But a kept woman has no real freedom, no real security, and your entire life can come crashing down if you cross them or they no longer want you.

Comment Re:Spreadsheets and databases (Score 1) 86

They do. Some people don't use them; and (if disciplined) use one or more worksheets to store data and refer to it purely internally and (otherwise) just sort of ad-hoc mix data and formulas.

In some cases a database connection is where the data comes from; but the number of cells grows because it's conceptually easier(and in practice often less opaque, given the ugliness of displaying very large cell contents) to munge on the data step by step rather than trying to ram everything into one transformation.

Coming from the IT side; and having to field questions from the perpetrators of some absolutely hideous excel sheets from time to time(no, I didn't even know that there was a way of creating a type of embedded image that actually quietly triggers the print spooler subsystem to do something that generates a new image based on the contents of another region of the spreadsheet, still don't know how they did that; but it's objectively depraved) I understand the hate; but I do have to admit that spreadsheets are pretty good for napkin-math thinking-it-through type processes.

Like when you work it out on paper; you've got your input, then you have a cell with the contents of the first transformation you wanted to make, then the second, then the third, and so on, and at each step you can think "does this value make sense?"

It rapidly gets out of hand in quantity; but as a rapid sketchpad for thinking something through you could do a whole lot worse. It's also tempting(again, tempting down the path of darkness in quantity) for dealing with jobs that need both a bit of string munging and a pretty-printed output.

You send the intern down to storage with a barcode scanner and have them start snagging SNs and MACs and stuff from the shipment of new gear. Turns out various vendors use different prefixes on different barcode values to inform their own ERP/inventory system/warehouse people which of the 5 closely spaced barcodes their scanner hit. And each vendor uses a different set of conventions, and while obvious enough they aren't documented. Ok, no problem; intern comes back with raw list; all the Lenovo SNs get a 'last x characters' substring; all the Cisco MACs get another transform, whatever.

Obviously if it were your inventory/warehouse system you wouldn't be treating the barcode scanner as a raw HID device and doing ad-hoc transformations, there would be a program that automatically uses the prefixes to populate the correct parts of the form; but you want to stick your head into ERP project hell rather than come up with maybe a dozen lightweight string manipulations? Obviously, you could also do it in your choice of scripting language and iterate through one CSV to create another; but that mostly just conceals what you did from anyone who doesn't use that scripting language; while you can walk basically anyone employable through the logic of the spreadsheet prettifying.

Comment Re:AI detectors remain garbage. (Score 1) 32

They clearly didn't even use a proper image generator - that's clearly the old crappy ChatGPT-builtin image generator. It's not like it's a useful figure with a few errors - the entire thing is sheer nonsense - the more you look at it, the worse it gets. And this is Figure 1 in a *paper in Nature*. Just insane.

This problem will decrease with time (here are two infographics from Gemini 3 I made just by pasting in an entire very long thread on Bluesky and asking for infographics, with only a few minor bits of touchup). Gemini successfully condensed a really huge amount of information into infographics, and the only sorts of "errors" were things like, I didn't like the title, a character or two was slightly misshapen, etc. It's to the point that you could paste in entire papers and datasets and get actually useful graphics out, in a nearly-finished or even completely-finished state. But no matter how good the models get, you'll always *have* to look at what you generate to see if it's (A) right, and (B) actually what you wanted.

Comment Not surprised about peer review (Score 4, Interesting) 32

I am not at all surprised about AI peer review.

Peer review is part of the fundamental basis verifying the integrity of the scientific enterprise, but it is done anonymously, gets you no credit, nobody knows whether you do a good job or a bad one, and is basically a time sink with little reward except a vague feeling that you did something useful. I personally do NOT use LLM models (for peer review or anything else), but I absolutely can see how it would be very tempting to do so, a tremendous time saver with no down side.

Comment AI detectors remain garbage. (Score 5, Interesting) 32

At one point last week I pasted the first ~300 words or so of the King James Bible into an AI detector. It told me that over half of it was AI generated.

And seriously, considering some of the god-awful stuff passing peer review in "respectable" journals these days, like a paper in AIP Advances that claims God is a scalar field becoming a featured article, or a paper in Nature whose Figure 1 is an unusually-crappy AI image talking about "Runctitiononal Features", "Medical Fymblal", "1 Tol Line storee", etc... at the very least, getting a second opinion from an AI before approving a paper would be wise.

Comment Re:I thought we were saving the planet? (Score 1) 191

FYI, their statement about Iceland is wrong. BEV sales were:

2019: 1000
2020: 2723
2021: 3777
2022: 5850
2023: 9260
2024 (first year of the "kílómetragjald" and the loss of VAT-free purchases): 2913
2025: 5195

Does this look like the changes had no impact to anyone here? It's a simple equation: if you increase the cost advantage of EVs, you shift more people from ICEs to EVs, and if you decrease it, the opposite happens. If you add a new mileage tax, but don't add a new tax to ICE vehicles, then you're reducing the cost advantage. And Iceland's mileage tax was quite harsh.

The whole structure of it is nonsensical (they're working on improving it...), and the implementation was so damned buggy (it's among other things turned alerts on my inbox for government documents into spam, as they keep sending "kílómetragjald" notices, and you can't tell from the email (without taking the time to log in) whether it's kílómetragjald spam or something that actually matters). What I mean by the structure is that it's claimed to be about road maintenance, yet passenger cars on non-studded tyres do negligible road wear. Tax vehicles by axle weight to the fourth times mileage, make them pay for a sticker for the months they want to use studded tyres, and charge flat annual fees (scaled by vehicle cost) for non-maintenance costs. Otherwise, you're inserting severe distortion into the market - transferring money from those who aren't destroying the roads to subsidize those who are, and discouraging the people who aren't destroying the roads from driving to places they want to go (quality of life, economic stimulus, etc)

Comment I hate this cliche. (Score 1, Offtopic) 18

I suspect that it's more symptom than cause, and probably not at the top of the list of causes; but I cannot overstate how much I loathe the hyperbolic use of the term 'unthinkable' in these sorts of situations. Both because it's false; and because it often acquires a sort of implicitly exculpatory implication that is entirely undeserved.

Not only is it 'thinkable'; having something awful happen when you perform a procedure that requires longterm hardcore immunosuppression and then let them follow through the cracks is trivially predictable. It's the expected behavior. Successfully reconnecting a whole ton of little blood vessels and nerves is fairly exotic medicine; predicting that thing will go poorly without substantial follow-up is trivial even by washout premed standards.

This isn't to say that it isn't ghastly, or that I could imagine being in that position; but 'unthinkable' is closer to being a claim of unpredictability or unknowability; which is wholly unwarranted. None of this was unthinkable; but nobody really cared to check or wanted to know all that much.

Slashdot Top Deals

"Mr. Spock succumbs to a powerful mating urge and nearly kills Captain Kirk." -- TV Guide, describing the Star Trek episode _Amok_Time_

Working...