Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Too AI; Didn't Read (tai-dr.com)
    55comments
  2. Ollaya – Ollama for open-source, Jev-style decision models (ollaya.dev)
    57comments
  3. Show HN: Jev Plays Pokémon Red (jev-pokemon.vercel.app)
    39comments
  4. Platform-independent SIMD in Go (go.dev)
    124comments
  5. Bug: Border radius has infected VSCode editor (github.com/microsoft)
    26comments
  6. Git-bug: Distributed, offline-first bug tracker embedded in Git (github.com/git-bug)
    91comments
  7. First Principles Thinking (sunilsadasivan.com)
    78comments
  8. U.S. appeals court upholds designation of Anthropic as supply chain risk (cnbc.com)
    526comments
  9. Alan Kay: Shannon gave us a way of dealing with noisy channels [video] (youtube.com)
    20comments
  10. Remembering Johannes Doerfert (llvm.org)
    —discuss
  11. Bwbach, My Guardian Goblin (robertmay.photography)
    9comments
  12. Advice to a Beginning Graduate Student (2001) (cmu.edu)
    13comments
  13. Show HN: Make math automatic with Mathy (gmays.com)
    4comments
  14. Rising sea destroys homes, erases beaches in California (reuters.com)
    26comments
  15. Pentium II at 600Mhz with Voodoo 3 Emulated on 86Box with M6 Mac Mini (nyaa.sh)
    109comments
  16. How video games inspire great UX (2019) (jenson.org)
    9comments
  17. Ink and Switch interactive homepage (inkandswitch.com)
    25comments
  18. Meta's Muse appears to use an OpenAI model labeled muse-special (mouse.dev)
    33comments
  19. Browsers Situationship: When Browsers Agree but the Spec Doesn't (atbrakhi.dev)
    —discuss
  20. What happens when you analyze your favorite college football team like the CIA? (cultivatelabs.com)
    10comments
  21. Factorio that you can touch (factorio.com)
    81comments
  22. Show HN: Doom or Bloom, map your AI worldview (doom-or-bloom.com)
    32comments
  23. Amiga Screens: A Primer (datagubbe.se)
    33comments
  24. Letterboxd Is Up for Sale, and A24, Sony and the New York Times Are Bidding (worldofreel.com)
    20comments
  25. Show HN: Whiteboard (YC W26) – An open-source IDE for thoughtful software design (github.com/devdotfast)
    128comments
  26. What About Rails? (jardo.dev)
    186comments
  27. Typst makes big strides (lwn.net)
    13comments
  28. Astronomer watches Starlink satellites sinking to build a 'planetary barometer' (theregister.com)
    13comments
  29. CVE-2025-13032: Entering and Breaking the Avast Antivirus Sandbox Part 2 (safateam.com)
    27comments
  30. North Korea 'Likely' Behind $388M Hack of Crypto Exchange Bitget (gizmodo.com)
    1comments

Typst makes big strides

80 pointsby 5h agolwn.net
13 comments
4h agoHN ↗

As someone who used LaTeX heavily in grad school, using Typst in VSCode to create bespoke invites to an event was quite nice! Would highly recommend giving it a spin.

3h agoHN ↗

I was able to use Typst for my thesis, it felt sooo smooth. Turned it into a conference paper half a year later, and had to use the IEEE Latex format to hand it in. Oof, that was humbling.

54m agoHN ↗

As someone who hasn't used Typst, how manual was the conversion process?

1h agoHN ↗

To paraphrase Churchill, LaTeX is the worst form of typesetting experience except for all those other technologies that we've tried.

Glad that that's no longer the case!

1h agoHN ↗

Typst has a bunch of nice features, it seems like I discover another every time I use it for something. Most recently I saw that you can import TOML (or JSON if you really want) data into the template, making it really simple to populate the content from another tool.

1h agoHN ↗

Yeah, quite useful for generating pdfs for invoices from json

1h agoHN ↗

I use Typst for formatting my resume, and it’s been great. Models are pretty good at writing it too if you don’t want to learn the syntax.

50m agoHN ↗

I use typst for all sorts of things in customer apps: conference badges, customer invoices, social media asset generation (like thumbnails for podcasts, customer reviews, etc.), certificates of completion, progress reports, and much more. It's just so robust, efficient and works everywhere. Never again do I need to worry about html formatting to make PDFs.

20m agoHN ↗

started using typst in the past year.

creating my resume in it felt as magical as it can be.

i loved the tech and ideas behind typst even added native support for it in my WYSIWYG markdown(and typst) editor[1].

[1] https://wander.md

10m agoHN ↗

I find typst a joy to use, either in the online editor or locally. It’s the best combination I’ve yet come across of “write what you mean” - simple markdown-like syntax - with document layout and styling. Happily pay for a subscription even though most of the time I don’t use the online editor. Software worth paying for.

6m agoHN ↗

The MathML example here is... Definitely not TeX-quality. At least not in my phone. It looks really janky.

3m agoHN ↗

Interesting. What browser? Because in FF or Chrome on Linux desktop, it looks basically identical to LaTeX output. But unlike when creating PDFs, you’re at the mercy of your browser’s MathML implementation (another reason PDF is great).