Slashdot Mirror


User: yelligsc

yelligsc's activity in the archive.

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

Comments · 121

  1. foo on Sendo Can't Get Microsoft Source; Ditches Windows · · Score: -1, Redundant

    fp#1!

  2. Re:The PPC family of users on PPC Amigas Go On Sale · · Score: 1

    Awesome sig.

    I hope you're wrong. But I think you're right.

    Scott.

  3. Re:Proud owner on Adding a Hard Drive... To Your DVD Player? · · Score: 1

    I read in a couple of the articles on the add-a-HDD page that when you apply the patch necessary to add the hard drive, you lose the ability to play DVDs in 5.1 surround sound.

    Have you seen this problem with the play you own?
    This is about the only issue keeping me from buying one right now! The price is right!

    Scott.

  4. Mod Parent Up! on Computerized Betting System Proves Vulnerable · · Score: 0, Offtopic

    Come on, you know you want to do it!

    Good point and all.

    Scott.

  5. .rm to mpeg conversion? on RealNetworks Releases Helix Source · · Score: 1


    It looks like this maybe actually possible soon!

    Anyone know if this software will let me convert .rm files to mpegs? (I want those southpark/family guy episodes on VCD!)

    Scott.

  6. They may TRY TO tax it, but cannot TRY AND tax it on States To Try Taxation Of The Net Again · · Score: 1

    Seriously

    Think about it. What does the construction "try and" mean? Nothing.

    Scott.

  7. Re:Quality "Enhancements" on ffmpeg: Free Software's WMA decoder · · Score: 0, Flamebait

    Its offical, everyone:

    Slashdot is now full of wannabe lamers.

    I guess I need to get back to my job, then.

    Scott.

  8. Re:Start Here: on Debian Desktop Subproject Launched · · Score: 1

    This link seems to provide some execellent information on making a desktop that is usable by the lowest end of the user spectrum. However, many of the suggestions will, in my opinion, cause the interface to lose much of the added information I have come to know an love from a UNIX-like operating system.

    For Example:

    Therefore, the emphasis on 'integrated' help will only confuse them. We recommend rewriting this tooltip. Suggestions to user-test, as alternatives to "Integrated help system (info, man, HTML)", could include "GNOME User Guide" or "Online Help".

    I agree that this change will make the help system more easily identifable by a new user. However, removing the refrence to the info, man and HTML documents would cause me, as a more advaced user, to think that the online help is something GNOME-specific.

    I guess my only point is this: I dont want to see all the descriptive, error messages and other information presented to the user in linux dumbed down to the point that it is about as useful as the blue screen of death, or clippy in windows.

    Scott.

  9. Re:7th and final game? on Kramnik and Deep Fritz Draw, Tied Before Final Game · · Score: 1

    I am, as will be made obvious by my question, a terrible chess player and can bearly remember all the moves.

    So, why would white would be an advantage? Is it because white moves first? Or is there something more involved?

    Thanks!

    Scott.

  10. Re:Geek Grammar on Lego Segway · · Score: 1

    I understand it this way:

    Lego is a company.
    They make Blocks or Bricks.

    So the proper way to refer to a singular piece is
    "Lego Brick".

    Multiple pieces are "Lego Bricks".

    Scott.

  11. Y Chromosome and Surnames on Your Genome Scanned While You Wait · · Score: 2, Interesting

    I found this particularly interresting and disturbing.


    The fact that Sykes and I are members of the same extended family is just a bizarre coincidence, but it points to applications beyond simple genealogy. "I've been approached by the police to use my surnames data to match up with DNA from an unknown suspect found at a crime scene," says Sykes. Distinctive genetic markers can be found at the roots of many family trees. "This is possible, to narrow down a pool of suspects to a few likely surnames. But it's not nearly ready yet."


    It had never occured to me that Y chromosome passes along from father to son would be almost identical, following surnames as they are passed on as well. It seems obvious, thinking about it however.

    Im not sure I like the idea of possibly being hauled in for questioning because some messed-up branch of my lineage decided to go rob a liquor store to pay off his bookie. Of course, my family blood is too good to worry about such things!

    Scott.

  12. Re:Pic Mirror on Quiet Desk (Not Desktop) PC · · Score: 2, Informative

    Or how about you just provide..

    A link
    And Another Link

    Scott.

  13. Re:Worship at the church of Shaun the Sheep on New Wallace and Gromit Shorts · · Score: 1

    So...

    Where did you get the shaving set?

  14. Re:not exactly... on DRM in Real-Time and Embedded Systems · · Score: 1

    The problem, as mentioned, is that there is a push to plug the "analog hole" and require ALL DSPs, everywhere, to have DRM technlogy on them.

    This is an absurd request, and I cannot even imagine it really happening.

    God I hope Im not being too hopeful!

    Scott.

  15. Re:I have this on Seeing Sounds and Hearing Colors · · Score: 1

    Interesting.. but seriously, this NEVER came up in 30 years?

    Scott.

  16. Re:water, water everywhere, but not a drop to drin on T-Mobile Sidekick Reviewed · · Score: 1

    I see. Maybe Ill read more carefully next time.

    Thanks for the reply!

    Scott.

  17. Re:No explanation != failure of Science != a mirac on Mule Gives Birth · · Score: 1

    Execellent post.

    Scott.

  18. Re:water, water everywhere, but not a drop to drin on T-Mobile Sidekick Reviewed · · Score: 1

    Could you explain that correction to me?

    Ive always understood the language in this way:

    nor has to be used with a neither,
    and or has to be be used with an either.

    "Neither this nor that"
    "Either this or that"

    You can't have a 'nor' without a preceeding 'neither'

    Can you point me to something that proves this wrong?

    Scott.

  19. Re:Here's a Handy Hint on Undelete In Linux · · Score: 1

    The evil 16 y/o hacker in my from years ago jumped out when I read you comment...

    Putting a file called -rf in a commonly deleted directory could be interesting! I would have never thought of that.

    But, yah, that a good idea.. putting a -normstar file in the directory.

    Scott.

  20. Re:My cars easter egg! on The First Automotive Easter Egg? · · Score: 1

    Ive got a fun one in my car..

    You have to pressure the lever just perfectly to turn on the windshield wipers.

    Not fun when you're having a friend drive on the freeway and it starts pouring rain.

    Scott.

  21. Re:Here's a Handy Hint on Undelete In Linux · · Score: 3, Insightful

    Once upon a time I wanted to delete a couple stray mp3s I had in my home directory, so I issued the following command:

    rm *.mp3

    Or so I thought. I had actually accidently told my linux install to do the following in my ~/

    rm * .mp3

    If you cannot tell, there is a " " between "*" and "." As you can imagine this has a very undesired effect, even though I saw it quickly after hitting enter and mashed the ^C as fast as I could.

    Undelete would have been useful then. Yes, its a dumb mistake.. but things happen!

    Scott.

  22. Re:This is news? on Microsoft PPTP Buffer Overflow; VPNs Vulnerable · · Score: 1

    I just wanted to make a comment on your sig.

    I completely agree! I think most of the reason why the same conversations are heard over and over here is that the same articles are posted again and again

    #ifdef MS_BUG
    #include ms_sucks.h
    #endif

    #ifdef OSS_BUG
    #include already_fixed.h
    #endif

    I think we need some more variety in artiles.

    Ive started reading the stuff on news.google.com and I REALLY wish they had a discussion board for every article like /. does.

    Oh well, maybe someday.

    Scott.

  23. Re:Celestia on Five Year Retrospective: Mars Pathfinder · · Score: 1

    I realize you're not celestia tech support...

    But do you know if theres anyway i can move around an object i selected? I seem to only be able to see one 'side' of moons and planets and such.

    Scott.

  24. Re:Obligatory simpsons reference on 3D LCD Display · · Score: 1

    Mod this up! I hate seeing mangled Simpsons.

  25. Re:History is just doing that cyclic thing it does on That Link Is Illegal · · Score: 2, Interesting

    When all the horrible Constitutional violations keep poping up I want to agree with you, and maybe convince myself that our freedoms will be back.

    However, in this case, our freedoms are being taken away in the name of a war that cannot ever be won.

    When will these freedoms be returned? When Bin Landen is found? When Sadam is out of power? Never?

    I hope with all my heart its in my lifetime.

    Scott.