Published on May 21, 2026 at 18:00 CEST (UTC+2)
Flipper One – we need your help (613 points by sandebert)
Flipper One – we need your help
Flipper Devices announces their new project, Flipper One—a fully open Linux cyberdeck built from scratch with ambitious goals: create the most open ARM computer, push vendors to release closed-source code, and use a co-processor architecture pairing a microcontroller with a CPU. They plan to develop a custom GUI framework and port low-level MCU code. The project is financially and technically challenging, so they are opening up development to the community for help.
Python 3.15: features that didn't make the headlines (185 points by rbanffy)
Python 3.15: features that didn't make the headlines
This article highlights smaller, often overlooked features in the upcoming Python 3.15 release, beyond the major ones like lazy imports and the tachyon profiler. It focuses on Asyncio changes, particularly the ability to gracefully cancel a TaskGroup using a custom exception, which simplifies structured concurrency. The author argues these minor features deserve more attention for their practical impact on everyday Python development.
We're testing new ad formats in Search and expanding our Direct Offers pilot (430 points by sofumel)
We're testing new ad formats in Search and expanding our Direct Offers pilot
Google is integrating Gemini AI into Search to introduce conversational, AI-driven ad experiences. New formats include Conversational Discovery ads, Highlighted Answers, and AI-powered Shopping ads that provide personalized product guidance. The update also expands Direct Offers with native checkout and travel deals, all designed to help brands connect with consumers through real-time, transparent advice.
Michael Keating has died (32 points by speckx)
Michael Keating has died
The actor Michael Keating, best known for playing Vila Restal in the classic British sci-fi series Blake's 7, has passed away at age 79. He began his career in 1966 and performed extensively in theatre across the UK. Big Finish, which produced audio dramas featuring Keating, announced his death, noting his lasting impact on science fiction fandom.
Indexing a year of video locally on a 2021 MacBook with Gemma4-31B (50GB swap) (45 points by asenna)
Indexing a year of video locally on a 2021 MacBook with Gemma4-31B (50GB swap)
A wildlife videographer and software developer describes using Gemma 4, a large language model running locally on an old MacBook, to automatically index a year's worth of raw footage from multiple cameras. By leveraging heavy swap and agentic workflows, they turned an unmanageable archive into searchable, timestamped metadata. The project demonstrates that even older hardware can run capable AI models for real-world data management.
Lost Images from the 1945 Trinity Nuclear Test Restored (121 points by pseudolus)
Lost Images from the 1945 Trinity Nuclear Test Restored
IEEE Spectrum reports on the restoration of previously lost photographs from the first atomic bomb test in 1945. Using modern image-processing techniques (though not explicitly AI), historians and engineers recovered degraded film to reveal new, striking views of the Trinity explosion. The work provides fresh insights into a pivotal moment in nuclear history.
Mounting Git commits as folders with NFS (13 points by pvtmert)
Mounting Git commits as folders with NFS
The author built a tool called git-commit-folders that mounts each git commit as a folder using NFS (instead of FUSE) on macOS. The goal is to give users an intuitive filesystem view of how git commits store snapshots of files. The project is experimental but serves as an educational tool for understanding git internals.
FatGid: FreeBSD 14.x kernel local privilege escalation (43 points by WhyNotHugo)
FatGid: FreeBSD 14.x kernel local privilege escalation
A security researcher discloses a stack buffer overflow in the setcred(2) system call in FreeBSD 14.x (CVE-2026-45250). The bug allows any unprivileged local user to cause a kernel panic or achieve full privilege escalation, including on systems with SMAP/SMEP if ZFS is loaded. The vulnerability was silently fixed in the main branch but not backported, leaving 14.4-RELEASE vulnerable.
Google's Antigravity Bait and Switch (215 points by ssiddharth)
Google's Antigravity Bait and Switch
A developer complains that Google forcibly updated its Antigravity AI coding assistant to a new 2.0 version that replaced the familiar IDE with a single conversational prompt box. The legacy IDE installer was hidden and, when run, still loaded the new chatbot interface. This frustrated users who rely on a predictable plan-review-implement workflow for production code, highlighting a clash between agentic AI and developer tool preferences.
AI is just unauthorised plagiarism at a bigger scale (486 points by speckx)
AI is just unauthorised plagiarism at a bigger scale
The author argues that AI companies train models on copyrighted content without consent, then sell the results without compensating original creators. They share a personal example of AI-generated copycat articles that outranked their own original tutorials in search results, complete with unchanged links. The piece criticizes the ethical and legal foundations of current generative AI practices.
Local AI models are enabling personal-scale data indexing and archival
Article 5 shows that running a 31B-parameter model (Gemma 4) on a 2021 MacBook with 50GB swap is now viable for real-world tasks like indexing a year of video footage. This trend lowers the barrier for individuals to process their own data privately, without cloud dependencies. Implication: Expect more consumer tools offering local AI for photo, video, and document management, raising privacy and autonomy considerations.
AI advertising is becoming conversational and product-advice driven
Google’s integration of Gemini into Search ads (article 3) marks a shift from static keyword ads to real-time, personalized product guidance. Formats like Conversational Discovery ads and AI-powered shopping directly answer user queries. Why it matters: This changes the economics of online advertising, demanding new measurement frameworks and raising concerns about algorithmic persuasion and user data use.
Backlash against AI training on copyrighted content is intensifying
Article 10 (score 486) reflects growing anger from creators who see their work used without consent or compensation, and even see AI-generated copies outranking their originals. This sentiment is driving legal battles and calls for regulatory reform. Actionable takeaway: AI companies must invest in transparent data provenance, opt-in mechanisms, and fair compensation models to avoid systemic trust erosion.
Tension between agentic AI and traditional developer workflows is surfacing
Article 9’s vivid account of Google’s Antigravity update—where a force-upgraded AI coding assistant replaced a familiar IDE with a chatbot—illustrates how aggressive AI product changes can alienate power users. Insight: Developers value predictability and control; agentic “black box” tools may gain adoption for quick tasks but risk backlash when they disrupt established production loops. Tools that offer both modes (guided and manual) will likely win loyalty.
Open-source hardware and software communities are rethinking AI integration
Flipper One (article 1) explicitly aims to build the most open ARM computer, pushing vendors to eliminate binary blobs, while Python 3.15 (article 2) adds thoughtful concurrency features for async programming. Trend: The open-source ecosystem is responding to AI’s dominance by emphasizing transparency, local control, and developer-friendly abstractions—countering proprietary AI stacks.
Security vulnerabilities remain a critical concern even as AI advances
Article 8 (FreeBSD LPE) and the general landscape show that classic software bugs (stack buffer overflows) still enable full system compromise. Why it matters for AI: As AI tools are increasingly used to generate or analyze code, they must be paired with rigorous security practices—both to avoid introducing vulnerabilities and to leverage AI for vulnerability discovery. The bug in setcred(2) being fixed silently without backporting highlights the need for proactive patching discipline.
Analysis generated by deepseek-reasoner