That's a brilliant talk and I agree with pretty much everything said.
"Are we stuck with the same Desktop UX forever? | Ubuntu Summit 25.10"

| GitHub | https://github.com/NolanDeveloper |
That's a brilliant talk and I agree with pretty much everything said.
"Are we stuck with the same Desktop UX forever? | Ubuntu Summit 25.10"

high impact
I've just wrote new function to replace another.
Ran the tests. Tests failed. I looked at the function and found a bug.
Ran the tests. Tests failed. I looked at the function and found a bug.
<a few iterations later>
Ran the tests. Tests failed. I looked at the function and couldn't find a single mistake.
Turns out I didn't use this new function in the tests and they kept failing because the old function was missing.
You can't divide by zero but...
2 * 3 = 6 means 6 is divisible by 2 and 3
0 * 0 = 0 means 0 is divisible by 0