Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cdrt
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
cdrt
3y ago
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 by IFS, and can handle spaces in individual elements
2.
▲
by
cdrt
3y ago
You wouldn’t iterate over `echo *` anyway. This works just fine in bash/sh: for file in *; do echo "$file" done
3.
▲
by
cdrt
3y ago
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 you want as root. With `sudo` admins can configure what comm
4.
▲
Why GNU su does not support the `wheel' group (2002)
(ftp.gnu.org)
148 points
by
cdrt
3y ago
|
143 comments
5.
▲
by
cdrt
5y ago
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 that will probably never update to the new standard
6.
▲
by
cdrt
6y ago
What browser are you using? Google has been known to make YouTube perform worse on browsers that aren’t Chrome.