ramblings on PHP, SQL, the web, politics, ultimate frisbee and what else is on in my life
[1]  «  24  25  26  27  28  29  30  »  [71]

Leveraging social networks to handle spam

While I am spewing out idea to help save the world from search engine abusers, I should also add that I am surprised that social networks have not yet been leveraged more to reduce spam. For example while I may not want my entire social network (especially 2nd and 3rd degree contacts) in my address book, I still might want them to be not marked as spam (or at least be considered less likely to be spam). Furthermore it would be kind of convenient to see where and to what degree I am connected to people right in my email client. Again this would help me weed out false positives or increase the chances of me reading the email more quickly.
read on (comments 3)

Managing infolation in search results

While Yahoo and Google show off their search-index sizes, I am waiting for some real innovation in the way that search results are presented. For example my number one gripe with search engines is that I mostly get redundant content and that links are returned that simply give me a link which contains my search term.
read on (comments 1)

The NULL-safe equal to operator

Here is a little tid bit about a useful MySQL extension to the SQL standard, since I have given this same hint to several people in a short timeframe. A good friend from good old Berlin who runs a site for selling car parts was the first to ask, so I am giving him credit for bringing this nifty operator back to mind. Essentially the problem is that frequently we want to easily handle matching against some value or NULL with the same code. Obviously the standard expects you to switch from the standard equal operator to "IS" for matching a NULL. After all NULL is not equal to anything. Right, but its tedious to handle this in the code so MySQL invented the "<=>" operator aka the "NULL-safe equal to operator". Also very useful in combination with prepared statements.
read on (comments 13)

Who is using namespaces in PHP already?

As I said in my last post we are not yet sure if we need to make some changes to namespaces before we can move from alpha to beta in the current 5.3.0 release cycle. What I did not ask for explicitly is feedback from people that have already started developing code with namespaces. These people are likely the best source of feedback on the current state of namespaces and if the proposed changes to namespaces would be useful or not. As you can see in the thread on internals around this RFC Stas does not feel its necessary, while Marcus still feels its a good idea.
read on (comments 9)

PHP 5.3.0alpha2 is released

If you check the qa website you will see that there is a new alpha release of our next minor version PHP 5.3.0 out that is awaiting your testing (remember no whining about BC breaks if you did not test the pre-release versions). Also this time around the Windows infrastructure is in place with its very own website and a large choice of different binaries for whatever flavor of Windows you prefer. Aside from a few additions, it was mainly bug fixing in this release. The biggest changes happened in the fileinfo extension.
read on (comments 0)
[1]  «  24  25  26  27  28  29  30  »  [71]