0913cbff80c9 default tip

More stuff
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 13 Apr 2026 15:24:37 -0400
parents 578872d23f06
children (none)
branches/tags default tip
files content/links.markdown content/projects.markdown generate.lisp

Changes

--- a/content/links.markdown	Mon Sep 09 10:31:31 2024 -0400
+++ b/content/links.markdown	Mon Apr 13 15:24:37 2026 -0400
@@ -63,6 +63,11 @@
 * [Please, enough with the dead butterflies!](https://www.emilydamstra.com/please-enough-dead-butterflies/)
 * [Unit testing in Coders at Work](https://gigamonkeys.wordpress.com/2009/10/05/coders-unit-testing/)
 * ["The Door Problem"](https://lizengland.com/blog/2014/04/the-door-problem/)
+* [The door close button](https://computer.rip/2023-03-13-the-door-close-button.html)
+* [Inadvertent Algorithmic Cruelty](https://meyerweb.com/eric/thoughts/2014/12/24/inadvertent-algorithmic-cruelty/)
+* [Death Metal English](https://www.invisibleoranges.com/death-metal-english/)
+* [How to Use t-SNE Effectively](https://distill.pub/2016/misread-tsne/)
+* [Understanding UMAP](https://pair-code.github.io/understanding-umap/)
 
 
 YouTube Channels
--- a/content/projects.markdown	Mon Sep 09 10:31:31 2024 -0400
+++ b/content/projects.markdown	Mon Apr 13 15:24:37 2026 -0400
@@ -23,7 +23,9 @@
 * [cl-netpbm](https://docs.stevelosh.com/cl-netpbm/) is a pure Common Lisp library for reading and writing the [netpbm image formats (PPM, PGM, and PBM)](https://en.wikipedia.org/wiki/Netpbm_format).
 * [cl-pcg](https://docs.stevelosh.com/cl-pcg/) is a [permuted congruential generator](http://www.pcg-random.org/) implementation in pure Common Lisp.
 * [clam.vim](https://github.com/sjl/clam.vim) is a lightweight Vim plugin for working with shell commands.
+* [conserve](https://docs.stevelosh.com/conserve/) is a small Common Lisp library for reading and writing RFC 4180 CSV data.
 * [d](https://docs.stevelosh.com/d/) is a tool for writing documentation in Markdown.
+* [faster](https://github.com/sjl/faster) is a small library for processing FASTQ files in Common Lisp.
 * [friendly-find](https://github.com/sjl/friendly-find) is a friendlier `find(1)`.
 * [gdl.vim](https://github.com/sjl/gdl.vim) is a Vim plugin for writing GDL files.
 * [gundo.vim](https://docs.stevelosh.com/gundo.vim/) is a Vim plugin to visualize your undo tree.
--- a/generate.lisp	Mon Sep 09 10:31:31 2024 -0400
+++ b/generate.lisp	Mon Apr 13 15:24:37 2026 -0400
@@ -249,6 +249,7 @@
      (:head
       (:meta :charset "utf-8")
       (:meta :name "pinterest" :content "nopin")
+      (:meta :name "viewport" :content "width=device-width")
       (css "/static/css/style.css")
       (css "/static/css/print.css" :media "print")
       (:title (str (esc (if title