Viewing profile — r3jjs
r3jjs
HN member- Joined
- Tue, Jul 04, 2023, 1:25 AM UTC
- HN karma
- 5
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About r3jjs
No profile information was provided.
Recent public activity
-
comment
Comment #36748961
A few ways. rm ./~ is likely the easiest. Another option, shell dependent, would be to turn off shell globbing. The `GNU` version of `find` has a `-maxdepth` option so find . -inam…
-
comment
Comment #36581013
By definition, all Atari 2600/VCS emulators are cycle accurate. That machine required very precise timing of the CPU to drive the video output. There are a number of other cycle-ac…