Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Nvidia and Palantir fine-tune a 30B Nemotron model which beats bigger models(thenewstack.io ↗)
    discuss
  2. Recursive-in-Recursive Self-Improvement for Interactive Scientific Agents(arxiv.org ↗)
    discuss
  3. Camper bitten by bear in Colorado recalls moment it "came crashing" into tent(coloradosun.com ↗)
    discuss
  4. Projects Redesigned: From Folder to Conversation(claude.com ↗)
    discuss
  5. What Medicaid cuts mean for those who rely on home healthcare(marketplace.org ↗)
    discuss
  6. W3C launches first pilot of program to support Open Source projects(w3.org ↗)
    discuss
  7. Compiler-style optimization for drawing via Skia(arxiv.org ↗)
    discuss
  8. Come watch the AI Agents do the work(swamp-club.com ↗)
    discuss
  9. Show HN: What if you could review code without reading code?(github.com/coldteadotai ↗)
    discuss
  10. Hack: Coding at No Cost in Codex, Claude Code, Hermes, VSCode(github.com/mindsdb ↗)
    discuss
  11. Bringing Correctly Rounded Math to Production with LLVM-Libc(devblogs.microsoft.com/cppblog ↗)
    discuss
  12. I built a multi platform torrent video streamer(github.com/zond ↗)
    1comments
  13. An ahead-of-time JavaScript compiler(github.com/canadahonk ↗)
    discuss
  14. Labeled matches: why is this not in every regex engine?(iev.ee ↗)
    discuss
  15. The Last Question by Isaac Asimov – This Is Ageless(cmu.edu ↗)
    1comments
  16. SK Hynix to Interview All 250 Executives, First Time in 14 Years(sedaily.com ↗)
    discuss
  17. Cursor is currently experiencing a major outage(cursor.com ↗)
    discuss
  18. Stop Pushing to Find Out: Meet the Latchkey CLI(latchkey.dev ↗)
    discuss
  19. Why .tar.gz files can't be combined with cat(alexwlchan.net ↗)
    discuss
  20. Revolut bank facing $3M ransom demand after impersonation scam(theguardian.com ↗)
    1comments
  21. Refactoring Hermes with 1393 Agents(nousresearch.com ↗)
    discuss
  22. Free EU Cyber Resilience Act Scope Checker(crabureau.com ↗)
    discuss
  23. Anthropic opens first office in Spain, Madrid in response to strong local demand(democrata.es ↗)
    discuss
  24. Whoever's doing OpenAI's system security is just incompetent in the worst way
    1comments
  25. Zenovay: The Analytics Company That Doesn't Exist(banana4444.bearblog.dev ↗)
    discuss
  26. 200K-Token LLM Serving on a 24 GiB Laptop with Just-in-Time State Management(arxiv.org ↗)
    discuss
  27. Oregon Data Center Advisory Committee Preliminary Learnings and Questions Doc [pdf](oregon.gov ↗)
    1comments
  28. Use C# unions and closed hierarchies in ASP.NET Core(devblogs.microsoft.com/dotnet ↗)
    discuss
  29. Show HN: Run the birds sound detection on any Kobo eReader(github.com/bandarlabs ↗)
    discuss
  30. Mojo 1.1 Released, Now Accepting Community Contributions to the Compiler(phoronix.com ↗)
    1comments

Ask HN: Why does cmux need 200 settings?

2 pointsby 54m ago
1 comments
Just recently discovered how great cmux terminal is but silly question: why does it need 200 settings? I'm trying to find how to turn certain things on and off and I gave up trying to use my human brain to search for the right thing and started asking codex.

Then I found the one settings I want (turn off the bell notification isn't even there) so I forked it and had codex add that only to discover the xcode build process takes hours. So I made a branch called "simple" and I told codex "remove 90% of the code from this branch and just make this a very simple version of cmux." And then I started adding back the few missing things:

https://github.com/andrewarrow/cmux/commits/simple/

Now it builds in 6 seconds and any custom setting I need codex just ads so the silly question is:

For a terminal app used by developers for developers who all use codex, why do we even need 1 giant 2 hour build process app with all that extra stuff? We all have xcode and since I have to use codex anyway to find the right setting, this isn't slower it's faster!

26m agoHN ↗

I think you are underestimating the diversity of systems and tools developers use

who all use codex

I do not

We all have xcode

I do not