Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Show HN: Jevopt: Making intelligent compiler optimisation decisions with Jev(twitter.com/ramneet_singhh ↗)
    discuss
  2. Show HN: Try Omarchy for Windows – Full Omarchy Desktop on Windows(github.com/omacom ↗)
    discuss
  3. V Language Review (2023)(n-skvortsov-1997.github.io ↗)
    discuss
  4. Lattice Gazette(lattice-gazette.pages.dev ↗)
    discuss
  5. Show HN: AI Adoption Survey (Census)(crawlspider.com ↗)
    discuss
  6. Can the Far Right Be Deradicalized? [video](youtube.com ↗)
    discuss
  7. Show HN: Jevals – replacing LLM judges with typed Jev decisions(github.com/openlayer-ai ↗)
    discuss
  8. What Happened to the Snowden Archive(libroot.org ↗)
    discuss
  9. 30 years after Civ2, Eivind IV built his own 4X game (Genesis)(civfanatics.com ↗)
    2comments
  10. Google's Open Agentic Orchestrator(agentexecutor.io ↗)
    2comments
  11. Computers Add Numbers(youtube.com ↗)
    discuss
  12. Not all AI workers think the tech could kill everyone(bbc.com ↗)
    discuss
  13. Noam Brown – Agent swarms, alignment, & recursive self-improvement(dwarkesh.com ↗)
    discuss
  14. Ask HN: What Inspires You to Persevere?
    4comments
  15. Show HN: Mini-Runbot – Ephemeral Odoo Enviroments Using Python and Docker(github.com/rafnixg ↗)
    discuss
  16. Autopatch(wikipedia.org ↗)
    discuss
  17. Bill to Ban Private Equity from Owning Medical Practices(truthout.org ↗)
    8comments
  18. RayMate – free macOS AI launcher, Spotlight-like, with on-device dictation(raymate.app ↗)
    discuss
  19. Line Scan Photos from MUNI Heritage Weekend in San Francisco(lawrence.lu ↗)
    discuss
  20. How to Find Internal Link Opportunities with Jev(screpy.com ↗)
    discuss
  21. ProofWatch – Rumors and sources behind math and CS breakthrough claims(proof-watch.com ↗)
    1comments
  22. Motif – ongoing research via text message(motifresearch.ai ↗)
    discuss
  23. ComfyUI workflow that writes and performs a whole radio drama locally(github.com/jbrick2070 ↗)
    2comments
  24. Ask HN: Do we still need code editors, or are Git clients enough?
    1comments
  25. BeOS-R5-Icons(github.com/jcherven ↗)
    discuss
  26. Scanning Light Field Display [3D rotating display] [video](youtube.com ↗)
    discuss
  27. The Dutch gangster that bought an African country(economist.com ↗)
    discuss
  28. MultiTOOL Pro AI Kit Utilities(play.google.com ↗)
    discuss
  29. Show HN: Native Mac menu bar app for the Anker Prime 160W (local BLE)(github.com/djui ↗)
    discuss
  30. Nipple tattooist 'frustrated' by online censorship(bbc.com ↗)
    20comments

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

1 pointsby 55m 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.

45m 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).