manux81
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
I’m experimenting with a small shell utility for filesystem bookmarks, and I’d like to understand whether this is a problem other people have. The idea is to define persistent or temporary bookmarks for directories: ```…
-
I’ve always thought that DDD was a surprisingly good debugger for its time. It made program execution feel visible: stacks, data, and control flow were all there at once. You could really “see” what the program was…