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

 



Forgot your password?
typodupeerror

Comment Re:The biggest mistake (Score 1, Troll) 62

Oh sorry we can't allow healthcare because a black guy instituted it.

"Racism" is not the answer to every fucking political disagreement. The black guy in question did just as well as a percentage of the electorate (or better) than the white guys in the three presidential elections since he left office.

The government is currently shut down because, apparently, the "affordable" care act is so affordable that the emergency subsidies put in place during Covid now need to be made permanent, or, apparently, even people with six figure incomes can't afford it. I don't see "skin color" being at issue there, do you?

Comment Re:specification & testing (Score 1) 52

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 Fuck this guy (Score 3, Interesting) 39

This guy specifically invited this result with his "All copyright is void because Covid and we say so" bullshit, and his surprised Pikachu face and heartfelt appeals are infuriating. He hasn't just damaged the Archive, his moronic actions killed the idea of format shifting being legally acceptable.

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

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:I donno... (Score 1) 186

Can a non-biological entity feel desire? Can it want to grow and become something more than what it is? I think that's a philosophical question and not a technological one.

LK

Don't agree at all and I think that's a morally dangerous approach. We're looking for a scientific definition of "desire" and "want". That's almost certainly a part of "conscious" and "self aware". Philosophy can help, but in the end, to know whether you are right or not you need the experimental results.

Experiments can be crafted in such a way as to exclude certain human beings from consciousness.

One day, it's extremely likely that a machine will say to us "I am alive. I am awake. I want..." and whether or not it's true is going to be increasingly hard to determine.

LK

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

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:I donno... (Score 2) 186

An LLM can't suddenly decide to do something else which isn't programmed into it.

Can we?

It's only a matter of time until an AI can learn to do something it wasn't programmed by us to do.

Can a non-biological entity feel desire? Can it want to grow and become something more than what it is? I think that's a philosophical question and not a technological one.

LK

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

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.

Comment Re: "aims for functional parity" (Score 2) 83

Reportedly that bug would have been caught if they passed the preexisting date test suite, but their attitude was 'meh'.

I'm not advocating for C but I am advocating for Level I software engineering. Rust doesn't fix this.

Breaking updates is one of the worst positions to be in. Press coverage is a poor substitute, though it's good that it got some.

Comment My Comfort (Score 2) 35

I want all the comforts of a modern life but I also want to stop all industry because I heard that energy is bad and I want to feel good about that and also I don't know how anything actually works that I believe is essential in my life.

(anybody remember the Greenpeace campaign to ban chlorine?)

Slashdot Top Deals

FORTRAN rots the brain. -- John McQuillin

Working...