Live data from Hacker News

Viewing profile — lulzx

lulzx

HN member
Joined
Tue, Aug 15, 2017, 6:55 PM UTC
HN karma
290
Public activity
69 items

About lulzx

https://lulzx.com

Recent public activity

  1. story
  2. story
  3. comment
    Comment #48904225

    I have been trying for cuda -> metal, to run it on mac, https://github.com/lulzx/cuda-metal

  4. comment
    Comment #47026762

    Every few months someone proposes a new standard so AI agents can interact with websites. WebMCP, llms.txt, agent metadata layers. The accessibility tree already solves this. Label…

  5. story
  6. comment
    Comment #46452772

    That's good to know, I wasn't aware of it, I have updated to using a github action they recommend ( https://github.com/marketplace/actions/setup-zig-compiler ) For the copyright th…

  7. comment
    Comment #46443435

    tools are tools.

  8. comment
    Comment #46443370

    hasn't world moved on from these things already?

  9. comment
    Comment #46442792

    Fair point. I won't submit here again until I've put in the work to make something that respects people's time to evaluate it. Lesson learned. :)

  10. comment
    Comment #46442430

    this is more like a quick test for python bindings, the zig files have tests within them for broad range of things.

  11. comment
    Comment #46442422

    thanks! :)

  12. comment
    Comment #46441939

    works now! ΑΛΕΞΑΝΔΡΟΣ ΤΡΙΑΝΤΑΦΥΛΛΙΔΗΣ Καθηγητής Τμήματος Βιολογίας, ΑΠΘ ΝΙΚΟΛΕΤΑ ΚΑΡΑΪΣΚΟΥ Επίκουρη Καθηγήτρια Τμήματος Βιολογίας, ΑΠΘ ΚΩΝΣΤΑΝΤΙΝΟΣ ΓΚΑΓΚΑΒΟΥΖΗΣ Μεταδιδάκτορας Τμήμ…

  13. comment
    Comment #46440192

    I have updated the licence to WTFPL. I'll try my best to make it a really good one!

  14. comment
    Comment #46439906

    sorry, I haven't yet figured out non-latin with tounicode references.

  15. comment
  16. comment
    Comment #46438938

    The accuracy difference is marginal (1-2%) but the speed difference is massive.

  17. comment
    Comment #46438534

    Claude Code.

  18. comment
    Comment #46438485

    added a comparison, will improve further. https://github.com/Lulzx/zpdf?tab=readme-ov-file#comparison-... also, added python bindings.

  19. comment
    Comment #46438453

    added python bindings!

  20. comment
    Comment #46438325

    I have now made parallel by default and added an option to enable multiple threads. I haven't tested without SIMD.

  21. comment
    Comment #46437289

    I built a PDF text extraction library in Zig that's significantly faster than MuPDF for text extraction workloads. ~41K pages/sec peak throughput. Key choices: memory-mapped I/O, S…

  22. story
  23. story
    Show HN: Zs3 – S3 server in ~1K lines of Zig, 250KB binary, zero dependencies

    Most S3 usage is PUT, GET, DELETE, LIST with basic auth. This does exactly that. SigV4 auth, multipart uploads, range requests. Storage is just files on disk. No versioning, no ACL…

  24. story
    Show HN: TinyDOCX – Word/ODT library (14x smaller than docx)

    After posting tinypdf here, someone opened an issue asking for Word/OpenOffice support. I understand - sometimes you need an editable document, not a PDF. I didn't want to extend t…

  25. story
    Show HN: The equation for smoke vortices also describes 100M° fusion plasma

    Ported VPFM (vortex particle flow maps) from graphics to tokamak edge turbulence. The math is identical: potential vorticity conservation. Particles carry vorticity, grid does the …