• 0 Posts
  • 15 Comments
Joined 3Y ago
cake
Cake day: Jun 26, 2021

help-circle
rss

I think children go in dictionaries so you can look them to via name (key).


I used to have a similar setup but had it stream directly into MPV using the ytdl hook. Do you have it download the videos into a cache automatically and then load from file later and if so, how did you set that up?


Same, I thought it was used commonly too.


It isn’t misusing metric, it just simply isn’t metric at all.



You can run llms on text-generation-ui such as open llama and gpt2. It is very similar to the stable diffusion web ui.


It is just how I prefer to do my computing. I tend to live on the command line and pipe programs together to get complex behavior. If you don’t like that, then my approach is not for you and that’s fine. As for your analogy, I see it more as “instead of driving down the road in a car, I like to put my own car together using prefabs”.


Option 4: levy existing tools such as gpg and git using something like pass. That way, you are keeping things simple but it requires more technical knowledge. Depending on your threat model, you may want to invest in a hardware security key such as a yubikey which works well with both gpg and ssh.


Yes, definitely. My biggest use is transparent filesystem compression, so I completely agree!


Same. I don’t use all the bells and whistles that others provide and gitea just works!


Well when using zstd, you tar first, something like tar -I zstd -cf my_tar.tar.zst my_files/*. You almost never call zstd directly and always use some kind of wrapper.



Not really a hot take. Why do you think most dynamic languages have the option to tack on static typing?


I don’t post to GitLab because I use Gitea. We are not the same.


I would have taken a deep dive into docker and containerised pretty much everything.