Hey, you're right! I was late for a job interview because I set windows to use time.windows.com, which is the default in the windows date/time properties applet.
I'm not sure if it was the fault of the server or windows, but I lost all trust in network time because of windoze.
Dr. Cohen defined the term to mean a security problem that attaches itself to other code and turns it into something that produces viruses; to quote from his paper: "We define a computer `virus' as a program that can infect other programs by modifying them to include a possibly evolved copy of itself." He claimed the first computer virus was "born" on November 3, 1983, written by himself for a security seminar course. (That the Internet Worm was unleased on the eve of the 5th anniversary of this event was coincidence of a most amazing sort.) Actual computer viruses were being written by individuals before Cohen, although not named such, as early as 1980 on Apple II computers.[9] The first few viruses were not circulated outside of a small population, with the notable exception of the "Elk Cloner" virus for Apple II computers, released in 1981.
http://blogs.msdn.com/davidnotario/archive/2005/04 /27/412838.aspx
What is mscorsvw.exe and why is it eating up my CPU? What is this new CLR Optimization Service?
Short version:
mscorsvw.exe is precompiling.NET assemblies in the background. Once it's done, it will go away. Typically, after you install the.NET Redist, it will be done with the high priority assemblies in 5 to 10 minutes and then will wait until your computer is idle to process the low priority assemblies. Once it does that it will shutdown and you won't see mscorsvw.exe. One important thing is that while you may see 100% CPU usage, the compilation happens in a process with low priority, so it tries not to steal the CPU for other stuff you are doing. Once everything is compiled, assemblies will now be able to share pages across different processes and warm start up will be typically much faster, so we're not throwing away your cycles.
If you are really want to get rid of mscorsvw.exe from your task manager, just do:
ngen.exe executequeueditems
This begs the question, where is ngen.exe? I can't find it anywhere other than my Windows XP Server 2003 install.
Dude, there's still stuff to do. An idea I had was to build an rss proxy and put it into the http protocol, where I can use my favorite desktop feed reader, and not have to leave my computer on 24/7 just to ensure I don't miss a post for feeds where they expire very quickly. What if you are a researcher and don't want the latest news anyway? You want the oldest news and want to read back in time for an rss feed?
Google reader is nice, but I don't like how it locks me into the browser. That doesn't logical especially since I am a rabid fan of gmail, but I think it could be a good niche.
Dude, you are a goddamned idiot. Crawl back under that bridge you came from you troll.
That very article says this:
An example of a company that garnered monopoly power is the case of Microsoft. In 2000, in an antitrust lawsuit brought against Microsoft, a U.S. federal court judge ruled against the company. Microsoft, a computer company, had established first MS-DOS and later Windows as the dominating operating system for personal computers. Once it had achieved a position of strength in the market, would-be competitors faced insurmountable hurdles. Software developers face large costs for every additional operating system to which they adapt their applications. Because Microsoft had the dominant operating system, any rival personal computer operating system would have only a handful of applications, compared to tens of thousands of applications for Microsoft's Windows system. This applications barrier to entry gave Microsoft enduring monopoly power.
The judge's ruling in the case made it clear that, besides being illegal, Microsoft's monopoly was not in the public interest and legal measures would be put into place in order to break the monopoly that Microsoft had created.
Maybe a national id, used only for id'ing, seems like a better idea? Then we can use ss numbers for only social security and nothing else, like europe does.
So you're saying microsoft shouldn't scrap windows and start over with a new os from ms research, and not just run legacy windows in a virtual machine?
The GPL version 3 is basically to get google to give out their changes; isn't that what stallman referred to when he talked about web services providers (eg google) using a customized Linux?
I wonder if we'll see a fork in linux because of this. It would be interesting.
We need a new linux, linux seems like it's getting stale.
Except its dedicated WAP site, the main OSNews site is written using the http://www.mobits.com/ mobile-browser autodetection engine, which autodetects more than 150 mobile, embedded and text-mode browsers and serves them automatically lighter, ad-free C-HTML pages. OSNews was the first site on the net to achieve this in 2003 and it is the main reason why some mobile HTML-capable browser developer companies like Openwave and Opera are usually using OSNews.com to test or demonstrate their mobile browsers.
Domain ID:D165-MOBI Domain Name:NIC.MOBI Created On:11-May-2006 21:21:35 UTC Expiration Date:11-May-2007 21:21:35 UTC Trademark Name:Registry Reserved Name Trademark Country:IE Trademark Number:Reserved Name Date Trademark Applied For:2000-01-01 Date Trademark Registered:2006-01-01 Sponsoring Registrar:mTLD Mobile Top Level Domain (4000002) Created by Registrar:mTLD Mobile Top Level Domain (4000002) Status:OK Registrant ID:mTLD-ZTxVpOg6 Registrant Name:mTLD Mobile Top Level Domain Registrant Organization:mTLD Mobile Top Level Domain Registrant Street1:11 Exchange Place IFSC Registrant City:Dublin Registrant Postal Code:1 Registrant Country:IE Registrant Phone:+353.18541100 Registrant Email:operations@mtld.mobi Admin ID:mTLD-ZTxVpOg6 Admin Name:mTLD Mobile Top Level Domain Admin Organization:mTLD Mobile Top Level Domain Admin Street1:11 Exchange Place IFSC Admin City:Dublin Admin Postal Code:1 Admin Country:IE Admin Phone:+353.18541100 Admin Email:operations@mtld.mobi Tech ID:mTLD-ZTxVpOg6 Tech Name:mTLD Mobile Top Level Domain Tech Organization:mTLD Mobile Top Level Domain Tech Street1:11 Exchange Place IFSC Tech City:Dublin Tech Postal Code:1 Tech Country:IE Tech Phone:+353.18541100 Tech Email:operations@mtld.mobi Name Server:NS.U15169781.ONLINEHOME-SERVER.COM Name Server:NS2.U15169781.ONLINEHOME-SERVER.COM
Microsoft's Attempt to Dissuade Netscape from Developing Navigator as a Platform: http://www.albion.com/microsoft/findings-21.html
http://blogs.msdn.com/davidnotario/archive/2005/04 /27/412838.aspx
What is mscorsvw.exe and why is it eating up my CPU? What is this new CLR Optimization Service?
Short version:
mscorsvw.exe is precompiling .NET assemblies in the background. Once it's done, it will go away. Typically, after you install the .NET Redist, it will be done with the high priority assemblies in 5 to 10 minutes and then will wait until your computer is idle to process the low priority assemblies. Once it does that it will shutdown and you won't see mscorsvw.exe. One important thing is that while you may see 100% CPU usage, the compilation happens in a process with low priority, so it tries not to steal the CPU for other stuff you are doing. Once everything is compiled, assemblies will now be able to share pages across different processes and warm start up will be typically much faster, so we're not throwing away your cycles.
If you are really want to get rid of mscorsvw.exe from your task manager, just do:
ngen.exe executequeueditems
This begs the question, where is ngen.exe? I can't find it anywhere other than my Windows XP Server 2003 install.
Dude, there's still stuff to do. An idea I had was to build an rss proxy and put it into the http protocol, where I can use my favorite desktop feed reader, and not have to leave my computer on 24/7 just to ensure I don't miss a post for feeds where they expire very quickly. What if you are a researcher and don't want the latest news anyway? You want the oldest news and want to read back in time for an rss feed? Google reader is nice, but I don't like how it locks me into the browser. That doesn't logical especially since I am a rabid fan of gmail, but I think it could be a good niche.
Search Engines Should Support PCRE n/t
Dude, you are a goddamned idiot. Crawl back under that bridge you came from you troll. That very article says this: An example of a company that garnered monopoly power is the case of Microsoft. In 2000, in an antitrust lawsuit brought against Microsoft, a U.S. federal court judge ruled against the company. Microsoft, a computer company, had established first MS-DOS and later Windows as the dominating operating system for personal computers. Once it had achieved a position of strength in the market, would-be competitors faced insurmountable hurdles. Software developers face large costs for every additional operating system to which they adapt their applications. Because Microsoft had the dominant operating system, any rival personal computer operating system would have only a handful of applications, compared to tens of thousands of applications for Microsoft's Windows system. This applications barrier to entry gave Microsoft enduring monopoly power. The judge's ruling in the case made it clear that, besides being illegal, Microsoft's monopoly was not in the public interest and legal measures would be put into place in order to break the monopoly that Microsoft had created.
Maybe a national id, used only for id'ing, seems like a better idea? Then we can use ss numbers for only social security and nothing else, like europe does.
They'll work for google
So you're saying microsoft shouldn't scrap windows and start over with a new os from ms research, and not just run legacy windows in a virtual machine?
You'd have to look up what links to epigenetics
it's a new kind of protocol that sticks with tim robbins original vision for the web. Pages will be built with tcp/ip rather than http.
My favorite is "unpublished proprietary source code".
I found the sunos 2.6 source, bsdi, and at&t unix system 4 source too.
The GPL version 3 is basically to get google to give out their changes; isn't that what stallman referred to when he talked about web services providers (eg google) using a customized Linux?
I wonder if we'll see a fork in linux because of this. It would be interesting.
We need a new linux, linux seems like it's getting stale.
Hopefully HURD will be a computing panacea.
ruby rawks J00!5 023
here the link:
http://news.php.net.nyud.net:8090/php.internals/2
mailto:sniper+at+iki+dot+fi
sniper at iki.fi
HELLO WORLD8 3EBFB33F2246EBB 897A74180D41D49 338E1479AB03DC4 7535C51E66D577
94732 94732
HELLO WORLD
1D9BA67D23125E86CB9C2766A10181239F1CA5837518E5730
701EF312163B68F68B8A2B495DFDBF7B10723415C482D8A9E
5AA2D6C72FD377A6595210A184A4FEE0C5A624386CAF06888
3070EFA41430C2BAB39CA4F4976EDAE9481C4C868233DC043
K-BYE
they'll just switch to Tor and Jap and I2P, like many already have.
Roll your own search engine.
Correct. http://science.slashdot.org/science/04/04/19/11122 51.shtml?tid=134&tid=141&tid=188
http://slashdot.org/article.pl?sid=05/11/19/022236
Except for the Virtual Boy, which was, according to some people, too ahead of it's time, and the technology of the day.
The Apostle Paul:k 19
http://watchtower.org/bible/eph/chapter_006.htm#b
It's interesting that since I've been browsing this story google has started indexing .mobi sites:
http://kibosig.googlepages.com/googlemobisearch.ht m
Assuming the network uses TCP, just use TOR:
http://tor.eff.org/
http://pc.mtld.mobi/whois/index.php
try searching for nic.mobi, you'll see this: