Viewing profile — flqn
flqn
HN member- Joined
- Tue, Aug 14, 2018, 7:00 PM UTC
- HN karma
- 123
- Public activity
- 106 items
- HN profile
- View on Hacker News ↗
About flqn
No profile information was provided.
Recent public activity
-
comment
Comment #47393365
This is a good change. Potentially ambiguous to read syntax is being made clearer in a way that harms no previous code substantially. I sometimes wonder if the comments that say no…
-
comment
Comment #47343395
What is a teapot? I cannot make one of those. Refrigerator.
-
comment
Comment #46962867
Can't pass a PhoneNumber to a function expecting an EmailAddress, for one, or mix up the order of arguments in a function that may otherwise just take two or more strings
-
comment
Comment #46962795
Dates are unfortunate in that you can only really parse them reliably with a TZDB.
-
comment
Comment #46669645
Nitpick: icons are about signifiers, not affordances. A button affords being pressed, an icon on the button signifies what pressing it will do.
-
comment
Comment #46504960
In context, binary breakup and binary fracture apppear to mean a splitting ofa whole into two parts along a given line or plane
-
comment
Comment #46139417
Since the optimiser is allowed to assume you're not invoking UB, and strlen of null is UB, I don't believe that it would consider that case when optimising this function.
-
comment
Comment #44431705
You mean the same problem that the article is trying to solve in C? Generic data structures?
- comment
-
comment
Comment #43732138
"Just FYI I have a PhD in cosmology" is the credentials for the poster being an expert.
-
comment
Comment #43524596
That would certainly catch nearly all migration issues, but it doesn't provide a helpful error message like a test for a specific mistake like this does. Ideally both approaches wo…
-
comment
Comment #43484777
And the Greek mathematician is pronounced OY-clid ;)
-
comment
Comment #43428583
I think the author misspoke and meant to say "easy-to-misuse" instead, which it definitely was.
-
comment
Comment #42277077
The Ninja files being that huge is likely more to do with the Android build environment or the tool that generates them. The main advantages of Ninja as a build executor are that t…
-
comment
Comment #41836043
They're locale independent, which the C stol, stof, etc functions are not.
-
comment
Comment #41712362
Is the moon not already tidally locked? The same hemisphere of it always faces the earth. Is there a different kind of tidal locking or orbital resonance it will settle into?
-
comment
Comment #41203494
Depending on the area of logistics OP is in, it's not unlikely that he'd need on-call engineers for his logistics management system. Blockages in supply chain can be extremely expe…
-
comment
Comment #40565589
C++ also has stop_token, so although they're not natively interruptable a mechanism for implementing it exists in the standard.
-
comment
Comment #39868279
It still can't communicate information faster than light and the sun god can't know your prayers earlier than 8min after you made them
-
comment
Comment #39362652
Mathematics doesn't usually deal with databases or http requests
-
comment
Comment #39080878
Perhaps the "rising tide" takes longer to reach some than others. I hope for a more equitable, fairer future, but it's likely my outlook is somewhat jaded.
-
comment
Comment #39080605
I disagree, it's more an argument that even though advancement of human capability can bring great gains (defeating the dragon) we need to pursue equitability in these gains or oth…
-
comment
Comment #39080367
A well written fable, but its moral would not be equitable in the world of today. It's inevitable that access to "defeating the dragon" would be available to only the most affluent…
-
comment
Comment #39079664
In this case you are assuming not to have P. The traditional idea of "pick 2 of 3" with respect to CAP is weirdly formulated because you either have a distributed system, in which …
-
comment
Comment #38702625
Constructs an object from kv pairs, definitely assoctiated with the "Object" prototype. Groupby is more dubious