Viewing profile — jstrong
jstrong
HN member- Joined
- Thu, May 09, 2019, 5:03 PM UTC
- HN karma
- 409
- Public activity
- 202 items
- HN profile
- View on Hacker News ↗
About jstrong
No profile information was provided.
Recent public activity
-
comment
Comment #48843088
but did they change the process-per-connection model? if not, wtf??
-
comment
Comment #48843032
seems like `cargo nextest run` just runs `--lib` tests by default? however, `cargo test` is not so slow if you do `cargo test --lib`. how do I get nextest to execute the doc tests,…
-
comment
Comment #48812863
hoping this is a joke
-
comment
Comment #48768618
claude is so slow for interactive use like described, do people just run it in low effort mode or what?
-
comment
Comment #47285162
optimizer can't inspect the value? pretty dumb optimizer, then.
-
comment
Comment #47136081
that's A choice.
-
comment
Comment #47084230
I feel like the less tolerance I have for ads (as time goes on), the more desperate they get in trying increasingly aggressive ways of making you watch ads. I'm never watching ads …
-
comment
Comment #47084204
I don't know, man, glossy magazine ads were glamorous. sure there was stupid stuff, but the comparison between the "one weird trick" era and magazine ads of someone looking cool so…
-
comment
Comment #46907535
man, I can't wait to wrangle a giant YAML file to be able to take a sick day!
-
comment
Comment #46907171
redis is single-threaded but handles lots of connections (i.e. > 500) with much better performance vs. postgres. there's zero chance someone building postgres in 2025 would do one …
-
comment
Comment #46896968
From the article: > The real bottleneck is the single-threaded main loop in the postmaster. A single-threaded event loop can do a lot of stuff. Certainly handle 4000 tasks of some …
-
comment
Comment #46896912
can't believe postgres still uses a process-per-connection model that leads to endless problems like this one.
-
comment
Comment #45677116
google: we make going to the DMV look delightful by comparison!
-
comment
Comment #45628964
ripgrep is one of the main reasons I got interested in rust. it worked so well, it piqued my interest that it was written in rust. many years later, very glad about that. been usin…
-
comment
Comment #45109388
... some stuff we have kinda resembles china's social credit score if you really think about it ... ok, maybe ... so yeah, it's totally fine lets do it ... WHAT
- comment
-
comment
Comment #44712125
imagine some people started using hammers as weapons, leading to some gruesome murders vividly depicted by the news. as a result, construction companies started advertising that th…
-
comment
Comment #43774529
wow that sounds like a PITA to deal with
-
comment
Comment #42793329
was expecting to see examples of python tests you would use, presumably for testing the rust code? like, how would writing the tests in python be easier?
-
comment
Comment #42741753
a man can dream
-
comment
Comment #42728292
I would like a workstation with 900k cores. lmk when these things are on ebay.
-
comment
Comment #42653392
man, the python examples in there .. I am always low-grade irked by those! until now I wouldn't have been able to describe the problem. great piece.
-
comment
Comment #42617168
https://a57.foxnews.com/static.foxnews.com/foxnews.com/conte...
-
comment
Comment #42134094
unrelated rant, but I'm still salty about it. needed to send "raw" http requests instead of using their bloated sdk for reasons, and requests failed with "content-type: application…
-
comment
Comment #41212205
like you I'm more open to the idea of keeping data in memory than most of the responders here. when I got to the part of the article about how they are using common lisp with hot r…