Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Whirlpool Washer Transmission Repair (2007)(k0lee.com ↗)
    discuss
  2. Ask HN: In your workplace are non-devs making vibecoded apps?
    discuss
  3. Show HN: AgentTrace–Observability and runtime self-healing engine for AI agents(github.com/mohitkumar188 ↗)
    discuss
  4. Locked Out of China's AI Boom, Graduates Turn to Bootcamps(sixthtone.com ↗)
    discuss
  5. The Death and Life of Chinese Civil Society(madeinchinajournal.com ↗)
    discuss
  6. What It's Like to Work in One of America's Data Centers(wsj.com ↗)
    discuss
  7. Moneypenny: Build Grok bot like bots in Claude or codex(moneypennyagent.com ↗)
    discuss
  8. I stopped drinking the AI Kool-Aid(joshtronic.com ↗)
    discuss
  9. Precision Engineering and Dumpster Diving at Worlds Largest Particle Physics Lab [video](youtube.com ↗)
    discuss
  10. Show HN: Jevlang: Python with a Smart "If"(github.com/sumanmichael ↗)
    discuss
  11. China's 6th-Gen J-36 Fighter-Bomber to Feature Combat Laser(defence-ua.com ↗)
    discuss
  12. Why we're building the omics crate(claymcleod.dev ↗)
    discuss
  13. Shooter game with every NPC tactical decisions made by Jev(yardsort.sh ↗)
    1comments
  14. Preschoolers Who Blink More Often Show Stronger Self-Control, Study Finds(studyfinds.com ↗)
    discuss
  15. Named and Optional Arguments Are Awesome(botahamec.dev ↗)
    1comments
  16. Ask HN: How do SaaS companies continue to charge my replaced credit card?
    1comments
  17. The Beauty of West African Textiles(collectorsweekly.com ↗)
    discuss
  18. Malicious NPM packages evade install-script defenses at runtime(bleepingcomputer.com ↗)
    discuss
  19. Mathematicians Feel Threatened by AI. They Can't Quit It(wired.com ↗)
    discuss
  20. Nobody pays for FOSS, we can force them to(seldo.com ↗)
    discuss
  21. Show HN: Badbox – A deterministic bad-pattern detector for codebases(github.com/0ctacity ↗)
    discuss
  22. Complete Production Webapp in Lean(github.com/paulbutcher ↗)
    discuss
  23. Modifying my Casio PT-10 toy keyboard to become a synthesizer(chzsoft.de ↗)
    discuss
  24. Jonathan Frakes Asks You Things [video](youtube.com ↗)
    discuss
  25. Ogre Battle 64 Recompiled Project at 99.05%(github.com/lfarroco ↗)
    1comments
  26. A (necessarily) brief history of the remainder of mathematics(cofault.com ↗)
    discuss
  27. One Minute Park(oneminutepark.tv ↗)
    discuss
  28. Rebuilding our agent with Jev as a core primitive(usenym.com ↗)
    discuss
  29. Brownian Motion(gregorygundersen.com ↗)
    discuss
  30. Last Course: a $9 online course that is one .txt file(yourlastcourse.store ↗)
    1comments

Show HN: Roffume – Add fragrance to your resume with roff

1 pointsby 1h agogithub.com
2 comments
1h agoHN ↗

authored in Markdown

Tell me you have never used roff without saying you have never used roff.

29m agoHN ↗

I had an unreleased version of this project running `groff`-only for quite some time.

After using it for 25 or so applications, I got the feeling that having markdown as the "source of truth" was slightly easier for reading, editing, and diffing different versions. I’ve been using it with Markdown as a base and I’m happy with the results.

To me, Markdown wins on ergonomics: easier to visually scan, no escaping of typographical marks (the `\-` hyphen), and syntax highlighting in every editor for bold/italics/etc,

I do concede that raw `roff`'s tend to produce better "one-per-line" diffing on what would otherwise be inlined paragraphs. But that seems somewhat minor to me.

Also, I invite more advanced `roff` users to show me the error on my ways regarding my above reasoning.