- 2 Posts
- 31 Comments
7eter@feddit.deto Open Source@lemmy.ml•Where can I share IR remote codes so they are accessible to everyone in an easy manner?3·1 year agoget one what? Is there a ready made Product?
I made my own IR-Receiver/Keyboard for my Media Center. Based on Attiny. But can’t really recommended that process to others.
Waaait what wormholes are we talking about? I am aware these three, sounding similar but incompatible with another:
I don’t know but he probably has cmatrix installed.
7eter@feddit.deto Open Source@lemmy.ml•what's your solution for translation and dictionary on linux and android?6·1 year agoTranslate You can be a frontend for LibreTranslate, Lingva (Google Translate), DeepL and more.
7eter@feddit.deto Fediverse@lemmy.ml•Facebook snooped on users' Snapchat traffic in secret project, documents reveal6·1 year agoHow does that work?
Snapchat uses TLS - right?! Did Onavo install a CA? Can every VPN-App do so? Did Snapchat not use certificate pinning?
Interesting! What’s the name of that app?
Trim
ffmpeg -ss [start] -to [stop] -i in.mp4 -c copy out.mp4
Crop
ffmpeg -i in.mp4 -vf "crop=out_w:out_h:x:y" out.mp4
Mirror
ffmpeg -i in.mp4 -vf vflip -c:a copy out.mp4
Rotate
ffmpeg -i in.mp4 -vf "transpose=1" out.mp4
… Not gonna lie - its nice to also have a GUI for this!
I personally don’t use Exchange but native support is a huge plus when recomending Thunderbird!
https://splitio.vercel.app/ has a great concept beeing a p2p webapp. Sadly it is very limited in functionality and has not been updated for quiet a while.
7eter@feddit.deto Linux@lemmy.ml•Some of y'all need to see this and drop the superiority complex...3·1 year agoWindows 2000 enters the room
7eter@feddit.deto Mycology@mander.xyz•I think this is a ringless honey mushroom. Anyway, already made stir fry out of it and I'm not dead.English101·2 years agoCongrats! 🎉
7eter@feddit.deto Linux@lemmy.ml•if you could standardise a file format for a specific task what would you pick and why1·2 years agowhich will not stop a bad guy form doing so. Therefore dont hide part of a filename and get people used to seeing tar.gz
7eter@feddit.deto Linux@lemmy.ml•if you could standardise a file format for a specific task what would you pick and why1·2 years agoHiding part of a file name might be the real problem. A
IMG.jpg.exe
- would result in a harmless looking JPG, but it isn’t.
7eter@feddit.deto Linux@lemmy.ml•if you could standardise a file format for a specific task what would you pick and why3·2 years agoDots in filenames are commonly used in any operating system like name_version.2.4.5.exe or similar… So I don’t see a problem.
isn’t screenfetch much older than neofetch?