Posts
Recent Comments
19h ago
inSwapped my app timer for a physical lockbox and it worked way better after 2 weeks
The lockbox trick is the only thing that ever worked for me too. My phone timer felt like a joke because I'd just hit "ignore" and keep scrolling. Physical separation made a huge difference (putting it in another room helped even more). You really have to commit to walking away, but that forced distance is what finally broke my habit loop. After a week, the anxiety about missing something faded and I actually started to enjoy the quiet. Stick with it for another month and see if your focus gets even deeper.
2d ago
inWarning: My air fryer smoke alarm moment at 6am
Had the same thing happen with mine, scared the crap outta me.
2d ago
inShoutout to the inspector who missed a leaky pipe by 2 feet
@taylor_patel honestly I wonder how many houses out there have stuff like that just waiting to be found... have you ever run into a situation where a general inspector totally missed something that a specialist caught later on?
5d ago
inFinally figured out why my functions kept breaking - it was variable scope the whole time
Variable scope being the problem actually sounds like an EXCUSE for sloppy coding practices. If you wrote everything in ONE function from the start you never would have had that issue. People overcomplicate things by splitting code into a million tiny pieces then act SURPRISED when variables don't behave. Global scope is perfectly fine for smaller projects and most scripts don't need that level of isolation. You are just making extra work for yourself by trying to be "clean" when the problem was never that deep. Maybe stop overthinking and just write code that works.
7d ago
inThat moment a stranger helped me level my desk for free
Oh man, I once spent a good twenty minutes trying to fix a wobbly table with a folded napkin before realizing my floor was just tilted. Honestly, a stranger showing up to help is way better than my "folded paper shim" method, which always ends up sliding out. Glad someone saved you from that embarrassing struggle!