Lobsters
- Notes on building an app that looks like an IKEA manual https://nmattia.com/posts/2025-03-24-skapa-intro/ 12 comments graphics , javascript , web
- How to Set WebGL Shader Colors with CSS and JavaScript https://www.nmattia.com/posts/2025-01-29-shader-css-properties/ 4 comments css , graphics , javascript , web
- Intro to building GCC and some other GNU projects (focus on macOS & Apple Silicon) https://www.nmattia.com/posts/2023-01-09-introduction-build-gcc-gnu.html 2 comments c , compilers , programming
- Lockfile trick: Package an npm project with Nix in 20 lines https://www.nmattia.com/posts/2022-12-18-lockfile-trick-package-npm-project-with-nix.html 3 comments javascript , nix , nodejs
- Hunt bugs down before they are merged https://nmattia.com/posts/2019-01-08-hunt-bugs-down-before-they-are-merged.html 4 comments testing
- Nix: A Reproducible Setup for Linux and macOS http://nmattia.com/posts/2018-03-21-nix-reproducible-setup-linux-macos.html 7 comments programming , unix
- Recovering a partial LUKS passphrase with GNU parallel http://www.nmattia.com/posts/2017-03-05-crack-luks-stutter-gnu-parallel.html 2 comments security , unix
- Nicolas Mattia – SKÅPA, a parametric 3D printing app like an IKEA manual https://nmattia.com/posts/2025-03-24-skapa-intro/ 5 comments javascript
- Lockfile trick: Package an npm project with Nix in 20 lines https://www.nmattia.com/posts/2022-12-18-lockfile-trick-package-npm-project-with-nix.html 3 comments nixos
- Nix: A Reproducible Setup for Linux and macOS http://nmattia.com/posts/2018-03-21-nix-reproducible-setup-linux-macos.html 36 comments programming
- Introduction to "stutter", the anti-grep string generator. http://www.nmattia.com/posts/2017-05-01-release-stutter.html 11 comments haskell
- Recover a partial LUKS passphrase with GNU parallel http://www.nmattia.com/posts/2017-03-05-crack-luks-stutter-gnu-parallel.html 3 comments crypto
- Recover a partial LUKS passphrase with GNU parallel http://www.nmattia.com/posts/2017-03-05-crack-luks-stutter-gnu-parallel.html 9 comments programming
- Applied Traversals and isos: a 2048 clone http://www.nmattia.com/posts/2016-08-19-lens-linear-2048.html 19 comments haskell
- Puzzle solving in Haskell: BFS without a queue http://www.nmattia.com/posts/2016-07-31-bfs-tree.html 27 comments haskell