timdoug.com - timdoug's tidbits

Example domain paragraphs

timdoug's tidbits 2023-03-21 I am now a Mastodon Say hi! [ /general ] permanent link

A gentle update to the 2021 documentation . $ export QEMU_INSTALL=/path/to/qemu/install $ brew install pkg-config pixman pcre $ python3 -m venv qemu_install_venv $ source qemu_install_venv/bin/activate (qemu_install_venv) $ pip install --upgrade pip setuptools wheel (qemu_install_venv) $ pip install ninja meson (qemu_install_venv) $ curl -LO https://download.gnome.org/sources/glib/2.74/glib-2.74.6.tar.xz (qemu_install_venv) $ tar xf glib-2.74.6.tar.xz && cd glib-2.74.6 (qemu_install_venv) $ meson --prefix=$

Recently I had an immediate need for hardwired network connectivity on my M1 Air, and could only secure a QinHeng CH9200 dongle that doesn't have macOS drivers. It's a USB 1.1 "full-speed" device, i.e., 12 Mbps, so decidedly archaic bandwidth, but still plenty for video conferencing, and, critically, low and consistent latency vs. 2.4 GHz Wi-Fi that drops when someone starts a microwave nearby. (Editors of The New Yorker : let me know if that is a sufficient comma count thx.) Luckily mainline Linux has supp

Links to timdoug.com (1)