Live data from Hacker News

Viewing profile — teepark

teepark

HN member
Joined
Fri, Dec 11, 2009, 3:28 AM UTC
HN karma
11
Public activity
11 items

About teepark

[ my public key: https://keybase.io/teepark; my proof: https://keybase.io/teepark/sigs/V_eB8MjygEYRqms5whIXqKLSossTrlm-nJ-3NswHujY ]

Recent public activity

  1. comment
    Comment #40550943

    Yeah, of course if you're just running through an in-memory slice and doing a little arithmetic on each item, sentinel errors and errors.Is might dominate your runtime. But the dom…

  2. comment
    Comment #40547661

    Comparing to the speed of a direct boolean check is a great way to sensationalize really small numbers. Nobody's real-world code is being slowed down by 500% because all real world…

  3. comment
    Comment #30103101

    But while it points out that the evidence for masks being effective is scarce, it does little to identify positive evidence that masks are specifically ineffective . So we just don…

  4. comment
    Comment #26305657

    Facta | San Francisco, Salt Lake City | Go, serverless AWS, React, Typescript | https://facta.io | https://jobs.lever.co/facta Facta is modernizing the CFO stack for mid-market com…

  5. comment
    Comment #25992640

    Facta | Engineering, Product, & Design Roles | SF, Utah, Remote | https://facta.io Fintech | Typescript, React, Go, serverless AWS Facta is empowering finance and accounting profes…

  6. story
  7. comment
    Comment #3176154

    http://xkcd.com/221/

  8. story
  9. comment
  10. comment
    Comment #2159243

    creepy that it's down now. cache: http://webcache.googleusercontent.com/search?q=cache:ZDGnKBh...

  11. comment
    Comment #1618304

    http://linux.die.net/man/2/fcntl actually it could use row-level locking since it uses row-oriented storage and fcntl locks can be applied to a set of bytes within a file. it could…