On pride and vainglory Pride, as Aquinas defines it in De Malo , is “the inordinate desire for pre-eminence” (Question 8, Article 2). With Augustine and the Christ...
I'm sorry, but those are vanity evals | Hex Using GPT-4.1 as a case study of our framework for impactful LLM evaluation
Theory in practice: Why Treating Metadata as Relations Pays Off Underpinning relational databases you find a very powerful principle: all your information should be represented as attributes drawn from domains in relations(Pascal 2020). This is Codd’s Information Principle #1. This principle isn’t just fluffy theory: ...
Do you need years more therapy, or could one conversation resolve the issue? I’ve been trying to one-shot my clients’ lifelong issues. Occasionally it works.
C has its limits. If you know where to look. Thank you, Bing Copilot (ChatGPT), for giving me another “thing I just learned” to blog about. In the early days of “K&R C”, things were quite a bit different. C was not…
Part 4: Finding pride in shipping real features | Daniel Sada Caraveo | Developer Productivity & Culture Part 4 of my software journey—bridging academic learning with real-world impact.
Graphs, Embeddings, and LLM-Generated Jokes I started Recurse Center last week as a part of the Spring 2 2025 batch and am having a blast so far. This was my first mini project of the batch.
What will you do with the freedom GenAI offers? The GenAI eco-system claims freedom from boring work but are you really free?
Procedural Textures with Hash Functions A visual exploration of a family of 2D hash functions for procedural texturing, where a simple quadratic equation produces amazing variety as the parameters are varied.
what's the deal with gemini? Google's Gemini tops the charts, yet it fails at basic production use cases.
The Post-Developer Era • Josh W. Comeau When OpenAI released GPT-4 back in March 2023, they kickstarted the AI revolution. The consensus online was that front-end development jobs would be totally eliminated within a year or two.Well, it’s been more than two years since then, and I thought it w...
Reverse engineering Claude Code • Kir Shatrov I’ve been curious about what happens inside Claude Code so I’ve spent a couple hours digging through prompts that it sends back to Anthropic.
Josh Duff | The joy of inventory software The purpose of inventory software is to take something about the world and represent it in a database so the people who care (like the people who own the things, or the people responsible for selling them) can look it up easily.
Hallucinations in LLMs: A Side Effect of Being Trained to Be Right? I’ve been thinking a lot about hallucinations in large language models lately, and I have a theory: they’re not just a quirk of imperfect training data or model size. They might actually be caused by instruction tuning - specifically, by how we train thes...
Introducing GPT-4.1 in the API Introducing GPT-4.1 in the API—a new family of models with across-the-board improvements, including major gains in coding, instruction following, and long-context understanding. We’re also releasing our first nano model. Available to developers worldwide ...
open-infra-index/OpenSourcing_DeepSeek_Inference_Engine at main · deepseek-ai/open-infra-index Production-tested AI infrastructure tools for efficient AGI development and community-driven innovation - deepseek-ai/open-infra-index
The Promise of American Higher Education No government—regardless of which party is in power—should dictate what private universities can teach, whom they can admit and hire, and which areas of study and inquiry they can pursue
On .NET Live - Every Cache a Painting, Revisited Caching is the secret ingredient for high performance apps! In this week's episode, community MVP Jody Donetti returns to give an update on FusionCache, an open-source library for caching in .NET applications. Featuring: Jody Donetti #dotnet #cache #dem...
Ship Software That Does Nothing - Kerrick Long's Blog Don't ship when you have a minimum viable product. Don't ship a prototype to get feedback. Ship a blank page to your production servers on day one.
.NET 10 Preview 3 - CLI Upgrades: Local SDK Installs, Shell Completion, Interactive Mode, & More Get .NET 10 Previews - https://dot.net/next Chet is here to show off some of the latest features coming to the .NET CLI in .NET 10 that just landed in Preview 3! Full Release Notes: https://github.com/dotnet/core/blob/main/release-notes/10.0/preview/pre...
Implementing the Outbox Pattern from Scratch Hi there! Today we are going to talk about the Outbox pattern. We'll see what it is, what problems it solves and how to implement it from scratch. Chapters: 00:00 : Theory 04:00 : Publishing an event 14:15 : Consuming an event
The Rise of Slopsquatting: How AI Hallucinations Are Fueling... Slopsquatting is a new supply chain threat where AI-assisted code generators recommend hallucinated packages that attackers register and weaponize.
Interesting links of the week 2025-16 Here are the best and most interesting articles, blog posts, videos, podcasts, and GitHub repositories I’ve run into over the last week (April 7, 2024 - April 13, 2025). Enjoy!
Why ABP Studio Might Be Better than .NET Aspire Want to know how ABP Studio stacks up against .NET Aspire? This short breaks it down with a side-by-side comparison and key takeaways! Full video: https://www.youtube.com/watch?v=gWsf2TP0OJI&t=815s #abpframework #dotnetaspire #productivity #softwaredev...
What is the Sliding Window Log Algorithm? #shorts 💌 Free Developer Insights: https://guiferreira.me/newsletter
The New Extension Members of C# are INSANE Get 40% off everything on Dometrain: https://dometrain.com/courses/?ref=nick-chapsas&promo=youtube&coupon_code=BIRTHDAY2 Subscribe to my weekly newsletter: https://nickchapsas.com Become a Patreon and get special perks: https://www.patreon.com/nickchapsa...
A custom 404 page in Blazor Web Apps Sometimes you want to have a custom 404 page - and since .NET 8 and "Blazor WebApps" the <NotFound> tag of the Router doesn't work anymore, so let's create a custom page for that.
GitHub - ariebovenberg/whenever: ⏰ Modern datetime library for Python ⏰ Modern datetime library for Python. Contribute to ariebovenberg/whenever development by creating an account on GitHub.