Viewing profile — cdrt
cdrt
HN member- Joined
- Fri, Oct 16, 2020, 4:47 PM UTC
- HN karma
- 91
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About cdrt
No profile information was provided.
Recent public activity
-
comment
Comment #38427151
Your example proves that not using arrays is worse. That loop will only run once and just print every element on one line. The array equivalent works as expected , _isn't_ affected…
-
comment
Comment #38427084
You wouldn’t iterate over `echo *` anyway. This works just fine in bash/sh: for file in *; do echo "$file" done
-
comment
Comment #37179523
You’re thinking about it backwards `su` predates `sudo` by a decade doesn’t offer the fine-grained control `sudo` has. With `su` if you have the root password, you can do anything …
- story
-
comment
Comment #28921786
You don't need to completely change if you don't want to. setuptools will most likely continue supporting the old way for a long time since there is so much Python code out there t…
-
comment
Comment #24902429
What browser are you using? Google has been known to make YouTube perform worse on browsers that aren’t Chrome.