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

 



Forgot your password?
typodupeerror

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

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 Re:PR article (Score 2) 252

Sure do :) I can provide more if you want, but start there, as it's a good read. Indeed, blind people are much better at understanding the consequences of colours than they are at knowing what colours things are..

Comment Re:And just like that, everyone stopped using Plex (Score 1) 76

That would be awful, your described setup won't be able to handle subtitles and various sound tracks (multilingual support), it wont' remember where you stopped watching and won't be able to resume it later and would make a total pain to search the library.

You do realize that what you're describing is all of about ten lines of Javascript with the right libraries (audioTrackList property, subtitle library, currentTime property), right?

Comment Re:PR article (Score 1) 252

The congenitally blind have never seen colours. Yet in practice, they're practically as efficient at answering questions about and reasoning about colours as the sighted.

One may raise questions about qualia, but the older I get, the weaker the qualia argument gets. I'd argue that I have qualia about abstracts, like "justice". I have a visceral feeling when I see justice and injustice, and experience it; it's highly associative for me. Have I ever touched, heard, smelled, seen, or tasted an object called "justice"? Of course not. But the concept of justice is so connected in my mind to other things that it's very "real", very tangible. If I think about "the colour red", is what I'm experiencing just a wave of associative connection to all the red things I've seen, some of which have strong emotional attachments to them?

What's the qualia of hearing a single guitar string? Could thinking about "a guitar string" shortly after my first experience with a guitar string, when I don't have a good associative memory of it, sounding count as qualia? What about when I've heard guitars play many times and now have a solid memory of guitar sounds, and I then think about the sound of a guitar string? What if it's not just a guitar string, but a riff, or a whole song? Do I have qualia associated with *the whole song*? The first time? Or once I know it by heart?

Qualia seems like a flexible thing to me, merely a connection to associative memory. And sorry, I seem to have gotten offtopic in writing this. But to loop back: you don't have to have experienced something to have strong associations with it. Blind people don't learn of colours through seeing them. While there certainly is much to life experiences that we don't write much about (if at all) online, and so one who learned purely from the internet might have a weaker understanding of those things, by and large, our life experiences and the thought traces behind them very much are online. From billions and billions of people, over decades.

Comment Re:PR article (Score 1, Insightful) 252

Language does not exist in a vacuum. It is a result of the thought processes that create it. To create language, particularly about complex topics, you have to be able to recreate the logic, or at least *a* logic, that underlies those topics. You cannot build a LLM from a Markov model. If you could store one state transition probability per unit of Planck space, a different one at every unit of Planck time, across the entire universe, throughout the entire history of the universe, you could only represent the state transition probabilities for the first half of the first sentence of A Tale of Two Cities.

For LLMs to function, they have to "think", for some definition of thinking. You can debate over terminology, or how closely it matches our thinking, but what it's not doing is some sort of "the most recent states were X, so let's look up some statistical probability Y". Statistics doesn't even enter the system until the final softmax, and even then, only because you have to go from a high dimensional (latent) space down to a low-dimensional (linguistic) space, so you have to "round" your position to nearby tokens, and there's often many tokens nearby. It turns out that you get the best results if you add some noise into your roundings (indeed, biological neural networks are *extremely* noisy as well)

As for this article, it's just silly. It's a rant based on a single cherry picked contrarian paper from 2024, and he doesn't even represent it right. The paper's core premise is that intelligence is not lingistic - and we've known that for a long time. But LLMs don't operate on language. They operate on a latent space, and are entirely indifferent as to what modality feeds into and out from that latent space. The author takes the paper's further argument that LLMs do not operate in the same way as a human brain, and hallucinates that to "LLMs can't think". He goes from "not the same" to "literally nothing at all". Also, the end of the article isn't about science at all, it's an argument Riley makes from the work of two philosophers, and is a massive fallacy that not only misunderstands LLMs, but the brain as well (*you* are a next-everything prediction engine; to claim that being a predictive engine means you can't invent is to claim that humans cannot invent). And furthermore, that's Riley's own synthesis, not even a claim by his cited philosophers.

For anyone who cares about the (single, cherry-picked, old) Fedorenko paper, the argument is: language contains an "imprint" of reasoning, but not the full reasoning process, that it's a lower-dimensional space than the reasoning itself (nothing controversial there with regards to modern science). Fedorenko argues that this implies that the models don't build up a deeper structure of the underlying logic but only the surface logic, which is a far weaker argument. If the text leads "The odds of a national of Ghana conducting a terrorist attack in Ireland over the next 20 years are approximately...." and it is to continue with a percentage, that's not "surface logic" that the model needs to be able to perform well at the task. It's not just "what's the most likely word to come after 'approximately'". Fedorenko then extrapolates his reasoning to conclude that there will be a "cliff of novelty". But this isn't actually supported by the data; novelty metrics continue to rise, with no sign of his suppossed "cliff". Fedorenko argues notes that in many tasks, the surface logic between the model and a human will be identical and indistinguishable - but he expects that to generally fail with deeper tasks of greater complexity. He thinks that LLMs need to change architecture and combine "language models" with a "reasoning model" (ignoring that the language models *are* reasoning - heck, even under his own argument - and that LLMs have crushed the performance of formal symbolic reasoning engines, whose rigidity makes them too inflexible to deal with the real world)

But again, Riley doesn't just take Fedorenko at face value, but he runs even further with it. Fedorenko argues that you can actually get quite far just by modeling language. Riley by contrast argues - or should I say, next-word predicts with his human brain - that because LLMs are just predicting tokens, they are a "Large Language Mistake" and the bubble will burst. The latter does not follow from the former. Fedorenko's argument is actually that LLMs can substitute for humans in many things - just not everything.

Comment Re:Since we know nothing about it (Score 4, Interesting) 68

We know it weakly interacts electromagnetically, which means one of the ways in which it is posited planets form, initially via electrostatic attraction of dust particles, isn't likely to work. This means dark matter will be less "clumpy" and more diffuse, and less likely to create denser conglomerations that could lead to stellar and planetary formation.

What this finding does suggest, if it holds true, is that some form of supersymmetry, as an extension fo the Standard Model is true. Experiments over the last 10-15 years have heavily constrained the masses and energy levels of any supersymmetry model, so it would appear that if this is the case, it's going to require returning to a model that some physicists had started to abandon.

Comment Re:And just like that, everyone stopped using Plex (Score 1) 76

What about tracking what episode you're on? And having profiles so each member of the family can track what episode they're on? I mean, I'll be switching to Jellyfin but that's a good reason to not just do what you say, unless I'm missing something.

Great opportunity for open source web services. :-)

Comment And just like that, everyone stopped using Plex. (Score 0) 76

There's no good reason to use it. Just encode your video for random-access streaming, set up Apache or nginx with a URL that you make sure isn't indexed, require a client cert on the directory if you really want to be careful, port forward to it from a port on your router, set up dynamic DNS, and use a web browser. No arbitrary restrictions, just your content on your terms.

Comment Re:Better if... (Score 1) 164

For a mobile device, I'm not sure I would let that much data stack up unique to the device. Pictures/video I would try to do backups on a PC before it got to that.

None of it is unique to the device — I have backups of everything — but I still want the photos and videos on the new phone. :-)

Comment Re:But it's already loaded! (Score 1) 67

Without knowing precisely how Explorer is structured, it's conceivable that there may be different dynamically-linked libraries and/or execution points for running the desktop and for the file explorer, in which case just having explorer.exe running in and of itself doesn't mean that new modules have to be loaded if explorer.exe process fires up. The solution could very well be to load the libraries involved in file browsing when the desktop opens.

Just guessing here. There was a time when there was a lot more horsepower required for GUI elements than folder browsing, but this is 2025, and explorer.exe probably uses orders of a magnitude more resources now than it did in 1995, because... well, who knows really. Probably to sell more ads and load up more data to their AI.

Comment Jesus Christ (Score 0) 67

That, on modern hardware, they have to preload a fucking file browser so that it pops up faster is just an indication of what a steaming pile of garbage MS is. They had sweet spots with Win2k-WinXP and with Win7, but their incoherent need to be a whole bunch of contradictory things --- with AI! has led what was a rather iffy OS and UI experience to begin with to become a cluster fuck of incoherence.

I do most of my day to day work on MacOS and Gnome, and fortunately the Terminal services version I have to RDP into is Server 2016, but every time I have to work with Windows 11 I'm just stunned by just how awful it looks and how badly it behaves.

Comment Re:Better if... (Score 1) 164

Thank you for your reply. I can agree not all premium phone users are on the upgrade treadmill. I also bought what was billed as a flagship for its time, but it's 4 years old now and I'm not really feeling the need to upgrade to something newer. My impression was upgrading wasn't such a pain if you had a device that was recent and in high demand still as carriers seem to love running promos with trade-ins, and only mainstream makes/models tend to be eligible.

Transferring a terabyte of data from one phone to another takes the better part of an hour even at real-world USB 3 speeds.

Comment Re:Better if... (Score 2) 164

- Owners of flagship devices concerned with their image and having the latest tech would be more likely to replace devices more often to get access to the latest gear, perhaps handing the old device down to a spouse or child if they aren't getting a trade-in credit for it.

Counterpoint: My phone history includes:

  • iPhone (original), 5 years
  • iPhone 5, 3 years
  • iPhone 6s, 8 years
  • iPhone 15 Pro, 2 years so far

Assuming I keep the 15 Pro for 3 years (the prior minimum), that's 4.75 years average. I also buy the device with the largest capacity, and always wish it were bigger. Unfortunately, Apple doesn't increase capacity quickly enough for upgrading to help with that.

- Owners of cheap phones more focused on value. Top end features are nice but a luxury for something that has core essential functions for them (acting as a communication device). They lack the disposable income to replace devices as quickly, and wish to get the most return (usable life) for their purchase. They are more likely to keep a device until it becomes unusable (damaged, obsolete on mobile network, etc).

Upgrading is expensive and it is a pain in the a**. So there are multiple reasons to keep a device until it dies. Some people who buy flagship phones have the same concerns.

The main difference is that flagship phones typically get security updates for five to seven years. Low-end phones are often previous generation hardware that is still for sale, and may get security updates for as little as one year from the date of purchase. So unless you're willing to put your entire life at risk by using a phone that has gaping security holes, low-end phones are often false economy, purchased by people who see the price tag and are too broke to afford a better one, who then end up paying for replacement after replacement at a higher rate because they can't afford a phone that will actually last five or six years.

So I would expect low-end phones to get junked every couple of years, and for high-end phones to get junked when support is dropped, assuming that the owners know that the phone is no longer supported, and the rest of them just end up in a giant botnet, and they replace their phones because they're bogged down with malware a few months to a year after they go out of support.

The Android vs. iPhone angle can be more of a toss-up. I would expect the iPhone group to be more on the image/latest-tech group, but iOS devices are generally longer-supported at the OS level, so there is less need to update to stay on a device getting patches. But the Android group might care less about being on a device still getting patches.

iPhone users keep their phones longer than Android users, on average. 61% of iPhone users have owned their phone for more than 2 years, versus just 43% of Android users.

So patch availability does appear to have a significant impact on how long people keep their devices.

Comment Re:just squeeze more juice from your customers (Score 2, Insightful) 55

Slashdot Top Deals

A person with one watch knows what time it is; a person with two watches is never sure. Proverb

Working...