Live data from Hacker News

Apple randomly closes bug reports unless you "verify" the bug remains unfixed

lapcatsoftware.com

191–200 of 314 posts

Re: Apple randomly closes bug reports unless you "verify" the bug remains unfixed

#191
post #174
post #163

Earlier quoted context omitted.

My guess it's just the emergent behavior that results when a company doesn't provide developers time to fix bugs. If their week is already booked full just trying to keep up with the roadmap deadlines, a bug ticket feels like being tossed a 25lb weight when you're drowning. You could say: "but have pride in your work!" But if your company only values shipping, not fixing, that attitude doesn't make it through the fir…

What I've found to be most effective for program management is to set aside a maintenance team separate from the feature teams. The roadmap is then planned without counting anything for the maintenance team and they deal with bug tickets as they come in. Rotate the assignment periodically so that every developer has to occasionally spend a few months on the maintenance team.

Doesn’t this lead to problems like the feature team pushing buggy code and having no accountability or responsibility to deal with it?

My preference is to treat the defects like feature work, size and plan. Yes you might not get all the feature work done but the team is accountable for everything they make

Re: Apple randomly closes bug reports unless you "verify" the bug remains unfixed

#192
It’s quite possible (likely, even) for there to be more bugs reported than Apple has capacity to investigate. I assume this is just a filter they use to get the queue down to a more reasonable size and remove bug reports that are especially old (trusting that if they’re still issued they’ll be re-reported). This kind of culling happens all the time with low pri stuff and even sometimes medium pri if there’s a clear workaround.

Re: Apple randomly closes bug reports unless you "verify" the bug remains unfixed

#193
post #181
post #177

Earlier quoted context omitted.

It's rather unreasonable to be annoyed. The maintainers may have entirely different priorities, which is fine. They're also likely being spammed with low-effort bug reports (not yours necessarily but from others). The great thing about open source projects you can just fix the bug yourself and submit a PR, or fork the whole project if the maintainers won't merge your changes. If you don't have the time or skills your…

> It's rather unreasonable to be annoyed. I disagree. If you discover that a bug that makes an open source library unusable to you, after spending time on learning and using that library, and the authors close the bug as a wontfix, I think being annoyed is quite reasonable, even expected.

If that type of thing annoys you then you should restrict your use of open source projects to those backed by corporations with a paid support business model.

Re: Apple randomly closes bug reports unless you "verify" the bug remains unfixed

#194
post #161

Earlier quoted context omitted.

I don't see how it's an unreasonable request. If you demand that I work with some ancient version, I then have to install and uninstall said program every time I work on your ticket specifically. You will be prioritized last, because my effectiveness is measured by how many tickets I close.

just bc everyone is calling you insane: you are being extremely reasonable.

Flagging isn't supposed to be used as a super downvote.

There's a term for the bizarre behavior and thought processes (read: justification) by the person you're responding to. https://en.wikipedia.org/wiki/Occupational_psychosis>

> you are being extremely reasonable

They're not. If there's nothing wrong with it, one could ask whether the person here would be okay sitting in a room with their supervisor, the head of the company, and 10 customers, say the same things they're saying here, and get a consensus that this is how this should all work out.

Re: Apple randomly closes bug reports unless you "verify" the bug remains unfixed

#195
post #170

Earlier quoted context omitted.

I partially agree, but even with stalebots nobody is measuring the maintainers' productivity. So when they made the choice to use stalebots, they did that because they believe that's best for the project. It's different from corporate.

Nobody is measuring their productivity, but people definitely look at how many open issues they have and potentially how long those issues have existed. They’re likely incentivized to close issues for appearances.

With a popular open source project, you'll quickly get to a number of bug reports that you have no chance of ever solving. You will have to focus on the worst ones and ones affecting most users.

At the same time, you want to communicate to users that this is the case so they don't have wrong expectation. But also, psychologically it is demotivating to have a 1000+ open bugs queue with no capacity to re-triage and only two maintainers able to out a few fours in every month or every week.

In open source, "won't fix" means either "not in scope — feel free to fork" or "no capacity ever expected — feel free to provide a fix".

The optimization problem is how do you get the most out of very limited time from very few people, and having 1000+ open bugs that nobody can keep in their head or look for duplicates in is mentally draining and stops the devs from fixing even the top 3 bugs users do face.

Re: Apple randomly closes bug reports unless you "verify" the bug remains unfixed

#196
It's the only reasonable approach. Any software that used by general public (even general developers) will eventually be flooded by bug reports that are not reproducible. Keeping them open helps no one. If a bug hasn't been touched for 2000 days the chance someone will suddenly care about it on the 2001st day is negligible.

Re: Apple randomly closes bug reports unless you "verify" the bug remains unfixed

#197

It’s quite possible (likely, even) for there to be more bugs reported than Apple has capacity to investigate. I assume this is just a filter they use to get the queue down to a more reasonable size and remove bug reports that are especially old (trusting that if they’re still issued they’ll be re-reported). This kind of culling happens all the time with low pri stuff and even sometimes medium pri if there’s a clear w…

This is where a company that categorizes customer feedback like unwrap.ai or enterpret could help with volume and priority

Re: Apple randomly closes bug reports unless you "verify" the bug remains unfixed

#198
post #154

Earlier quoted context omitted.

High end enterprise products still come with support. That's literally what customers are paying for: a single throat to choke.

Exactly! The "pay a lot of money but get really good support" tier still exists just about everywhere. You just didn't do the first part.

It really depends, support is usually the first thing companies adjust when they want to improve their margins.

Even when you're paying millions to AWS you have to get through their first line of support and they will ask silly questions until you can convince them to escalate.

Re: Apple randomly closes bug reports unless you "verify" the bug remains unfixed

#199
post #96

Earlier quoted context omitted.

From experience with Microsoft (paid) support (after doing 5 tickets because it's never the right team and apparently moving tickets internally is for losers), they will ask for proof of the reproduction. And they will take every opportunity to shift the blame ("Oh I can see in the log you're running an antivirus, open a ticket with them. Closed").

It'd kind of sad, how the market went. I suppose there are pluses too. But back in the 80s and 90s, margins were significantly higher. If you look at hardware, I recall selling hardware with 30% margin, if not more... even 80% on some items. Yet what came with that was support, support, support. And when you sell 5 computers a month, instead of 500, well.. you need that margin to even have a store. Which you need, be…

Back then, computers didn't had competition from the analog world, so vendors had to provide excellent service such that users would be convinced into switching over to the digital way if doing things. Now comouters have a monopoly on how we work and live, so vendors care as little as possible.

Re: Apple randomly closes bug reports unless you "verify" the bug remains unfixed

#200
The experience is similar if you call for end-user support. I did this once with an Apple Home issue. I called 133-MAC (Australia), got through to someone immediately, had a nice chat, was very impressed, felt supported, and got myself a case number. Of course, it wasn't resolved.

And then, no matter what I did, I could never, ever get a single word out of anyone about that case again. I often wonder if it's still open.

Post reply on HN