Viewing profile — turndown
turndown
HN member- Joined
- Tue, Feb 04, 2014, 3:03 AM UTC
- HN karma
- 944
- Public activity
- 310 items
- HN profile
- View on Hacker News ↗
About turndown
No profile information was provided.
Recent public activity
-
comment
Comment #45792005
I thought that this was a GCC extension(you need to use #define n 10 instead of int n = 10). Is this not the case anymore?
-
comment
Comment #41947107
On box mods(the big vapes you might recall starting to see 10-15 years ago) there is a chamber up top you have to manually fill with nicotine. This can be a bit annoying to do but …
-
comment
Comment #41457674
This is all well and good, but just because something came from before doesn’t mean it was a good idea then, or especially now. You’re basically citing survivorship bias. Of course…
-
comment
Comment #41271685
> 1998 - 2009 was a tough time to be a Windows user Is that true? I was too young to really have an opinion but to me most people cite XP and especially Windows 7(ignoring Vista wh…
-
comment
Comment #41236765
Just because we are natives of this universe does not mean its behavior or characteristics will be naturally sensible to us. There is no “real” reason it should be something “simpl…
-
comment
Comment #41194290
I really cannot until this business model FAANG has come up with in the past 20 years where they are somehow owed money by developers for creating services and products for a platf…
-
comment
Comment #40991391
I imagine you got that code snippet(or a similar example) from somewhere but to me the fairly obvious problem is the chafing between the C and C++ world. %s is for C style strings …
-
comment
Comment #40958605
And that’s just for your first recursive descent compiler. One thing to remember is that you will also one day want extended functionality in your language and either implement C F…
-
comment
Comment #40957394
IMO compilers make you a lot more mature in recursive algorithms and trees, and then after that much more conscious about what exactly the code you write resolves to in terms of th…
-
comment
Comment #40939682
Intel is coming out with an improved x86 instruction set that removes a lot of the cruft, called ‘APX’ for advanced performance extensions.
-
comment
Comment #40938166
They have been sending out new rules every few years. You just haven’t paid attention. https://news.ycombinator.com/newsguidelines.html
-
comment
Comment #40912274
I’m wrong. Fourth paragraph from the bottom, last sentence they say “normal resource limits.” I thought that meant “the limit of something called normal resources” not the normal a…
-
comment
Comment #40911552
Programs are tightly coupled to textual representations because a compiler is a textual representation transformer. If you deviate from the accepted textual form then the compiler …
-
comment
Comment #40908101
Is option 3 exactly what you’re supposed to do? Freezing your dependency graph and/or explicitly denoting what version of the dependency you want are your best bets for avoiding pr…
-
comment
Comment #40888611
Seems to be “normal resources”, where normal probably meant file descriptor based.
-
comment
Comment #40875714
I can guarantee you a blog post detailing how to do this would go triple platinum
- comment
-
comment
Comment #40702592
If you are experienced then I’d say skim whatever sounds interesting from chapters 1-3, then do chapters 4/5 as they contain most of the interesting stuff.
-
comment
Comment #40698902
10 years ago was 2014. What python code are you talking about? Deprecated, sure, and some things have been taken out of the standard distribution because nobody would maintain it(o…
-
comment
Comment #40693263
I wouldn’t say they explicitly mention ASan, but in general you will see certain well known C++ developers/community members insist that with a set of sanitizers you won’t have to …
-
comment
Comment #40642628
I worded that part poorly, and did not bring up what really bothers me about it, that he tried to deny that there was a genocide in Cambodia. I agree with what you said. The idea t…
-
comment
Comment #40642402
Intellectual giant whose shadow will be cast deep into the future. I don't need to review any of his work wrt to CS or linguistics to tell you that his legacy will be massive. I th…
- story
-
comment
Comment #40451838
>perhaps less useful neither-ranked-nor-keyed access, wherein the trees are kind of a double-ended queue with just "edge access" For normal btrees this is absolutely true. For b+tr…
-
comment
Comment #40437293
I’d recommend learning a lot more. For example, Phillip was actually an innovator in siege equipment and was the first person in Greece to really take towns by besieging them. You …