Live data from Hacker News

Viewing profile — danmcs

danmcs

HN member
Joined
Sun, Nov 08, 2020, 1:11 AM UTC
HN karma
46
Public activity
7 items

About danmcs

No profile information was provided.

Recent public activity

  1. comment
    Comment #44369231

    HackerOne was already useless years before LLMs. Vulnerability scanning was already automated. When we put our product on there, roughly 2019, the enterprising hackers ran their sc…

  2. comment
    Comment #36073485

    There were changes made to idle sessions in postgres 14.0 that were supposed to reduce the resource usage of open but idle connections. Crunchydata mentioned it on their blog a whi…

  3. comment
    Comment #34604208

    Redshift speaks the postgres protocol so you might be able to use postgres. There are a few purpose-built docker images (googleable) that may replicate Redshift slightly better tha…

  4. comment
    Comment #33098966

    I thought about that while back, how would I build an index on top of Durable Objects? For sorted indexes like a b-tree in a database, I think you would partition into objects by v…

  5. comment
    Comment #32934743

    Uber Engineering open-sourced Kraken [1], their peer-to-peer docker registry. I remember it originally using the BitTorrent protocol but in their readme they now say it is "based o…

  6. comment
    Comment #28706362

    Like -punk, it has been suffixed onto other words to essentially mean "genre".

  7. comment
    Comment #25021769

    I think it's useful to think of studies like this as a MVP. They're relatively cheap and fast. If they give a null result, you've failed fast. If they give a non-null, then you can…