Maybe you can use the spicy tape to prevent your pets from eating the cables (assuming that works on them)?
Orher than that, maybe you can setup some metrics (and alerting?) to keep an eye on the diskspace?
Maybe you can use the spicy tape to prevent your pets from eating the cables (assuming that works on them)?
Orher than that, maybe you can setup some metrics (and alerting?) to keep an eye on the diskspace?
Congratulations!
Tip: don’t use /dev/nvme0n1
directly, but use device aliases in /dev/disk/
. I prefer /dev/disk/by-id/
but maybe another works better in your case.
# find all aliases for nvme drives (no partitions)
find /dev/disk/ -type l -ilname '*nvme?n?' -printf '%l %p\n' | sed 's!^../../!!' | sort
Try starting vim without config, I think that’s
vim -u NONE
Does it still occur then?
If not, it’s a config issue in /etc/vimrc
and/or ~/.vimrc
(or maybe ~/.config/vim/vimrc
or something?)
If it does, it has to be something else.
Free.mp3 - Dubioza Kolektiv
(It’s a surprise that will help us later)
I actually wanted to link this song by Perturbator, but this was a happy little accident (^^,)
That definitely sounds like a good idea and not ominous at all…
The biggest joke is that there are a bunch of games with left-wing messages that are not considered woke ar all:
That’s IT!!! 😡
I’m putting Woke Man’s Sky on the woke games list!!
Edit: of course it’s already in there, lmao
Artists will probably have their own setup, software and workflow that they are comfortable with. I’d recommend letting them use their own workflow, and just discussing the interface, so to speak: what file format(s) to use and such. I think GLTF is used for assets, but I’m definitely not an expert.
As for other devs, most required tooling (e.g. Unity or Pycharm or whatever) are one-time installs that you can list somewhere. And language libraries/dependencies are a solved problem (e.g. pipenv, cargo, yarn).
But if you really want to set this up, nix (or lix) is probably your best bet for a total devenv that is exactly reproducible, assuming that works for WSL (or no one uses windows).
Otherwise docker/podman or devenv will probably be doable as well.