Published on May 01, 2026 at 18:00 CEST (UTC+2)
Ask HN: Who is hiring? (May 2026) (34 points by whoishiring)
This is the monthly "Who is hiring?" thread for May 2026, where companies post job openings. The thread includes guidelines for posting, such as including location, remote/onsite status, and avoiding recruiting firms. An example posting from Neon Health shows they are hiring for AI in healthcare roles (Senior Backend Engineer, Product Manager, Account Exec) with remote options and salary ranges.
whohas – Command-line utility for cross-distro, cross-repository package search (19 points by peter_d_sherman)
The article describes whohas, a command-line tool written in Perl that allows users to search across multiple Linux/Unix distribution package repositories simultaneously. It supports distributions like Arch, Debian, Fedora, Ubuntu, and several BSDs, as well as MacPorts and Cygwin. Originally designed for package maintainers to compare package definitions, it is also useful for ordinary users looking to find which distribution offers a particular application.
GhostBox – disposable little machines from the Global Free Tier. (79 points by keepamovin)
GhostBox is a service that provides temporary, disposable virtual machines from a "Global Free Tier" of compute resources (including GitHub Actions runners). Users can spin up a machine, SSH in, run work (e.g., cloning repos, running builds, previewing apps), and then let the machine expire. It is specifically pitched for running AI coding agents in a sandboxed, ephemeral environment without exposing the user's laptop.
Your Website Is Not for You (187 points by pumbaa)
This article argues that websites should be designed for users, not for the company's decision-makers. The author, a developer, explains that founders and marketers often treat the site as personal art rather than a functional tool for visitors. The piece draws a parallel to surgery: patients don't tell surgeons where to cut, so why should non-designers override expert UX decisions?
Running Adobe's 1991 PostScript Interpreter in the Browser (70 points by ingve)
The article details a project called retro-ps that emulates a 1991 HP PostScript Cartridge Plus (based on a Motorola 68000 CPU) in the browser. It runs Adobe's own reference PostScript Level 2 interpreter from the cartridge's ROM, rendering .ps files client-side with no server. The project demonstrates that old code can still be useful, and it provides a demo page where users can drop PostScript files to see them rendered.
Ask HN: Who wants to be hired? (May 2026) (16 points by whoishiring)
This is the companion thread to the hiring post, where individuals seeking work can share their details. The format includes location, willingness to relocate, technologies, and a resume link. An example from a developer in Oregon shows expertise in Vue, React, Ruby on Rails, and AI-augmented workflows, seeking freelance/contract work with 25 years of experience, including a past CTO role.
I'm Peter Roberts, immigration attorney who does work for YC and startups. AMA (23 points by proberts)
Peter Roberts, an immigration attorney who works with Y Combinator and startups, hosts an AMA (Ask Me Anything) on Hacker News. He answers questions about H-1B visas, costs, repayment clauses, and paths to permanent residency. He reminds participants that he cannot provide legal advice on specific cases but can discuss general immigration policies and procedures.
An open letter asking NHS England to keep its code open (30 points by tvararu)
An open letter addressed to NHS England calls for keeping publicly funded code open source. It criticizes NHS technical leadership for hiding repository source code, arguing that openness forces higher quality and aligns with UK government design principles. The letter has collected signatures from software developers, researchers, and clinicians, including notable figures like Cory Doctorow.
Apple accidentally left Claude.md files Apple Support app (287 points by andruby)
A tweet (now deleted or inaccessible) reported that Apple accidentally included Claude.md files in the Apple Support app, implying an integration with Anthropic's Claude AI. The post has high engagement (287 points) but the content is not visible due to JavaScript requirements and possible deletion. The implication is that Apple may be testing or using Claude for AI features in their support app.
Sally McKee, who coined the term "the memory wall", has died (15 points by deater)
This obituary announces the death of Sally McKee, a computer science professor and researcher, at age 61. She is best known for coining the term "memory wall" in a 1994 paper, which highlighted the growing gap between processor speed and memory performance. She held academic positions at several universities and worked at DEC, Microsoft, and Bell Labs, contributing to cybersecurity and computer architecture.
Ephemeral compute for AI agents is becoming a product category – GhostBox’s disposable machines are explicitly designed for coding agents, allowing them to run in isolated, temporary environments. This trend reflects the growing need for sandboxed, short-lived compute resources that let AI agents operate without compromising host security. Implications: AI infrastructure providers should offer similar "agent-friendly" ephemeral VMs, and security teams must manage secrets and logs in such workloads.
AI is driving demand for senior full-stack engineers who can integrate AI tools – In the "Who wants to be hired?" thread, a candidate highlights "AI-augmented workflows" and experience with Claude Code alongside traditional Rails/Vue/React. This signals that hiring managers now expect developers to be proficient in AI-assisted coding and prompt engineering. Action: Companies should update job descriptions to include AI tool proficiency and invest in training existing teams.
Accidental AI integration reveals corporate experimentation – Apple reportedly left Claude.md files in their Support app, suggesting they are testing Anthropic’s Claude for internal or customer-facing AI features. Such leaks indicate that major tech companies are rapidly a/b testing AI models behind the scenes. Implication: Competitors should watch for these signals to infer product roadmaps; regulators may need clearer disclosure rules for AI in consumer apps.
Open-source AI infrastructure faces tension with government funding – The NHS open letter argues that publicly funded code should be open, a principle that directly applies to AI models and training data. As governments invest in AI, the push for openness vs. proprietary advantage will intensify. Action: AI startups receiving public grants should plan for open-source compliance, and advocates should use similar letters to pressure institutions like the NHS to release AI-related code.
Memory wall remains a critical bottleneck for AI workloads – Sally McKee's death reminds us that the "memory wall" concept is as relevant as ever, especially for large-scale AI training and inference. Memory bandwidth and latency continue to limit performance improvements, driving innovations like HBM, CXL, and near-memory computing. Implication: AI hardware startups and cloud providers should prioritize memory-centric architectures (e.g., memory-disaggregated systems) over pure compute scaling.
Hiring through community-driven threads shows AI's role in job matching – The monthly HN hiring threads are manually curated, but the post itself links to third-party AI aggregators (e.g., nthesis.ai) that parse and index job listings. This demonstrates a low-key but effective use of AI for matching candidates with roles. Opportunity: Build specialized AI agents that digest such threads and proactively notify engineers of relevant openings, or help recruiters analyze skill trends from these posts.
AI coding agents require new developer tooling for isolation and cleanup – GhostBox and the mention of "Claude Code" in the candidate's profile underscore that AI coding agents are being treated as first-class development tools. However, they bring risks (code injection, secret leakage, uncontrolled resource usage). Trend: Expect a rise in "agent middleware" that handles session logging, resource quotas, secret injection, and automated cleanup—similar to what GhostBox provides. Startups should build SDKs and platforms for safe agent deployment.
Analysis generated by deepseek-reasoner