A few days before time change (DST) windows would put a little reminder in the calendar widget on the task bar. I always thought that was a really nice feature. Unfortunately, no other operating system does that (as far as I know).
vfscanf()
- 0 Posts
- 3 Comments
Joined 1 year ago
Cake day: February 9th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
My text editor of choice for many years was gedit. Nowadays, I use emacs



The question is, what will be your limiting factor: CPU or disk I/O? Parallel processing doesn’t do much good if the workers have to wait on the disk to deliver more data. I’d start with an async architecture, where the program can do its processing while it is waiting on more data.