• 8 Posts
  • 45 Comments
Joined 2 months ago
cake
Cake day: July 15th, 2025

help-circle
  • For regular debit/POS transactions, yeah, I think that’s universal. For ATMs, though, I think it depends on the ATM software, right?
    Is it only your bank’s branded ATMs that do that?

    My credit union doesn’t operate ATMs and just reimburses the fees, so I use any random ATM when I need to do something other than a deposit. Some ATMs let me do multiple transactions, some don’t. Some don’t even let me transfer funds, but those are usually the dinky little ATMs you find in “convenience” locations.








  • Yeah, that’s annoying for sure. I just bought a handful of cables of known specs that “do it all” and it’s been pretty smooth sailing.

    They’re all 3ft or 6ft, 100 watt e-marked, and video capable The only one that’s not is my 10ft one - it’s “only” 100 watt rated but doesn’t do video and is limited to USB 2.0 speeds. I only use that one as a power cord for my laptop, though, and it’s bright red so it’s not like I’m gonna mistake it for anything else.

    So far, I haven’t had a need to upgrade anything to the new 240 W spec since I rarely use more than 65W.



  • I"m not so much against it (it was good enough in its time). I’ve just come to appreciate the mostly “universal” aspect of USB-C and being able to grab any cable from my bag without looking or digging and have it be the correct cable (all my cables are 100W and video capable, so no matter my need, it will be the right cable).

    In a lot of ways, I now see anything with less than USB-C as being like the old, oddly-sized barrel jack connectors. Yeah, it works. Yeah, it’s fine. But it’s also now an oddball cable I have to carry around.

    I’m old and resist the future in a lot of ways, but USB-C isn’t one of them lol.








  • It is managed, but I can disable smart features and remove it as an app. But it still pops up constantly (basically like an ad). If you try to do anything from the pop-up, it tells you it needs to be enabled to work. So, it knows it’s disabled but still shoves itself in my face lol.

    I can and do use FF, but I use Chrome for Workspace because … stupid company policy reasons. It works in FF, but the way they have SSO configured, you get logged out every 45 minutes.








  • Pretty much, yeah.

    Rather than jot down in a text file the various ffmpeg commands I use frequently…

    Raktajino@laptop:~/Downloads$ history | grep ffmpeg
       12  sudo apt install audacity gimp ffmpeg mplayer
      215  ffmpeg -i source.mkv -ss 629 -t 7 out.mkv
      217  ffmpeg -i out.mkv -s 0.5 -vf scale=1280:720 out.mp4
      218  ffmpeg -i out.mkv -ss 0.5 -vf scale=1280:720 out.mp4
      231  ffmpeg -i out.mp4 -vf "subtitles=out.srt" final.mp4
      503  ffmpeg -i toofat.wav toofat.mp3
      ...
      682  history | grep ffmpeg
      684  ffmpeg -i 1.gif -i 2.gif -filter_complex "[1:0] [2:0] concat=n=2" out.gif
      685  ffmpeg -i 1.gif -i 2.gif -filter_complex "[1:0] [2:0] concat=n=2:v=1" out.gif
      686  ffmpeg -i 1.gif -i 2.gif -filter_complex "[1:0] [2:0] concat=n=2:v=1" -map '[v]' out.gif
      688  ffmpeg -i 1.gif -i 2.gif -filter_complex "[0:0] 12:0] concat=n=2:v=1" -map '[v]' out.gif
      689  ffmpeg -i 1.gif -i 2.gif -filter_complex "[0:0] 1:0] concat=n=2:v=1" -map '[v]' out.gif
      690  ffmpeg -i 1.gif -i 2.gif -filter_complex "[0:0] [1:0] concat=n=2:v=1" -map '[v]' out.gif
      691  ffmpeg -i 1.gif -i 2.gif -filter_complex "[0:0] [1:0] concat=n=2"  out.gif
      694  history | grep ffmpeg