Viewing profile — dous
dous
HN member- Joined
- Fri, Feb 08, 2008, 5:09 AM UTC
- HN karma
- 541
- Public activity
- 73 items
- HN profile
- View on Hacker News ↗
About dous
Recent public activity
-
comment
Comment #24267531
Maybe they mean this "Zsh is able to emulate POSIX shells, but its default mode is not POSIX compatible, either." from http://zsh.sourceforge.net/Doc/Release/index.html
- story
- story
-
comment
Comment #13694439
while IFS= read -r line; do echo "$line"; sleep 0.1 ; done < <(banner Hello)
- story
- story
-
comment
Comment #8438023
Thanks for sharing this. To the author, if you're reading this, thanks for putting your work up on Github.
- story
-
comment
Comment #7891417
Announcing (almost final) products once you're sure they will be released seems better than announcing "plans".
- story
-
comment
Comment #7500292
Depending on which country you live in, taxes can be a real pain and will only leave you with a small bit of your salary. Not to mention transportation could eat up a lot your othe…
- story
-
comment
Comment #6962658
http://www.viva64.com/external-pictures/txt/mysql-test.txt
- story
-
comment
Comment #5711022
http://xkcd.com/1190/ changes every 30 minutes if I'm not mistaken. The link shows all the frames since the comic was published.
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #4311639
"push" requires that an open connection be maintained, while "poll" means you connect multiple times.
- story
-
comment
Comment #4305543
https://gist.github.com/3193548