Viewing profile — trinitry3
trinitry3
HN member- Joined
- Thu, Oct 05, 2017, 8:24 PM UTC
- HN karma
- 4
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About trinitry3
No profile information was provided.
Recent public activity
-
comment
Comment #20429502
Only if your developers are inexperienced.
-
comment
Comment #18005782
Did we just seriously compare coffee to meth?
-
comment
Comment #17326726
You can use -P.
-
comment
Comment #17124934
Nothing to do with CTEs. The queries were badly written to begin with and should have used LATERAL.
-
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.
-
comment
Comment #17107772
She could just say that to every patient and she'd be right most of the time ;-)
-
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 …
-
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 (…
-
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…
-
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…
-
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?