Live data from Hacker News

The Hacker News Top books of 2023

hnreads.com

101–110 of 118 posts

Re: The Hacker News Top books of 2023

#101
post #87
post #33

Offtopic, but is it just me who struggles to treat seriously any post that has "I used GPT" somewhere in the beginning? This one actually isn't a good example, since I "feel" it's kinda reliable for the task, and may only produce slight false-negatives, which isn't that bad, and I don't see any other plausible way to parse HN comments for books anyway. But I'm noticing lately that I'm half-consciously slightly annoye…

It’s not just you, and your reaction makes perfect sense. When someone wrote a post, that implied some kind of research and insight you might’ve not arrived at on your own without a significant time investment and perhaps a number of specific skills or contacts. You could follow the logic and the sources and evaluate each step of the journey. Even if a conclusion were wrong, you might still glean important accurate i…

I agree with the general thrust of this, but it's worth noting that the author does _slightly_ better than is typical for LLM-based analyses: they released the dataset of book-labeled posts. You can at least estimate the false-positive rate from that, by sampling the results. (You can't estimate false-negative rate, though.)

Ideally authors attempt to do some sort of validation of the results at the LLM-labeling step and present that, but that rarely happens with these sorts of posts. I think that's pretty telling.

Re: The Hacker News Top books of 2023

#103

Earlier quoted context omitted.

eBay!

Oh wow, I'll have to look into that. Were you concerned it might be counterfeit?

Slightly but the seller was a vintage book specialist with a physical shop and a good reputation so I was less worried.

Re: The Hacker News Top books of 2023

#104

It's wild to me that Euclid's Elements made #15. Not that math isn't a great thing to learn but are hundreds of pages of (translated) straight propositions from over two millennia ago really such a superior means of learning vs everything written since that it's still the 3rd most referenced math book in the list? I mean it's not like the propositions will have changed but surely there are many improved arrangements…

I would imagine people aren't reading Euclid's Elements as a math textbook so much as a historical document

That's what I figured as well but the "first mention" link is comments about people using it as learning material!

Re: The Hacker News Top books of 2023

#105

Seeing my book Crafting Interpreters on this list is really really gratifying. :)

Great job, loved the book. Is there a plan for another one, perhaps this time focusing on compilers?

People have definitely asked for that. I don't think I'd be the best person to write a traditional compiler book. Most of my language experience is in front ends and interpreters. Maybe if I get more back end experience. But, also, I think that topic is fairly well covered by Engineering a Compiler.

I have thought about writing something around type checking. That aspect of compilers feels a little underserved to me. Types and Programming Languages does a brilliant job of talking about designing and understanding type systems. But it's less focused on just sitting down and building a working type checker. Most other compiler books seems to gloss over it quickly so they can rush to the fun back end stuff.

But it's hard because the way you implement the type checker depends so heavily on the underlying type system and those vary widely. Does the type system have subtyping or not? Are generics monomorphized? Etc. So I have no plans to write anything about that any time soon.

Also, between my first two books, I wrote almost every day for about a decade, so taking a nice long break from that has been nice.

Re: The Hacker News Top books of 2023

#106

A site similar to this I enjoy is Reddit Reads[1]. It displays the top books for most subreddits. A fun way to learn about a niche, hobby or internet culture is seeing what that group reads. [1] https://www.redditreads.com/

I may have browsed this for 2 hours during a meeting this morning. I also may have added 20 new books to my wishlist

Re: The Hacker News Top books of 2023

#107

Earlier quoted context omitted.

Great job, loved the book. Is there a plan for another one, perhaps this time focusing on compilers?

People have definitely asked for that. I don't think I'd be the best person to write a traditional compiler book. Most of my language experience is in front ends and interpreters. Maybe if I get more back end experience. But, also, I think that topic is fairly well covered by Engineering a Compiler. I have thought about writing something around type checking. That aspect of compilers feels a little underserved to me.…

Understood. Enjoy your break, you deserved it.

Re: The Hacker News Top books of 2023

#108

Earlier quoted context omitted.

It should be titled "How to win friends and influence people by being insincere".

I’m conflicted because on one hand I think, “did you people even read the book?” And on the other, if multiple people have this experience, the book was not written well enough to have a lasting impression of its intentions. Carnegie specifically mentions in the book how you need to be sincere and genuinely cultivate interest in people.

By asking to be sincere. Yeah thanks

Re: The Hacker News Top books of 2023

#109
post #14
post #12

I'm getting a certificate error hitting this site: https://image.non.io/a2349bf1-faba-49e4-85f4-4ef2ddbd9aa4.we... Anyone else seeing this?

This is due to the browser not trusting certificates from letsencrypt, you probably might also see this on other sites like stackoverflow, videolan etc. You need to import and trust the certificates for ISRG Root from[1] and should not see that error. [1] https://letsencrypt.org/certificates/

I dont think that's it. My sites that are using letsencrypt certs are fine, ie https://image.non.io/3dd1e56e-d8c8-4d0d-9d01-a7367a6ea794.we...
Post reply on HN