• 13 Posts
  • 2.58K Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle

  • I’m just gonna add this for completion, DroidCamX can be installed on a smartphone and its cameras will act as an IP camera. DroidCamX also has a Linux package that will make the connected phone show up as a V4L2 device. You can connect the phone over USB or over LAN in two ways (PC connects to phone or phone connects to PC).

    Now obviously a phone isn’t ideal for running 24/7 but since this is about privacy I thought it’s worth mentioning.



  • I think they count every download of every package, every version, every time. It’s not the number of unique users or even packages.

    If you install 3 apps you might need to download 3 versions of graphics driver, 3 versions of desktop environment libraries and so on, It won’t count as one user installing 3 apps, it will show up as 10 -20 downloads. And that’s just the initial install, every time you update them it counts another 10-20.




  • 60M total but divided among 40 counties makes 1.5M variations per county and the capital city (which is its own county, like Berlin) went over that.

    I looked it up and Bucharest actually has only a 1.7M population so… I think it’s understandable that nobody expected an almost 1:1 person-to-car ratio. Exactly why and how they reached that crazy ratio I have no idea. 😆

    Told you it’s a crazy rabbit hole.


  • lemmyvore@feddit.nltoSelfhosted@lemmy.worldDNS issues
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    2 days ago

    polito.it may not be the best example because its A records point at private IPs (192.168.x.x). Such records are often filtered by ISP DNS servers because they are used in certain kinds of attacks.

    Double check your results using DNSChecker.

    Edit: also, using just dig will not resolve all possible records related to a domain. I use a script that asks dig explicitly for a variety of record types:

    #!/bin/bash
    echo "SOA NS A AAAA MX CNAME TXT SRV DNSKEY"|\
    xargs -n1 dig +noall +answer +nocrypto "$@"|\
    sort -u -k4
    

  • lemmyvore@feddit.nltoSelfhosted@lemmy.worldDNS issues
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 days ago

    What do the Unbound logs say?

    What upstream servers are you using?

    not depend on Google/Adblock/Whatever upstream DNS server

    I mean, you’re gonna have to get your DNS information somewhere. You can choose and pick your upstream but you still need one. You can cache the DNS info but you will still need to refresh it eventually. You can use a DoT or DoH upstream server so your ISP cannot spy on your DNS traffic but, again, you still need an upstream.






  • Speaking of car plates, the Wikipedia pages for “Vehicle license plates of [insert country here]” are a rabbit hole.

    I was just reading the page for Romania the other day, speaking of uniqueness, and they had this issue apparently where the combinations overall were enough for the whole country but not enough for their capital city, so they had to hack an extra digit into the plates for the capital.





  • Lol. Yeah it’s all fresh or properly sourced material.

    Go search for any music video. You should be finding exactly one (1) official entry. In some cases there are legit live recordings + montage that should also be only one of.

    Instead there are dozens or hundreds, and most of them are not transformative enough to qualify for fair use. Google knows which ones are there illegaly because they are clearly able to identify and demonetize them.

    But why not straight out delete them, or tell the uploader to delete them or else? Because they want to have lots of content regardless if it’s legit, and they want to show ads, just as long as it goes to the right people.

    They can put ads on questionable content that’s free to watch as long as they’re ready to remove it if and when asked, but they can’t sell a product based on questionable content. It comes too close to what piracy websites are doing.


  • the phone shop must arrange that with a bank and does not have the option of taking on risk

    That’s correct, any and all loans go through a bank. But please note that the bank won’t advise if it’s a bad loan, for example a ridiculously overpriced phone and/or phone plan. They just check if you can afford the monthly payment.

    I heard SWIFT/IBAN transfers were permanent

    These were card payments not transfers. Any payment done with a card, whether online or at a POS machine, can be reversed. And yes it was done for free in both cases.


  • There’s some hardcore conflation going on that assumes that people with technical skills will tend to be good at everything, or that they’ll gravitate towards the uber-geeky stuff.

    In my experience it’s a very wide spectrum. Lots of programmers are strictly focused on the language they use and don’t care to know anything about the OS, or networking, even computers. They are definitely not jacks of all trades.

    There are people who can do programming as well as system administration and build a PC and build some book shelves and so on. But that’s a very specific type of person who’s a tinkerer and happens to be into programming, it’s not because they’re a programmer.