Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Re: Missing Rust Language Specification (Score 1) 43

> Bruh. Apt already relies on Perl, which has no formal language specification. What nonsense is this?

You are right, which is why I don't think this is a huge deal.

Though perl5 compatibility back to c.2000 is pretty good.

Today's rust code most likely won't run in 2050 on modern compilers.

But perl4 code doesn't run well today either.

Yet nothing in trixie needs to run anything from buzz - so as long as everything works within a version or two it's hard to imagine anybody being negatively affected.

Comment Re:What will make up that lost capacity (Score 1) 77

I have a UPS package shipped Overnight/Saturday Delivery on Friday and it now appears to be on a truck near Chicago. It was originally scheduled to transit from South Dakota to New England.

New delivery date is Tuesday. I hope the sender gets his money back!

(I didn't need it that quickly but the sender was making good on a delivery date guarantee, at a loss of his profits).

Comment Re:Remains to be seen... (Score 1) 25

I have a floppy controller on order that doesn't know how to read disks; it just passes through magnetic field data to software which is supposed to be able to reconstruct the disk image.

Hopefully these tapes will be OK to read as long as somebody can build a magnetic read head of the correct type.

Maybe with ML there will be a reasonable chance of reconstructing faded regions. Old audio tape is still mostly fine, so fingers crossed.

BTW, what a great job these folks have!

Comment Re:And this will go on and on. Until? (Score 1) 36

> No need for all that. Either "Judgement is for the other side" or "Case dismissed." Clears the docket, and slows down these kinds of submissions until they're at least doublechecked.

Interesting. I think you've changed my mind about this.

Economic incentives are probably the way to go.

Comment Re:Rediscovering the wheel... (Score 1) 21

> Hopefully there are more relevant "science objectives" than this dead issue.

It's an exoteric story. Really they want funding to build rockets and this is a technology demonstrator.

But there is a theory that the asteroid belt is the former crust of Mars. More data on that would be interesting.

It's of course "widely discredited" but not with a scientific method or anything. Comparing isotope ratios would be fun someday.

Comment Re:Fire code violation (Score 0) 184

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 Re:The problem with SAS (Score 1) 27

SAS has been dead for 15y; it started with R and then Python absolutely destroyed it. No one teaches SAS in universities any longer, why would they? It's terribly expensive and absolutely fucking dead.

We migrated away from SAS back in 2017 and never looked back. The only verticals still using it are heavily regulated and running long-standing legacy code that they're slowly migrating to Python.

I remember absolutely dying when they tried to renegotiate our contract UP back in 2015. I flat out told them they were dead and we were moving away from them and they told me, "good luck managing your data without us!"

Two companies and 10 years later, we're doing just fine and they are not.

Comment Re: Microsoft Store is the monopoly (Score 1) 162

Yeah, because the customers don't want anything else. Itch.io is great ... if you want random indie stuff. GOG seems to have no idea what to recommend and you either get games from 1992 or hentai VNs with a porn patch so they're not technically selling the porn, with little that's actually interesting.

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

"Pull the wool over your own eyes!" -- J.R. "Bob" Dobbs

Working...