Author: tim
Ollama Copilot v1.0.0
Writing Better Code with Ollama
Apple is coming for Rabbit
GPT-4 Vision + Zapier + MindStudio (INSANE Automations)
Matt creates an automation that transcribes handwritten notes and emails as text.
AutoGen Studio 2.0 Tutorial – Skills, Multi-Agent Teams, and REAL WORLD Use Cases (NO CODE)
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]