Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Re:Spreading misinformation (Score 1) 65

Kimmel didn't make that claim. He said that MAGA people were scrambling to prove that the killer wasn't one of them.

It takes creative re-interpretation AND unwarranted benefit of the doubt to hear that in what he actually said. I watched the clip, it was clear to me what he meant. Did you watch him?

Let's look at what Kimmel actually said.

We hit some new lows over the weekend with the MAGA gang desperately trying to characterize this kid who murdered Charlie Kirk as anything other than one of them, and doing everything they can to score political points from it.

As you can see, Kimmel did not claim the alleged murderer was part of MAGA. Rather, he said MAGA people were going out of their way to say that he was not part of MAGA. Which may in fact turn out to be true. We don't know for sure yet.

Comment Hmmm (Score 3, Insightful) 51

I currently work hybrid. It reduces my effective pay by around 10%, which is a hell of a cut. It gains me nothing, since all meetings - even when we're all in the same room - are via teams, because company policy.

I see no added value from visiting the office.

Comment Re:There is already a safe subset of C++ (Score 1) 86

Ish.

I would not trust C++ for safety-critical work as MISRA can only limit features, it can't add support for contracts.

There have been other dialects of C++ - Aspect-Oriented C++ and Feature-Oriented C++ being the two that I monitored closely. You can't really do either by using subsetting, regardless of mechanism.

IMHO, it might be easier to reverse the problem. Instead of having specific subsets for specific tasks, where you drill down to the subset you want, have specific subsets for specific mechanisms where you build up to the feature set you need.

Comment Re: Everyone start handing out DVDs and USBs of L (Score 1) 137

Software that doesn't change neither gets safer nor becomes more vulnerable - it stays the same. It's really a simple concept.

Yes, simple. And irrelevant. Here is what's relevant: software that doesn't change remains vulnerable forever. Because nobody is fixing any exploits that are discovered.

Yes, hackers could keep investing more time trying to uncover new exploits in the old code, but im pretty sure after what, 10 years, all the low-hanging fruit has already been exploited.

Wishful thinking will not protect you. Running an actively-maintained system is a better option.

User Journal

Journal Journal: Antiques being melted down 3

A restoration expert in Egypt has been arrested for stealing a 3,000 year old bracelet and selling it purely for the gold content, with the bracelet then melted down with other jewellery. Obviously, this sort of artefact CANNOT be replaced. Ever. And any and all scientific value it may have held has now been lost forever. It is almost certain that this is not the first such artefact destroyed.

Comment Re: Everyone start handing out DVDs and USBs of Li (Score 1) 137

To follow your logic, updates are bad because they can introduce new vulnerabilities. Never mind that the main purpose of the updates is to fix the old vulnerabilities.

Then, why not just release a software product, and not provide updates at all?

You can't make a virtue out of a "static, unchanging code base" that contains vulnerabilities, whether they are discovered or not.

Comment Re: Everyone start handing out DVDs and USBs of Li (Score 1) 137

Every vulnerability you'll find in the OS were there the day the OS went off support, it doesnt get worse over time...

Head in the sand much? You completely miss the point: it doesn't get better either. Ever. That's what happens when an OS no longer has support.

And arguably, it does get worse over time, as vulnerabilities are discovered and exploited, but not fixed.

Besides, i thought the biggest complaint about Windows was the incessant, poorly-timed, windows update - now that MS is done improving the OS, there wont be anymore 'surprise' updates as you turn your laptop on a plane or give a presentation!

You can manage when updates happen. Even pause them. I'm running Windows 11 right now on one of my PCs, and have paused updates until the large-file-on-SSD bug is fixed definitively.

Comment Re:Everyone start handing out DVDs and USBs of Lin (Score 1) 137

A Windows 10 computer does not become more vulnerable (in any real way) the day after MS drops support than it was the day before they dropped support of Windows 10.

I suppose continuing to use Windows 10 is another option, but I'm not sure it's viable -- in the sense of the OS being secure when MS drops support. Maybe it will still be secure the day after, the week after, even the month after ... but eventually it won't, and no fixes for vulnerabilities will be forthcoming.

Comment Re:Everyone start handing out DVDs and USBs of Lin (Score 1) 137

So a person that is running a ten year-old computer should just partition their drive, install a new OS and learn Linux? That's your answer?

If this person doesn't want to stop using that computer, then yes, that's a viable option.

You're acting like a suitable replacement PC for most users isn't available off Amazon for about $100-200 and fits in an overcoat pocket.

You're acting like such computers are "suitable" for most users. I reckon they aren't.

Comment Re:Painfully obviously used the firearm charge (Score 1) 71

Yes, exactly.

Pfft. You said Democrats "sure don't" care about felony convictions when it comes to voting, implying Republicans do. Martin Blank then pointed out that virtually all Republican states allow felons to vote, with restrictions in some cases. And your response is "Yes, exactly"??

It's pathetic to flex like that when you have been pwned.

So if you can VOTE for president, why shouldn't you be allowed to BE president?

Nobody is saying a felon can't be allowed to be president. This discussion is not about whether being a felon disqualifies you from being president. It doesn't. The issue is whether it matters -- as in whether someone should avoid voting for a candidate who is a felon. In 2024, Republicans voted for Trump despite his felony conviction, thus demonstrating that, for them, it didn't matter.

Now, show me the list of Democrats who ran for president after a felony conviction and were elected.

Comment Re:Painfully obviously used the firearm charge (Score 1) 71

Do you really think people care about felony convictions anymore ?

Democrats sure don't. They want them to vote and everything.

Not just Democrats. Convicted felons can vote in almost every state (including Republican ones) with some conditions.

If they can VOTE for President of the United Stares, why shouldn't they be allowed to BE President of the United States?

Well, as a matter of fact, a convicted felon can become president, and the current occupant of the White House is an example.

There are various disqualifications for someone to be president. A felony conviction is not one of them.

Slashdot Top Deals

"God is a comedian playing to an audience too afraid to laugh." - Voltaire

Working...