Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. LensVLM: Compressing long context as images, expanding only relevant pages(huggingface.co)
    discuss
  2. Ask HN: Do you offload your coding to AI, or keep your skills sharp?
    discuss
  3. Can internal model transparency tame the AI race?(karthiktadepalli.com)
    discuss
  4. The meta-harness for coding agents(soloterm.com)
    discuss
  5. Show HN: Jev-mice – mouse colony simulation using Jev and deterministic engine(carsonsweet.com)
    discuss
  6. Discover Solo: The Ultimate AI-Integrated Control Panel(master.dev)
    discuss
  7. Steam Frame Teardown(ifixit.com)
    discuss
  8. SpaceX Starshield(wikipedia.org)
    discuss
  9. Mexican Navy's tall ship Cuauhtémoc will be at the Embarcadero all week(kqed.org)
    discuss
  10. A Worthwhile Trade(nejm.org)
    discuss
  11. Loopjacking in A2A Implementations: Hijacking Human-in-the-Loop Approvals(adithyanak.com)
    discuss
  12. How AI Helps and Hampers Junior Workers(nominalnews.com)
    discuss
  13. Jackrong/Qwopus3.8-27B-Flash-V2(huggingface.co)
    discuss
  14. Nemotron 3 Diarization(huggingface.co)
    discuss
  15. CKKS – Encryption and Decryption(jeremykun.com)
    discuss
  16. What AI pays the people who train it(dpdns.org)
    discuss
  17. Cloud Agents Are Inevitable AI Prisons(normanponte.io)
    discuss
  18. Ask HN: Why so many dead comments lately?
    discuss
  19. Illinois, California governors fast-track AI safety measures with EOs(transparencycoalition.ai)
    discuss
  20. Gvnr(gvnr.io)
    discuss
  21. HySparse2: Hybrid Sparse Attention with Two-Level KV Sharing(arxiv.org)
    discuss
  22. The Vigilante Who's Taking Down Recruitment Scammers, One Fake Job Ad at a Time(wsj.com)
    1comments
  23. Pretraining data, not verifiability, is why LLMs are good at math (and coding)(lesswrong.com)
    discuss
  24. Microsoft Publisher will no longer be supported after October 2026(support.microsoft.com)
    1comments
  25. When AI makes challenging last-minute requests no human client cares about(twitter.com/lauren_wilford)
    discuss
  26. Facing Congressional Scrutiny, Flock Details New Search Guardrails(wsj.com)
    discuss
  27. A quadruped robot designed to complete a marathon on a single battery charge(nature.com)
    discuss
  28. Swap, ZRAM, Zswap and Hibernate on NixOS(matthewbrunelle.com)
    discuss
  29. Claude discovers a novel enzyme system with CRISPR-like repeats(anthropic.com)
    discuss
  30. Introducing HLE-Diamond – Humanity's Last Exam(lastexam.ai)
    discuss

Programming Tutorials Are Dead

2 pointsby 1h agorobrace.dev
1 comments
1h agoHN ↗

Interesting insights.

I kind of feel like as a human, I like reading a good blog post explaining something interesting. Can be a tutorial or just "something challenging". That helps me understand a concept, or build a mental abstraction.

I can also point an LLM to such a good blog post as a resource ("I want you do to X the way it's described in this post").

Sadly, though, I feel like people are less and less motivated to actually read the blog post. They will ask the LLM to summarise the good blog post, which may not be so constructive. Or will just completely ignore it. And if you are not used to reading good blog posts, how do you make the difference between a good one and AI slop?

A third reason I was writing blog posts was that I thought it was a portfolio. When applying for a job, I could point the employer to my open source code and to my blog, and they could judge me based on actual stuff I produced. My experience is that nobody cares: they will redirect you to their vibe-coded leetcode goddamn tool and check if you can invert a BSP in less than 4 minutes.

I have failed interviews in companies that build software on top of a library I wrote because a junior felt I was not good enough at leetcoding. Fun fact: the junior in question obviously wasn't better than me: they just had read the solution before the interview so they could feel like they knew better.