New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Show HN: TeXposit – Feature rich LaTeX and Markdown editor(texposit.com ↗)
    discuss
  2. Goroutine Leak Profiles(go.dev ↗)
    discuss
  3. Starlink's Other Network(circleid.com ↗)
    discuss
  4. US gov't orders Kalshi halt AI compute price tracker over natl security concerns(semafor.com ↗)
    discuss
  5. Building an open source AEC compliance checker that does not guess(luckmanqasim.com ↗)
    discuss
  6. Ask HN: Unipolar world with Washington DC as might and power center
    discuss
  7. Why Your Next CMS Should Be an Image(minilith.site ↗)
    discuss
  8. Doctors got transplanted testicular tissue in an infertile patient to grow sperm(scientificamerican.com ↗)
    discuss
  9. The Fable of Mythos(sk500.online ↗)
    discuss
  10. Show HN: Vigilance – Catch software supply chain attacks anywhere in the SDLC(vigihq.com ↗)
    discuss
  11. How our vibe coded website looks like a designer made it(railcode.dev ↗)
    discuss
  12. Securely switch password managers on Android(blog.google ↗)
    discuss
  13. TPM2+PIN Encryption Schemes: Evaluating and Enhancing Security(fuldeka.com ↗)
    discuss
  14. Show HN: Legion – AI agents that write sandboxed Lua inside your Elixir app(swmansion.com ↗)
    discuss
  15. Full-text search over the Hacker News with just Postgres(hnsearch.vercel.app ↗)
    2comments
  16. Maintaining the love for coding in the time of AI(nlnetlabs.nl ↗)
    discuss
  17. The Incredible Journey of a Migratory Shorebird(newyorker.com ↗)
    discuss
  18. Radius(earendil.com ↗)
    discuss
  19. When the fractional part of a float fixes your shader(crocidb.com ↗)
    discuss
  20. Geoffrey Litt: Dynamic Documents as Personal Software [video](youtube.com ↗)
    discuss
  21. Hackers Got Inside a Flock Camera. Its Data Shows How the System Works(wired.com ↗)
    1comments
  22. Hackers Stole Flock Camera Software Revealing How Company Tracks Cars and People(404media.co ↗)
    1comments
  23. Chimps teach their kids tool tricks(arstechnica.com ↗)
    discuss
  24. The Roman telescope has enough gas for 22 years, double NASA's expectations(arstechnica.com ↗)
    discuss
  25. Why building a Rust LSP is hard(rust-glancer.github.io ↗)
    discuss
  26. DOE Seeks New Path for Future Light Bulb Standard(inside.lighting ↗)
    discuss
  27. Readest – free open-source ePub and PDF reader(readest.com ↗)
    1comments
  28. One prompt, answers from multiple AI models side by side(shortcutchat.com ↗)
    discuss
  29. I replaced my brown-noise browser tab with a menu bar app(oldmanrahul.com ↗)
    discuss
  30. Show HN: AI Subtools – 40 free online tools, no sign-up, 100% client-side(aisubtools.xyz ↗)
    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.