Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Fauci warned of miscarriage risk linked to Covid vaccine while publicly claiming (nypost.com)
    —discuss
  2. To Understand AI, Think Like a Dragonfly (noemamag.com)
    —discuss
  3. NASA quietly removed SR-71 from storage amid X-plane push (aviationweek.com)
    —discuss
  4. Show HN: Drift – A clickable map of ideas unfolding from single question (demo) (echohive.ai)
    —discuss
  5. Geely's AI fast charging 'heals' EV batteries for 20% more cycle life (electrek.co)
    —discuss
  6. Hosted MoQ (Media over QUIC) (moq.pro)
    —discuss
  7. We Learned to Stop Worrying and Love Campus Surveillance (fnl.mit.edu)
    1comments
  8. Forging 1024-bit RSA signatures in nearly SNFS time (github.com/ucsd-hacc)
    —discuss
  9. Tell HN: Stop emailing HN users with deceptive AI spam
    —discuss
  10. How are you conforming to EU Cyber Resilience Act (CRA) reporting rules? (europa.eu)
    —discuss
  11. AI-Powered PDF Extraction for Finance (pedfs.com)
    —discuss
  12. Pluto: A StarCraft Brood War neural network trained by self-play RL (github.com/tscmoo)
    —discuss
  13. A new way to manage memory: no garbage collection, extremely fast & safe access (ulanguage.org)
    —discuss
  14. Ask HN: Central Benchmark for All the Sandboxes?
    —discuss
  15. Show HN: I made a 3D rock climbing analysis tool using iPhone LiDAR [video] (youtube.com)
    1comments
  16. Efficient Build Dependency Verification Using eBPF and Incremental Analysis (acm.org)
    —discuss
  17. How I Could've Accessed 17 Trillion Microsoft Records (faav.net)
    —discuss
  18. Do your employees use your product? (00f.net)
    —discuss
  19. Jev Benchmarks
    —discuss
  20. Europe needs 'decisive change' in defence efforts to face Russia threat (reuters.com)
    —discuss
  21. MapLiberator: The maps you make are yours (mapliberator.com)
    —discuss
  22. Ask HN: Who's still keeping a DOS machine up because the business depends on it?
    —discuss
  23. OpenAI Keeps Hacking and Hacking and (securityboulevard.com)
    —discuss
  24. Ask HN: LM Studio Bionic with Python
    —discuss
  25. Show HN: AgentLens – Replay and compare Codex runs (github.com/fang520huang-lgtm)
    —discuss
  26. Why CAFEBABE? (artima.com)
    2comments
  27. Supreme Court permits states to use SAVE database for citizenship checks (cyberscoop.com)
    19comments
  28. Bug: Border radius has infected VSCode editor (github.com/microsoft)
    —discuss
  29. Watch Steve Jobs in the full 'Antennagate' video before it gets erased again (appleinsider.com)
    —discuss
  30. Letterboxd Is Up for Sale, and A24, Sony and the New York Times Are Bidding (worldofreel.com)
    —discuss

Show HN: I couldn't deal with another Claude Code tab

3 pointsby 1h agoaidash.dev
1 comments
1h agoHN ↗

Recently, I got really frustrated with the number of 20-30 Claude Code and Codex tabs I had opened at all time. Constantly trying to locate old sessions where I was exploring a topic or running an analysis.

So I built Cockpit.

Cockpit treats AI sessions as files that you can open, organize and search. This has become the one tool for all my AI-powered work (so most of my work in fact) at Big Tech. It just sits on top of my existing sessions and can start new ones. I (almost) haven't touched a terminal since. After a week or so, it starts to look like what IDEs should become when code is no longer the most important asset. No login, no data sent to the cloud. everything stays on your Mac (besides your Claude code and Codex API calls of course).

Try it out! it's Fast (built in rust), free and probably buggy :D. Would love some feedback and some ideas to make it better.