Urgent.News

What's breaking now, across thousands of outlets.

Tech

Bug Blindness

Article URL: https://danluu.com/bug-blind/ Comments URL: https://news.ycombinator.com/item?id=49494520 Points: 206 # Comments: 99

I used to wonder why I see so many more bugs than most people. Over time, I realized that it's mostly because people notice the same bugs as me, but most others don't. I've noticed this with friends and acquaintances, who start noticing bugs after I point them out. Sometimes, directors or VPs ask me to evaluate something, and I find mild to moderate issues, but sometimes severe ones where the software barely works.

I find it mysterious how such flawed products can get launched, and I sometimes wonder if I'm triggering bugs most users wouldn't encounter. However, I now believe that if a product seems severely flawed when I use it, it probably is. I've had several examples where search engines like Google, Bing, and Kagi failed to return useful results, with Kagi being the exception.

Even though some people insisted Kagi's results were good, I found them full of spam except for specific cases. I also mentioned Blackboard, a widely disliked course management software in education, with 93% of survey respondents hating it.

Written by urgent.news from Hacker News Best's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

This story

This is one outlet's version. Read the fullest account.

Read the original at danluu.com →

More in Tech

Standing Up a GPU Cluster on AKS for vLLM

This article is Part of a series on running vLLM on AKS and walks through creating an AKS cluster with a GPU node pool, deploying vLLM onto it, and wiring up Prometheus and Grafana for visibility.

  • Request GPU quota via Azure Portal
  • Deploy vLLM on AKS cluster
  • Configure Prometheus, Grafana

From Zero to SOC: Why Programming Logic is the First Step in Cybersecurity?

A área de Cibersegurança atrai profissionais devido à complexidade das ameaças e à necessidade de proteção de infraestruturas críticas. No entanto, iniciantes costumam se perguntar por onde começar.

  • Programming logic essential for cybersecurity, foundational for system comprehension
  • Python programming enables security analysts to understand system mechanics
  • Combining cybersecurity theory with logical reasoning crucial for SOC roles

The nginx misconfigurations that fail silently

Most nginx misconfigurations announce themselves. You typo a directive, nginx -t fails, you fix it. That feedback loop is fast and it works. The dangerous ones are different. The config is valid.

More from Sunday 30 August →