Found in 5 comments on Hacker News
coder4life · 2022-06-03 · Original thread
Enough rope to shoot yourself in the foot - rules for C/C++ programmers - Allen I. Holub https://www.amazon.com/gp/product/0070296898/ref=dbs_a_def_r... - explained C++ to me in a way no others did

SQL for smarties - You like getting shit out of databases? Me too! https://www.amazon.com/Joe-Celkos-SQL-Smarties-Programming/d...

Light on Yoga/Light on Pranayama (breath control) BKS Iyengar Because you need to know your body better https://www.amazon.com/Light-Pr%C3%A3n%C3%A3y%C3%A3ma-Yogic-...

A handbook of Chinese healing herbs - Daniel Reid Why? Chinese herbalism is the root of many western drugs. Many still are untranslated to the pill: https://www.amazon.com/Handbook-Chinese-Healing-Herbs-Easy/d...

Vitality, Energy, Spirit: A Taoist Sourcebook - Kleary https://www.amazon.com/Vitality-Energy-Spirit-Sourcebook-Sha... - protect yourself, your mind.

andymoe · 2013-01-27 · Original thread
Start with sqlite (Easy to set up, file based, good for playing and for embedded systems) then PostgreSQL or MSSQL if you are going to be in Windows land. MySQL later if you have to. It's fallen out of favor in some communities since Oracle bought it and it's just not as powerful as PostgreSQL though it does the job.

Also go buy the book "Joe Celko's SQL for Smarties" [1] (And everything else he wrote on SQL...) and actually learn what SQL and DDL is really all about how to properly model data. Lean some SQL and DDL before you start messing with ORMs like Rails Active Record or SQLAlchemy and all that stuff.

[1] http://www.amazon.com/Joe-Celkos-SQL-Smarties-Fourth/dp/0123...

Also, maybe just go read "SQL For Web Nerds" right now but take it with a grain of salt and again forget Oracle for now. It's old but good... http://philip.greenspun.com/sql/

Fresh book recommendations delivered straight to your inbox every Thursday.