Diag| Considering item [tag:pappp.net,2026-01-29:/2451557] "Slopaganda: AI images posted by the White House and what they teach us"
Diag| Considering item [tag:pappp.net,2026-01-29:/2451518] "SpaceX in Merger Talks with xAI"
Diag| Considering item [tag:pappp.net,2026-01-27:/2450683] "Albania Created an ‘A.I. Minister’ to Curb Corruption. Then Its Developers Were Accused of Graft."
Diag| Considering item [tag:pappp.net,2026-01-27:/2450729] "Xfwl4 – The Roadmap for a Xfce Wayland Compositor"
Diag| Considering item [tag:pappp.net,2026-01-25:/2450237] "FAA institutes nationwide drone no-fly zones around ICE operations"
Diag| Considering item [tag:pappp.net,2026-01-23:/2449737] "Microsoft Gave FBI Keys to Unlock Encrypted Data, Exposing Major Privacy Flaw"
Diag| Considering item [tag:pappp.net,2026-01-20:/2448840] "Immigration Agencies Are Openly Defying Federal Courts"
Diag| Considering item [tag:pappp.net,2026-01-14:/2447163] "SparkFun Officially Dropping AdaFruit due to CoC Violation"
Diag| Considering item [tag:pappp.net,2026-01-09:/2445771] "Logistics Is Dying; Or – Dude, Where's My Mail?"
Diag| Considering item [tag:pappp.net,2026-01-06:/2444687] "Researcher Wipes White Supremacist Dating Sites, Leaks Data on okstupid.lol – Hackread – Cybersecurity News, Data Breaches, AI, and More"
Diag| Considering item [tag:pappp.net,2026-01-05:/2444673] "Dell is eating humble pie and bringing back the XPS brand"
Diag| Considering item [tag:pappp.net,2026-01-05:/2444589] "PicoPCMCIA leverages the Raspberry Pi RP2350 to emulate a PCMCIA card"
Diag| Considering item [tag:pappp.net,2026-01-05:/2444396] "ICE is using facial-recognition technology to quickly arrest people"
Diag| Considering item [tag:pappp.net,2026-01-04:/2444185] "Developing a BLAS Library for the AMD AI Engine [pdf]"
Diag| Considering item [tag:pappp.net,2026-01-03:/2444143] "Total monthly number of StackOverflow questions over time"
Diag| Considering item [tag:pappp.net,2025-12-27:/2442641] "Researchers develop a camera that can focus on different distances at once"
Diag| Considering item [tag:pappp.net,2025-12-22:/2441759] "Anna’s Archive Backed Up Spotify, Plans to Release 300TB Music Archive"
In another episode of fixing things for the Cameras as Computing Systems class I’m taking, I made a PKGBUILD that apparently correctly builds and installs chdk-ptp on Archlinux systems. Chdk-ptp is a tethered-control application for Canon cameras running CHDK, that hooks a variety of custom extensions to the ptp protocol. Their build system is a little lackluster, is missing things like an install rule, and requires a helper script be installed to do some path munging before running the binary, but the documentation is good enough to sort it out, and the program itself seems to work. My package depends on iup-all-bin from the AUR which also provides the cd dependency (not marked in its provides array, though there isn’t an official package to conflict with). I tried to use the built-from-source AUR packages for cd (Seriously, who thought that was a good name for a piece of software?) and iup, but iup was giving me a hassle and the chdk-ptp documentation suggests the binary distribution will be less trouble anyway.
The PKGBUILD format has changed a bit since I was last making my own- I like most of the changes in terms of clarity and modularity, but it does require a bit of re-learning. It also means I have a couple of pet packages that probably need attention.
The build is a little janky so despite it passing through namcap with only one expected warning, I don’t want to put it in the AUR until I’ve tested it enough to be reasonably sure it works as intended. I expect I will get around to that eventually.