Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. F-Droid 2.0 (f-droid.org)
    248comments
  2. GitLab Outage (status.gitlab.com)
    10comments
  3. Show HN: Koi.rest – watch some fish and regain your balance (koi.rest)
    24comments
  4. Show HN: Make cursed fonts like Times New Bastard (mitpit.com)
    57comments
  5. California is chasing wealth that has feet (landeconomics.org)
    274comments
  6. Back and shoulder surgery is often worse than useless (economist.com)
    20comments
  7. Show HN: Whiteboard (YC W26) – An open-source IDE for thoughtful software design (github.com/devdotfast)
    75comments
  8. Why is the liver so weirdly regenerative? (dynomight.substack.com)
    134comments
  9. Fearless SIMD v1.0 (linebender.org)
    28comments
  10. 2DWillNeverDie (2dwillneverdie.com)
    7comments
  11. Rails World 2026 Opening Keynote [video] (youtube.com)
    224comments
  12. My weird new hobby: Wandering around Tokyo on Google Maps (ahmedhossamdev.com)
    80comments
  13. Toyota is taking the Corolla electric (electrek.co)
    258comments
  14. Using LLMs to trace alchemical knowledge and decode 17th century letters (resobscura.substack.com)
    9comments
  15. Google’s Project Suncatcher to put ML infrastructure in space (blog.google)
    166comments
  16. Sourcehut account takeover via build logs (XSS in ansi2html) (blog.arusekk.pl)
    9comments
  17. Stable (YC W20) Is Hiring Product Engineers (usestable.com)
    —discuss
  18. Book review: Is parallel programming hard, and, if so, what can you do about it? (ahelwer.ca)
    22comments
  19. The Board Game of the Alpha Nerds (2014) (grantland.com)
    17comments
  20. Motor Characterization for Small Running Robots (2016) (robot-daycare.com)
    —discuss
  21. Two-tier encryption in the UK (macanorak.com)
    363comments
  22. Security auditing in the age of (good enough) AI (trailofbits.com)
    2comments
  23. The forgotten battle of East Lansing (eastlansinginfo.news)
    12comments
  24. Geothermal heat map of US hot springs (soakingsprings.com)
    32comments
  25. Forging 1024-bit RSA signatures in nearly SNFS time [pdf] (iacr.org)
    5comments
  26. Early rogue AI agent activity and attempts to hack found on urlquery.net (transluce.org)
    222comments
  27. Tutoring company tells parents to save their money and 'use AI instead' (afr.com)
    115comments
  28. WaveDigger: Dig into wireless signals to discover their physical locations (github.com/christianrowlands)
    14comments
  29. International observers to investigate Swedish election fraud (tv4.se)
    15comments
  30. Opus 5.5 is good at explainer videos (launchvideo.io)
    79comments

Show HN: Complete Claude Code Resource with 3-Minute Setup

3 pointsby 10mo agogithub.com
1 comments
After 85 hours of work, I'm releasing a comprehensive Claude Code guide with automated setup.

What's different: It's honest about failures, real costs ($300-400/mo per dev), and realistic gains (20-30%, not 50%). Includes a "jumpstart" script that asks 7 questions and generates personalized setup in 3 minutes.

Includes 10,000+ lines of docs, production-ready agents (test, security, review), and templates. Not affiliated with Anthropic - just a developer sharing what works.

Feedback welcome!

10mo agoHN ↗

Author here. I built this after watching developers spend 2-3 hours setting up Claude Code, only to get mediocre results because they skipped proper context setup.

The "jumpstart" script asks 7 questions (language, framework, project type, etc.) and generates a personalized CLAUDE.md, agents, and commands in 3 minutes. It's the setup I wish existed when I started.

What makes this different from typical AI coding guides:

1. Honest about failures - There's a whole section on when Claude gets it wrong and how to recover 2. Real costs - $300-400/month per developer (Claude Max + API usage for heavy use) 3. Realistic gains - 20-30% productivity after Week 4, not the 50-100% you see in marketing 4. Week 1 is slower - The learning curve is real, documented it honestly

Technical highlights: - Production-ready agents with YAML frontmatter config - Tool restrictions (Read/Write/StrReplace only when appropriate) - Context management patterns (stay under 80%) - Git integration with checkpoint/rewind workflows

The core insight: 80% of success comes from proper CLAUDE.md setup. Most people skip this and wonder why results are poor. The jumpstart script forces you to think through project context upfront.

Not affiliated with Anthropic - just a developer who wanted better resources than "here's the docs, good luck."

Happy to answer questions about what works, what doesn't, and the real cost/benefit tradeoffs.