Learning Software Architecture

To learn software design skills as a researcher physicist, it's essential to understand that software design is best learned by doing and adapting to the social context of the project, rather than following formal rules or guidelines. Key recommendations include practicing, paying attention to boundaries, testing, and Conway's Law, and considering resources such as the Boundaries talk by Gary ...

Screenshots of Old Desktop OSes

http://www.typewritten.org/Media/Thumbs/thn-visi-on-1.0.png
The user provided a large collection of screenshots showcasing various operating systems and graphical user interfaces from the 1980s to the early 2000s, including GEM, OS/2, Windows, and NeXTSTEP. The screenshots demonstrate the evolution of GUIs, highlighting the differences in design, functionality, and performance across various platforms and releases.

EU to crack down on TikTok, Instagram's 'addictive design' targeting kids

https://image.cnbcfm.com/api/v1/image/108282664-17744289501774428948-44799582341-1080pnbcnews.jpg?v=1774428949&w=750&h=422&vtcrop=y
The EU plans to target addictive design features on TikTok and Instagram to protect children from social media harms. The EU Commission may propose a legal measure as early as summer to enforce age verification and stricter regulations on social media platforms.

Postmortem: TanStack NPM supply-chain compromise

https://tanstack.com/images/logos/logo-black.svg
An attacker compromised 42 @tanstack/* npm packages by combining GitHub Actions cache poisoning and runtime memory extraction of an OIDC token, publishing 84 malicious versions on 2026-05-11. The attack was detected within 20 minutes by an external researcher and all affected versions have been deprecated, but users who installed the affected versions are recommended to rotate their credentials.

A HN post with negative points – how?

User clicked on incorrect HN post link, leading to current post with negative points. User is confused about post's negative points and inconsistent point counts across platforms.

They Live (1988) inspired Adblocker

https://raw.githubusercontent.com/davmlaw/they_live_adblocker/main/docs/they-live-billboards.jpg
A fork of uBlock Origin Lite, uBOLite_theylive, replaces cosmetic-blocked ads with white tiles bearing They Live slogans. It requires manual installation and configuration in Chromium-based browsers.

If AI writes your code, why use Python?

https://miro.medium.com/v2/resize:fit:700/1*xhqxJyee2OyVxUmQF35RBw.png
AI has improved significantly in writing systems languages like Rust, Go, and Swift, making them easier to use. This shift changes the constraints of software development, favoring languages that are easiest for agents, not humans.

Chasing Chicago's movable bridges (2014)

https://aresluna.org/images/seesaws-for-giants/ogimage.png
The author visited Chicago to witness the city's movable bridges in action, specifically the bascule bridges that open and close to allow boats to pass. They followed the bridges with a friend, an employee of the Chicago Architecture Foundation, and even got to control a bridge from a tower.

Text Blaze (YC W21) Is Hiring for a No-AI Summer Internship

https://bookface-images.s3.amazonaws.com/small_logos/3155ba3b687741c19a97719f6f226e3e148c98f5.png
We're offering a "No AI Summer" internship for junior developers to learn full-stack engineering without AI tools, focusing on JavaScript, React, and GCP. The internship aims to develop critical thinking and problem-solving skills in a challenging environment with a small team.

Optimize for change not application performance

https://www.echooff.dev/_astro/header-01.Ba-LAkLm.jpg
Teams optimize rendering performance by milliseconds, but fear codebase changes. This creates a slower business due to frustration, diverting energy from customer problems.

UCLA discovers first stroke rehabilitation drug to repair brain damage (2025)

https://stemcell.ucla.edu/sites/default/files/styles/landscape_500/public/images/synapses_mid-ai-carmichael-stroke-brain-2025.jpg.jpeg?h=95651f9d&itok=QOcMuBOv
UCLA researchers found a drug called DDL-920 that reproduces the effects of physical stroke rehabilitation in mice. The drug targets a brain cell called a parvalbumin neuron to help recover movement control after stroke.

Don't hijack my mouse pointer

The user is writing a blog post about the importance of traditional mouse pointers in user experience. They believe fancy effects created by vibe-coding are distracting and annoying.

Coursera and Udemy are now one company

https://blog.coursera.org/wp-content/uploads/2026/05/Coursera-and-Udemy-are-now-one-company-creating-the-worlds-most-comprehensive-skills-platform-May-2026-755x395.png
Coursera and Udemy have merged to create a comprehensive skills platform, reaching 290 million learners and 18,000 customers worldwide. The combined platform aims to deliver more choice, value, and innovation for learners and organizations in the AI era.

Rtwatch: Watch videos with friends using WebRTC

https://opengraph.githubassets.com/8c64de0819f7858bbaef542ea78cd60f45d4f366015108cb16e7a293934f5d07/pion/rtwatch
rtwatch allows real-time video synchronization with friends using Pion WebRTC and GStreamer. It stores state on the backend, sending only the current frame to viewers, and requires host networking enabled on macOS.

Extremely Low Frequencies

https://computer.rip/static/img/elf/1.png
The development of submarine communication technology involved overcoming challenges such as seawater blocking radio waves and limited antenna capabilities, leading to the use of long-wave radio and Very Low Frequency (VLF) signals. The Navy's pursuit of Extremely Low Frequency (ELF) signals in the 1960s and 1970s aimed to enable submerged submarines to receive nuclear launch orders, but was ...

Claude Platform on AWS

https://cdn.prod.website-files.com/68a44d4040f98a4adf2207b6/6a0112e18cdd7f0b92d19e40_Hand-BuildingBricks.svg
The Claude Platform on AWS is now generally available, offering full access to Claude features with AWS authentication and billing. It brings native Claude API features to AWS customers with features shipping the same day as the native API.

UnDUNE II

https://img.itch.zone/aW1nLzc5NjgxNjkucG5n/original/yEmHuD.png
The user discusses their demake of the classic game DUNE II, UnDUNE II, which is a strategy-based resource management simulation where three houses fight for control of the planet Dune. The user addresses various issues and feedback from players, including bugs, gameplay mechanics, and feature requests, and provides updates on future updates and releases.

I let AI build a tool to help me figure out what was waking me up at night

https://martin.sh/content/images/size/w1200/2026/05/how-i-find-out-what-wakes-me-up-at-night.jpg
The user built a system to identify and record noise events that wake them up at night using AI tooling, a Raspberry Pi, and a smart home setup, allowing them to pinpoint and address the causes of their sleep disruptions. This project demonstrates how AI tooling has lowered the barrier for personal tooling, enabling the user to tackle small problems that were previously deemed not worth building.

Google says criminal hackers used AI to find a major software flaw

A hacking group used AI to detect a previously unknown bug, posing a threat to digital security. Google thwarted the attack, highlighting concerns over AI's potential impact on cybersecurity.

Profiling.sampling – Statistical Profiler

https://docs.python.org/3.15/_images/tachyon-logo.png
The profiling.sampling module, named Tachyon, provides statistical profiling of Python programs through periodic stack sampling. Tachyon can run scripts directly or attach to any running Python process without requiring code changes or restarts. Because sampling occurs externally to the target process, overhead is virtually zero, making Tachyon suitable for both development and production ...

Software Internals Book Club

You run a global email book club with 2,500 members discussing high-level books on databases, distributed systems, and software performance. The club is open to all and features experienced discussion leaders and text-based discussions via a Google Group.

I hate soldering

https://upload.wikimedia.org/wikipedia/commons/9/90/Schlieren-Soldering-Iron-Heat.jpg
The user dislikes soldering due to health concerns and mess. They want soldering to be replaced by a safer alternative.

Remembering Planet Source Code: Sharing Code Before GitHub Made It Easy

https://www.pietschsoft.com/images/posts/2026/remembering-planet-source-code.png
The author reflects on their early days as a developer, discovering archived code submissions from 20 years ago on PlanetSourceCode.com, a site that helped developers share and learn from each other. The author reminisces about the era before GitHub, when sharing code was more challenging, but still a vital part of the developer community.

Nullsoft, 1997-2004 (2004)

Justin Frankel, founder of Nullsoft, was a rebellious programmer who created popular music tools like Winamp and Gnutella, often challenging the music industry and his corporate parent AOL. He quit AOL and Nullsoft after releasing a private file-sharing system WASTE, which made it difficult for authorities to track copyright infringement.

Boriel BASIC

Boriel BASIC SDK is a Sinclair BASIC-like compiler with enhanced features and integer data types, suitable for ZX-Spectrum development. It includes a library of functions, sample programs, and a community forum for support and bug reporting.

Interaction Models

https://thinkingmachines.ai/blog/interaction-models/thumbnails/ANIMAL_STORY_THUMB.jpg
Researchers at Thinking Machines are developing a new type of AI model called interaction models that can handle real-time conversations and collaboration with humans. These models can perceive and respond to humans in real-time, across multiple modalities such as audio, video, and text, and can be used for a variety of applications including customer service, education, and healthcare.

Show HN: TikTok but for scientific papers

https://andreaturchet.github.io/website/assets/papel-logo.png
Discover, read, and engage with academic papers. AI-powered summaries, quizzes, and a community of researchers — all in one beautiful app.

GitLab announces workforce reduction and end of their CREDIT values

https://res.cloudinary.com/about-gitlab-com/image/upload/f_auto,q_auto,c_lfill/v1776362275/ozbwn9tk0dditpnfddlz.png
GitLab is undergoing a restructuring process to meet the opportunities of the agentic era, including reducing its country footprint by 30%, flattening its organization, and right-sizing roles. The company is reaffirming its Q1 and full year FY27 guidance and will reinvest the majority of savings into accelerating its progress against growth and technological initiatives.

Show HN: A modern Music Player Daemon based on Rockbox firmware

https://raw.githubusercontent.com/tsirysndr/rockbox-zig/master/docs/gpui.png
Rockbox is an open source audio player extended with Rust and Zig, exposing audio engine features through APIs and adding multi-room output via various protocols. It can stream audio to multiple devices and supports various output protocols.

Library for fast mapping of Java records to native memory

https://opengraph.githubassets.com/b2252362dcd3694edb25411681442f49490330ebf6e0e786d3b597f3db35133f/mamba-studio/TypedMemory
TypedMemory is a Java library for working with contiguous off-heap memory through strongly typed views. It provides a type-safe abstraction over memory for systems, interop, graphics, and data-oriented programming.