Slashdot Mirror


User: cshay

cshay's activity in the archive.

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

Comments · 219

  1. Anyone know where Kern went to school? on Why Students Are Leaving Engineering · · Score: 1

    I'm very curios....

  2. Re:Weird on HOWTO: The Anti-Printer · · Score: 1

    Decent shredders cost a lot more than "next to nothing". I reckon you have to spend at least $100 to get one that can shred an envelope with junk mail inside (without having to open it), and that will last several years.

  3. "there testing" on Red Hat/Apache Slower Than Windows Server 2003? · · Score: 1

    their

  4. I did not get an EFF action alert about this!!! on Congress Declares War on File Leakers · · Score: 1

    Did EFF mount a campanign against this?

  5. Distributed WinFS databases performance (link) on WinFS to be available in WinXP · · Score: 2, Interesting
    Here's an interesting blog entry about this issue:

    http://blog.hackedbrain.com/archive/2004/12/13/277 .aspx

  6. Distributed WinFS databases a performance problem on WinFS to be available in WinXP · · Score: 1

    What about Windows shares? Since WinFS is a database that stores metadata about each file, this means that each copy of XP must serve up this metadata for anyone trying to share the file. I read somewhere that performance problems with this is one of the reasons for the delays....

  7. Seriously - anyone notice slow ATM response time? on Wells Fargo Web-Enables ATMs · · Score: 1

    I use Wells Fargo in SF and have noticed that sometimes there can be a one second delay from when I push a button and when it registers. This started about a year ago. Could this be caused by the fact it is running Windows?

  8. But will it allow me to move Yahoo Calendar data? on Google Calendar Coming Soon? · · Score: 1

    Hopefully it will or I won't be able to switch.

  9. I'd like to listen to sporting events on the cell on Sony Ericsson Announces First Walkman Phone · · Score: 1

    I find myself on a train alot after peak hours while a baseball or football game is on. I'd love to be able to listen to it on the cell phone... and someday even watch it... I was kind of hoping Tellme would support this, but I don't think they will.

  10. Sadly, universities love online "teaching" on Bill Gates Proclaims US High Schools Obsolete · · Score: 1
    It's cheap and it is the latest fad. Students get the piece of paper and they and don't have to interact with other warm bodies. Universities get a lot more profits even though they offer less.

    I am scared that universities will get addicted to this easy and profitable way of doing business and soon it will be the norm, even though it cheats students.

    Probably the best way to avoid this outcome is to create elite vocational schools to siphon off the people who don't want to be in university in the first place, and keep them from tearing it down or watering it down.

    In the end I'm afraid the only way to get an old style, hands on university education will be to pay $300,000 a year to Princeton. The rest of us will pay $5000 to sit in front of a computer in our mom's basement.

  11. Compare the American to British System on Bill Gates Proclaims US High Schools Obsolete · · Score: 1
    Some of you seem to want dedicated vocational schools. I'm ok with that. Other seem to want to change our HS and univeristy system to what the British system already has... highly specialized tracking from age 16 onwards. In England, if you are to be a computer programmer, you don't study much more than computers from age 16 onwards.

    Careful for what you wish for, you might regret it at age 30. It might seem ideal to you, but those of us cross trained in the American system to write and think and who studied liberal arts electives might disagree. My colleagues in England (bless their heart) are brilliant minds in mathematics/computer science, but they can't write and they can't spell. Almost without exception. And they don't know as much about as other subject areas. Sure they could study other subjects on their own, but since they weren't introduced to it when they were young, they don't seem to do so.

  12. Already slashdotted on The First Image Published on the Web · · Score: 1

    Mirrors?

  13. Editors: It's spelled "separately" on Apple Backing Away From FireWire · · Score: 1

    I also notice that 2 or 3 people seem to have absorbed your misspelling into their posts.

  14. But DVD Audio and SACD have additional channels on The Death of the Music CD · · Score: 1

    Some new file format would not help. The music must be remixed and resold to pull in the new channels. If you had Abbey road in 6 channels, you'd still have to buy it again to get it in 24 channels in 10 years. This article is silly.

  15. Downloading is easy so deterrent has to be strong on Copyright Infringement and Shoplifting Contrasted · · Score: 1
    It's a real pain to shoplift. You have to go to the store and dodge security cameras. It already has a built in deterrent.

    Downloading is easy and without a ruinous penalty hanging over your head, could be very tempting.

  16. Walton was the alpha geek in her nursing home on The 83-Year-Old Dead File Swapper · · Score: 1
    The accused, Gertrude Walton, was found to have nearly every performance of Benny Goodman and his Orchestra downloaded to her iPod. "Intellectual property theft by the geriatric is a severe problem for the recording industry costing us millions of dollars a year and must be stopped", RIAA spokeswoman Hilary Rosen said.

    The nursing home where Walton stayed has agreed to block all filesharing ports as part of an plea agreement with the RIAA.

  17. Mainstream anti-virus software catches keyloggers on Student Logs Teachers Keystrokes · · Score: 1


    Maybe the moment you install the keylogger the AV software won't know about it, but within a short time it will.

    Chances are good that this teacher or the school IT department did not keep the systems up to date.

  18. Supersaver arrives in 2 days half the time anyway on Amazon Offers 2-Day Shipping For $79/Year · · Score: 3, Insightful

    I've noticed that when I order stuff with Supersaver free shipping during a non-holiday period, the stuff arrives amazingly fast.

    Considering that, I think you would have to order huge amounts of items per year for this to be worth it.

  19. Breaking when contents of memory address changes on How Would You Improve Today's Debugging Tools? · · Score: 1

    Visual studio 5 used to let you do this. You gave it an address and a range and if any memory contents changed in that range a break would occur. This was extremely useful when you had an errant memory write elsewhere in the program such as writing off the end of a string, etc.

    This is different than watching a variable because you can't watch most variables all the time, only when you are in their section of code.

    I was very disappointed to find that Visual Studio 6 stopped supporting this. You could give it an address, but it figured out what symbol (variable)
    the address was associated with and ended up doing an ordinary variable watch on that (and when code was no longer in the class or code module, the watch was no longer looked at, as mentioned above)

    Does anyone know if MS ever fixed this in later releases? (the last time I checked was back in 2000)