- Published on
Daily Tech News - 2026-09-06
- Authors

- Name
- geeknotes
Open-source momentum met the hard realities of security and control in September 6’s tech news, as developers pushed platforms forward and debated how much autonomy software should have.
The infrastructure story was one of steady reinvention. Debian Code Search removed its last cgo dependency using Go’s new SIMD support, while Linux 7.3-rc2 continued the next kernel’s testing cycle. Asahi Linux shared news on M3 support, and NetBSD and FreeBSD articles highlighted the enduring appeal of alternative operating systems for research and personal computing. Meanwhile, a browser-based Nix playground offered a strikingly accessible route into experimentation: booting Linux in a tab to try packages across different eras.
AI’s shift from conversation to action brought sharper questions about architecture and accountability. The meclaw project presented an agent-building system packaged as a single Rust binary, with SQLite and a sandbox per entity. Alongside discussions distinguishing agents from chatbots, commentary questioned whether frontier labs are conflating AI safety with security. Together, these pieces put the focus on what happens when AI gains tools, permissions and operational responsibilities.
Those concerns had an immediate counterpart in commerce: a reported Magento and Adobe Commerce zero-day was being actively exploited, with no official patch available according to the supplied report.
Project independence provided another connecting thread. Nitter said it would continue following legal advice after X’s takedown demands, while D2 announced fiscal sponsorship through Hack Club. Kadō, an open-source, offline-first habit tracker without accounts or telemetry, offered a smaller example of software built around user control.
Across database tooling, scheduling and quantum-circuit education, the day’s developer coverage reinforced a practical priority: turning ambitious ideas into systems people can understand, operate and trust.
Featured Articles
Debian Code Search: Fast TurboPFor with Go SIMD
Table of contents This August, I accomplished what I wanted for many years: I deleted the last cgo dependency in Debian Code Search! This was made possible by Go’s recently introduced SIMD support, be...
- Keywords: indexes decoded, index decoded, code search, indexbyte implemented, index efficiently, fast index, decoder benchmarks, faster querying, faster decoding, optimized decoder
- Source: michael.stapelberg.ch
Show HN: Agentic OS: one Rust Linux binary, one SQLite and sandbox per entity
Where agents build agents. An agentic build system for agentic systems. Ontology-grounded, auditable, one Rust binary. Start an assistant · Docs · Templates · Examples · Roadmap meclaw is three things...
- Keywords: install meclaw, roadmap meclaw, build agents, build agentic, agents build, agent repository, agentic build, meclaw os, meclaw ai, meclaw library
- Source: github.com
Linux 7.3-rc2 Released Following Another Busy Week
Linux 7.3-rc2 Released Following Another Busy Week After the Linux 7.3 merge window concluded last weekend, today we are up to the Linux 7.3-rc2 test kernel release in working toward the stable v7.3 k...
- Keywords: v7 kernel, busy rc2, rust compiler, delayed rc2, rc1 kernel, rc2 busy, linux rc2, missed linux, kernel release, available kernel
- Source: phoronix.com
Hackers Actively Exploiting Magento and Adobe Commerce 0-Day RCE Vulnerability
A newly discovered zero-day vulnerability in Magento Open Source and Adobe Commerce is being actively exploited by attackers to seize full control of online stores, and there is still no official patc...
- Keywords: vulnerability magento, stores compromised, security release, security patches, compromised store, adobe issued, breached stores, flaw store, sansec stylesmuggler, stylesmuggler deliberately
- Source: cybersecuritynews.com
Research carried out using NetBSD
Research carried out using NetBSD Several groups, organizations, and individuals have conducted research or performed demonstrations utilizing NetBSD as a vehicle. If you have such material that might...
- Keywords: satellite tcp, tcp satellite, netbsd tcp, implemented netbsd, tcp implementations, utilizing netbsd, satellite networks, satellite communication, platform netbsd, availability netbsd
- Source: netbsd.org
Beyond ORMs
Beyond ORMs 05·09·2026 I’ve always been interested in the design of ORMs - I wanted to know how they work, what the different approaches are, and how they can be used. I tried a bunch of different one...
- Keywords: using orm, orms ruby, activerecord orms, design orms, limitations orms, databases ruby, database ruby, orms ability, orms, orm developer
- Source: noteflakes.com
Have the frontier labs mixed up AI safety and security?
Have the frontier labs mixed up AI safety and security? The highly publicised sandbox agent escapes have certainly made news, and I wrote about the issues with sandboxing agents back in January - thou...
- Keywords: ai safety, safety security, sandboxing agents, safety alignment, organisations safety, sandboxing attempts, ai morally, safeguards extent, safeguards, training safety
- Source: martinalderson.com
AI Agents vs Chatbots: Understanding Key Differences and Their Impact
In today’s rapidly advancing technological landscape, the evolution of human-computer interaction methods plays a crucial role. We witness this evolution in the growing discourse around AI technologie...
- Keywords: autonomy chatbots, processes chatbots, chatbots ai, agents chatbots, versus chatbots, chatbots operate, chatbots effectively, augmenting chatbots, chatbots implement, chatbots primarily
- Source: collabnix.com
FlexGanttFX and Quarkus: Dock-Door Scheduling with Server Rollback
Dirk Lemmermann and I have known each other for quite a while. Dirk is active in the German Java community, and we have met at various Java events over the years. He is also the creator of FlexGanttFX...
- Keywords: quarkus planner, planner desktop, mouse commit, flexganttfx jdk, flexganttfx quarkus, planner drag, boardclient proposeschedule, creator flexganttfx, protocol dragging, flexganttfx javafx
- Source: the-main-thread.com
Following legal advice, the Nitter project will continue
Note On 24 August 2026, cease and desist letters were sent by X Corp. demanding a permanent takedown of Nitter instances and the project's repository. UPDATE: Following legal advice, the Nitter projec...
- Keywords: uses twitter, alternative twitter, use twitter, prevents twitter, twitter unofficial, needing twitter, twitter tracking, twitter, twitter prevents, browse twitter
- Source: github.com
NetBSD 11 from scratch
Tags CGD, encryption, freedom, freesoftware, NetBSD, noAI, operating systems, sysadmin, technology, unix In this post I will cover the installation process of the NetBSD operating system, including di...
- Keywords: netbsd os, netbsd installation, netbsd install, installer netbsd, netbsd guide, installation netbsd, netbsd installing, netbsd operating, installing netbsd, install netbsd
- Source: meanmicio.org
I'm teaching an introductory 12 week course on Quantum Oracle Engineering
A Programmer’s Guide to Building the Right Oracle Most quantum speedup claims depend on an oracle that exists only on paper. This course teaches the craft of building practical quantum circuits from s...
- Keywords: oracle quantum, quantum speedup, quantum processor, workloads qpu, payoff qubit, qubit count, bit oracle, qubits, qubits copy, qubit
- Source: shukla.io
Top 6 Online Course to learn from Java 9 to Java 26 in 2026 - Best of Lot
Hello guys, even though Java 15 is available now, many developers are still on Java 8 and not really caught up with changes in Java 9, 10, 11, 12, 13, or Java 14. If you are also in the same boat and...
- Keywords: java online, learn java, learning java, choose java, java courses, courses java, java features, java learning, features java, changes java
- Source: java67.com
Any Nix package, live in your browser
tl;dr Try it at https://trynix.dev. Click hello, or python 3.6.2 from 2017, or two eras of hello at once, or a package that exists in no public cache. A Linux machine boots in the tab and you get a sh...
- Keywords: make nix, nix packages, nix package, produce nix, use nix, containing nix, based nix, nix work, nix simplicity, package nixpkgs
- Source: fzakaria.com
Schemy Lisp En DOS
Schemy LISP en DOS About SLED (Schemy Lisp en DOS) is a purely symbolic LISP (LISt Processor) with functionality (largely) inspired by Scheme. Originally derived from the fantastic Kilo LISP, but redu...
- Keywords: lisp dos, dos sled, symbolic lisp, sled lisp, lisp list, program sled, sled binary, sled executable, dos data, sled code
- Source: sled.neocities.org
AMD Based FreeBSD Desktop Reloaded
My previous AMD Based FreeBSD Desktop is still up and running – it will now be my kids computer … so I needed a new one … but not a bigger one 🙂 I spent way too much time finding new Mini-ITX case for...
- Keywords: amd intel, silverstone sg05, previous amd, amd ryzen, sg05 case, silverstone case, cpu amd4, silverstone sg13, options amd, older amd
- Source: vermaden.wordpress.com
Apache Iceberg Compaction Best Practices
-5b301f10ddcd---4 crawled_date: 2026-09-06T13:03:00.537610+00:00 feed_url: https://itnext.io/feed published: Sun, 06 Sep 2026 12:56:52 GMT
<p><em>A production guide to compaction strategies, para...
- Keywords: iceberg deployments, optimizing iceberg, optimized spark, optimization lakeops, production iceberg, iceberg tables, tuning spark, iceberg production, run iceberg, spark procedures
- Source: itnext.io
Show HN: Kadō – open-source habit tracker, with non-binary habit score, for iOS
A privacy-first habit tracker for iPhone and iPad. Non-binary habit score · Offline-first · Open source (MIT) · No account, no subscription, no telemetry. Kadō is an iOS habit tracker with three commi...
- Keywords: habit tracker, ios habit, habit log, ios tracker, icloud habit, habit overview, privacy habit, tracker iphone, habit score, habit monthly
- Source: github.com
10 Udemy Courses Developers Can Join to Stay Relevant in 2026
Hi there, 2026 is the year the ground keeps shifting. AI has made certain skills obsolete faster than anyone predicted. Companies that were hiring generalist developers a year ago are now specifically...
- Keywords: 2026 ai, developer 2026, skill 2026, 2026 course, 2026 ado, 2026 year, 2026 backend, 2026 aren, 2026, engineer 2026
- Source: reactjava.substack.com
There Gonna Be a Shortage of Everything
There Gonna be a Shortage of Everything 06th September 2026 The past few months have shown a radical escalation of AI capabilities which forces me to change my expectation for the future. Firstly we h...
- Keywords: ai capabilities, ai infrastructure, ai companies, ai things, ai people, ai develop, ai super, benchmark sherlockbench, spent ai, ai
- Source: out-of-hell.xylon.me.uk
Choosing the Right Amazon Cognito Authentication Flow: SRP vs.
-a648dc4ecb66---4 crawled_date: 2026-09-06T21:05:04.693006+00:00 feed_url: https://towardsdev.com/feed published: Sun, 06 Sep 2026 20:36:01 GMT
<h3><strong>Choosing the Right Amazon Cognito Authe...
- Keywords: cognito auth, cognito authentication, authentication decision, authentication flow, cognito admin_initiate_auth, authentication flows, define authentication, authentication broadly, ways authenticate, authentication
- Source: towardsdev.com
Nitter is unarchived and will continue
There was an error while loading. Please reload this page. 1 parent e4aefbc commit 1428b4cCopy full SHA for 1428b4c 2 files changed .github/FUNDING.yml @@ -1,3 +1,4 @@ 1 github: zedeus 2 liberapay: ze...
- Keywords: zedeus nitter, github zedeus, takedown nitter, e4aefbc commit, nitter wiki, nitter instances, nitter, repository 24, commit 1428b4ccopy, nitter note
- Source: github.com
AI, Tools and Transformation
AI, tools and transformation The typical big American company today has hundreds, and perhaps thousands, of different pieces of software. It has giant ‘big iron’ horizontal systems of record like SAP...
- Keywords: ai tools, ai automate, capabilities ai, ai build, ai software, enterprise ai, ai make, tasks automated, ai makes, ai deployment
- Source: ben-evans.com
D2 Is Non-Profit
D2 is non-profit Hello, I'm happy to share the news that D2 is now fiscally sponsored by Hack Club! The project was born and thus far developed as an open-core arm of a for-profit company. The develop...
- Keywords: d2 funded, donate d2, d2 studio, shutting d2, ide d2, rely d2, source d2, plan d2, provide d2, improve d2
- Source: d2lang.com
Asahi Linux on M3
M2: Episode 1 (or, Asahi Linux on M3) It’s been a while since we did a blog post outside of the progress reports, and today’s as good an occasion for one as any; support for M3 series machines has now...
- Keywords: macs m3, linux m3, m3 hardware, supported m3, asahi linux, support m3, supports macs, m3 pro, m3 devices, supported m1
- Source: asahilinux.org
Play GTA III in the Browser
About GTA Vice City Online GTA Vice City Online (Grand Theft Auto: Vice City) brings the legendary open world experience of 1986 Miami directly into your browser. Set in a sprawling, neon-soaked metro...
- Keywords: gta vice, grand theft, vice city, online gta, city criminal, gta, theft auto, criminal underworld, miami city, 1980s miami
- Source: quenq.com
"We Have to Assume That the Internet Will Go Offline in the Next Few Years"
“We Have to Assume That The Internet Will go Offline in the Next Few Years” Set Trending Topics as a preferred source on Google. He was once seen as one of the leading minds in AI development, today h...
- Keywords: ai ceo, ai author, stability ai, cybersecurity hugging, ai smarter, worries ai, economy cybersecurity, account ai, ai bad, ai sovereign
- Source: trendingtopics.eu
Litterbox: Safari Extension for Viewing X Tweets
Launch: Litterbox Let me get you up to speed: Elon Musk took over Twitter and renamed it X and X became a shitty place and Nitter was an alternative X frontend that let you see X content without going...
- Keywords: litterbox safari, link litterbox, litterbox popup, safari extension, launch litterbox, open popups, popup idea, send cookies, links popup, gibber blog
- Source: andadinosaur.com
[email protected]
abd8daf: Every site now serves a read-only JSON docs API — the REST twin of the MCP tools, over the same page snapshot — described by an OpenAPI 3.1 document at /openapi.json. /api/docs/pages.json lis...
- Keywords: mcp search_docs, 404 json, api docs, json docs, pages json, docs api, document openapi, openapi document, docs pages, page json
- Source: useblume.dev
GNOME Sushi gets a GTK4 revamp, new features
Sushi, the spacebar preview utility for Nautilus file manager, has been ported to GTK4 for GNOME 51. For anyone unfamiliar with it, Sushi is like Quick Look on macOS: you highlight a file (image, musi...
- Keywords: spacebar preview, file previews, file preview, sushi spacebar, sushi gnome, preview utility, scaling preview, sushi gtk4, theme sushi, sushi v51
- Source: omgubuntu.co.uk
Making a Python interpreter in 1024 bytes
I build tools for people To feel human, I write code by hand on the weekends. My latest challenge? Make a Python interpreter in 512 1024 bytes of good ole C code. Oh, and no macro shenanigans or libra...
- Keywords: python fizzbuzz, python interpreter, fizzbuzz program, distinctly python, making fizzbuzz, print fizzbuzz, fizzbuzz print, make python, fizz print, print fizz
- Source: austinhenley.com
Joy & Curiosity #98
Here’s the start of Chapter 7, ‘Naive Intervention’, from Antifragile: Consider this need to “do something” through an illustrative example. In the 1930s, 389 children were presented to New York City...
- Keywords: interventionism goodreads, naive interventionism, naive intervention, interventionism, intervention antifragile, intervention, tonsillectomies, recommended tonsillectomies, tonsillectomies remaining, set doctors
- Source: registerspill.thorstenball.com
LAION flags a dataset containing four billion TikTok identifiers and statistics
LAION@laion_ai4 billion tiktok ids with stats - WTF?! 😁 kuben-developer/tiktok-videos-4b · Datasets at Hugging FaceFrom huggingface.co9:43 AM · Sep 6, 202693.2KViews10659541.5K LAION@laion_ai4 billion...
- Keywords: billion tiktok, tiktok videos, laion_ai4 billion, tiktok, developer tiktok, new videos, tiktok ids, 5k laion, videos 4b, 2kviews10659541 5k
- Source: x.com
Research acceleration: The view inside OpenAI
Inside OpenAI, coding agents are reshaping AI research. Explore early data on agent usage, experiment velocity, task complexity, and research acceleration.
- Keywords: ai research, openai coding, coding agents, ai, data agent, openai, agent usage, agents, reshaping ai, agent
- Source: openai.com
A/I shuts down – Stay human
A/I shuts down - Stay human The day we discovered we had been designated a global terrorist organization, we promised that we would try to resist as long as this was possible, that we would not back d...
- Keywords: shutting autistici, collective shutting, shutting soon, shutting, discontinue services, stay human, soon discontinue, shuts stay, stop stay, infrastructure stay
- Source: keepitfree.ai
An Alien Mind
Jakub Pachocki reflects on increasingly capable AI and the challenge of keeping it aligned. He calls for stronger safeguards and international coordination.
- Keywords: jakub pachocki, capable ai, ai, pachocki reflects, increasingly capable, pachocki, jakub, stronger safeguards, ai challenge, coordination
- Source: openai.com
Tinygrad serves a 27 billion parameter Qwen model locally on a Radeon 7900 XTX
the tiny corp on X: "Run python3 -m tinygrad.llm --model qwen3.8:27b --serve --max_context 65536 on your 7900XTX and visit localhost:8000. Added markdown parser, also OpenAI API compatible with pi a...
- Keywords: python3 tinygrad, tinygrad llm, openai api, 7900xtx visit, 7900xtx, parser openai, openai, tinygrad, qwen3, pi opencode
- Source: x.com
Data races and the limits of ThreadSanitizer in C and Go
Data races and the limits of ThreadSanitizer in C and Go Have you ever wondered what a data race is? How a race detector works? If there are bugs in your race detector? We take a look. To gain confide...
- Keywords: implementations race, data race, data races, race detector, race tests, enable race, threaded code, threadsanitizer tsan, concurrency, concurrency mix
- Source: theconsensus.dev
How To: Federated Stars (2024)
With the final PR the first star federation feature will be completely added to Forgejo. You can check out the PR that contains an overview over the new feature: https://codeberg.org/forgejo/forgejo/p...
- Keywords: star federated, star federation, repository star, federated unstar, stars repository, enable federation, org forgejo, repositories federation, federation feature, federate stars
- Source: domaindrivenarchitecture.org
It took a year to ship WebAssembly in Anubis
Making sure you're not a bot! Loading... You are seeing this because the administrator of this website has set up Anubis to protect the server against the scourge of AI companies aggressively scraping...
- Keywords: scraping websites, aggressively scraping, bot loading, anubis uses, scraping, scraping expensive, anubis requires, anubis, anubis protect, makes scraping
- Source: anubis.techaro.lol
OpenAI: We monitor internal coding agents for misalignment
<a href="https://news.ycombinator.com/item?id=49588214">Comments</a>
- Keywords: news ycombinator, href, ycombinator com, ycombinator, href https, 49588214 comments, comments, https news, com item, news
- Source: openai.com