Viewing profile — nitrix
nitrix
HN member- Joined
- Wed, Apr 17, 2013, 7:34 PM UTC
- HN karma
- 263
- Public activity
- 78 items
- HN profile
- View on Hacker News ↗
About nitrix
[ my public key: https://keybase.io/nitrix; my proof: https://keybase.io/nitrix/sigs/5UQz9eiKAm7nDhGEjIFIqqI6nk81Ab5tFd-DTrPZY8A ]
Recent public activity
-
comment
Comment #49141729
Error handling is as important as the happy path of an application. It’s not something you sweep under the rug. The err != nil quickly turns into metrics, logs, fallback strategies…
-
comment
Comment #49125812
Some more examples: int v, *w, x[5], *y[5], (*z[5])(int, int); Where v is an int, w is a pointer, x is an array, y is an array of pointers, z is an array of function pointers, etc.…
-
comment
Comment #48798089
I think it’s similar to telling children to look both ways before crossing the street. If you don’t explain why, they won’t see the point and optimize by not doing it. Instead, if …
-
comment
Comment #48112541
I'm doubtful the venn diagram intersection of engineers and the world cup is as big as you think it is.
-
comment
Comment #46750113
I’m the Alex mentioned in the acknowledgments, feel free to ask your questions.
-
comment
Comment #46188249
Yes, the () operator dereference function pointers automatically for you for convenience. There's also the surprise that you can infinitely dereference function pointers as they ju…
-
comment
Comment #46188202
That is correct. int x, *p, arr[5], fn(), (*pfn)(); Using x, or dereferencing p, or subscripting the array arr, or declaring a function that can be called with fn, or dereferencing…
-
comment
Comment #45545856
They're important conversations but people don't want to engage in them every second of their living lives. The point of entertainment is to be able to compartementalize and regula…
- comment
-
comment
Comment #45545769
Or people are just trying to not be reminded every second of their living lives that there's one conflict or another going on. TikTok is made in China and used worldwide. Not many …
-
comment
Comment #45545729
[flagged]
-
comment
Comment #45545663
That's fine. Not every platform has to work the same way and attract the same communities.
-
comment
Comment #44351549
> "The C standard library provides malloc/free/resize" It does not provide a `resize`. You're thinking of `realloc` on hosted environments.
-
comment
Comment #43623360
Okay, but put the panels on rooftops, not over that nice greenery.
-
comment
Comment #42132342
That's a way to either get me to cancel my paying subscription or opt-out of all form of ad personalization out of frustration. I respect the hussle and am paying you; respect my u…
-
comment
Comment #40527816
Delaying critical decisions in a project is crucial to making good decisions. They'll be made both by someone more informed (after learning all the complicated corner cases of the …
-
comment
Comment #39544137
Pipelining is cool, though this could've easily just been a library with nice chaining and combinators in your language of choice (seems to be Go here).
-
comment
Comment #37488242
> These new Unity per-install fees could hit developers who aren't making money There's a revenue threshold to meet to pay the fee.
-
comment
Comment #36660642
C11 3.6p1 byte "addressable unit of data storage large enough to hold any member of the basic character set of the execution environment"
-
comment
Comment #36660612
The width is defined as CHAR_BIT >= 8 (C11 5.2.4.2.1p1). The size, sizeof (char), is always 1.
-
comment
Comment #35953158
Changes to the Standard usually happens as a result of defect reports (confusing details that implementation writers want clarity on) or vast enough general adoption (unifying how …
-
comment
Comment #34777340
This is off-topic for HN and not the kind of content I want to read on here. https://news.ycombinator.com/newsguidelines.html >> Off-Topic: Most stories about politics, or crime, o…
-
comment
Comment #34239129
Tesla stock plunges 250 dollars, all four shareholders survive.
-
comment
Comment #32511513
The actual typo in the URL slug is on the nose too ("worlkd").
-
comment
Comment #31116026
On a similar note, the screenshot should probably put emphasis on the first bullet point "Make profile private and hide activity". What jumps to the eye right now is that second op…