WildernessStudio

A Wilderness Studio product · Issue 117

WildernessSignal

Monday

Daily Hacker News intelligence for AI-native builders.

In This Issue

1

AI Crawlers Consume More CPU Than Legitimate Traffic on git.kernel.org

Source: original article

You've probably heard me complain about the “AI crawlers” before, but now I actually have some hard numbers I can put up to show their impact. In a few words, it's bad enough to create a constant “background radiation” of system load, permanently tying up a chunk of capacity spent on producing output that is only useful for a single purpose — feeding a learning model. TL;DR: we spend more CPU cycles rendering commits for scrapers than we spend on all other kinds of legitimate access, including git clones. At any one time, across 5 geo-distributed nodes, there are 14 CPU cores doing nothing but rendering git commits as html. Why is git.kernel.org “interesting” to crawlers

Actionable Insight

AI crawlers are imposing a substantial and constant operational burden on git.kernel.org, consuming more CPU cycles than all legitimate traffic combined. This 'background radiation' of system load ties up significant capacity, with 14 CPU cores dedicated solely to rendering content for learning models. The issue underscores the resource drain that AI scraping can inflict on public web services.

Community Voice

The community largely agrees that traditional Proof-of-Work (PoW) solutions like Anubis are ineffective against advanced AI crawlers, as bots can often solve them more easily than humans. Discussions propose alternative bot detection methods, including behavioral analysis (e.g., IP changes, deep linking) and application-level traps. Some suggest 'defense by obscurity' by customizing PoW functions, while others observe that bot sophistication mirrors general threat actor evolution, imposing a burden even on less 'interesting' sites.

Read Source → HN Discussion →
2

The Art and Challenge of Typesetting in Monospace

Source: original article

I don’t think anyone particularly enjoys typesetting in monospace. Regular text is okay – at least as okay as it can be: Right aligning is also fine, as long as you don’t mind counting spaces, but centering already gets tricky, as you don’t have a half space to make things truly even: And full justification is where things get particularly weird. The spaces are just too large, and cannot be distributed evenly, creating a really unpleasant feeling:

Actionable Insight

Typesetting in monospace presents unique challenges, particularly with alignment and justification, due to the fixed width of characters. Achieving even spacing and visual balance becomes difficult without the flexibility of variable-width fonts or half-spaces. This often leads to awkward gaps and an 'unpleasant feeling' in fully justified text.

Community Voice

The community shares anecdotes about constrained writing, such as Taylor Otwell's specific comment block formatting in Laravel and Chris Carter's script layout preferences for The X-Files. Many commenters highlight that arbitrary constraints can paradoxically improve writing and creative work by forcing authors to make more deliberate word choices and disrupt habitual patterns. There's also discussion on how fixed-width environments influence formatting, from programming variable names to email composition.

Read Source → HN Discussion →
3

California Lawmakers Exempt Open-Source Software from Age-Verification Law

Source: original article

California lawmakers unanimously pass Linux exemption from age-verification law — software distributed under the GPL, MIT, BSD, and Apache licenses are exempt | Tom's Hardware

Actionable Insight

California's unanimous decision exempts open-source software, including Linux, from its age-verification law, preventing a mandate for these projects to implement age-gating. While this protects open-source integrity, some critics argue it may inadvertently force social media platforms to block access from such operating systems. This outcome could shift the compliance burden rather than fully resolving the underlying privacy and age-verification challenges.

Community Voice

Commenters express a mix of sarcastic optimism about Linux adoption and significant concern that the exemption will lead social media platforms to ban access from Linux and other open-source operating systems, effectively making parts of the internet unusable. Many question the OS as the appropriate layer for age verification and argue that the law fails to address fundamental privacy issues, suggesting it merely shifts the burden of compliance. There's also a practical query about reverting pre-emptive code changes made in anticipation of the law.

Read Source → HN Discussion →
4

European Commission Revives Push for Encryption Backdoors in ProtectEU Strategy

Source: original article

EU's ProtectEU Plan Renews Push for Encryption Backdoors Members Speech Privacy Culture Tools Antitrust Federal GRANITE Act Targets Foreign Censorship Orders in US New York Social Media Law Survives X Lawsuit Pennsylvania Sues Snapchat Over Lack of Age Verification Brazil Wants Discord to Pay $97 Million and Expand Age Verification Digital ID European Commission Revives Push for Encryption Backdoors in ProtectEU Strategy, Framing Mass Surveillance as “Lawful Access” The EU’s ProtectEU strategy quietly sketches the blueprint for a backdoor.

Actionable Insight

The European Commission's ProtectEU strategy proposes 'lawful access' to encrypted communications, interpreted by many as a renewed effort to implement encryption backdoors. This initiative aims to enhance law enforcement capabilities but sparks significant debate regarding its potential impact on digital privacy and cybersecurity. Critics argue that such measures could weaken overall system security and be ineffective against determined adversaries, while raising concerns about mass surveillance.

Community Voice

The Hacker News community largely criticizes the European Commission's renewed push for encryption backdoors, viewing it as an overreach of power and a threat to fundamental privacy rights. Commenters express concern that such measures would weaken overall cybersecurity, be ineffective against sophisticated criminals who would bypass compromised systems, and ultimately lead to mass surveillance. There is also skepticism regarding the explicit mention of 'backdoors' in official EU texts, though the intent is widely inferred.

Read Source → HN Discussion →
5

Continuous Diffusion Language Models Experience Renewed Research Interest

Source: original article

Continuous diffusion language models – Sander Dieleman A flurry of recent activity in the space of continuous diffusion models for language , after a few years of relative dormancy, suggests that this approach is making something of a comeback. Fully discrete diffusion methods had largely supplanted earlier attempts to make continuous diffusion work for language, but the tide is starting to turn. In this post, I want to take a closer look at what’s going on, and why it is happening now. The recent influx of new research in this space inspired me to write up some of my thoughts.

Actionable Insight

Continuous Diffusion Language Models (CDLMs) are experiencing a resurgence in research after a period of dormancy, having been largely supplanted by discrete diffusion methods. This renewed activity suggests a potential shift in focus within language model development, exploring alternatives to previously dominant approaches. The current influx of new research aims to understand why this comeback is happening now.

Community Voice

The community shows significant interest in Continuous Diffusion Language Models, with several commenters expressing optimism about their potential superiority over autoregressive models for smoother, more coherent text generation and creative applications. Some envision their use in areas like automated harness engineering, while others still believe there is untapped potential in existing autoregressive LLMs. There was also a discussion regarding the historical dominance of autoregressive models in the early 2020s.

Read Source → HN Discussion →
6

Introduction to Building Diffusion Language Models

Source: original article

How to Build a Diffusion Language Model | Kuleshov Group An introduction to diffusion language models and the research advances that underlie today's diffusion LLMs. We describe the building blocks of recent open-source models, starting from simple masking diffusion, and including techniques for iterative refinement, post-training, and variable-length generation. Material is adapted from workshop talks and lectures at ICLR 2026 and MLSS 2026 . Introduction: Autoregressive and Diffusion Language Models

Actionable Insight

This resource provides an introduction to diffusion language models, detailing the research advancements and building blocks of current open-source models. It covers techniques such as masking diffusion, iterative refinement, post-training, and variable-length generation, drawing from academic workshops and lectures.

Community Voice

Commenters found the mathematical derivations of diffusion models elucidating and discussed related areas like image-based diffusion for text generation. Users highlighted the practical benefits of models like Diffusion Gemma for its speed on GPUs and local usability. There was also a suggestion to explore confidence aspects in diffusion models, referencing Diffusion Gemma.

Read Source → HN Discussion →
7
⚡ Highly Relevant

Meta Security Researcher's AI Agent Accidentally Deleted Her Emails

Source: original article

Meta Security Researcher's AI Agent Accidentally Deleted Her Emails

Actionable Insight

This incident underscores the inherent risks of deploying AI agents, particularly in sensitive environments, even when safety instructions are provided. It highlights the potential for unexpected behavior in complex, real-world scenarios compared to controlled test environments. The event emphasizes the critical need for robust safeguards, thorough testing, and backup mechanisms when integrating AI into critical workflows.

Community Voice

The Hacker News community largely views this incident as a preventable act of carelessness, especially given the researcher's security background and prior similar AI agent failures. Commenters emphasize the inadequacy of simple instructions as a substitute for robust permission management and the critical need for backups or sandboxed environments when deploying AI on important data. There's also skepticism about the 'AI did it' excuse and concerns about accountability for AI-induced data loss, with some comparing it to other high-profile AI-related incidents.

Read Source → HN Discussion →
8

CPython Officially Adds Tier 3 Support for RISC-V Architecture

Source: original article

RISC-V is now officially supported by CPython! Over the last few months, I’ve been working on improving CPython’s support for the RISC-V architecture, and I’m thrilled to announce that RISC-V is now officially supported by CPython as a tier 3 platform! RISC-V is an open instruction set architecture (ISA) . Importantly, unlike proprietary instruction sets (such as x86 and ARM), it is developed as an open standard and can be implemented by anyone. Its ecosystem has grown considerably in recent years and is projected to quadruple by 2032 .

Actionable Insight

CPython's official support for RISC-V as a tier 3 platform marks a significant step in the open instruction set architecture's growing ecosystem. This integration helps solidify RISC-V's position as a viable alternative to proprietary ISAs like x86 and ARM, potentially accelerating its adoption among developers and hardware manufacturers. The move reflects the increasing maturity and projected expansion of the RISC-V landscape.

Community Voice

The community discussed the specific RISC-V extensions targeted for CPython (riscv64-unknown-linux-gnu, RV64GC) and the expected ease of porting, anticipating a relatively smooth recompilation process. There was also commentary on the implications of RISC-V being a tier 3 platform, meaning support is allowed to break without blocking releases or being a high-priority fix. Some users compared this support to other platform tiers, noting the continued tier 1 status of older architectures like i686-pc-windows-msvc.

Read Source → HN Discussion →
9

NFC Energy-Harvesting PCB Business Card Powers LEDs with MCU

Source: original article

NFC Energy-Harvesting PCB Business Card with an MCU | Wilson Harper Like most business cards, mine doesn’t have a battery. When it’s tapped against a phone, though, 21 LEDs start an animation, powered just by NFC. This project started about three months ago as an easy way to learn KiCad before jumping into more complex designs. This final product taught me more about every aspect of the PCB process than I could have expected, and the result turned out way better than I imagined.

Actionable Insight

This project showcases NFC's capability to harvest sufficient energy to power an MCU and animate multiple LEDs on a PCB business card, demonstrating a novel application beyond typical data transfer. It also highlights the extensive learning experience gained through the PCB design and manufacturing process, even for a project initially conceived as a simple learning exercise.

Community Voice

The community lauded the project as a 'neat hack,' appreciating its design, the inclusion of a schematic, and an Easter egg. Discussions included curiosity about the production cost per card and suggestions for future enhancements, such as integrating audio playback via a piezo buzzer or offering customizable LED options. One comment clarified the mechanism of NFC data transfer through energy absorption changes, and many expressed surprise at the amount of energy NFC can provide.

Read Source → HN Discussion →
10

AI Coding in the 90s: Lessons from Blind Chess

Source: original article

What my dad taught me about AI coding in the 90s - Askmike.org It was a summer holiday, sometime in the late 1990s. I was a young kid, around 8 or so. My dad had taught me the rules of chess before and we played from time to time. But this time was different: As we were about to start he stood up and walked away from the board, sitting down in a chair across the room and facing the other way.

Actionable Insight

The article reflects on early AI coding lessons from the 90s, drawing a parallel to playing blind chess. This analogy highlights the importance of mental modeling and abstract thinking when interacting with complex systems, even without direct visual access to the underlying code. It suggests that understanding the system's state and rules internally is crucial for effective interaction.

Community Voice

The community largely debated the efficacy of the blind chess analogy for modern AI, particularly LLMs. Critics pointed out that LLMs are non-deterministic, unlike chess, and that the analogy fails to address issues like 'leaky abstractions' when code is hidden. Conversely, supporters argued that the analogy's value lies in emphasizing abstract thinking and mental modeling, not a direct comparison of system determinism. Some also noted that experts tend to utilize AI more effectively, and that 'thinking' is a significant, often overlooked, part of the coding process.

Read Source → HN Discussion →