Hotfixing widgets for iOS 17: containerBackground + padding
A guide to hotfix iOS 17 widget issues: adopting the new containerBackground API and disabling extra padding for compatibility.
A guide to hotfix iOS 17 widget issues: adopting the new containerBackground API and disabling extra padding for compatibility.
An article comparing software engineering to gardening, emphasizing ongoing maintenance, adaptation, and thoughtful care over rigid planning.
A guide to deploying open-source Large Language Models (LLMs) like Falcon using Hugging Face's managed Inference Endpoints service.
A critique of Contributor License Agreements (CLAs) in open source, arguing they allow companies to later make projects proprietary.
A technical guide explaining how to configure VLANs, tagged/untagged ports, and PVIDs on a TP-Link managed switch, based on the author's debugging experience.
Learn how to add a Readme.md file to your NuGet packages to improve documentation and user onboarding on NuGet.org.
Livestream notes on refactoring the kr8s Python library by replacing aiohttp with httpx to add trio support.
A tutorial on integrating the WebAssembly-based webR runtime into an Express.js REST API to execute R code from a Node.js server.
A designer announces a new conference talk about iterative UX design for diverse devices and invites speaking opportunities at tech events.
A developer explains why they prefer xUnit over other .NET testing frameworks, focusing on its test isolation design.
A technical tutorial on using R to analyze and visualize personal Google Location History data, using a 5,000-mile road trip as a case study.
Discusses the need for clear support expectations in open source to reduce maintainer burnout and improve sustainability.
PowerShell script to identify Azure VMs not built from Marketplace images, useful for detecting lift-and-shift migrations.
Learn how to use the 'act' CLI tool to locally test and debug GitHub Actions workflows, speeding up development.
Guide to configuring the angular-auth-oidc-client library using Angular's new functional APIs for providers, interceptors, and guards.
A technical guide on using the open-source Audacity software to record, master, and publish a podcast, including specific settings and workflow tips.
A comparison of documentation tools like Confluence, SharePoint, and Azure DevOps wikis for software teams, focusing on collaboration and feature requirements.
Introduces the new opinionated formatter for Bicep templates in VSCode, detailing its experimental features and configuration for code style consistency.
Techniques to reduce memory usage by up to 20x when training LLMs and Vision Transformers in PyTorch.
A guide to 9 PyTorch techniques for drastically reducing memory usage when training vision transformers and LLMs, enabling training on consumer hardware.