Skills in OpenAI API
Explains how to use the new 'Skills' feature in the OpenAI API, including inline base64-encoded tools for tasks like word counting.
Explains how to use the new 'Skills' feature in the OpenAI API, including inline base64-encoded tools for tasks like word counting.
Explores using Skills directly in the OpenAI API, including inline base64-encoded zip data, with a practical script example.
Introduces GLM-5, a massive new open-source AI model, and discusses the emerging concept of 'Agentic Engineering' for software development with LLMs.
GLM-5, a massive new 754B parameter open-source AI model, is discussed in the context of the emerging field of 'Agentic Engineering' for software development.
Introduces cysqlite, a new SQLite driver for Python written in Cython, with improved transaction handling and WASM support for Pyodide.
Introducing cysqlite, a new SQLite driver for Python written in Cython, with improved transaction handling and WASM support.
GExperts Code Formatter adds a new feature to align assignment operators (:=) in Delphi code for improved visual scanning.
Introducing ElementaryUI, a Swift frontend framework for web development that compiles to WebAssembly, offering React-like interactivity with less JavaScript.
GExperts IDE plugin now shares identifier casing data between its Uses Clause Manager, Code Formatter, and Code Proofreader tools for consistent Pascal/Delphi coding.
Explores the theoretical links between optimization algorithms (like gradient descent) and control theory, analyzing them as dynamical systems.
Explains the orthogonal Procrustes problem: finding a rotation matrix to align one matrix with another using SVD, with Python code.
Updates to the SQL Server First Responder Kit and Consultant Toolkit, including new AI-powered query tuning and long-term performance tracking features.
A daily roundup of links covering .NET updates, web development, AI trends, and various software engineering topics and tools.
A guide to implementing custom state validation for entities in EF Core using Data Annotations to catch errors before saving.
A daily tech reading list covering AI-generated code, tech debt, AI's impact on work, and updates on tools like Go 1.26 and Vertex AI.
A guide to using the ccusage tool to track and analyze your Claude Code token usage and cache efficiency from local logs.
Explores the need for new developer tools like Entire to manage AI-generated code, as traditional Git struggles with agent-written commits lacking context.
A developer rebuilds a childhood programming game using Claude AI as his engineering team, exploring AI-assisted game development.
A reflection on the 'Beautiful Web' of homemade, authentic websites driven by passion and personal expression, contrasting with commercial web trends.
Debugging SwiftUI performance issues by tracing state changes that cause slow view body updates using Instruments.