But it is also a fun road!
But it is also a fun road!
Unraid is not a backup. It is good, but if your data goes wrong for different reasons or you lose the entire device, you can’t restore it. Dedicated backups are a must for anything serious!
Just got into lilypond recently and the output is really high quality. It is clear a lot of care went into its design.
It may appear that way if it was unevenly heated, causing pockets of boiling water surrounded by comparatively cool water. This would make it look like it’s boiling, but then, when mixed, it is then much cooler than if heated by a kettle that relies on convection to mix the water.
Those are two completely different things. It is like saying “why hammers not apples?” There is no logical answer, they are just two completely different things.
You are supposed to use the metadata editing if it is not already correct then it well automatically sort them for you. You can edit multiple tracks at once to set the album in one go for example.
Strawberry has all those things.
We disproved a cosmic frame of reference, or “ether” hypothesis using interferometry. It is well worth a read, I think you will enjoy it.
Hey, my setup works for me! Just add an option to enable CPU overheating in the next update!
That is the best hexbear emote I have seen to date!
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?
I like Ardour. Unfa on YouTube made a great tutorial on how to use it.
single master text file
Sounds like something you are using to manage your packages to me…
Sure. If you are using an nvidia optimus laptop, you should also add __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia at the start of the last line when running in hybrid mode to run mpv on the dgpu. You should have a file at ~/.wallpaperrc that contains wallpaper_playlist: /path/to/mpv/playlist
. You may want to add this script to your startup sequence via your wm/de.
#!/bin/sh
WALLPAPER_PLAYLIST=$(cat ~/.wallpaperrc | grep -v '^\w*#' | grep 'wallpaper_playlist' | sed "s/wallpaper_playlist: //")
xwinwrap -g 1920x1080 -ov -- mpv -wid WID --no-osc --no-audio --loop-playlist --shuffle --playlist=$WALLPAPER_PLAYLIST
Hope this helps!
I set mpv as the root window which worked well. I stopped using it a while back, but if you are interested, I could dig up the simple script for you (literally one or two lines iirc).
Wow, CUPS is way better than I previously thought and I thought it was amazing!
Oh no! Anyway…
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.
That’s impossible, look up the Halting problem