she/her

  • 0 Posts
  • 154 Comments
Joined 1 year ago
cake
Cake day: August 3rd, 2023

help-circle



  • After adjusting for potential confounders, accessing GAH during early adolescence (aOR = 0.4, 95% CI = 0.2-0.6, p < .0001), late adolescence (aOR = 0.5, 95% CI = 0.4-0.7, p < .0001), or adulthood (aOR = 0.8, 95% CI = 0.7-0.8, p < .0001) was associated with lower odds of past-year suicidal ideation when compared to desiring but never accessing GAH. In post hoc analyses, access to GAH during adolescence (ages 14-17) was associated with lower odds of past-year suicidal ideation (aOR = 0.7, 95% CI = 0.6-0.9, p = .0007) when compared to accessing GAH during adulthood.

    Okay you’re just straight up lying now. I’m done here, piss off.






  • For me it’s probably the way I self-host overleaf, a online LaTeX editor. The community version has a docker image that’s horribly maintained (because they want to sell enterprise, I reckon), and instead relies on a horrendous amalgamation of setup scripts that wrap docker compose.

    What I have is a Dockerfile that pulls the image, manually installs a second version of TeX with the right dependencies, unlinks the old one and links the second one. Then for the database, it uses Mongo replsets, which be to be manually initialized. So I wrote a health check for the container that checks if the repl set is initialized, and if that fails the health check initializes it.

    It’s horrendous, it’s disgusting, and it’s an all-in-one compose file to get overleaf running. Good enough.