joshua stein

@jcs.org

Hello, cyberpals. I make @pushover.net and old Macintosh stuff and sometimes OpenBSD stuff for you and me. Projects here: @klud.ge | @deskto.ps Oak Park, Illinois Fediverse: @jcs@jcs.org World Wide Web: jcs.org

I ported enough of NetBSD's armv7 MP code to OpenBSD to do a 'make -j4 build' on my DM250X. It brings a full system compilation from ~5.1 days to ~3.5. Compiling LLVM is still multiple days :(

'make build' on an SP kernel'make -j4 build' on an MP kernel

I have lost all enthusiasm for reading about new software projects, especially dealing with vintage computing. What would have sounded amazing a year or two ago and made me want to engage with the author, I now just assume was something AI spit out and feels hollow and boring so I skim past it.

My backup strategy is restic to rsync.net hourly/daily/weekly depending on the system, retaining a bunch of snapshots Once a month, I manually run a script that fetches the latest backups from rsync.net to a portable disk, imports database dumps to a fresh mariadbd and runs some stored queries

Sean Eric Fagan@kithrup.bsky.social · 3mo ago

Have at least THREE copies of your data: the live one on your computer, and at least two backups. Use at least TWO different storage media, eg, your computer's drive and another drive. Ideally you'd use different *types* -- hard drive, network storage drive, tape/optical.

First mount/umount of #HAMMER2 on #OpenBSD A series of screencasts of hammer2 commands in OpenBSD, exploring everyday situations. Today we'll cover mount and umount. Soon I will publish a video (~6 min) applying a kernel patch + userland to get to the point in this video.

The NSA and FBI have been spying on you without a warrant using section 702 of FISA for decades. Trump wants Congress to renew the law. Here are concrete examples of how this law has been abused – across administrations – and why Congress shouldn't rubber-stamp it.

me: hey bank can you move some of this money to my savings account over at that bank? you've done it hundreds of times bank: sure, it'll get there in 2 days me: oh, can i pretend i'm sending a zelle payment to myself? bank: sure, it'll be there in 2 seconds why is ach still so slow

Bluetooth keyboard working on #OpenBSD Logitech MX Keys Mini connected via BLE (HOGP). - USB HCI transport - SMP LESC pairing ECDH + AES-CMAC crypto - ATT/GATT - HID over GATT

OpenBSD console showing Bluetooth keyboard working. sysctl shows OpenBSD 7.9-beta GENERIC.MP kernel. dmesg shows "btkbd0 at btlehid0 reportid 1: 8 variable keys, 6 key codes" and "wskbd1 at btkbd0 mux 1". wsconsctl shows keyboard1.type=bluetooth with US encoding. All commands typed on a Logitech MX Keys Mini connected via BLE.