blob: 404b8dd31fcaebd415255e24abdcba430b7469d8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
---
title: "Remind me to read..."
date: 2021-05-20T17:05:00+01:00
draft: false
categories: ['Reading']
---
#### Articles on the web
* [Anthony Campbell site - particularly the Links page](https://www.acampbell.uk/links.html)
*A proper old school HTML blog with interesting content and no bullshit or
Javascript.*
---
* [A Love Letter to Plain Text](https://blog.afoolishmanifesto.com/posts/a-love-letter-to-plain-text/)
*Another one. About plain text.*
---
* [Journalling on Linux](https://www.techyoshi.com/journaling-with-linux/)
*And not filesystem journalling either.*
---
* [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.*
|