Elektrine lite

← Feed

Mikina

Mikina@programming.dev

Posts

  • Post #4389604

    At this point I’m seriously considering just running something like openclaw with a basic model to just keep clicking on random stuff and browsing the internet, changing personalities each day at random, to flood my IPs data.

  • 503

  • Post #658583

    I mostly work in gamedev where they aren’t that much feasible so I don’t have much real experience working with them and I might be wrong but from when I looked into it a while back, it’s basically just a docker container that you specify in a .devcontainer file (at least for VSCode, but other IDEs probably have something similar) and when you need to develop, compile or run your code, it runs it in the container. It also doesn’t have to run locally on your machine, if you can run docker somewhe...

  • Post #657862

    Devcontainers are awesome once you set them up properly, no need to run a VM.