python

Extracting HN Book Recommendations with the ChatGPT API, Vol. II

This is a follow-on from the original blog post Extracting HN Book Recommendations with the ChatGPT API. Method used In the original post I didn’t describe the process used to arrive at the results. I originally had a much longer post with much discussion about the process, but it was too long and the structure was poor, so I rewrote it in a more concise form. In the process I excluded the explanatory stuff.

Extracting Hacker News Book Recommendations with the ChatGPT API

2023-10-12: I have written a followup with some details about the process used to generate this list: Extracting HN Book Recommendations with the ChatGPT API, Vol. II I love books and I enjoy reading through the Hacker News (HN) book recommendation threads. On HN, there’s almost 200 stories so far this year that have the separate word “book” in the title, and aren’t linked to another page. I wondered what the most commonly recommended or mention books are.

Which Consumer Computers Support AVX-512?

Update 2025-02-16: I’ll belatedly note that AMD’s Zen 4 and Zen 5 processors support AVX-512 instructions. So if your software makes use of it, then you’ll get a speed boost when processing large files on your PC. For the best throughput, AMDs desktop 9000 series (Zen 5) processors have a full-width 512-bit datapath for AVX-512 instructions, meaning they can process up to twice the instructions per clock for this type of instructions compared to Zen 4.