Live data from Hacker News

Viewing profile — pjbringer

pjbringer

HN member
Joined
Mon, Dec 10, 2012, 5:19 PM UTC
HN karma
42
Public activity
17 items

About pjbringer

No profile information was provided.

Recent public activity

  1. comment
    Comment #8711839

    This exact problem had me worried when I heard about OpenBSD's arc4random, and how they've been promoting a pervasive use of it. I haven't taken the time to look at how they solve …

  2. comment
    Comment #6570964

    That would be interesting, however after launching adb shell: shell@mako:/ $ grep vfat /proc/filesystems vfat shell@mako:/ $ grep vfat /proc/mounts /dev/block/platform/msm_sdcc.1/b…

  3. comment
    Comment #6566144

    Just the other day, I noticed that on my kde desktop, wireshark was the only program using gtk3, whereas gtk2 is used by a bunch of cross platform programs. I'm not too sure what t…

  4. comment
    Comment #6479459

    Putting a dollar amount on anything signals value perception. 12.50$ is a lot worse than a warm welcome, or other free rewards like public acknowledgement, because it says Yahoo re…

  5. comment
    Comment #6466978

    I notice the ideas that it is not the number of contributors that matter, but the number of sufficiently skilled ones, and the that popularity impedes change. I can't help draw a p…

  6. comment
    Comment #6429942

    Also, cache invalidation can actually be cache replacement. Otherwise, under very high load, you risk cache stampede.

  7. comment
    Comment #6419269

    The unsafe language argument of the first paragraph doesn't hold. You can design you API such that handles are copied by value, and opaquely contain pointer. Usually the handle IS …

  8. comment
    Comment #6418891

    I too wondered why he would ask Apple rather than the DOJ. If he did the latter, the answer would be that they don't know the details of the implementation, and can't say. Apple is…

  9. comment
    Comment #6412124

    Stanford has another somewhat related project: http://dune.scs.stanford.edu In their case, the application runs both as a process in the host and as a guest. It gives the applicati…

  10. comment
    Comment #6399008

    In that case, your IO problem is easy, because it's small with regard to CPU time. You can get away with putting the whole data in sql databases, and/or making multiple copies of y…

  11. comment
    Comment #6356530

    In your specific case, you could just just grab all the classes in a big list [1], and pick at random from them. You don't need to do much to figure out the url from the names, so …

  12. comment
    Comment #6340498

    You have to give credit to languages like java or C# which provide the programming interface wich does the right thing. Those who use lower level languages because they want better…

  13. comment
    Comment #6284852

    It's a shame they have actually converted a real system, and they rely on the language benchmark to make an argument about performance. That said, not having run into a problem is …

  14. comment
    Comment #6282428

    Avoiding double journaling Looks is another case of the End-to-End principle. Nice catch. On the other hand, I would have expected a performance study to include a power consumptio…

  15. comment
    Comment #6282287

    While playing these kinds of games on security sensitive services might not seem like a good idea, it lets someone take ownership of its development, and gain experience with its c…

  16. comment
    Comment #6271506

    I too wish for such deals. I'd particularly like that for textbooks, where I expect to want to refer to them later on, and possibly when I'm far from my copy. I can't think of a go…

  17. comment
    Comment #4900334

    Deterence is increased both by the severity of the punishment, but also by the certainty of receiving the punishment. I think most major crimes are committed by people who have com…