• 0 Posts
  • 34 Comments
Joined 11 months ago
cake
Cake day: August 12th, 2025

help-circle




  • I hope y’all are joking

    CMS will partner with private companies that specialize in enhanced technologies, like AI or machine learning, to assess coverage for select items and services delivered through Medicare.

    In particular, the American Hospital Association expressed concerns regarding the participating vendor payment structure, which it says incentivizes denials at the expense of physician medical judgment.

    This is going to be even MORE corrupt than what we have today, and its going to hurt people even more. Meanwhile enriching AI tech bros off the already bloated medical system in this country.









  • I used to have a fille with every cli command and notes on how each thing was set up. When I had to reinstall it from scratch it took all day going through lots of manual steps and remembering how it should all go.

    Recently I converted the whole thing to Ansible. Now I could rebuild my entire system on a brand new OS install with one command that completes in minutes. It’s all modular and I can add new services easily whether they are docker containers or scripts or whatever. If I ever break anything, it will reset everything to its intended state and leave it alone otherwise. And it’s free and pretty easy to learn and start using.

    Plus I use git along with it for version control, so I can always revert to any previous configuration instantly.