Coming Zune ... What is this?
-
As if the previous Zune marketing video wasn't weird enough, yet one more.. http://216.182.82.46/video/zune02.wmv[^] I don't get it .. or the message they're trying to convey is way beyond my brain's comprehension! (Hope this is not a repost) - Malhar
-
As if the previous Zune marketing video wasn't weird enough, yet one more.. http://216.182.82.46/video/zune02.wmv[^] I don't get it .. or the message they're trying to convey is way beyond my brain's comprehension! (Hope this is not a repost) - Malhar
malharone wrote:
(Hope this is not a repost)
It is... But did anyone else wonder why is Microsoft using an IP address instead of DNS? BTW that address resolved to invisocorp.com :~ http://invisocorp.com/[^]
I'd love to help, but unfortunatley I have prior commitments monitoring the length of my grass. :Andrew Bleakley:
-
As if the previous Zune marketing video wasn't weird enough, yet one more.. http://216.182.82.46/video/zune02.wmv[^] I don't get it .. or the message they're trying to convey is way beyond my brain's comprehension! (Hope this is not a repost) - Malhar
That is so idiotic. So, it's an analogy to, maybe, a Phoenix? IPod is dead, and Zune is it's resurrection? What really impresses me is that some human being, something that has evolved over millions of years from a monkey, or if you prefer, is the divine creation of God's image, created that idiotic ad. Marc
People are just notoriously impossible. --DavidCrow
There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith -
malharone wrote:
(Hope this is not a repost)
It is... But did anyone else wonder why is Microsoft using an IP address instead of DNS? BTW that address resolved to invisocorp.com :~ http://invisocorp.com/[^]
I'd love to help, but unfortunatley I have prior commitments monitoring the length of my grass. :Andrew Bleakley:
S Douglas wrote:
BTW that address resolved to invisocorp.com
Wow. Their home page mission statement is not just regurgitated drivel, it's regurgitated defecated drivel. Marc
People are just notoriously impossible. --DavidCrow
There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith -
S Douglas wrote:
BTW that address resolved to invisocorp.com
Wow. Their home page mission statement is not just regurgitated drivel, it's regurgitated defecated drivel. Marc
People are just notoriously impossible. --DavidCrow
There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh SmithBusiness as usual, is it not? :)
-- Not based on the Novel by James Fenimore Cooper
-
As if the previous Zune marketing video wasn't weird enough, yet one more.. http://216.182.82.46/video/zune02.wmv[^] I don't get it .. or the message they're trying to convey is way beyond my brain's comprehension! (Hope this is not a repost) - Malhar
I must say that was a very interesting video. It makes no since and everything about it gets your attention. It is much better than the bunny video(complete garbage weirdness). These videos seem like they try to f**k with your head, I bet alot of research went into making it.
static int Sqrt(int x) { if (x<0) throw new ArgumentOutOfRangeException(); int temp, y=0, b=0x8000, bshft=15, v=x; do { if (v>=(temp=(y<<1)+b<>=1)>0); return y; :omg:
-
As if the previous Zune marketing video wasn't weird enough, yet one more.. http://216.182.82.46/video/zune02.wmv[^] I don't get it .. or the message they're trying to convey is way beyond my brain's comprehension! (Hope this is not a repost) - Malhar
Oh look, cute little birdy gets burnt to a crisp in roaring searing flames Think how much money they are spending on this crap. I wish they'd spent it on building WinFS instead...
cheers, Chris Maunder
CodeProject.com : C++ MVP