Slashdot Mirror


User: slapout

slapout's activity in the archive.

Stories
0
Comments
1,955
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,955

  1. I could have done it... on Compress Wikipedia and Win AI Prize · · Score: 1

    ...if ya just hadn't specified "Lossless". :-)

  2. RMS? on The FSF, GPLv3 and DRM · · Score: 2, Funny

    Now they're even using Root-Mean-Square against us? Is nothing sacred? Next they'll be taking away our sine waves!

  3. Goals too high on Nokia the Next to Try an iTunes Killer? · · Score: 1

    Maybe people are setting their goals too high. Instead of an "Itunes killer" or an "Ipod Killer" they need to make a "Itunes competitor" or an "Ipod competitor". Get into the market first, then work toward a larger share.

  4. Re:Now wait just a minute on Circuit City Ripping DVDs for Users · · Score: 2, Funny

    Fact checking on Slashdot? You must be new here.

  5. Headline on Microsoft Invites Black Hats into Vista · · Score: 1

    When I saw the headline "Microsoft Invites Black Hats into Vista
    ", I thought: "With all the security holes in it, didn't they invite Black Hats into Win XP too?" :-)

  6. Re:what about the lucky sevens? on The Next Three Days are the x86 Days · · Score: 1

    "excuse my getting a dig in"

    Wrong website, dude.

  7. Re:Your staff are the jewels... on Nine Ways to Stop Industrial Espionage · · Score: 1

    CEO: "Our employees are our biggest asset......let's sale them!"

  8. making money on Ubuntu to Bring About Red Hat's Demise? · · Score: 1

    "to focus on their corporate customers and making money"

    No! You don't say! Someone trying to make money??? How dare they!

    Next you're going to tell me how they're trying to find food for their families. The fiends!

  9. Re:talk about over protective on Big Mother Is Watching · · Score: 2, Insightful

    Now hold on just a minute. (I'm not replying to you personally, but to Slashdot in general.) All these Slashdotters complain that parents should take more responiblity for their kids. They say they should be there to guide them thru the tv landscape and turn off things that are inapporiate. But now, when a parent tries to take some responiblity in their child's life, you complain about that too!

  10. Skipping on TiVo to Measure Ad-Skipping · · Score: 1

    We'll lets see. If the program I want to see is on while I'm at work, I'll end up skipping all the ads (and the content too :-).

    But if I TiVo it, there's at least a chance I'll see some of the ads.

  11. If everyone here hate on Dvorak Rants on CSS · · Score: 1

    Dvorak so much, why don't you just quit reading him.

    Sometimes I think the editors post a story about a Dvorak column just to get traffic from all the anti-Dvoraks.

  12. like minded on What Brings Users to Blogs? · · Score: 1

    Because you can find people who are passionate about the same things you are passionate about.

  13. Re:Old debate on High-level Languages and Speed · · Score: 1

    Sure ya can:

    int main()
    {
        __asm{
                        mov eax, esp
                  }
    } :-)

  14. Nooo! on Microsoft Acquires Winternals and Sysinternals · · Score: 1

    I was having a good week until I read that.

  15. Virtual PC? on ReactOS Reviewed in Depth · · Score: 1

    I wonder if this would work on the recently freed Virtual PC.

  16. Check eBay on Apollo 11 TV Tapes Go Missing · · Score: 1

    You can find anything on there :-)

  17. Two camps on What Does the Microsoft ODF Converter Mean? · · Score: 1

    It seems to me that there are two camps inside Microsoft: the developers and the management. The developers seem to want to do cool things. They are reaching out to the development community. (With open source, coding4fun, blogging, channel9, etc). But the management is still trying to hold on to the old ways and the cash cows.

  18. Textmaker Platforms on Evolving ODF Environment: Spotlight on SoftMaker · · Score: 1

    FYI, Textmaker is also available for Pocket Pc and Linux PDAs. Don't know if the portable versions support ODF though.

  19. Wrong Question on Wii-mote In Action · · Score: 1

    " And once again this poses the question " ...why can't these videos be downloadable for those w/o high speed connections or for those who want to rewatch it whenever they want?

  20. "Anyone" on Universal Radio Grabber: the USRP · · Score: 1

    "With prices starting at just $550 this new toy is accessible by most anyone."

    I don't think you know what "anyone" means.

  21. Yea! on 20 Things You Won't Like About Vista · · Score: 1

    An article to much the poll. :-)

  22. Re:Does it answer a really important question? on Open Source Game Development · · Score: 1

    You could make the game engine itself open source and then sale levels for it.

  23. Learn C on Starting an Education in IT? · · Score: 1

    Many will probably disagree with me on this, but I would say one of the first things you should do is learn C. You don't have to learn all the details of it, just enough so that you can look at someone's else's sample code and understand what is going on. There is a lot of sample code out there on the net and a lot of it is in C. (You should at least know what a pointer is and how to use it.)

    In addition, many other languages borrow from C's syntax (prefix operators, for loops, etc). Knowing the syntax will help you pick up the others more easily. Plus there's a C compiler for just about every piece of hardware out there. (Wanna program a GameBoy? Ya do it in C.)

    JoelOnSoftware also has some good articles about what you should learn as well. (Although some people disagree with him.) The forums at his website would be a good place to ask this question too.

  24. Re:learn by solving *your* problems on Starting an Education in IT? · · Score: 1

    Well said.

  25. Do both on Should Students Be Taught With or Without an IDE? · · Score: 1

    if you have the time. If not, do it without. Then they'll now more about what is really going on. And when they get to the workplace, they can learn the IDE that's used at their place of business.