Skip to content

Inbox#

Interesting Texts#

This first one is a set of rules that have served me well.
They came to live in various discussions with colleagues.
Not much has changed, but they served well for ~15 years.

--

Reading / Articles#

This is a collection of interesting texts that I have come across.
They are mostly copy/pasted from the original source.

TODOs, FIXMEs, and BUGs ## TODOs
filter:
  or:
   - tag: "#todo"
   - tag: "#TODO"
   - tag: "#fixme"
   - tag: "#FIXME"
   - tag: "#bug"
   - tag: "#BUG"
format: table
select:
  - title
  - tags
  - backlink-count
  - outlink-count
sort: title ASC