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

 



Forgot your password?
typodupeerror

Comment Re: This is just the news media (Score 3, Interesting) 134

Control over another human being is very much part of this. Maybe they wouldn't want to call it enslavement. At the risk of over generalizing or putting words in anyone's mouth; the entire culture around pseudo-libertarian Tech Bros and the broader Anarcho-capitalism philosophy is that it is extremely transactional. They believe that two people can come to a fair contractual arrangement, without government regulation or an impartial third party, Despite one person being a billionaire and the other person needing a job to pay their bills.

Comment Nuke bugs need to give it a rest (Score 5, Interesting) 89

Nuclear is not coming online in the US. Your choices now are: Renewables or frequent regional outages. Given the state of our infrastructure, I think a mix of both is in the future.

The USA has 21 proposed reactors. 0 under construction, 0 planned. It is unlikely any of the proposed projects could go online before the mid- to late 2030's.

It's obvious to you and to me that nuclear is the most capable and scalable and should be our primary choice moving forward.
Nuclear fission as an energy source is a dead end in America, and that has little to do with nuclear hysteria and more to do with infrastructure funding, NIMBY, and wealth inequality. (our bad politics are why we cannot have nice things)

But the reality is that we (the US) won't be taking the best option. So it's time to discuss secondary and tertiary options.

Comment Models are beyond criticism at this point (Score 1) 72

Yes, there are hundreds of different climate models. An abundance of models is not evidence that there is no such thing as climate change.

The value of a model is in its predictive power. If a model can bound historical data then the next logical step is finding the bounds of future data. All models have a greater spread the future they look into the future, because that's just math as you stack on tolerances over a greater time. You add up the error when you're looking at the extremes, but you also find a higher probability somewhere in the middle if your model is any good.

So assuming climate change is going to happen to some degree. What actions should we take to prepare for it?

Comment Re:with 70000 packages remaining... (Score 1) 44

Once you have a workflow with multiple toolchains, you're on your way to porting to any number of architectures. And automated testing of architecture independence in a codebase becomes practical. That's certainly how it worked out at my company. Once we started building for Sparc and PowerPC, it made other architectures easier to add a decade later. And we had the additional complication that a big chunk of the codebase is drivers. Getting ARM systems with the right hardware into the test automation pool was a big non-technical challenge. What manager wants to sign the PO to pay for duplicating all the x86 configurations with ARM? ;-)

Replacing assembler with compiler intrinsics helped simplify porting SIMD code between architectures. But in some cases we will just have to add a bunch of tiny macros or functions in assembler in order to do something like RV32 vs RV64 in the future. Not a big deal for us when a customer is paying for the work.

Comment Re:I use Win11 (Score 1) 24

I like Krita. That's a desktop app in the open source world that I think is really enjoyable and well-designed, and comparable to some of the best commercial Windows apps.

Plus the usual suspects are available on all the major OSes, including OpenBSD: Chrome, Firefox, Signal, Discord, Slack, Telegram, DOSbox, etc. But sadly no Wine or Proton on OBSD. Linux wins when it comes to playing Steam or wine, but if you're going to be running a bunch of closed source games on a machine then probably best to use a dedicated machine that doesn't contain anything important on it (other than your Steam library).

Comment I don't mind losing my optical drive (Score 1) 47

But they didn't replace it with more USB ports. My current (work) laptop is especially annoying with 4 USB-C ports. It wasn't too hard to swap my keyboard's cable with a usb-c to usb-c cable, but my wired mouse isn't the same. So I ended up getting a wireless with nano transceiver.

Why a wired keyboard? Because I'm literally less than 3 feet from my computer when I am using a keyboard. Why would I transmit my passwords, credit card, and bank account numbers over wireless?

Slashdot Top Deals

And it should be the law: If you use the word `paradigm' without knowing what the dictionary says it means, you go to jail. No exceptions. -- David Jones

Working...