September 11, 2026
mAIstr0.com
We have a website
mAIstr0.com is live
ATM I've windows and Ubuntu/Debian binaries compiled and tested
Each node announces itself when it comes online and, when another node is discovered, they form a cluster
The node with the most capacity in the cluster becomes host for the orchestrator agent (Hermes-esq atm, but that will end up configurable)
The orchestrator can converse with the other nodes in the cluster (simple tests so far have been successful)
Need to provide each node the ability to take to the other nodes
Will need to address security down the line
The ability to benchmark each node
voice input?
Deffo a lot more to consider - but not tonight :D
-=A=-
.
September 11, 2026
mAIstr0
we have an orchestra, and a conductor
Conductor is, perhaps, a better term than orchestrator, but oh well... :P
As it is? We now have a cluster that is automatically built by all nodes that are visible on the local network
Will need to consider better security later, but right now? This is POC
The orchestrator has been configured to be a Hermes-like agent that can talk to all other nodes in the cluster - and it has done so successfully
The ability of all nodes to talk to each other needs to be enabled
Right now though? Being able to ask the orchestrator agent to ask each node what models they are running, and to get the correct results reasonably quickly is great - and it's not like I'm running cutting edge hardware (someone donate a GB10 to the cause :D)
Tomorrow we start experimenting with submitting a complex task to the agent, and see how it breaks it down into sub-tasks for each available node
Cheers
-=A=-
.
September 11, 2026
IISIDSD
Now even more daemonic - and demo coming soon
IisIdsD can now be installed and run as a service (need to find out if it can survive a reboot yet)
It now begins monitoring the live ETW feed, and the ban has been extended from 5 minutes to 24 hours - I was seeing several probes from the same IP address that had been banned several times overnight, s I think the initial 5 minute ban wasn't sufficient enough to slow the probes enough
Am adding a SQLite back-end to store the records in, as I'm only wanting the past 24 hours worth of live data to be shown in the live etw display
Will also be adding an API that will permit the iisidsd.com website to export a list of problematic IP addresses from the database and publish those IP addresses as a rogue's gallery of problematic IP addresses for others to consume (need to provide the infrmation in tabular form on an page, and provide fr a json-formatted list
Will be publishing a demo shortly as well - the demo will be able to scan through the IIS logs and report on the suspicious activity detected within them - it will not be able to run as a service, monitor the live etw feed from the IIS server, interact with the IP DENY lists for the targetted domains, nor will it has the SQLite db back-end - it's gonna be a demo ffs :P
:D
Watch this space
-=A=-
.
September 9, 2026
mAIstr0
wave that baton!
mAIstr0 is a multi-node clustered application that can distribute a workload across all AI LLM servers running on all nodes in the cluster
ATM, the cluster finds all available nodes on the network (need to work on security for this), can successfully submit a prompt to a local LLM server and recieve the output
It cannot, yet, split the task into several sub-tasks, and submit those sub-tasks to the other nodes on the network for processing
It also needs to be able to interrogate the hardware each node is running on, then choosing the most efficient/fastest LLM host server to run on that hardware, and also pick the most suitable/optimal LLM model to run on that hardware, for the required task
But so far? Not bad for a few hours and a few bucks worth of CoPilot (you don;t think I'm coding this shit from scratch these days, do you? Sheesh.... I'm not this fast :P)
Lol
-=A=-
.
September 9, 2026
rdeskm improvements
it's improving
1/ add a navigable tree control to be used to sort/order/control multiple separate connections - DONE
2/ add SSH support - To do
3/ add the ability to support multiple simultaneous connections in tabbed windows - DONE
4/ add the ability to map drives via the connection - To do
5/ add the ability to access the clipboard of each session, and to be able to cut-and-paste across sessions - DONE* needs to be tested
6/ more to come
Need to publish the code to Github, and release the first demo
-=A=-
.|