Hacker News — May 11, 2026

Hacker News Briefing — 2026-05-11

1. Ask HN: What are you working on? (May 2026) (978 comments)

Original post

  • Key idea: Developers shared side projects including a European night train trip recommendation engine, a macOS productivity app called Drawers that organizes apps by project, and a daily puzzle game called Tiled Words.
  • Discussion highlights: The train app focuses on inspirational trip suggestions rather than real-time booking. Drawers integrates with macOS Spaces to isolate project workflows. Tiled Words is introducing user-submitted puzzles and tools.
  • Community sentiment: Positive and supportive, with interest in beta testing and appreciation for indie development efforts. Some noted the niche focus of the train app as a novel alternative to flight-based discovery tools.

2. Hardware Attestation as Monopoly Enabler (707 comments)

Original post

  • Key idea: Remote hardware attestation (e.g., Google Play Integrity) enables corporate control over device functionality, potentially locking out de-Googled or alternative OS users.
  • Discussion highlights: Critics argue this is a social/political issue, not a technical one, requiring public awareness and legislative pushback. Concerns include lack of privacy due to non-anonymous attestation and corporate surveillance via device linking.
  • Community sentiment: Widespread concern about erosion of user sovereignty. Technical critiques focus on the absence of blind signatures and potential for tracking through attestation chains.

3. Local AI needs to be the norm (703 comments)

Original post

  • Key idea: AI should increasingly run on-device using local hardware acceleration, reducing reliance on cloud APIs and enhancing privacy and offline usability.
  • Discussion highlights: On-device AI is already feasible for tasks like speech processing, document search, and coding help. Apple’s Neural Engine and similar silicon are enabling this shift.
  • Community sentiment: Strong agreement on the trend toward local AI, though some note cloud models remain cost-effective for heavy workloads. Emphasis on AI as a tool for augmentation, not replacement.

4. Bun's experimental Rust rewrite hits 99.8% test compatibility on Linux x64 glibc (689 comments)

Original post

  • Key idea: The Bun JavaScript runtime team achieved near-full test compatibility in an experimental Rust rewrite, possibly accelerated by LLMs.
  • Discussion highlights: Debate over whether Rust improves reliability over Zig, especially regarding memory safety. Skepticism about long-term maintainability and understanding of AI-generated code.
  • Community sentiment: Mixed; admiration for technical speed, but concerns about sustainability, team comprehension, and the role of AI in large-scale rewrites.

5. Singapore introduces caning for boys who bully others at school (640 comments)

Original post

  • Key idea: Singapore extends existing school caning policies to include bullying, applying corporal punishment selectively to male students.
  • Discussion highlights: Ethical concerns about physical punishment escalating abuse and normalizing violence. Debate over effectiveness versus root-cause interventions like mentorship.
  • Community sentiment: Predominantly critical, with objections to gender discrimination and systemic abuse of power. Some note Singapore already uses caning, but question its expansion.

6. Software engineering may no longer be a lifetime career (630 comments)

Original post

  • Key idea: AI may disrupt software engineering as a long-term career, especially for those whose roles center on code generation rather than problem-solving.
  • Discussion highlights: Senior engineers argue experience remains valuable when augmented by AI. Concerns about "cognitive debt" from over-reliance on AI and declining critical thinking.
  • Community sentiment: Divided; optimism among experienced devs leveraging AI, pessimism about junior roles and education systems failing to teach reasoning.

7. I returned to AWS and was reminded why I left (622 comments)

Original post

  • Key idea: A developer recounts frustration with AWS’s complexity, cost, and treatment of open source, citing license forks like OpenSearch as exploitative.
  • Discussion highlights: Clarification that AWS forks often followed upstream license changes. Debate over whether AWS targets only enterprise users, neglecting small developers.
  • Community sentiment: Critical of AWS’s open-source practices but divided on complexity—some see it as inevitable for scale, others as misaligned with small teams.

8. Google broke reCAPTCHA for de-googled Android users (580 comments)

Original post

  • Key idea: New reCAPTCHA uses hardware attestation tied to Google-signed OS, blocking devices running GrapheneOS or microG.
  • Discussion highlights: This is seen as leveraging Play Integrity to enforce ecosystem lock-in. Technical analysis shows attestation can link users across services via device IDs.
  • Community sentiment: Strong backlash over anti-competitive behavior. Users report workarounds but fear broader internet exclusion for privacy-focused setups.

9. I'm going back to writing code by hand (567 comments)

Original post

  • Key idea: A developer rejects AI-generated code due to quality issues, advocating for manual coding to preserve architectural integrity.
  • Discussion highlights: AI often produces code that violates design invariants or creates unmaintainable complexity. Readers share rules like understanding all AI-generated code before merging.
  • Community sentiment: Supportive of cautious AI use. Emphasis on judgment and long-term maintainability over short-term speed.

10. A recent experience with ChatGPT 5.5 Pro (524 comments)

Original post

  • Key idea: A mathematician tests ChatGPT 5.5 Pro on research-level problems, finding it capable but costly and context-limited.
  • Discussion highlights: Model can self-correct and reason but consumes tokens rapidly. Concerns about training future researchers if LLMs solve “gentle” problems.
  • Community sentiment: Impressed by capability, but skeptical of accessibility due to cost and scalability. Noted better performance by experienced users guiding the model.

11. Gmail registration now requires scanning a QR code and sending a text message (428 comments)

Original post

  • Key idea: Gmail registration now includes a QR code that triggers an SMS from the user’s phone, adding friction for privacy-focused users.
  • Discussion highlights: Clarification that this is a convenience wrapper for SMS verification, not automatic. Debate over Google’s spam-fighting vs. anti-competitive gatekeeping.
  • Community sentiment: Frustration with increasing barriers. Some defend Google’s need to combat abuse, others see it as monopolistic behavior harming competition.

12. Driver accused of DUI tracks missing laptop to Illinois State trooper's house (361 comments)

Original post

  • Key idea: A driver’s stolen laptop, taken during a DUI arrest, was traced to the arresting officer’s home, revealing misconduct.
  • Discussion highlights: Officer claimed he “forgot” to return it, but policies prohibit taking evidence home. Criticism of lenient one-day suspension and high overtime pay.
  • Community sentiment: Outrage over abuse of power and systemic leniency. Calls for malpractice insurance, sovereign immunity reform, and better accountability.

13. GitLab announces workforce reduction and end of their CREDIT values (346 comments)

Original post

  • Key idea: GitLab is cutting staff and replacing its cultural values with a focus on speed, ownership, and AI-driven development ("agentic era").
  • Discussion highlights: Skepticism about AI automation claims and buzzword-heavy justifications. Stock price halved in a year, suggesting investor pressure.
  • Community sentiment: Cynical about layoffs framed as strategic pivots. Concerns that removing values like transparency signals a cultural decline.

14. Louis Rossmann offers to pay legal fees for a threatened OrcaSlicer developer (319 comments)

Original post

  • Key idea: Louis Rossmann supports an OrcaSlicer developer facing legal threats from Bambu Lab over API use, advocating for right-to-repair.
  • Discussion highlights: Bambu Lab is accused of restricting offline use and patenting common techniques. The contested fork allegedly impersonated Bambu Studio via private APIs.
  • Community sentiment: Strong support for open-source and repair rights. Backlash against Bambu Lab’s policies, with many switching to Prusa.

15. I’ve banned query strings (291 comments)

Original post

  • Key idea: A developer bans unauthorized query strings on their site, returning 414 errors to protest tracking parameters added by third-party links.
  • Discussion highlights: Debate over whether query strings are part of the URL’s identity. Some argue 414 is misused; others support rejecting unwanted tracking params.
  • Community sentiment: Mixed. Technical support for URL standards, but criticism of penalizing end users. Suggestion to strip params instead of blocking.

This content is for informational purposes only and does not constitute financial, investment, or trading advice. Always consult a qualified financial professional before making any investment decisions.