The Fundamentals Still Matter With the rise of LLMs, I am seeing tech professionals blatantly skipping over the fundamentals. For example, in my world of data analytics, SQL is table s...
Propshaft Performance Issues on Rails 8 Personal website for Aaron Brethorst - Seattleite, technology leader, photographer, transit enthusiast, erstwhile non-runner.
Gigabit Ethernet Over Telephone Lines - Real-World Testing | TripleTime Can existing telephone installation cables handle Gigabit Ethernet? Performance testing with iperf3 shows surprising results.
How not to break a site – sirre.al <script> tags follow unintuitive parsing rules that can break a webpage in surprising ways. Fortunately, it’s relatively straightforward to escape JSON for script tags.
Is HTMX Dying? DISCLOSURE: If you buy through affiliate links, I may earn a small commission. (disclosures)
i made a thing: YouTube Hidden Video Search Generator i made a website that easly searches youtube for unseen videos! check it out here https://hiddenyoutube.onrender.com/
OOP is not Design Patterns It's tough to build a design pattern thinking that fits rightly at the problem that you are solving.
No Model Selector, Always the Best Models There are a lot of models these days. I find myself asking the same question – like literally the exact same prompt copy and pasted – to various models from various providers. I use the exact same prompt because I’m curious to probe how the various models...
You Might Not Need RAG - Matthew Newton How our straightforward approach of letting the LLM read complete documents outperformed a sophisticated RAG pipeline, and what we learned about agentic retrieval versus traditional retrieve-then-generate approaches.
Please Don’t Send “See Below” Email threads have got to be one of the worst possible forms of communication. You've been here before. A perfectly respectable morning is passing by. You're...
InstaVM - Secure Code Execution Platform Execute code securely in isolated virtual machines with our high-performance cloud infrastructure.
Food, housing, and health care costs are a source of major stress for many people - AP-NORC About half the public identify the cost of groceries as a major source of financial stress. Nearly 1 in 5 of them have used so-called Buy Now Play Later services to buy their groceries.
GitHub - Nicholas-L-Johnson/flip-card Contribute to Nicholas-L-Johnson/flip-card development by creating an account on GitHub.
Linear sent me down a local-first rabbit hole | Bytemash A deep dive into local-first architecture, triggered by wondering why Linear feels so fast. Looking at the technical implementation, exploring tools like Jazz and Electric SQL, and explaining why my next app might not need API endpoints.
You’re Doing Rate Limiting Wrong in .NET Join a community of 5000+ .NET developers: https://www.patreon.com/milanjovanovic Want to master Clean Architecture? Go here: https://bit.ly/3PupkOJ Want to unlock Modular Monoliths? Go here: https://bit.ly/3SXlzSt (Rate Limiting Minimal APIs and Control...
GPT-5 Released: What the Performance Claims Actually Mean for Software Developers OpenAI just released GPT-5, calling it their best coding model yet. Let's break down what the performance numbers actually mean and whether this matters for real development work.
Cursor CLI | Cursor - The AI Code Editor Install and use the Cursor command-line interface to run AI coding workflows and automate tasks from your terminal.
gpt-5 leaked system prompt gpt-5 leaked system prompt. GitHub Gist: instantly share code, notes, and snippets.
Coding Faster with dotNetTips.com Spargine 8: August 2025 Release I am delighted to announce the release of Spargine 8 (v2025.8.8.6) on August 6th, 2025. Spargine, my open-source project, now offers NuGet packages for .NET 8 & 9. These enhancements have been …
Flipper Zero DarkWeb Firmware Bypasses Rolling Code Security Over on YouTube Talking Sasquach has recently tested custom firmware for the Flipper Zero that can entirely break the rolling code security system used on most modern vehicles. Rolling code security works by using a synchronized algorithm between a transm...
OpenAI's new open-source model is basically Phi-5 OpenAI just released its first ever open-source large language models, called gpt-oss-120b and gpt-oss-20b. You can talk to them here. Are they good models…
The Untapped Power of Veteran Engineers: Why Companies Are Overlooking Their Most Valuable Assets – Part 3 The content emphasizes the critical value of veteran software engineers, highlighting how their experience can enhance team outcomes beyond coding roles. It critiques the trend of assigning key pos…
Six interesting use cases for Azure DevOps MCP Server for the daily work of a developer While preparing my session for DWX 2025, in which I demonstrated a simple use case for Azure DevOps MCP Server (creating a user story from within the IDE), I came up with some other interesting use…
The Field Keyword in C# 14 Register to my next webinar to Level up your Software Development Career and Become a Master and Highly Paid Technical Leader: https://www.productivecsharp.com/webinar/
Getting Started with GraphQL in .NET Get 30% off everything on Dometrain: https://dometrain.com/courses/?ref=nick-chapsas&promo=youtube&coupon_code=SUMMER30 Subscribe to my weekly newsletter: https://nickchapsas.com Hello, everybody. I'm Nick, and in this video, Michael Staib will show you ...
.NET AI Community Standup - ⚡Blazing-Fast AI Inference on a Budget What if you could process over 20,000 sentences per second without breaking the bank? In this session, we’ll explore how to take AI workloads traditionally built in Python and turbocharge them using .NET. We’ll cover the journey from Hugging Face models ...
The Definitive Guide: MAUI Blazor Hybrid & Web Get a subscription and improve your career: https://courses.devs.school In this Definitive Guide to MAUI Blazor Hybrid & Web, we build a cross-platform AI Image Generator that runs in Blazor Web and .NET MAUI (Windows/Android). You’ll learn to share UI a...
I'm back, and let's talk about Aspire Fritz is diving into Aspire use with OpenTelemetry so that we can do some more cool logging and reporting from TagzApp
Do this NOW: Use Disposable Windows for Maximum Security! Make your PC experience radically cleaner and safer by enabling this little-known but important Windows feature! Free Sample of my Book on the Spectrum: https://amzn.to/3zBinWM Check out my new merch store at: http://davesgaragemerch.com/ Check out Sho...
VIBECHART.NET - The Art of Subjective Data Visualization Vibecharting: To chart based on what you want to see instead of what is true, beautiful, or useful. The art of subjective data visualization.
Noteflakes - P2 - a Functional HTML Templating Engine for Ruby I’ve just released P2, a new HTML templating engine for Ruby. P2 builds on the work I did in Papercraft, but takes things quite a bit farther: templates are expressed as plain procs and are automatically compiled in order to make it fast. How fast?