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/)JE
Posts
0
Comments
130
Joined
2 yr. ago

  • Yeah you'd need an L7 application layer filtering firewall to catch DoH since it would detect the SSL packet signature on port 53. Unfortunately that balloons the cost of the device past a reasonable level for a home aficionado.
    A workaround for now would be to block known public servers that use DoH like Google DNS, since a lot of devices are adding features to enable DoH by default at the OS level

  • Fyi we won't get the first wing of the XI ally raid until 7.1 (3ish months after 7.0, so September/October/November 2024) and even then it will only be one third of the total story. Totally fine if you still sub, but you might not get much value out of it until 7.3 with the second wing some time in 2025

  • Yes.

    You can eat them frozen, you can eat them room-temp, or you can pop them in a toaster to heat them up. Non meme versions are sweet with a gooey filling. Kids eat them for breakfast or as a snack. But they're not really conventionally "good" as you might have experienced with other American breakfast/snack pastries.

  • A group of friends and I jumped into a family plan and it's far more manageable. For 6, it's $3/month/person or $36/year/person if the owner pays yearly.
    The value we've all gotten out of it is outstanding. Being able to push and pull certain websites in results is amazing in today's era of AI generated website shit. And all of my technical searches have been 1000x better on Kagi than they have been on Google in recent years. Everyone in our group says the same thing, it's that much better than what we've been enduring with Google.

  • Similarly, make sure if you use any conditioner that it is silicone free. Sulfates also exist in shampoo to strip built up silicones from the hair, so if you're removing sulfates, you'll miss removing the silicones. Silicones can be any compound that ends in -cone.

  • Shellys are amazing. We use the pucks everywhere for anything that's not innately smart.

    Some of our use cases:

    • Kitchen cabinet lighting that syncs each strip with each other as well as the overhead lights. Or the cabinet lights can be turned on independently.
    • Garage door opener, because MyQ sucks (it's hooked up to a real physical garage opener button and triggers the button for us)
    • Outlet power monitoring (mostly for fun)
    • Can be put in light switch boxes in lieu of something like Kasa switches, but the physical switch won't follow the light state any more. Similarly, smart wall outlets for power toggling
  • The good news is, based on the diagram looking like it's straight from AWS docs, there's a Cloud formation template for all that.
    Bad news, good luck troubleshooting any of it if something breaks

  • Oh, I actually like my gsp 500 too :( it's lasted me for years, has a nice long cable, and gives decent audio quality after I got a pci-e audio card to boost levels. I've always preferred a combo headset over separate headphones and mics because it's less to juggle, but so many out there are cheap garbage. Guess I'll have to find a new solution whenever these die on me

  • From an IT perspective with little context on this change other than what's in the article, if there's no way to import your own certs using an MDM, this change is terrible for businesses.

    You need custom certs for all kinds of things. A company's test servers often don't use public CA certs because it's expensive (or the devs are too lazy to set up Let's Encrypt). So you import a central private CA cert to IT-managed devices so browsers and endpoints don't have a fit.

    For increased network security, private CAs are used for SSL decryption to determine what sites devices are going to and to check for malware embedded in pages. In order to conduct SSL decryption, you need your own private CA cert for decrypting and re-encrypting web content. While this is on the decline because of pinned certs being adopted by big websites, it's still in use for any sites you can get away with. You basically kill any network-level security tools that are almost certainly enabled on the VPN/SASE used to access private test sites.