-
Posts
305 -
Joined
-
Last visited
-
Days Won
2
Everything posted by mindplay.dk
-
PHP REPL in 1 line of code: php -r "while(fwrite(STDOUT,chr(10).'php> ')&&($c=fgets(STDIN)))($r=eval('return '.$c.';'))&&var_export($r);"
-
I added a giant WTF to the documentation for PDOStatement::fetchObject() http://t.co/KSnbLOfXNb - wow. this is so broken.
-
moved my timestamp helper to a real repo and added namespace for autoloading http://t.co/qaYp9uVhrR
-
date/time as objects (rather than value-types) is a fucking terrible idea - I came up with this to handle timestamps: http://t.co/gBaXCvOING
-
here's wishing DateTime was a value-type in PHP. clone this, clone that, agggh... almost makes me want to stick to integer timestamps...
-
who thought that anyone would be switching monitors (or using more than one) in 2013? shocking news to the world's largest OS vendor. *sigh*
-
stockpile has been working great for me on two projects by now https://t.co/sSBs1nUxh1 - did some adjustments and tagged a release.
-
Hollywood Video's "successor" makes 400,000 claims of debt http://t.co/Buriejc4yR - if you get a bill, dispute it! http://t.co/TRm6yS4abn
-
anyone know of a PHP template engine with inheritance, caching, etc. - but with plain PHP syntax? I like Twig, but I really prefer PHP...
-
it looks like the trailing comma PHP RFC is getting rejected http://t.co/KJuDwXpQ2c - good riddance
-
I will never understand why successful software companies can't leave well enough alone. did anyone COMPLAIN about the standard icons?? hm!
-
added a note about index replication in @RavenDB to this Wikipedia article http://t.co/yMJ0VYNbmE
-
European Parliament blocking emails from concerned citizens. Everyone deserves a voice. Sign the petition: http://t.co/oK0l4cwNWX #MEPblock
-
More important than any new discovery in our lifetime: http://t.co/lfrtqIEEWq - please watch and share!
-
this is amazing http://t.co/UvDHnWoFpO a friend of mine recorded an entire album on this little thing!
-
the @opalang book has been published - with "look inside" on Amazon now http://t.co/7yBhB9E7R6
-
hmm, neither live @arangodb demo seems to work? AQL demo doesn't return results - SH demo doesn't seem to create collections...