Blogged about the time I doubled our users by doing proper engineering instead of React slop
Blogged about the time I doubled our users by doing proper engineering instead of React slop
@unnick @GoteerTxuria @moh_kohn
fwiw, works fine for me on FF android with shields up
@GoteerTxuria @moh_kohn works fine on Waterfox on my macOS anyways.
Also, great read!
@moh_kohn @GoteerTxuria firefox ESR in my case; it's throwing errors like: "Content-Security-Policy: The pageโs settings blocked an inline style (style-src-attr) from being applied because it violates the following directive: โstyle-src blob: *โ. Consider using a hash ('sha256-eyEQIkqjJt2vT6Kt1pkSUhwTpB67WcyjJnghw+gdf54=', requires 'unsafe-hashes' for style attributes) or a nonce."
And again, can't see anything without disabling the CSS.
All the text is invisible for me in Firefox on Linux when the --font-body is set to "Atkinson", sans-serif. Setting it to "Atkinson Hyperlegible", sans-serif fixed it.
Edit: that doesn't fix it; it just uses the default sans-serif, so "Atkinson" is correctly selecting the custom font and then it isn't displaying. I tried another machine also running Firefox on Linux and the site worked without a fuss.
@moh_kohn "... a housing benefits office ... They are singularly unlovely places."
I walked into our newly refurbished housing benefits office (it did other things as well) as a new councillor. "Hey this is good," I said, "it's decorated well enough to show that the customers are respected but not so well that it looks like we're flaunting our excessive use of public money."
"Yes," my guide said, "that was the design brief."
@leberschnitzel @moh_kohn Often I find that the software people saying "but that's a lot more work for us" are actually saying "but that's not work that I can do in my favorite framework that I want to use so I can put it on my resume because it is currently in hot demand in the job market."
I find software engineers not very interested in the customers or the company vision, but more focused on their own career growth.
Management fails to push back, unaware.
@moh_kohn the irony of having to disable CSS to read the article was not lost on me 
edit: damn, i wasn't even the first one to comment on this. my screenshot is from mullvad's browser FWIW
@moh_kohn Every web developer should read this!
I usually use NoScript to browse (safety first) and i loathe websites which don't show anything without javascript.
You don't need an overloaded engine or framework to display some text and some images. That can be done with simple CSS and HTML.
The motto should always be "customer first". If that results in more work, then so be it. That's what the employer pays you for.
@moh_kohn lovely.
Re: the coda - it really does seem like heavily optimisations die with the next developer (or it's been my experience of the last 3 things I've done something like this).
Most people seem completely unattuned to this stuff.
@moh_kohn I've always thought 50% of databases could be files in a filesystem (especially if they support links).
Simplicity rules! KISS