• 0 Posts
  • 328 Comments
Joined 4 months ago
cake
Cake day: February 10th, 2025

help-circle







  • FauxLiving@lemmy.worldtoPrivacy@lemmy.ml[Deleted]
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    9 days ago

    Imagine I said that I would come into your house and install a new TV and entertainment system, re-build your bathroom, fix your maintenance issues, clean your floors, wash your dishes, etc. That’d save you a lot of time.

    Now, I’ll even do it for free! But, you have to let me install a door that only I have a key to so you can’t stop me from entering your house and also to install cameras and microphones covering every square foot of your house and you consent to being recorded.

    That’s the deal people are making with their digital lives.

    Yeah, it was inconvenient to have to learn how to setup the software so I could have ‘cloud storage’ using my home server. It’s annoying that I have to deal with IP Cameras and ZoneMinder. But, because I do the work myself, I don’t have to let Google/Meta/FBI/Amazon have access to listening devices in my home (Oh, sorry Alexa, I didn’t know you were listening), footage from my security system or the contents of my personal files.


  • FauxLiving@lemmy.worldtoPrivacy@lemmy.ml[Deleted]
    link
    fedilink
    arrow-up
    5
    arrow-down
    1
    ·
    9 days ago

    Unless you can convince them to get out of the ‘surveillance for free stuff’ market then they’re fucked, not everyone.

    You can choose to use free and open source software and sped time learning and putting together a system that benefits you. Or you can just sign up for Google, let them do all of the work in exchange for spying on you with every device that you buy and put in your house.






  • You’d need to write a script, for example:

    #!/bin/bash
    
    # Set the directory where screenshots will be saved
    SCREENSHOT_DIR=~/Pictures/Screenshots
    
    # Create the directory if it doesn't exist
    mkdir -p "$SCREENSHOT_DIR"
    
    # Get the current date and time in the format MM-DD-YYYY_HH:MM:SS
    DATETIME=$(date +"%m-%d-%Y_%H-%M-%S")
    
    # Build the filename using the datetime
    FILENAME="screenshot_$DATETIME.png"
    
    # Take a fullscreen screenshot, save it to the specified directory, and copy it to the clipboard
    spectacle -f -b -c -o "$SCREENSHOT_DIR/$FILENAME"
    
    # Optional: Notify the user (requires notify-send)
    notify-send "Screenshot taken" "$FILENAME saved to $SCREENSHOT_DIR"
    

    You can change the -f to change the screenshot mode. From spectacle --help:

    
      -f, --fullscreen                        Capture the entire desktop (default)
      -m, --current                           Capture the current monitor
      -a, --activewindow                      Capture the active window
      -u, --windowundercursor                 Capture the window currently under
                                              the cursor, including parents of
                                              pop-up menus
      -t, --transientonly                     Capture the window currently under
                                              the cursor, excluding parents of
                                              pop-up menus
      -r, --region                            Capture a rectangular region of the
                                              screen
    
    

    Save the script somewhere. It’s safest to make it owned by root and put somewhere like /usr/scripts so random user-access programs can’t edit the script. Use chmod +x to make it executable.

    Then go to Plasma -> Settings -> Keyboard -> Shortcuts, Click ‘Add New’ -> Command or Script. For the command, give it the path to your script, give it a name click Add and then set a hotkey by clicking the Add butoon.


  • None of that addresses the company at issue.

    There are several Chinese developers involved in this investigation.

    If the DoD was “designating every rival as a military organization” then why are they singling out specific Chinese developers instead of designating them all as a “Chinese Military Company”? It isn’t because they “have to comply with local data regulations”, all companies have to do that. All Chinese companies have to do that and not all Chinese companies are designated by the DoD as a Military Company.

    So, why is this one specific company singled out? Probably because it works for the PLA, as the DoD says.

    Your argument is basically “The DoD is lying” which isn’t supported by any evidence in this case. “Trust me bro” from a random social media user isn’t exactly a credible source.