Slashdot Mirror


User: abradsn

abradsn's activity in the archive.

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

Comments · 442

  1. Re:New To Games? on Crash Course in Game Programming? · · Score: 2, Informative

    I agree. And to add to this comment, if you are still dead set on writing a game, use the highest level langauge you can find. Since you are new to programming, you will want to use Visual Basic, or C#. They are the easiest to learn in the shortest amount of time. Keep in mind that a computer programming course in college is a few months long. You will be hard pressed as it is just to learn the programming skills necessary to write a game. The best advice on a short project is to let performance fly to the wind. If you see two solutions and one performs well but takes more time to code, just do it the other way and save that time. For example, instead of using a binary tree, just iterate over every element in the array. If some has just read this part of the comment and skipped the rest of the comment, please re-read the rest of the comment. Thanks.

  2. Re:Must Be True on Does Microsoft Cause Lower Software Prices? · · Score: 1

    Yep, Linux has got some catching up to do in that area.

  3. Re:Alone on Who Doesn't Use Source Control? · · Score: 1

    I agree. Everyone else here that is commenting otherwise, has probably never worked without a version control system. Most of the time a small CVS problem can be done, by just making a backup copy of the directory if necessary.

  4. Re:conan obrien? on In the Year 2020 · · Score: 1

    This got a score of one? Does nobody on slashdot know how to read?

  5. Re:Won't be on IDC Proclaims Linux Is Now Mainstream · · Score: 1

    You are a sys admin. Grandma, would never use the word "workgroup"

  6. Re:Is it just me on Defining Google · · Score: 4, Insightful

    Microsoft has a difficult interview process. I've had a job there a couple of times.

    They usually do an interview loop with between three and five people. I think that is a lot.

    Personally, I think interviewing more than that (ie. 16 times) is just plain stupid. Google should refine their process.
    On another note, eventually they will find out that all of these aptitude tests are really quite pointless.

    An interview should look for traits in people such as a work ethic. Smart people are smart, but hard working people get the job done. I'm sure other people besides myself, have noticed that being smart does not equate to being successful.

  7. Re:Not a good idea on Microsoft Finally up for Distributed Computing? · · Score: 1

    Why isn't Linux on every desktop then? Maybe windows has evolved over the decades.

  8. Re:confusing parallel and distributed computing on Microsoft Finally up for Distributed Computing? · · Score: 1

    Right,
    I'm not sure why people don't think you can do distributed stuff on windows. I do it all the time in my job and it works fine.
    Windows has a lot to provide in this area, and it just gets better and better. Granted it could have been better a long time ago. (Cough, Cough, DCOM, gag)

  9. Re:Oh Sweet Salvation! on Ben Browder Joining Stargate SG-1 Cast · · Score: 0, Redundant

    please someone mod this parent as flamebait.

  10. Re:Why the disclaimer? on How Real Is The Open Source Database Fever? · · Score: 1

    Can't blame them for wanting to make money off of what they pay for.

  11. Re:I'm sure Oracle's nice and all, but... on How Real Is The Open Source Database Fever? · · Score: 1

    I don't think a company would hire an idiot to admin an expensive tool like oracle.

  12. Re:Not exactly "green" yet on Green Energy Almost Cost-Competitive with Fossil Fuels · · Score: 1

    The current powergrid is unsightly. People won't be happy until they are invisible or underground entirely.

  13. Re:So which of the two is the fool? on Nvidia Partners with Sony on PS3 GPU · · Score: 1

    Could you point us to some documentation abou that? I would like to read about it some more.

  14. Re:Experience is key... on How Important is a Well-Known CS Degree? · · Score: 1

    Agreed. This is an excellent point. Education is what you make it to be.

  15. Re:The last thing I want to do when I go home is.. on What Do People in the IT Field Do for Side Jobs? · · Score: 1

    That's okay with me, since I expect a similar amount of loyalty from them.

  16. Re:Respuesta obligatoria de Futurama on Microsoft Patents 'IsNot', Enlists WTO · · Score: 1

    That's not a very good translation. Try again.

  17. Re:Heck, join the military on What is the Tech Jobs Situation in Late 2004? · · Score: 1

    Be careful. Washington state tried to keep jobs here, but the Governor did it by caving into big business and puting limits on overtime pay. Now there are quite a few people that are ineligable for it. Including me.

  18. Re:Hopefully not as terrible as the first on Halo 2 Released · · Score: 1

    You are right. I guess people just can't stand hearing the truth.

  19. Re:Get Real on Halo 2 Released · · Score: 1

    Did you miss the *ducks* referring to the verb avoiding your anti microsoft mumb jumbo.

  20. Re:fiiiinally on Fedora Core Release 3 Released · · Score: 1

    You make $20 an hour, and you are complaing about a dvd burner. Poor baby.

  21. Re:Dell on It's 2004: What Are The Best Remote KVM Options? · · Score: 1

    I saw recently that Perl is now an accepted form of spelling.

  22. Re:This "random" test is dangerously incomplete. on IE Shines On Broken Code · · Score: 1

    ie is just plain better at this sort of thing. run the test yourself, or create your own. It's obvious.

  23. Re:Trust Me! on The Most Secure Companies Spend The Least? · · Score: 1

    Actually there are guidelines setup, and standards to meet that are part of the process.

    At the code level programs are compiled and checked by two different people. All bug fixes are checked by at least two different people.

    Compiles are constructed in an organized way. Security test checklists are worked through.

    Trustworthy computing means that a company follows these guidelines and then submits to a third party scrutiny such as a standards organization that created their own tests for your product.

  24. Re:Microsoft Security on The Most Secure Companies Spend The Least? · · Score: 1

    This slashdot thing is an open forum right? I suppose that because you agree with an extremist conspiracy opinion that one truth is higher than another makes you the all knowing omniscient? Try to compare facts next time.

  25. Re:I don't use em unless I have to on Stored Procedures - Good or Bad? · · Score: 1

    SQL means that it is standard. You missed the point.