Viewing profile — unlimitedbacon
unlimitedbacon
HN member- Joined
- Fri, Jul 19, 2013, 5:56 AM UTC
- HN karma
- 144
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About unlimitedbacon
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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…
-
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 …
-
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…
-
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…
-
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…
-
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…