Slashdot Mirror


User: slasher69

slasher69's activity in the archive.

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

Comments · 7

  1. Another Dale Carnegie book that helped me more on Ask Slashdot: What Books Have Had a Significant Impact On Your Life? · · Score: 1

    How to Stop Worrying and Start Living

    I used to always be worried about what would happen the next day, for the rest of my life, etc. It took a few years to change how I think, but I think this book probably had the biggest impact on my life over any other single book.

  2. Re:Natural tendency on Obama Wants Broader Internet Wiretap Authority · · Score: 1

    Thanks Ayn Rand.

  3. Re:Thats cheating on 1 Molecule Computes Thousands of Times Faster Than a PC · · Score: 1

    I think this is one of the best posts I've ever read. I actually read it twice to make sure I understood it.

  4. Hard bargaining or NSA involvement? on Google Readying To Pull Out of China · · Score: 1

    Since no major American company is going to pull out of China right now if they're being responsible to their "shareholders", I see two possibilities:

    1. Google is doing some hard bargaining, and we're seeing part of it.
    2. The NSA is pulling Google's strings here as part of a security initiative.

    If they stay in China then it's #1, if they actually pull out then it's #2.

  5. Re:What happened? on Ubuntu On Dell After Four Months · · Score: 1

    I think that all the things you mention were enabling factors, but I think the key factor was Michael Dell, the original founder of Dell Inc, taking over again as CEO at the beginning of 2007. And even before that he was probably doing more hands on management behind the scenes.

  6. Re:I can see it now on Web-Surfing Indian Slum Kids Ask: "What's a Computer" · · Score: 1

    Actually, in Hindi the word Indians call themselves is Hindustani, which means the land of Hindus. Both words Hindi and Hindu come from the same root. So you were basically right at first. :-)

  7. Structured Text on Writing Documentation · · Score: 1

    I can't believe no one has mentioned Structured Text yet. It's really simple (you only have to learn a few simple rules of editing plain text ASCII files to express structure) and pretty intuitive (it's like Python in the sense that your indentation expresses your structure). You can convert it to decent looking html with existing scripts (that come with zope). You can convert this generated html into .pdf automatically using the GPL htmldoc program . And the Zope book was written in Structured Text, to prove that it scales.