Instruction Pretraining LLMs
Explores recent research on instruction finetuning for LLMs, including a cost-effective method for generating synthetic training data from scratch.
Explores recent research on instruction finetuning for LLMs, including a cost-effective method for generating synthetic training data from scratch.
Building a Django job to send activation email reminders before user accounts expire, plus discussion on dependency management.
Introduces CARTE, a foundation model for tabular data, explaining its architecture, pretraining on knowledge graphs, and results.
Explores the idea that command-line interfaces foster social sharing and creativity, while GUIs are 'antisocial' and lack the same collaborative potential.
Building a persistent trial banner using a Django inclusion template tag to share data across pages in a SaaS project.
A conference talk exploring the modern reasons and use cases for using Redux in React applications today.
Guide to deploying AWS infrastructure using Terraform within Microsoft Azure DevOps pipelines, including setup for cross-cloud deployments.
Explains why typing in the terminal is confusing due to inconsistent text editing across different programs and shares useful tips.
A technical guide on using jq and shell scripting to extract multiple values from Terraform JSON output for database connection.
A guide to customizing your terminal shell prompt to display Git branch and status information using git-prompt.sh under Nix/Linux.
Applying API/UI design principles to education, arguing for immediate engagement over delayed theory to improve knowledge transfer.
Announcing skrub 0.2.0, a library update simplifying machine learning on complex dataframes with new features like tabular_learner.
Learn two methods to pass extra arguments, like a post ID, to server actions in React forms using hidden fields or function binding.
A developer shares his favorite productivity apps for 2024, including Obsidian for notes, Dabble.me for journaling, and Raindrop for bookmarks.
A guide on creating an npm package with TypeScript that supports both CommonJS and ECMAScript Modules (ESM).
A developer's recap of MCing the developer track at Figma Config 2024, highlighting talks on design, development, and live-coding.
A simple, five-step formula for building trust through reliability, clear communication, and consistent action in work and life.
A guide on tracing API request origins in .NET applications using a custom delegating handler and stack traces for debugging.
Explains JavaScript floating-point rounding errors in financial apps and offers solutions like integer-based calculations.
Argues that reinventing the wheel is essential for innovation, learning, and avoiding technical debt in software development.