Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Re:Fire code violation (Score 1) 177

Also (outside of California) wrongful imprisonment is a legal justification for the use of deadly force.

But California is intentionally destroying their former high-trust society as a pretext for totalitarianism, so ... whatever ... get out like everyone else with a brain.

Not too long ago U-Haul was offering free one-way hauls TO California because the escape rate was so lopsided.

Comment Can we put an end to the Karen-ocracy (Score 0) 135

Can we just let people have their school?
Can we let people run cheap day-care centers again, too?
(Which is what poor people really do, but wouldn't it be nice if it were legal.)
Do nutritionists really need a Masters of Science degree?

Can we stop it with all the credentialing and Karening?

I know Karen doesn't care about freedom, and cares more that she can say "no" to a stranger, so that they have to give her clout and "respect her authority," ...
But can we stop letting Karen be in charge of important things in society?

Comment Re:Apart from Wayve? (Score 5, Insightful) 82

Yeah was going to say, its hard enough for a *human* to get around in a car in a european city, between unmarked lanes and non-standard road sizes and sudden changes and super narrow one way streets through the medieval part of town, its not really a priority here...you can use a french city as a torture test for your self-driving if you want to see if it 'really works' I guess..

Comment Re:Maryland you say? (Score 1) 34

A direct line between County Cork and Loudon VA does not go through the east coast of Maryland on a spherical earth, that was the only point I addressed. Even if you wanted to maximize how much is laid in the ocean as opposed to land, there are still shorter distances that would land you on at least in Delaware. While I am sure there are logistical reasons to do it where they are doing, that is irrelevant to my point.

Comment Re:Why is it to huge? (Score 1) 37

I mean back when I was still using Windows, I once tried to get it as small as possible by boot-formating a disk and putting in more and more files until it came up. I think I ended up comfortably getting it onto a normal HD 3,5 inch "floppy". It's not that hard. Though I have never actually looked into Windows 7, but I can't imagine it's so much bigger than Windows 3.1.

I did this as well with Windows 3.11, but it required using Stacker/DriveSpace (can't remember which) and also using XDF to increase the capacity of the disk from 1.44 MB to ~1.8 MB. The end result was bootable and it could load Program Manager.

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 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: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.

Slashdot Top Deals

"Remember, extremism in the nondefense of moderation is not a virtue." -- Peter Neumann, about usenet

Working...