Search found 98 matches

by kenada
Tue Jan 28, 2003 7:28 pm
Forum: Cheers!
Topic: How about an officail role call?
Replies: 62
Views: 19137

Hey, I'm apparently still subscribed to this thread… :D
by kenada
Tue Apr 24, 2001 7:32 pm
Forum: Cheers!
Topic: i just reformated
Replies: 9
Views: 1804

Wouldn't it have just been easier to use the Find applet to search for all MP3 files (i.e., Win+F, search for *.mp3) than to format the HDD?
by kenada
Wed Apr 18, 2001 11:25 pm
Forum: Cheers!
Topic: Who the heck is this...the government?
Replies: 3
Views: 1523

TCP port 80 is the standard port for HTTP transfers. If the message had any HTML in it at all, I wouldn't be surprised if the email were trying to set a cookie or something else involving an trip to a server (e.g., an 'invisible' GIF…?).

[Edited by kenada on 04-19-2001 at 12:29 AM]
by kenada
Sat Apr 14, 2001 9:10 am
Forum: Cheers!
Topic: Check out linux before installing it...
Replies: 36
Views: 6171

I know what your thinking.You will just run Win2k and forget XP.But what happens when the day comes Win2k wont run anything new?You think MS is gonna have a change of heart and not continue down the road their going on now?I doubt it man. Microsoft still supports Windows 95. I doubt they'll just dr...
by kenada
Sat Apr 14, 2001 8:58 am
Forum: Cheers!
Topic: Check out linux before installing it...
Replies: 36
Views: 6171

another note, is windows xp new coding, or is it built on current stuff?
Mix Windows 2000 with Aqua and add an assinine copy protection system, and you'll have Windows XP. ;)
by kenada
Fri Apr 13, 2001 11:43 pm
Forum: Cheers!
Topic: Check out linux before installing it...
Replies: 36
Views: 6171

I'm thinking Linux...
…has no future on the desktop.
by kenada
Fri Apr 13, 2001 7:59 pm
Forum: Cheers!
Topic: Check out linux before installing it...
Replies: 36
Views: 6171

Originally posted by Syn Windows Product Activation: an early look http://arstechnica.com/wankerdesk/01q1/wpa-1.html Hardware ID (HWID),no thanks,I dont want to re-register my OS everytime I upgrade something on my PC. Here is some information on Windows Product Activation from MSDN. Microsoft clai...
by kenada
Thu Apr 12, 2001 9:49 pm
Forum: Cheers!
Topic: Check out linux before installing it...
Replies: 36
Views: 6171

Whoever wrote those articles needs beaten with a clue-by-four. Windows has included Fraunhofer's MP3 encoder for a long time, and it has never been capable of doing more than 56kbps. There is a Professional version available, which is what seems to be distributed with DivX ;-). It can encode at bitr...
by kenada
Tue Apr 10, 2001 11:06 pm
Forum: Cheers!
Topic: Jessie Jackson wants to go to China...
Replies: 14
Views: 2750

Maybe he figures no one will find his illegitimate children if they were born in China. ;)
by kenada
Mon Apr 09, 2001 6:40 pm
Forum: Cheers!
Topic: Check out linux before installing it...
Replies: 36
Views: 6171

I've heard in the future they will have an online database with all the CD-Keys; you will have to connect online and give the right CD-Key or you're screwed. References? I don't think much is known about exactly how Windows XP's registration system works. I've heard things ranging from being unplea...
by kenada
Mon Apr 09, 2001 3:10 pm
Forum: Cheers!
Topic: Check out linux before installing it...
Replies: 36
Views: 6171

Contrary to what people here think, the gaming market is irrelevent. The operating system used by businesses are what bring in money for companies like Microsoft. Until GNU/Linux gets Microsoft Office, it will never have a chance of replacing Windows. I must admit I've (finally? ;) ) begun to realiz...
by kenada
Mon Apr 09, 2001 3:00 pm
Forum: Cheers!
Topic: SpyWare Update
Replies: 6
Views: 1828

What I do to keep ad companies like DoubleClick at bay is to disable all cookies in IE's ‘Internet’ zone, set the ‘Trusted sites’ zone to medium security—the default for ‘Internet’ zone—and put the sites on which I want cookies enabled in the list of trusted sites. This lets me save my login for sit...
by kenada
Tue Apr 03, 2001 7:35 pm
Forum: Cheers!
Topic: My java woes continued...
Replies: 2
Views: 1273

Trying to directly execute Java source code won't work. After compiling the java source file with javac (e.g., <code>javac Foo.java</code>), type <code>java Foo</code> to execute the bytecode stored in the <code>Foo.class</code> file, which was produced by <code>javac</code>. <hr/> Edit: Rewording t...
by kenada
Fri Mar 23, 2001 4:27 pm
Forum: OS / Software Forum
Topic: Recommendations on a good MP3-Player
Replies: 11
Views: 2755

I'm just in time to shamelessly plug <a href="http://www.freeamp.org/">FreeAmp</a>, which creates a handy database out of all your MP3 and Ogg Vorbis files using the ID3/Ogg comments embedded in those files. One can then make custom playlists by dragging songs/albums/artists from the datab...
by kenada
Fri Mar 23, 2001 4:20 pm
Forum: Cheers!
Topic: Yes, you CAN edit an html in notepad...
Replies: 5
Views: 1750

What's wrong with using Notepad for HTML editing? I personally would rather use VI or Emacs than Notepad, but it works well enough for some a quick edit or two. :) Now writing a several page essay in Notepad, which I've done before, <i>is</i> crazy. ;) <hr /> Update: Just reread your post. Do you me...