- Shared: no. 277 – @missingblakes http://bit.ly/kR4i11 #
- I think I just saw Tooth Fairy sneaking in and out of Maxim's room. He had I letter and a tooth ready for her. I hope he got a coin or two. #
Month: June 2011
Day in brief
- I'm at Carrefour http://4sq.com/it63hw #
- My son just lost his first tooth. Not without my help though. It helps being bigger and stronger than your victim. :) #
Day in brief
- New note : Проект развития яхт-клуба 'Дружба' http://bit.ly/jDxaBR #
- Shared: Рыдал http://bit.ly/mrYttO #
- Shared: В случае атаки зомби разбить стекло http://bit.ly/iftrwo #
- GitHub: mamchenkov pushed to 2.0 at mamchenkov/cakephp http://bit.ly/kV76yt #
- LOL :) Corporate Ipsum – Chrome Web Store http://bit.ly/mnZVdq #
- Shared: EAC bills to drop slightly http://bit.ly/iI24Qh #
- New note : Humans TXT: We Are People, Not Machines. http://bit.ly/ilydAG #
- I just killed an earwig. Wikipedia: http://bit.ly/keTqJh #
- New note : Lighthouse – Beautifully Simple Issue Tracking http://bit.ly/mosZgb #
- I'm at The Ship Inn (Limassol) http://4sq.com/j5TGFO #
- Going to see Fast Five (@ K Cineplex) http://4sq.com/k2smLt #
Sony hacked again. Should go open source
Sky reports that Sony got hacked and lost some of its customers data:
Sony has once again been targeted by a group of hackers who claim they gained access to details of one million customers.
By now, I think it is obvious that Sony’s security issues are architectural. It is not a matter of firewall misconfiguration or missed out input validation check. That would have been closed and forgotten months ago. Repeated attacks and extensive downtimes of PlayStation Network indicate that the problems are much deeper and much harder to find and fix.
I think the best option for them now is to go open source. If they open the protocols they use and server software they have – plenty of people will jump on it and create alternative servers and networks. All that will be needed after that is a firmware update that would allow gamers to connect to those alternative networks.
Pagoda Box – scalable platform for your PHP application
I got my hands on a private beta of Pagoda Box. It is a platform that you can deploy your PHP applications to. I gave it a brief look around and I have to say it’s pretty sweet.
Right after you register and get access to your dashboard, you can add applications. Applications are cloned from GitHub repositories. Both public and private repositories are supported. Once you add an application, you can access it at http://your-app-name.pagodabox.com. If you’d rather have your own domain – you can assign it to your application from the dashboard and all that will remain to be done is adding an A-record in your DNS zone. Super easy!
There is more to it, even at this beta stage. Pagoda Box supports a number of PHP frameworks, including all major ones – CakePHP, CodeIgniter, Lithium, Symfony, Zend, and more. You can also optionally have a MySQL database for your application. They even help you out with outgoing email.
On top of that, you have control as to how many instances of the application you want (the more you have, the more requests you can serve at the same time, and the more you’ll have to pay). There are statistics of your application performance, requests, and a few other parameters (I’m sure those will grow together with the project).
I’ll admit, I am too used to hosting my projects on my own servers to take immediate advantage of Pagoda Box. But I am now seriously considering which projects I can move out of my server and into this platform. It just makes things so much easier. Deploying and re-deploying works wonders for any GitHub commit of your project. Initial resources that one usually needs to try an idea out are free of charge. If the idea picks up, the prices are more than reasonable (and comparable to other hosting solutions).
Out of those things that I consider necessary, I haven’t see any mentioning of files (uploaded via application, for example), support for build systems (such as Phing), and some sort of common library of frequently used code (PEAR modules, for example). But I’m sure that either I simply didn’t look for these hard enough, or they will be added in the future.
If you are a PHP developer or involved with PHP source on GitHub in any other way, I suggest you try it out. You can request a private beta invite directly from Pagoda Box website. Or, if you prefer, I can send you one (I have about 10 of them left for now). Also watch the demonstration screencasts, and read through other platform features.