Live data from Hacker News

Viewing profile — username1407

username1407

HN member
Joined
Sun, Jan 01, 2023, 9:07 AM UTC
HN karma
15
Public activity
4 items

About username1407

No profile information was provided.

Recent public activity

  1. comment
    Comment #36307578

    Me neither, and thanks to Apple’s idiotic thought of 1 country = 1 language I’m not even allowed to read it my the language of choice. Thanks Apple!

  2. comment
    Comment #34755709

    I've read the landing page and I have no idea what this does or who the target audience is.

  3. comment
    Comment #34205366

    That's true. To give an example for your 1st point: If you have the schema users->messages->message_attachments and message_attachments does not store the user_id, you'll have trou…

  4. comment
    Comment #34204865

    Can't you use json operators [1] for this? -- Permanently delete message sent by jon DELETE from deleted_record where table_name = 'messages' and data->>'sender' = 'jon'; [1] https…