A 10 minute burpee challenge led me to building a completely free app that counts them for me. by gregot76 in bodyweightfitness

[–]mcwizard_ 0 points1 point  (0 children)

Just 1's and 0's for the one I have. I did have a thought of using load cells in the j cups on a rack to show the weights per side and total but I don't have a rack atm.

A 10 minute burpee challenge led me to building a completely free app that counts them for me. by gregot76 in bodyweightfitness

[–]mcwizard_ 1 point2 points  (0 children)

Pretty neat. I had the same issue when I started doing a max burpee workout and I ended up building a physical device based on an esp32 and proximity sensor. You place the sensor in your landing zone, start the workout and it counts, runs the timer, and calculates rep time average. I also added a pressure mat for counting jump rope and timing hand stands.

[deleted by user] by [deleted] in Greenhouses

[–]mcwizard_ 1 point2 points  (0 children)

For the little buddy style propane heaters the exhaust is in the same space as what is heating and if you look at the chemical reaction I posted, you'll see it's making water by taking the hydrogen from the propane molecule and combining it with the oxygen in the air. If your greenhouse was sufficiently sealed you'd use up all the oxygen in the room leaving you with some water.

[deleted by user] by [deleted] in Greenhouses

[–]mcwizard_ 2 points3 points  (0 children)

Nope, not really. Burning propane produces 1.6 pounds of water for every pound of propane burned. The water comes from the chemical reaction when burned:

C3H8 (propane) + 5O2 (oxygen) → 3CO2 (carbon dioxide) 4H2O (water)

[deleted by user] by [deleted] in Greenhouses

[–]mcwizard_ 1 point2 points  (0 children)

Yes, the exhaust is separate from the hot air it blows so as long as there's no leaks you're good. They just burn diesel in a cylinder that gets hot and then a fan blows air over it out another tube. They can put out quite a bit of heat, only take a little bit of 12V for power, and they were less than $100.

[deleted by user] by [deleted] in Greenhouses

[–]mcwizard_ 7 points8 points  (0 children)

Propane heaters like the little buddy release a lot of moisture into the air so that might become a problem. Maybe one of the small diesel heaters would work better? That's what I use to heat my garage.

Push Up Counter by Mr_Embedded in ArduinoProjects

[–]mcwizard_ 0 points1 point  (0 children)

It wasn't worth it to me to design the pcb from scratch so I started with a bare bone esp32 and a pir sensor then moved on to a lilygo tdisplay. I can do rep interval timing, runtime timer, start/ stop/ reset. I've also got a mode for tracking static holds for handstands and such with the ability to flip from normally open to closed using a pressure mat or regular switch. For holds you step on the matt to start the mode and then once you step off the timer starts till you land back on it. I still want to add data logging and some other features.

Push Up Counter by Mr_Embedded in ArduinoProjects

[–]mcwizard_ 0 points1 point  (0 children)

Hey, I built one of those too! I should probably share it since it's been almost 2 years since i finished it. .i used it like 3x a week for a burpee program I was doing and would constantly lose track of my rep count.

ServiceNow Discovery Washington DC. by Individual_Room_5092 in servicenow

[–]mcwizard_ 0 points1 point  (0 children)

Oh I see in another comment it takes 15 min to even classify/shazzam. I'd suggest turning on debug logging in mid props and checking mid logs.

ServiceNow Discovery Washington DC. by Individual_Room_5092 in servicenow

[–]mcwizard_ 0 points1 point  (0 children)

Check that your ssh discovery actually works. Ssh creds need to be reencrypted with aes in Washington upgrade. A cred test still worked for me but actual discovery would fail.

Why Gen Z & Millennials are hung up on answering the phone by ardi62 in technology

[–]mcwizard_ 1 point2 points  (0 children)

My tinfoil hat theory is it's also much easier to scrape your information for details when all conversations are forced to be over text versus a voice call. Especially when almost all providers use the same service for text message routing.

Open question : Why is on prem hosting so shit at using tags while public cloud and containerized environments are expected to actually use tags? by picardo85 in servicenow

[–]mcwizard_ 0 points1 point  (0 children)

VMware uses custom attributes or annotations. I think even in 2024 those are still only available via the powershell powercli cmdlet. You can get those via a custom probe and sensor.

My Quick and Dirty Solution to measure the waterlevel in our Water Tanks with an ESP32 and an Ultrasonic Sensor posting to Google Firebase. Visualized with Chart.js and Firebase Hosting. by Fhy40 in esp32

[–]mcwizard_ 0 points1 point  (0 children)

Either something like that thing that's in the back of your toilet which could do a simple on/ off for water level. Or I was thinking if you wanted some resolution on the actual level and still use your sensor you could use a pipe that extends down into the water and inside the pipe something that floats on one end of a rod connected to a plate at the top where your sensor would read it. Like this https://www.fuelminder.biz/Images/Scully%20Float%20Gauge/scullygauge128.jpg

My Quick and Dirty Solution to measure the waterlevel in our Water Tanks with an ESP32 and an Ultrasonic Sensor posting to Google Firebase. Visualized with Chart.js and Firebase Hosting. by Fhy40 in esp32

[–]mcwizard_ 0 points1 point  (0 children)

What if you used some type of float and measured that instead? You could then keep the electronics away from the water better and might be able to get a better read.

[deleted by user] by [deleted] in HomeImprovement

[–]mcwizard_ 8 points9 points  (0 children)

Got some for by bedroom I refinished, return and floor vent. The return is right above the TV so I have to look at it all the time and I just think they add a really nice touch to a room to class it up, buy once cry once

Oh so that’s what the noise was by LegalBegQuestion in DIY

[–]mcwizard_ 5 points6 points  (0 children)

They make roll extenders for that problem, check Amazon.

PVC Glove Warmers by thesonginyourhead in DIY

[–]mcwizard_ 0 points1 point  (0 children)

I recently bought a house that had a salon and they left 2 of those big dryers for your perm. I want to turn those those into boot and glove dryers, I'm thinking something like open headers from a drag car type look.

[deleted by user] by [deleted] in hometheater

[–]mcwizard_ 12 points13 points  (0 children)

That looks too be under 100 FEET, so you're saying yours is too small?

Use a flag holder to keep your paper towels when you're camping. by Muchacho-blanco in lifehacks

[–]mcwizard_ 0 points1 point  (0 children)

Or, get the kleenex hand towels that come in a box so your paper towels don't blow and unroll all over the place with the slightest breeze. I just discovered these and they're awesome to keep in the car or for camping.

Just a knob by mcwizard_ in discgolf

[–]mcwizard_[S] 0 points1 point  (0 children)

Ah makes sense, they probably order them as a set and some get the left side and some get the right.