Live data from Hacker News

Viewing profile — unlimitedbacon

unlimitedbacon

HN member
Joined
Fri, Jul 19, 2013, 5:56 AM UTC
HN karma
144
Public activity
8 items

About unlimitedbacon

No profile information was provided.

Recent public activity

  1. comment
    Comment #22173763

    When I was in high school, I always wanted to build a better OS for the TI-84, but I did not have the skills or attention span to do it on my own. When KnightOS came along, I got i…

  2. comment
    Comment #16868401

    They are making them in batches. Whenever they get enough people on the waiting list they send out the order emails, then they manufacture the batch and ship them out. Once I was a…

  3. comment
    Comment #16865430

    I have this laptop. The beauty of it is that it is unashamedly bad. It is the humblest of laptops. The body is a direct copy of the 13" MacBook Air. As a computer, it is at least a…

  4. comment
    Comment #15835508

    "The team identified three factors limiting a printer’s speed: how fast a printer can move its printhead, how much force a printhead can apply to a material to push it through the …

  5. comment
    Comment #10724438

    There is an excellent webcomic called The Thrilling Adventures of Lovelace and Babbage, that describes what would have happened if they had successfully completed the Analytical En…

  6. comment
    Comment #7584530

    I listen to his Security Now podcast on a regular basis and have always found it be be extremely thorough and informative. However, I have to agree with you that his website and wr…

  7. comment
    Comment #6311783

    Years ago, at my first internship, we were assigned to copy fields of information out of hundreds of PDF files and compile them into a single spreadsheet. While my coworker began d…

  8. comment
    Comment #6068552

    I am not a programmer, but it seems to me the logical thing to do would be to operate on the binary values of 1 and 2. Since 1d = 01b and 2d = 10b... 1 AND 2 = 01 AND 10 = 00 = 0 1…