olskool's comments

olskool | 6 years ago | on: Show HN: Regex Cheatsheet

If you believe it is possible to become an expert in regular expressions as they exist in modern computer languages in "a couple of hours at best" you are delusional.

olskool | 7 years ago | on: Ask HN: Elizabeth Holmes has 200 patents – if tech didn't work, why not noticed?

I worked at a small tech company that was bought by a large company. They sent a patent attorney to talk to us. He said to send his office anything that might be patentable. He said that patents for big companies were kind of mutually assured destruction in the sense that if someone sued us over infringing on one of their patents if we had enough patents they were probably infringing one of ours.

olskool | 7 years ago | on: Do platforms work?

So if your house caught fire you'd tell the fire dept to fuck off and let it burn?

olskool | 7 years ago | on: The Awk Programming Language (1988) [pdf]

Python was never intended to replace Perl. Perl was designed to extract stuff from text files. Python was designed as a scripting language for system programming. IM(Seldom Humble)O Python beat Perl for two reasons (a) batteries included (CPAN became a clusterfuck) (b) C API lead to stuff like SciPy, NumPy and Pandas.

FWIW I've used both Perl and Python professionally and Python rules.

olskool | 7 years ago | on: The Awk Programming Language (1988) [pdf]

Over the years I've written too many awk one liners to count. Most of them look ugly - hell awk makes Perl look elegant - but having awk in your toolkit means that you don't have to drop out of the shell to extract some weird shit out of a text stream. Thanks Aho Weinberger and Kernigan!
page 1