/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

matschaffer.com
| | themythicalengineer.com
4.0 parsecs away

Travel
| | Blog about Software Engineering
| | rolisz.ro
3.8 parsecs away

Travel
| | I often need to set up a VM with a server to run some ML models. While I could package things in Docker and deploy them like that, whenever possible, I like to do things more directly, using systemd services. To create a systemd service, create a file called /etc/
| | pbrisbin.com
3.7 parsecs away

Travel
| | Keter is Michael Snoyman's answer to the Yesod deployment "problem". This is something I've been looking for a good solution to for some time now and keter does a really great job. Keter is meant to run as a service. It sets up its own workspace and watches for keter "bundles" to be dropped into an incoming/ directory. A keter bundle is just a gzipped tarball of your app's executable, any support files and directories it might expect to have in its current working directory, and a configuration file to t...
| | brandonrozek.com
14.4 parsecs away

Travel
| I recently had a gaming session with old friends and we played the game Starbound. In hopes of continuing our session in the near future, I set up a Starbound server for us all to connect to. However, since I've recently learned how to setup LXC containers, my host OS is Fedora, and the steamcmd provides instructions for Debian, Ubuntu, and Arch. I've decided to set up a system container using LXC.