Live data from Hacker News

Viewing profile — communtator

communtator

HN member
Joined
Wed, Sep 20, 2023, 1:52 PM UTC
HN karma
16
Public activity
6 items

About communtator

No profile information was provided.

Recent public activity

  1. comment
    Comment #37737213

    Tell me about it. Lots of people do it, but there’s something about programming that brings the alpha nerds that think contrariness is by itself interesting or impressive. So borin…

  2. comment
    Comment #37711564

    Yup. Mostly the US operates (both privately and in government) on an expectation of good behavior, and mostly it works. I believe this is referred to as a “high trust” society?

  3. comment
    Comment #37604452

    Yeah exactly the question. I doubt there’s an objective answer, more a subjective decision society makes about what is “right”. Personally I’m fine with saying “I give you directio…

  4. comment
    Comment #37600598

    If the facts as presented are indeed true, this suit seems to hinge on the question of whether entities publishing information intended for use have any liability at all? Like if y…

  5. comment
    Comment #37584425

    Indeed I agree that it can be difficult or impossible to squeeze all the important information about a function into its signature! And why bother playing golf when that’s literall…

  6. comment
    Comment #37584150

    If you consistently break functions down into tiny “functionettes” the names of the functions can as easily lie to you. You start with `buildURL` but it gets complicated, you break…