Should you discretize continuous features for Machine Learning? 🤖
Explores the pros and cons of discretizing continuous features in machine learning, with a practical guide using scikit-learn's KBinsDiscretizer.
Explores the pros and cons of discretizing continuous features in machine learning, with a practical guide using scikit-learn's KBinsDiscretizer.
An analysis of key qualities that define excellent non-corporate technical blogs, including tackling complex topics and showing working code.
Explores the development of AI-powered typography tools that assist designers with font selection, spacing, and layout to create more empathetic and accessible designs.
Explains how to configure darkman to expose dark/light mode preferences via the xdg-desktop-portal API on Linux.
A tutorial on using Server Actions in Next.js 14 for full-stack CRUD operations with Prisma and SQLite.
FDO bans Hyprland maintainer Vaxry for toxic behavior, sparking public debate about community conduct and enforcement in open-source projects.
A tutorial on reading CSV data, deserializing it into Rust structs, and displaying it as a formatted table in the terminal using crates like csv, serde, and ratatui.
A developer investigates a segmentation fault in a .NET crash-analyzer tool, detailing the debugging process on Linux using WinDbg.
Microsoft Entra ID's new multitenant organization feature enables collaboration across multiple Azure tenants, improving user discovery and Teams integration.
Explains how Puzzmo's API uses a plugin architecture and TypeScript to manage per-game customizations for features like leaderboards and news.
Explains how to add deconstructors to third-party C# types using extension methods, enabling tuple deconstruction for unmodifiable code.
A developer's journey building a TV show recommendation engine using AWS SageMaker, from data collection to model deployment.
A developer compares 8 LLMs on a custom retrieval task using medical transcripts, analyzing performance on simple to complex questions.
A data engineer reflects on their 2-year career journey at the City of Boston, sharing lessons learned in data warehousing, ETL, and civic tech.
A six-month review of the Glove80 ergonomic keyboard, detailing long-term comfort, pros, cons, and minor customizations.
Explores using modern CSS features like custom properties and :has() for testing HTML integrity and highlighting markup anti-patterns.
A technical guide on building a Retrieval-Augmented Generation (RAG) system in Go to query PostgreSQL tabular data using Google's Gemini LLM.
Explores algorithms for generating Fibonacci numbers, from a naive recursive approach to optimized dynamic programming and iterative solutions.
A technical guide for Mastodon users to find and follow Threads accounts using curl commands and WebFinger protocol.
A technical guide to rebuilding the Remix Contacts tutorial using Next.js 14, React Server Components, Server Actions, Prisma, and Transitions.