No, they're still mostly written by one very hard working person
HN user
Kyoushu
2 karma
Posts0
Comments7
No posts found.
Black Mirror Explores a Brave New World of Virtual Sex 7 years ago
Proposed JavaScript Standard Style 10 years ago
My first thought as well
Was it wrong to hack and leak the Panama Papers? 10 years ago
PHP 7.0.0 released 11 years ago
Careful not to cut yourself with that edge
Human-readable regular expressions for PHP 5.3+ 11 years ago
I threw something similar together after sitting down with a regex-challenged developer the other day.
I started off on the Amstrad CPC-464, which meant I had access to this fine publication...
https://archive.org/stream/amstrad-action-016/Amstrad_Action...
I spent many hours typing in code, only to spend a few more trying to work out where the errors were coming from.
Three things you should never put in your database 14 years ago
I'm ashamed to say I used to use MySQL to store serialized PHP arrays. It seemed like a good idea until I needed to run a query using a string within the array. I "solved" the problem by writing a MySQL function similar to ExtractValue().
I was young and stupid, and I needed the money.