I find it striking that AI-generated art characteristically draws human hands with too few or deformed fingers, which is similar to how counting your own fingers is a common (and presumably effective) trick to determine whether you are dreaming. What parallels between human cognition and simulator machines does this hint at?
Calls into question various points made in A Chemical Hunger.
A FreeBSD variant for capability-enhanced computer architectures.
Free cross-platform Podman management app.
Free cross-platform containerd and Moby (Docker) management app.
Handy tool for picking components for a PC build and estimating total cost.
A tool to estimate how powerful a gaming PC you can build depending on your budget.
Complicated.
A Kubernetes admission control endpoint. Easy to deploy and configure.
I use it for mutating admission control in order to patch resources deployed by Helm charts or operators.
Container-based CI.
Kotlin Multiplatform app navigation and architecture framework for declarative UI that works well with MVIKotlin.
ModelβViewβIntent for Kotlin Multiplatform. Works well with Jetpack Compose and Compose for Desktop. Supports time-travel debugging.
In asynchronous code, Swift provides access to single-shot continuations. I wonder what fun trickery one could perform by abusing this.
Podcasts, articles, and tutorials on Swift and SwiftUI.
A popular tutorial that teaches Swift, SwiftUI, and mobile app development in 1 hour a day, for 100 days.
A binary-to-text encoding optimized for UTF-16.
Detects unsafe Rust code.
Rust crate that fails compilation if your code can panic.
Rust crate that helps make your code unsafe.
Rust crate that casts any reference to 'static
lifetime using only nominally safe code.
Rust crate that implements transmute
using only nominally safe code.