• 2 Posts
  • 37 Comments
Joined 2 years ago
cake
Cake day: October 23rd, 2023

help-circle



  • macattack@lemmy.worldtoMemes@lemmy.ml"TikTok is stealing your data."
    link
    fedilink
    arrow-up
    11
    arrow-down
    14
    ·
    edit-2
    6 months ago

    I think the issue is that TiKtok is just as bad as all the other social media and they are owned by a foreign adversary.

    Foreign adversaries (ie China, Russia and America) use social media for influence campaigns on each other and therefore their social media platforms can’t be trusted. This is why Chinese people similarly can’t use Google or Facebook

















  • Getting cheatsheets via curl cheat.sh/INSERT_COMMAND_HERE

    No install necessary, Also, you can quickly search within the cheatsheets via ~. For example if you copy curl cheat.sh/ls~find will show all the examples of ls that use find. If you remove ~find, then it shows all examples of ls.

    I have a function in my bash alias for it (also piped into more for readability):

    function cht() { curl cheat.sh/"$1"?style=igor|more }