summaryrefslogtreecommitdiffstats
path: root/content/blog/remind_me_to_read.md
blob: aa47f47bffb31a60afee84b19b8d30fed9482045 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
title: "Remind me to read..."
date: 2021-05-20T17:05:00+01:00
draft: false
---

#### Articles on the web

* [Building a Notetaking System with Vanilla Vim](https://www.edwinwenink.xyz/posts/42-vim_notetaking/)  
  *I fell out of love with [vimwiki](https://vimwiki.github.io/) and [Obsidian](https://obsidian.md) after a few days, but I have to use vim. Maybe this is the solution to all my notetaking hangups?*
---
* [Simple Multiprocessing In Python: Comparing core vs
  libraries](https://cosmiccoding.com.au/tutorials/multiprocessing)  
  *I use `multiprocessing` in the stdlib just now, but there are lots of
  alternatives that I need to checkout.*