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/)HM
Posts
1
Comments
28
Joined
2 yr. ago

  • I’m not exactly sure how many queries, but it’s above the free limit. I purchased the pro plan. For $20 a year and it’s been a great service for me. I can send a referral code for 30% off (I think). I think adguard has a similar service.

  • I don’t think this accomplishes what he wants. The router DHCP will assign the second DNS address as you mention, but the devices will select one at random, not as a backup/failover. So what happens is that devices sometimes go through the Pi-hole and sometimes go through the secondary DNS address and receive ads. The only real way I’m aware of is to have a second pi-hole for redundancy. Personally, I decided to use a cloud based service (NextDNS) for this exact reason. I didn’t want my families internet to rely on devices that I host.

  • An option for you. Setup a WireGuard server on your network and use the WireGuard mobile app to use that VPN connection when not connected to your home WiFi. Then you’re always using the internet through your pihole. That’s how I have mine setup and it works well.

  • No idea if they’ve been audited. GDPR doesn’t require it. My understanding is that American companies doing any business or having any users in the EU need to be GDPR compliant for those users. I don’t think that’s been challenged in any courts yet.

  • PSA: you can request deletion of your 23andMe account. It won’t do anything for this past hack, but it’ll at least prevent your data from being included in future hacks (assuming they actually completely delete your data like they’re supposed to).

  • From our friend ChatGPT:

    Certainly! You're on the right track with your idea of selecting a style first and then selecting a random question based on that style.

    Here's how you can structure this on Perchance:

    1. Define the question styles and tips:
     plaintext
        
    style
    Decriver ou expliquer au present
    Raconter au passé
    [... more styles ...]
    
    tipsForStyle
    [style:Decriver ou expliquer au present] 
    Tip for this style: [Tip for Decriver ou expliquer au present]
    [style:Raconter au passé]
    Tip for this style: [Tip for Raconter au passé]
    [... more tips for each style ...]
    
      
    1. Define questions for each style:
     plaintext
        
    questionsForStyle
    [style:Decriver ou expliquer au present]
    Où travaillez-vous?
    Où vous situez-vous au travail?
    [... more questions for this style ...]
    
    [style:Raconter au passé]
    Comment votre travaille a affecté par la pandemie ?
    Durant votre carrière, qu’est-ce qui a été le plus satisfaisant jusqu’ici?
    [... more questions for this style ...]
    
      
    1. Structure the main generator output:
     plaintext
        
    output
    <h1>[title]</h1>
    <h2>[title2]</h2>
    <h3>[title3]</h3>
    
    <h4>[title4]</h4>
    
    
    [style]
    
    
    [questionsForStyle]
    
    
    [tipsForStyle]
    
      
    1. Use this in the HTML area:
     html
        
    <div>
        **[output]**
    </div>
    
      

    With this structure:

    1. A style will be chosen randomly.
    2. A question will be chosen from that style.
    3. The tip for the selected style will be shown below the question.

    You can further modify and expand upon this structure to customize the output to your liking!

  • No Stupid Questions @lemmy.world

    Can iOS apps leak private data while not actively in use?