Form and Function: How I Lost My Submit Button & Got It Back
A web developer recounts a bug where moving a submit button outside its HTML form broke functionality, and how they fixed it using the form attribute.
A web developer recounts a bug where moving a submit button outside its HTML form broke functionality, and how they fixed it using the form attribute.
Analysis of the malicious shell script component in the xz backdoor attack, detailing its injection and execution mechanisms.
A detailed timeline of the multi-year social engineering attack that led to a backdoor in the xz compression library, a major open source supply chain incident.
An interactive guide explaining CSS container queries, their purpose, and how to implement them for responsive component design.
An updated guide on managing Python virtual environments per-project using direnv and uv, with tips for cross-architecture development.
A technical guide on accelerating the Mixtral 8x7B LLM using speculative decoding (Medusa) and quantization (AWQ) for deployment on Amazon SageMaker.
A guide for ASP.NET Core developers on optimizing image delivery using HTML's srcset and sizes attributes to improve performance and Core Web Vitals.
Explores the concept of signed zero in IEEE-754 floats, its mathematical implications, and a real-world issue with complex number discontinuities in Qiskit.
A developer's monthly digest covering tech books, industry commentary, AI debates, and personal reflections on walking and productivity.
A developer's yearly recap of projects including a self-published game, a personal ranking web app, and contributions to Advent of Code.
Explores a surprising C# compiler warning when using pattern matching with nullable properties, revealing edge cases in static analysis.
A technical walkthrough of preparing and analyzing the global Open Charge Map dataset for EV charging points using DuckDB and Python.
Explains the concept of 'symbolically nested' statistical models, their computational advantages, and their importance in survey analysis.
A hands-on tutorial on building a data lakehouse pipeline using Spark, Dremio, and Superset to move and analyze data.
Explores methods to detect the on-screen keyboard in iOS Safari, focusing on viewport monitoring and input focus for PWAs.
A data visualization expert details their participation in the #30DayChartChallenge, using DataWrapper to create interactive charts based on 'The Simpsons' data.
The author announces a change in the blog's content license from CC BY-SA 4.0 to the more permissive CC BY 4.0, citing a shift in perspective on licensing reciprocity.
VS Code includes a built-in Simple Browser, useful for demos and pair programming to reduce window switching.
A guide to using SwiftyMocky, a mocking framework for Swift, to simplify unit testing by creating mocks for dependencies.
Analysis of recent AI research papers on continued pretraining for LLMs and reward modeling for RLHF, with insights into model updates and alignment.