Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
teepark
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
teepark
2y ago
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 dominant use-cases (e.g. in the standard library) are sysc
2.
▲
by
teepark
2y ago
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 code is doing much more than just checking errors. All
3.
▲
by
teepark
5y ago
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't know as much as CDC's consistent guidelines se
4.
▲
by
teepark
6y ago
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 companies, starting with accountin
5.
▲
by
teepark
6y ago
Facta | Engineering, Product, & Design Roles | SF, Utah, Remote | https://facta.io Fintech | Typescript, React, Go, serverless AWS Facta is empowering finance and accounting professionals with a suite of modern software tool
6.
▲
Show HN: A simple REST server exposing a leveldb
(godoc.org)
1 points
by
teepark
12y ago
|
0 comments
7.
▲
by
teepark
15y ago
http://xkcd.com/221/
8.
▲
Twisted was right and I was wrong
(blog.teepark.net)
2 points
by
teepark
15y ago
|
0 comments
9.
▲
by
teepark
16y ago
creepy that it's down now. cache: http://webcache.googleusercontent.com/search?q=cache:ZDGnKBh...
10.
▲
by
teepark
16y ago
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 also do file-level locking on tempfiles with names derive