.NET AI Community Standup - Semantic Kernel: What's New & Cool! Join us for an engaging conversation with Bruno Capuano and Microsoft MVP Rodrigo Liberoff as we dive into the latest updates on Semantic Kernel for C#. Discover powerful use cases, explore AI agents, and hey we may do some live code reviews. This is ...
When IBM Built a War Room for Executives A new video captures a remarkable 1968 demo of IBM’s Executive Terminal
Building a plugin system with C# - Part 2 Turn your videos into live streams with https://restream.io Fritz is working on adding a plugin system to SharpSite https://github.com/FritzAndFriends/SharpSite
The Simplest Way to Add Keycloak Authentication to Your .NET API Want to master Clean Architecture? Go here: https://bit.ly/3PupkOJ Want to unlock Modular Monoliths? Go here: https://bit.ly/3SXlzSt Join a community of 1000+ .NET developers: https://www.patreon.com/milanjovanovic Learn how to secure your .NET API with ...
StarCellar E03: Configuring logging with Apizr Episode 03 of an Apizr walkthrough building a MAUI app requesting a backend API. Apizr is a Refit based web api client manager, but resilient (retry, connectivity, cache, auth, log, priority, etc...). This episode is about configuring logging. APIZR If yo...
Your First day on the team = releasing Your first feature Welcome to our team! Today is your first day, which means it's the day you'll release your first feature. You'll see everything needed to design, implement, and release a feature in our system. We'll touch on F# language features, our TDD style, and some ...
ChatGPT vs. Advent of Code 2024 Day 13: Claw Contraption Will ChatGPT claw the prize or lose? Advent of Code 2024 day 13 is here! #openai #chatgpt #python #ai #codeinterpreter #adventofcode Contents: 0:00 - Intro 0:10 - Part 1 1:20 - Part 2 4:20 - Summary
Open-Source and Our Digital Legacies with Scott Harden RJJ Software's Software Development Service This episode of The Modern .NET Show is supported, in part, by RJJ Software's Podcasting Services, whether your company is looking to elevate its UK operations or reshape its US strategy, we can provide tailored...
Android XR: The Gemini era comes to headsets and glasses Android XR is our newest platform built specifically for XR headsets and glasses.
Creating a Radio Station This post will guide you step-by-step through the process of creating an internet radio station using the Icecast streaming server, with LiquidSoap as the audio router and Mopidy as the music server.
CADing and 3D printing like a software engineer, part 1 - baby step with an overengineered webcam raiser Fang-Pen Lin's blog about programming
My first DSF board meeting Thoughts and insights aboutr my first meeting as a Django Software Foundation board member.
Deliberate Restarts Only When solving a technical problem, I rarely restart a process or my computer. But when I was less experienced, I did this often. What changed? I learned...
Pipelines & Prompt Optimization with DSPy Writing about technology, culture, media, data, and all the ways they interact.
Defeasible Logic for Automatic Argumentation Computational argumentation uses strict and defeasible rules to model the logical structure of arguments and evaluate their validity by considering facts, counterarguments, and preferences. Let’s figure it out…
Twitter → X → Bluesky - Sergey Kaplich I’ve been using Bluesky daily for a month now and still love it. That’s why I’m sharing this post — after making sure it’s worth recommending.
On Understanding Data Abstraction, Revisited What if you could have your beautiful immutability, but keep object oriented programming?
Rhetoric LLMs and Argumentation How much are LLMs persuasive? Here a brief excursus on how automatic argumentation can benefit from LLMs linguistic skills
How I Calculate An x86 CPU FLOPs · Goodness Duru My friend and I have been taking some performance engineering courses. One thing we’ve come to realize is how important calculating the maximum Floating-point Operations per second (FLOPs) of a CPU is. It turns out this is a little trickier than it looks.