Viewing profile — preseinger
preseinger
HN member- Joined
- Mon, Oct 11, 2021, 6:50 PM UTC
- HN karma
- 615
- Public activity
- 794 items
- HN profile
- View on Hacker News ↗
About preseinger
No profile information was provided.
Recent public activity
-
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
-
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
-
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…
-
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?
-
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…
-
comment
Comment #36791851
usually, code generation is preferable to metaprogramming, mostly because it is easier to understand and maintain
-
comment
Comment #36785870
[flagged]
-
comment
Comment #36781989
metaprogramming is not a virtue programming languages do not themselves need to be programmable
-
comment
Comment #36781976
[flagged]
-
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?
-
comment
Comment #36690045
where does all of that hardware live? unless it's in your home, it's not trustable
-
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
-
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
-
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
-
comment
Comment #36661688
yes, really feeding input to a program is pretty clearly categorically different than providing source material to a human being
-
comment
Comment #36661669
how could someone "prove" which inputs and outputs of a large ML model leveraged any specific data?
-
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…
-
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…
-
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…
-
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
-
comment
Comment #36636253
[flagged]
-
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
-
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 …
-
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 …
-
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…