Heroes Art

Scared ClaireIf like me you enjoy comic book art and have been watching the hit NBC TV show Heroes, you probably would have noticed the recurring paintings and sketches that play a central role throughout the show.

Well they are all created by comic book ilustrater Tim Sale. The body of Sale’s comics work has been with collaborator Jeph Loeb who is also a writer and producer on the show.

The two have produced popular works such as Batman: The Long Halloween, Batman: Dark Victory, and the so-called ‘color’ books for Marvel Comics starring characters such as Spider-Man and Daredevil.

Just over a month ago, four of the paintings that where featured in the TV show went up for auction. The paintings that where auctioned marked pivotal moments in the TV series: The Exploding Man, Homecoming, The Eclipse and Hiro Battles The T-Rex the highest bid was a huge $25,000 on the Homecoming painting probably one of the most iconic images in the first season. All the proceeds went to the National Epilepsy Foundation.

Also there is an article here in which Sale talks about the stories behind some of the paintings that appear throughout the series.

DHCP Installation & Setup on Centos 4

DHCP (Dynamic Host Configuration Protocol) is used to assign IP addresses to clients on the network. We can use the server package to assign the IP addresses of valid DNS servers, WINS name servers, TFTP boot servers etc.

Installation of DHCP is fairly straight forward. Simply install the DHCP server from your nearest repository.

# yum install dhcp

After the installation script has finished running, the configuration file will need to be edited to suit the needs of your enviroment.

# vi /etc/dhcpd.conf

An example of standard DHCP configuration file follows.

ddns-update-style none;
deny bootp;
authoritstive;
subnet 192.168.0.0 netmask 255.255.255.0
{
option subnet-mask 255.255.255.0;
option domain-name "example.com";
option routers 192.168.0.1;
option domain-name-servers 192.168.0.1, 192.168.0.10;
option netbios-name-servers 192.168.0.2;
range dynamic-bootp 192.168.0.60 192.168.0.120;
default-lease-time 31200;
max-lease-time 62400;
}

OK lets explain the above DHCP configuration. Any machine that connects to the server will recive a dynamic IP address between 192.168.0.60 and 192.168.0.120 and a subnet mask of 255.255.255.0.

The server will dish out the default DNS servers for the client of 192.168.0.1 and 192.168.0.10 along with the default domain name suffix of example.com. The configuration also specifies a default WINS server of 192.168.0.2. This is useful if there are Microsoft Windows clients connecting to a Samba Server on the network.

The default lease time is 520 minutes (counted in seconds) and the maximum lease time is set to 1040 minutes (again, counted in seconds).

Once the DHCP server has been configured, and the file saved, it can be started by executing:

# /etc/init.d/dhcp start

Make sure that once everything is working correctly, and you are satisfied with the configuration, you make sure the dhcpd init script is set to start on system reboot.

# chkconfig dhcpd on

Macquarium G4 Cube

Mac Aquarium

For those of you that haven’t heard of A macquarium before its just an aquarium made from the shell of an Apple Macintosh computer. This has to be one of the coolest fish tanks I’ve seen, made from an old 450mhz Power Mac G4 Cube.

For more information on this particular macquarium check out this website.

Ontario To Build 40MW Solar Power Plant

The Ontario government has given approval for a California company to construct a massive 40MW solar power plant near Sarnia that will blanket an area larger than all three Toronto islands with hundreds of thousands of solar panels. It will be the largest solar power station in North America and among the most expansive in the world to use photovoltaic cells. Once complete, the 40-megawatt Sarnia project will be able to supply enough emission-free electricity to power between 10,000 and 15,000 homes on sunny days. If all goes according to schedule, the Sarnia solar plant will be fully functional in 2010 and will continue supplying clean electricity to the grid for the next 30 to 50 years.

Researchers Simulate Half a Mouse Brain

Researchers from the IBM Almaden research lab and the University of Nevada have created a simulation that was as big and as complex as half of a mouse brain on the BlueGene L supercomputer. Half a real mouse brain is thought to have about eight million neurons each one of which can have up to 8,000 connections. Using the BlueGene L supercomputer the researchers created half a virtual mouse brain that had 8,000 neurons & had up to 6,300 connections.

In other smaller simulations the researchers say they have seen characteristics of thought patterns observed in real mouse brains. In these other tests the team saw the groups of neurons form spontaneously into groups. The researchers say that although the simulation shared some similarities with a mouse’s mental make-up in terms of nerves and connections it lacked the structures seen in real mice brains. For future tests the team aims to speed up the simulation, and make it more neurobiologically faithful, by adding structures seen in real mouse brains

The Virtual Dog

Ever think about getting a dog to protect your home, but think against it because you just don’t have the time? Well fear no more, the Virtual Dog is here designed by Obscura Digital. Combining high-definition media; this dog can be projected on to almost any surface. It looks real, except for the fact that it is transparent and seems to glow in the dark. However, the technology isn’t exactly mainstream yet, so don’t expect to see this in stores any time soon.

IBM researchers push MRI imaging to nanoscale

Researchers at IBM’s Almaden Research Center have developed magnetic resonance imaging (MRI) techniques to visualize nanoscale objects. The new techniques are a major milestone in the quest to build a microscope that could “see” individual atoms in three dimensions. Using Magnetic Resonance Force Microscopy (MRFM), IBM researchers have captured two-dimensional images of objects as small as 90 nanometers.

MRFM offers imaging 60,000 times more sensitive than current MRI technology. MRFM uses what is known as force detection to extend the limits of conventional MRI and view structures that would otherwise be too small to be detected.

Mike Tyson’s Punch-Out sells for $299.99

This 8-bit classic probably one of the greatest boxing games of its day – designed, developed, and published – by Nintendo, was sold for $299.99 (£150) a few weeks ago on eBay. As you can see it’s still factory sealed.

Mike Tyson’s Punch-Out

Mike Tyson’s Punch-Out!! was released in 1987 and was the sequel to the arcade game Punch-Out!! You play as a boxer named Little Mac working your way up the professional boxing circuits, facing a series of fictional boxers, leading to a final fight with Mike Tyson.

Donkey Kong Recreated With Post-it Notes

A group of Students at the UCSC have gotten together to recreated the first level of Donkey Kong by sticking 6,400 Post-it notes to the windows of the E2 building it took the group just over five hours to complete the Donkey Kong masterpieces There is also a time-lapse video of the construction process.

Terminator Tea 2

Thought I would post this it reminds me of someone I know and his never ending quest for tea.