Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Re:It WILL Replace Them (Score 2) 29

The illusion of intelligence evaporates if you use these systems for more than a few minutes.

Using AI effectively requires, ironically, advanced thinking skills and abilities. It's not going to make stupid people as smart as smart people, it's going to make smart people smarter and stupid people stupider. If you can't outthink the AI, there's no place for you.

Comment Re:Not really new information... (Score 2) 61

I continue to use burned DVDs for backing up the critical stuff. Not perfect, of course, but not electromechanically-failure prone like a hard disk drive, not "terms of service" failure prone like cloud storage, and not "the charge magically held in the gate leaked away" failure prone. I have optical discs over 25 years old which are still perfectly readable.

DVD-R? DVD+R? DVD+RW? Single or dual layer? Gold metallic layer? Silver metallic layer? How are they stored?

Depending on how you answer those questions, your 25 year-old media may be past due and you've just gotten lucky, may be just entering the timeframe where it may die, or may have decades of reliable life left.

DVD-R single layer disks with a gold metallic layer are good for 50-100 years. Other recordable DVD options are less durable, some as little as 5-10 years.

Comment Re:Ah, well. (Score 1) 44

It might not even be necessary to fork much. Genuine Arduino hardware is so expensive most people use clones, lots of people use Platform IO instead of the Arduino IDE, and the Arduino core for the newer microcontrollers is not made by Arduino anyway.

The "magic" Arduino bit is the Arduino bootloader. That is also open source and anything that can speak the protocol can upload new firmware.

That's why Arduinos encompass more architectures than just AVRs - you can get ARM based Arduino compatible boards, I believe there are a few RISC-V ones, and at least one ESP32 based one.

The fact it's just a bootloader is why clone boards exist - there's nothing special about the official Arduino boards. It's easy to make your hardware "Arduino compatible" which makes it often much easier to develop with as you can easily update it without needing the AVR programmer.

Comment The Wall Street crowd is clueless (Score 4, Interesting) 26

NVIDIA, seen as the dominant player in AI, has largely ignored development when it comes to actual graphics rendering for the past 1.5-2 years. RTX 5000 isn't significantly faster than the RTX 4000 generation outside of....AI performance improvements. The fact that NVIDIA put almost all of its eggs in that one basket makes NVIDIA ripe for a correction when the AI bubble pops.

AMD is recognized in the AI area, and while not the dominant player, AMD hardware is still good, and the software stack has been improving over time. AMD hasn't ignored graphics(RDNA 4 was a very solid design based on the Radeon 9070XT performance considering it's mid-level design), FPGA, and of course, CPUs for consumer/business/servers. As a result, even if AI goes down, AMD isn't in danger, and will still continue to do well. NVIDIA LIED in saying that AI eliminates the need for a CPU, people still need a CPU in their computer, and in their servers, and professional workstations.

Intel is a mess, CPU division isn't doing all that well, graphics are weak, AI isn't anywhere, so if anything, Intel should sink just because it has no products that seem to be impressive.

Submission + - DOE Launches 'Genesis Mission' to Transform US Science Innovation (energy.gov)

An anonymous reader writes: DOE proposes linking disparate HPC clusters together?

  Under Secretary for Science and Genesis Mission Director, Dr. Darío Gil: “The Genesis Mission marks a defining moment for the next era of American science. We are linking the nation’s most advanced facilities, data, and computing into one closed-loop system to create a scientific instrument for the ages, an engine for discovery that doubles R&D productivity and solves challenges once thought impossible.”

Comment Re:Not really new information... (Score 3, Informative) 61

What's changed is that in the early days flash memory was one bit per cell. Now most consumer grade stuff is multi level, so instead of a single threshold voltage that separates a 1 from a 0, there are multiple thresholds that each represent a different binary code.

SSDs sometimes have to re-read blocks with different voltage thresholds to get good data, and make use of error correction on top.

Presumably age related degradation is worse for multi-level flash.

Comment Re:Fix the Headline (Score 1) 7

Twitter used to do this with the verified badges, but then Elon started selling them and they became the mark of someone stupid enough to give him money for a blue tick.

It's not a bad idea in principle. A simple cryptographic certificate that government agencies can use to validate their messages. The hardest part will be the UI. Making sure it is clear and not easily spoofed.

Slashdot Top Deals

Real programmers don't write in BASIC. Actually, no programmers write in BASIC after reaching puberty.

Working...