This post is about how/why I wrote notion-blog-exporter, if you just want to use it, go here.
I want to write more than I do, and had been noticing that one of the reasons I don’t write that many blog posts is that it’s hard to get started.
I’ve been learning Golang recently, and while Go’s ultra-simple nature is often refreshing it can be a bit limiting too. One Typescript feature that I found myself missing is enums.
As mentioned previously, I’m a big fan of Jupyter Notebook/Lab. That said, there is one thing that’s always irked me about working with Jupyter notebooks: Jupyter’s .
I’ve been working on a project lately that does a lot of calculations based off of input data that’s being read in from Excel spreadsheets. For this kind of thing Jupyter Notebook/Lab and pandas are my tools of choice, but for this particular project I needed more speed than usual.
Moving a Linux installation from one machine to another is actually relatively easy to do, but there aren’t many articles online that walk through the whole process.