Blue Collar Cost

It’s been a while since I added an entry to the Quantitative Philosophy section.  And in light of the recent glass door replacement debacle, as well as my growing experience with home-ownership in general, I have enough information now to present a new calculator: The Blue Collar Cost Estimator!

What is this calculator?  Well, ever notice how what would seem like an affordable project immediately becomes cost-prohibitive when requiring hired help?  So here’s how it works: for any home renovation/repair, input what you think would be the conservative estimate for the raw materials.  The calculator will then add the contractor’s up-charge and account for the cost of labor (which is substantial).  Here’s the formula:

Estimated Materials Cost * 1.45 * 4 = Final Cost

Here’s the logic.  The 1.45x multiplier seems, at least anecdotally, to be the materials’ up-charge.  The 4x multiplier seems to be the labor charge, which inexplicably scales directly with the initial cost of the materials.  I guess they figure the risk of damage warrants greater skill/care?  Dunno.

But that’s it.  Nice and simple.  For calibration, I tested two expenses.  The latest was the door replacement, which I estimated would have a materials cost of $1000.   1000*1.45*4=$5800, the exact amount of the final cost.  We also had a garage door spring replaced, which I estimated at $120.  120*1.45*4=$696, which is pretty close to the $700-ish final cost we paid.

There you have it: the scaling cost of blue collar labor.  Glad I figured out how to install laminate flooring.  The last room I did would have cost us almost $2500.  So try to be handy–your wallet depends on it.

–Simon

DNS

Of all the digital glues holding the Internet together, the domain name system is probably  one of the most critical, yet also the weakest.  The current protocol as a whole is unencrypted, and if it goes down, or is interfered with, then that prevents communication to anything not a hard-coded IP address.  But even then, SSL PKI breaks down unless the certificate in question was specifically exempted.  In short, a DNS failure would break the Internet.

And it was exactly that scenario in which I found myself recently.  I, the security-minded sysadmin of the home, had long since switched my DNS provider over to what at the time I determined to be the most privacy-minded and secure: Quad9.  And I never had any issues since.  But I made an error with my configuration: I specified two Quad9 DNS IPs, rather than using a different party as fallback.  And when, for inexplicable reasons, Quad9’s DNS servers ceased to resolve my DNS queries, I found myself offline–sort of.

Certain devices bypassed DNS, notably my work laptop and the Ring cameras.  Liz’s work laptop did not, however, which is an interesting aside in that mine must have a hard-coded VPN IP and hers did not.

But back to the main story.  I had never experienced a DNS provider failure before, and it took some rather lengthy late-night testing to figure out the problem.  Ultimately, I ended up switching back to OpenDNS with a Google fallback–not my ideal configuration, but one I’m sure won’t experience any downtime.

Yet in the end, I’m left to wonder: What happened to Quad9?  The Internet community as a whole offered no information, which I’m sure would have been available anecdotally had Quad9 truly ceased to function.  Perhaps Spectrum was blocking it?  But why would they do that, only to allow me to use other DNS providers.  If forcing customers to user their own, why didn’t they block OpenDNS and Google?

I posit this query to universe.  In the meantime, know that you may have issues with a Quad9/Spectrum configuration.

–Simon