https://luke.hsiao.dev
4 posts
Tech
Subscribe via RSS
Background If you haven’t noticed, AI and the datacenter build-out have taken a real toll on personal computing. Prices of RAM, NVMe, GPUs, and more have grown astronomically. As a point-in-time example, the desktop workstation I built in 2023 for $2075.29 (including tax) now costs $3459.48 (before tax). That is nearly a 67% increase before tax! Even before personal computing started getting so expensive, I’ve always been a fan of reducing and reusing old electronics, as have many others [1, 2,…
I occasionally have the need to create a recurring calendar event on a cadence that isn’t natively supported by Google Calendar. The most prominent example of this is an event that occurs on every 5th Sunday of the month, if one exists. This is very different than the “last” Sunday of the month. One nice workaround that seems to work well is to create an ICS file with the native 5th Sunday syntax and import it. Here’s an example file BEGIN:VCALENDAR VERSION:2.0 CALSCALE:GREGORIAN METHOD:PUBLISH…
I finally got a monitor that supports DDC/CI, so now I can easily switch my monitor and full peripheral set with 1 button!
Some notes and tips on how to use Changesets for versioning packages in a polyglot monorepo.