Posts

49 Difficult

What is 49 difficult? I am glad you asked! 49 difficult is my riff on 75 hard. I believe it will push me but not be over whelming.   Check out 75 hard here:  75 Hard | The 75-Day Tactical Guide to Winning the War with Yourself (andyfrisella.com) The summary is: Follow a diet - you pick it but follow it 100% Complete two 45 min workouts, 1 must be outside Take a selfie to show your progress Drink 1 gallon of water Read 10 pages in a non-fiction book. Two of those I could finish on any night with 15 min left (read, and take a selfie) I'm going to keep those. Drink 1 gallon of water seems like an achievable goal, but one that will make me stretch. I have a half gallon mug, if I fill it twice a day I will get there, I suspect I'm not too far off. I'm not ready to do two 45 min workouts every day, so I am going to do 1 a day, and at least 4 of those have to be outside in the week.  I think this one is doable as I can go on walks, play disc golf, or do field work and meet this re

Update 2/20/21

 It's Presidents Day 2023.   I have been at the new me now for 7 weeks so it is time to assess how things are going. 1 Diet - I started this with the GAPS diet which stands for Gut And Psychology (or Physiology in her later book) Syndrome and was designed by Dr. Natasha Campbell-McBride. The whole premise of GAPS is that if we heal our gut and our microbiome then other things in our lives will get better. So, per the GAPS protocol I pretty much ate soup: meat stock, boiled meat, boiled vegetables that are very soft,  for 3 weeks. The GAPS protocol also pushes probiotics (but only), so I started making kefir (both water and milk kefir) and tried my hand at sauerkraut. Mostly things went really well.  I felt better although it could have been just missing grains, legumes and sugar, all of which have some inflammatory impact. About a week in I found another book I really liked, by Dr. William Davis called Super Gut. I'm not sure I am convinced of everything he proposes, but I defi

It's a New Year and Time for a New Me in 2023

Image
  It's been a while. I'm trying to turn over a new leaf again this year. I've built a new planner, I'm working on my North Star goals, I've uploaded a few TikTok videos with more to come, I've done some yoga, and begun a mindfulness practice ... It's only January 4 and this year has been pretty good so far. So, I'm not setting any unrealistic goals for me to achieve in the next few months like "$10 monthly income from secondary sources!"  This year my goals are more general. I want to improve my relationships with God, myself, my wife, my kids, my friends, and others in that order.  That breaks down to a bunch of small things completed on regular intervals. I'm hoping that includes more study and prayer, more healthy choices, more blog posts, more videos on YouTube and TikTok, more personal interactions, more writing love notes to the love of my life ;-) ...  So I am throwing this out into the universe. Don't be surprised to see some up

Getting started with MicroPython

Image
Why don't we use Python more? Python is a great language.  It is a scripted language derived from C like the C++ we use in our Arduino IDE, but it is much more flexible and much easier to read . Python is strongly typed, and allows for complex classes and Object oriented programming. Python uses a very straight forward human readable syntax , and has tons of shortcuts and built in libraries for nearly anything you can imagine. Its only real downside as far as I am concerned is using whitespace to delimit blocks just like YAML, but if your editor is configured correctly to change tabs to spaces, it is not a problem. Did I mention that it is easy to read ? Python is also one of the building blocks of Home Assistant, all of the components and lots of the core code is written in python, so if you learn it, you can contribute back to the community. Finally python is available for our favorite items like ESP8266 based Sonoff devices, NodeMCU and D1 mini's and even Node-Red func

Smart light Bake off

Image
This post really needs a video, and that is in the works but I really want to compare lighting systems. I have a lot of "smart" lights: Hue (three bedrooms, and my office) Lifx (the 9 Can lights in the kitchen, and 3 minis in my entry way) Merkury (all the outside lights) Yeelight (the living room and another bedroom) Ikea (bathrooms) (not in this review) And some smart switches that make dumb lights smart. So how do you compare all these lights? The first criteria is cost: Per bulb cost, infrastructure costs, and use costs (it's not awesome to have your lights burning 40 watts all the time). The second criteria is functionality: Do they do colors, if they do are they brilliant, if they are white, do they handle a range, are the bright enough, et cetera. Maintenance: It's cool to have smart lights but if it takes you 35 tries to tell Alexa to turn on the light, or if you have to sign into a server in china to turn it on or off it may not be worth ha

Boxing Day!!!

Image
If you are like me, you got everything you asked for, and a bunch of stuff you did not even realize you could have asked for, and some cash!!! You also, realized way to late to ask, that there were a few things you should have asked for but did not. So if you are going on a Boxing Day buying frenzy like  I did, here are a few things to think about. First, anything from my gifts for geeks list would still be great! This shirt from amazon is almost as cool as the one I got, but the sentiment is the same: My first order was the one that everyone was too scared to get because they were afraid to get it wrong: This digital soldering station with all the tips, and a heat gun for desoldering and melting shrink tubing will be getting a review shortly, and set me back less than $60. I also picked up the 3rd hand from my gifts for geeks post again, because even though I spelled it out, people felt that was a little too personal of a decision. next, can you ever have enough SD ca

Flashing my tuya switches with tasmota

Image
This was an exciting adventure. I got these switches for $10 from someone who failed to make them work at their own house. They are JMH CD303 Tuya switches.  You can get them on Alibaba here:  https://www.alibaba.com/product-detail/2018-US-Smart-Switch-WiFi-Tuya_60764782124.html?spm=a2700.details.maylikever.8.287e3376iYLvTg  Initially I was just going to use the https://github.com/clach04/python-tuya method to integrate these into HA with local support. but then I got looking at that chip and it looked like an ESP8266, so I did a little digging. I was able to flash the Tuya TYWE3S module with Tasmota. Travis from digiblurDIY updated the Tasmota wiki with all the relevant information: I soldered up my TYWE3S just like he did here: The switches work perfectly with following settings: They need to be set to switchmode# 3 in order to maintain the state.  Switchmodes 0-2 acted like switchmode 7 usually does. With some tiny tweaks to the housing, it fits sideways