https://autotagebuch.net - car repairs and experiences
https://maltris.org - my personal thing, rarely used
https://coders-home.de - small hacks and experiences of technical nature
591–600 of 1001 posts
https://autotagebuch.net - car repairs and experiences
https://maltris.org - my personal thing, rarely used
https://coders-home.de - small hacks and experiences of technical nature
It's my hobby.
I'm mostly planning on sharing my own personal data structures and algorithms + applied math notes primarily aimed at visual learners.
I am practicing writing and blogging so most of my posts at the moment are mostly for that purpose. I still have a lot to learn and my blog will hopefully reflect my improvement over time.
I write about coding, electronics, technical leadership and open source.
- https://sklivvz.com/posts/announcing-cthulhu-a-javascript-in...
- https://sklivvz.com/posts/i-dont-love-the-single-responsibil...
- https://sklivvz.com/posts/team-leadership-for-high-performan...
- https://sklivvz.com/posts/i-built-a-hardware-rng-for-christm...
I don't have many posts, but some ideas in the pipeline that I'm working on. Planning on documenting a lot more about the hardware tinkering I am doing.
I also added a bunch of secrets and games to the website, with the idea that the source code can be used to explore and learn. There's even an unsolved crypto puzzle in there, but it seems to be a little too hard considering it's been unsolved for over 10 years now.
31 posts. I write mostly about Haskell, compilers, webdev, and my hobby projects.
- https://gilmi.me/blog/post/2016/10/14/lisp-to-js - Compiling a lisp to JavaScript from scratch in 350 LOC
- https://gilmi.me/blog/post/2022/04/24/learn-twain-bulletin-a... - Build a bulletin board using Twain, Haskell, and friends
- https://gilmi.me/blog/post/2021/04/06/giml-type-inference - Giml's type inference engine
- https://gilmi.me/blog/post/2022/12/13/learned-from-haskell - 7 things I learned from Haskell
- https://gilmi.me/blog/post/2023/07/01/why-i-use-twain - Why I use the Twain web framework
I will later add the blogs mentioned in this thread.
Building SaaS wasn't working out for me, so i've been taking everything I've learnt from building Ruby on Rails apps and posting it here.
- Learn Stimulus — https://railsnotes.xyz/blog/your-first-stimulus-controller-l... - Learn Hotwire — https://railsnotes.xyz/blog/the-simplest-ruby-on-rails-and-h... - About bin/dev and Procfile.dev — https://railsnotes.xyz/blog/procfile-bin-dev-rails7