Viewing profile — leonjza
leonjza
HN member- Joined
- Sun, Nov 22, 2015, 7:45 PM UTC
- HN karma
- 50
- Public activity
- 27 items
- HN profile
- View on Hacker News ↗
About leonjza
Recent public activity
- story
- story
-
comment
Comment #42593143
I have fond memories of parsing random things to pipe to gource as a younger me. The code is ancient, but here [0] was an experiment to get something like nmap (and other data) rea…
-
comment
Comment #42162353
Curious about this statement. Can you link to any reading I can do to learn more?
-
comment
Comment #41570518
v3 just released with plenty of new features, optimizations and more! https://github.com/sensepost/gowitness/releases/tag/3.0.0
- story
- story
-
comment
Comment #39393571
Creation is done by running migrations [1] (invoked via Laravel's artisan command line). Using the database is done via Models[2]. [1] https://github.com/firefly-iii/firefly-iii/tr…
-
comment
Comment #37989445
This is fun! I was curious about pulling something like this off in Golang, and wipped together a dirty PoC using Traefik's yaegi here [0] [0] https://gist.github.com/leonjza/9d53b…
- story
-
comment
Comment #30149137
Happy to see the kernel init parameters fix land! For context, I used firecracker (very successfully) in a CTF, driven via a Discord bot. One of the challenges I tried to build was…
- story
-
comment
Comment #29770033
I really enjoyed the debugging process here, and am glad to have learnt about the -k flag which seems to only be available on systems with strace version 5.5, at least for me. As f…
-
comment
Comment #25207879
Because I like the look, I typically end up "butchering" tabler[1]. Have used it on a few projects now. [1] https://preview.tabler.io/
- story
-
comment
Comment #24559639
I really hope this means a reworked iTunes / Music app for Windows soon.
- story
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #11548854
Author here. The amount of data per QR depends on the QR size specified. If I remember correctly, its about 10 bytes per code in the default config (QR code size of 30). Transfer b…