Featured post what's this? ✨ Central Package Management in .NET - Simplify NuGet Dependencies Managing NuGet packages across multiple .NET projects used to be a nightmare of version mismatches and maintenance headaches, but Central Package Management (CPM) offers a powerful solution by letting you control all package versions from a single source ...
IdentityServer in Docker Containers: HTTPS and SameSite (Part 3) Fix IdentityServer login issues caused by cookie restrictions. Learn to secure containers with HTTPS in Docker and adjust cookie settings...
A Dozen Programmer Utilities | Jesse Liberty Two years ago, I made a list of my indispensable tools. Here is a quick updated version:
ChatGPT vs. Advent of Code 2024 Day 8: Resonant Collinearity Will ChatGPT find all the collinear antinodes of antennas, or will it fail to solve day 8 of Advent of Code? #openai #chatgpt #python #ai #codeinterpreter #adventofcode Contents: 0:00 - Intro 0:18 - Part 1 5:05 - Part 2 6:16 - Summary
Boost Your .NET Projects: Unleashing the Power of Spargine’s Type Extension Methods Spargine is an open-source project for .NET 8, featuring assemblies and NuGet packages crucial for .NET applications. It includes the TypeExtensions class, offering performance-optimized methods th…
0x01 - Killing Windows Kernel Mitigations This post was made possible through hard work and determination. Do not feel frustrated if this stuff does not click immediately and remember, the source of truth will always be the source code. For us, our source code is raw assembly. That said it’s impo...
Identifying excess rounding Given the hubbub about Blue Cross and paying for anesthesiologists, there was an interesting paper making the rounds, Comparison of Anesthesia Times and Billing Patterns by Anesthesia Practitioners…
Galloping Search - blag I recently learned about Galloping Search while building a distributed log called s3-log. It’s used to search sorted items when the upper bound is unknown. In this short post, I will share my notes and other alternatives I discovered for searching over un...
Strategy is Not War; It’s Gardening When most people think of strategy, they think of war. And it’s no wonder—our history books, leadership courses, and even popular business books are filled with military metaphors. From The Art of …
Does the AGPL Work? It might be important to you that users of software you write are able to modify it, in which case you might release it with a copyleft license like the GPL. For example, imagine someone's making a device that will run Linux. They need to tweak Linux so ...
When Self–Hosting Fails: The Night My Blog Vanished | ByteDrum A self-hosting nightmare: How my blog vanished overnight, teaching hard-won lessons about balancing tech idealism with practical reliability in the digital world.
Towards an LLM-Enhanced Software Development Process: Putting LLMs to Use in Requirements Development No Silver Bullet, Revisited? Fred Brooks , in his foundational essay, " No Silver Bullet ," argues that "there is no single development, in ...
How to 10x the performance of most software By focusing on the code performance optimizations that you can see with simple tools and methodology
Lies I was Told About Collaborative Editing, Part 1: Algorithms for offline editing / Moment devlog In early 2024, I began investigating