Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Are we talking less? A Q&A with psychologist Matthias Mehl (March 2026)(arizona.edu ↗)
    discuss
  2. Does Jev Have Politics? (Yes)(idlerambling.substack.com ↗)
    discuss
  3. Turn curiosity into a map you can explore(echohive.ai ↗)
    discuss
  4. AI Netscape – 1997 Chrome, 2026 AI(ainetscape.com ↗)
    1comments
  5. The addiction of online sports gambling: "Like crack in the '80s"(cbsnews.com ↗)
    discuss
  6. The Crown of Creation(mika.global ↗)
    discuss
  7. KDE Goes to the Pyramids [video](ccc.de ↗)
    discuss
  8. How Anthropic CEO Dario Amodei's Writings Help Explain A.I. Fears(nytimes.com ↗)
    discuss
  9. Popular European Games(playfrom.eu ↗)
    discuss
  10. EkkoBSD(ekkobsd.org ↗)
    discuss
  11. DAPO: An Open-Source RL System from ByteDance Seed and Tsinghua Air(github.com/bytedtsinghua-sia ↗)
    discuss
  12. My AI Kept Pushing Me to Ship, So I Asked It Why(oreilly.com ↗)
    discuss
  13. "Reds of the Brick-Colored Road"(theinterposer.substack.com ↗)
    discuss
  14. Navier-Stokes, AI, Future of Mathematics with Martin Hairer (2014 Fields Medal) [video](youtube.com ↗)
    discuss
  15. The viewers ditching streaming 'rot' in favour of DVDs(rnz.co.nz ↗)
    discuss
  16. Where Rust actually is in Windows 11(hunterworks.software ↗)
    discuss
  17. Show HN: Lightspeed, bidirectional WebSockets for Laravel (with asteroids demo)
    discuss
  18. Show HN: Try Omarchy for Windows – Full Omarchy Desktop on Windows(github.com/omacom ↗)
    1comments
  19. V Language Review (2023)(n-skvortsov-1997.github.io ↗)
    discuss
  20. Lattice Gazette(lattice-gazette.pages.dev ↗)
    discuss
  21. Show HN: AI Adoption Survey (Census)(crawlspider.com ↗)
    discuss
  22. Can the Far Right Be Deradicalized? [video](youtube.com ↗)
    1comments
  23. Show HN: jevals – replacing LLM judges with typed Jev decisions(github.com/openlayer-ai ↗)
    discuss
  24. What Happened to the Snowden Archive(libroot.org ↗)
    8comments
  25. 30 years after Civ2, Eivind IV built his own 4X game (Genesis)(civfanatics.com ↗)
    2comments
  26. Google's Open Agentic Orchestrator(agentexecutor.io ↗)
    11comments
  27. Computers Add Numbers(youtube.com ↗)
    discuss
  28. Not all AI workers think the tech could kill everyone(bbc.com ↗)
    discuss
  29. Noam Brown – Agent swarms, alignment, & recursive self-improvement(dwarkesh.com ↗)
    discuss
  30. Ask HN: What Inspires You to Persevere?
    5comments

Ask HN: Do we still need code editors, or are Git clients enough?

2 pointsby 1h ago
1 comments
My workflow has shifted away from the features of code editors toward just the git integration: viewing commits, checking uncommitted changes, seeing what will go into the final PR, and so on. I'm used to JetBrains IDEs, so I still open them mainly for the git integration. I really like being able to view a diff there with the file tree next to it.

For the actual coding, I use Claude Code in my terminal. I know many of you use your IDE's AI integration for this, or the Codex/Claude desktop apps, which are essentially just AI plus git integration with no real editor. So the features IDEs build around writing code don't seem to matter as much anymore, at least for me.

I'm curious whether anyone else feels the same way. If you do, what do you use for git: an IDE, one of the AI desktop apps, or a dedicated git client? If you know of a good git client built for this new workflow, I'd love to hear about it.

1h agoHN ↗

VS Code has turned into an agent/project dashboard, each panel is an opencode terminal and the files it has modified (co-located as tabs).