Live data from Hacker News

Viewing profile — trinitry3

trinitry3

HN member
Joined
Thu, Oct 05, 2017, 8:24 PM UTC
HN karma
4
Public activity
11 items

About trinitry3

No profile information was provided.

Recent public activity

  1. comment
    Comment #20429502

    Only if your developers are inexperienced.

  2. comment
    Comment #18005782

    Did we just seriously compare coffee to meth?

  3. comment
    Comment #17326726

    You can use -P.

  4. comment
    Comment #17124934

    Nothing to do with CTEs. The queries were badly written to begin with and should have used LATERAL.

  5. comment
    Comment #17107796

    I have a recurring dream where my teeth are glued shut but for whatever reason I have to open my mouth, ripping all my teeth out.

  6. comment
    Comment #17107772

    She could just say that to every patient and she'd be right most of the time ;-)

  7. comment
    Comment #16884163

    > Why should any government incentivize that? Well maybe they shouldn't, but it's shitty to apply this kind of policy retroactively. (I don't know when they actually announced the …

  8. comment
    Comment #16850459

    This is really bad advice: 1) This is not really a temporary table in the traditional sense; you're creating a real table and then dropping it. This has problems with concurrency (…

  9. comment
    Comment #16727554

    > Relating to wallhacks, they can use your last 1,000 matches, and if you're never/rarely surprised by a camping enemy, you're probably cheating. Your camera position moments befor…

  10. comment
    Comment #16636385

    > Say I wanted to present a list of users with their top three to-do items, that's impossible using the above method. Not really: SELECT u.user, i.text FROM users u, LATERAL (SELEC…

  11. comment
    Comment #15412327

    There was a patch for fixing #1 with new syntax for the next version on the mailing list, so perhaps in a year this'll get fixed?