Diffusion models; or Yet another way to sample from an arbitrary distribution
A non-expert's humorous exploration of diffusion models as a method for sampling from arbitrary probability distributions, touching on measure transport.
A non-expert's humorous exploration of diffusion models as a method for sampling from arbitrary probability distributions, touching on measure transport.
A technical guide on deploying the FLAN-T5-XXL large language model for real-time inference using Amazon SageMaker and Hugging Face.
Explains how to access and use environment variables in JavaScript and Node.js, including differences between CLI and browser environments.
Meta is restructuring, asking many managers to become individual contributors or leave, as part of an efficiency drive.
Explains speculative sampling, a technique using a draft and target model to accelerate large language model text generation.
A developer details building a blog using Gatsby and AWS, focusing on DevOps principles, performance, SEO, and professional certification goals.
A technical guide on implementing a reading time feature for markdown content in both Nuxt 2 and Nuxt 3 frameworks.
A guide to implementing multi-tenancy in ASP.NET Core applications using RavenDB, covering architecture, advantages, and code examples.
A review of Buttondown, an email newsletter service that can automatically send content from an RSS feed, ideal for web-first publications.
Argues that product backlogs are harmful, never shrink, and proposes working without them for better productivity and team alignment.
A curated reading list of key academic papers for understanding the development and architecture of large language models and transformers.
A curated reading list of key academic papers for understanding the development and architecture of large language models and transformers.
A short guide on integrating the Shiki syntax highlighter into an Eleventy (11ty) static site project with minimal code.
A tutorial on integrating Entity Framework Core 7 into an ASP.NET Core web application, covering project setup and database configuration.
A guide to using browser developer tools, specifically in Firefox and Chrome, to test and ensure color contrast meets web accessibility standards (WCAG).
A technical guide on oversubscribing GPUs in Kubernetes using time slicing for development and light workloads, with setup instructions.
A deep dive into a powerful 3-line CSS utility for managing vertical spacing and flow in web layouts, explaining its evolution and practical applications.
A technical guide on implementing scroll offset tracking in SwiftUI ScrollViews using preference keys and GeometryReader.
Analyzes the performance difference between SQL's FILTER clause and CASE expressions in aggregate functions, using PostgreSQL benchmarks.