GitHub - leejet/stable-diffusion.cpp: Stable Diffusion in pure C/C++ Stable Diffusion in pure C/C++. Contribute to leejet/stable-diffusion.cpp development by creating an account on GitHub.
hahaha we live in hell sitting in my car in a Seattle parking lot. there's a knock on my window. it's an old lady, who asks me "how do we pay for parking?" ---------------------------------------- she's taking her husband to the hospital to see his doctor, but there's a massi...
So, your friend has a startup idea, huh? The Scenario If you are a software engineer, then the following scenario inevitably happens to you: Your friend (or relative, neighbor, acquaintance, etc) learns you are a software engineer. She te…
Precision and Recall are just filtered accuracies In this post I will show how precision and recall are related to accuracy and how they can be thought of as filtered versions of accuracy. Accuracy¶Accuracy is a fundamental concept in evaluating every day systems. In simple terms, accuracy is defined as ...
Making a USB Mute Button for Online Meetings - ClickedyClick Since Google Meet teases us to add a USB device to controll calls, let's learn how to teach an Arduino clone to act like a phone mute button, and thus ultimately being capable to act like an infinite variety of peripheral devices.
Let's build a website using XML! It is 2023. XHTML is dead and buried. HTML is a "living standard" with billions of users. So what kind of idiot would want to build a website using XML? Me. I am that idiot. Last year, I launched a "web page" which didn't use HTML. Called, appropriately e...
Analyzing Visual Database Query Plans from a CLI tl;dr: we’ve created new SQL commands ( SHOW PROFILE UI, EXPLAIN UI and SHOW PLAN UI) that allow developers to more easily visualize their SingleStoreDB query plans. It’s the little things! I recently tried to define Database Developer Experience, which ...
The Scourge of 00UB | Gavin D. Howard Compiler authors claim that the possibility of UB is a license to kill. They are not James Bond.
Nothing Matters It's far too easy to be passive and experience life as the default, but it's clear to me that it works the other way around.
Visual Studio 2022 17.7 with .NET and C++ Development Features, Performance Improvements, and More Visual Studio 2022 17.7 is now generally available. It brings plenty of features and improvements to create a high-level developer experience, based on community feedback. There are new features within .NET and C++ development as well as these ones that i...
What is Chaos Testing? #shorts #microservices What is Chaos Testing? #shortsSupport me on Patreon to access the source code:https://www.patreon.com/mohamadlawandLet us connect:🌍 My website - https://m...
Beautiful UI Controls for .NET MAUI with Telerik UI Becky is joined by Sam Basu from Progress to show off the latest controls in Telerik UI for .NET MAUI! See how to build beautiful apps with their lovely cont...
Testcontainers For Easy Integration Testing In .NET #shorts 📌 Check out my Pragmatic Clean Architecture course: https://www.milanjovanovic.tech/pragmatic-clean-architecture🚀 Join 770+ engineers in my Patreon commun...
How to Solve the HTTP Error 500.31 - Code Maze This article explores how to diagnose and solve the HTTP Error 500.31 - Failed to Load ASP.NET Core Runtime Error
.NET Architecture | Communication patterns inside a Modular-Monolith 0:00 Introduction1:28 Async communication3:30 RabbitMq as message broker6:10 Types of Exchanges7:05 RabbitMq setup9:41 Vertical slices setup12:34 How it all ...
Building a Smart Home - Part 13 Wall Mounted Dashboards | LINQ to Fail Let's take our smart home to the next level with a wall mounted dashboard!
Advanced Rate Limiting Use Cases In .NET Rate limiting is about restricting the number of requests to your application. It's usually applied within a specific time window or based on some other criteria. Rate limiting is practical for a few reasons: - Improves security - Guards against DDoS att...