Hacker News

Top stories

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

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.