Artist Paul Destieu created an art installation inspired by a common error in Microsoft Windows. "My Favorite Landscape" shows the Windows XP wallpaper called "Green Hill" duplicated multiple times.
Link via Geekosystem
"Virtually all of our people are talented. They can play guitar, sing or recite poetry. Today you may want to talk about art and tomorrow to read Faust," said Peyeva, adding that the firm does not encourage binge drinking.
She said the service is enjoying strong demand, and that the firm employs a number of psychologists among its staff of boozing partners.
Their measurements, plus theoretical models, showed that the magnetic field’s strength peaked around 3,000 years ago in the middle Egypt’s Iron Age.
“We don’t have volcanic glass in Israel, but we do have slag,” Shaar said. When the ancient Egyptians (in what is now Israel) melted ore to produce copper, they created a lot of leftover molten rock that they threw immediately on a waste heap. The rock cooled quickly, preserving a signature of the magnetic field.[...]
Back in the lab, the team melted and re-froze some of the slag in the presence of a known magnetic field, to make sure they could trust the rock to faithfully trap the field strength. Then they measured the field strength in the raw slag.
They found that the magnetic field abruptly spiked twice during the 180 years they studied, once around 2,990 years ago and once around 2,900 years ago. Both times, the field jumped up in strength and then fell by at least 40 percent in the space of about 20 years.
“These geomagnetic spikes are very different from what we see now or have seen before,” Shaar said
The key to the Foursquare door is a little Web relay device, which actually hosts its own little webpage (aw!) that the brothers use to run some Javascript. "The relay is supposed to be for industrial use," says Hall. "I think it's meant to be used to control pumps."[...]
A Mac Mini chills out near the door and makes requests to Foursquare's API every three seconds, looking for new check-ins at Apartm.net. When the computer finds one, it contacts the Web relay, which sents a simple binary bbzzzz! through a little copper cable that has been soldered to the intercom button in the hallway. The intercom is fooled into thinking the button has been pressed, and it unlocks the door via the building's existing buzzer system.
This is a teched out version of those little targets found urinals. Not surprising that Toirettsu is intended for restaurants' and retailers' toilets in the hopes that pissing mini-games will result with more customer pee in the urinal and less on the floor. It is also possible for restaurants and retailers to include advertisements on the Toirettsu screen.
Great Scot International announced this week it would have Mackie's Haggis and Cracked Black Pepper chips on display at its booth at the annual Fancy Food Show in New York next month.
"We know that flavors with a Scottish twist are popular because Haggis and Cracked Black Pepper is our best-selling flavor," Kirstin Mackie, managing director of Mackie's, said in a written statement.
I combined that data with each user's current city and summed the number of friends between each pair of cities. Then I merged the data with the longitude and latitude of each city.
At that point, I began exploring it in R, an open-source statistics environment. As a sanity check, I plotted points at some of the latitude and longitude coordinates. To my relief, what I saw was roughly an outline of the world. Next I erased the dots and plotted lines between the points. After a few minutes of rendering, a big white blob appeared in the center of the map. Some of the outer edges of the blob vaguely resembled the continents, but it was clear that I had too much data to get interesting results just by drawing lines. I thought that making the lines semi-transparent would do the trick, but I quickly realized that my graphing environment couldn't handle enough shades of color for it to work the way I wanted.
Instead I found a way to simulate the effect I wanted. I defined weights for each pair of cities as a function of the Euclidean distance between them and the number of friends between them. Then I plotted lines between the pairs by weight, so that pairs of cities with the most friendships between them were drawn on top of the others. I used a color ramp from black to blue to white, with each line's color depending on its weight. I also transformed some of the lines to wrap around the image, rather than spanning more than halfway around the world.