HttpClient Factory pattern allows multiple named http client for various backend. This is a note about how to use it in Blazor WASM (.NET 6).
Short version: Same as in a Web API.
| Pipe error solve: | |
| https://www.youtube.com/watch?v=9F9AcMYh8yQ | |
| PHP XAMPP SETUP: | |
| one in all : https://www.youtube.com/watch?v=28dc3edU2Uc | |
| https://www.youtube.com/watch?v=HKuoc1KrOKs |
| # Apple Silicon laptops with firmware > 13.0 have a native charge threshold that does not required any userspace daemon running. | |
| # This native limit works even when the laptop is sleeping or powered off therefore it is preferable to the userspace daemon. | |
| # Nonetheless, it only works with fixed thresholds (80% as upper limit and 70% as lower limit). | |
| # CHWA key is the one used to enable/disable the native limit. 01 = 80% limit, 00 = no limit | |
| ## | |
| typeset -g smc_command="/usr/local/bin/smc" | |
| typeset -g smc_charge_limit_key="CHWA" | |
| typeset -g smc_charge_limit_status_on="01" | |
| typeset -g smc_charge_limit_status_off="00" |
To install the maui workload, you have two options:
dotnet workload install commands.msi files for each workload pack. Note that the concept of a "Visual Studio workload" is different than a ".NET workload".VS for Mac's installer and updater use dotnet workload install commands. It's considerably simpler to get a Mac machine to a clean state.
| <?xml version="1.0" encoding="utf-8"?> | |
| <opml version="1.0"> | |
| <head> | |
| <dateCreated>Thu, 02 Jan 2025 07:55:02 +0000</dateCreated> | |
| <title>Tiny Tiny RSS Feed Export</title> | |
| </head> | |
| <body> | |
| </outline> | |
| <outline text="Dot Net" ttrssSortOrder="0"> | |
| <outline type="rss" text=".NET Blog" xmlUrl="https://davecallan.com/feed/" ttrssSortOrder="0" ttrssPurgeInterval="0" ttrssUpdateInterval="0" htmlUrl="https://davecallan.com/"/> |
Connecting to services running in WSL 2 from external sources can be challenging due to the instances being on a different network. This guide offers a solution to replace the internal virtual switch of WSL 2 with an external version in Windows 20H2 (WSL 2.0) and configure it for better networking control.
This recipe uses a Hyper-V virtual switch to bridge the WSL 2 network, providing improved control and visibility of Windows' network adapters within Ubuntu. The configuration supports both dynamic and static IP addressing, eliminating the need for port forwarding and simplifying network setup.
A one-page-cheat-sheet for pilots absolutely new to Falcon BMS
The BMS-Minimum.key file contains almost 500 keyboard command bindings -- that's way too much to digest, to get started working through the training missions.
Do you really need to memorize hundreds of keyboard commands, to fly the F-16? No. Taxi, takeoff, basic flight and navigation, comms, landing, even employing basic AA and AG weapons -- it's a lot to learn, but most of what you need can be accessed by clicking buttons and switches in the virtual cockpit, when needed.
Learning what those systems are, and how they work, is hard enough in itself -- you shouldn't have to memorize hundreds of arbitrary keyboard bindings that real pilots don't!
This is a guide how to setup fast and stable workstation based on ClearLinux with KDE enwironment
Read System requirements, Check Processor Compatibility, get familiar with swupd package manager.
Download ClearLinux, make bootable USB drive with Rufus, boot from it and follow the instructions.
As of BMS 4.36 (and Win10 21H2) the defaults are all pretty good.. both in-game, NVidia console, and OS settings.
//TODO: AMD and Intel graphics?
In borderless-window mode, BMS even seems to support the Windows 10 "fullscreen optimizations" well (as of 4.35.x and later).
Here are my more detailed notes..