Slashdot Mirror


User: klui

klui's activity in the archive.

Stories
0
Comments
1,079
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,079

  1. Re:Arcades should turn to pinball en masse on Pinball Wizards on the Internet · · Score: 1

    You forgot the chore that took up the most time, according to a friend who ran an arcade in the distant past: wax the playing surface.

  2. Re:whoopie on P4 2.2GHz Overclocked to 3.5GHz · · Score: 1

    It's amazing what kinds of application can drag down a machine. At work, I have a 450MHz PII running NT 4.0. If I run Sonique in the background with the small window animation displaying, the cycles it sucks up will drag down everything. Window refresh gets a bit interesting, too. I'm sure many who have PCs aren't doing just single tasks, but have multiple tasks running in the background, each one sucking up cycles to the point where something like a 450MHz is no longer adequate in my opinion for "everyday" use.

  3. Re:Hoo... on Powered Exoskeletons In The Near Future? · · Score: 1

    I can imagine it now. If you've seen The Fast and The Furious motion picture, then it's a natural progression that these devices would be modified by people, and youths because their devices are deliberately underpowered because the government don't want us to commit crimes, hurt ourselves, hurt others, etc. I wonder what a "rice boy" mod to these suits would be? For references, check out Rice Boy Page. Note: "rice boy" isn't slanted towards Asians.

  4. Re:Tron was a cult classic to all computer geeks on Tron Special Edition On Sale January 15th · · Score: 1

    You were probably horrified because you had forgotten back in the 1981/1982 timeframe, IBM was the enemy in the eyes of many in the microcomputer industry and Apple and Microsoft were among of the good guys. Linux wasn't even in the picture. During that time, I had an Apple II at that time and had no ill feelings toward Microsoft.

  5. Re:Mount on wall on New iMac Announced · · Score: 1

    There are what appears to be ventilation holes on top of the halfdome base so mounting it vertically will probably cause overheating.

  6. Re:Yes we do! on LotR Takes Top Spot on IMDB · · Score: 1

    You've seen episodes 2 and 3? Just because the books have withstood the test of time...so far, doesn't mean their movies will automatically have the same level of success. Call me a skeptic, realist, or cynic.

  7. Re:I would have to disagree... on LotR Takes Top Spot on IMDB · · Score: 1

    When I saw Star Wars, I remember seeing "A New Hope" scroll up but not "Episode IV."

  8. Installing over existing versions on Mozilla 0.9.7 Released! · · Score: 1

    I am just happy that I can download a new version under Windows/FreeBSD and install over the existing installation without problems like in the past.

  9. Re:Yup on The Internet Shifts East · · Score: 1

    One can be expressive using Chinese as well, but takes many years of practice. My dad was reading a book of small stories and I had asked about what kinds of stories these were. Each story was about 5-10 pages long. But the text were composed in such a way that a sentence took around several minutes of explanation from my father. He "translated" a paragraph but it took around 45 minutes to an hour.

  10. Re:Chinese as english complexity on The Internet Shifts East · · Score: 1

    Every word has the same sound regardless of it's grammatical frame

    Not entirely true. There are exceptions although a lot less than that of English. An example is the second character of "bank" where it is pronounced differently when used in another part of a noun or context.

    English is quite confusing for beginners because it borrows so much from other languages and there are many exceptions, and different meanings and pronounciation for words with the same spelling.

  11. Re:Nope on The Internet Shifts East · · Score: 1

    Japan had a simplification period for Kanji as well. Currently, Kanji is a mixture of traditional, simplified, and unique ideographs.

  12. Re:yeah, but...Written Chinese on The Internet Shifts East · · Score: 1

    There are Cantonese-specific characters that are sometimes used in films. An example of which is Jet Li's Fong Sai Yuk I and II. While most of the written language in Southern China is formal--which is pretty much the same as Mandarin--there are differences.

  13. Re:Billion citizens != Billion Internet Users on The Internet Shifts East · · Score: 1

    Computers may be cheaper in China than the U.S., but the average income in China aren't even close to that in the U.S.

  14. Re:Whoa, Nice shootin', Tex on WinXP Security Flaw · · Score: 1

    The flamebait is warranted because Microsoft has made a big stink about how they're taking security seriously and claim that it is the most secure version of Windows along with taking extra care in dealing with buffer overflows by auditing their source. Once you make claims like this--as well as that misguided statement where Windows 2000 will not require any patches faux-pas--you're just asking for trouble. It didn't help Microsoft's PR campaign that this exploit was made possible by a buffer overflow either.

    Microsoft could learn a thing or two from OpenBSD who is able to actually back up their claim of thoroughly auditing their codebase.

  15. Re:Are there any useful features in Exchange? on HP's OpenMail: I'm Not Dead Yet · · Score: 1

    My volume of emails/meetings from various projects have forced me to use Outlook/Exchange 97. While the calendar feature is convenient, there are some things that I hate about Outlook.

    1. I like to send stuff in text, but when I reply to people's messages, the editor wants to change the type to html/rich text format. Problem is the Format menu doesn't always allow me to select Plain Text. Sometimes, it is there, othertimes it's gone.

    2. Doesn't permit quoted messages to start before where I type. It likes to append everything to the end. This "feature" allows people to be super-lazy (I've done this a few times, too) and quote everything from every other piece of conversation in the thread rather than the relevant parts of the discussion.

    3. Searches of the address book whether it is global or local is dumb. In many instances, the system doesn't search for an individual's name properly and it brings up other people's names who don't resemble the name I've typed.

  16. Re:Uber Patch on Uber-patch for Internet Explorer · · Score: 1

    I find that ever since IE 5 and above don't allow me to lock the cookie folder and remain functional for all sites, I tend to use Mozilla to read slashdot, where I only have my slashdot cookie stored in the read-only cookies.txt file.

  17. Re:RDRAM not to bad.... on Intel Wakes Up To DDR-SDRAM · · Score: 1

    Is it still true that the more RDRAM you add to a system, the system's latency will increase because of its architecture? If this is so, I would stay away from RDRAM even if it's on par with DDR-SDRAM in terms of price.

  18. Re:Hubris, laziness, and impatience on How To Make Software Projects Fail · · Score: 1

    Yes, inline comments are nicer, but if there are more than 1 person working on the same source, you'll get conflicts like using tabs rather than spaces and eventually, your comments will not line up and it will look messy. Add people who use UNIX vs. Windows and you'll get line wrap problems. Actually, even in a UNIX world, personal preferences for tabstops will be a nusiance depending what tools you use for editing code. Using a beautifier can be a partial solution but I'd rather not waste more time with doing that.

  19. Re:Hubris, laziness, and impatience on How To Make Software Projects Fail · · Score: 1

    // get rid of the array
    for (i = 0; i array_size; i++)
    free(array[i]);
    free(array);

    Actually, your example isn't more helpful because your comment doesn't tell me more than what the code says. Rather than commenting on the code verbatim, comments should have insight to the code. A comment like "get rid of the input filenames" is better than "get rid of the array."

  20. Re:Solution for those cracks? on Dual G4 Mac Cube · · Score: 1

    I have seen cubes in stores and unfortunately, they all exhibit these cracks, and they were definitely not mold lines. Each cube had cracks in a different part of the case and they were curved, unlike mold lines, which are straight. There aren't a lot of them but they are there.

  21. Will work with copied PSX titles on Bleem's Gravestone Online · · Score: 1

    Bleemcast does work with copied PSX titles, I know Gran Tourismo 2 works. The reason this capability is there was apparently Sony has a patent on its copy protection system used in the Playstation. If Bleem had implemented that functionality, they would have lost in court due to patent infringement.

  22. Re:Wow. I don't think I could ever go back. on Dump Broadband, Dig Out Your Modem! · · Score: 1

    I could actually go back to modem at even 28.8 but the funny thing is at certain times of night and very early morning--6pm-12 midnight and 5am-9am--I cannot get a consistent connection on either of my 28.8 (Motorola) or 56K (USR) modems. Most times, I would dial and I would hear a lot of clicking. Picking up my telephone headset doesn't have that problem. But if I had my modem dial, the modems couldn't even recognize a dial tone.

    The telephone company will not guarantee data rates on commercial phone lines, so I was SOL. Working from home via an unreliable telephone connection was just not cutting it, and getting a special data line would not be worth the trouble because I can get DSL. My company was sympathetic enough of my frustration that they fasttracked my subscription to DSL (1.5mbps/160kbps).

  23. Re:What errors? on Open Source Programmers Stink At Error Handling · · Score: 1

    So the computer science student's foundation doesn't have the concept of error checking in it, and the lack of good error checking will perpetuate as this person writes code in the future.

  24. Re:What errors? on Open Source Programmers Stink At Error Handling · · Score: 1

    Your comment is unfounded. Would you prefer to have a program exit or dumping core without any message or something that says "cannot open /some/bogus/path. It is not a readable file"?

    It is a lot easier to not check for errno but its existence is there for a reason--to allow programmers to write friendlier code. I have been guilty of not checking for return status/errno in the past and have been burned by this omission during deep production support.

    Of course, errors don't apply to you since you write perfect code.

  25. What is a good (car) player for MP3s? on What Sounds Better, MP3 or Ogg? · · Score: 1
    I don't listen to a lot of CDs in my car because the hassle of constantly switching CDs and when I had a CD changer, it was a bigger pain to switch CDs.


    So, what is a good MP3-enabled car player that will recognize multi-session discs? I don't feel like maxing out a CD at any given time and would prefer to add new songs as I require.


    Another question is are the MP3 players today capable of playing MP3s if they're stored in directories rather than all having to be in the root directory?