Posts
Recent Comments
23d ago
inWatched a neighbor in Sacramento try to 'fix' a leaning oak by piling rocks against the trunk for support.
That duct tape thing is brutal... I just left my split apple tree alone and it healed up on its own.
24d ago
inOur book club's 'The Goldfinch' debate got so heated someone almost walked out
My book club had a huge fight over the ending of Gone Girl. I mean, garcia.cameron has a point about toxic users, but real friendships can be messy like that too. It took us two meetings to get past it.
24d ago
inShoutout to the free online course that finally made Python click for me
Totally get that. Books made me zone out so fast. Actually typing code is the only way it sticks for me.
25d ago
inMy old freelance contract had a 'kill fee' clause that cost me $2,500 on a project that fell apart.
Yeah but then you're just moving the problem. What if they stall out on paying for the phase you just finished?
25d ago
inI always thought you had to memorize every single function to code
My first dev job had this rule where you had to try solving it yourself for 15 minutes before asking. That time pressure forced me to actually learn the common patterns instead of just googling every line. I still look stuff up constantly, but I try to understand why the solution works, not just copy it.