I really wouldn't want to be a Sun employee right now.
For us none-Sun employee, it will be interesting to see, what Oracle will be using a Virtual machine technology.
How I welcome this. I think Fedora have the best software of any distribution, but they also have the worst art of them all.
Just compare with SLES or Ubuntu. They are beautiful out-of-the-box.
I'm I the only one that get the creeps when a 1 is followed after the . in the version?
Cake is a commercial for IE, no mention of Firefox
on
A Few Firefox 3 Followups
·
· Score: 3, Interesting
Please understand why MS sends the cakes!
The cakes doesn't mention Firefox or Mozilla in any way, but very clearly IE. Hence, MS sends the cakes not to congratulate Mozilla, but to get Mozilla to advertise for IE.
From TFA Microsoft supports choice. Notice "choice" meaning that Microsoft want people to say that they want choice; i.g. OOXML too becomes a standard.
In other words; Microsoft sees taht they are very likely not to get OOXML an ISO standard, so by saying they want ODF *AND* OOXML they might still be able to squizze OOXML into ISO =(
I bet more people would go to the cinema, if you got a copy of the movie together with your ticket.
Not to mention, that it would work both ways. Some would just by the ticket to get the movie. As I see it, more ticket sales, and more DVD/ticket sales.
Dear helpdesk, I am trying to ping my server at 09F9:1102:9D74:E35B:D841:56C5:6356:88C0. However, it seems like the address is in the unallocated space. Perhaps there's a typo somewhere?
AACS LA: That's the Processing key. You are not allowed to publish it.
Hacker: No sir. That's a IPv6 address. Surely you won't deny me to have links on my website? =)
I don't get it. Why doesn't Mozilla use tar.bz2 for the final releases like they do for the nightly builds?
tar.bz2 files are much smaller, and it is not harder to type 'j' instead of 'z'. I don't get it.
You can be 100% sure that the encryption has a backdoor that NSA and the US Government has a key to!
You don't mean to tell me, that in a time with terrorism and where the Government wants to listen in voIP and email, that Seagate is allowed to make a secure harddrive, that protects the consumer/possible terrorists data?
No, these disks is wide open to NSA, just like Windows have always been.
About the mixure of DRM and DRM-free music, it could be done without exploiting FairPlay or making any changes to iTunes.
All songs should continue to be DRM, if a song is sold to be DRM-free, it is downloaded and DRM'ed like any DRM song, but the user key for this song should be stored seperatly in iTunes.
The song could continue to be DRM'ed as long as the user wants it to be, and if the user wants the song to be DRM-free just click on the "export as DRM-free" or "Remove DRM" button in iTunes.
No changes are needed to be med to iTMS to sell DRM-free music.
Apparently Apple have got the video and images removed from the web, but here are they again =) http://www.youtube.com/watch?v=HSkUM6HonkY https://picasaweb.google.com/111571551554338213029/WasTheIPodAccessoryPortInspiredByA40YearOldCamera?authuser=0&feat=directlink
Actually Intel have changed the name to NotToBee.
I must say I was surprised to see that the C64 won all the benchmark tests.
I really wouldn't want to be a Sun employee right now. For us none-Sun employee, it will be interesting to see, what Oracle will be using a Virtual machine technology.
http://www.youtube.com/watch?v=dW4gZ1sFiWI
Now I won't have to buy it.
How I welcome this. I think Fedora have the best software of any distribution, but they also have the worst art of them all. Just compare with SLES or Ubuntu. They are beautiful out-of-the-box.
I'm I the only one that get the creeps when a 1 is followed after the . in the version?
Please understand why MS sends the cakes!
The cakes doesn't mention Firefox or Mozilla in any way, but very clearly IE. Hence, MS sends the cakes not to congratulate Mozilla, but to get Mozilla to advertise for IE.
Very clever move by MS!
... because then the computer would enter an infinite loop of reboots after the update.
Couldn't they just have released under the Apache license that doesn't allow incompatible forks?
I hope you are right! I just fear that GNU would flame any distribution that removes gjc or doesn't make it the default :(
Will gjc be depricated?
Thanks =)
I have made this that downloads all online strips
for i in $(seq -w 1000 2000); do
wget "http://dilbert.com/dyn/str_strip/000000000/00000000/0000000/000000/00000/1000/100/$i/$i.strip.gif"
done
for i in $(seq -w 100 199); do
wget "http://dilbert.com/dyn/str_strip/000000000/00000000/0000000/000000/00000/0000/100/$i/$i.strip.gif"
done
for i in $(seq -w 200 299); do
wget "http://dilbert.com/dyn/str_strip/000000000/00000000/0000000/000000/00000/0000/200/$i/$i.strip.gif"
done
for i in $(seq -w 3000 4000); do
wget "http://dilbert.com/dyn/str_strip/000000000/00000000/0000000/000000/00000/3000/300/$i/$i.strip.gif"
done
for i in $(seq -w 300 399); do
wget "http://dilbert.com/dyn/str_strip/000000000/00000000/0000000/000000/00000/0000/300/$i/$i.strip.gif"
done
for i in $(seq -w 4000 5000); do
wget "http://dilbert.com/dyn/str_strip/000000000/00000000/0000000/000000/00000/4000/400/$i/$i.strip.gif"
done
for i in $(seq -w 400 499); do
wget "http://dilbert.com/dyn/str_strip/000000000/00000000/0000000/000000/00000/0000/400/$i/$i.strip.gif"
done
for i in $(seq -w 500 599); do
wget "http://dilbert.com/dyn/str_strip/000000000/00000000/0000000/000000/00000/0000/500/$i/$i.strip.gif"
done
for i in $(seq -w 600 699); do
wget "http://dilbert.com/dyn/str_strip/000000000/00000000/0000000/000000/00000/0000/600/$i/$i.strip.gif"
done
for i in $(seq -w 700 799); do
wget "http://dilbert.com/dyn/str_strip/000000000/00000000/0000000/000000/00000/0000/700/$i/$i.strip.gif"
done
for i in $(seq -w 800 899); do
wget "http://dilbert.com/dyn/str_strip/000000000/00000000/0000000/000000/00000/0000/800/$i/$i.strip.gif"
done
for i in $(seq -w 900 999); do
wget "http://dilbert.com/dyn/str_strip/000000000/00000000/0000000/000000/00000/0000/900/$i/$i.strip.gif"
done
# delete 404 pages
find . -type -f -size 6064c -print0|xargs -0 rm
Will I be allowed to post source code for an OOXML implementation to Linux?
I hope Fedora, Ubuntu, Suse, and Gentoo will come with this library!
Whenever a company releases feature list for their next product, then it is in fact a list of bugs in their current product.
If your keyboard uses oil between the keys, you should NOT wash it!
I tried that on my beloved none Windows key keyboard, and afterwards all the keys were hard to press down because the oil was missing =(
It's PR. Microsoft does NOT support ODF!
From TFA Microsoft supports choice. Notice "choice" meaning that Microsoft want people to say that they want choice; i.g. OOXML too becomes a standard.
In other words; Microsoft sees taht they are very likely not to get OOXML an ISO standard, so by saying they want ODF *AND* OOXML they might still be able to squizze OOXML into ISO =(
I bet more people would go to the cinema, if you got a copy of the movie together with your ticket. Not to mention, that it would work both ways. Some would just by the ticket to get the movie. As I see it, more ticket sales, and more DVD/ticket sales.
Dear helpdesk,
I am trying to ping my server at
09F9:1102:9D74:E35B:D841:56C5:6356:88C0. However,
it seems like the address is in the unallocated space.
Perhaps there's a typo somewhere?
AACS LA:
That's the Processing key. You are not allowed to publish it.
Hacker:
No sir. That's a IPv6 address. Surely you won't deny me to have links on my website? =)
I don't get it. Why doesn't Mozilla use tar.bz2 for the final releases like they do for the nightly builds? tar.bz2 files are much smaller, and it is not harder to type 'j' instead of 'z'. I don't get it.
A TLD doesn't make a site safe! .safe should only be allowed to sites that doesn't run M$ products =)
You can be 100% sure that the encryption has a backdoor that NSA and the US Government has a key to!
You don't mean to tell me, that in a time with terrorism and where the Government wants to listen in voIP and email, that Seagate is allowed to make a secure harddrive, that protects the consumer/possible terrorists data?
No, these disks is wide open to NSA, just like Windows have always been.
About the mixure of DRM and DRM-free music, it could be done without exploiting FairPlay or making any changes to iTunes.
All songs should continue to be DRM, if a song is sold to be DRM-free, it is downloaded and DRM'ed like any DRM song, but the user key for this song should be stored seperatly in iTunes.
The song could continue to be DRM'ed as long as the user wants it to be, and if the user wants the song to be DRM-free just click on the "export as DRM-free" or "Remove DRM" button in iTunes.
No changes are needed to be med to iTMS to sell DRM-free music.