Live data from Hacker News

Viewing profile — jstrong

jstrong

HN member
Joined
Thu, May 09, 2019, 5:03 PM UTC
HN karma
409
Public activity
202 items

About jstrong

No profile information was provided.

Recent public activity

  1. comment
    Comment #48843088

    but did they change the process-per-connection model? if not, wtf??

  2. 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,…

  3. comment
    Comment #48812863

    hoping this is a joke

  4. comment
    Comment #48768618

    claude is so slow for interactive use like described, do people just run it in low effort mode or what?

  5. comment
    Comment #47285162

    optimizer can't inspect the value? pretty dumb optimizer, then.

  6. comment
    Comment #47136081

    that's A choice.

  7. 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 …

  8. 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…

  9. comment
    Comment #46907535

    man, I can't wait to wrangle a giant YAML file to be able to take a sick day!

  10. 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 …

  11. 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 …

  12. comment
    Comment #46896912

    can't believe postgres still uses a process-per-connection model that leads to endless problems like this one.

  13. comment
    Comment #45677116

    google: we make going to the DMV look delightful by comparison!

  14. 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…

  15. 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

  16. comment
  17. 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…

  18. comment
    Comment #43774529

    wow that sounds like a PITA to deal with

  19. 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?

  20. comment
    Comment #42741753

    a man can dream

  21. comment
    Comment #42728292

    I would like a workstation with 900k cores. lmk when these things are on ebay.

  22. 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.

  23. comment
    Comment #42617168

    https://a57.foxnews.com/static.foxnews.com/foxnews.com/conte...

  24. 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…

  25. 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…