Slashdot Mirror


User: xyu

xyu's activity in the archive.

Stories
0
Comments
26
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 26

  1. Workaround for WinXP on Newly-Found Windows Bug Affects All Versions Since NT · · Score: 1

    Summary of workaround for WinXP:

    start->run->gpedit.msc

    Navigate to:

    Local Computer Policy -> Computer Configuration -> Administrative Templates -> Windows Components -> Application Compatibility -> Prevent access to 16-bit applications

    Select "enable".

  2. The 3M Ergonomic Mouse Rocks! on Ergonomic Mice Reviewed · · Score: 2, Interesting

    I'm a 23 year old programmer, and I already have bad carpal tunnel in my right arm, and sorta bad in my left. I was so bad that I'd get tingling and a dull pain in my wrist after 15 minutes of computer use.

    I say "had" because sometime around March I bought one of the 3M Ergonomic Mice. It was the best $50 I ever spent. The mouse is shaped like a joystick and has 3 buttons. It was hard to aim at first, but after a week I was back to 90% accuracy. (100% after 2 weeks). After adjusting I can play FPS games at my old skill level.

    I started a new job in May, and I used an old-style mouse. After a month the pain came back, and I got my employer to purchase me one for work.

    I can now use a computer all day, and have no pain at all in my wrist! I now look forward to a lifetime of happy mousing!

  3. Card Games on Game To Play During Lunch? · · Score: 3, Insightful

    We usually play some Texas Hold'em or Euchre depending on the number of people around.

  4. Re:$249 is too much on PSP Not A Sellout Hit · · Score: 1
    I'll save another $50 and buy an Xbox 3 this Christmas.
    Do you know something that I don't?
  5. Nice interface, inaccurate directions on Google Launches Mapping Service · · Score: 1

    (I know it's beta)

    I just drove from Detroit to Minneapolis. I compared the directions Mapquest gave to Google's. Google's directions were 50 miles longer, but 15 minutes quicker. This shouldn't be possible because the roads it chose differently have the same speed limit.

    I love Google's interface for exploring the maps, but for printing Mapquest still wins. Mapquest uses pictures indicating the highways and turns. Mapquest also keeps the distance in seperate columns. Much easier to read when you're flying down the highway at 80mph.

  6. Correction on 'Star Trek: Enterprise' Cancelled? · · Score: 1

    Headline should read:

    'Star Trek: Enterprise' Cancelled!

  7. Re:I'd love a breakdown of legal vs. illegal files on BitTorrent Accounts for 35% of Traffic · · Score: 1

    Archive.org's Election 2004 section has nice quality videos of all the debates. You can get them at fairly high speeds, too.

  8. Re:Two things to note: on UT2004 Editor's Choice Edition Released · · Score: 1
    One guy on the mailing list claims that he extracted the whole package to his install and started a listen server without any problems
    That worked for me as well.
  9. Games should be cheaper to make on On The Need For New Videogame Funding Models · · Score: 3, Interesting

    You'd think hardware manufacturers would make dev kits that make it easy to make games. That way games could be produced faster, hence cheaper.

    I remember talk of Nintendo's kit that they used to build Wind Waker and FF:Crystal Chronicles. They were supposed to be able to build games in under a year with it. Anyone know if it is working?

    Also, the recently resigned Nintendo president set up some sort of fund to help pay for games:

    As reported last year, Yamauchi-san announced plans to establish a game development fund in Japan. Thereby, Yamauchi-san will invest venture capital into budding game developers and related visionaries.

  10. Re:As a Canadian who works in the U.S. on US Expands Fingerprint and Mugshot Program for Visitors · · Score: 1
    Personally, I think a lot of this stuff since 9/11 has been a knee jerk reaction.
    It sure is a knee-jerk reaction, but it's not ours, it's our governments.
  11. Remeber what the press did to the N-Gage? on Infinium Labs Countersues HardOCP · · Score: 2, Insightful

    If they ever do decide to release the Phantom (not likely), all this negative press is likely to harm sales similar to what happened with the N-Gage.

  12. Blood! on Do Videogames Need More Graphical Grit? · · Score: 1

    Where did all the blood go? Characters need to explode with blood like water balloons! They need to bleed whenever I'm looking at them! And the blood should stay there.

  13. Re:Where's the games at? on Expert Opinions On Linux Gaming's Future · · Score: 1
    "OpenGL exists on Linux, what else are game developers missing?"
    Users :(
  14. Legacy Ports on Massive Small Form Factor Preview From Computex · · Score: 1

    These computers all look nice, but I'm dissappointed that every one of them has legacy ports on them.

    They can get rid of serial, ps/2, and parallel at the very least. I like how some of them are using slimline cd/dvd drives. Anything to make them smaller.

    The smller machines usually have 1 pci slot. I wish they dumped that and dropped in an agp slot instead. Everything I used pci for in the past is now being done with usb. I can live without it now.

  15. Re:If they really wanted to do something useful... on XForms, XML Events Now W3C Recommendations · · Score: 1

    Some of the things you mentioned are in there, namely data, time, and sliders (range). The last link details it.

  16. Re:Good, but has technical problems. on Savage Demo Lets You FPS/RTS On Linux & Windows · · Score: 1

    Thanks a million! I'm running LFS, not gentoo. I always wondered what DGA did. It was always commented on every linux box I've seen.

  17. Good, but has technical problems. on Savage Demo Lets You FPS/RTS On Linux & Windows · · Score: 1

    I got the linux demo from gamer's hell at like 150k/s. Its a pretty fun game, except that every time I get killed and respawn, the mouse is all screwed up so the screen spins like mad. Also when I try to quit the game just hangs there and I have to manually kill it. I'll try it again in a week or so, hopefully those issues will be sorted out quickly.

  18. Re:Parent point valid despite foul language on Worst Linux Annoyances? · · Score: 1

    Now if somebody will please tell me how to detect the eject button in software, I will try to make an AmigaOS-like implementation for Linux. I also need to know how to detect that a disc was inserted.

    Well, I wrote a program the detects when a disc was inserted (even what type of media). It's at http://ericlathrop.com/cdde/

    The hard part is the eject button. At this point I'm fairly convinced that there actually is no way to detect when the eject button was pressed. What linux does is when you mount a CD it locks the CDROM drive tray so the button is unresponsive. Windows leaves it unlocked which has the unfortunate side-effect of having the filesystem being ripped out from under you. I'm guessing that Windows just polls the CDROM drive while it's in use, and if it gets a "My tray is open" message it goes into damage control mode and sends a bunch of I/O errors to any programs using anything that was on the CD.

    I think all it would take to make it work like this in linux is a kernel patch that:

    1. makes the CDROM driver not lock the tray
    2. forcibly unmounts whatever filesystem was mounted from the CD
    3. sends out I/O errors to any programs using the now unmounted part of the filesystem

    Sure programs would crash at first, but they'd get patched eventually and we'd all get a OS that listens to us when we push the button.

  19. Linux Support on Second Life MMOG Launches · · Score: 2, Funny

    I went over to secondlife.com to see if it mentioned anything about linux support and the page goes into a redirection loop. I guess they only viewed their page in IE.

  20. Re:hmmmmm? on EFF's Cindy Cohn Talks About Patriot Act II · · Score: 1

    Well, what about a five part trilogy? That's exactly what The Hitchhiker's Guide to the Galaxy is.

  21. Re:Share some public domain stuff on RIAA, MPAA Lose Suit Against Streamcast and Grokster · · Score: 1

    Like sharing linux ISO's, movie trailers, or the censored penny-arcade strip. Plus more people will let you download stuff from them if you are sharing stuff as well.

  22. Re:Great news! on RIAA, MPAA Lose Suit Against Streamcast and Grokster · · Score: 2, Informative

    Umm, the Verizon case isn't about whether or not file-sharing programs are illegal. Its about some people who committed copyright infringement, and the RIAA wants their names. This decision doesn't change anything for the Verizon case.

  23. Re:An Important Note on Why Users Hate IT Products and Developers · · Score: 1

    Definitely.

    I know that personally when trying out a new open source app, that if I can't figure out how to make it do what I want within, say, 30 seconds, I discard it and head back over to freshmeat to find something else.

  24. The Idoru? on Digital Celebrities · · Score: 1

    What's she up to now?

  25. mozilla/xmms compatible sites on Ideas for a Recording Industry Alternative? · · Score: 1

    In the last hour I discovered that internet radio rocks. I always knew it was there, but I never tried searching to hard because sites like mp3.com turned me off with all the hoops you have to jump through, (cookies, registration) or software incompatability (i.e. you're not running windows). Reading these posts I compiled a list of sites that work under my strict conditions: xmms, mozilla, no cookies, no logins, no cost. Here's my list: epitonic.com cdbaby.com soundclick.com artistlaunch.com If you know of more please let me know.