Viewing profile — IndustrialJane
IndustrialJane
HN member- Joined
- Wed, May 23, 2018, 5:50 AM UTC
- HN karma
- 6
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About IndustrialJane
No profile information was provided.
Recent public activity
-
comment
Comment #20301877
> For parallel processing I'd reach for the nearest standard library at hand on the language of choice. That is a good example of what I mean: The nearest standard library is likel…
-
comment
Comment #20298690
I always wondered why Mawk did not implement Gawk's extensions - or at least those that could be done without any major penalty for the rest of the code. Do you know why?
-
comment
Comment #20298649
With --results or --joblog and --resume-failed GNU Parallel can do this, too.
-
comment
Comment #20298598
I have done that more than once. I often end up with a solution that works on the test set but which breaks after 10 TB just because is a valid email address according RFC-822 (Who…
-
comment
Comment #17176355
But that approach is potentially dangerous. See: https://mywiki.wooledge.org/BashPitfalls#Non-atomic_writes_w...