Searching We.Love.Privacy.Club

Twts matching #documentation
Sort by: Newest, Oldest, Most Relevant

Linux Kernel Outlines What Qualifies As A Security Bug, Responsible AI Use
The Linux 7.1 kernel has added new documentation clarifying what qualifies as a security bug and how AI-assisted vulnerability reports should be handled. Phoronix reports: Stemming from the recent influx of security bugs to the Linux kernel as well as an uptick in bug and security reports from discoveries made in full or in pa … ⌘ Read more

⤋ Read More

Linux Kernel Adds Documentation For What Qualifies As A Security Bug, Responsible AI Use
Merged today for the Linux 7.1 kernel is some new documentation surrounding what qualifies as a security bug as well as around responsible use of AI for finding kernel bugs… ⌘ Read more

⤋ Read More

I’m pleased to announce that express-twtkpr (my ExpressJS library for hosting, editing, and posting to a twtxt.txt file) continues to crawl towards a full release with another (pre-alpha) update published to NPM. This update includes a whole new plugin system, and even a (little) more documentation. Check it out, if you dare (and use it at your own risk): https://www.npmjs.com/package/express-twtkpr

And speaking of plugins, here’s where the fun’s at: announcing express-twtkpr-core-plugins, a set of 3 plugins for your TwtKpr install: emojiButton, uploadButton, and postToMastodon. Like express-twtkpr, this set of plugins is still in pre-alpha, and lacks documentation, examples, tests, installation flexibility, or polish (so also use them at your own risk). Other than that, they work great: https://www.npmjs.com/package/express-twtkpr-core-plugins

Image


Image


Image

Stay tuned for more! 🤘

⤋ Read More

Pentagon Begins Releasing New Files On UFOs
The Pentagon has begun releasing new UFO/UAP files through a newly launched public website, starting with 162 documents from agencies including the FBI, State Department, NASA, and others. Officials say more files will be released on a rolling basis. The Associated Press reports: The Pentagon has begun releasing new files on UFOs, saying members of the public can draw their own c … ⌘ Read more

⤋ Read More

VS Code Update Added Copilot As Default Co-Author To Git Commits
Longtime Slashdot reader 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 added “Co-authored-by: Copilot” by default to the end of commit messages in Git when Copilot was used in creating the code. However, the imple … ⌘ Read more

⤋ Read More

ROCm 7.2.3 Brings Minor Updates, ROCm XIO Documentation
Less than one month after releasing ROCm 7.2.2, the ROCm 7.2.3 is now available with some minor improvements to this open-source AMD GPU compute and AI stack… ⌘ Read more

⤋ Read More

Linux File-System Proliferation A Burden: Requirements Laid Out For Any Future File-Systems
The growing number of file-systems within the Linux kernel source tree is causing an ongoing burden for upstream developers maintaining the virtual file-system (VFS) code around it and associated code. As a result of the continuing rise of new file-systems being proposed for the Linux kernel, documentation is being introduced to establish clear guidelines for getting new file-systems accepted into the mainline kernel. … ⌘ Read more

⤋ Read More

French Prosecutors Link 15-Year-Old To Mega-Breach At State’s Secure Document Agency
French prosecutors say police detained a 15-year-old suspected of using the alias “breach3d” in connection with a cyberattack on France Titres (ANTS), the state agency that handles passports, ID cards, and other secure documents. The breach allegedly involved 12 million to 18 million lines of data offered for … ⌘ Read more

⤋ Read More

New Gas-Powered Data Centers Could Emit More Greenhouse Gases Than Entire Nations
An anonymous reader quotes a report from Wired: New gas projects linked to just 11 data center campuses around the US have the potential to create more greenhouse gases than the country of Morocco emitted in 2024. Emissions estimates from air permit documents examined by WIRED show that these natural gas proj … ⌘ Read more

⤋ Read More

France Confirms Data Breach At Government Agency That Manages Citizens’ IDs
An anonymous reader quotes a report from TechCrunch: The French government agency that handles the issuing and management of citizens’ identity documents, including national IDs, passports, and immigration documents, confirmed Wednesday that it experienced a data breach. In an announcement, the Agence Nationale des Titres Secur … ⌘ Read more

⤋ Read More

AMD ROCm 7.2.2 Brings Optimization Guide For Ryzen AI / RDNA 3.5 Hardware
ROCm 7.2.2 is out today as a small point release to this open-source AMD GPU compute stack. There are a few code changes but most notable is arguably on the documentation side… ⌘ Read more

⤋ Read More

Another AI rant:

One of the “key features” of LLMs is that you can use “natural language”, because that is supposed to be easier than having to learn a programming language. So, when someone says to me, “I automated this process using AI!”, what they mean is: They have written a very, very large Markdown document. In this document, they list what the AI is supposed to do.

In prose.

This is a complete disaster.

Programming and programming languages have one crucial property: They follow a well-defined structure and every word has a well-defined meaning. That is absolutely brilliant, because I can read this and I can follow the program in my head. I can build a mental model. I can debug this, down to the precise instructions that the CPU executes. This all follows well-defined patterns that you can reason about.

But with these Markdown files, I am completely lost. We lose all these important properties! No debugging, no reasoning about program flow, nothing. It’s all gone. It’s a magic black box now, literally randomized, that may or may not do what you wanted, in some order.

People now throw these Markdown files at me … and … am I supposed to read this? Why? It’s completely random and fuzzy.

Sadly, these AI tools are good enough to be able to mostly grasp the authors intentions. Hence people don’t see the harm they cause, because “it works”.

We already have a ton of automations like this at work: Tickets get piped through an LLM and these Markdown files / prompts determine what will happen with the ticket, and maybe they trigger additional actions as well, like account creation or granting permissions. All based on fuzzy natural language – that no two humans will ever properly agree on.

Jesus Christ, we’re now INTENTIONALLY bringing the ambiguity of legal texts and lawyers into programming.

Using natural language is NOT easier than using a programming language. It is HARDER. Have you people never read a legal contract? And that stuff can STILL be debated in a court room.

I can’t begin to comprehend why we, tech folks, push this so hard. What is wrong with you? Or me?

(And, once again, we’re ignoring other factors here. LLMs use a ton of energy and ressources, that we don’t have to spare. It’s expensive as fuck. It doesn’t even run locally on our servers, meaning we give all these credentials and permissions to some US company. It’s insane.)

⤋ Read More

Hacker Steals 10 Petabytes of Data From China’s Tianjin Supercomputer Center
An anonymous reader quotes a report from CNN: A hacker has allegedly stolen a massive trove of sensitive data – including highly classified defense documents and missile schematics – from a state-run Chinese supercomputer in what could potentially constitute the largest known heist of data from China. The dataset, which al … ⌘ Read more

⤋ Read More

Redox OS Establishes AI Policy To Forbid Contributions Made Using LLMs
The Rust-based Redox OS open-source operating system provided a status update on all of their interesting development activities during the month of March. In addition to a lot of code improvements, Redox OS also enhanced its documentation as well as added an AI policy to reject any contributions relying on large language models… ⌘ Read more

⤋ Read More

Mesa Granted Permanent Updates Exception For Fedora Linux
It doesn’t change too much in practice with how Mesa updates typically have been handled under Fedora Linux, but now it’s officially documented: Mesa graphics drivers have a permanent updates exception so new Mesa versions can be shipped as updates in Fedora stable releases… ⌘ Read more

⤋ Read More

OpenAI Calls For Robot Taxes, Public Wealth Fund, and 4-Day Workweek To Tackle AI Disruption
OpenAI is proposing (PDF) sweeping policy changes to help manage the societal disruption caused by advanced AI, including taxes on automated labor, a public wealth fund, and experiments with a four-day workweek. The company said the policy document offered a series of “initial ideas” to address … ⌘ Read more

⤋ Read More

Linux 7.0-rc7 Adding More Documentation For AI Tools To Send Better Security Bug Reports
For helping with the increase of AI tools scouring the Linux kernel source tree and sending security bug reports, a pull request sent today ahead of the Linux 7.0-rc7 improves the documentation to better guide AI agents – and anyone reading the documentation – how to send better quality bug reports… ⌘ Read more

⤋ Read More

The Document Foundation Removes Dozens of Collabora Developers
Long-time GNOME/OpenOffice.org/LibreOffice contributor
Michael Meeks is now general manager of Collabora Productivity. And earlier this month he complained when LibreOffice decided to bring back its LibreOffice Online project, as reported by Neowin, which had been inactive since 2022. After the original project went dormant — to which Collabora was a … ⌘ Read more

⤋ Read More

Euro-Office Wants To Replace Google Docs and Microsoft Office
Euro-Office is a new open-source project supported by several European companies that aims to offer a “truly open, transparent and sovereign solution for collaborate document editing,” using OnlyOffice as a starting point. The project is positioned around European digital independence and familiar Office-style editing, though it has already drawn pushback f … ⌘ Read more

⤋ Read More

Iran-Linked Hackers Breach FBI Director’s Personal Email
An anonymous reader quotes a report from Reuters: Iran-linked hackers have broken into FBI Director Kash Patel’s personal email inbox, publishing photographs of the director and other documents to the internet, the hackers and the bureau said on Friday. On their website, the hacker group Handala Hack Team said Patel “will now find his name among the list of succes … ⌘ Read more

⤋ Read More
In-reply-to » I'm happy to report that, earlier today, I published an early version of express-twtkpr: an ExpressJS library that enables hosting (and directly posting to) a twtxt.txt file. It works great (otherwise you wouldn't be able to read this), but it's still in alpha and lacks documentation, examples, tests, installation flexibility, or polish, so please use it at your own risk. Enjoy! https://www.npmjs.com/package/express-twtkpr

@itsericwoodward@itsericwoodward.com hey, link to repository on https://www.npmjs.com/package/express-twtkpr is broken. It points to https://git.itsericwoodward.com/eric/express-twtkp. Looking forward to see more documentation!

⤋ Read More

I’m happy to report that, earlier today, I published an early version of express-twtkpr: an ExpressJS library that enables hosting (and directly posting to) a twtxt.txt file. It works great (otherwise you wouldn’t be able to read this), but it’s still in alpha and lacks documentation, examples, tests, installation flexibility, or polish, so please use it at your own risk. Enjoy! https://www.npmjs.com/package/express-twtkpr

⤋ Read More

systemd 260 Released: mstack, SysV Service Scripts Removed & AI Agents Documentation
Systemd 260 was just released as the newest stable version of this widely-used Linux init system and service manager. Systemd 260 brings yet more features to this critical open-source project and to be incorporated into H1’2026 Linux distributions… ⌘ Read more

⤋ Read More

Should Banksy Remain Anonymous?
He’s “the most famous anonymous man in the world,” suggests Reuters. But investigating Banksy’s artworks in a bombed Ukrainian village (and other clues in the U.K. and Manhattan) have led them to “a hand-written confession by the artist to a long-ago misdemeanor charge of disorderly conduct — a document that revealed, beyond dispute, Banksy’s true identity.”

But Banksy’s long-time lawyer “urged us not to publis … ⌘ Read more

⤋ Read More

AI’s Productivity Boost? Just 16 Minutes Per Week, Claims Study
“A new study suggests the productivity boost from AI may be far smaller than executives claim,” writes Slashdot reader BrianFagioli:

According to research cited in Foxit’s State of Document Intelligence report, while 89% of executives and 79% of end users say AI tools make them feel more productive, the actual time savings shrink dramatically once peo … ⌘ Read more

⤋ Read More

systemd 260-rc3 Released With AI Agents Documentation Added
The first release candidate of systemd 260 arrived in late February with the new mstack feature, dropping System V service scripts support, and other changes. A week after that systemd 260-rc2 released with a few more changes and now another week later is systemd 260-rc3… ⌘ Read more

⤋ Read More

A First for Humanity Confirmed: NASA’s DART Mission Slowed the Asteroid’s Orbit
NASA heralded a new study published Friday documenting a first for humanity — “the first time a human-made object has measurably altered the path of a celestial body around the Sun.”

It was 2022’s DART mission where NASA crashed a spacecraft into an asteroid — and the experiment “could have implications for protectin … ⌘ Read more

⤋ Read More

Solar In Poor Countries Is Creating a Huge Lead Hazard
schwit1 shares a report from Slow Boring: A new report (PDF) from the Center for Global Development documents that most of [the decentralized solar/battery systems used in poor countries in sub-Saharan Africa] use lead-acid batteries, like Americans use in cars. Lead-acid batteries work for a while and then need to be recycled. If they’re recycled safely, that … ⌘ Read more

⤋ Read More

Collabora Clashes With LibreOffice Over Move To Revive LibreOffice Online
Slashdot reader darwinmac writes: The Document Foundation (TDF), the organization behind LibreOffice, has decided to bring back its LibreOffice Online project which been inactive since 2022. Collabora, a company that was a major contributor to the original LibreOffice Online, is not pleased with this development. After the origin … ⌘ Read more

⤋ Read More

‘How Many AIs Does It Take To Read a PDF?’
Despite AI’s progress in building complex software, the ubiquitous PDF remains something of a grand challenge – a format Adobe developed in the early 1990s to preserve the precise visual appearance of documents. PDFs consist of character codes, coordinates, and rendering instructions rather than logically ordered text, and even state-of-the-art models asked to extract information from them wil … ⌘ Read more

⤋ Read More

HR Teams Are Drowning in Slop Grievances
Workplace grievances that once fit in a single email are now ballooning into 30-page documents stuffed with irrelevant historical detail, made-up legal precedents, and citations to laws from the wrong country – and UK employment lawyers say generative AI is the likely culprit. Anna Bond, legal director at Lewis Silkin, says the complaints she now sees sometimes cite Canadian legislation or fabrica … ⌘ Read more

⤋ Read More

Okay, so the funniest thing that has happened at work in the realm of AI so far is this:

So this guy (that holds a certain position of power) wants people to use more AI, meaning people are expected to install a set of AI tools on their laptops. But, of course, he doesn’t want to write proper documentation for this, because that would be silly monkey work, right? So he conjures up some AI prompts that are intended to make the AI agent install all this stuff by itself.

Do you see where this is going? Can you see the punchline?

That’s right! Since none of this AI stuff is deterministic, every setup is different. 🤦‍♀️ Like, 10, 20 systems, all set up a little different and people wonder why this or that doesn’t work as expected.

Okay, it’s not funny.

⤋ Read More

New Raspberry Pi 4 Model Splits RAM Across Dual Chips
The blog OMG Ubuntu reports that a new version of the Raspberry Pi 4 Model B has been (quietly) introduced. “The key difference? It now uses a dual-RAM configuration.”

The Raspberry Pi 4 Model B (PCB 13a) adopts a dual-RAM configuration to ‘improve supply chain flexibility’ and manufacturing efficiency, per a company product change notice document. Earlier versio … ⌘ Read more

⤋ Read More

CIA Has Killed Off The World Factbook After Six Decades
The CIA has shut down The World Factbook, one of its oldest and most recognizable public-facing intelligence publications, ending a run that began as a classified reference document in 1962 and evolved into a freely accessible digital resource that drew millions of views each year.

The agency offered no explanation for the decision. Originally titled The National … ⌘ Read more

⤋ Read More

Why Google’s Android for PC Launch May Be Messy and Controversial
Google’s much-anticipated plan to merge Android and ChromeOS into a single operating system called Aluminium is shaping up to be a drawn-out, complicated transition that could leave existing Chromebook users behind, according to previously unreported court documents in the Google search antitrust case.

The new OS won’t be compatible with all exi … ⌘ Read more

⤋ Read More

US Cyber Defense Chief Uploaded Sensitive Files Into a Public Version of ChatGPT
An anonymous reader quotes a report from Politico: The interim head of the country’s cyber defense agency uploaded sensitive contracting documents into a public version of ChatGPT last summer, triggering multiple automated security warnings that are meant to stop the theft or unintentional disclosure of government m … ⌘ Read more

⤋ Read More

Internal Messages May Doom Meta At Social Media Addiction Trial
An anonymous reader quotes a report from Ars Technica: This week, the first high-profile lawsuit – considered a “bellwether” case that could set meaningful precedent in the hundreds of other complaints – goes to trial. That lawsuit documents the case of a 19-year-old, K.G.M, who hopes the jury will agree that Meta and YouTube caused psychological … ⌘ Read more

⤋ Read More

How Anthropic Built Claude: Buy Books, Slice Spines, Scan Pages, Recycle the Remains
Court documents unsealed last week in a copyright lawsuit against Anthropic reveal that the AI company ran an operation called “Project Panama” to buy millions of physical books, slice off their spines, scan the pages to train its Claude chatbot, and then send the remains to recycling companies.

The company spe … ⌘ Read more

⤋ Read More

ThinkPads On Linux Appear Nearly Ready For Improved Trackpoint Doubletap Handling
Being worked on for a while by Lenovo engineer Vishnu Sankar is nicely handling support for double-tap functionality with TrackPoints on ThinkPads under Linux. The sixth iteration of this enablement work was posted today and is just documentation updates, so it’s looking like this new TrackPoint doubletap code could soon be crossing the threshold for the mainline Linux kernel… ⌘ Read more

⤋ Read More

Linux Kernel Continuity Document Added: What Happens If Torvalds’ Git Repo Goes Away?
Following discussions from the 2025 Linux Maintainer Summit, merged overnight for the Linux 6.19 kernel is documentation concerning the Linux kernel project’s continuity in the event that Linus Torvalds’ official Git repository were to disappear or otherwise be inaccessible for continuing the upstream development of the Linux kernel… ⌘ Read more

⤋ Read More

Anthropic Updates Claude’s ‘Constitution,’ Just In Case Chatbot Has a Consciousness
TechCrunch reports:

On Wednesday, Anthropic released a revised version of Claude’s Constitution, a living document that provides a “holistic” explanation of the “context in which Claude operates and the kind of entity we would like Claude to be….” For years, Anthropic has sought to distinguish itself from its compe … ⌘ Read more

⤋ Read More

Justice Department Opens Criminal Probe Into Silicon Valley Spy Allegations
The U.S. Department of Justice has opened a criminal investigation into Deel over allegations that it recruited a spy inside rival Rippling, according to documents seen by The Wall Street Journal. From the report: An Ireland-based Rippling employee, Keith O’Brien, alleged in an affidavit filed in April that Deel Chief Executi … ⌘ Read more

⤋ Read More

The Microsoft-OpenAI Files
Longtime Slashdot reader theodp writes: GeekWire takes a look at AI’s defining alliance in The Microsoft-OpenAI Files, an epic story drawn from 200+ documents, many made public Friday in Elon Musk’s ongoing suit accusing OpenAI and its CEO Sam Altman of abandoning the nonprofit mission (Microsoft is also a defendant). Musk, who was an OpenAI co-founder, is seeking up to $134 billion in damages. “Previously undisclosed emails, … ⌘ Read more

⤋ Read More

Nvidia Allegedly Sought ‘High-Speed Access’ To Pirated Book Library for AI Training
An expanded class-action lawsuit filed last Friday alleges that a member of Nvidia’s data strategy team directly contacted Anna’s Archive – the sprawling shadow library hosting millions of pirated books – to explore “including Anna’s Archive in pre-training data for our LLMs.”

Internal documents cited in the … ⌘ Read more

⤋ Read More