Lobsters
- 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
- 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
- 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
- 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