AI advancements, passport leak, and CERN shutdown
Claude Code is steganographically marking requests
A developer inspecting Claude Code for privacy reasons discovered that the tool secretly embeds hidden steganographic markers within its system prompts. These undisclosed tags are dynamically generated based on the API base URL and timezone, raising concerns about hidden tracking in AI coding assistants.
CommentsClaude Sonnet 5
Claude Sonnet 5 has been released as the most agentic model in the Sonnet lineup to date. The new iteration delivers top-tier intelligence specifically optimized for complex coding tasks and everyday professional workflows. This launch significantly advances autonomous capabilities for developers and everyday users alike.
CommentsBuilding a custom octocopter from scratch with no prior hardware experience
A maker with no prior hardware experience has successfully built a custom octocopter from scratch, utilizing a reinforcement learning controller that sustains flight even during motor failures. The creator has documented the entire project in a detailed build log for readers to follow.
CommentsClaude Science
Claude Science is a new AI workbench that automates data analysis and pipeline assembly for scientific research. By tracing every step of the process like a skilled scientist, the platform allows researchers to spend less time on technical integration and more time on the science.
CommentsLongCat-2.0, a large-scale MoE model with 1.6T total and 48B Active
LongCat-2.0 is a new large-scale Mixture of Experts model featuring 1.6 trillion total parameters and 48 billion active parameters. Notably, the entire training process for this massive artificial intelligence system was successfully completed using domestically produced chips.
CommentsNano Banana 2 Lite
Google DeepMind has introduced the Nano Banana 2 Lite, adding to its growing lineup of artificial intelligence models and tools. Specific details about the project's capabilities and intended applications have not yet been revealed.
CommentsOpen Source Low Tech
The concept of open source low tech emphasizes appropriate technologies that allow communities to build and repair their own tools using locally available scrap materials. By focusing on self-sufficiency and practical manufacturing, this approach aims to empower developing regions rather than creating dependency through traditional imported aid. Ultimately, it advocates for teaching people how to fabricate their own solutions to foster long-term local independence and resilience.
CommentsCERN bids farewell to the LHC and enters Long Shutdown 3
As CERN initiates the third long shutdown of the Large Hadron Collider for major upgrades, visitors and former physicists are reflecting on the monumental scale of the engineering feat. The closure has also prompted candid discussions among former insiders regarding the current state of particle physics, with some criticizing the field for producing repetitive and low-impact research. Additionally, these insiders are debating the validity of prominent critics like Sabine Hossenfelder, who question the scientific return on massive public investments in the field.
Comments30-year sentence for transporting zines is a five-alarm fire for free speech
Daniel Sanchez Estrada has been sentenced to 30 years in prison for transporting a box of pamphlets, raising severe concerns among free speech advocates. Critics warn that this extreme punishment sets a dangerous precedent for the criminalization of information possession and distribution.
CommentsHow does a pull-back car work? Illustrated teardown
A recent illustrated teardown explores the hidden mechanical engineering inside a standard pull-back toy car. The visual guide breaks down the internal spring and gear systems, demonstrating how basic physics is leveraged to store and release kinetic energy.
CommentsLeanstral 1.5
Leanstral 1.5 is an updated AI model optimized for Lean 4 formal proof engineering, automated theorem proving, and autoformalization. The system efficiently handles complex mathematical tasks by utilizing 6.5 billion active parameters out of a total of 119 billion.
CommentsEuropean digital ID wallets rely on safety services of Google and Apple
European governments are introducing digital identity wallets to allow citizens to access public services and verify their age online. However, a major issue with this rollout is its heavy reliance on the safety services provided by Google and Apple.
CommentsI built a mmWave material classification radar (2025)
A developer has built a millimeter-wave radar system capable of classifying building materials, offering a potential non-destructive method for detecting hazardous substances like asbestos concealed within walls. By penetrating surfaces to identify hidden materials, the device eliminates the need for destructive physical testing. This innovation has sparked broader community interest in mmWave radar, highlighting its diverse applications ranging from DIY home presence detection to advanced imaging and airport security scanning.
CommentsOne million passports leaked online
A security lapse at Cannabis Club Systems, also known as Nefos Solutions, has potentially exposed over one million passports and photo IDs on the public web. The company left the highly sensitive identification documents completely unsecured online, putting countless users at risk of identity theft.
CommentsKnoppix
Readers are sharing fond memories of the Knoppix Linux Live CD, recalling the pioneering distribution as a vital gateway into open-source operating systems during their youth. Many users relied on the bootable disc to safely explore programming and system tinkering without the risk of damaging their family's Windows partitions, highlighting its lasting impact on a generation of early tech enthusiasts.
CommentsMemory Safe Context Switching
A recent discussion on memory-safe context switching explores the inherent safety risks and stack corruption vulnerabilities of using setjmp and longjmp in C. To overcome the language's rigid pointer model and enable safe stack relocation, developers propose workarounds like copying stack frames or strictly restoring continuations to their original memory addresses. The conversation also highlights a trend toward bypassing heavy system calls like ucontext in favor of highly optimized, custom assembly-based fiber libraries for more efficient context switching.
CommentsI ported Kubernetes to the browser
A developer has successfully ported Kubernetes to run entirely within a web browser. This ambitious project was completed in just two months, utilizing large language models to generate nearly 100,000 lines of high-quality code.
CommentsHave you restarted your computer this week?
The author reflects on the nostalgic habit of restarting a Mac on Saturday mornings to create a clean slate for the weekend. Even though modern computers rarely require frequent reboots, the author continues the practice simply for the refreshing feeling it provides.
CommentsTokyo has only two barley tea makers, we visited one to see how mugicha is made
As the weather heats up, a recent article visits one of Tokyo's only two remaining barley tea makers to explore the production of mugicha. The piece details the traditional process behind creating the popular summer beverage while highlighting the rarity of this specialized local craft.
CommentsMemoirs of Extraordinary Popular Delusions and the Madness of Crowds (1852)
Volunteer archivists have digitized and proofread the classic 1852 text Memoirs of Extraordinary Popular Delusions and the Madness of Crowds, making this foundational study of mass hysteria and financial bubbles available as a free open-access eBook. This digital release offers modern tech and finance enthusiasts a readily accessible historical perspective on the irrational behavior of crowds.
CommentsThe US ambassador had Belgian police stop our reporting
The US ambassador in Belgium used local police to interrupt journalists reporting on a privately funded Freedom 250 celebration organized by American embassies. Reporters were stopped by law enforcement acting on the ambassador's behalf while attempting to cover the event. This incident has sparked immediate backlash from press freedom advocates over the diplomatic suppression of independent journalism.
CommentsLinux for the Sega MegaDrive
Developers have created an open-source port of the Linux operating system for the classic 16-bit Sega MegaDrive console. The new project is called LinuxMD and brings modern open-source software to retro gaming hardware. Enthusiasts and programmers can contribute to its ongoing development by visiting the repository on GitHub.
CommentsExploring PDP-1 Lisp (1960)
A newly published guide explores the foundational history of computer science by detailing the implementation of Lisp on the PDP-1. The tutorial provides a hands-on, practical introduction to programming in this classic language. Readers can follow the instructions to experience the unique computing environment of 1960.
CommentsFrom brain waves to words: a new path to communication without surgery
A new non-invasive brain-computer interface technique leverages machine learning and EEG data to translate brain waves into text without surgery, offering incremental but notable improvements over existing methods. However, the technology has sparked intense debate over neural privacy and corporate data tracking, prompting experts to urge lawmakers to establish strict national regulations before such commercial mind-reading tools become widespread.
CommentsAnte: A new way to blend borrow checking and reference counting
The programming language Ante introduces a novel approach to memory management by blending borrow checking with reference counting to safely allow shared mutability in single-threaded contexts. By enforcing shape stability and strict thread-safety constraints, the language aims to prevent data races and use-after-free errors without relying on exclusive ownership rules. Community discussions highlight potential tradeoffs such as lost compiler optimizations, challenges with recursive analysis, and concerns about its practical utility with complex data structures.
CommentsOld Computer Challenge
The Old Computer Challenge encourages tech enthusiasts to use vintage hardware as their daily drivers, but participants report rising toxicity and transphobia in associated online chat groups. While many users successfully enjoy using legacy machines, some have dropped out due to the hostile environment. This has sparked broader discussions about intolerance and the changing culture within retro tech communities.
CommentsCounty with 37 Data Centers Asks Schools to 'Conserve Electricity'
Henrico County, a major Virginia hub for data centers, anticipates a 25% surge in electricity costs next year. To offset the rising expenses, local officials are urging schools and workers to conserve power by closing blinds and turning off computers.
CommentsStroustrup's Rule (2024)
Bjarne Stroustrup's updated rule for 2024 addresses a core challenge in programming language design regarding the differing needs of novice and expert developers. While beginners require explicit and readable syntax to understand code logic, experienced professionals prefer concise syntax to maximize their workflow efficiency.
CommentsThe labor share of income in the US is at its lowest post-war level
The labor share of income in the United States has fallen to its lowest level in the post-war era. This continued decline, which accelerated following the economic disruptions of the pandemic, mirrors historical shifts in wealth distribution. Researchers are closely analyzing these post-COVID dynamics to understand how worker compensation is increasingly losing ground compared to earlier periods.
CommentsHatari – Online Atari ST/STE/TT/Falcon Emulator
Discussions surrounding the web-based Hatari Atari ST emulator reveal a strong preference among musicians for original hardware due to its precise, jitter-free MIDI timing. While the online emulator provides accessible retro computing, users note its limitations for professional music production compared to highly reliable legacy setups. The conversation also highlights a broader cultural resurgence in deterministic retro computing, alongside mentions of alternative software emulators and desires for dedicated FPGA-based hardware solutions.
Comments














