Viewing profile — lulzx
lulzx
HN member- Joined
- Tue, Aug 15, 2017, 6:55 PM UTC
- HN karma
- 290
- Public activity
- 69 items
- HN profile
- View on Hacker News ↗
About lulzx
Recent public activity
- story
- story
-
comment
Comment #48904225
I have been trying for cuda -> metal, to run it on mac, https://github.com/lulzx/cuda-metal
-
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…
- story
-
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…
-
comment
Comment #46443435
tools are tools.
-
comment
Comment #46443370
hasn't world moved on from these things already?
-
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. :)
-
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.
-
comment
Comment #46442422
thanks! :)
-
comment
Comment #46441939
works now! ΑΛΕΞΑΝΔΡΟΣ ΤΡΙΑΝΤΑΦΥΛΛΙΔΗΣ Καθηγητής Τμήματος Βιολογίας, ΑΠΘ ΝΙΚΟΛΕΤΑ ΚΑΡΑΪΣΚΟΥ Επίκουρη Καθηγήτρια Τμήματος Βιολογίας, ΑΠΘ ΚΩΝΣΤΑΝΤΙΝΟΣ ΓΚΑΓΚΑΒΟΥΖΗΣ Μεταδιδάκτορας Τμήμ…
-
comment
Comment #46440192
I have updated the licence to WTFPL. I'll try my best to make it a really good one!
-
comment
Comment #46439906
sorry, I haven't yet figured out non-latin with tounicode references.
-
comment
Comment #46439200
fixed.
-
comment
Comment #46438938
The accuracy difference is marginal (1-2%) but the speed difference is massive.
-
comment
Comment #46438534
Claude Code.
-
comment
Comment #46438485
added a comparison, will improve further. https://github.com/Lulzx/zpdf?tab=readme-ov-file#comparison-... also, added python bindings.
-
comment
Comment #46438453
added python bindings!
-
comment
Comment #46438325
I have now made parallel by default and added an option to enable multiple threads. I haven't tested without SIMD.
-
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…
- story
-
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…
-
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…
-
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 …