lunes, 22 de febrero de 2010

PC-BSD 8.0 Released

The PC-BSD Team is pleased to announce the availability of PC-BSD 8.0 (Hubble Edition), running FreeBSD 8.0-RELEASE-P2, and KDE 4.3.5

PC-BSD 8.0 contains a number of enhancements and improvements over the 7.x series. For a full list of changes, please refer to the changelog. Some of the notable changes are:

  1. FreeBSD 8.0-RELEASE-P2
  2. KDE 4.3.5
  3. Brand new System Installer, allows the install of PC-BSD or FreeBSD
  4. Run in Live mode directly from DVD
  5. Updated Software Manager, allows browsing and installing applications directly
  6. Support for 3D acceleration with NVIDIA drivers on amd64


(more...)

XHP: Inline XML For PHP

Anyone developing with PHP quickly learns that PHP’s ability to generate HTML is both a blessing and a curse. While PHP supports the ability to generate dynamic websites and HTML, it often creates kludgy and difficult code. Facebook, one of the world’s largest consumers of PHP and fresh off their announcement of HipHop, has noted this problem as well, and decided to try and solve it by introducing XHP.

XHP, in a nutshell, is designed to augment the syntax of PHP to allow for inline XML to be included in PHP code. More simply put, XHP permits PHP to understand HTML syntax, eliminating the need for quotation marks, concatenation, escaping and all of the other headaches associated with including HTML directly into PHP code.


(more...)

Compiling HipHop-PHP on Ubuntu 9.10 64bit

Facebook recently open-sourced their new software, HipHop-PHP. HPHP compiles PHP source to very efficient C++, which is then compiled to an executable binary. After a few hiccups, building HPHP is surprisingly easy. HPHP must be compiled on a 64bit platform. If you only have a 32bit platform and you really want to play with it, set up a VM at Slicehost or Linode and compile it there (if you have a 32bit platform, you can’t install a 64bit VM). I eventually used my Linode account and built it there.


(more...)

HipHop for PHP finally released

An initial release of HipHop for PHP, Facebook’s PHP-to-C++ transformer, is finally available for download from Github.

HipHop comes with a number of rather specific requirements, including cmake 2.6 or higher, and several patches that need to be applied to libcurl and libevent in order for the project to compile against them.

Facebook employee (and core PHP contributor) Scott MacVicar announced the availability of the package through a post on the project’s Google group, adding that “while we’re running HipHop in production it might not yet be stable for you.”


(more...)

sábado, 6 de febrero de 2010

HipHop for PHP: First look

Just this tuesday Facebook announced a ambitious project called “HipHop for PHP”, if you missed it general opinion says you have been coding PHP in a cave. As I write this review no code has been posted yet, but Facebook has made a great move to open source the project so we can all get our hands on it, use it and contribute to it. So since the code is not out there yet, this is literally a first impression article based on the presentation made by Facebook and various posts from core PHP developers who got a first look at the technology before the release.


(more...)

FreeBSD - "The unknown giant"

FreeBSD is the most accessible and popular of the BSDs, has code at the heart of Darwin and Apple's OS X, and has powered some of the more successful sites on the Web, including Hotmail, Netcraft and Yahoo!, which before the rise of Google was the busiest site on the internet.

FreeBSD rose from the ashes of 386BSD, the original effort to port BSD to the Intel chip, and claims a code lineage that reaches back to Bill Joy's Berkeley Software Distribution of the late seventies. The 386BSD port was begun in 1989 by Bill and Lynne Jolitz, and was destined to be the original free Unix-like operating system for the IBM PC. The first public release of 386BSD (Version 0.0) was on St. Patrick's Day, 1991, accompanied by a series of articles in Dr Dobbs journal, which documented the process.

The first functional release of 386BSD was Version 0.1, which was released on Bastille Day, 1992.

FreeBSD emerged in 1993, after the self-imposed task of supporting 386BSD on their own had proved too much for Bill and Lynne Jolitz. The patchkit which had been the underpinning for the BSD port to the 386 was revived and became the basis for the first FreeBSD release.


(more...)