Loading…
Loading…
1d ago
inMy filling comparison changed after one bad experience with composite
I read a piece in a dental journal last year that looked at failure rates over ten years and the gap for molars was bigger than I expected, like composite was failing way more often in that back and forth grinding zone. There was this one part about how the bond breaks down at the edges over time, especially if the prep is deep or the patient grinds. I still use composite for anteriors and small stuff, no question, but for a big molar prep I lean amalgam now or at least talk to the patient about it. Not saying composite is bad, I just got burned once and that article kind of sealed it for me.
1d ago
inFillet weld blew out on a handrail in Tulsa, had to redo the whole stringer
Ugh been there, did a whole run of grab bars last winter in a shop that never got above 40 and had two pop on me before I started dragging the torch over the joint first just to knock the chill off. Now I keep a temp stick in my pouch and anything under 50 gets a slow pass with the rosebud before I even think about laying wire. Cold steel will bite you every time, man.
6d ago
inFinally got my first API call working after 40 minutes of staring
Honestly the headers vs auth thing is not even a dumb mistake, it is a bad API design. Every service puts the key somewhere different and half of them just say "add your key" in the docs without showing the exact spot. So you can read the docs ten times and still miss it because the docs are lazy. Took me two hours once on a weather API because the key went in the query string and not the header, and nobody told me that. So the real problem is the docs, not you.