Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:Small potatoes (Score 1) 78

You can technically do your taxes for free by manually filling out the forms yourself.

I can't think of any business or other government function that still makes me fill out any paper forms. At one recent employer I did not fill out a single paper or PDF-style form, HR or otherwise, in the entire experience from the day I applied until the day I resigned.

Nobody uses paper forms any more. Everything is online. Taxes should be no different, and there should be no 3rd party middlemen collecting tolls for the "privilege" of doing something online the way everything else is done.

Comment Re:Possibly valid (Score 5, Informative) 52

Not just possibly, but absolutely valid. This is exactly the kind of thing trademarks exist to prevent. They aren't claiming the word "automatic", they're claiming that naming a framework that's meant to work with their product (WordPress) a name that differs from their own by only 1 letter, particularly such a non-obvious difference (many people won't notice the existence of an extra 't') is meant to cause confusion an think it's an official part of their offerings. Because it is. If the other company doesn't change the name they will be destroyed in court. And frankly they'll deserve it. Whoever chose that name was either a total idiot with no concept of the law, or a scammer who meant to prey on Autmattic's good name.

Comment Re:Blessed life Indeed (Score 1) 128

I think he died in great sorrow and sadness, because the GOP he took to great heights is now in the hands of a guy who will probably have Cheney's daughter killed if he can get away with it. No family in the GOP is as utterly disempowered and cancelled as the Cheney family; Liz couldn't get elected dogcatcher in Wyoming now or in 20 years.

Comment Re:Weird obsession with Iraq (Score 5, Interesting) 128

Yes, it was likely Karl Rove, and not Dick Cheney, who was the source of the 'anonymous' quote that "every so often you have to throw one of these crappy little countries up against a wall to intimidate all the others", but I'm sure that stated Cheney's thoughts as well.

I agree with all your comments, but would stress that the REALLY bad thing about the Iraq war was not the strategy, but the open, transparent, obvious lies. I mean, when the WHOLE WORLD rolls its eyes at your story, at the UN, when nobody is convinced, and you go forward ANYWAY, you're basing your whole national stance on lies.

"We can lie and get away with it because we are too powerful to hold to account", was the underlying power of Cheney. That same conversation with the "crappy little nations" comment had the even more quoted line: "We're an empire now, and we create our own reality".

To perhaps belabour the obvious, I'm talking about Trump, and how Cheney and Bush showed the way for Trump to just really go for it, and blatantly make America an Empire based on any lies he feels like, the more-preposterous the better, to rub our noses in it.

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.

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.

Slashdot Top Deals

Successful and fortunate crime is called virtue. - Seneca

Working...