But it is also a fun road!
- 0 Posts
- 74 Comments
TechieDamien@lemmy.mlto linuxmemes@lemmy.world•Converting an image to PNG alignment chart8·3 months agoPure evil
TechieDamien@lemmy.mlto Programmer Humor@programming.dev•This is outrageous it's unfair!121·4 months agoTo be fair, sometimes it is right to take the code from the questions. Eg if you want behaviour x and the question is “how do I do y, my code is only doing x?” Then the code you want is from the question.
It depends how you use it. There is no requirement as to how you set up your directory structure, so you could have one file “passwords” with all your credentials in, including the website. That would break a lot of plugin’s functionality though.
They know, but can’t be bothered to teach us
TechieDamien@lemmy.mlto Selfhosted@lemmy.world•What skills are needed to self host without too many headaches?English3·6 months agoUnraid 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!
I guess you’ve never made iced tea then
Just got into lilypond recently and the output is really high quality. It is clear a lot of care went into its design.
Pizzas are usually savoury
TechieDamien@lemmy.mlto Lemmy Shitpost@lemmy.world•Trying to retain your sanity while married2·7 months agoYeah, but are you bald everywhere? (Sorry)
Don’t know why you are being down voted. You are correct. There is a difference between a square root and the solutions of x2 = n.
Bold of you to assume that you wouldn’t be the one being beat up.
To be fair there is so much JPEG compression on the image, you can’t see much of anything.
TechieDamien@lemmy.mlto Linux@lemmy.ml•Live (Animated) wallpapers programs for linuxEnglish1·2 years agoSure. 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).
I would never do that?
Wow, CUPS is way better than I previously thought and I thought it was amazing!
That’s impossible, look up the Halting problem