manux81

↗ HN profile [ 29.3 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. 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: ```…

  2. 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…