Vibe HN: Saturday Jul 5th

6 days ago.

   Next →

News

OBBB signed: Reinstates immediate expensing for U.S.-based R&D (kbkg.com | comments) The One Big Beautiful Bill Act has been signed, reinstating immediate expense deductions for U.S.-based research and development (R&D). The legislation revives full expensing for bonus depreciation, modifies tax credits related to R&D, and updates cost segregation and energy incentives under specific sections of tax law.

Robots move Shanghai city block [video] (youtube.com | comments) Robots are transforming a city block in Shanghai, showcasing their operational capabilities in urban environments. The initiative focuses on enhancing city services through automation, contributing to the smart city ecosystem and improving efficiency in urban management.

Sleeping beauty Bitcoin wallets wake up after 14 years to the tune of $2B (marketwatch.com | comments) Inactive Bitcoin wallets, dormant for 14 years, have reactivated, resulting in a combined value of approximately $2 billion. These wallets reportedly contain Bitcoin accumulated during the cryptocurrency's early days, raising discussions about the implications of significant dormant assets on the market.

In a milestone for Manhattan, a pair of coyotes has made Central Park their home (smithsonianmag.com | comments) Coyotes have settled in Central Park, marking a significant shift in wildlife presence in Manhattan. Their emergence reflects the resilience of nature amidst urban development and poses challenges for city wildlife management.

Bcachefs may be headed out of the kernel (lwn.net | comments) The bcachefs filesystem's future in the Linux kernel is uncertain following Linus Torvalds' refusal to integrate a recent pull request for the 6.16-rc3 release. Torvalds expressed discomfort with the developer Kent Overstreet's approach to discussions, indicating that they may part ways during the 6.17 merge window.

Ubuntu 25.10 Raises RISC-V Profile Requirements (omgubuntu.co.uk | comments) Ubuntu 25.10 will exclusively support RISC-V hardware that meets the new RVA23 profile specification, marking a significant shift from previous versions. Canonical aims to enhance compatibility and performance with this upgrade, ensuring that only modern hardware configurations can run this latest release.

Culture

The story behind Caesar salad (nationalgeographic.com | comments) Celebrating its 101st anniversary in July 2025, Caesar salad traces its origins to Tijuana, Mexico, diverging from the common myth linking it to Roman history. The article delves into the dish's surprising beginnings, challenging prevailing assumptions about its name and creator.

Opinion

Learn to love the moat of low status (usefulfictions.substack.com | comments) Cate Hall argues that embracing low-status situations can provide unexpected benefits, offering less pain than anticipated. By navigating these experiences, individuals can develop resilience, gain essential insights, and cultivate stronger connections with others outside the success-driven norms.

Nvidia is full of shit (sebin-nyshkim.net | comments) NVIDIA faces backlash following the problematic release of its RTX 50 series, marked by issues such as scalper bots hoarding GPUs, melting power connectors, missing processing units, and deteriorating driver performance. Additionally, the company is reportedly pressuring media outlets to propagate a specific narrative regarding its hardware.

Being too ambitious is a clever form of self-sabotage (maalvika.substack.com | comments) Ambition, often seen as a virtue, can paradoxically lead to self-sabotage. Individuals may set excessively high goals that result in burnout or decreased confidence. Reflecting on attainable targets may lead to better well-being and productivity, suggesting a more balanced approach could be beneficial.

Everything around LLMs is still magical and wishful thinking (dmitriid.com | comments) Discussions around Large Language Models (LLMs) showcase a divide between enthusiasts who consider them groundbreaking and skeptics who question their utility. The article argues that a lack of detailed understanding and quantification of LLM performance contributes to this disparity in perception, reflecting patterns seen in crypto discussions.

How to Incapacitate Google Tag Manager and Why You Should (2022) (backlit.neocities.org | comments) Bob Leggitt argues that Google Tag Manager (GTM) poses significant threats to online privacy by facilitating invasive surveillance practices through its links with Google Analytics. He discusses how GTM obscures unethical tracking while pushing Google’s agenda to circumvent content-blocking. Leggitt advocates for users to incapacitate GTM to reclaim privacy rights.

Serving 200M requests per day with a CGI-bin (jacob.gold | comments) CGI programs, prevalent in the early 2000s for dynamic websites, are still capable of handling 200 million requests daily on modern hardware. These programs, typically in Perl or C, set up environment variables and spawn processes for each request. Benchmarks show CGI can manage over 2400 requests per second on current servers, suggesting its viability despite newer technologies.

Why I left my tech job to work on chronic pain (sailhealth.substack.com | comments) The author reflects on leaving a tech job to focus on chronic pain, transitioning from feeling 'chronically sore' to 'chronically curious' about the complexities of the mind. This change underscores a personal commitment to understanding and addressing chronic pain issues, particularly in the context of mental health.

Developing with GitHub Copilot Agent Mode and MCP (austen.info | comments) The text details the author's use of GitHub Copilot's agent mode along with MCP (Model Control Protocol) to optimize their software development process. The author describes structured approaches for planning, implementation, and testing, suggesting that these techniques enhance their workflow significantly.

The Rise of Whatever (eev.ee | comments) The piece begins with reflections on the decline of fun in computing, previously titled 'I miss when computers were fun.' It notes that this change is linked to historical events impacting technology, specifically discussing the dominance of PayPal in the 2000s for online transactions and the implications of its non-bank status.

Products

Mini NASes marry NVMe to Intel's efficient chip (jeffgeerling.com | comments) Mini Network-Attached Storage (NAS) devices are evolving with the introduction of models featuring Intel's efficient N100/N150 chip and NVMe storage. Notable options include the GMKtec G9, Aiffro K100, and Beelink ME, each with unique characteristics. The G9 has cooling issues, the K100 is compact with enhanced ventilation, while all models share 2.5 Gbps networking.

Show HN: I AI-coded a tower defense game and documented the whole process (github.com/maciej-trebacz | comments) A developer has created a tower defense game using artificial intelligence (AI) programming techniques, thoroughly documenting each step of the development process. This project showcases the integration of AI in game development, emphasizing how AI tools can be leveraged to streamline coding and improve gameplay mechanics.

Is an Intel N100 or N150 a better value than a Raspberry Pi? (jeffgeerling.com | comments) The analysis compares the Intel N100 and N150 mini PCs with the Raspberry Pi 5, revealing that while the Intel models often outperform the Pi in benchmarks, efficiency varies depending on configuration. The article suggests used Intel mini PCs may be more affordable alternatives for those seeking budget-friendly computing options.

WASM Agents: AI agents running in the browser (blog.mozilla.ai | comments) The article presents a method for running AI agents using WebAssembly (WASM) directly in web browsers, eliminating the need for additional installation tools. It addresses barriers to adoption for open-source agents and illustrates how to create executable HTML files for seamless agent operation in online environments.

LooksMapping (looksmapping.com | comments) LooksMapping is an interactive web application utilizing Mapbox for geospatial visualization. It features a responsive design, allowing easy navigation and city assessments, enhanced by retro pixelation effects and various metrics display. Its user interface includes search functionality and a mobile-friendly layout for seamless interaction.

Science

Can Large Language Models Play Text Games Well? (arxiv.org | comments) This technical report evaluates the capabilities of Large Language Models (LLMs) like ChatGPT and GPT-4 in playing text-based games, which require players to engage with the game environment through dialogue. Findings suggest that while ChatGPT performs competitively, it struggles with tasks such as world model construction and inferring game goals, revealing significant limitations.

Writing a Game Boy Emulator in OCaml (linoscope.github.io | comments) The article details the development of CAMLBOY, a Game Boy emulator created using OCaml, designed to run in web browsers. It covers the project's goals, implementation challenges, and optimizations, including the CPU's architecture, integration testing, and JavaScript compilation. The author reflects on their experience with OCaml, noting both strengths and weaknesses.

Context Engineering for Agents (rlancemartin.github.io | comments) Context engineering is crucial for optimizing how agents, particularly those powered by Large Language Models (LLMs), process and utilize context. By managing different types of context—such as instructions, knowledge, and feedback—developers enhance an agent's performance in tasks that require extensive information management. This article categorizes context engineering into strategies like writing, selecting, compressing, and isolating context, addressing challenges such as context poisoning and distraction that arise during long tasks and extensive feedback loops.

Major reversal in ocean circulation detected in the Southern Ocean (csic.es | comments) Recent findings reveal a significant reversal in ocean circulation patterns in the Southern Ocean, which may have substantial climate implications. This change impacts global climate systems and marine ecosystems, prompting further scientific investigation into its long-term effects and potential consequences for climate change.