Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror

Comment Re:Eventually need a language with pointers (Score 1) 39

Pointers aren't required for most purposes. They're often just an optimization, frequently a questionable optimization. It's true that C pretty much requires pointers, but in C++ references can generally be substituted with greater clarity. Pointers are almost never used in Java (are they ever?), and certainly not in Python. Or many other languages I could name. (Yeah, they still exist "under the hood", but that's not the point of an exam of early or intermediate programming skill.) For that matter check out D https://ancillary-proxy.atarimworker.io?url=https%3A%2F%2Fdlang.org%2F . That's a language that would be my favorite if they had a better way to document your code (last I checked Doxygen didn't do a good job) and it it had a slightly better library. (As it is I currently prefer C++ except for stuff that's heavy in unicode, where I'll switch to Python.)

Comment Re:How did we all decide to use the phrase vibe co (Score 3) 58

It's obviously something that the AI companies came up with to sell their product and here we are just using it like fucking sheep.

Really? AFAIK it was a joke phrase some individual came up with to gently mock the idea of "coding" without actually knowing what you're doing... and then (some) people somehow went ahead and adopted it as a serious idea anyway. (I wish those people luck, they are going to need it)

Comment Re:Yes, but ... (Score 1) 34

But even if they step out of the landscaping strip in the median 15 yards in front of the truck?

Stopping distance for a fully loaded semi at 55 miles per hour is 133 yards. If you step out in front of that truck 15 yards ahead, there's nothing the truck can do about it -- well, it could try to swerve, but it's anyone guess whether that would help or just makes things worse.

Comment Re:Always One Question (Score 1) 34

More importantly these trucks have Lidar. It has proven essential for safe self driving systems. Cameras alone are inadequate.

I'd go a little further, and say that any single sensor technology alone is inadequate, due to the amount of damage that occur after an unmitigated sensor failure. Multiple sensor technologies should be active at once, so that if (when!) any one type of sensor gets fooled, the others can override it and nobody dies.

Comment Re:It's bad enough people get experimented on (Score 2) 34

With those self-driving SUVs but you've got the semi trucks and those things can easily kill and they can kill a lot.

My friend's cousin got rear-ended by a semi truck that didn't see the red light at the end of the off-ramp, or the car that was stopped at it. He was instantly killed, his car was crushed like a can.

It turned out the semi's driver had been on the road for 14 hours straight, and was not, shall we say, in a fully lucid state.

Would a self-driving truck have avoided this death? It's hard to say for sure, but we can probably at least say that its cognitive abilities wouldn't degrade over the course of a long day, due to lack of sleep.

Comment Re:Home-sized options? (Score 1) 97

What's the storage *density*? I have the impression that grid scale batteries often use (relatively) low density storage, so they take up a lot of space. Lithium batteries are relatively high density (lots of storage/volume). Dense storage is, of course, part of what makes them so dangerous when they catch fire.

Perhaps it you wanted this to last through a blackout you'd need to give up your basement, rather than just part of it as with lithium batteries.

Comment Re:Good (Score 1) 97

Unnh....there must be a reason Japan was researching whether uranium could profitably extracted from sea water. I believe that it was because decent ores for uranium were becoming scarce. (I used to know whether that was the reason they gave, but I can't certainly remember any longer....I think that was it though.)

Submission + - US Montly Jobs Report firing: lies, damn lies, and statistics (bls.gov)

cosmicl writes: The Bureau of Labor and statistics reported that the US added 73,000 jobs in July. Apparently President Trump did not like this number because he thought it was much too low. Solution? Fire Dr. Erika McEntarfer, the commissioner of the Bureau of Labor Statistics, "whom he accused, without evidence, of manipulating the monthly jobs reports for “political purposes.” " The report is detailed at the BLS website, Along with plenty of charts and other data.

Looks like commissioner McEntarfer (senate approval 86-8 Jan 2024) and team are following a methodology that the BLS repeats every month. As part of the process there is a revision for each month. Weather or not you like the method, it appears to be relatively transparent and repeated for each month. Hard to see how this firing is going to improve the situation beyond stroking the ego of the Dear Leader.

 

Slashdot Top Deals

Hold on to the root.

Working...