Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)DU
Dust0741 @lemmy.world
Posts 8
Comments 43

SDR+PI with flipper zero functionality

I have an RTL-SDR v4, and a Raspberry Pi. I am wondering if there is some way to get the ease of use that comes with the flipper zero with the pi. This is ignoring the packaging, and how small the flipper is. And also ignoring the replaying of signals, as additional hardware would be needed.

3

YouTube downloader

Looking for a docker containers or program to run on my server that looks at my list of subscribers (from google takeout or newpipe etc) and downloads them automatically. Ideally there'd be an option to delete after watching, and a nice interface to watch the videos as well. --- Does anything like this exist? Thanks!

13

Drones

Can y'all help get me started with open source drone stuff? Ideally sub 250g. I'm looking to get into the hobby, and don't have anything. Recommendations for controllers, SIMs etc would also be nice.

9

Apple AI vs. Microsoft AI

Why are people happy or approving of AI on apple products, when it seems like the same thing was treated (rightly) horribly when Microsoft just did it.

Is Apple doing it better in some way? Both said it'll be local only, but then Apple is doing some cloud processing now. Do people really just trust Apple more???

42
Backup Images from iPhone to linux
  • Alright, is there any way to have it only select new photos? I.e. I turn on syncing, and every photo after this point in time is uploaded. Or do I have to upload them all. FYI there is ~200GB of photos/videos on the phone

  • ELI5: GrapheneOS questions
  • No adblocker built in, but Rethink DNS is a great app that will set up a local VPN and do firewall filtering and DNS filtering. There are other apps too and they should all work on any OS.

    Personally I self host a VPN and pihole and stay connected to that

  • ELI5: GrapheneOS questions
  • Grapheneos can be used almost identically to stock android. You can install google apps and use them or not. The biggest piece of it is the options.

    There is no account associated to GOS. You can login to an existing google account etc, just like any android.

    GOS has messages for SMS only. It had a Gallery app for photos and a files app for system files. There aren't many apps it comes with, so getting alternative apps is easy. Mostly via Fdroid (or droidify for a more modern looking app). For a better photos app, I recommend "Aves" For a drive app, a private option would be proton drive. Notes app can be anything you want, but GOS doesn't come with one. If you want to use google notes you can. I wouldn't recommend it, but you can. There are lots on Fdroid to choose from.

    As for cloud sync, GOS doesn't do this, but again, you can use any other service you'd normally use to sync. I use Syncthing to sync a folder on my phone to a folder on my PC. That way I can have things like my photos easily on desktop and have backups.

    As for app stores, GOS doesn't recommend Aurora because they don't sign the apps the provide, but I use it anyways, as it is the best way to get apps without a google account.

    You definitely don't need your own Nextcloud or Homelab. I prefer paying for hardware I own instead of cloud things, but both have good positives.

    Also, your questions aren't stupid their great! You're just learning about this stuff that that's amazing. Keep learning.

  • ISP junk generator
  • Little curl shell script that works:

    #!/bin/bash
    
    # Random_Curl_Request.sh
    
    # CSV file containing websites
    CSV_FILE="/home/user/Documents/randomSiteVisitor/websites.csv"
    
    # Get a random line from the CSV file
    RANDOM_LINE=$(shuf -n 1 "$CSV_FILE")
    
    # Extract the website URL from the random line
    WEBSITE=$(echo $RANDOM_LINE | cut -d ',' -f 1)
    
    # Make a curl request to the random website every minute
    while true; do
        curl $WEBSITE
        sleep 60
    
        # Get a new random line from the CSV file
        RANDOM_LINE=$(shuf -n 1 "$CSV_FILE")
    
        # Extract the website URL from the new random line
        NEW_WEBSITE=$(echo $RANDOM_LINE | cut -d ',' -f 1)
    
        # Update the website URL for the next iteration
        WEBSITE=$NEW_WEBSITE
    done
    
    
  • ISP junk generator
  • Yup. Tailscale+Mullvad isn't a bad option, but I'd rather not depend on tailscale and a true local connection will always be better. But then you have to pay through tailscale and then more identifiable.

  • ISP junk generator
  • As I mentioned I have a server, and I use a VPN to connect always to it. This makes using a paid VPN a bit harder. The dedicated VPN IP should fix this issue but I haven't looked into how difficult that'd be.

  • ISP junk generator

    Is there something that can generate random Internet usage to make the real sites I go to a bit obfuscated?

    I'm thinking something that runs on my server, and simply visits a random website. It probably shouldn't actually be random, and some sort of tweaking would be great. Like the ability to have it visit every news site there is. That way the ISP will have a harder time telling my political bias.

    The threat model for this is below using a VPN for normal usage, although getting a dedicated VPN IP address is a project for one day.

    36

    iMessage (air message or bluebubbles)

    Have any of you android users setup an iMessage server such as BoueBubbles or AirMessage? Or some similar?

    If so, how well does it work? Is only an apple account required? Do apple users send your email an iMessage? Also, was it easy to setup?

    Thanks!!!

    21

    Share your coveryourtracks score!

    What score does your browser(s) get?

    I'll start: I got:

    one in ~25000 browsers have the same fingerprint as yours

    58

    make dumb TV work with subscriptions

    I have a dumb TV, and a spare computer. I want a nice easy way to interface with several services. (Jellyfin, disney+ etc)

    I know of Kodi, but really dislike the interface. I know I could get a USB keyboard/mouse remote thing, but that isn't very elegent. Is there a simpler solution to this?

    25