Live data from Hacker News

Viewing profile — preseinger

preseinger

HN member
Joined
Mon, Oct 11, 2021, 6:50 PM UTC
HN karma
615
Public activity
794 items

About preseinger

No profile information was provided.

Recent public activity

  1. comment
    Comment #36831060

    my comment in no way takes the thread into a flame war, and i'm pretty frustrated that it's being judged that way

  2. comment
    Comment #36817299

    it's commonly totally sufficient for IDs to represent a rough sort order millisecond precision is great for a lot of use cases

  3. comment
    Comment #36813067

    the point isn't that issues and PRs exist, it's that the maintainers don't seem to know what they're doing this is self-evident from a cursory review link me any 3 non-trivial merg…

  4. comment
    Comment #36811962

    and what does your experience tell you about applications which are not written in PHP, and which need to handle more than 1000 concurrent users?

  5. comment
    Comment #36808045

    code generators are programs written in an existing programming language, which produce target language source code as output macros are programs written in a separate, unique, oft…

  6. comment
    Comment #36791851

    usually, code generation is preferable to metaprogramming, mostly because it is easier to understand and maintain

  7. comment
    Comment #36785870

    [flagged]

  8. comment
    Comment #36781989

    metaprogramming is not a virtue programming languages do not themselves need to be programmable

  9. comment
    Comment #36781976

    [flagged]

  10. comment
    Comment #36712373

    and a government warrant bypasses all of that there was this whole thing with edward snowden a few years ago, maybe you remember?

  11. comment
    Comment #36690045

    where does all of that hardware live? unless it's in your home, it's not trustable

  12. comment
    Comment #36683580

    bare metal has high capex and low opex cloud vms have low capex and high opex which one is more expensive is a function of many variables

  13. comment
    Comment #36683525

    how do you know your network is trusted and/or private? trick question: you can't even the network links between hosts in a single rack in a DC can be vulnerable

  14. comment
    Comment #36661811

    no, it isn't it's an unsatisfiable requirement, and unnecessary to substantiate the legal claims it's dumb to talk about

  15. comment
    Comment #36661688

    yes, really feeding input to a program is pretty clearly categorically different than providing source material to a human being

  16. comment
    Comment #36661669

    how could someone "prove" which inputs and outputs of a large ML model leveraged any specific data?

  17. comment
    Comment #36657377

    i fully understand and appreciate the distinctions, and equivocations, you're describing here. i also agree with you that the best "stuff" acknowledges and maximizes both left- and…

  18. comment
    Comment #36657222

    i think my example of "balancing equations" was a poor one. obviously, there is almost never a single objective solution to a programming problem. probably a better metaphor for pr…

  19. comment
    Comment #36657114

    yep! and i have almost exactly the opposite experience! with ruby i feel (same caveats) like there is so much ambiguity that i can't build a coherent and predictable mental model o…

  20. comment
    Comment #36636363

    it's a spectrum, of course, but imo yes -- i don't want types to be opt-in at compile time, i want them to be mandatory

  21. comment
    Comment #36636253

    [flagged]

  22. comment
    Comment #36634379

    it's definitely possible to model programming as an art, and there is value in that model, but (imo) that model is neither productive nor accurate in most programming contexts

  23. comment
    Comment #36634344

    right! and, to build on that: people who see programming as maths understand it fundamentally differently than those who see it as prose, they approach every aspect of programming …

  24. comment
    Comment #36633955

    it characterizes programming in a way that is basically incoherent to most stereotypical programmers (i agree with you, for the record, it was gobbledegook to me too) the question …

  25. comment
    Comment #36626698

    i don't think anybody really claims python can't be used to build large software the claim is usually more about how the maintenance costs are just way higher versus a statically t…