Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Re:What do they care? (Score 1) 26

If I tell you to buy 'Y' from Amazon using my account, I have given authorization for that purchase even though it is not me, the owner of the account, making the purchase.

In a similar fashion, Perplexity can claim the user telling their software to make the purchase is no different. That it is not a human is irrelevant. The owner of the account has given permission to make the purchases.

Comment Re:If all of AI went away today (Score 1) 132

Easy for you, a technical person familiar with LLMs and WebAssembly

I'm not talking about how to develop LLM inference servers. You don't have to understand WebAssembly in order to run a WebAssembly program in your browser any more than you have to understand Javascript to run Javascript in your browser. It's *less* technological knowledge than using the Play store. And installing Ollama is no more difficult than installing any other app.

Your difficulty conceptions are simply wrong.

Comment Re: If all of AI went away today (Score 1) 132

I don't understand your response. Was "life breathed into" the ancient Chinese robotic orchestras and singers, or the Islamic robotic orchestra and mechanical peacocks?

And re: myths, the aforementioned myths literally involved *humans* making the automatons. Ajatasatru for example, the maker of the robots to guard the artifacts of the Buddha, was also famous for using a mechanical war chariot of great complexity with whirling spiked maces, and later one with spinning scythes - not the sort of things you would describe as having "life breathed life into", and actually quite similar to Leonardo Da Vinci's chariot (in some versions he made it/them, in other versions it was a gift from the Indras). As for the robots guarding the Buddha, in one version they're literally powered by water wheels. In another version, Greco-Romans had a caste of robot makers, and to steal the technology, a young Indian man was reincarnated as a Greco-Roman, marries the daughter of a robot-maker, and sews the plans for robots into his thigh, so that when he's murdered by killbots as he tries to flee with the plans, they still make it back to India with his body. Yes, ancient Indian legends literally involved robot assassins.

And as for the robots in the Naravahandatta, they were literally made by a carpenter, and are specifically described as "lifeless wooden beings that mimic life".

Even with Hephestos, a literal god, they're very much not described as merely having life breathed into them - they're literally described as having been crafted (the Greeks were very much into machinery and described it in similar terms), and they behave as if something that were programmed (the Kourai Khryseai are perhaps the most humanlike of Hephaestus's creations, but even they aren't described like you would describe biological beings, they're described for being remarkable for how lifelike they were). Of course it wasn't for-loops and subroutines, people had no conception of such a thing, but his creations behaved in a "programmed" way, not as things with free will.

I don't know why some people are so insistent on imagining that "sci-fi" things have to be recent. They're not. There were literally space operas being written in Roman times. Not scientifically accurate, of course, but sci fi things - including automated things that mimic intelligence - simply is not new.

Comment Re:specification & testing (Score 1) 50

That's amazing, frankly.

I wrote a simple bash script the other day to handle a video encoding queue, with this line:

if [[ $(date +%s -r "$file") -lt $(date +%s --date="1 min ago") ]]

It's running on Debian 12 but to imagine that if it were running on Ubuntu it would have failed?

Wild that this wasn't caught as soon as the dud utility shipped in a distro. I would have expected somebody's scripts to have failed, they ran it under bash -x and thought, "Oh, boy," then off to file a bug.

I like the idea of using Rust and the idea of Software Engineering. But together.

Comment Book Scanner Recommendations? (Score 4, Interesting) 38

We heard a while back about Google making a nondestructive book scanner that used puffs of air to turn pages and multiple cameras with stitching algorithms.

Is there a home version that people can recommend, product or build plans?

I have at least a hundred out-of-print books, some on taboo subjects, that I'd love to be able to scan and lend out privately.

Frankly this would be a good item to lend around; I'd only need one for a few days a year.

Comment Re:Replacing cast-iron bicycle with a titanium one (Score 1) 52

To be fair there's a common way to compile Lua to JVM bytecode so it's likely just a Java front-end, not using the basic interpreter.

Back in the day there was a craze to port Lua, Ruby, Perl, Groovy(!), to run as Java front-ends. Not many got put into production outside of Lua.

However the real point here is that it's now "tell me why I shouldn't use Rust" time.

Moving ABI might be a reasonable objection for a small team but Cloudflare has over a hundred engineers on this so it's not a problem.

They get speed and memory safety in exchange for learning "The Rust Way". Seems like a good engineering tradeoff.

IMO Rust is still for the top 20% of engineers so Java's "solid middle" is still quite safe.

Comment Re:Solid electrolyte, but not metal anode ... (Score 1) 72

I thought that until I learned that they need weekly maintenance tending.

Somebody would need to build an automated battery watering system for homeowners who go away for a long vacation and forget to water their houseplants.

At some point it's too Rube Goldberg to be usable. Now, a few square miles of grid-scale ... somebody could make a business case where land is cheap and sun and water are plentiful.

Slashdot Top Deals

In the long run, every program becomes rococco, and then rubble. -- Alan Perlis

Working...