I've packaged prusa_exporter and deployed everything (prusa_exporter, prometheus, loki, grafana) on my home server with SaltStack now.
I'm loving it!
| Website | https://cryptomilk.org |
| Blog | https://blog.cryptomilk.org |
I've packaged prusa_exporter and deployed everything (prusa_exporter, prometheus, loki, grafana) on my home server with SaltStack now.
I'm loving it!
I've released version 0.3.0 of AI Playground.
Here is a screenshot of ai-playground where an AI agent is running on the left in a #systemd container, but cargo is running outside of the container on the host through the gatekeeper. I use the #varlink streaming protocol to stream stdout/stderr of the process executed on the host. It was pretty easy turning on streaming using #zlink
Learn more at:
https://gitlab.com/cryptomilk/ai-playground
I've created yet another AI agent sandbox and just released 0.1.0. I did it differently than the others. It is called AI Playground.
Features:
* Lightweight containers (systemd-nspawn)
* Git worktree support
* Easy to set up and keep up to date (it is a chroot)
* Host command gatekeeper - lets you approve or deny host commands from inside the container (varlink)
* Multiple AI tools supported
* Contributions welcome
Oh my god. I really got it working!
I wrote a tree-sitter-rpmspec parser (day of learning project some years ago). Now it even can do bash highlighting for the scriptlet sections using injections!
I've created a trash bag holder I called iTrash. It is made for Euroboxes for camper vans, but also works in the household.
You can find it here:
https://www.printables.com/model/1277270-itrash-the-trash-bag-holder-outdoor-and-indoor
Well done EU!
My first bigger design project with FreeCAD was a soldering fume extractor. Finally I printed it and published the model. I called it iSuck ;-)
https://www.printables.com/model/1227075-isuck-the-soldering-fume-extractor
Have fun!
PrusaSlicer has support to store credentials in the system's secret storage. However this was not fully implemented. For example the API key for Prusalink was still stored in plain text in the config file. I've completed the secret storage support in PrusaSlicer now.
The support for storing credentials in the systems SecretStorage isn't complete. It either doesn't implement it for apikey or doesn't implement it at allow. This MR addresses it. Howeve...