Blog: #coding RSS feed
2023
2021
- Links #49
- Links #48
- Links #46
- Links #45
- We’re overdue for some kind of general life update, I think. Weeknotes-that-are-not-weeknotes: The...
- I seem to have forgotten how to blog. (Actual blogging, as opposed to merely linking to new art.) In...
- At work I recently had a use case for Go 1.16’s new embedding feature. Incredibly easy to implement...
- I used to use Fabric to deploy my personal apps, but I often ran into issues with it, so several mon...
- Links #42
- Links #41
- Links #39
- Links #38
- Links #37
- Links #36
2020
- Links #28
- Introducing Cirque
- Links #24
- Links #23
- Links #22
- Links #18
- Links #17
- I ended up tweaking my Vim syntax highlighting earlier this week (after my first post), to be more i...
- Links #16
- Over the weekend I read Ben Kuhn’s post on syntax highlighting and thought the idea sounded intrigu...
- Links #15
- Links #14
- Links #13
- Some quick thoughts about the project space I see myself working in (meaning personal coding project...
- Links #9
- A year and a half ago I started working on a REPL-based music composition environment called Trill....
- Links #7
- Links #6
- The productivity tools series has now come to its end, thankfully. (Thankfully because I’m more inte...
- Arc intro
- Lector intro
- Links #4
- Saturn intro
- Storybook intro
- Momentum intro
- Quill intro
- Gate intro
- Slash intro
- Ditto intro
- Vinci intro
- Liszt intro
- Over the last several years I’ve built a number of personal productivity tools (almost all of them w...
- Bubble Pursuit
- Atmosphere
2016
- After a break of several months, I’m getting back to working on Press. Status is pretty much the sam...
- Progress on Press has been a bit slower lately. I’ve fixed most of the errors I discovered by runnin...
- Rather than starting work on Ink with the low-level typesetting engine, I’m thinking it’ll be worthw...
- Press can now generate PDFs. For example: from press import Press with Press('press-demo.pdf', size...
- Rule-based typesetting with Ink
- I’ve renamed inkpdf to Press (as in printing press). I reached the point where creating the PDF manu...
- Making PDFs by hand
- Ink
- Learning Haskell, day 1
- Lifter is “a lightweight query engine for Python iterables.” Looks nice. One of their examples: # va...