Live data from Hacker News

Viewing profile — cdevnull

cdevnull

HN member
Joined
Thu, Apr 19, 2018, 4:25 PM UTC
HN karma
7
Public activity
3 items

About cdevnull

No profile information was provided.

Recent public activity

  1. comment
    Comment #17312178

    I use utf8 for "normal" field like name, address, etc.. (don't want smiley as first name). And use utf8mb4 for comment for example. But I need filter/validate each inputs (and refu…

  2. comment
    Comment #16877300

    I did a project with postgres and symfony+doctrine. At 80% of completion, I moved to mySql because I needed spatial index, I installed Postgis but got a lot of problems with doctri…

  3. comment
    Comment #16877246

    The main reason I don't use mariaDb is the non support of nullable spatial index. https://mariadb.com/kb/en/library/spatial-index/