HackerTrans
TopNewTrendsCommentsPastAskShowJobs

karolusrex

no profile record

comments

karolusrex
·2 tháng trước·discuss
If a person would lack consciousness, they couldn’t possibly know that though?
karolusrex
·3 tháng trước·discuss
I work on a product that is so loved and hated at the same time. With some people it’s almost set off its own subculture, and they will roll with nostalgia if they ever used it.

On the other hand some other people will claim it’s the hallmark of enshittification, overchurned with features and a sinking mess.

I agree with both. It’s a strange situation and very difficult to move the needle towards more love at this point
karolusrex
·4 tháng trước·discuss
There is sibling concept of the Nobel prize winner ending up doing less meaningful work after they received their price. In history there are countless examples of the underdog emerging from the shadows and the dominant empire collapsing under its own weight; a natural rotation of roles. It is explained in detail here: https://youtu.be/ybufqRY77PQ
karolusrex
·9 tháng trước·discuss
Production-grade web app without advanced build tools? Depends.

CSS classes not scoped and starting to leak? You hire more frontend developers and because there is no type system we get critical exceptions? And no automated testing to discover them?

Correctly handling hyphenation of user-generated content? Safari decided to handle audio differently in the latest version and you have no polyfills? iPhone decided to kill the tab because of memory pressure, because someone uploaded an image with exotic properties, and you have no cdn service like fastly image optimiser to handle that? Support for right to left languages such as Arabic? The backend returned a super cryptic response that actually originates from the users private firewall?

a11y requires you to use resizable browser text, and someone is using google translate chrome extension at the same time, and you can’t possibly know how the layout of the page will look like?

Some Samsung devices bypass browser detection completely and you don’t know if the user is on mobile or not? localStorage.setItem will throw an error when the device is low on memory, etc etc…

Once you get to a certain scale of users, even the simplest of tasks become littered with corner cases and odd situations. For smaller scale applications, it is not necessary to have a very wide tool arsenal. But if you are facing a large user-base, you need quite some heavy caliber tools to keep things in check.