Live data from Hacker News

Viewing profile — charettes

charettes

HN member
Joined
Mon, Sep 17, 2018, 1:18 AM UTC
HN karma
17
Public activity
6 items

About charettes

No profile information was provided.

Recent public activity

  1. comment
    Comment #47111289

    There are valid reasons for not using an ORM but the points made in this article are plain false. >“Roughly” because Django ORM doesn’t support the JSONB `?` operator. The `has_key…

  2. comment
    Comment #43636459

    TIL I wasn't aware MySQL functional indices were implemented using virtual columns [0] [0] https://dev.mysql.com/doc/refman/8.4/en/create-index.html#cr...

  3. comment
    Comment #43629106

    Virtual generated columns are not required to allow an index to be used in this case without incurring the cost of materializing `to_tsvector('english', message)`. Postgres support…

  4. comment
    Comment #42928053

    Small heads up that the application link in the job description pointing at https://opencraft.com/jobs/open-source-developer/ leads to a 404.

  5. comment
    Comment #41429521

    There is an ongoing effort to include back the equivalent in core [here]( https://github.com/django/django/pull/17554 )

  6. comment
    Comment #40029158

    It doesn't make the article less interesting but this statement is wrong most of the time > This scenario is essentially identical to one in which there's a single migration statem…