Slashdot Mirror


User: Eric604

Eric604's activity in the archive.

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

Comments · 321

  1. Re:Antennas, not Antennae on When Lofar Meets Stella · · Score: 1

    I realy don't care about a few spelling mistakes.

  2. Re:Swap File on Samsung HDD Merges Flash, Conventional Storage · · Score: 1

    The OS should minimize swapping. If you want to prevent the hdd from spinning up you HAVE to use the flash memory for the swapfile, otherwise.... well, the hdd spins up, it's not that difficult.

  3. Re:Swap File on Samsung HDD Merges Flash, Conventional Storage · · Score: 1

    That doesn't really matter. It's about preventing the hdd to spin up. If that means storing a swapfile page on flash, then it has to be so.

  4. Re:Some suggestions to get UNstuck... on Mars Rover Stuck in a Dune · · Score: 1
    Thanks, Captain obvious!! I don't think they would have figured all this out. I mean, it's not like the engineers at NASA has any common sense.

    Since NASA engineers don't read /. and slashdotter don't have common sense, I think that post was perfectly fit.

  5. Re:Copyright infringement =! Theft. on Crackdown on BT Users in Hong Kong · · Score: 1

    I think he knows the difference between copying bits and relocating a physical disc. I think what he meant is: Is a stealing worse (more evil) than copying? To make a fair compare, assume the DVD is stolen from a DVD store becz that's were copying has impact.

  6. Re:Please, cut the hype... on Rave Reviews for Mac OS X 10.4 Tiger · · Score: 1

    You are only a subset, he meant ALL consumers of an OS.

  7. Re:By far on Room-Temperature, Small-Scale Fusion at UCLA · · Score: 0, Offtopic

    Now we only have to replace ourselfes with monkeys and ./ will be #1 again. Oooka booka

  8. Re:Hmmm... on Comments are More Important than Code · · Score: 1
    That should almost never happen except with non trivial algorithms.

    If it's non-intuitive you should focus documenting on why these steps must be done. The code it self should make clear what/how it's done. If it's not clear what the code does, refactor it.

    The grandparent example: "test bit flag set by keyboard input routine - "1" value indicates input complete" is explaining what the code does. A little bit of refactoring and renaming variables makes the comments unnecessary.

    I work like this: In the headers I specify exactly WHAT the function does, like you would document the interface of a library. If there is something non-intuitive going on I also explain why. Within the functions I hardly write comments. Just, read the interface documentation to know what it does and the code explains how it does that. I do summarize blocks of code with a one line comment but most of the time I break it up in functions with descriptive names.

    If you ever write a comment within a function block, try to rewrite the code in a way that it looks like the comment, and remove it. Yes, all this means longer function names, use ctrl-P.

  9. Re:Open is good on XGI, VIA Release Open Source Drivers · · Score: 1

    I wish even harder

  10. Re:Work? on The Top Three Reasons for Humans in Space · · Score: 1

    Anti-gravity? Since you want to counteract gravity you better stay on earth then.

  11. Re:this is cool on Ophthalmologists, Physicists Design Bionic Eye · · Score: 1

    Add a clocking device and we're hunting for aliens in no time !

  12. Re:Lawsuits vs. building a better product? on Gates' Resolve in Bringing Spammers to Justice · · Score: 1, Insightful

    So you would rather have a secure OS and have those spam basterds conducting another kind of shady business unpunished than have a unsecure OS and a world with less evil?

  13. Re:The day will come when... on Wordpress Banned by Google for Spamming · · Score: 1

    The funny thing is that it doesn't realy matter if you search for something or nothing, in both cases it still takes 0.06, 0.05, 0.07 or 0.34 seconds.

  14. Re:Google on Wordpress Banned by Google for Spamming · · Score: 1

    Instead of a simple "report spam" link/button i would prefer a selection box with categories. While searching there would be an option to filter on categories so you can also remove results related to categories like "online shopping". Sure you can use -shop -buy and keywords like that but that doesn't work as well as a user based classification system.

  15. Re: Microsoft SPAM on Wordpress Banned by Google for Spamming · · Score: 1

    That would be awful. I mean sure I can use the search field on MS site to search it but.. without google how would I get at the MS site in the first place?

  16. Re:The day will come when... on Wordpress Banned by Google for Spamming · · Score: 1

    Most of the time it's 0.06s, other values that appear often are 0.05s, 0.07s and 0.34s, I even had a 0.04s once.

  17. Re:swap file vs. paging file on Comprehensive Guide to the Windows Paging File · · Score: 1

    Yes that's correct and most certainly annoying. Instead of fixing problems like that they're busy improving the GUI, I don't understand that. Before XP I never heard anyone complaining "this looks awfull", only "this is **** slow".

  18. Re:Was this really illegel? on Book 'Em, Dano · · Score: 1

    That's not what I said, I clearly said deliberate. It's like stealing a car and putting some equalivant amount of cash in the owner's mailbox.

  19. Re:Was this really illegel? on Book 'Em, Dano · · Score: 3, Insightful

    These fines are not there for you to deliberate hold back a book. You should return them. It's a fine, not a price tag, you did't buy them.

  20. Re:swap file vs. paging file on Comprehensive Guide to the Windows Paging File · · Score: 1

    That's not what he said. He's talking about paging out while still having the page in memory until memory gets realy low. This has the advantage that paging out to free up memory takes less time.

  21. Re:Slashdot expansion pack? on Joke-e-oke Makes You a Comedian · · Score: 1

    In Soviet Russia expansion packs Slashdot.
    In Soviet Russia comedians laugh at audience.

  22. Re:What is wrong?? on Joke-e-oke Makes You a Comedian · · Score: 1

    hmmM 8| You bastard! Now I want rocket powered boots! I feel a depression coming up.

  23. Re:The problem with real-time text communication on "English" Not Threatened By Webspeak · · Score: 1

    You can't label everything with laziness. Smileys are simply faster than typing it all out. Better efficiency does not necessary equal laziness becz the saved time can still be used in a productive way.

  24. Re:WRONG! on Utah Governor Signs Net-Porn Bill · · Score: 1

    wrong? It's just plain Weird!

  25. Re:Fragmentation? on Microsoft Uncertain About WinFS for XP · · Score: 1

    Why can't we use third party filesystems? Almost every other OS supports that.