Viewing profile — alschwalm
alschwalm
HN member- Joined
- Sun, Feb 22, 2015, 5:22 AM UTC
- HN karma
- 277
- Public activity
- 49 items
- HN profile
- View on Hacker News ↗
About alschwalm
No profile information was provided.
Recent public activity
-
comment
Comment #48466749
LD_AUDIT is another one worth knowing about (though I admittedly use it less often than LD_DEBUG) https://man7.org/linux/man-pages/man7/rtld-audit.7.html
- story
- story
- story
-
comment
Comment #34809675
Yeah, that was my assumption as well, good to have it confirmed though. Thanks for your excellent work on bytehound!
-
comment
Comment #34805659
Interesting approach. How is performance compared to something like https://github.com/koute/bytehound
- story
-
comment
Comment #34434902
Looks nice! Kind of reminds me of binwalk: https://github.com/ReFirmLabs/binwalk
-
comment
Comment #33961354
I'm curious how the benchmarks are for Btrfs on 6.1, given the improvements that (I think) landed in it: https://www.phoronix.com/news/Linux-6.1-Btrfs
-
comment
Comment #33601537
Looks like it: https://docs.hylang.org/en/stable/api.html#let I recall hearing it had been implemented a while back, seems like it's true!
- story
-
comment
Comment #32099253
I've also hit this issue. About a year ago I made an effort to use blink, but after a bit of work I recall essentially discovering that any support was effectively abandoned. I wis…
- story
- story
-
comment
Comment #29297718
It is definitely also worth mentioning the now-stabilized procedural macros [1] (unless I missed where they are described). proc macros power some of the more complex macro usage i…
-
comment
Comment #28038183
Location: Huntsville, AL, USA Remote: Yes Willing to relocate: No Technologies: Rust, C, C++, python, Xen, KVM, hypervisor development, Linux kernel development, IDA Pro Résumé/CV:…
- story
-
comment
Comment #27175258
https://github.com/alschwalm/transient - A tool for quickly creating short-lived virtual machines for doing kernel or hypervisor testing, made after I got tired of dealing with rac…
-
comment
Comment #27006926
VirtIO is very usable via QEMU, without libvirt (naturally, because in the configuration described in the article, libvirt is just calling QEMU). It is usually as simple as `qemu-s…
-
comment
Comment #24852171
I'm concerned about self hosting a service like this as well, so I put mine behind an nginx reverse proxy that requires a client cert for auth. That way, an attacker won't even be …
-
comment
Comment #24189704
We were actually previously using vagrant (-libvirt) for our CI, but moved away from it to this because vagrant does not seems to work very reliably when run in parallel. For examp…
- story
- story
-
comment
Comment #19932063
There is a typo under the 'optimal performance' section. "A zero cost _abstractoin_ ought..."
- comment