Live data from Hacker News

Viewing profile — mperdoni

mperdoni

HN member
Joined
Fri, Jan 24, 2020, 4:21 PM UTC
HN karma
4
Public activity
4 items

About mperdoni

No profile information was provided.

Recent public activity

  1. comment
    Comment #22357209

    Can it go one meme-step further and automate our jobs away? ;)

  2. comment
    Comment #22357102

    Ultimately, if a bug in a library causes issue with your program, and your company loses $X, your superiors will not give a shit. You have the burden of responsibility for the prog…

  3. comment
    Comment #22356958

    There seems to be a suspicious rise of acceptance for this "practice". It's very concerning. I've never found a SO answer to be copyable, they are usually wrong or flawed. Usually …

  4. comment
    Comment #22140053

    Here's a few reasons why when you finalize a query, you select only the necessary columns (non-exhaustive list): - Reduce uneccessary IO / resource strain, as you said - Predictabi…