Forgot your password?
typodupeerror

Comment If you wanted to induce sympathy (Score 4, Interesting) 20

...the article shouldn't mention the woes of someone who worked for Meta.

When you work for a particularly evil company, you know what you're signing up for - screwing everyone over else for a buck. I'm not going to cry for you when you find out the company doesn't see a big difference between you and me.

Comment False alarm handling (Score 4, Insightful) 49

I've worked on police systems that are connected to home alarms. The false alarms got problematic, so police agencies started a 'one false alarm, then you get billed' policy.

Very shortly thereafter, there were multiple vendors offering tracking and billing solutions that would integrate with police call taker / incident tracking systems.

It seems like this would work exceptionally well for robotaxies - give them an economic incentive to find a way to confirm someone is in actual distress prior to calling 911. Like maybe a remotely activated just-below-hearing-damage alarm in the car if you're not moving within 2 minutes of the car pulling up at your destination.

But then there's another fancy option - the car could drive towards the nearest hospital ER or EMS station during the 911 call, with the service's agent reporting location and redirecting or stopping the car if so instructed by the 911 operator.

Comment Re:Overheard (Score 1) 21

The average American drives 37 miles per day. Adding 5 miles per day of range means barely an eighth of the power gets replaced every day. And that 5 miles per day of charging adds weight; chances are, it doesn't break even for the extra weight. There's a good reason nobody else puts solar panels on cars. If it were a good idea, or even a not-complete-harebrained idea, Tesla would have done it years ago.

Comment Re:Linked? Via "Post hoc, ergo propter hoc" (Score 1) 54

Yup, there's also the time factor.

There's an important study of boys at age six being diagnosed with ADHD.

At 6 yrs 1 month the odds are 50% higher than at 6 yrs 11 months.

Because they're both "age 6" but in boys that year is huge in development and all metrics are against the age-appropriate standard.

If you're on WoW or Roblox all your waking hours you will have retarded development vs. somebody who is in the world.

So you'll be more ADHD for a 15 yr old if you mostly miss age 14.

"Trust the experts" and sheet.

Comment Re:New Heights (Score 2) 33

Nobody is that "stupid" in those departments.

The question should be what was the quid pro quo?

We can imagine what the PLA got out of it but what favor did Microsoft get?

And how high up the chain did it go? Who specifically approved the arrangement?

At least Microsoft probably has Windows 11 "backups" of the hard drives of anyone who might think of bringing charges.

Not sure if that strategy can be called stupid. Lots of other words apply.

"One Nation Under Blackmail" is a popular phrase.

Comment Re:Archiving data (Score 2) 87

Writes age it, so the best method is to write once, then plug it in for a while every few years to let it do whatever automatic maintenance can or must be done. And honestly, I'm not sure whether that's baked into the hardware or if you need some software process to check the thing. Not my area of expertise.

In theory you can throw one in a drawer and it'll be fine a decade later... but you can't trust that it will be.

Comment Re:I learned on stick and never used it again (Score 2) 222

Cool story bro time.

I developed finger-based calculation independently as a 10 year old. Freaked the teacher right out, she didn't understand what the hell I was doing.

Probably not as complex or effective (I have never heard of Chisanbop, but I assume it's well-developed), but my method definitely helped me rapidly finish math tests without the more traditional intermediary steps of pencil and paper or a calculator.

Comment Archiving data (Score 1) 87

Please keep in mind that a flash drive is next to useless for long term storage. It will randomize over a surprisingly short time if it doesn't have power for data maintenance.

Your typical CD is better but still not good enough - under perfect conditions it will outlast you, but the way most people store them you might be really disappointed when you try to read it a decade from now. You're also going to run into the issue that even 20 years from now there may not be a consumer 'CD reader' available.

For music, your best bet remains a carefully stored vinyl collection. For now you should grab a USB vinyl ripper with a laser pickup and listen to your digital copies on whatever media you like, knowing that there will probably always be a traditional record player to fall back on if you look hard enough.

Comment Re:I learned on stick and never used it again (Score 1) 222

>What's next, making them learn how an abacus works? Yeah, real good use of time there.

I shall don my fedora for a moment and say, 'ecktually...'

There's value in teaching kids how to use an abacus. I doubt anybody benefits much anymore from learning to use one like an expert, but for basic counting, place value, and addition / subtraction I'd consider it an excellent tool for starting kids down the road to mathematical literacy.

Manual transmissions in a world where we're heading to EVs? Not so much. The ability to drive stick is more a hobby thing, and soon a historical curiosity for niche enthusiasts.

Comment Re:Context? (Score 2) 131

Absolutely. Even companies that try to switch licenses to "protect" their code, like MinIO did, run the risk of people quickly switching to or creating alternatives. Like RustFS was created specifically to deal with the frustration of MinIO's change.

AGPL is a plague. GPL, I tolerate, though I have a strong preference towards v2. But AGPL has no redeeming qualities. The hypothetical world where someone creates a closed-source fork of a web service, convinces everyone to use it, and then holds their data hostage just isn't particularly plausible.

Meanwhile, AGPL precludes any interesting integrations, custom in-house authentication systems, using custom database backends, and all sorts of other stuff that potentially is useful to keep company-proprietary, but that has no impact whatsoever on the hypothetical freedoms that the AGPL is intended to protect.

It's a license that is so toxic that even companies that are strong proponents of open source with large open source offerings have outright bans on letting AGPLed code anywhere on the premises.

As far as I can tell, the main benefit of AGPL is for companies that create code and want to release it to the public as "free software", because by requiring contributor agreements, they can keep their own branch proprietary while forcing everyone else in the world to comply with the AGPL, thus ensuring that the only company that can create their own proprietary features is them.

Comment Re: Context? (Score 1) 131

It's definitely an interesting case, but it doesn't fit the original description. The GPL didn't prevent Linksys from strangling the free version of anything. No free WiFi routers ever existed, and Linksys did not destroy demand for the Linux kernel or the GNU C library.

Also, nothing in that case forced Linksys to open anything. They could have switched to a BSD kernel and C library, and they would have been in compliance. They chose to open it because they figured it was an easy way to make the case go away, and it could produce good will in the community. And it ended up being a minor windfall for Linksys.

Slashdot Top Deals

The aim of science is to seek the simplest explanations of complex facts. Seek simplicity and distrust it. -- Whitehead.

Working...