Viewing profile — lexfiend
lexfiend
HN member- Joined
- Sun, Nov 10, 2019, 1:26 AM UTC
- HN karma
- 5
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About lexfiend
Thinker, Dabbler, Fixer, Bum.
Occasionally spews thoughts at https://tclish.org/
Recent public activity
-
comment
Comment #27889526
Possibly because: > The machine I am using is MacBook Pro, 2019 (2.4 GHz Quad Core i5, 8GB, 256GB SSD, Big Sur 11.1) Given the target schema, 100M rows with only 8GB RAM risks hitt…
-
comment
Comment #24236053
25 years ago, junior sysadmin me had to restore our server's drives from tape. To my horror, all the backup tapes were corrupted. It took a while to figure out what happened; my 2a…
-
comment
Comment #24232902
The simplest mitigation probably bears mentioning: Prepend all wildcarded relative paths with `./`, because `rm ./*` does what you'd expect.
-
comment
Comment #24232877
> This "vulnerability" doesn't even need to involve a shell at all - any exec*() with the same arguments will have the same result. Wildcard expansions are done by shells, so no, e…