aliquote.org

Latest micro-posts

You can also also view the full archives of micro-posts. Longer blog posts are available in the Articles section.

2025-06-18 09:37 #

The distinction some make between prototyping and software development has vexed me my whole career. I have never seen a version 1.0 of a system that was acceptable. I find that every software group messes with the software up until the very time it’s deployed or delivered. — The Art of Lisp & Writing

2025-06-18 09:35 #

TIL about lstr, a fast and minimalist directory tree viewer, with interactive mode.

2025-06-14 16:18 #
2025-06-12 09:36 #

LOL I just switched back to NetNewsWire as my default feed reader. Lire app uses too much RAM and does not sync correctly to iCLoud. #apple

2025-06-10 14:55 #
» brew info --cask container
==> container: 0.1.0
https://github.com/apple/container
Not installed
From: https://github.com/Homebrew/homebrew-cask/blob/HEAD/Casks/c/container.rb
==> Name
container
==> Description
Create and run Linux containers using lightweight virtual machines
==> Artifacts
container-0.1.0-installer-signed.pkg (Pkg)
==> Analytics
install: 63 (30 days), 63 (90 days), 63 (365 days)

More info: Apple supercharges its tools and technologies for developers to foster creativity, innovation, and design. #apple

2025-06-10 14:20 #

When good pseudorandom numbers go bad: An interesting discussion about eigen decomposition with applications to sampling from multivariate distribution. #rstats

2025-06-10 14:15 #

I never could get used to Pandas data frame (while I’m able to use any Scheme or Lisp data frame frameworks, and Mathematica association lists or tabular data structure). Good points discussed here, although I’m a vanailla R user (no tidyverse): Why pandas feels clunky when coming from R. #python

2025-06-10 14:15 #

The fundamental difference between streaming and downloading is what your device does with those frames of video. — The Difference Between Downloading and Streaming