

I go for a good enough solution. I know better solutions exist but I’m limited by time and empathy.
Migrated account from @[email protected]
I go for a good enough solution. I know better solutions exist but I’m limited by time and empathy.
Super true.
The problem is that the CEO who believes he just writes code probably believes all a bus driver does is turn the steering wheel.
Settle down Satan.
“Unfortunately, when you find something like that in your garden, you’ve got to do something… but obviously it was a bit of a waste of a day, in terms of barbecues.”
Man has his priorities right.
I had this one user who kept using an old report. It used a terribly provisioned db account and had to be changed.
We created a v2 that was at feature parity to v1 and told users to move off of v1. Slowly but surely it happened.
Except one user.
We put up nag screens. Delays on data return, everything we could go “carrot” them to the new version but they stuck with it.
Eventually I called the guy and just asked him, “Why are you still using the old version?”
His answer, “no one ever told me about the new version.”
I asked him if he got our email. He said no. I forwarded it to him.
“Oh.”
I asked him didn’t you read the nag screens? He said no.
I asked him, “The page doesn’t allow you to move on until you wait 90 seconds. Why didn’t you read it?”
“I didn’t think it was important.”
I learned an important lesson that day: never wait for all users to move. Once you have enough, start doing scream tests.
This should read as:
Regulators: allows the meat industry to put creatures in the filthiest conditions possible
disease starts spreading and affecting the industry
Regulators: 😧
I’m a JavaScript developer. But it is fully possible to create a site with no frontend JavaScript
Like many things, you should use JavaScript if you need it. If you don’t need remote data sources or live refreshes, pure html and css work perfectly fine and, I would go so far as to say, may even be necessary for resistance web pages.
This is especially true if you’re using tor. JavaScript can leak your IP address and sites will work more reliability if you have static content that’s refreshed on the back end than using a bloated next.js app taking up RAM.