Autocomplete with nvim-cmp
A guide to creating a custom autocomplete source for nvim-cmp in Neovim, specifically for blogging tasks like tags and links.
A guide to creating a custom autocomplete source for nvim-cmp in Neovim, specifically for blogging tasks like tags and links.
Explains core prompting fundamentals for effective LLM use, including mental models, role assignment, and practical workflow with examples.
A guide for engineering managers on setting clear, effective probation goals for software engineers, with templates for senior and junior roles.
A developer details building a Lisp-to-JavaScript compiler in Rust, covering parsing, AST generation, and code transformation.
Explores the slow adoption of new CSS features like Container Queries and Layers, examining barriers like browser support and invisible improvements.
Analysis of internal FTC memos reveals a flawed 2011-2012 Google antitrust investigation, citing a lack of tech industry understanding.
Explores automatic query invalidation after mutations in React Query, covering implementation strategies and global cache callbacks.
A talk from PyCon Italia 2024 exploring the various ways developers can contribute to the Python community and its ecosystem.
The SEC has approved eight spot Ethereum ETFs, expanding institutional access to Ether and marking a major development in cryptocurrency regulation.
Explores GPT-4o, OpenAI's new multimodal AI model that processes text, images, and audio, now available in preview on Azure AI.
An analysis of the financial realities of writing technical books, covering royalty models, potential earnings, and publishing strategies.
A developer recounts their month-long project to create Bunnix, a Unix-like operating system for x86_64, detailing its features and components.
Explains tagged singletons in dependency injection, allowing multiple singleton instances of the same class distinguished by tags for different contexts.
A recap of the Nutanix .NEXT 2024 conference, covering key announcements like NXRail, Nutanix Central GA, and Project Beacon, along with technical breakout sessions.
A developer reflects on lessons learned from building a cross-platform React/React Native design system, focusing on consistency, velocity, and avoiding tight coupling.
A review of a VLDB paper proposing a 'Timestamp as a Service' as a fault-tolerant alternative to traditional timestamp oracles in distributed databases.
Explains why certain exception instances like OutOfMemoryException are pre-allocated in .NET memory dumps, even in simple applications.
Explores Data-Oriented Programming in Java, updating Brian Goetz's guidelines using modern features like records, sealed types, and pattern matching.
A software engineering manager shares a strategic framework to diagnose and fix common team problems like low morale, buggy code, and poor communication.
A technical guide on deploying Meta's Llama 3 70B Instruct model on AWS Inferentia2 using Hugging Face Optimum and Amazon SageMaker.