Greenhouse
Some Famous Waves
Home
Hello! I'm Martijn Gribnau. I'm a Software Engineer from The Netherlands. I love designing and writing software and am especially passionate about programming languages and the Rust programming language.
I publish, and maintain several Rust libraries and tools such as:
- cargo-msrv, a toolkit to find and verify the Minimal Supported Rust Version (MSRV)
- yare and parameterized, two slim attribute macro's to write parameterized tests
- bisector, a stateless implementation of the bisection algorithm
- storyteller, an event based library for architecting user output
- rust-releases, a crate to find which Rust toolchains have been published,
- peekmore, a multi peek iterator adapter,
- sic, an image processing CLI
... and several others.
While my current favourite programming language is Rust, I also write software in various other languages, such as TypeScript, Java and Python.
On this website you can also find my blog. If you want to contact me (and are a human! ), you can reach me at hi@ilumeo.com or via LinkedIn.
- The Industrial Revolution & LLM's
- The Middle Ground
- Notes on AI and empowerment
- The Value of Things
- How I use Spotify
- Github's malicious notification problem
- Where are the security advisories of the recently compromised NPM packages?
- Grammar checking from the CLI with Harper
- Thank you all for 10 years of (stable) Rust
- Accessibility and Rust podcast at RustWeek
- Orphaned markdown [brackets]
- A sneak peek Into::<Rust> (slide deck, 2022)
- A few cargo-msrv 0.16 release highlights
- Sharing declarative args between top level and subcommand using Clap
- A tale of setInterval and useEffect in React Native
- What's new in Yare 3.0.0 (A lean parameterized testing macro for Rust)
- Using the todo! macro to prototype your API in Rust