Slashdot Mirror


User: dar

dar's activity in the archive.

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

Comments · 190

  1. Guidelines on 45 Years Later, Does Moore's Law Still Hold True? · · Score: 1

    It was Geoffrey Rush as Captain Barbossa and not Johnny Depp who first used the phrase "guidelines" in the Pirates movies.

    Is this enough of an error to doubt the veracity of the rest of the article? ;-)

  2. Representing BSD on Linux Foundation Asks Who Says "I'm Linux" Best · · Score: 1

    I dunno about Linux, but I nominate Ceren Ercen to represent BSD.

    Yes I know she doesn't do that anymore.

    Even so.

  3. Re:I'm NOT linux on Linux Foundation Asks Who Says "I'm Linux" Best · · Score: 1

    Probably not even a good private.

  4. Re:A favourite (works well on both Ubuntu and Debi on (Stupid) Useful Emacs Tricks? · · Score: 1

    Then you forgot to install vim.

  5. I knew it. on Brains Work Best At Age of 39 · · Score: 1

    I knew it! I knew it!

    What were we talking about, again?

  6. I don't drink beer on Researchers Developing Cancer-Fighting Beer · · Score: 1

    Can they put it in Mountain Dew?

  7. Slashdotted on Pidgin Controversy Triggers Fork · · Score: 1

    The pidgin site has been slashdotted.

    Hmm or perhaps is pretending in order not to air its dirty laundry.

  8. Re:thepiratebay on Sony's Idea of DRM-Free Music · · Score: 0, Troll

    Liar

  9. If you're looking for 2d games on Who Says 2D Gaming is Dead? · · Score: 1

    I suspect you'd find a wider variety of 2d games on the Nintendo DS. There's a lot of good 2d games for it.

  10. Re:If OLPC was so good, it would be sold in US on David Pogue Reviews the XO Laptop · · Score: 1

    If hammers were so good, we'd be using them to tighten bolts.

  11. Re:Well... on John W. Backus Dies at 82; Developed FORTRAN · · Score: 1

    He had first post?

  12. Nearly all of them on Have You Hit a Gaming Wall? · · Score: 1

    Nearly every game I've played, I hit a wall somewhere. It's one of the reasons I love the Castlevania series. You never hit a wall. Have trouble beating a boss? Go beat up on the weaker enemies for a while and level up.

  13. Re:learn COBOL on Is it Possible to Age Yourself Out of a Job? · · Score: 1

    All I can say is you don't get out much. Lots of shrinkwrap software written in C/C++/C#/Java is developed by folks from a wide range of ages.

  14. Re:learn on Is it Possible to Age Yourself Out of a Job? · · Score: 2, Insightful

    I have to disagree with both of these.

    You don't need to know lots of programming languages. You want to know three or four languages really really well. You'll accumulate languages as you get older just due to the changes in the industry. Make sure you know a common application development language like C++, C#, or Java. And make sure you know at least one scripting language such as Python or Ruby.

    You also want to read books on design and the development process. If you haven't already read them, start with these:
    "The Art of Project Management",
    "Object Oriented Analysis and Design",
    "Design Patterns: Elements of Reusable Object-Oriented Software",
    and "Refactoring: Improving the Design of Existing Code".

    All are essential reading for a seasoned developer.

    I also disagree with your second comment. One of the things I like about software development is that pretty much everything you need to know you can get from books and the internet. A couple years of experience will give you the rest. But the OP already has that.

  15. Re:Your Mom would! on Preview of Vista On Old Hardware · · Score: 1

    I'm sure your post is true in general, but my Mom is smart enough to use OSX.

  16. Re:Sodium metal on Periodic Table Table Poster Post · · Score: 1

    Looks like his server has just been blasted by the /. element.

    Which can also be poisonous and explosive.

  17. Re:He's not leaving on Bill Gates to Step Down from Microsoft · · Score: 4, Interesting

    And on the pedestal these words appear:
    "My name is Ozymandias, King of Kings:
    Look upon my works, ye Mighty, and despair!"
    Nothing beside remains. Round the decay
    Of that colossal wreck, boundless and bare
    The lone and level sands stretch far away.

      Percy Bysshe Shelley

  18. Re:File copy = lost file date on Linux Annoyances For Geeks · · Score: 1

    I agree about how preserve should be the default. However you can easily set
    alias cp='cp -p'

    to get what you want.

  19. When all this gets turned into a movie on Microsoft Calls for Truce With GPL and Linux? · · Score: 2

    You'll be able to hear the music on the soundtrack go all ominous.

    "I've got a bad feeling about this."

  20. Re:So on Adobe Threatens Microsoft With Suit · · Score: 1

    Microsoft is not known for playing well with others. However most MS products can accept wmf and emf files - and they are (or can be) vector based.

  21. I'll be buying it on 'Final Edition' of Blade Runner to be Released · · Score: 1

    I've got the original theatrical release on VHS. I don't care for the director's cut so I never bought the DVD. Now I'm glad I didn't.

  22. Re:slightly different paradigm on Vim 7 Released · · Score: 1

    As mentioned above, you do not have to press the escape key. You just have to enter an escape. ^[ (Control-[) enters an escape character. That's the ascii definition of that sequence. Just like ^G is bell and ^H is backspace, ^[ is escape.

    http://www.robelle.com/smugbook/ascii.html gives the full set.

  23. Identity theft on Spam Gets Personal · · Score: 1

    Emails like the article describe sound like identity theft. That sounds a lot more prosecutable than your average spam. I wonder if the average spammer would take the risk.

  24. Re:Dupe? on CUTE USB SUSHI DISK DRIVES!!! · · Score: 1

    That's great that you got the screen shot. I wondered if anyone else had noticed this yesterday in the few minutes it was up.

  25. Re:Everything that can be invented... on No More Next Big Thing? · · Score: 1

    There is no mathematical proof that everything can be invented hasn't been

    Actually it is easily provable that we haven't invented all the things that we can. -- We don't yet know everything there is to know about how the universe works. Every time we learn basic principles about how the universe works, new stuff naturally follows.

    That's not to say we won't blow ourselves up somehow before we make it that far.