New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Using NetBSD's pkgsrc everywhere I can(rubenerd.au ↗)
    discuss
  2. Show HN: Who-GPU, a simple monitoring tool to view GPU usage across machines(github.com/lucafossen ↗)
    discuss
  3. You're on the Real X Website and You're Still Being Scammed(brothke.medium.com ↗)
    discuss
  4. The American Age Is Over(theatlantic.com ↗)
    discuss
  5. Show HN: TeXposit – Feature rich LaTeX and Markdown editor(texposit.com ↗)
    discuss
  6. Goroutine Leak Profiles(go.dev ↗)
    discuss
  7. Starlink's Other Network(circleid.com ↗)
    discuss
  8. US gov't orders Kalshi halt AI compute price tracker over natl security concerns(semafor.com ↗)
    discuss
  9. Building an open source AEC compliance checker that does not guess(luckmanqasim.com ↗)
    discuss
  10. Ask HN: Unipolar world with Washington DC as might and power center
    discuss
  11. Why Your Next CMS Should Be an Image(minilith.site ↗)
    discuss
  12. Doctors got transplanted testicular tissue in an infertile patient to grow sperm(scientificamerican.com ↗)
    discuss
  13. The Fable of Mythos(sk500.online ↗)
    discuss
  14. Show HN: Vigilance – Catch software supply chain attacks anywhere in the SDLC(vigihq.com ↗)
    discuss
  15. How our vibe coded website looks like a designer made it(railcode.dev ↗)
    discuss
  16. Securely switch password managers on Android(blog.google ↗)
    discuss
  17. TPM2+PIN Encryption Schemes: Evaluating and Enhancing Security(fuldeka.com ↗)
    discuss
  18. Show HN: Legion – AI agents that write sandboxed Lua inside your Elixir app(swmansion.com ↗)
    discuss
  19. Full-text search over the Hacker News with just Postgres(hnsearch.vercel.app ↗)
    2comments
  20. Maintaining the love for coding in the time of AI(nlnetlabs.nl ↗)
    discuss
  21. The Incredible Journey of a Migratory Shorebird(newyorker.com ↗)
    discuss
  22. Radius(earendil.com ↗)
    discuss
  23. When the fractional part of a float fixes your shader(crocidb.com ↗)
    discuss
  24. Geoffrey Litt: Dynamic Documents as Personal Software [video](youtube.com ↗)
    discuss
  25. Hackers Got Inside a Flock Camera. Its Data Shows How the System Works(wired.com ↗)
    1comments
  26. Hackers Stole Flock Camera Software Revealing How Company Tracks Cars and People(404media.co ↗)
    1comments
  27. Chimps teach their kids tool tricks(arstechnica.com ↗)
    discuss
  28. The Roman telescope has enough gas for 22 years, double NASA's expectations(arstechnica.com ↗)
    discuss
  29. Why building a Rust LSP is hard(rust-glancer.github.io ↗)
    discuss
  30. DOE Seeks New Path for Future Light Bulb Standard(inside.lighting ↗)
    discuss

Can an Agent Port a Codebase?

1 pointsby 49m agothekevinscott.com
2 comments
41m agoHN ↗

Author here. I ran 40 ports of my codebase (Python to TypeScript and back). I accidentally left pycache in the sandbox, which the agents used to decompile the bytecode and reverse-engineer the tests I'd withheld - so half the results went in the bin, along with anything about the effect of tests on port quality.

I learned cheating is hard to stop. I didn't answer whether the ports are faithful - more on that in the article.

Also have reproducible research repo here: https://github.com/thekevinscott/ports-research

41m agoHN ↗

This is what my Claude and Codex worked on for me. There’s a report called Tesla Made that’s really impressive but quite heavy. I needed a tool that could even run on my small Raspberry Pi zero 2, so I gave AI access to Tesla Made and asked it to create a completely different project using the same code base but in a different language Golang. And it did. I’ve now been using this new tool for 5 months and it’s working well.