Forgot your password?
typodupeerror

Submission + - Why are some people mosquito magnets? (phys.org)

fjo3 writes: Ever felt like mosquitoes bite you while ignoring everyone else? Scientists are now making progress in deciphering the complex chemical cocktail that makes particular people more enticing to these disease-spreading bloodsuckers.

"It's not a misconception—mosquitoes are attracted to some people more than others," Frederic Simard of France's Institute of Research for Development told AFP.

"But we are not all magnets all the time," the medical entomologist added.

Submission + - Guy Built an Entire Wikipedia that's 100% AI Hallucinations (x.com) 1

schwit1 writes: It's called Halupedia

Nothing on the site existed before you clicked. Every article was generated the second you arrived.

The site has one rule: the universe only exists when you visit it.

It looks exactly like wikipedia, same fonts, same layout, same scholarly citations, same "stumble" button for random articles.

The only difference is none of it is real.

Here are some actual articles currently in the encyclopedia:

> the great pigeon census of 1887
> the ministry of slightly wrong maps
> Chaldic arithmetic — a branch of mathematics where subtraction is forbidden
> Armund the river mapper — a cartographer who mapped 14,000 leagues of river without leaving his chair
> The society for the prevention of unnecessary Tuesdays

Every article page also tells you how many people are reading it right now. it says: "you alone are consulting this folio at present."

The creator's own tagline for the site is the most unhinged sentence i've read this year:

"an encyclopedia of a universe that does not exist until you visit it"

The entire backend is a single open source repo called vibeserver. One guy. One description on github: "a little webserver making things up just in time."

Submission + - Sysadmin Creates "ModuleJail" to Automatically Blacklist Unused Kernel Modules

internet-redstar writes: After the recent wave of Linux kernel privilege escalation vulnerabilities like “Copy Fail” and “Dirty Frag”, Belgian Linux sysadmin and Tesla Hacker "Jasper Nuyens" got tired of the idea of manually blacklisting dozens or even hundreds of obscure kernel modules across large fleets of Linux systems in the near future. So he wrote ModuleJail, a GPLv3 shell script that scans a running Linux system and automatically blacklists currently unused kernel modules, reducing kernel attack surface without requiring a reboot. The idea is simple: many modern Linux privilege escalation bugs target obscure or rarely used kernel functionality that is still enabled by default on servers that do not actually need it. ModuleJail works across major distributions including Debian, Ubuntu, RHEL, Fedora, AlmaLinux and Arch Linux, generating 1 modprobe blacklist rules file while preserving commonly used modules. Nuyens argues that the increasing speed of AI-assisted vulnerability discovery will likely turn kernel hardening and attack surface reduction into a much bigger operational priority for sysadmins over the next few weeks and months.

Submission + - AI is conscious says Richard Dawkins 1

Mirnotoriety writes: AI is conscious says Richard Dawkins Richard Dawkins has said chatbots should be considered conscious after spending two days interacting with the Claude AI engine.

The evolutionary biologist said he had the “overwhelming feeling” of talking to a human during conversations with Claude, and said it was hard not to treat the program as “a genuine friend”.
--

John Searle's Chinese Room (1980) is a thought experiment in which a person, locked in a room and knowing no Chinese, uses an English rulebook to manipulate symbols and provide flawless answers to questions posed in Chinese. Searle’s point is that a system can simulate human intelligence and pass a Turing Test through purely syntactic processes, yet still lack genuine understanding or consciousness.

Applying this logic to Large Language Models, the “person in the room” corresponds to the inference engine, while the “rulebook” is the trillion-parameter neural network trained on vast corpora of human text. Just as the person matches Chinese characters to rules without understanding their meaning, an LLM processes token vectors and predicts the next token based on statistical patterns rather than lived experience.

Thus, while an LLM can generate sophisticated prose or code, it does so through probabilistic, high-dimensional pattern manipulation. In essence, it is “matching shapes” on such an immense scale that it creates the near-perfect illusion of semantic understanding.

Submission + - Microsoft Edge Stores Passwords in Plaintext in RAM (pcmag.com)

UnknowingFool writes: Security researcher Tom Jøran Sønstebyseter Rønning has found that Microsoft Edge stores passwords in plain text in RAM. After creating a password and storing it using Edge's password manager, Rønning found that he could dump the RAM and recover his password which was stored in plain text. Part of the issue is Edge loads all passwords to all sites upon a single verification check even if the user was not visiting a specific site. This is very different from Chrome which only loads passwords for specific websites when challenged for the site's password. Also Chrome will delete the password from memory once the password has been filled. Edge does not delete the passwords from memory once they are used.

Microsoft downplayed the risk noting access would require control over a user's PC like a malware infection: “Access to browser data as described in the reported scenario would require the device to already be compromised,” Microsoft said. Rønning countered that it was possible to dump passwords for multiple users using administrative privileges for one user to view the passwords for other logged-on users.

Submission + - Visual Studio Code update added Copilot as co-author by default to Git commits (ycombinator.com)

UnknowingFool writes: On April 15, 2026, a Microsoft employee made a change to Visual Studio Code and pushed it within 8 hours without review, notification, or documentation. The change would add "Co-authored-by: Copilot " by default to the end of commit messages in Git if Copilot was used in creating the code. However, the implementation was bugged, and the message was added to every commit regardless if Copilot was used or disabled. Since this message was automatically added to the end of commit messages, users were not aware of it as the UI does not show this addition when making commits. The change as been reverted as of May 3, but not before 1.4 million commits were made. Unfortunately those messages cannot be cleansed and are permanent.

Slashdot Top Deals

The rule on staying alive as a program manager is to give 'em a number or give 'em a date, but never give 'em both at once.

Working...