Earlier quoted context omitted.
The pendant is almost ready, I'll write it up this week! Sneak peek: https://imgz.org/i6xDDz6x/
Wrong picture, it’s too small! ;) :D Thank you, must make one!
NanoClaw moved from Apple Containers to Docker
141–146 of 146 posts
Re: NanoClaw moved from Apple Containers to Docker
#142apple container is really buggy with networking
Re: NanoClaw moved from Apple Containers to Docker
#143Re: NanoClaw moved from Apple Containers to Docker
#144Earlier quoted context omitted.
Wrong picture, it’s too small! ;) :D Thank you, must make one!
I'm going to make it 40% smaller when the small battery arrives! I really have to write the article, but I've been working on my bot all day, which is becoming extremely amazing.
Your projects are amazing, saw your site a couple days ago and just saw your submissions now, love it and thanks!
Re: NanoClaw moved from Apple Containers to Docker
#145Earlier quoted context omitted.
I'm going to make it 40% smaller when the small battery arrives! I really have to write the article, but I've been working on my bot all day, which is becoming extremely amazing.
Wow :D puny! Your projects are amazing, saw your site a couple days ago and just saw your submissions now, love it and thanks!
Re: NanoClaw moved from Apple Containers to Docker
#146For my version of the AI assistant, I used a Docker container and Unix permissions: https://github.com/skorokithakis/stavrobot All plugins run in one Docker container, but they're isolated from each other by different *nix users, so they can't read each other's files. That's much more lightweight, and you don't have to run one container per plugin. Crucially, plugins can't read each other's secrets or modify each oth…