I'm in New Mexico too, there's some creeks I frequent that are considered "navigable waterways" and unless it's monsoon season, you barely get your ankles wet lol.
Indeed. Not as easy to organize as one with a front facing door, but we keep stuff organized in milk crates and it's worked great for our family for many years now.
At my offgrid cabin I converted a $300 chest freezer to a fridge by using an external thermostat that toggles power off/on based on temp. I have it turn on at 37 degrees and turn off at 35. It uses such little power that it's not even a factor for my small solar setup.
Back when I used Windows, I had an app called Regex Buddy and you could paste in any regex and it would generate a comment block that broke down what was going on. Was super useful when you come back a few months later and need to understand a complex regex
[0] Some people, when confronted with a problem, think "I know, I'll use regular expressions." Now they have two problems.
I love regular expressions and figuring out the syntax to solve problems I encounter where I can use regex. Such as searching code for calls with specific named params that may be in different order across the code base. But I always have this quote in the back of my mind if I'm thinking about using regex in code, especially areas that get hit a lot.
Mosh is awesome! I use it all the time to connect to servers over a slow and high latency satellite link. Highly recommend it for high latency connections.
I have the same issue with my ears in cold weather. They start to hurt pretty quick in cold temps, so I try to always either have some small wrap around ear muffs or a beanie. As long as I keep my ears warm and out of cold wind, I'm able to stay comfortable.
I use mosh to connect up to a raspberry pi over a slow satellite link. For that, mosh works awesome but I’ve always missed the ability to scroll output when I’m trying to debug something. I’m anxious to give this terminal a try and see how it performs in comparison
My wife used to be a teacher and there is something I haven't seen mentioned and that is all the district support staff. Her district had literally hundreds of high paid support staff. Many were older former teachers that either wanted out of the classroom or were moved to a support position instead of being let go, often with a pay raise.
Eliminating all the unnecessary support positions and dividing those salaries amongst teachers could result in a more balanced salary for teachers.
/ip firewall mangle add chain=postrouting out-interface=lte1 action=change-ttl new-ttl=set:64 passthrough=yes comment="Set TTL for Mobile Hotspot"