Skip Navigation

Posts
3
Comments
14
Joined
3 yr. ago

  • afaik German AFD is now part of non aligned. That's 16 of those +40 seats.

  • get 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.

  • I don't know but he probably has cmatrix installed.

  • the other maintainer now has a special place:

    Special author: Jia Tan was a co-maintainer in 2022-2024. He and the team behind him inserted a backdoor (CVE-2024-3094) into XZ Utils 5.6.0 and 5.6.1 releases. He suddenly disappeared when this was discovered.

  • Translate You can be a frontend for LibreTranslate, Lingva (Google Translate), DeepL and more.

  • 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!

  • Privacy @lemmy.ml

    Signal introduces usernames and phone number privacy.

    signal.org /blog/phone-number-privacy-usernames/
  • I personally don't use Exchange but native support is a huge plus when recomending Thunderbird!

  • Windows 2000 enters the room

  • Because they are still on version 3

  • Computerhilfe @feddit.de

    Blackscreen nach Sleepmode unter Linux

  • KDE Desktop und Apps @feddit.de

    KDE Connect 2.0 ist auf dem Weg

    albertvaka.wordpress.com /2023/04/11/the-road-to-kde-connect-2-0/