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

 



Forgot your password?
typodupeerror

Submission + - Physicists reveal a new quantum state where electrons run wild (sciencedaily.com)

alternative_right writes: Electrons can freeze into strange geometric crystals and then melt back into liquid-like motion under the right quantum conditions. Researchers identified how to tune these transitions and even discovered a bizarre “pinball” state where some electrons stay locked in place while others dart around freely. Their simulations help explain how these phases form and how they might be harnessed for advanced quantum technologies.

Comment What's old is new again/using wasted space (Score 2) 84

When I demoted my single Pentium 4 rig to workshop use
it noticeably raised winter temperature inside my
sealed 40ft High Cube shipping container machine shop.

It's not difficult to rack or shelve many computers near the ceiling or hang them off walls. I hang a 1U server off the wall of my office as one would a painting (and could cover it with a painting if I cared). Total cost is a couple of small lag hooks costing less than a dollar.

I don't do mini/tiny PCs for space reasons because there is more than enough unused space in most rooms to make that unnecessary, and for access a computer on the wall is hard to beat. Needing no desk my server doesn't clutter mine.

If I wanted mining rigs I could line walls with them high enough not to interfere with anything else with heating as a bonus.

Submission + - Google invests $40B in Texas for cloud, AI growth (kxan.com)

alternative_right writes: On Friday, Google announced a $40 billion investment in Texas.

The funding was part of Google’s “Investing in America” initiative, which it said was to further American innovation.

“The investment will boost cloud and artificial intelligence (AI) infrastructure, with the development of data center facilities, programs to strengthen energy capacity and affordability, and workforce training in the state,” the Texas governor’s office said.

Gov. Greg Abbott joined Google leaders and state officials to announce the investment.

Submission + - Did Hitler have a micropenis? (yahoo.com)

know-nothing cunt writes: Researchers have analyzed a sample of DNA believed to belong to Adolf Hitler, which they say reveals the dictator of Nazi Germany had a genetic marker for a rare disorder that can delay puberty, according to a new documentary.

The research, which took more than four years to complete, was led by geneticist Turi King, a professor at the UK’s University of Bath who is known for identifying the remains of King Richard III. King said she verified that a piece of material taken from a couch in the bunker where Hitler shot himself in 1945 was soaked in the dictator’s blood by comparing a DNA sample recovered from the blood with a confirmed relative of Hitler’s.

The most striking finding from the team’s analysis was that Hitler had a mutation on a gene called PROK2. Variants in this gene are a cause of Kallmann syndrome and congenital hypogonadotropic hypogonadism, King said. In boys, these conditions can delay puberty and cause undescended testicles.

“Basically, they are characterized by low testosterone levels. You either don’t go through puberty or you go through a partial puberty... 5% of cases get associated with a micropenis, ” King said, referring to a small but normally structured penis.

Submission + - Is having children really cost-prohibitive? (washingtonexaminer.com)

sinij writes:

Many couples don’t believe they can afford to start a family. As the cost of living continues to balloon, this affects a couple’s ability to raise children comfortably. For those contemplating whether to have children, the mere cost of child care, which is an average of $15,600 per year, provokes questions of whether it is even feasible.

This is not just future generation's problem. Catastrophic lack of affordability for housing, healthcare, and childcare results in fewer kids, this in turn means that in 20 years there will be less adults working and paying taxes, in turn bankrupting social nets. So today's childlessness crisis will translate to tomorrow destitute seniors crisis.

Comment Re:Thanks for the research data (Score -1, Troll) 115

The entire EU is a protectionist bloc Canada is protectionist coffee. Tariffs are wonderful, useful tools when other countries use them. But when Trump does them they're bad. As are so many other policies like deporting illegal aliens. Obama and Biden did more and entire states and cities did not rebelv and nullify federal authority like it was fort Sumter 1865. Pure TDS.

Comment Re:of course the question not asked: why? (Score 1) 52

"It includes customer names, driver's license numbers, and social security numbers"
I'm wondering why they collected this data in the first place. Well, name and address, sure. But the rest? Maybe it is needed for car insurance and auto loans, but aren't those usually handled by partners?

BTW most (maybe all) countries in the EU have SSNs, even if they are called something else. (Here it's a "citizen service number"). But you generally don't give that to companies..

Comment Re:Flying Car? (Score 1) 38

I don’t get the obsession with flying cars anyway. There’s a Dutch company working on one, that is road legal and should soon receive its airworthiness certificate. Sounds great. Until you see the price tag and realise that this thing is a crappy car and a meh airplane, and costs more than a nice car and better airplane.

Comment Re:Isn't this the idea? (Score 1) 113

Google, Microsoft, Apple, Facebook, Amazon, or another one of the big software development companies could easily fork ffmpeg itself, fix the open CVEs, provide their own (likely incompatible) features, and become the new standard - leaving the original developers out in the cold. Google did this with Blink (forked from WebKit, which itself was forked from KHTML). They took a fork of a KDE backed project, put it into what is now the #1 browser in the world, allowed Microsoft, Opera, and others to then use it in their own browsers — and now Google owns the entire narrative and development direction for the engine (in parallel to, and controlled to a lesser extent by Apple which maintains WebKit). The original KHTML developers really couldn’t keep up, and stopped maintaining KHTML back in 2016 (with full deprecation in 2023).

That is the risk for the original developers here. You’re right in that there isn’t really anything out there that can do what ffmpeg does — but if the developers don’t keep up on CVEs then organizations are going to look for new maintainers — and a year or two from now everyone will be using the Google/Microsoft/Apple/Facebook renamed version of ffmpeg instead.

That’s the shitty truth of how these things work. We’ve seen these same actors do it before.

Yaz

Comment Re:Isn't this the idea? (Score 1) 113

Look — I’m a developer. I get it. I’m personally all for having organizations do more to support the OSS they rely on. But the people in the C-suite are more worried about organizational reputation and losing money to lawsuits. If a piece of software they rely on has a known critical CVE that allows for remote code execution and someone breaks in and steals customer data — that software either needs to be fixed, or it needs to be scrapped. Those are the choices. Our customers in the EU are allowed to request SBOMs of everything we use and pass it through their own security validation software — and if they find sev critical CVEs in software we’re using there is going to be hell to pay. And the people in the C-suite can’t abide that level of risk.

Most software development companies (outside some of the biggest ones) don’t really have the kind of expertise in house to supply patches to something as complex as ffmpeg. But a company like Google has the staff with sufficient experience in this area that they could fork the project, fix the issues, and redistribute it as their own solution to the problem — and now Google is driving ffmpeg development. Organizations that need a security-guaranteed version will simply switch to Google’s version, which will likely slowly become incompatible with the original. They’ve done it before — Chrome was Google’s fork of WebKit, huge swaths of users flocked to Chrome, and now Google has over the years made enough changes that their patches often aren’t compatible with WebKit (and, of course, WebKit itself did similar when they forked KHTML).

Now forking like this is great for the community, but it can be tough on individual developers who see their work co-opted and then sidelined by massive corporations. And that’s really why the ffmpeg developers need to be very careful about ignoring CVEs like this. They do so at their own peril, as anyone can fork their code, fix the issues, and slowly make it incompatible with the original. And a big enough organization can ensure they’re fork becomes the new standard, leaving the original developers out in the cold.

Yaz

Slashdot Top Deals

The earth is like a tiny grain of sand, only much, much heavier.

Working...