Web site publishes hacked Twitter documents
Jul/09Comments
According to TechCrunch, a popular technology information center, they were sent more than 300 sensitive documents that were “easily” obtained by a hacker. The documents contain everything from financial predictions to meeting minutes and even pass codes that can be used for Twitter office buildings.

TechCrunch said they won’t publish more sensitive information like pass codes, but they have published Twitter’s financial forecasts, which indicate their first profit in Q3 of this year, $400,000. According to the documents, Twitter expects more than 25 million users by the end of 2009 and a whopping $140,000,000 in revenue by the end of 2010.
TechCrunch says they’ll provide more information into what the product is that Twitter expects will net their first quarterly profit.
PHP 5.3.0 has been released to public
Jul/09Comments
PHP 5.3.0 is out of “Release Candidate” stage and is now the latest stable version of by far the easiest programming language available for web use, PHP. Run over to the PHP.net web site and pick out the update to take advantage of some of its new features, like namespaces and garbage collection.

PHP Logo
From the PHP web site:
The key features of PHP 5.3.0 include:
- Support for namespaces
- Late static binding
- Lambda Functions and Closures
- Syntax additions: NOWDOC, ternary short cut “?:” and jump label (limited goto), __callStatic()
- Under the hood performance improvements
- Optional garbage collection for cyclic references
- Optional mysqlnd PHP native replacement for libmysql
- Improved Windows support including VC9 and experimental X64 binaries as well as portability to other supported platforms
- More consistent float rounding
- Deprecation notices are now handled via
E_DEPRECATED(part ofE_ALL) instead of theE_STRICTerror level - Several enhancements to enable more flexiblity in php.ini (and ini parsing in general)
- New bundled extensions: ext/phar, ext/intl, ext/fileinfo, ext/sqlite3, ext/enchant
- Over 140 bug fixes and improvements to PHP, in particular to: ext/openssl, ext/spl and ext/date
This release also drops several extensions and unifies the usage of internal APIs. Users should be aware of the following known backwards compatibility breaks:
- Parameter parsing API unification will cause some functions to behave more or less strict when it comes to type juggling
- Removed the following extensions: ext/mhash (see ext/hash), ext/msql, ext/pspell (see ext/enchant), ext/sybase (see ext/sybase_ct)
- Moved the following extensions to PECL: ext/ming, ext/fbsql, ext/ncurses, ext/fdf
- Removed zend.ze1_compatibility_mode
For users upgrading from PHP 5.2 there is a migration guide available here, detailing the changes between those releases and PHP 5.3.0.
For a full list of changes in PHP 5.3.0, see the ChangeLog.
Google wants share of operating system market
Jul/09Comments
Now I’m convinced – Google truly does want to take over the world. It’s only a matter of time before the search engine giant starts manufacturing smart weapons for the military. In their latest iteration of computing dominance, they are putting together an operating system, called Google Chrome OS, that essentially works entirely online.

One of many Google logos
“Operating systems that browsers run on were designed in an era where there was no web,” wrote Google in their official announcement of Chrome OS. “Speed, simplicity and security are the key aspects of Google Chrome OS. We’re designing the OS to be fast and lightweight, to start up and get you onto the web in a few seconds.”
Instead of the operating system controlling your computing environment like they do now, Chrome OS will act purely as a means to connect to the Internet, and your network access will provide the majority of the computing power and resources that you’ll need to interact with software products. For example, forget Microsoft Office and instead use Google Docs, which is a web-based word processing and spreadsheet application available through Google’s servers.