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

 



Forgot your password?
typodupeerror

Comment Wire (Score 1) 5

I'm not sure if Wire has new management but I just recently learned they've gone fully open source, are working on federation, and are using an RFC-specified tree-based efficient group chat encryption algorithm. RCS is eventually meant to adopt the same algorithm.

Folks using Telegram Groups (which are unencrypted, actually) might have a look. Yeah, somebody needs to run a server if you don't want intelligence agencies to provide one for you.

I uninstalled Wire years ago when they wouldn't take privacy seriously (yeah, I filed a bug) but it seems like a second look is warranted.

Comment Re:Other developers.... (Score 2) 27

Would the $20 ONN sticks from Walmart work better for you?

I have an puck-style device of theirs which is just an Amtel SoC with GoogleTV Android on it. Probably doesn't get updates but then you don't let them have unfettered access to the Internet either.

I've sideloaded Jellyfin, SmarTube-Next, etc.

I used to have a half dozen Fire sticks and have removed all but one, in a kid's bedroom. They haven't banned Jellyfin ... yet... but aren't they dropping Android as well?

Comment Re:Are people this ignorant of basic online securi (Score 1) 79

Yes, but half the people have below-average intelligence.

We won't have a stable society if they're constantly scammed.

And I know some High-IQ people with no street smarts who got scammed by "Raj from Microsoft Support".

Really some dude from a trailer park might have a better BS detector, having lived a less coddled existence.

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

> 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) 88

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 2) 42

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 2) 134

> 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) 33

> 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) 194

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

Slashdot Top Deals

Top Ten Things Overheard At The ANSI C Draft Committee Meetings: (6) Them bats is smart; they use radar.

Working...