• 0 Posts
  • 17 Comments
Joined 4 years ago
cake
Cake day: January 17th, 2022

help-circle





  • even if i cant escape them i will try to give the minimum data possible.

    Yep, one has to be pragmatic. We all wish our behavior was perfect at all time but sadly we must compromise and come to term with it.

    Accepting that is important. I believe what can also help is to :

    • avoid is possible
    • if not, not provide unnecessary information (maybe the real name is NOT actually needed)
    • delete what can be deleted locally (short history) and remotely (e.g. GDPR request)
    • to data takeout regularly to be ready to move away any time
    • isolate the problematic app (container, other device, emulator, etc)

    … and finally, most importantly, minimize the actual negative impact. For example if one does provide data to Google or Meta then at least while blocking ads then their actual business model, namely selling your profile to advertising company, is lost.







  • Tracking from WHOM and thus WHY should be the question.

    It’s different to be tracked for profit, e.g. Google or Meta, versus for political or corporate espionage purposes.

    The former is basically volunteering information through bad practices. Those companies do NOT care about “you” as an individual. In fact they arguably do not even know who you are. Avoiding their services is basically enough. It might be inconvenient but it’s easy : just do not.

    The later is a totally different beast. If somehow the FSB, because you criticized Putin, or NSO Group, for something similar or because you have engineer something strategic to a business competitor who is a client of theirs, then you will be specifically targeted. This is an entirely different situation and IMHO radically more demanding. You basically don’t have to just care about privacy good practices, which is enough for the former, but rather know the state of the art of security.

    So… assuming you “just” worry about surveillance capitalism and hopefully live in a jurisdiction benefiting from the Brussels effect with e.g GDPR related laws, either way is fine.




  • suddenly it hit me. Im on linux I can do a lot of this easier with the command line.

    Nice, you get it! You have so much to learn so don’t be afraid of taking notes. The CLI and the UNIX philosophy are very powerful. They remain powerful decades after (from desktop to mobile with e.g. adb on Android to the “cloud” with shell via e.g. ssh) so IMHO it still is a good investment. Still discovery can be tricky so be gentle with yourself

    Also few tricks that can help you go further faster :

    • take notes (really! can be a .txt or .md file or a wiki page, entirely up to you)
    • consider aliases or .bashrc to keep your shortcuts and compose
    • stop typing the same commands again, instead reverse-i-search with e.g. Ctrl-r
    • TAB autocomplete (as suggested after)

    Anyway, enjoy it’s an adventure!



  • There’s no getting around using AI for some of this, like subtitle generation

    Eh… yes there is, you can pay actual humans to do that. In fact if you do “subtitle generation” (whatever that might mean) without any editing you are taking a huge risk. Sure it might get 99% of the words right but it fucks up on the main topic… well good luck.

    Anyway, if you do want to go that road still you could try

    • ffmpeg with whisper.cpp (but honestly I’m not convinced hardcoding subtitles is a good practice, why not package as e.g. .mkv? Depends on context obviously)
    • Kdenlive with vosk
    • Kdenlive with whatever else via *.srt *.ass *.vtt *.sbv formats