What’s the benefit of this over chrome or Firefox or any of the forks?
TechnoCat
- 0 Posts
- 22 Comments
sixel or kitty image protocol. You need a terminal that supports it.
TechnoCat@piefed.socialto
Linux@lemmy.ml•made my first bash file to make yt-dlp easierEnglish
1·28 days agoYou’re correct!
--write-thumbnail Write thumbnail image to diskThere is also this option:
--embed-thumbnail Embed thumbnail in the video as cover art
TechnoCat@piefed.socialto
Linux@lemmy.ml•made my first bash file to make yt-dlp easierEnglish
8·29 days agoHere is a script I wrote:
~/bin 0s > cat vget #!/usr/bin/env fish yt-dlp --embed-metadata --write-subs --embed-subs --write-thumbnail --prefer-free-formats -f "[height<=1080]" $argv
Dang. That’s a big release.
Software as a whole is getting overly complicated and details are commonly overlooked or missed. It sucks I agree.
TechnoCat@piefed.socialto
Linux@lemmy.ml•Sometimes, my computer is very slow and sometimes really fast. Fedora 43.English
0·2 months agoYes it would be weird, but it would still show throttling.
TechnoCat@piefed.socialto
Linux@lemmy.ml•Sometimes, my computer is very slow and sometimes really fast. Fedora 43.English
0·2 months agoI will share an issue I and others have with their laptop that presents just a bit differently (a single cpu pegged at 100% instead of all of them).
If i wake my laptop from sleep while it is plugged into an external monitor, I will have a single cpu pegged at 100% trying to handle endless acpi interrupts. I have to hibernate my machine and turn it back on to fix it. Alternatively I can unplug the monitor before waking from sleep.
TechnoCat@piefed.socialto
Linux@lemmy.ml•Sometimes, my computer is very slow and sometimes really fast. Fedora 43.English
0·2 months agoCan you do screenshots with btop? Would be nice to see if the cpus are being throttled for temperature. I believe btop shows frequency and temp by default.
TechnoCat@piefed.socialto
Selfhosted@lemmy.world•Why isn't using a key file the most common way to log into self-hosted servers?English
0·2 months agoI believe this is what WebAuth Passkeys are.
TechnoCat@piefed.socialto
Selfhosted@lemmy.world•Alternative to Gmail? I currently use my own domain for email, but i miss the priority inboxEnglish
0·2 months agoBrilliant tip. Thank you
TechnoCat@piefed.socialto
Privacy@lemmy.ml•Has anyone else switched to a dumbphone?English
0·3 months agoFriend of mine blogged about it:
TechnoCat@piefed.socialto
Linux@lemmy.ml•What are some of your most useful or favorite terminal commands?English
0·3 months agohttps://blog.sanctum.geek.nz/series/unix-as-ide/
# list all recursive files sorted by size $ fd -tf "" -x du -h | sort -h 8.0K ./asdfrc 20K ./nvim/lua/lush_theme/bleak.lua 32K ./alacritty.yml# find files by extension $ fd -e lua nvim/colors/bleak.lua nvim/init.lua nvim/lua/config/autocmds.lua# list found files in tree view $ fd -e lua | tree --fromfile . └── nvim ├── colors │ └── bleak.lua ├── init.lua# Run "npm test" when a file changes in the src or test directories $ fd src test | entr -- npm test# find out how often you use each command history | cut -d " " -f 1 | sort | uniq -c | sort -n | tail -n 10 80 rm 81 lsd 107 asdf 136 npx 161 find 176 fd 182 cd 185 rg 247 brew 250 nb 465 npm 867 git
Ah shoot. Didn’t realize this was the self-hosted community. My bad.
I’ve enjoyed ProtonMail quite a bit the last year.
FWIW, installing steam used to also install both architectures on my Fedora machine. I use the flatpak version now because it kept causing conflicts years ago.
TechnoCat@piefed.socialto
Privacy@lemmy.ml•Notifications from other profiles in Graphene OSEnglish
0·5 months agoHaven’t verified it, but I was under the impression run in background would forward notifications.
I’m pretty sure their comment is extremely clear it is not ready for daily driving.