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
absolutely sooka
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.

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

The diffence between script that runs 10s and script that runs 1s seems to be 9s but it's actually whether I go to make tea or not
Done some cycling today!