Building a Critter Stack Application: Wolverine as Mediator Hey, did you know that JasperFx Software is ready for formal support plans for Marten and Wolverine? Not only are we trying to make the “Critter Stack” tools be viable long term options for your sh…
LLM As A Function LLMs have seen a huge surge of popularity with ChatGPT by going from prompt to text for various use cases. But what's really exciting is that they are also extremely useful as ways to implement normal functions within a program. This is what I call LLM As...
The Fork Bomb: What it is, how it works, and where it originated Connect with Lunduke and other members of Lunduke community
I Started With Nix, NixOS, Home Manager and Flakes I Started With Nix, NixOS, Home Manager and Flakes
Now I Can Just Print That Video It all started with Instagram Reels showing me too many yummy cooking videos. I wanted to try some recipes out myself. But I didn’t want to have to keep my phone in the kitchen, and I didn’t want to have to keep unlocking it to see the next step. I wanted...
Simplifying Complexity: The Journey from WebSockets to HTTP Streams This article explores the transition from a WebSocket-based implementation to a simpler, more direct stream over HTTP in the context of capturing touch screen inputs on Linux. It begins by introducing the main theme, encapsulated in the statement Everythi...
Own Your MX Record Your email address is the most important digital asset you have. Make sure you own and control it.
Local LLMs as browser sidekicks Introduction The rapidly evolving AI era presents new discoveries daily, particularly in software engineering, where AI assistants are now integral to our workflows. While these innovations have boosted productivity, they also bring challenges like: Relia...
Blazor WASM Lazy Loading In this post I will teach you how to lazy load assemblies in your Blazor applications. All with live working demo.
How Uber Computes ETA at Half a Million Requests per Second #26: And How Online Maps Work Explained Like You’re Twelve (5 minutes)
How to Take Advantage of CSharp Optional Parameters for Cleaner Code Learn how to make your code more readable, flexible, and maintainable with CSharp optional parameters. Check out these examples of optional parameters in C#!
Captcha component for Blazor Today, Jinget Blazor components are becoming open source. Jinget Blazor contains numerous useful components such as Captcha, Jalali…
clang now makes binaries an original Pi B+ can't run I have a bunch of Raspberry Pi systems all over the place, goofy things that they are. They do dumb and annoying jobs in strange locations. I even have one of the older models, which is called just the B+. You can think of it as the "1B+" but appare...
How Are .NET APIs So Much Faster than Everything Else? Use code REFAC20 and get 20% off the brand new "Refactoring for C# Developers" course on Dometrain: https://dometrain.com/course/from-zero-to-hero-refactorin...
How to start a modern C++ project - Mikhail Svetkin - Meeting C++ 2023 C++ is a powerful language with a rich history and a wide range of applications. However, working with C++ can be challenging due to its complexity. Fortunat...
Building a Smart Home - Part 14 Motion, Occupancy, and Presence | LINQ to Fail Walking into a room, lights turning on, feels like magic.
Containerizing .NET - Part 1 Containerizing .NET: Part 1 - A Guide to Containerizing .NET Applications This article is part of C# Advent 2023. For more articles in the series by other authors, visit https://www.csadvent.christmas/. This is the first in a series of articles on c...