Viewing profile — teepark
teepark
HN member- Joined
- Fri, Dec 11, 2009, 3:28 AM UTC
- HN karma
- 11
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About teepark
Recent public activity
-
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…
-
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…
-
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…
-
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…
-
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…
- story
-
comment
Comment #3176154
http://xkcd.com/221/
- story
- comment
-
comment
Comment #2159243
creepy that it's down now. cache: http://webcache.googleusercontent.com/search?q=cache:ZDGnKBh...
-
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…