Mutating Python tuples by C FFI abuse
Explores how to mutate Python tuples, which are normally immutable, by using the C Foreign Function Interface (ctypes) to directly manipulate memory.
Explores how to mutate Python tuples, which are normally immutable, by using the C Foreign Function Interface (ctypes) to directly manipulate memory.
An exploration of the Plan 9 operating system, its innovative design principles, and its influence on modern computing.
Explores unexpected behaviors and edge cases of SwiftUI's .animation modifier, detailing when animations apply to more or less of the view tree than intended.
Author updates on new web design book edition, potential Vim/JavaScript projects, and shares experiences with custom keyboards and input devices.
A developer argues for using CSS box-sizing: border-box as the universal default, criticizing design systems that don't adopt it.
See original article on MediumThis article shows how you can easily inject a generic key/value into Google Cloud Monitoring and set up alerts on it. I
Introducing LicenseKit, an on-device license engine SDK for protecting closed-source software with commercial licenses.
A developer explains why Astro became their preferred framework for building a fast, static website with minimal JavaScript and flexible component islands.
A talk from Ubuntu Summit 2022 on how to maximize benefits from Open Source by contributing to communities like Python and Django.
Explores the shift to ELT in data engineering, focusing on modern tools like dbt, Fivetran, and Airbyte for loading and transforming data.
A tutorial on creating an R function to automate the generation of new Quarto blog posts, including directory structure and YAML front matter.
Lea Verou's re-election statement for the W3C Technical Architecture Group, focusing on web standards and developer needs.
A personal recap of the Dutch Clojure Days 2022 conference, covering talks on Humble UI, clojure.math, and the overall community experience.
A tutorial on visualizing custom statistical models, including linear and non-linear fits, using ggplot2 in R for data science workflows.
A guide to using your own domain for Mastodon account discovery without self-hosting a full server, focusing on WebFinger and ActivityPub.
Analysis of Auckland bus cancellations using R and GTFS data to visualize which trips are being removed from the timetable.
Explains the 'shift left' approach to integrating security early in the DevOps software development lifecycle for better outcomes.
Explores the history of copy-paste keyboard shortcuts, the Ctrl+C conflict in terminals, and proposes using Super+C as a universal solution.
A technical walkthrough of visualizing and improving a graph of Auckland bus cancellation data using R, focusing on data representation and coding techniques.
A guide to setting up optimal defaults for a Serverless Framework project using TypeScript, including plugins, configs, and AWS best practices.