Show HN: Zanagrams
Pitch · A word puzzle game where you rearrange letters to form anagrams, with daily challenges and a leaderboard.
Community · Positive reception for polish and UX; some users requested more puzzle variety and offline mode.
Pitch · A word puzzle game where you rearrange letters to form anagrams, with daily challenges and a leaderboard.
Community · Positive reception for polish and UX; some users requested more puzzle variety and offline mode.
Pitch · A minimal Bash script that wraps multiple LLM APIs (OpenAI, Anthropic, etc.) without requiring Python or Node.js.
Community · Appreciated for simplicity and no-dependency approach; concerns about error handling and rate limiting in production.
Pitch · A from-scratch implementation of a GPT-2-scale transformer in C and CUDA, aimed at educational understanding.
Community · Impressed by the clean code and educational value; some noted it lacks training pipeline and is inference-only.
A developer fed their own MRI scan to Claude Code for analysis, then posted the results. The thread is a must-read for anyone considering LLMs for medical tasks: it reveals the gap between impressive pattern matching and actual diagnostic reliability.
One commenter pointed out that Claude's 'second opinion' is actually a third opinion, since the model was likely trained on radiology reports that already include the original radiologist's interpretation.
Semgrep's internal benchmarks show GLM 5.2 outperforming Claude on code analysis tasks, but the HN thread dissects the methodology: benchmark composition, prompt engineering, and whether the tasks favor GLM's training data.
A user who tested both models on their own codebase found GLM 5.2 hallucinated more false positives, suggesting the benchmark may over-weight recall over precision.
A provocative post argues that aggressive token optimization (tokenmaxxing) for LLM prompts is no longer necessary with newer models, but the 114-comment thread reveals a nuanced reality: it depends on cost, latency, and model tier.
The most upvoted comment: 'Tokenmaxxing isn't dead, it's just moved from the prompt to the system message and the model's own reasoning tokens.'
A GitHub issue requesting the ability to exclude sensitive files from Codex's context has been open for months with 112 comments. The thread reveals a growing frustration with AI coding tools' lack of fine-grained access control.
A security researcher noted that even with file exclusion, Codex's token-level attention could still leak information about excluded files through context window artifacts.
A retrospective on the 747's engineering legacy, from its iconic hump to its role in democratizing air travel. The HN thread is rich with first-hand accounts from pilots, engineers, and frequent flyers.
A former 747 pilot commented: 'The 747 was the last airliner where you felt like you were flying a machine, not a computer. The hump wasn't just for looks—it was a structural necessity that became an icon.'
Stanford's dataset tracks the cost of memory (RAM, DRAM, SRAM) over six decades, showing exponential price drops and periodic supply shocks. The thread discusses implications for Moore's Law and future trends.
A chip designer noted: 'The 1970s price spikes from the oil crisis are visible in the data—something often forgotten when we talk about Moore's Law as a smooth curve.'
Chips and Cheese analyzes the new TOP500 leader, focusing on its architecture (likely a GPU-heavy system) and how it compares to previous champions. The thread debates whether raw FLOPS still matter.
A comment from a former TOP500 benchmarker: 'The real story isn't the number 1 system—it's that the top 10 are all within 20% of each other, which means the race is tighter than ever.'
Ken Shirriff's detailed teardown of the Space Shuttle's I/O processor boards, revealing the custom IBM chips and radiation-hardened design. The thread is a goldmine for hardware enthusiasts.
A former NASA engineer commented: 'The I/O processor was the unsung hero—it handled all the sensor data while the main computers ran the flight software. Without it, the Shuttle couldn't fly.'