• 1 Post
  • 11 Comments
Joined 2 years ago
cake
Cake day: July 9th, 2023

help-circle


  • jrubal1462@mander.xyztoScience Memes@mander.xyzflouride
    link
    fedilink
    English
    arrow-up
    2
    ·
    7 months ago

    In our area, the only water supply WITH Fluoride serves an area with a median HOUSEHOLD income of less than $40k with more than 25% living below the poverty line. For communities like these the fluoride is critical because there will be a lot of children that don’t have access to fluoride supplements, or regular care from a pediatric (or regular) dentist.


  • jrubal1462@mander.xyztoScience Memes@mander.xyzflouride
    link
    fedilink
    English
    arrow-up
    3
    ·
    7 months ago

    You can get even more granular than that. CDC maintains a list of water systems and whether or not they add fluoride. CDC My Water System. To give you an idea of how granular that is, there are 78 different water systems in my county alone. For most of my life I assumed we had fluoridated water but apparently only 1/78 of our water systems are. I only checked when we had kids and I needed to know whether or not I needed to give them Fluoride Drops.








  • The logs just say 2023-12-16T03:32:18Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 192.168.1.111:2283...

    Assuming it is the problem of Docker containers not being able to talk to each other, I added the option --network="bridge" to the docker command that launches the cloudflare tunnel. Then in the docker-compose file for Immich, I added the line network_mode: bridge to each service. No dice. I think next I’ll try installing the cloudflare tunnel as a service directly on that computer.

    Thanks for taking the time to help out, I appreciate it.