GNOME Circle Takes Stand Against AI Slop, Resources App Makes It Into GNOME Incubator
GNOME Circle as the initiative for third-party/independent software applications and libraries extending the GNOME desktop ecosystem is taking a stand against AI slop. The GNOME Circle policy has been updated to reject low-effort, vibe coded applications/libraries where the developer is not able to take responsibility for the work⌠â Read more
These nicely lit jet trails are the work of the sunset: https://lyse.isobeef.org/abendhimmel-2026-05-22/
Apple Working To Cram Massive Gemini Model Into iPhone To Power New Siri
Apple is reportedly working to shrink Googleâs Gemini models enough to power parts of a long-delayed AI-enhanced Siri on iPhones. But despite Appleâs best efforts to run the AI locally, âthe iPhoneâs Gemini makeover will lean heavily on Google and Nvidia in the cloud,â reports Ars Technica. That could complicate Appleâs privacy-f ⌠â Read more
@prologic@twtxt.net Oh yeah, same here. đ Letâs all just win the lottery and stop with this damn work thing. đ¤Ł
@movq@www.uninformativ.de All good, Iâm tired too. Work has been burning me out lately đĽľ
itâs âprobabilisticâ not âdeterministicâ
Yep, I know. And when I tell that to people and tell them âif we use AI here, we lose the ability to debug this stuffâ, then all I get is: âBut itâs good enough. We donât need to debug this. Non-deterministic computing has its use cases.â
But that is just not how Iâd like to model/implement our business processes. đ¤ I want something reliable, not âit mostly worksâ.
Itâs one of the reasons in fact Iâve been working on bob so I have a very concrete and strong foundation for how these things work, how they behave and how bad or good they can be. I am on-purpose building bob to be not only a decent coding tool and general task completion tool, but with serious security boundaries, sanitation, auditing and compliance. If Iâm going to succeed at building autoonmous agents that can cope with a wider array of varying inputs (mostly natural language, some structural language) then it needs to be both a) Safe and b) Robust
@prologic@twtxt.net Ahh, I see. Okay, Iâm with you there. On this high level, I can understand how the thing works.
Maybe my wording isnât good. đ¤ Letâs take a real life example from what we do at work.
Thereâs this AI chatbot. It gets support requests from users, so the user says something like âI need access to a particular systemâ. This triggers the bot to ârunâ the instructions stored in a large Markdown file, like âcheck if the user is authorized to do this, then issue the following API requestsâ, and so on. This is essentially like running a little script, except itâs written in natural language (German) and thereâs no âscript interpreterâ but just the AI.
Now, suppose that the AI doesnât quite do what was intended. Thereâs some subtle bug. How do you debug this? How do you find out how the AI came to the âconclusionâ to run step A instead of step B? And how do you find out how exactly you have to change your prompt so this doesnât happen again next time?
If this was an actual script/program instead of AI, you could repeat the request and attach a debugger or throw in some printf() or whatever. How do you do that kind of thing with AI? How do you pinpoint exactly what the problem was?
(Or is this just a stupid idea? Do we have to give up that way of thinking when using AI? Is the era of debuggability over?)
@prologic@twtxt.net Yeah, itâs hard to get my point across here. I tried to address that a few paragraphs down.
Yes, I can tinker with AI techniques on a general level. Thatâs cool but not really my area of interest.
What I certainly canât do is learn how specific AI products work. I canât possibly find out why Claude Code produced that particular line of code. Claude is just a magic box that does something and I have to trust it.
hey, just checking things are working okay over here đ
You can basically think of this as pattern-matching. Iâm very very good at very fast pattern matching and piecing pices of a puzzle together very quickly, sometimes with very little to go on, itâs often gotten me into a lot of trouble at work in my career because I can make a lot of assumptions very very quickly.
@bender@twtxt.net Fine, Let me answer properly and concretely đ
Would you want your children not to learn anything, because âthey have AIâ?
No, children still need to learn. That will never change. What they learn however will over time.
Are you OK with your children using the AI for all of their homework?
Yes, frankly I am. Why? Because much of what we teach them in school is utterly pointless.
For example, learning to read Shakespear never taught me anything useful in my life. I regret much of my school years to be honest.
I leanred to read and write, sure. But I learned Math, Science, Computing and how things work on my own by being very curious.
What sense will it make?
That assumes I answered ânoâ, which I did not. So it all makes perfect sense :D
What kind of future would that bring for them?
This assumes I said âYesâ, which I did :D It will be an itneresting future thatâs for sure. I donât think we can just bury our heads in teh sand and pretend itâs all going to go away, It will not. It will make things very interesting for sure, as weâre already starting to see whatâs possible and whatâs changeing. For example; ordinary people are using these LLM(s) to write their legal suit and defense in courts with varying levels of success.
Even if AI were to become omniscient, what will it be of the human race then?
Iâm not convinced it ever will. In fact, I am not convinced we know how to create true intellience at all.
What would we do?
What would be so different from say an Alien invasion from far superious beings?
What would we do that? Band together and defend humanity?
Serve the AI? Maintain the AI?
That assumes that âAIâ will become intelligent and omniscient, which I donât believe it ever will.
Would we have found the true meaning of life then?
If the meaning of life is to create our own sub-species liken to ourselves, sure, maybe. But is that even a reality? not sure, I doubt it. We barely understand ourselves at the best of times, let alone how our minds works.
To care for AI, Is that it?
How would this be different to caring for a friend, a family member If we could ever truly reate an actual sentient being with real feelings and intelligenace, is there any reason to worry? Could we not be freinds and have mutual goals and form relationships?
@bender@twtxt.net Now thatâs an interesting philosophical viewpoint right there. But this assumes that the âAIâ we seemingly have available to us today is actually telligent, understands and has cognitive reasoning. It does not. All of these LLM models from big-tech companies like Anthropic, OpenAI, Google, Microsoft, Meta and Alibaba are all just very powerful, very large multidimensional neural networks with attention that are very good at statistical probabilities of âwhat comes nextâ. I think we get really upset over the wrong things sometimes. We need to continue to be upset that these 𤏠companies have basically destroyed any meaningful value of the concept of Copyright and Intellectual Property and Works of art. The so-called âAIâ we have today is just a tool. Can you say for certain that the typewriter and the computer ruined our ability to write? Perhaps yes, but we still learn how to do so, likewise, I still think that learning to write code, research, read and write are all valuable skills to learn. Later on once you have the basics, you can defer some of the âtediousâ work to these models, because frankly, theyâre far better at inferencing and pattern matching than you or i will ever be, not because theyâre better at pattern-matching per se, but because they have been trained on a very large corpus and they are much much faster at doing the same basic things we are far superior at.
@prologic@twtxt.net I donât believe you. For example, you are programming something, and you are planning the steps, or you struggle at certain point. Any train of thought, of any kind, has an addressing. âIf I move this here, what will it happen?â. âHmm if weâre to place this logic here, will it do what we need?â. âIf I were to do this, will it work?â âDamn it, you are so stupid, James, how could you miss that?!!â And so on. đ And thatâs just a minor thing.
Trust me, you do. We all do. Even the crazy ones.
Show HN: Open-source private home security camera system (end-to-end encryption)
Hey everyone,
I previously introduced an open source private home security camera in 2024, which uses OpenMLS for end-to-end encryption: https://news.ycombinator.com/item?id=42284412.
It was called Privastead then and itâs now renamed to Secluso.
John Kaczman found my project from here and has been working on it with me over the last year and half. Weâve made a lot of improvements to the software, which w ⌠â Read more
@movq@www.uninformativ.de Iâm very curiousâŚ
What I like about this whole computer stuff is that you can explore how
things work. You can dig through problems and solve them. Nothing is
more satisfying than finally understanding something after you scratched
your head for some hours.
Surely you could do the same with AI? Tinker with how it works, study it, understand it, build your own and realize what it really is (without all the big tech hype)?
Sponsored: Host your next event the RED way at Radisson RED Auckland
Fresh. Energized. Connected. Where work, play and stay come together in bold spaces with a pulse of their own. Whether itâs a strategy session, workshop, team event or networking function, our vibrant venues are designed to spark creativity, collaboration and connection. Packages from $75pp* include catering, high speed Wi-Fi, TV and HDMI connectivity, video conferencing facilities, notepads and pens, plu ⌠â Read more
CachyOS Delivers Lead Over Arch Linux, Pop!_OS & Ubuntu On System76 Thelio Major
The new System76 Thelio Major powered by the AMD Ryzen Threadripper 9000 series and optionally with the Radeon AI PRO R9700 graphics card for an all-open-source AMD Linux stack is a mighty powerful workstation. If desiring even more compute potential out of this high-end desktop/workstation, CachyOS works pretty darn well on this new system with lofty leads over upstream Arch Linux as well as Ubuntu 26.04 LTS and the stock Pop!_OS 24. ⌠â Read more
Show HN: AISlop, a CLI for catching AI generated code smells
Hi, Iâm Kenny, Iâve been building aislop. I starting working on this after using Claude Code, codex and opencode several times and noticing some slops. They arenât syntax and passes most tests, they are patterns like empty catch blocks, useless comments, duplicated helpers, dead code and many more. So I built a tool to scan and check for these patterns and wired it into hooks so after each tool call, the agent checks for the slops.
You can try it out with npx aislop sca ⌠â Read more
This MacBook Privacy Screen Totally Changed How I Work in Public
Iâm one of those people who enjoy on planes and in public spaces in general. But the issue of privacy was always a hurdle. â Read more
TÄiko Critical Minerals posts $8.7m full year loss ahead of planned 2028 mining start
TÄiko Critical Minerals reported a net loss of $8.7 million as it continues work on a planned West Coast mining project north of Greymouth.
The company, which was listed on the New Zealand Exchange (NZX) in March this year, released its preliminary unaudited results for March 31, 2026, on May 29. â Read more
Meta Copies Snapchatâs Homework Again With âPlusâ Features for Instagram and Facebook
Metaâs upcoming Instagram Plus and Facebook Plus subscriptions are the latest example of the company seeing what works elsewhere and mimicking it. â Read more
Microsoft Allegedly Leaked Dutch Civil Servantsâ Data To the US
An anonymous reader quotes a report from Cybernews: The technology giant Microsoft has been accused of leaking the data of civil servants working for the Netherlandsâ regulatory agencies to the US House of Representatives. The civil servants affected by the leak work at the Authority for Consumers and Markets (ACM) and the Dutch Data Protection Autho ⌠â Read more
Of course, @movq@www.uninformativ.de! Most of my points are also included in your list.
First of all, programming is what I really do enjoy the most. So, it doesnât make any sense at all to not do this anymore. âBut you could use your now free time to do something much cooler and more valuable!â, others might reply. Fuck no, I donât want to waste my time with other shit that doesnât fulfill me, why on earth would I want to do that?
All this hallucination reduces quality badly. In my experience, itâs also happening much more rapidly than I expected. Even though developers are still supposed to own and understand whatever has been generated under their name and even be responsible for that, the sad reality is that teammates often blindly trust the AI output. âBut I asked the AI and it told me that $this was impossibleâ, âIâve no idea either, but the AI just generated itâ are responses I get more often. What really makes my angry is when I point out a flaw and suggest an alternative and this is the reaction. It happened several times that just trying it out and seeing it clearly work to proof my point only took me half a minute, but people still did something handwavy else instead.
The learning effect is drastically reduced. The more time I spend on a topic, the better the odds that whatever I learned actually makes it over into long-term memory. Itâs like if a collegue just says âdo it like thatâ or âthis solves your problemâ, but neither explains the why or how. Somehow, people are still convinced that itâs a completely different story when you replace the human counterpart with a computer program in this equation.
Skills are unlearned. Itâs like with automation in general, just much worse. You end up in a state where youâve no clue how anything works under the hood or how to actually find out important information that are needed to solve your problem. Youâre screwed when a process breaks out of the blue. Even though it can become also rather terrible, with classical automation youâre typically still be able to decipher how exactly the thing was supposed to do something.
The energy consumption is sooo high, I absolutely do not want to be a part in burning down our planet. Iâm sure I find (and probably have long found without knowing) other ways to contribute to worsen our climate crisis.
The scraper part is already covered in detail in your list. :-)
Iâm convinced that license and copyright violations are only played down or even refused entirely because companies want to make big money quickly. With the work of others of course. Their double standards are obvious, they still try to actively keep their own stuff secret and out of any training sets. At most for internal use only. Virtually noone in charge is interested in good long-term solutions. Short-term for the win, when disaster eventually strikes, the causers are long gone, the responsibilities in other hands.
Vendor lock-in is something that lots of folks are only realizing very slowly. Itâs completely crazy to me. This drug dealer routine should be well-known by now. Itâs fucking everywhere. Yet, people are always surprised when they found themselves caught in it.
Adding new AI stuff only increases complexity. But complexity is the enemy that everybody should fear and reduce as much as possible. Of course, this is not limited to AI at all. And everywhere I look around, people in charge looooove to make things way more complicated than they ever need to be. Yet, simplicity is the real art and much harder to achieve.
I donât understand why we have to go back full force to the ambiguity of natural languages. This alone should be more than enough to realize what a stupid idea all that is. Linked to that is that the âinstruction setâ is interpreted differently with newer model versions. I mean, is has to be. Why else would somebody want to upgrade in the first place than to get more Powerful⢠Featuresâ˘?
Some people argue that with AI the democratization is empowered. However, in my view, the exact opposite is the case. Models are getting so large that you can basically not run them locally or even train them. So, you have to rely on whatever the vendor offers you and runs for you. In the end, this only gives the owners more power, the multi billionaires. Not exactly what I understand by democratization.
Finally, technology assessments are missing completely. Or they are faked such that mostly only the (questionable) benefits are listed. But all the negative impact is just ignored.
Letâs keep some popcorn around for when this all explodes. :-)
@itsericwoordward@itsericwoodward.com @bender@twtxt.net @prologic@twtxt.net Hahaha, itâs working fine in mine. But I cannot use spaces in the nickname. :-)

[$] Separating memory descriptors from struct page
The kernelâs memory-management subsystem is currently partway through a
multi-year project to replace the page structure (which represents
a page of physical memory) with memory\â¨descriptors. At the 2026 Linux Storage,\â¨Filesystem, Memory Management, and BPF Summit, Vishal Moola ran a
fast-paced session in the memory-management track to describe the current
state of that work and wha ⌠â Read more
New Moms Are Returning to Coding Jobs Radically Reshaped by AI
New mothers working in software development are staring down an AI-pilled workplace they barely recognize. â Read more
Perfect Randomness Realized For the First Time
ETH Zurich researchers say they have generated certified âperfect randomnessâ for the first time by using a quantum Bell-test setup with two entangled superconducting chips connected by a 30-meter cooled link. âIn the long term, this work could play a similar role in digital security as atomic clocks do for timekeeping: a physically certified source of randomness that other syst ⌠â Read more
@prologic@twtxt.net I donât know how to phrase the answer without sounding too bitter. 𤣠Letâs just say, nope, it wonât work.
Cache Aware Scheduling Shows Nice Wins For AMD Zen 5 On PostgreSQL, Valkey, Network Performance
The long-in-development work on Cache Aware Scheduling looks like it will come to a head soon with it looking like Cache Aware Scheduling will land for Linux 7.2. Ahead of the upcoming merge window I ran some fresh benchmarks looking at different areas where this feature is shining. â Read more
Cache Aware Scheduling Shows Nice Wins For AMD Zen 5 On PostgreSQL, Valkey, Network Performance
The long-in-development work on Cache Aware Scheduling looks like it will come to a head soon with it looking like Cache Aware Scheduling will land for Linux 7.2. Ahead of the upcoming merge window I ran some fresh benchmarks looking at different areas where this feature is shining. â Read more
The State Department Really Doesnât Want to Talk About the Office of Remigration
The office was created a year ago and seemingly named for a far-right European plan to expel minorities and immigrants from Western nations. It now works, a source says, with little to no oversight. â Read more
ReactOS Now Running On ARM64 In Experimental Form
ReactOS as the âopen-source Windowsâ project working to implement binary compatibility for computer programs and drivers for Microsoft Windows now has experimental support for running on 64-bit ARM⌠â Read more
Launch HN: Minicor (YC P26) â Windows desktop automations at scale
Hey weâre Faiz and Saheed and we built Minicor so AI companies who need to integrate to desktop systems with no API can quickly build scalable desktop RPAs. Demo: https://www.youtube.com/watch?v=MD0GHZIJ1cw
We were working on non-RPA integrations when a customer promised to sign a deal in 2 days if we could unblock a sale of theirs that involved integrating with a clinicâs Windows based medical record system. We didnât know it at ⌠â Read more
Stenberg: The pressure
Curl maintainer Daniel Stenberg writes about\â¨the stress of keeping up with the current flood of security reports.
This is a never-before seen or experienced pressure on the curl
project and its security team members. An avalanche of high
priority work that trumps all other things in the project that is
primarily mental because we certainly could ignore them all if we
wanted, but we feel a responsibility, we have a conscience and we
are p ⌠â Read more
[$] Better automatic management of transparent huge pages
Huge pages can improve performance by increasing translation lookaside
buffer (TLB) utilization and reducing memory-management overhead.
Transparent huge pages (THPs) are supposed to make huge-page usage,
well, transparent, Nico Pache said at the beginning of his session in the
memory-management track of the 2026 Linux Storage,\â¨Filesystem, Memory Management, and BPF Summit. That transparency has
never worked as well as many wo ⌠â Read more
Intel Working On pmtctl Tool For Linux In Dealing With Platform Telemetry Data
A set if 17 patches were posted today to the Linux kernel mailing list for introducing a new tool in the kernel source tree, pmtctl. This new pmtctl tool is for interfacing with Intel Platform Monitoring Technology⌠â Read more
I Never Liked a Laptop Sleeve Until I Tried the Bellroy Laptop Caddy
This sleeve works overtime to carry so much more than a spare laptop. With all the extra space and pockets, itâs the best laptop companion Iâve ever used. â Read more
Ask HN: Is anyone working at least 4 hours daily on an Apple Vision Pro?
I asked this in 2024 and would love to see the change: https://news.ycombinator.com/item?id=41748125
Comments URL: https://news.ycombinator.com/item?id=48275508
Points: 10
# Comments: 0 â Read more
Sponsored: Science Working for New Zealand
This year marks 100 years since the establishment of the DSIR, a milestone in the history of publicly funded science organisations in Aotearoa New Zealand. Weâre marking the centenary by sharing stories of science working for New Zealand: research that has supported our economy, protected people and cared for the environment for 100 years and counting.
Today, the Public Research Organisations - the Bioeconomy Science Institute, Earth Sciences New Zealand, ⌠â Read more
Use Tiny11 to Rescue a Computer Running Windows 10
If you canâtâor donât want toâupgrade to full Windows 11, consider this lightweight version of Microsoftâs operating system that works on a wide range of computers. â Read more
@prologic@twtxt.net Wow, thanks everyone for the kind words! đ
In answer to @movq@www.uninformativ.de and @bender@twtxt.net: Iâm sorry, itâs just the default camera app on my Samsung Galaxy S23 phone with the âPortraitâ mode turned on. Itâs a trick I learned from my wife, who used to work for a dog daycare and took pics of doggos for their FB page. It works well for humans, too. đ
FreeBSD Foundation Executive Director Tries Daily Driving FreeBSD On Laptop
Phoronix reports on a presentation about trying FreeBSD on modern Framework laptop from last weekâs Open Source Summit hosted by the Linux Foundation:
With FreeBSD having worked on improving its laptop support over the past two years with some big changes and ongoing efforts for making a nice KDE desktop experience on FreeBS ⌠â Read more
FreeBSD Foundation Executive Director Tries Daily Driving FreeBSD On Laptop
With FreeBSD having worked on improving its laptop support over the past two years with some big changes and ongoing efforts for making a nice KDE desktop experience on FreeBSD, FreeBSD Foundationâs Executive Director has been trying to daily drive FreeBSD on laptops⌠â Read more
More Videogames Developers Consider Unionization - Some Spurred By Changes to Remote Work Policies
Developers for several top videogames have joined unions under the Communication Workers of America â including Call of Duty, Fallout, Overwatch, Diablo and World of Warcraft. Last month workers on the online game Magic: The Gathering Arena team announced their own CWA union.
T ⌠â Read more
KernelScript: A Programming Language For Kernel Customization & App Optimizations
Multikernel Technologies Inc has been working on a multi-kernel architecture for the Linux kernel while in addition to that they have been developing KernelScript as a domain-specific language for carrying out Linux kernel customizations and app-specific optimizations⌠â Read more
Boot-Time Wizard Aims To Help Reduce Linux Boot Times
While in the past decade or so Linux desktop/laptop users likely have little to complain about boot times and there hasnât been much emphasis around trying to make boot times even faster on the Linux desktop especially in an era where many systems are always-on and suspend/resume working more reliably these days, boot times are still an important factor in the embedded Linux world. Boot-Time Wizard is one of the new efforts aiming to help embedded Linux makers c ⌠â Read more
What you need to know about VPNs in 2026
The technology is increasingly being used to dodge age and verification checks in Australia. But how does it work, and is it legal? â Read more
Stacked at work â Read more
LinkedIn leadersâ Open to Work book is a pepâtalk for the AI age
Open to Work, the new book from LinkedIn chief executive Ryan Roslansky and chief economic opportunity officer Aneesh Raman, is a quick read with a simple premise: work isnât ending, but it is changing faster than most people can process, and standing still is no longer an option.
Itâs pitched squarely at anxious workers who feel the ground shifting under their feet but donât know what to do next. I ⌠â Read more