• 1 Post
  • 130 Comments
Joined 2 years ago
cake
Cake day: September 26th, 2023

help-circle

  • While we can’t say for sure, I’d certainly be wargaming some possible outcomes and how to respond to them.

    Wouldn’t surprise me if disability for mental health reasons was high on the list of things to cut. It’s effectively an “invisible” disability, which makes it somewhat easier to cut while limiting loss of political capital.

    I wish you all the best getting through the upcoming difficult years. You’re a genuinely good person for caring and thinking far enough ahead to realize the question needs to be asked.

    For other folks reading this, now is an excellent time to review your payroll deductions and ensure you’re paying for private disability coverage - both short and long term. It’s one of the least expensive ways to hedge against the crazy of the next four years.






  • At one time, Reddit (or at least the core server) was open source. Statistically, it’s relatively likely that someone, somewhere forked and is maintaining that code for their own purposes to this day, but I’m not actively aware of any examples.

    If someone has been maintaining a fork, I’d love to see the old comment database imported into it and made available, though I don’t know offhand what license either the code or the comments were released under.

    A FOSS Reddit, without the chaos that took over America during the presidential administration installed in 2016, and branching from there, would be an interesting point of diversion to say the least.

    Edit: quickie DDG search found me one fork archived in 2023 and a further form updated a year or so ago. That’s recent enough the damn thing just might build with a little work.

    2023 fork of open source reddit

    ~2024 fork

    I’m sure there are others…









  • Thanks - it’s a shoulder, so one of those “Either live with bone-on-bone pain for the next 30 years, or get the surgery and hope” kind of deals.

    I had an unexpected… medical detour that delayed getting the shoulder done, and you’re 100% right about things being compensated for. The shoulder was planned for a couple of weeks ago, and then some other stuff happened, and I’m noticing simple things like using I can use my other hand to turn a doorknob, but then need a foot to actually push the door open - until I was recovering from something else and cognizant of additional pain, I had no idea I’d even been doing that sort of thing.

    All other things being equal, after surgery and PT, I’d be happy with getting back to around 80%. At that point, the (relatively weak, apparently) joint will be able to save my tail in a pinch. - right now, I am sworn off of all alcohol and any meaningful activity if I wake up in the middle of the night because if I fall and further damage the shoulder, it gets exponentially worse. Not that I’m planning to be a falling-down-drunk post-recovery, but it’s the principle of it. Just walking outside for a smoke before going back to bed requires some thought and risk consideration. It’s a whole new world I’d never even considered.


  • This is incredibly interesting. Gives me a bit of future hope as well. About to have a joint replaced, and the doc was very clear the operation may well need to be “revised” in 10+ years.

    I acknowledge and accept that risk, of course. But if we can regenerate cartilage (in that very specific context), revision could look more akin to removing the joint socket liner and replacing it with new cartilage by then.

    Or by the 20 year mark - let’s be honest, I’m in my 40s so having a second revision is not out of the question at all, if I’m otherwise in acceptable health.

    Even if the (smashed) ball side of the joint has to be straight replaced again at that time, half the surgery is better than all of it.



  • Right there with you on “just works,” as well as the simple fact that the config snippets you need are readily available - either in the repo of whatever you’re putting behind the proxy, or elsewhere on the internet.

    I consistently keep in mind that it’s ultimately an RU product, of course. But since it’s open source and changes relatively infrequently, that’s mitigated to a large degree from where I sit.

    Nothing against Caddy, though Apache gets heavy quickly from a maintenance standpoint, IMHO. But nginx has been my go to for many, many years per the above. It drops into oddball environments without having to rip and tear existing systems out by the roots, and it doesn’t care what’s behind it.

    Ages ago, I had a Tomcat app that happened to be supported indirectly by an embedded Jetty (?) app that didn’t properly support SSL certs in a sane way on its own.

    That was just fine to nginx and certbot, the little-but-important Jetty app just lived off to the side and functionally didn’t matter because with nginx and certbot, nothing else gave a crap - including the browser clients and the arcane build system that depended on that random Jetty app.