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

  • Haven't noticed any issues, but I'm not intentionally using mDNS. dhcpd tells all the clients where the nameserver is and issues ddns updates to bind, so I haven't needed any of the zero-config stuff. I did disable avahi on a linux server, but that was more because it was too chatty than caused any actual problems. I wouldn't think there would be any more issues between mDNS and a fake domain than between mDNS and a real, big-boy domain on the same network.

  • I recently moved my internal network to a public domain. [random letters].top was $1.60 at porkbun, and now I can do DNSSEC and letsencrypt. I added a pre-hook to LE's renew that briefly opens the firewall for their challenges, but now I'm going to have to look at the DNS challenge.

    Almost everything I do references just hostname, with dns-search supplied by dhcp, so there was surprisingly little configuration to change when I switched domains.

  • acetic acid is almost as volatile as water, and the atmosphere contains a lot less of it. If you evaporate vinegar, you're likely to lose about as much - maybe more - of the acid than the water. So, evaporation is probably not a good way to concentrate vinegar.

  • I think about the Vision like I think about a new Gucci bag or a new set of Air Jordans. There's a small, but very visible, community that is super into that product, probably for reasons not related to its actual functionality. The difference is that there's a lot of overlap between Apple fans and broader technology enthusiast groups, where we're more isolated from the Gucci and Jordan communities. There are lots of brand-based fan groups who will happily accept branded merch or content, but not interpret that as 'advertising.'

    The rest of the world tolerates spyware and especially ads if they feel like the product is worth the intrusion. There's a reason Meta doesn't have a logo watermark foating in the corner of Quest view field. There's a reason VR is still very niche, almost entirely limited to gaming.

    Maybe Vision's AR experience will change that. Maybe viewing your entire life through a video camera with overlaid graphics has real-world value beyond privacy in co-working spaces. I doubt that value is $3000 and think Vision is more like Apple's Newton than Apple's iPhone.

  • The dumbass interpretation of "Separation of powers" means that the judiciary doesn't have jurisdiction over any executive branch official, for anything, ever. Corollaries being that congress can't pass laws that apply to judges, and the Department of Justice can't investigate Congresspeople. Instead of checks-and-balances, they want independent kingdoms.

  • This is exactly the kind of semi-ridiculous thing I like about home automations: the power to answer one's most trivial curiosities.

    I'd probably add a logger, so I could follow the history of Mohkno's food thievery, then try different techniques to discourage her. Have ha also play a recording of you saying 'Mohkno, no!' Some activity to distract her during the critical food-stealing window. Or go all-in and get those microchip-reading pet feeders.

  • Snow Crash presented a United States balkanized into little corporate microstates around every franchise, where the Federal Government was just one more franchise operator. Border crossings between Days Inn and Pizza Hut felt surprisingly credible, even in 1992, when Microsoft was the poster child of tech-nopoly. Nevermind the actual company towns of the 19th century, with their own currencies, their own laws, and their own police. The East India Company. Monopoly tends to see government as irrelevant but sometimes useful tool.

  • I'd tried that...this has been going on for five days, and I can not describe my level of frustration. But I solved it, literally just now.

    Despite systemctl status apparmor.service claiming it was inactive, it was secretly active. audit.log was so full of sudo that I failed to see all of the

    apparmor="DENIED" operation="mknod" profile="/usr/sbin/named" name="/etc/bind/dnssec-keys/K[zone].+013+16035.l6WOJd" pid=152161 comm="isc-net-0002" requested_mask="c" denied_mask="c" fsuid=124 ouid=124FSUID="bind" OUID="bind"

    That made me realize, when I thought I fixed the apparmor rule, I'd used /etc/bind/dnskey/ rw instead of /etc/bind/dnskey/** rw

    The bind manual claims that you don't need to manually create keys or manually include them in your zone file, if you use dnssec-policy default or presumably any other policy with inline-signing. Claims that bind will generate its own keys, write them, and even manage timed rotation or migration to a new policy. I can't confirm or deny that, because it definitely found the keys I had manually created (one of which was $INCLUDEd in the zone file, and one not) and used them. It also edited them and created .state files.

    I feel like I should take the rest of the day off and celebrate.

  • I feel like the 2022 turnout is more down to the unique conditions and issues, across the age spectrum - especially Dobbs and election lies - than to anything specific to 20-year-olds. 28% turnout still means that the vast majority of GenZ can't be bothered.

    I mean, the handful of GenZ that have reached adulthood do seem marginally more active than other post-war cohorts, but they aren't overthrowing historic voting trends. Pinning hopes for future political outcomes on them is as foolish as pinning the future of US democracy to black voters, or hispanic voters or any other minority/niche population, but media love doing just that. Just try googling "black women save democracy."

  • Headline aside, 28% turnout for genz vs 23% for millenials, genx, and boomers in their respective first midterms is not going to swing an election where current boomers turn out 70% and genx turn out 60.

  • Back in the day, I'd go through HDDs faster than systems-always needed to add storage before I could replace the CPU. I didn't start disassembling them until they got up to the 500 _M_B range, but you'd often get 3 platters back then. OP must be harvesting from a whole workgroup - I've only got a 3cm stack and 7 drives waiting for the screwdriver.

  • If the American empire falls, it's not going to reduce weapons production or arms sales. Decline into fascism requires more guns and bullets, as they get turned against domestic targets, while guns and oil are among the US's best sources of external currency.

  • Copium: in 2016, Trump got 6% of black voters. In 2020, he got 8%. That's a 33% increase in just 4 years. Hispanic votes went from 28% Trump to 38%, so a similar 35% increase. With another 35% increase, he's on track to get a majority of Hispanic voters in 2024 and, I dunno, maybe 110% of black votes?

  • Pi5+ just because I'd originally written Pi5+PS/case/SD.

    And you're right that everything has gotten more expensive, but $35 in 2016 (Pi-3) is only $45 today (and you can still get a 3B for $35). The older Pis hit, for me, a sweet spot of functionality, ease, and price. Price-wise, they were more comparable to an Arduino board than a PC. They had GPIOs like a microcontroller. They could run a full operating system, so easy to access, configure, and program, without having to deal with the added overhead of cross-compiling or directly programing a microcontroller. That generation of Pi was vastly overpowered for replacing an Arduino, so naturally people started running other services on them.

    Pi 3 was barely functional as a desktop, and the Pi Foundation pushed them as a cheap platform to provide desktop computing and programming experience for poor populations. Pi4, and especially Pi5, dramatically improved desktop functionality at the cost of marginal price increases, at the same time as Intel was expanding its inexpensive, low-power options. So now, a high-end Pi5 is almost as good as a low-end x86, but also almost as expensive. It's no longer attractive to people who mostly want an easy path to embedded computing, and (I think) in developed countries, that was what drove Pi hype.

    Pi Zero, at $15, is more attractive to those people who want a familiar interface to sensors and controllers, but they aren't powerful enough to run NAS, libreelec, pihole, and the like. Where "Rasperry Pi" used to be a melting pot for people making cool gadgets and cheap computing, they've now segmented their customer base into Pi-Zero for gadgets and Pi-400/Pi-5 for cheap computing.

  • None of those cases is going to be decided by November, or even January. He may have a 'convicted pending appeal' or two, but those appeals will be postponed until 2028. Hell, even if he loses, I doubt he'll exhaust his appeals before 2030.