Topic - Index

This is an index of my blog posts (https://sachachua.com/blog/outline/). If you want to get in touch with me, please check out https://sachachua.com/blog/contact . =)

Oldest post in index: [2007-12-12 Wed] Most recent post in index: [2025-03-20 Thu]

Main resources:

I'm slowly working on making more topic maps. Here are some topics for starters:

The rest of the posts are in this very large outline below. Quick links to trails that are already logically ordered:

Other people I like reading

You can also view posts by year:

Summarizing posts
(let* ((annotations '((2001 "university")
                      (2002 "wearable computing")
                      (2003 "graduated, teaching")
                      (2004 "internship in Japan")
                      (2005 "grad school")
                      (2006 "research, presentations")
                      (2007 "working at IBM")
                      (2008 "drawing")
                      (2009 "presentations")
                      (2010 "more presentations, Drupal")
                      (2011 "blogging")
                      (2012 "experiment with semi-retirement")
                      (2013 "business, Emacs Chats")
                      (2014 "drawing, delegation")
                      (2015 "Emacs hangouts, more scripting")
                      (2016 "Emacs News, A+ was born")
                      (2019 "EmacsConf, COVID-19")
                      (2022 "SuperNote A5X")
                      (2023 "even more EmacsConf automation")
                      (2024 "cargo bike")
                      (2025 "added iPad to the mix")))
       (json-array-type 'list)
       (json-object-type 'alist)
       (posts-by-year
        (mapcar
         (lambda (o) (cons (car o) (length (cdr o))))
         (seq-group-by
          (lambda (o) (substring (alist-get 'date o) 0 4))
          (json-read-file "~/proj/static-blog/_site/blog/all/index.json")))))
  (append
   '(("Year" "Posts" "Note") hline)
   (cl-loop
    for i from 2025 downto 2001
    collect
    (list (format "[[https://sachachua.com/blog/%d][%d]]"
          i i)
          (alist-get (number-to-string i) posts-by-year nil nil #'string=)
          (or (car (alist-get i annotations)) "")))))
Year Posts Note
2025 55 added iPad to the mix
2024 148 cargo bike
2023 122 even more EmacsConf automation
2022 78 SuperNote A5X
2021 132  
2020 94  
2019 121 EmacsConf, COVID-19
2018 176  
2017 145  
2016 141 Emacs News, A+ was born
2015 251 Emacs hangouts, more scripting
2014 339 drawing, delegation
2013 359 business, Emacs Chats
2012 361 experiment with semi-retirement
2011 397 blogging
2010 399 more presentations, Drupal
2009 452 presentations
2008 421 drawing
2007 510 working at IBM
2006 877 research, presentations
2005 678 grad school
2004 971 internship in Japan
2003 869 graduated, teaching
2002 31 wearable computing
2001 3 university

Topic index

5-year experiment

See also: Starting my own business

Blogging

Key resource: A No Excuses Guide to Blogging (PDF, EPUB, MOBI - free!); also, notes on publishing (Feb 2014)

See also: Writing
See also: Blogging, A No-Excuses Guide to

Business [63/63]

Connecting [31/31]

Cooking [40/40]

Delegation [7/7]   outlined

Drawings [107/107]

See also: Sketchnotes

Drawing tips - see Sketchnote Lessons

Drawing tools and processes

See also Sketchnote lessons

Drupal [38/38]

Emacs

Emacsconf

Now at emacsconf

Emacs subed - editing subtitles

Family [47/47]

Gardening [41/41]

Learning [26/26]

Life [137/137]

Org Mode [66/66]

Now at org

Parenting

See also Play

Personal knowledge management

I'm moving this to pkm.

Planning [49/49]

Productivity [25/25]

Quantified Self - time-tracking [26/26]

Quantified Self - Tracking other things [15/15]

Reflection [1/1]

Sewing [36/36]

Sketched Books

This is now at visual-book-notes.

Sketchnotes - Business [22/22]

Social software [43/43]

Supernote

See supernote

Technology [66/66]

Visual book reviews

See

Visual metaphors (alphabetical) [10/10]

Weather [2/2]

Wordpress [31/31]

Writing [35/35]

See also: Blogging
See also: Blogging, A No-Excuses Guide to
See also: Editing
See also: Writing, process of

Podcasts, interviews, and screencasts

View org source for this post