• 1 Post
  • 421 Comments
Joined 2 years ago
cake
Cake day: June 15th, 2023

help-circle

  • My understanding is that they removed “MMRV” - the combined Measles, Mumps, Rubella, and Varicella - shot, presumably in favor of “MMR+V” - on Measles + Mumps + Rubella shot and a second Varicella shot, which has been the ‘default’ practice for under-4s anyway. Parents have had the option to use the 1-shot MMRV instead of the 2-shot MMR+V, and removing MMRV from recommendation will (I assume) eliminate that option.

    Slightly ironic, given that RFK Jr was just complaining how kids these days have to get “90 injections” to be fully vaccinated, that the MMRV move will essentially add an injection to the vaccination schedule.


  • MAGA hasn’t changed. Whom they believe will be the targets of government intervention has changed.

    “My hate speech is free speech” but “Your hate speech is intolerable”
    “My tiktok propaganda is patriotic” but “Your tiktok propaganda is treason”
    “My military actions promote world peace” but “Your pointless wars are unsustainable”





  • I’ve used a retired desktop for my home server since 1999. It doesn’t have the fancy web-UI management of commercial NAS, but I’m comfortable with command line and config files.

    At some point, I realized I could use its wifi card and hostapd to replace my WAP. That was a bit of an adventure initially finding a card that really supports AP mode and setting up hostapd, but has now allowed me to migrate from 802.11g to n to ac much cheaper than buying whole new devices,

    Recently converted to an N100 with 4x ethernet ports, which let me unplug my little 5-port switch.

    Managing this doesn’t feel like a second job: it’s stable and just works. Automatic updates, with kernel blacklisted; periodically log in, update kernel & reboot. It does give me the opportunity, when I get inspired, for a weekend project, like adding hostapd or a new service, either via docker or bare metal. I like that I have one device doing “NAS,” WAP, and router jobs.



  • Not the person you replied to, but a shoulder plane is kind of specialized tool. The blade goes all the way to the edge of the shoe, which lets you plane right up to square corners, such as a tenon, and the shoe is narrow, which lets you plane into grooves, such as dadoes, where general purpose planes won’t fit. The narrow shoe means you have to pay a lot more attention to keeping the plane square/flat to the surface, and the relatively short shoe means you have to pay a lot more attention to overall flatness of your work piece. If you need to true-up twisted & warped wood, a general-purpose bench plane will be a lot easier.






  • I used to wonder how Lysenko pulled all of that off. Like, they were backward days in a backward country, and the whole world was still just kind of getting the hang of science. But now, here’s RFK Jr who doesn’t even believe in germs, filling our science administration with lackeys, half the country cheering him on, and I’m thinking that university grant departments are going to be getting Political Officers soon.






  • This is one of my pet peeves with containerized services, like why would I want to run three or four instances of mariadb? I get it, from the perspective of the packagers, who want a ‘just works’ solution to distribute, but if I’m trying to run simple services on a 4 GB RPi or a 2 GB VPS, then replicating dbs makes a difference. It took a while, but I did, eventually, get those dockers configured to use a single db backend, but I feel like that completely negated the ‘easy to set up and maintain’ rationale for containers.