Programming
Supply Chain Security
·8 mins
Programming
Security
The start of a journey developing a security sandbox with sleepable eBPF
Linux Security Modules (LSMs)
·7 mins
Programming
Security
An overview of LSMs and how they could be used or extended to become interactive
Creating an Interactive Security Sandbox
·7 mins
Programming
Security
Applying userspace blocking eBPF to write an interactive security sandbox
Arbitrary Userspace Blocking eBPF
·14 mins
Programming
Security
Making sleepable eBPF actually sleep
An Overview of ptrace
·6 mins
Programming
Security
Dispelling common myths about ptrace and its security properties
Rust's memory model is wrong
·10 mins
Programming
Opinion
I talk about my thoughts after a few years of experience using Rust
I have your public SSH key, log in to my server now
·12 mins
Programming
I made a really large authorized_keys file, see if you can log in to my server: ssh keys.mbund.dev
Python isn't easy
·12 mins
Programming
Opinion
Python is often recommended for beginners, especially because of the recent AI bubble. But I’d argue it has a lot of issues.