Forgot your password?
typodupeerror
Science

Scientists Found a Way To Cool Quantum Computers Using Noise (sciencedaily.com) 7

Slashdot reader alternative_right writes: Quantum computers need extreme cold to work, but the very systems that keep them cold also create noise that can destroy fragile quantum information. Scientists in Sweden have now flipped that problem on its head by building a tiny quantum refrigerator that actually uses noise to drive cooling instead of fighting it. By carefully steering heat at unimaginably small scales, the device can act as a refrigerator, heat engine, or energy amplifier inside quantum circuits.

Comment Re:Question (Score 1) 20

retains access to the AI startup's technology until 2032, including models that achieve AGI

Exactly how do they envision an autocomplete gaining sentience?

It hasn't been "autocomplete" in a long time. Sure, there's a training step based on a corpus of Human language, and the autoregressive process outputs a single token at a time, but reinforcement learning trains specific behaviors beyond merely completing a sentence.

Besides, the best way to write something indistinguishable from what a Human might write is to, well, "think" like a Human.

Comment Will we finally learn our lesson? (Score 1) 32

Are we, as a sapient species facing an uncertain prospect of continuence in a world full of rapidly-advancing bullshit going to learn from this catastrophic and absurdly predictable failure of information security, personal and professional ethics, civilian government, market economics, basic common sense, and consumer psychology?

Eight-Ball-Based-On-Cursory-Reading-Of-Literally-Any-Slice-of-Human-History says "no".

What do you say, and why is it also "no"?
Privacy

Manufacturer Remotely Bricks Smart Vacuum After Its Owner Blocked It From Collecting Data (tomshardware.com) 123

"An engineer got curious about how his iLife A11 smart vacuum worked and monitored the network traffic coming from the device," writes Tom's Hardware.

"That's when he noticed it was constantly sending logs and telemetry data to the manufacturer — something he hadn't consented to." The user, Harishankar, decided to block the telemetry servers' IP addresses on his network, while keeping the firmware and OTA servers open. While his smart gadget worked for a while, it just refused to turn on soon after... He sent it to the service center multiple times, wherein the technicians would turn it on and see nothing wrong with the vacuum. When they returned it to him, it would work for a few days and then fail to boot again... [H]e decided to disassemble the thing to determine what killed it and to see if he could get it working again...

[He discovered] a GD32F103 microcontroller to manage its plethora of sensors, including Lidar, gyroscopes, and encoders. He created PCB connectors and wrote Python scripts to control them with a computer, presumably to test each piece individually and identify what went wrong. From there, he built a Raspberry Pi joystick to manually drive the vacuum, proving that there was nothing wrong with the hardware. From this, he looked at its software and operating system, and that's where he discovered the dark truth: his smart vacuum was a security nightmare and a black hole for his personal data.

First of all, it's Android Debug Bridge, which gives him full root access to the vacuum, wasn't protected by any kind of password or encryption. The manufacturer added a makeshift security protocol by omitting a crucial file, which caused it to disconnect soon after booting, but Harishankar easily bypassed it. He then discovered that it used Google Cartographer to build a live 3D map of his home. This isn't unusual, by far. After all, it's a smart vacuum, and it needs that data to navigate around his home. However, the concerning thing is that it was sending off all this data to the manufacturer's server. It makes sense for the device to send this data to the manufacturer, as its onboard SoC is nowhere near powerful enough to process all that data. However, it seems that iLife did not clear this with its customers.

Furthermore, the engineer made one disturbing discovery — deep in the logs of his non-functioning smart vacuum, he found a command with a timestamp that matched exactly the time the gadget stopped working. This was clearly a kill command, and after he reversed it and rebooted the appliance, it roared back to life.

Thanks to long-time Slashdot reader registrations_suck for sharing the article.

Submission + - Python Software Foundation refuses $1.5 million grant with anti DEI provision. (blogspot.com) 1

Jeremy Allison - Sam writes: The PSF has withdrawn a $1.5 million proposal to US government grant program.

"We became concerned, however, when we were presented with the terms and conditions we would be required to agree to if we accepted the grant. These terms included affirming the statement that we “do not, and will not during the term of this financial assistance award, operate any programs that advance or promote DEI, or discriminatory equity ideology in violation of Federal anti-discrimination laws.”

Comment To note: This is individual-specific. (Score 1) 112

This study found that *on average*, a majority of PHEV drivers in _Europe_ don't both plugging them in, making them no better than a "conventional non-plug-in" hybrid.

But as an individual PHEV owner, you can make it far better than this study says - simply by plugging in whenever possible.

I got a PHEV (the BMW i3, what BMW officially called "an electric vehicle with range extender) as my "entry into electric vehicles" - and in four years of ownership, I used maybe ten gallons of gasoline. And I'd say half of that was "burning it up just so it doesn't go stale". It prepared me to fully commit to battery-electric-only with my next vehicle.

EU

New Large Coral Reef Discovered Off Naples Containing Rare Ancient Corals (independent.co.uk) 13

Off the southwest cost of Italy, a remotely operated submarine made "a significant and rare discovery," reports the Independent — a vast white coral reef that was 80 metres tall (262 feet) and 2 metres wide (6.56 feet) "containing important species and fossil traces." Often dubbed the "rainforests of the sea", coral reefs are of immense scientific interest due to their status as some of the planet's richest marine ecosystems, harbouring millions of species. They play a crucial role in sustaining marine life but are currently under considerable threat...

hese impressive formations are composed of deep-water hard corals, commonly referred to as "white corals" because of their lack of colour, specifically identified as Lophelia pertusa and Madrepora oculata species. The reef also contains black corals, solitary corals, sponges, and other ecologically important species, as well as fossil traces of oysters and ancient corals, the Italian Research Council said. It called them "true geological testimonies of a distant past."

Mission leader Giorgio Castellan said the finding was "exceptional for Italian seas: bioconstructions of this kind, and of such magnitude, had never been observed in the Dohrn Canyon, and are rarely seen elsewhere in our Mediterranean". The discovery will help scientists understand the ecological role of deep coral habitats and their distribution, especially in the context of conservation and restoration efforts, he added.

The undersea research was funded by the EU.

Thanks to davidone (Slashdot reader #12,252) for sharing the article.

Comment Re:Yet another delaying tactic? (Score 2) 34

Yep. They're always saying solid state batteries are 2-3 years away.

Sure, when solid state actually does happen (and I expect it will) it will be a game changer for EVs.

But Toyota just keeps postponing doing anything serious with EVs because they keep claiming this is right around the corner.

Wasn't the 2025 Prius supposed to use solid state batteries?

Comment Not buying any smart-home that aren't local-use. (Score 1) 92

Specifically cross-platform, not vendor-app or vendor-cloud dependent.

I still have some Hue bulbs, and a few WiFi bulbs that are dependent on vendor lock-in that I'll be replacing when they go out.

Any newer devices are Matter/Thread compatible. Local control, no vendor lock-in.

Comment Not a "senior coder", I use it "sometimes." (Score 1) 57

The big thing for me is that AI doesn't "write the code I put in production" - it provides guidance on techniques to use, or solves bugs I have written.

The same as StackOverflow for me. Just more personalized to my exact situation.

"I'm writing a shell script to ssh into a remote system and run some commands, I have to use some environment variables defined locally on the system I'm executing the script on, and other environment variables that are defined on the remote system I'm connecting to, and I can't remember how to escape things properly to pass through correctly." I can just feed an LLM my exact command that isn't working right, and ask it to rewrite it. It takes 2-3 further prompts ("That produced this error message, please try again") but it generally bug fixes it.

Or "I need a python script to integrate this company's API, as documented on this url with this other thing, and do this task, what would be a good sample?" I don't take it exactly as it spits it out, but use it as a basis for my own code.

I would say that in the last four years of using LLMs to assist, maybe 10% of my actual deployed code is "directly from an LLM, because it produced clearly functional code" - usually only short snippets. One short function in a Python script, for example. Maybe another 20% was "came from an LLM prompt, then heavily rewritten, because I didn't want to feed potentially proprietary data into the LLM."

Slashdot Top Deals

BLISS is ignorance.

Working...