Archive for May, 2008

When Yahoo! Says Cloud, It Means a Freakin’ Big Cloud

Friday, May 30th, 2008

Yahoo has tied up with Tata subsidiary Computational Research Laboratories (CRL) to do cloud computing research. Financial terms were not disclosed. What CRL brings to the party is the fourth-fastest supercomputer in the world, a beast that Yahoo figures has ’substantially more processors than any other supercomputer currently available for cloud research’ - 14,400 of them to be precise along with 28TB of memory, 140TB of disk space, a peak performance of 180 trillion calculations a second and sustained computation capacity of 120 teraflops.

Stoneware Named “Silver Sponsor” of SYS-CON’s Virtualization Conference

Friday, May 30th, 2008

Stoneware is a privately held corporation providing innovative software that delivers ‘Universal Web Access’ to all of an organization’s web, Windows, and hosted applications through a ‘Virtualized Web Desktop’ interface. Based on Web 2.0 technology, Stoneware’s webOS is an offering in the virtualization market, focusing on the growth of web applications and the shift from client/server to cloud computing. The company services various sectors including education, manufacturing, medical, and legal industries.

AJAX RIA News - Well, Qualcomm Likes Flash

Friday, May 30th, 2008

Steve Jobs may not think much of Flash but Qualcomm apparently feels differently and has been collaborating with Adobe on a mobile platform that integrates Flash with its Binary Runtime Environment for Wireless (BREW) client software and, voilà, the BREW Mobile Platform, which the pair says will create a ‘new standard for mass-market handset platforms.’

Prototype EU Airplane Spy Cams Watch For Facecrime

Friday, May 30th, 2008

I Don’t Believe in Imaginary Property writes “You can’t make stuff like this up. The EU is actually testing a prototype system of cameras in airplanes to monitor passengers’ facial expressions in order to detect both terrorism and ‘air rage.’ The Security of Aircraft in the Future European Environment (SAFEE) project used an Airbus A380 fuselage with six wide-angle cameras to watch for people running or loitering near the cockpit door, as well as a camera in the back of every seat to watch for facecrime like sweating too much, or acting nervous. But that’s okay, because the system won’t alert anyone until it sees a ‘combination of signs,’ instead of just one stray expression, or they might accidentally catch a lot of people who are afraid of flying or of being watched.”

Read more of this story at Slashdot.

Typo3: bulletins de sécurité pour les extensions kj_imagelightbox2 et sg_zfelib

Friday, May 30th, 2008

Extension KJ: Image Lightbox v2 (kj_imagelightbox2)

Versions concernées : 1.4.2 et versions précédentes

Cette extension est sensible aux Cross site scripting (XSS) et ne filtre pas les données javascript.

Télécharger la mise à jour 1.4.3

Les utilisateurs de l’extension kj_imagelightbox (le prédécesseur de kj_imagelightbox2) doivent également télécharger la mise à jour.

Extension Library for Frontend plugins (sg_zfelib)

Versions concernées : 1.5.512 et versions précédentes

Cette extension est sensible aux injections SQL et rend possible les accès à la base de données.

Télécharger la mise à jour

Lire la liste des bulletins de sécurité

Farmers Alliance Selects Progress Sonic ESB for SOA Deployment

Friday, May 30th, 2008

Progress Software announced that the Farmers Alliance Mutual Insurance Company (FAMI) will deploy the Progress Sonic Enterprise Service Bus (ESB) in order to streamline its enterprise information technology (IT) infrastructure and integrate several discrete applications, which are dispersed across various platforms. FAMI is undergoing a multi-year cost optimization project within their IT environment and regards the Sonic ESB as an integral part of their ability to reduce costs.

SOA Data Management Platform Provides Rapid Business-Driven Solution

Friday, May 30th, 2008

Fitch Ratings has selected and implemented LakeFrontData’s Reference Data Factory (RDF) for its’ Securities Reference Data Management platform. Fitch selected LakeFrontData’s RDF for its’ reference data management platform having already chosen a service oriented architecture (SOA) as its forward thinking business-driven technology approach.

Comcast Briefly Loses Control of Its Domain Name

Friday, May 30th, 2008

Fallen Andy notes that Comcast, one of the largest US ISPs, lost control of its domain name to what appeared to be juvenile social engineers of the old school — i.e. not in it for the money. The intruders got into Comcast’s registrar account at Network Solutions and repointed the domain’s DNS records. A blog entry at SANS points out how trivially easy this can be. Reader ElvenKnight points out an insightful interview up at Wired with the two young guys who perpetrated the hack.

Read more of this story at Slashdot.

INI File Parser

Friday, May 30th, 2008
Package:
Summary:
Parse INI files into an array
Groups:
Author:
Description:
This is a simple class that can be to parse INI files.

It uses regular expressions to extract the names and values of the entries in an INI file.

The results are returned in a bi-dimensional associative array on which the first dimension key is the file section name and the second dimension key is the entry name.


dirLook

Friday, May 30th, 2008
Package:
Summary:
Retrieve the list of all files in a directory
Groups:
Author:
Description:
This is a simple class that can be used to retrieve all files in a directory.

It traverses a given directory recursively to retrieve the path of all files contained in the directory.

The list of the full path of the files is returned in an array.