• 0 Posts
  • 42 Comments
Joined 2 years ago
cake
Cake day: July 9th, 2023

help-circle

  • Something needed to happen here, we’ll see if even Torvalds has the power to kick massive telecom and consumer electronics conglomerates in the butt. It’s been too long.

    • My fiber provider started an early rollout of IPv6 like a decade abgo, and it’s been stalled out ever since.
    • I’m still seeing new consumer electronics being sold even though they’re IPv4 only.

  • Why should that be it? Throw in Deism to understand the attitude of the US founders, then round out most of the population with Islam, Hindu, Jainism, and probably many more. You have to cover Judaism because of its influence on Christianity. And of course agnostics and atheism to round out the beliefs. You’ll never hit all the possibilities but perhaps it would be ok to cover families of beliefs, such as if native belief systems are similar (I have no idea and that’s a shame)


  • Personally I do think it should be required to post some amount of Islamic concepts. Among the many ways we are too provincial is seeing everything through the eyes of a single religion family. Even our friends and neighbors seem alien when we aren’t even aware there are other religions.

    Let’s require at least some comparative religion study, perhaps in social studies and history. The major religions have had a huge impact on the development of our societies and we should all be more familiar with beliefs held in common or u destined where they’re actually different (and not just the Fix News version)





  • As an American I’m still not convinced.

    Apple successfully sold themselves as a better choice, the “in”thing - to adults. Most adults I know have iPhones and the ones who don’t seem self-conscious about it. It might have partly to do with Android phones originally sold as the budget alternative. We’re the shallow ones.

    Kids can take their cues from adults: they see iPhones as the “better”, more desired choice. But also take it to the next level, with teasing and bullying.

    I find it hard to believe anyone cares about the color of text bubbles, especially since kids don’t use iMessage, despite all the media making that claim. It’s just an excuse, but the social stigma is real



  • But the question is deaths by car and you don’t need to entirely get rid of cars to make a huge difference.

    • inspections. It boggles the mind that some places don’t have them

    Traffic calming really can work. I’m not talking about speed bumps, but things like curb bumps to narrow the road at intersection while increasing pedestrian visibility, traffic islands, roundabouts. Even repainting lines can make a difference. My town’s master plan is driven by accident stats, so every road rework is a noticeable improvement

    A couple years ago my town repainted a two lane road into one lane plus turn lanes. Now traffic is slower and calmer yet you get through that area more quickly. Most importantly it’s no longer one of the most dangerous roads in town

    Most recently they built a median. This was a dangerous intersection because it always backed up so impatient people would blast straight through in the turn lanes, causing accidents. Now they can’t

    And yes, because of Florida Man, my town built medians at every railroad crossing so idiots can’t go around the gates. We never had that problem, but idiocy is contagious.

    Every city and town can make a difference. Now. Relatively cheaply. Just by collecting accident data and prioritizing by that. Just by making small changes a little at a time



  • If you want to read it yourself, there’s an entire section. Table of contents ….

    —-

    Subtitle B–Health

                          Chapter 1--Medicaid
    
    subchapter a--reducing fraud and improving enrollment processes
    

    Sec. 71101. Moratorium on implementation of rule relating to eligibility and enrollment in Medicare Savings Programs. Sec. 71102. Moratorium on implementation of rule relating to eligibility and enrollment for Medicaid, CHIP, and the Basic Health Program. Sec. 71103. Reducing duplicate enrollment under the Medicaid and CHIP programs. Sec. 71104. Ensuring deceased individuals do not remain enrolled. Sec. 71105. Ensuring deceased providers do not remain enrolled. Sec. 71106. Payment reduction related to certain erroneous excess payments under Medicaid. Sec. 71107. Eligibility redeterminations. Sec. 71108. Revising home equity limit for determining eligibility for long-term care services under the Medicaid program. Sec. 71109. Alien Medicaid eligibility. Sec. 71110. Expansion FMAP for emergency Medicaid.

               subchapter b--preventing wasteful spending
    

    Sec. 71111. Moratorium on implementation of rule relating to staffing standards for long-term care facilities under the Medicare and Medicaid programs. Sec. 71112. Reducing State Medicaid costs. Sec. 71113. Federal payments to prohibited entities.

           subchapter c--stopping abusive financing practices
    

    Sec. 71114. Sunsetting increased FMAP incentive. Sec. 71115. Provider taxes. Sec. 71116. State directed payments. Sec. 71117. Requirements regarding waiver of uniform tax requirement for Medicaid provider tax. Sec. 71118. Requiring budget neutrality for Medicaid demonstration projects under section 1115.

            subchapter d--increasing personal accountability
    

    Sec. 71119. Requirement for States to establish Medicaid community engagement requirements for certain individuals. Sec. 71120. Modifying cost sharing requirements for certain expansion individuals under the Medicaid program.

                 subchapter e--expanding access to care
    

    Sec. 71121. Making certain adjustments to coverage of home or community-based services under Medicaid.



  • I’m actually planning to do an evaluation of a n ai code review tool to see what it can do. I’m actually somewhat optimistic that it could do this better than it can code

    I really want to sic it on this one junior programmer who doesn’t understand that you can’t just commit ai generated slop and expect it to work. This last code review after over 60 pieces of feedback I gave up on the rest and left it as he needs to understand when ai generated slop needs help

    Ai is usually pretty good at unit tests but it was so bad. Randomly started using a different mocking framework, it actually mocked entire classes and somehow thought that was valid to test them. Wasting tests on non-existent constructors no negative tests, tests without verifying anything. Most of all there were so many compile errors, yet he thought that was fine


  • My company only allows downloads from official sources, verified publishers, signed where we can. This is enforced by only allowing the repo server to download stuff and only from places we’ve configured. In general those go through a process to reduce the chances of problems and mitigate them quickly.

    We also feed everything through a scanner to flag known vulnerabilities, unacceptable licenses

    If it’s fully packaged installable software, we have security guys that take a look at I have no idea what they do and whether it’s an audit

    I’m actually going round in circles with this one developer. He needs an open source package and we already cache it on the repo server in several form factors, from reputable sources …… but he wants to run a random GitHub component which downloads an unsigned tar file from an untrusted source