zub | 4 years ago | on: Ask HN: What huge mistake did you make early in your career?
zub's comments
zub | 10 years ago | on: In defense of PowerShell
- Timing issues with something as simple as "remove file," where the agreed upon Stack Overflow solution was to call it "a few more times until you didn't get an error."
- Broken implementations of recursive folder copy.
- Okay, we'll call upon "rm" and "rmdir" -- oh, PowerShell intercepts those and invokes the previously described buggy routines. (Eventually figured out that I needed to shell out completely.)
In the end I regretted writing these crummy house-of-cards PowerShell scripts.
zub | 11 years ago | on: Show HN: Initial release of H2O, and why HTTPD performance will matter in 2015
HTTP/2 server push. Your server can proactively deliver things like rollover state graphics knowing that the client will need them.
And I wanted to work there so badly that I jumped on their first offer. The classic.