@rtwfroody

7 Followers
8 Following
46 Posts
Enjoying life in Seattle. Depending on when you ask me, I might say my hobbies are woodworking, video games, playing Linnstrument, or coding.

My knees have been bugging me basically all year, and finally chatgpt got me the right exercises to get them starting to improve. So I got inspired to build another web app: https://movewhatworks.com/

Move What Works will give you workouts that work around your aches and pains (or even improve them), however much or little time you have, and using whatever equipment you have.

#fitness #exercise #over40 #achesandpains

Move What Works - Smart workouts that work around your body

Smart workouts that work around your body, not against it. Your AI-powered fitness coach creates personalized workouts based on how you're feeling.

Is it still #buildinpublic if you post once every few months? Anyway, spent a little bit of time on regviz.com today, cleaning up the display of licenses and source data.
If you need to decode #embedded CPU registers, check it out.
Managed to import 2,769,384 registers into regviz.com in 26m43s. Except now searching takes 4s which is too slow. So... hopefully there's simply a db index that I'm missing.
@osau I did a pretty big update to regviz.com. I'm now in a good place to suck in basically any publicly available svd file. Still no custom user stuff though. That's a whole other thing.
Feeling pretty good about the new code to lay out the bit labels. Compact, legible, and visually pleasing. Do you have any registers I should add to regviz.com?
#embedded #riscv
Built https://regviz.com/ to help you visualize and decode register bitfields.
What registers should I add?
#buildinpublic #embedded

Progress is always slower than you think. This week I sent out the first Meal Inventor newsletter to my list (which is just a few friends, so far). Good to get that process figured out and started, at least.

Did a little bit of code cleanup and improved logging. Spent a bunch of time prototyping a feature to suggest a new ingredient. It's still too slow, but I did speed up the core algorithm some in the process.

#buildinpublic

Let's make this project, and the journey to build it, a bit more public. I'm building mealinventor.com. It invents recipes using only ingredients that you already have, that provide the macronutrients that you need.

For the front-end I'm using #svelte. The back-end uses #rust #axum. I'm happy with this tech stack, and I've got a minimum (not viable) product done.

Most recent achievement: I wrote a supporting article about calories. Development is easy, marketing is hard.

#buildinpublic

Made some chopstick rests for my nephew who is really into learning #korean right now. Easy to make, but I spent quite a bit of time sanding out the bandsaw marks from where I cut the recesses.
#woodworking
Monday: Trying the new thermostat, it crashes every couple of hours. (n=3)
Added debug code.
Tuesday: Works fine. Has been running for 27 hours now. Only difference is the debug code.
#circuitpython #heisenbug