Live data from Hacker News

Viewing profile — brettmjohnson

brettmjohnson

HN member
Joined
Tue, Aug 31, 2010, 2:46 AM UTC
HN karma
45
Public activity
16 items

About brettmjohnson

No profile information was provided.

Recent public activity

  1. comment
    Comment #1993401

    In 1984 I was working for a small company that made Z80-based desktop computers running CP/M. All of the software was written in Z80 assembly language. MS-DOS was gaining traction,…

  2. comment
    Comment #1843565

    Why just Obj-C for iPhone (or more accurately iOS) dev? What about Objective-C for Mac development?

  3. comment
    Comment #1841842

    As a developer and long time Mac user, I can only ask, "How is Adwords any different on PowerPC?" [In other words, if your niche uses some obscure jargon or acronym, don't assume m…

  4. comment
    Comment #1820650

    Agreed. Using git or mercurial would get around this. I worked for nearly a decade on cross-platform code that followed a similar methodology. Our rule was the code most compile w/…

  5. comment
    Comment #1820623

    It is realistic. I worked on a cross-platform product for nearly a decade that followed a methodology very similar to this. Our code worked on 16-bit, 32-bit, 64-bit, big-endian an…

  6. comment
    Comment #1786372

    Hmmm, "heard/read" limits it a bit, as "self realization" is more memorable. However, in the 7th grade (age 13-14), my math teacher explained to me that education was a "privilege,…

  7. comment
    Comment #1778531

    Although not totally worthless, it is nearly so. It is ~350 slides, most with a single word. To find those commands you've never heard of, you have to wade through a deluge of mean…

  8. comment
    Comment #1761068

    What seems like a lifetime ago, I was taking graduate CS classes at my local University. I had been writing software professionally for more than 20 years, so I was atypical in my …

  9. comment
    Comment #1760945

    I have a 12 character password and it is a pain in the ass to type it several times a day. I couldn't imagine using a 50 character password.

  10. comment
    Comment #1760930

    Once they start breaking your fingers, it gets a whole lot harder to enter that 50-character password.

  11. comment
    Comment #1745974

    Paved roads in the U.S. are not really cheap. A typical 2-lane rural road is about 1.7 million dollars per mile. A suburban road is double that; 3.5 million dollars per mile. ftp:/…

  12. comment
    Comment #1745947

    Why does this surprise you? Since deficit spending is generally disallowed for state and local governments, nearly all sizable projects are funded through bonds. Bonds are basicall…

  13. comment
    Comment #1711029

    The problem with these types of Ballot Initiatives: Do you want to eliminate the state income tax? X Yes _ No Do you like to drive on paved roads? X Yes _ No Do you want fire fight…

  14. comment
    Comment #1692264

    Back in 1995 or 1996, I spent a long week-end doing extreme pair programming with Philip Nelson. We set up in his dining room and took an image from his whiteboard to a 80+% done p…

  15. comment
    Comment #1665701

    #include int main (int argc, char **argv) { puts("Screw you guys! I'm going home."); } I'm thinking they were glad to see you go because you took an hour to do 60 seconds worth of …

  16. comment
    Comment #1665684

    I, too was annoyed at the obtuse presentation of message passing. I've been writing software for Mach/NeXTstep/MacOSX since 1988, and even before that, message queues between threa…