Semi-supervised clustering with logic programming
Explores using logic programming and Prolog for semi-supervised clustering, arguing it's more intuitive than traditional algorithms for rule-based problems.
Explores using logic programming and Prolog for semi-supervised clustering, arguing it's more intuitive than traditional algorithms for rule-based problems.
Explores 3D content as a new, more complex format on the 'content curve' beyond text, images, and video, and its unique interactive potential.
A technical guide on migrating JavaScript test suites from Jest to the native Node.js test runner, covering setup, features, and differences.
Exploring mixed-precision techniques to speed up large language model training and inference by up to 3x without losing accuracy.
Explores how mixed-precision training techniques can speed up large language model training and inference by up to 3x, reducing memory use.
Explores Project Lilliput's compact object headers in Java, which can reduce memory usage by 10-20% by shrinking the standard object header.
Highlights 20 new and upcoming CSS and UI features announced at Google I/O 2023, including container queries, nesting, and scroll-driven animations.
Michael's monthly TinyPilot business update covering fulfillment transition, revenue stats, and team workload reduction in month 34.
Explores catalog-level data versioning with Project Nessie and Dremio Arctic, covering branching, rollbacks, and multi-table transactions for data lakehouses.
Analyzes the corporate pushback against remote work, questioning the stated reasons and exploring underlying power dynamics and economic factors.
A developer shares their experience building an image generation app using SpriteKit and SwiftUI, including challenges and breakthroughs.
A guide to generating Salesforce test data using OpenAI GPT-3 and Azure Logic Apps, bypassing traditional methods.
The article argues that JavaScript's forEach method can be a code smell due to performance overhead from function allocation, especially in nested loops.
A guide to managing static assets in Vite projects, covering configuration strategies for predictable file placement, hashing, and using a custom plugin.
A developer documents their experiment using ChatGPT to build a full-stack web application, detailing the tech stack, challenges, and outcomes.
Explores the strategic importance of Generative AI and how to build sustainable competitive advantages (moats) in AI products.
Explains how to use ordered indexes in Entity Framework 7 for database query optimization, including performance benefits and implementation.
A guide on how to model and calculate DynamoDB costs during the design phase to make informed architectural decisions.
A guide for engineering managers on the critical importance of having difficult conversations early to address team performance and accountability.
Explains how to reuse code in Azure Bicep using parameters, loops, and modules, and introduces the public module registry.