Forgot your password?
typodupeerror

Submission + - Has Slashdot Become More Ads Than "News for Nerds, Stuff That Matters"? 2

FictionPimp writes: Load Slashdot's front page today without an ad blocker and count what you see before scrolling.

Above the fold, there are 6 distinct ad placements: a full-width Retool banner just below the navigation, a MongoDB Atlas inline banner styled to look like a site notice sitting directly above the first story, two sidebar ad units (one for a game dev course bundle, one for business software comparison), a "Sponsored Content" slot beginning to appear at the bottom edge, and a sticky MongoDB footer bar fixed to the bottom of the screen. MongoDB alone holds two simultaneous placements on the same page load. The ratio is 6 ads to 2 stories before you even scroll.

Slashdot has carried the tagline "News for nerds, stuff that matters" since Rob Malda was running the site out of a college dorm in 1997. It is now owned by Slashdot Media, the same parent as SourceForge, and the nav bar includes a "Thought Leadership" section, which is industry parlance for paid editorial content.

None of this is unique to Slashdot. Display advertising is how independent tech publications survive. But there is a meaningful difference between ads that share a page with content and ads that outnumber and surround the content, with some of them actively designed to look like part of the editorial feed.

The question for the Slashdot community: at what point does the original promise of the site, a curated community-moderated signal in a noisy web, get buried under the noise it was supposed to filter? Should the site be rebranded: "Ads for Nerds, News if we can fit it in"?

Submission + - X will suspend creators from revenue-sharing program for unlabeled AI war videos (techcrunch.com)

Muck writes: From the Too Little, Too Late Dept at TechCrunch:
X says it’s going to take action against creators who post AI videos of armed conflict without disclosure that the content is AI-generated. On Tuesday, X’s head of product, Nikita Bier, announced that people who use AI technology to mislead others in this way will be booted from the company’s Creator Revenue Sharing Program for a three-month period (90 days).

If they continue to post misleading AI content after the suspension lifts, they’ll be permanently suspended from the program.

“During times of war, it is critical that people have access to authentic information on the ground. With today’s AI technologies, it is trivial to create content that can mislead people,” Bier wrote on X. “Starting now, users who post AI-generated videos of an armed conflict — without adding a disclosure that it was made with AI — will be suspended from Creator Revenue Sharing for 90 days.”

Submission + - A new California law says Linux must verify user age at startup (pcgamer.com)

alternative_right writes: The government of California is implementing a law that requires operating system providers to implement some form of age verification into their account setup procedures.

Assembly Bill No. 1043 was approved by California governor Gavin Newsom in October of last year, and becomes active on January 1, 2027 (via The Lunduke Journal). The bill states, among other factors, that "An operating system provider shall do all of the following:"

"(1) Provide an accessible interface at account setup that requires an account holder to indicate the birth date, age, or both, of the user of that device for the purpose of providing a signal regarding the user’s age bracket to applications available in a covered application store.

"(2) Provide a developer who has requested a signal with respect to a particular user with a digital signal via a reasonably consistent real-time application programming interface that identifies, at a minimum, which of the following categories pertains to the user."

The categories are broken into four sections: users under 13 years of age, over 13 years of age under 16, at least 16 years of age and under 18, and "at least 18 years of age."

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

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

Eventually whoever has most to lose is bound to step up and help.

That, or your project gets sidelined. Which is where the danger lies.

I work for a big multinational software company that uses a lot of Open Source Software. We have a security office that audits all of our products several times a year. If any piece of our stack shows any open CVEs we have a fixed amount of time to fix the issue, with the amount of time varying from a few days (for CRITICAL severity issues) to roughly half a year for the lowest severity issues. A lack of a fix for a published CVE isn’t an excuse for not fixing the issue on our end — the software still has a security flaw in it, and the organization is so incredible security averse (thanks in part to having contacts in the defence industry) that they don’t want to risk expensive lawsuits and the loss of reputation if a vulnerability is exploited.

A lot of bigger organizations now work this way. We’ve all seen what has happened to organizations that have had significantly security breaches, and it’s not pretty. Our customers are big corporations and government entities — and if they even sniff a risk there are going to be problems. So if there is an unpatched exploit, we’re expected to either switch to something comparable, or DIY a solution (either replacing the library in question, or potentially patching it ourselves).

If ffmpeg allows known and published vulnerabilities to languish, the risk here is that organizations that use their code will simply stop using it and will look for other solutions. That’s a tough pill for an Open Source Software developer to swallow, especially when they make it as big and important as ffmpeg. You might wind up in a situation where an entity like Google forks your code and takes ownership, and eventually gets everyone to migrate to using their version instead (like what they did with WebKit to Chrome), leaving you sidelines. Or maybe someone else jumps in with a compatible solution that works well enough for enough users that they switch to that instead.

Now in an ideal world, the Google’s of this world would not only submit a CVE but would also submit a patch. Having been an OSS developer myself I’ve always encouraged my staff if they find a bug in a piece of software we use to file a bug report and ideally a patch if they know how to patch the issue correctly — but I know that is hardly universal within our organization, and probably even less so elsewhere.

TL;DR: a lot of OSS success relies on having lots of users, or at least some big and important users. But you risk losing those if you leave CVE’s open for too long, as company policies may require scrapping software with unfixed CVEs. That loss of users and reputation is dangerous for an OSS project — it’s how projects get supplanted, either by a fork or by a new (and similar) project.

Yaz

Submission + - SpaceX succesfully launches Starship Test Flight 10 (spacex.com) 1

Zitchas writes: After stopping the launch on Sunday due to a problem with ground systems, and then not being allowed to start on Monday due to storms; Starship flight 10 successfully launched and landed as planned in the Indian Ocean on Tuesday. The flight included a whole range of test items, including different tile configurations and new internal systems. There were some concerning moments, but the ship made it through. A fair amount of fire, but it successfully landed right next to the buoy cam.

Submission + - Moon-bound asteroid could cripple Earth's satellites, say astronomers (substack.com) 1

KentuckyFC writes: In DEcember last year, NASA's Asteroid Terrestrial-impact Last Alert System (ATLAS) picked up an 60-meter asteroid that appeared to be heading our way. Further observations quickly ruled out the possibility of a collision but in April, the agency announced that 2024 YR4 had a 4 per cent chance of hitting the moon instead. Now astronomers have calculated the likely consequences and say the impact would create a crater 1 km across and send 100 millions tonnes of ejecta hurtling into space and towards us. The risks to astronauts and satellite systems are clearly existential. The team say this kind of risk is not considered in planetary defence plans, which now urgently need to be updated.

Comment If Lemkin were not a “founder” (Score 5, Insightful) 151

that would 100% be a firing offence.

Honestly, setting an AI you don’t control lose on your production database? Really? That’s just gross incompetence. This is code that a) wasn’t written or reviewed by a human, and b) code that wasn’t even tested on a development copy of the database.

Developers that do things like that are a liability. Unfortunately as “founder” he’ll likely just post something on LinkedIn about learning from his mistakes and “personal growth”, and that will be the end of it. Anyone else would have been shown the door to accelerate their “personal growth”.

Yaz

Comment Endowment? (Score 1) 2

Maybe, just maybe there's a few million from the endowment Harvard has that can go to this? To tide over things like this rather than the brinkmanship and/or holding hostage decades of research when they have the money?

Or, better yet, your university can stop discriminating based on race on admissions! You know, follow the law and the Supreme Court! What a concept!

Submission + - JD Vance joined Bluesky - was banned 11 minutes later. (x.com) 7

RoccamOccam writes: U.S. Vice President JD Vance joined Bluesky with the post "Hello, Bluesky, I've been told this app has become the place to go for common sense political discussion and analysis. So I'm thrilled to be here to engage with all of you." His post included a screenshot from the United States Supreme Court Decision that upheld Tennessee's law barring "gender-affirming" treatments on minors.

He then wrote "To that end, I found Justice Thomas's concurrence on medical care for transgender youth quite illuminating. He argues that many of our so-called 'experts' have used bad arguments and substandard science to push experimental therapies on our youth. I might add that many of those scientists are receiving substantial resources from big pharma to push these medicines on kids. What do you think?".

He was banned 11 minutes later.

Comment Timeline doesn’t quite work (Score 3, Interesting) 138

"The area that Google did well in that would not have happened had I not been distracted is Android, where it was a natural thing for me. I was trying, although what I didn't do well enough is provide the operating system for the phone. That was ours for the taking."

The antitrust case was overturned by the Appellate Court in 2001. The DOJ and Microsoft settled the outstanding portions in November 2001.

Android Inc. was started in 2003, and was four guys using pre-existing Open Source components to build an OS for mobile phones. Google bought them in 2005, and the first handset using Android was released in 2008.

Bill, you had seven years and the entire backing of a massive corporation (including all of its employees and intellectual property) after the antitrust case was settled, and couldn’t pull off what four guys started and Google finished in five using Open Source components.

Yaz

Submission + - DeepSeek AI Refuses to Answer Questions About Tiananmen Square 'Tank Man' Photo (petapixel.com)

An anonymous reader writes:

DeepSeek starts writing: “The famous picture you’re referring to is known as “Tank Man” or “The Unknown Rebel.” It was taken on June 5, 1989, during the Tiananmen” before a message abruptly appears reading “Sorry, that’s beyond my current scope. Let’s talk about something else.”

Bloomberg reports that like all other Chinese AI models, DeepSeek will censor topics that are seen as sensitive to China. The app deflects questions about the 1989 Tiananmen Square protests or about whether China could invade Taiwan. It will give detailed responses about world leaders such as the United Kingdom’s Sir Kier Starmer but will refuse to say anything about China’s President Xi Jinping.

Yes, it's happy to also bash the Bad Orange Man, but criticizing Winnie the Pooh is right out:

Submission + - Dumb New Electrical Code Could Doom Most Common EV Charging (motortrend.com) 1

schwit1 writes: A coming ground-fault circuit-interrupter revision could make slow-charging your car nearly impossible.

The National Fire Protection Agency (NFPA) publishes a new National Electric Code every three years, and we almost never notice or care. But the next one, NFPA 70 2026, has the Society of Automotive Engineers (SAE) electric-vehicle charging subcommittee, OEMs, and companies in the EV Supply Equipment (EVSE, or charger) biz mightily concerned. That’s because it proposes to require the same exact ground-fault circuit-interrupter protection that makes you push that little button on your bathroom outlet every time the curling iron won’t heat up. Only now, that reset button will often be down in an electric panel, maybe locked in a room where you can’t reset it. If EV drivers can’t reliably plug in and expect their cars to charge overnight at home or while at work, those cars will become far less practical.

Slashdot Top Deals

Even bytes get lonely for a little bit.

Working...