๐ Follow the RSS feed
Favorite BooksComputers are excellent tools for inducing altered states of consciousness. Unfortunately, these states are most likely to be fed by feelings of fear, anxiety, anger, or insecurity, with a distinctive outward focus, rather than looking inward and trying to augment more enlightened parts of ourselves like with more traditional spiritual tools.
Oct 10, 2021 15:43 UTCCreating a crappy version of something is the first step to creating a better version of something. It also helps you know what you don’t know :)
Oct 8, 2021 12:27 UTCPictures I took while picking mushrooms
General Finland appreciation album :)
Mushrooms that I found interesting.
Beautiful summit photos from hikes
What started out as an idea is now officially available to try! Introducing the beta version of tendril-wiki, trying to bring what I love from TiddlyWiki and Hugo and make it my own!
May 28, 2021 14:45 UTCSomething that is really hard to capture with a type system is how values change over time. For example, I could have a type of null
when I boot my app, but then have that same data structure have a type string
after a certain point in time. Thereโs not a great way to tell type systems, โafter a certain series of events, if this process is still running, this will be of a certain typeโ
Finnish summer weather is so nice that it tricks you into thinking that winter doesnโt exist.
May 15, 2021 12:22 UTCThe more I use Rust, the more I appreciate how good the built in tooling is. Not having to configure separate test runners, packagers, package managers, etc for each project results in a huge reduction of mental overhead and allows you to just focus on writing code
May 13, 2021 09:55 UTCgreat articles about how to improve your vim usage.
explains technologies such as tcp, non-blocking async io, cuncurrent databases, etc. in great detail and using Rust
a video series showing how SerenityOS gets built. Useful for learning about systems programming.