@SenatorLujan@SenateBudget Are you playing legislative hardball?
Blanket opposition.
Calls for quorum.
Block unanimous consent.
Make their life boring, make it difficult, grind things to a halt until midterms!
Top 3 things I’ve said/thought since becoming a dad that 20’s me would have been mortified by:
1. “That is cutest tiny little wiener!”
2. “Quick, cup your hands to catch his vomit!“
3. “What’s the optimal wiping pattern I should use clean out this tiny butthole?”
Today I learned that rfid security card readers trigger Apple Pay. Put my card inside my phone case, tried to get in my building, and boop phone asks if I’d like to pay the door.
@benbarbersmith Thanks to working in education (with just soooo much legacy code), I’ve had to go back to raw sql again. It’s opened up a whole new world of stored procedures and triggers!
Me to our team, “We really should start writing and using more tests, it would save so much time!”.
My brain, “Wouldn’t it be way more fun to make a new feature that will unexpectedly break the whole app?”.
#ProgrammingLife
@JavaScriptCoff1 That looks like it is super in depth!
If you already have it semi setup you could always make a few new baby functional components using hooks and bring em into app.js . Then you can play with the new syntax without having to refactor yet.
@JavaScriptCoff1 Bright side, using hooks is actually a whooole lot easier! I learned class based components first and just kinda bumbled my way through until it worked, but once I switched to hooks React started to really “click” for me.