How to use splitters
Open-source PixArt-δ image generator spits out high-resolution AI images in 0.5 seconds
Confrontation in Hawaii – Can they CONFISCATE your Drone?
Customize Ollama with Environment Variables
C# WebSocket Server
WebSocket Sharp
[WebSocket Sharp] is a very nice C# WebSocket library for server and client.
AppKit C# Wrapper for MacOS
using MonoMac.AppKit;
namespace Blazor_MacOS_UI
{
internal class NativeUtils
{
public static string GetActiveWindowTitle()
{
NSWorkspace sharedWorkspace = NSWorkspace.SharedWorkspace;
NSRunningApplication currentApp = NSRunningApplication.CurrentApplication;
// Get the process identifier of the frontmost (foreground) application
int processIdentifier = currentApp.ProcessIdentifier;
// Get the NSRunningApplication for the frontmost application
NSRunningApplication frontmostApp = NSRunningApplication.GetRunningApplication(processIdentifier);
// Get the localized name (title) of the frontmost application's main window
string foregroundWindowTitle = frontmostApp.LocalizedName;
return foregroundWindowTitle;
}
}
}
Blazor Desktop – hybrid Web and Desktop apps in .NET!
Microsoft FINALLY killed Visual Studio for Mac
AI inference faster than you can type
Games industry leaders braced ‘for up to two years of pain’
How To Build Facial Recognition From Scratch In Python (Tutorial / Easy)
How To Create Mac Form Applications With C# and XCode
Mac Boot Menu
It’s been so long since I used Mac + Bootcamp, I forgot to boot holding Alt to bring up the Mac or Windows boot menu.
The highest version of MacOS that I can upgrade to on my Mac Mini is Catalina 10.15.7.

That means I can’t use Xcode from the App Store.

I can’t install MS Office from the App Store.

brew install --cask dotnet-sdk
dotnet --version
dotnet new winforms
(That doesn’t exist on MacOS)
Hackintosh – [Getting started with OpenCore]
Ollama Copilot (Free)
I Built a $250,000 Table for Less Than $300
AI News: Incredible AI Phone & AGI is Coming!
I Painted My Old Art – 18 Years Later
Comparing the 1970’s Cray-1 supercomputer against the Raspberry Pi single-board computer range #RaspberryPi @hacksterio
How To Store ALL Of Humanity’s Knowledge IN YOUR HOME (Tutorial)
Ollama Web UI
AFTER 13 YEARS… I finally tried an Apple iPhone 15 Pro.
Speech Interface for Ollama

I created [HTML5_Ollama_Speech] which is a speech interface that interacts with Ollama.