
Years ago, Weyerhaeuser published a bunch of plans for plywood projects. I have several of them someplace around the Secluded Desert Bunker. I’ll post them if I stumble across them.

Years ago, Weyerhaeuser published a bunch of plans for plywood projects. I have several of them someplace around the Secluded Desert Bunker. I’ll post them if I stumble across them.

Mid-Century Modern Inspiration
CSH 21B by Pierre Koenig. He also designed the Stahl House, CSH 22, which has an amazing view overlooking Los Angeles.

Drink beer.
Do good things.
Be Happy.
One of the things that frustrates me is when a site – or worse, a group within my own organization – tells me that my password contains characters that aren’t allowed. Or that my password is too long.
Really? So what you’re saying is that you want me to trust that your team’s developers have good security by using a weaker standard than my own?
You need to change your hash algorithms to accept unicode strings of any reasonable length – and, yes, 256 characters of unicode is a reasonable length for a password.
Also, I just spotted a maddening double-shot of security bumbling with an organization that has integrated with Google Auth. The issue isn’t that they’ve integrated with Google Auth – that’s good – but it’s that they’ve disabled the ability to use two-factor authentication therein.
They’re improving usability by using single sign-on, but increasing the attack surface by disabling a proven security feature.
Oh, and they only allow ASCII for passwords. And not even all of them.