• Sunday

    • Equinox is increasing its monthly costs by $10 “to stay competitive” (lol)
    • https://simplelocalize.io/blog/posts/what-is-cors/
    • Froze, cut, and wrapped 48 protein bars. Peanuts, coconut oil, banana protein powder, oats, water, honey.
    • Amazing UFC 280 card yesterday. Happy for Makhachev/Khabib, sad for Charles. Favorite fight was Suga/Yan – they’re both excellent. Aljo is still annoying and overrated. Took 10min to take out a 1-armed TJ, building on his legacy of DQ belt winnings.
    • Bear Mountain state park (40 miles up hudson) was cooool.
    • When We Were Young festival day 1 (saturday) was cancelled yesterday due to “high winds” in vegas…
    • YouTube TV is $65/mo. YouTube Premium is $12/mo.
    • Full aquarium maintenance (monthly).
    • My serpent star tried to eat (ate?) my bumblebee shrimp.
    • Danaher is wrong, a bear would destroy a lion: https://www.youtube.com/watch?v=mo_OtuZVDz0.
    • Vinegar is made by fermenting ethanol with a specific type of bacteria. It’s acetic acid.
      • It’s totally fine to drink (healthwise), but it IS an acid. Dilute it. Otherwise it will disrupt your stomach/throat lining, affect teeth, cause acid reflux, etc.
    • Whatsapp web works in chrome again (another feature off switching back off brave).
    • SBSC/AWS.
      • Created alarms for mem/cpu/disk above 90% usage.
      • Created SNS topic for these alarms, and attached.
      • Subscribed my gmail to this topic for notification.
      • Tested E2E, worked.
      • Added disk:used_percent to /opt/aws/amazon-cloudwatch-agent/bin/config.json and then systemctl restart amazon-cloudwatch-agent.
    {
      "agent": {
        "metrics_collection_interval": 300
      },
      "metrics": {
        "metrics_collected": {
          "mem": {
            "measurement": [
              "mem_used_percent"
            ]
          },
          "disk": {
            "measurement": [
              "used_percent"
            ]
          }
        }
      }
    }