98% isn't much

368 points249 comments5 hours ago
wccrawford

Alternatively, 98% is plenty.

If your business plan requires you to capitalize on more than 98% of the market, it's already a failure. It'll never happen.

As always, it's an "it depends" situation. If your userbase is largely luddites, then maybe you need to support 10+ year old browsers that can't be updated. Otherwise, you can probably just worry about people who are using computers new enough to actually update their browser once a year or better.

The tradeoff is code complexity and engineering time, vs having a larger market. And that's going to be an individual situation for every company.

show comments
nemo1618

After Christmas this year, I removed the tree from our living room, and in the process of being moved, it shed of needles everywhere. I swept them up, but I missed a few areas on my first pass. So I did a second pass, but when I looked again, I saw there were still a handful left. It struck me how removing >99% of the needles was nowhere near acceptable! Lots of cleaning jobs are like this, I suppose, because even a tiny mess can be visually distinct. In fact, as you approach 100%, the remaining mess stands out more.

show comments
MatekCopatek

While I agree with the general sentiment, the problem here isn't developers not being familiar with statistics, it's the simple fact all of this is profit driven most of the time.

I tried to purchase tickets for an event last week. I had to go through Ticketmaster as it was the only official way. They forced me to verify my account using a phone number, but whoever they were using for messages wasn't able to deliver a code to my number. I tried a few numbers from our household and they all failed.

Searching for this issue yielded a bunch of results, so it was definitely a known issue, but there wasn't anything I could do, really. To them, it's simple math. Another SMS provider that covers my (tiny EU) country might be more expensive. They might be avoiding scammers that used my mobile operator in the past. Whatever it is, it would probably cost them more than they lose in ticket sales.

Without some government entity to force them, they don't give a shit about me being able to see an event.

show comments
phailhaus

The broader point is that percentages can be misleading, and are often because of that. It makes things sound better. But usually, the more accurate thing to do is use odds-notation ("1 in 50" instead of 98%). Percentages have a kind of singularity at the edges, where small numerical changes have massive real effects. Going from a success rate of 98% to 99% doesn't sound like much, but that's failing 1 in 50 vs 1 in 100. You've doubled the efficacy.

show comments
msephton

Reminds me of the Meat Loaf song “Two Out of Three Ain’t Bad” which was released in Japan as 66%の誘惑 “66% is Good Enough” etc https://www.discogs.com/release/8303076

show comments
maderalabs

I think there are broadly two types of problems - ones where you get partial credit, and ones where you don't. The restaurant example is one where you don't get partial credit - 98% of food being safe isn't enough, it's all or nothing. Paying your employees - all or nothing, you miss a paycheck once, it's a huge problem.

CSS on a website, however, you CAN get partial credit (to an extent). It may not be perfect, but it's at least theoretically still providing some value partially.

I think knowing what kind of problem you're facing is really important when it comes to measuring percentage of "complete".

dlcarrier

    Over the last year, only ~70% of the visiting browsers supported the new CSS features. Even thought this feature is “widely supported” in a general audience, for my audience, it left out 30% of the visitors.
That mirrors my experience using web pages to order things. They work ~70% of the time. Often while I sit there repeatedly pressing a 'buy' button that does nothing, or playing around with my browser's development tools to try and fix it client side, I wonder how often physical stores cash registers fail, in comparison. Just yesterday I tried to order from a site called buttonworks.com, but the order page only worked in Firefox, and the account/payment pages only worked in Chrome, and I gave up on trying to copy cookies from one browser to another and went with purebuttons.com.
Aachen

Reminds me of statistic where most customers already stop going to a particular supermarket if it stops carrying a handful of the items they want to buy

It may sound like a small deal to not carry one brand of chocolate paste but if some customers then also don't buy the 12 other groceries they need at your shop, it doesn't really matter that it's only 2% of products that were discontinued. Supermarket products are so stable not because nobody ever makes anything new but because changing a small percentage frustrates customers

If I can't order from some website, I stop trying. Maybe next week the ESR browser gets an update and it works again but by then I'm not clicking those links in the search results

show comments
robalni

I don't like treating people like numbers. 98% isn't much and it isn't little. It's just wrong.

If I'm one of the 2% then that's everything for me. Maybe I have good reasons to be in the 2%. And maybe, not caring about that is wrong.

I would rather have a website that only works for 2% of people for the right reason, than a website that doesn't work for 2% for the wrong reason.

collinmanderson

Part of the problem is The US Government (and UK Government) use the "2% rule" on their websites and only officially support 98%.

I mentioned 3 years ago that Firefox at 2.2% is dangerously close the being unsupported on government websites, and at this point it's now at 1.9%.

https://news.ycombinator.com/item?id=36776603

https://analytics.usa.gov/ says "There were 1.66 billion sessions in the last 30 days." - so 2% is 33 million sessions if I did my math right.

show comments
johannes1234321

One thing I wonder regarding browser market share is always: How is it collected?

I assume Firefox users over proportionally use privacy extensions.Thus they overproportionally won't appear on Google Analytics and similar places, which for some statistics reduces the numbers even more than reality.

show comments
trjordan

I was heading to dinner with a friend who worked in infra. Google maps said we could bike across town in 20 minutes. He suggested we leave 40 minutes ahead of time and grab a drink at the bar if we got there early. When I raised an eyebrow, he goes:

"What, do you not live your life based on 99th percentiles?"

I tend to think of work as upside-based on downside-based. Most feature work is upside. 10% lift on conversions is great, 40% adoption is winning, and you're playing for the moonshot of 10x. Infra work is downside-based. 98% secure, 98% available, 98% acceptable performance -- that'll all failure. Winning means the thing works as expected and nobody notices.

Not everything sorts cleanly into upside vs. downside, but a lot does. Allocate your risk accordingly.

show comments
mewpmewp2

There's likely always a line somewhere where effort becomes way out of proportion compared to getting that last mile effort.

Arguably, if you only have a website, that won't work for anyone without access to the Internet. So then you should have a physical presence in each of those people's location, and arguably you shouldn't provide any improvements that give me more than physical presence does, so you should not have the website in the first place, since people without the Internet can't use it or you have to keep your website without any improvements over the physical office.

If you only have a website, arguably 2+ billion people currently wouldn't be able to access it.

And it seems odd to bring 150 mil people as an example, when the baseline should be at least 2+ billion with website only.

show comments
dahart

The close-to-home example that came to my mind while reading this is GPU programming, where the percentage multiplies. Maybe there are other similar examples where a large sounding percent needs an exponent and shrinks?

With CUDA you try to keep all threads doing the same thing. Sometimes that’s very difficult, but if each thread does the same thing 98% of the time, is that enough? Well since there are warps of 32 connected threads, you might expect the probability that any thread in the warp diverges to be .98^32, or 50% of the time spent with one thread in the diverged code. 50% still doesn’t sound that bad unless threads diverge at different times, and then 50% warp divergence might mean a 16x slowdown overall. 98% isn’t enough in this case.

Archer6621

If that 30% of visitors with incompatible browsers has no overlap with the target audience you wish to reach, then what does it matter for your business?

Of course, you do not know this exactly, but the point is that it's easy to look at the wrong statistic and come to conclusions that are not necessarily useful in some context. The lens matters just as much as the percentage, if not more.

jkaptur

The other thing to keep in mind is that if you have a policy of considering 98% to be "close enough", then it only takes 35 of those decisions to remove over half the population. And it'll be exceptionally difficult to work your way back up, because each improvement will be minimal!

(Of course, this assumes that each decision is independent, which, when you're talking about browser support for CSS, is certainly not the case.)

eggbrain

> Can you imagine a venue refusing entry to former clients 2% of the time just because they’ve “improved their experience”?

On the flipside, if a client enters enough venues that refuse entry to them because of something the client can fix on their end, eventually the client will probably change themselves -- "If you meet one asshole during your day" and all that.

To bring the analogy back to browsers, if a website works fine for a client, they'll have no pressure to change anything on their end -- why upgrade from Windows XP when the site looks fine in IE6? Eventually the client is forced to upgrade -- normally by their operating system. That works, but what if the operating system adds another 2 years to their end of life -- do you just hang on and hope the shim / hacks you added hold?

nchmy

Its hard to find these stats now (need to use Android Studio), but about 10% of android users are on Android v9 and below. Android 9 support was recently discontinued by Chromium, such that they cannot update past Chromium 138.

So, 10% of android users dont have web features beyond, at best, June 2025.

caniuse.com does not track this - they lump all Chrome for android together in the latest version.

This is painful as someone who wants to make use of some very useful, powerful new features, but is targeting people who are most likely to have old, slow, not-updated devices...

show comments
cedilla

98% isn't much, but it's also not little. It's just a number, and numbers don't have a meaning without an interpretation. That's a fundamental logical feature, but hardly a special insight.

theragra

Pragmatically, often users without new browsers and OSses are not the best clients. In ideal world, sure, I want to support everyone. In a world with limited resources, I would better spend my time elsewhere.

show comments
Panzerschrek

There are cases when providing service for remaining 2% isn't profitable. It's better just say "sorry".

I used to work in company where we have spent a lot of time making custom fixes for our software in order to work-around wired hardware/software bugs on machines of individual customers. Yes, we provided service for remaining 2% or so, but in cost of slowing-down overall product development and not making our product better for remaining 98%.

show comments
onion2k

If a fancy new feature can’t degrade gracefully, then 98% isn’t “widely supported”.

Close, but the other way round. Don't avoid a feature because it lacks good enough support. Write code to progressively enhance the experience if the feature is supported in the user's browser. If you're not willing to do that, then don't use the feature.

Progressive enhancement today means you can use pretty much any browser feature you want. You just have to do a bit of legwork with some @supports or JS prototype checking after doing the basic version first. It's not really much extra work.

BeetleB

> Can you imagine a venue refusing entry to former clients 2% of the time just because they’ve “improved their experience”?

The web has been doing this since, when, the 90's?

I use Firefox. In the last year, suddenly quite a few web sites have just stopped working on it for me. Firefox is over 2% market share.

k6hkUZtLUM

Serving a website is different than serving food or providing safety features. Web design can use progressive enhancement and detect available features to use as they are available.

With a website, you can have the "real" layout, but when someone is blocking your JS, you can fallback and still provide content.

We won't get every mobile application working on old browsers, but we can offer something to the end user. Even a page that lets them know they are missing out.

But CSS Nesting? We can have that and a fallback.

show comments
dsjoerg

Decisions are about tradeoffs. 2% of users staring at a broken screen is bad, of course. But what is the _cost_ of not using nested CSS? The responsible way to make a decision is to consider both sides of the tradeoff.

andai

On the other hand, if you design something to include 100% of people, you will fail, and you will not give your core audience as good of an experience as they could have gotten.

So I like the opposite approach. If there's literally one guy on the planet, and this article/app/idea changes his life... what would that look like?

VladVladikoff

I usually go by CanIUse's global percentage when deciding if I can utilize a new browser feature, and right now it's 90.81% (https://caniuse.com/css-nesting)

That's a bit lower than I would be comfortable with, however not that bad, we have been even considering switching all our images to AVIF: https://caniuse.com/?search=AVIF

And google uses Webp all over the place and that's sitting at 96% https://caniuse.com/webp

Author's 98% take is a bit misguided.

show comments
compiler-guy

In the early days of commercial optical-character-recognition software, vendors would brag about 99% accuracy.

But a single-spaced-typewritten page has about 500 words, so you were looking at five typos every single page. It was good at the time, but you still had to manually check every single word.

zipy124

This concept is missed so much in AI research and is quite frustrating.

s3cur3

The biggest thing missing from this analysis is "is there a business case for supporting those 2% of users?". (Maybe, maybe not.)

The second biggest thing is progressive enhancement. The author picked a CSS feature (nesting) that is basically all-or-nothing: the site will basically be entirely broken for those 2% if you swap Sass for native nesting. Most features aren't like that; maybe the site won't look pixel-perfect on old browsers, or one bit of functionality won't work, but by and large it will still be functional. In those cases, I think it's a much easier decision in terms of where to draw the cutoff.

joshstrange

> If a website uses fancy new browser features and works for 98% of the population, that means that it won’t work for ~150 million people.

Yes, because all of us have website serving, checks notes, the entire world...

98% is probably in the neighborhood of 8% more than I'd require for browsers compatibility before deciding to use a new feature. At a certain people need to update and we do ourselves and our other 98% of customers no favors by catering to the lowest common denominator.

See also, the story of YouTube adding a banner pushing people to upgrade off old IE version being a large factor in people upgrading. Now, obviously, we aren't all running YouTube-sized sites but building for ancient browsers is, very often, a large waste of time.

In the age of evergreen browsers you have to go out of your way to be using something that's not at most a couple years out of date.

red_admiral

I guarantee you, if your product is a mobile app, you're excluding more than 2% of the population.

vikramkr

If 2 out of 100 people I know see a broken website, depending on the website, that's fine, that doesn't sound like a big deal. Now, if out of 10 power users, all ten of them see a broken site once every 50 logins? Thats a much bigger deal. 98% can be more than enough or not remotely enough depending on the units involved but there are plenty of cases where it's fine to not support the last 2 internet explorer users and stuff

buntp

Isn't this obvious?

In some categories, certainty and percentages make a lot of difference--surgeries, accidents. In some, they don't--surveys, grades.

It just depends on the category.

This is akin to saying something as obvious as more percentages are more than less percentages.

sebastianconcpt

That framing is setting the question so you immediately are forced to compare pears to apples.

Of course 98% of sterilization is not enough for surgery or for precision in calculating your account balance but the category of landing page conversion a 98% would be astronomically high.

atan2

That reminds me of an old comic where a guy picks a milk carton from the grocery store shelf and reads in the box: "Now with 0.01% less semen." and he does not know if he's happy or sad about it.

sometimelurker

I like stuff that takes a statistic that we view one way and explains how to see it another way

in this sense, related https://danluu.com/p95-skill/

rollulus

What’s much and what isn’t depends on the context. One hair on your head isn’t much but one hair in your soup is.

ClumsyPilot

This is a basic ontological error, author conflates reliability and suitability

>> If a website uses fancy new browser features and works for 98% of the population

>> If an employer pays their employees 98% of the times, I definitely wouldn’t want to work there

Are you sure about that? 2% of the population has no bank account, will your employer agree to pay in cash?

These are different scenarios -> your employer likely cannot pay some percentage of the population; but that’s not the same as the process randomly failing (which may be worse or better depending in some cases)

pif

The author is confusing visitors with customers. Refusing entry to 2% visitors? No, no! Forgetting about non-interesting 2% visitors? Not even a blink!

nycdotnet

Space Shuttle missions returned their crew alive 98.5% of the time.

abap_rocky

> Can you imagine a venue refusing entry to former clients 2% of the time just because they’ve “improved their experience”?

This reminds me almost precisely of the dynamics of pro sports in the US and how fans are getting priced out of attending games or even watching teams on TV as organizations shift to bespoke streaming platforms.

christina97

But is it? Addressing 98%of TAM, is?

Suppose 98% users have not had any sessions crash. You want to build an addon feature that 10% of your users will buy and which will increase the revenue from those users by 30%.

Do you spend time building the feature, or trying to understand why 2% of users sometimes see crashes?

caycep

Wasn't there something in statistics to describe something like this? i.e. gaussian distributions vs something that's modeled on sparse occurrences, etc?

adverbly

Software isn't the product though.

Just like the article says, it depends on if the product is an essential or a dessert.

If your product is a "essential necessity" one, then 98% is terrible for your software.

If your product is a "dessert", then for it's software 98% is awesome.

amarant

I thought this was gonna be about uptime.

Well I wasn't very far off I guess! Perhaps "5 nines" is a good threshold for new CSS features too?

huqedato

What about those 30% of audience to update their browser? On our web platform, the team currently displays a message along the lines of: 'Please update your browser; this site relies on features incompatible with your current version'.

show comments
asxndu

If a plane did not crash 98% of the time, you wouldn't step on it.

artisin

Reading the comments, I expected this blog post to be about something fundamental. But nope. It's just about native CSS nesting. A convenience feature that merely adopts functionality that preprocessors have long provided. Maybe I'm alone in this viewport, but this isn't even worth debating unless you, the developer, are the priority.

scrappy_guy

And the last 2% is often the hardest part. The low-hanging fruit has been picked, so you're left with these tricky edge cases that may not have a straightforward solution.

uhoh-itsmaciek

Great point, but if the 2% are served graceful degradation rather than a broken site, that's probably okay.

sinsterizme

We shouldn't go out of our way to support IE11 anymore, sorry

ksec

Some things are measured from 0, some are measured from 100. Depending on Expectation.

When expectation is 100%, telling me 98% success rate isn't enough. An example where the argument happens on Reddit, Macrumours and even on HN. When Apple's butterfly keyboard have issues. Apple Supporter was quick to dismiss the issue and point out the double entry is such a small issue because it is working 99.9% of the time. What they don't realise keyboard before that was practically 100%. That 0.1% error rate is infinitely more than 0%.

Another example is Internet connection When you are used to perfect Internet connection, just a small beep in disconnecting turns to be major annoyance. There are plenty of these examples especially with DOCSIS Cable modem. The modem theoretically is working 99,95% of the time, hence cable companies won't fix it. But Disconnecting 10 to 30 seconds every day is annoying enough.

I am not sure if there is a word or terminology for it so this could be better explained to people.

On the other hand, there are plenty of things where 80% is good enough, or doing above and beyond at 96% by getting 80% out of the original remaining 20%.

amelius

This applies to AI too.

Your classifier might be 98% accurate and it may sound like a lot.

But if it sits inside a car, making thousands of decisions during every trip then you may be in deep trouble.

nilirl

> Truly robust engineering isn’t about what works for most; it’s about gracefully handling the edge cases.

How do you justify this when you factor in cost and time?

greenie_beans

> 98% is great for exceptionally good things, like dramatically increasing someone’s quality of life, but very low for basic expectations, like a baby surviving a babysitter taking care of them.

this is your brain on data science. so absurd that i laughed out loud when i read "like a baby surviving a babysitter taking care of them" like what is that phrase doing in this sentence and argument

docheinestages

Feels like it's 2006 again and we're talking about IE vs Firefox.

hadi121

I like to think it depends on what the actual topic is. Even the article's examples reinforce this.

98% market share? Amazing. 98% browser support? There are 15 billion screens in the world. 2% of that is 300 million. Hardly a number we can ignore. Edge cases for those 2% should be considered and implemented

ninjahawk1

Jesse, we need to refactor the edge cases Jesse

ericfrederich

Relavent XKCD comic: https://xkcd.com/325/

Hover text: You can do this one in every 30 times and still have 97% positive feedback.

BigRedEye

I think this single fact is a major source of enshittification in large software products, especially in the era of ML/AI. If your quality is 99%, it sounds like "you have solved your task", but in reality there is a long tail that over time affects nearly every customer.

I've seen this so many times. 99% of search results are good (so within 100 queries you'll hit at least one bad result with p≈0.63), 99% of dashboard panes load normally (so a dashboard with 20 panes is broken in nearly 1 in 5 loads), and so on. If your LLM gets 99% of tool calls right, nearly every session will contain a malformed tool call.

Probabilities are hard for humans, probably.

show comments
throwaw12

I'm fine if you want to hand over 98% of wealth in the world, its a lot for me

mariopt

Nice in theory, in practice I remember having to support Internet Explorer about 4 years ago. Hard to justify the investment sometimes, at least polyfills gave use some sanity back. The only reason to do it was: Rich old enterprise customer who can't install chrome due to policies created by Dinosaurs.

Websites are surprisingly hard to maintain long term, specially for a broad audience of devices. Developer Experience can lead to better UX, the easier it is to build/maintain, the more likely we're to do it.

Given how bad AI is at design plus all the unstoppable slop train, I expect websites to become much, much worse.

isolli

It reminds me of when people argued against covid restrictions saying that the virus had a 99% survival rate. A disease with a 1% infection fatality rate is a terrible disease!

Full disclosure: I also argued against covid restrictions, but not with this terrible argument.

theandrewbailey

1% failure rate of a hundred might be acceptable. 1% failure rate of a million is not.

Isn't that a named law?

qarl2

It's just mathematical expectation.

Don't look at the simple probability - look at probability * value.

show comments
eknkc

I agree the general premise but do not agree when it comes to browser support.

I feel like we should be building for the 98% or even 95% and force the remaining to upgrade their browsers. I've built for the IE6 - IE11 era for a painful and long time. I do not give a shit if you want to use a 3 year old browser at this point. Go look at a blank screen.

show comments
Waterluvian

Covering for the 2% is often not a sound first order business decision. There's certainly higher order benefits. A lot of accessibility features are just plain useful for anyone. And I think companies like Apple generally get that it's a kind of loss leader. But this article makes dishonest TV Shopping Network style arguments like pointing at 150 million as if that was ever an addressable market.

I think either you argue for regulation, or you argue more honestly: asserting that the extra cost will likely never directly pay for itself, but it is some of the secret sauce that can a good product into a great one.

show comments
thenewnewguy

This analogy is bad: Nobody is going to die or get food poisoning because their old browser doesn't work on a website.

A better analogy would be a restaurant deciding not to cater to the 1% of the US population that have celiac disease (cannot eat gluten), or the 2% that have issues with dairy.

londons_explore

In today's world of AI it's fairly easy to make your site compatible with every version of internet explorer ever.

Just tell the AI to do it. It'll find a way. The maintenance burden for you will be minimal because the AI can keep the legacy compatibility bits in sync.

show comments
apexalpha

Can you imagine a venue refusing entry to former clients 2% of the time just because they’ve “improved their experience”?

Sure, it's called a 'dress code'.

cj17382

This whole article is a categorical error. Whether something is good or not entirely depends on the frame of reference and the context. You can argue endlessly by shifting the topic that 98% is used on. I guess that's what people are doing here.

show comments
arealaccount

I wonder how much traffic from bots is skewing OPs nested CSS calculations

show comments
ryandrake

I used to try to make the point with non-tech people using the salesman analogy: If you were a salesperson who worked inbound calls from potential customers, would you be willing to handle 1 out of every 50 calls by picking up the phone, yelling "fuck you" into it, and hanging up? That's pretty much what you're doing to your customers when your software works for 98% of them.

cantalopes

I am not exactly sure what is the article trying to point out

217

while true, the people who will read this and then think twice about implementing and applying things are exactly the people who already doing too much thinking

vb-8448

If it's uptime it's definitively not much!

show comments
Unai

I blame it in big part on the WebDX community group, their absolutely useless "Baseline" guidelines, and on them allowing Apple to be part of that group and make decisions on what features are "ready" to use whilst being behind the only non-evergreen browser in 2026.

The "baseline" means nothing. The percentage in caniuse means nothing. The only number that matters is the number of Safari users stuck using a no longer supported Apple device that access your website. Of course Apple makes sure to hide usage stats of older devices.

Everyone complains about only having three browser engines out there, but I'll be happy to go down to two if that means freeing the world from Safari.

show comments
daveguy

Or, phrased another way: there's a reason why we consider basic availability in nines and 2 nines is still considered pretty bad. 99% uptime means being down over 7 hours each month.

1970-01-01

60% of the time, it works every time

WaitWaitWha

The author seems to equivocate by comparing completely different domains.

Whether 98% is acceptable, it depends on the cost of failure, not the percentage itself.

throwitaway222

I mean 2% have their javascript turned off (either on purpose or caused by failing extensions). 5% are behind corporate proxies that block your domain. Are you going to host the site on substack also so those 5% can access it?

system2

When I read the title, I instantly thought about these crappy Ai api status pages. People somehow are forced to accept that 98% uptime is alright.

theresistor

I had this argument with people working on VR headsets, where a physical parameter was designed to cover the 5th to 95th percentile. I had to point out that flat-out excluding 10% of the population is a pretty crappy starting point...

cafebabbe

You can make it so those 2% are dealing with ugly -but functional- layouts

it that reduces development/maintenance cost by a lot, that's not a terrible deal.

sneak

Venues did kick out a lot more than 2% of their existing customers until they upgraded their bloodstream. Website visitors can upgrade their browser.

esafak

It depends on your requirements. The term that should have been mentioned is https://en.wikipedia.org/wiki/High_availability

mellosouls

Off topic (and at risk of being downvoted), I don't think I'll ever get a better chance to insist here that

"99 and a half won't do"

https://youtu.be/1QVJCjbgM-s

Holy Disciples

Trying to Make a Hundred

show comments
tiborsaas

It's almost as if context matters for random numbers. A 98% success rate for a parachute is criminal, but if I could achieve 98% of my goals, I couldn't be happier.

casey2

Design bloggers are about to reinvent the concept of availability https://en.wikipedia.org/wiki/High_availability#Percentage_c...

Software standards are way too low these days. If you can't do at least 5 9s in everything you ship get out of the industry and humanity will be better off.

EugeneOZ

If for 2% of users a webpage will not look as awesome as intended (it's not guaranteed that it will be broken), that's ok. It's not poisoning - it's a 98% chance of getting a top mark.

panny

I couldn't agree more. BTW, 98% of US users have JavaScript enabled in 2025.

https://www.mediawiki.org/wiki/No-JavaScript_notes

show comments
high_na_euv

Depends on the context

devld

I thought this would be about AI slop.

MichaelRo

>> But a restaurant where clients don’t get of food poisoning 98% of time is getting people sick on a monthly (or even weekly) basis.

Objectively, I think it's impossible to work in the food industry and avoid food poisoning 100% of the time. One of the reasons I never attempted several of my food industry business ideas. I'm certain they would be at least profitable enough to keep going, would be rather trivial to access EU subsidy money in the €50k, but the amount of regulations and inspections terrifies me. And I'm sure at some point, some salmonella or what else would slip through and don't wanna deal with the consequences.

Easier with programming computers since a "bug" won't make people expell waste simultaneously through both incoming and outgoing food orifices, like it happend to me last time I ordered sarmale from a local restaurant. Like in the food industry a "bug" is literally that.

show comments
hei-lima

That's why things never get better. I mean, i'm all out for retrocompatibility, but if removing something makes my experience much better and unfortunately the thing stops working for 2% of the people with outdated devices/browsers, it's not that sad, but the tradeoffs need to be measured.

I've been in the two ends of this situation, in the 2% with older iPhones and Android devices, and in the 98% with new devices. The 2% cannot hold a tyranny over the absolute majority, and vice versa. Everything must be evaluated on a case-by-case basis.