Live data from Hacker News

Viewing profile — Leoko

Leoko

HN member
Joined
Thu, Nov 19, 2020, 3:50 PM UTC
HN karma
5
Public activity
4 items

About Leoko

No profile information was provided.

Recent public activity

  1. comment
    Comment #42296424

    Sub-millisecond latency sounds impressive, but isn't network latency going to overshadow these gains in most real-world scenarios?

  2. comment
    Comment #39670140

    Yes, page breaks are probably the most significant difference between the layout of a web page and a PDF document, and thereby a major drawback when using HTML-to-PDF. There is lit…

  3. comment
    Comment #39669806

    I had to deal a lot with PDF generation over the past few years and I was very unhappy with the eco-system that was available: 1. HTML-to-PDF: The web has a great layout system tha…

  4. comment
    Comment #35871443

    Generating PDFs is a pain with most libraries, especially if the content is dynamic and should span multiple pages. If you can use NodeJS on your backend, you might want to take a …