Dan

@NolanSW
33 Followers
86 Following
344 Posts
Software developer
GitHubhttps://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"

https://youtu.be/1fZTOjd_bOQ?si=5wc7_JbekEWwxskW

Are we stuck with the same Desktop UX forever? | Ubuntu Summit 25.10

YouTube
Some people, when confronted with a problem, think “I know, I’ll use AI.” Now they have two problems.

@kagihq

high impact

discovered a cool trick for writing a script that runs some commands in parallel and waits for all to complete while also logging and propagating errors properly

@hailey .PHONY: bootstrap bundle yarn

just in case

absolutely sooka
@niconiconi
1. Rewrite the code from scratch.
2. Now you understand it!
This stale bot has been automatically marked as issue.

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.