To display the most relevant entries to you in priority,
vote for the stories you are interested in
(  )
and reject those that you are not interested in
(  )
Ajaxian -
24 minutes ago
Erik Arvidsson seems to be having fun going through exersizes getting JavaScript to do something
his way. The latest little foray is Using catch-alls to implement super.
Firstly, catch-alls are the ability to use the SpiderMonkey only
__noSuchMethod__ meta programming trick. The good news is that this seems to be coming to
ECMAScript Harmony (I hope we here how the ECMA working group meeting went in Kona soon!).
Erik used this trick to build a createSuper method:
PLAIN TEXT JAVASCRIPT:
-
- function createSuper(self, opt_constr) {
- var constr = opt_constr || arguments.callee.caller;
- function supr() {
- return constr.superClass.apply(self, arguments);
- };
- supr.__noSuchMethod__ = function(name, args) {
- if (typeof constr.superClass.prototype[name] == 'function') {
- return constr.superClass.prototype[name].apply(self, args);
- }
- throw Error('No such method, ' + name);
- };
- return supr;
- }
-
which you can then use via var supr = createSuper(this);
Of course, as Erik points out, you can just use FooClass.superClass.method.call(this, ...);


|
mapsadaisical -
24 minutes ago
The woman looked at my ticket, and her face screwed up a little. “Follow me”. I did,
down the aisle, through a little door, down some steps, into a toilet cubicle. She gave me a glass
to press against the wall in order to try to hear the show. “This is [...]
|
Latest financial news - CNNMoney.com -
26 minutes ago
The days of oil companies shattering profit records are likely gone, at least for now.img
src="http://feedproxy.google.com/~r/rss/money_latest/~4/aynldt2y240" height="1" width="1"/
|
The Register -
29 minutes ago
h4Doesn't need the aggro/h4 pNokia has enough on its hands without acquiring a basket-case internet
company. CEO Olli-Pekka Kallasvuo ruled out a purchase of Yahoo! here in Barcelona today, saying
Nokia can do just as badly in web services on its own, with its Ovi strategy. Of course, he didn't
quite put it like that..../p
|
Eurogamer - News -
29 minutes ago
Costs a fair bit, out Monday.img width='1' height='1'
src='http://rss.feedsportal.com/c/352/f/4737/s/27b5938/mf.gif' border='0'/div class='mf-viral'table
border='0'trtd valign='middle'a href="http://res.feedsportal.com/viral/sendemail2.html?title=News:
All Halo music for one soundtracklink=http://www.eurogamer.net/article.php?article_id=322899"
target="_blank"img src="http://rss.feedsportal.com/images/emailthis2.gif" border="0" //a/tdtd
valign='middle'a href="http://res.feedsportal.com/viral/bookmark.cfm?title=News: All Halo music for
one soundtracklink=http://www.eurogamer.net/article.php?article_id=322899" target="_blank"img
src="http://rss.feedsportal.com/images/bookmark.gif" border="0" //a/td/tr/table/divbr/br/a
href="http://da.feedsportal.com/r/24193227420/u/89/f/4737/c/352/s/41638200/a2.htm"img
src="http://da.feedsportal.com/r/24193227420/u/89/f/4737/c/352/s/41638200/a2.img" border="0"//a
|
The Register -
34 minutes ago
h4Bragging rights diminish by 12% in face of growing threat/h4 pFor the first time, Apple is
recommending the use of anti-virus tools to protect Mac systems..../p
|
Latest financial news - CNNMoney.com -
35 minutes ago
It's highly possible, if not inevitable, that Americans will soon live under a radically different
tax system - one that the pundits and politicians aren't talking about.img
src="http://feedproxy.google.com/~r/rss/money_latest/~4/JY-DyOGAwfw" height="1" width="1"/
|
Latest financial news - CNNMoney.com -
40 minutes ago
"We've been given this on a silver platter," says Sam Palmisano, CEO of IBM. "We might as well use
it as an opportunity."img src="http://feedproxy.google.com/~r/rss/money_latest/~4/0b5dQLD_dZI"
height="1" width="1"/
|
the INQUIRER -
40 minutes ago
psmallStewart Meagher a href="http://www.theinquirer.net/"the Inquirer/a, Tuesday 2 December 2008.
11:15:00/small/ppi Please buy something /i/ppPOWER SUPPLY specialist Cooler Master is the latest in
a long line of component suppliers to start panicking in the face of dwindling sales and desperate
forecasts by making hefty cuts to its retail prices..../pimg width='1' height='1'
src='http://feeds.theinquirer.net/c/554/f/7127/s/27b53ab/mf.gif' border='0'/div
class='mf-viral'table border='0'trtd valign='middle'a
href="http://res.feedsportal.com/viral/sendemail2.html?title=Cooler Master hacks street
priceslink=http://www.theinquirer.net/gb/inquirer/news/2008/12/02/cooler-master-hacks-street"
target="_blank"img src="http://rss.feedsportal.com/images/emailthis2.gif" border="0" //a/tdtd
valign='middle'a href="http://res.feedsportal.com/viral/bookmark.cfm?title=Cooler Master hacks
street
priceslink=http://www.theinquirer.net/gb/inquirer/news/2008/12/02/cooler-master-hacks-street"
target="_blank"img src="http://rss.feedsportal.com/images/bookmark.gif" border="0"
//a/td/tr/table/divbr/br/a
href="http://da.feedsportal.com/r/24193226852/u/89/f/7127/c/554/s/41636779/a2.htm"img
src="http://da.feedsportal.com/r/24193226852/u/89/f/7127/c/554/s/41636779/a2.img" border="0"//a

|
TechCrunch -
42 minutes ago
YouTube sure has come
a long way since launching in 2005 and being acquired by Google within
a year for $1.65 billion. The company has today announced a
collaborative project with a bunch of classical music institutions and artists in the context of
the YouTube Symphony
Orchestra program, and I think it’s awesome.
Starting today until January 28, 2009, musicians are invited to submit two videos: a personal
interpretation of an original Tan Dun composition, written specifically for this program, and a
talent video designed to demonstrate their musical and technical abilities. The semi-finalists
will be selected by an impressive panel made up of members from the London Symphony Orchestra,
Berlin Philharmonic, San Francisco Symphony, Hong Kong Philharmonic Orchestra, Sydney Symphony
Orchestra, New York Philharmonic and other orchestras from around the globe.
Of course, the YouTube community gets to have their say as well; users will be invited to vote on
the semifinalists from February 14, 2009 through February 22, 2009.
In April 2009, YouTube will follow up by co-hosting a three-day classical music summit featuring
the finalists and classical music stars and orchestras at Carnegie Hall. Michael Tilson Thomas,
music director of the San Francisco Symphony, will be conducting.
I’m particularly looking forward to the mashup video of ‘memorable entrants combined
into one ensemble piece’ that will be distributed worldwide after the event.
I think this is a great way to push the boundaries of what has been done to date to marry
classical music with modern technology, and give the world’s most talented musicians an
opportunity to showcase their skills.
Clive Gillinson, Executive and Artistic Director of Carnegie Hall, put it like this:
For musicians of all ages, nationalities, and instruments, the YouTube Symphony Orchestra
provides a unique opportunity not only to perform on the world’s most famous stage
– Carnegie Hall – but also on its largest stage —
YouTube.
Crunch Network: CrunchBoard
because it’s time for you to find a new Job2.0


|
CNN.com - Sport -
42 minutes ago
World record holder Paula Radcliffe will return to run in next year's London marathon where she
faces five of the first six finishers at the Olympic Games in Beijing.img
src="http://feedproxy.google.com/~r/rss/edition_sport/~4/HdXXE5CgTfw" height="1" width="1"/
|
BBC News | World | UK Edition -
43 minutes ago
California Governor Arnold Schwarzenegger declares a fiscal emergency, ordering lawmakers to fix a
huge budget gap.
|
KVR News: Main -
43 minutes ago
2nd December 2008: KX77FREE has announced the release of KX-Synth-X16, a virtual analog modular
synth plug-in based on the EMS VCS3 structure, but with some additional features. Common features:
Three variable shape ...
|
Latest financial news - CNNMoney.com -
44 minutes ago
On a gloomy morning in early August, more than a month before Wall Street and the world's financial
system seized up, a senior aide to Iceland's Prime Minister paid a visit to the Russian embassy in
Reykjavík to make a controversial request: Bail us out.img
src="http://feedproxy.google.com/~r/rss/money_latest/~4/NtYMl38QfAU" height="1" width="1"/
|
Planet Maemo -
47 minutes ago

Today's N97 launch reminded me of a big mental difference between using Nokia or Apple
phones: with Apple, you're merely a consumer, where Nokia's devices allow you to participate in
the information flow, to be a producer. Back in 1932, Bertrand Russel wrote:
The pleasures of urban populations have become mainly passive: seeing cinemas, watching
football matches, listening to the radio, and so on. This results from the fact that their active
energies are fully taken up with work; if they had more leisure, they would again enjoy pleasures
in which they took an active part.
The whole N series of devices seems dedicated for
allowing you to take that active part: decent cameras, video recording capability, reasonably
good keyboards. Not so
with the iPhone.
With Apple, you're given the role of a consumer: browser the web, watch videos, buy music
from huge corporations. Just don't think
different.
Comparing my current iPhone and
previous N95, on the Nokia I uploaded a bit more data than I downloaded, on the iPhone, I've
downloaded ten times more than uploaded. With difficult text input and no background
applications, the device simply seems to push users into the consumer mindset.
Two years ago we handled the whole Death Monkey Rally
experience using three Nseries phones. They took our pictures and video,
all blog entries were written
and published with them, and they recorded our stories to the YleX radio show. Try doing
that on an iPhone!
As a product, N97 looks
very promising. It has pretty much all features I want from my universal communicator, except one
little detail: it doesn't run Maemo.
Technorati Tags: apple, iphone, nokia, n97
1  0 

|
Gizmodo -
47 minutes ago
pimg src="http://cache.gawker.com/assets/images/gizmodo/2008/12/Untitled-6.jpg" width="350"
height="250" /Remember how a
href="http://gizmodo.com/5098691/ps3-firmware-253-hits-tomorrow-supersizes-flash"Sony told us/a
we'd be able to lounge around all Thanksgiving weekend, watching a
href="http://www.youtube.com/watch?v=dj0jo-XLzHQeurl=http://failblog.org/2008/11/24/hunting-fail/feature=player_embedded"YouTubes/a
on our TVs in emfull screen/em? LIES! Turns out today's the real day for 2.53. [a
href="http://www.us.playstation.com/Support/SystemUpdates/PS3"Sonyemmdash;Thanks, Stephen/em]/p /a
br style="clear: both;"/ a
href="http://www.pheedo.com/feeds/ht.php?t=camp;i=3941bee209b8be30b18fe8b818fb2aecamp;p=1"img
style="border:0;"
src="http://www.pheedo.com/feeds/ht.php?t=vamp;i=3941bee209b8be30b18fe8b818fb2aecamp;p=1"
border="0" //adiv class="feedflare" a href="http://feeds.gawker.com/~f/gizmodo/full?a=XYmmRHZ3"img
src="http://feedproxy.google.com/~f/gizmodo/full?d=120" border="0"/img/a a
href="http://feeds.gawker.com/~f/gizmodo/full?a=7L6cch5r"img
src="http://feedproxy.google.com/~f/gizmodo/full?d=41" border="0"/img/a a
href="http://feeds.gawker.com/~f/gizmodo/full?a=GZ97SQZ5"img
src="http://feedproxy.google.com/~f/gizmodo/full?i=GZ97SQZ5" border="0"/img/a a
href="http://feeds.gawker.com/~f/gizmodo/full?a=UQYLwpQ6"img
src="http://feedproxy.google.com/~f/gizmodo/full?i=UQYLwpQ6" border="0"/img/a /divimg
src="http://feedproxy.google.com/~r/gizmodo/full/~4/x2g-Ib-qBAI" height="1" width="1"/

|
Eurogamer - News -
50 minutes ago
Holiday fanatics hoover up console.img width='1' height='1'
src='http://rss.feedsportal.com/c/352/f/4737/s/27b5229/mf.gif' border='0'/div class='mf-viral'table
border='0'trtd valign='middle'a href="http://res.feedsportal.com/viral/sendemail2.html?title=News:
Wii most popular product on eBay (Wii)link=http://www.eurogamer.net/article.php?article_id=322883"
target="_blank"img src="http://rss.feedsportal.com/images/emailthis2.gif" border="0" //a/tdtd
valign='middle'a href="http://res.feedsportal.com/viral/bookmark.cfm?title=News: Wii most popular
product on eBay (Wii)link=http://www.eurogamer.net/article.php?article_id=322883"
target="_blank"img src="http://rss.feedsportal.com/images/bookmark.gif" border="0"
//a/td/tr/table/divbr/br/a
href="http://da.feedsportal.com/r/24193226600/u/89/f/4737/c/352/s/41636393/a2.htm"img
src="http://da.feedsportal.com/r/24193226600/u/89/f/4737/c/352/s/41636393/a2.img" border="0"//a
|
BBC News | World | UK Edition -
50 minutes ago
One of Rwanda's most famous singers is sentenced to 15 years in prison for inciting violence during
the genocide.
|
bit-tech.net main feed -
51 minutes ago
Our first X58 to complete its benchmarking, stress testing, overclocking, and all round butchering
is the Asus P6T Deluxe. Built with workstation features and a kick ass BIOS, has Asus forged
another winner from Intel's iron?
|
FOXNews.com -
56 minutes ago
A man who lived down the street from Bill and Hillary Rodham Clinton in a New York City suburb when
he shot and killed his wife could get life in prison.
| |