Markdown Toolbox Logo Markdown Toolbox
Home
Blog

Algorithms to Live By Algorithms to Live By: The Computer Science of Human Decisions by Brian Christian and Tom Griffiths

This is a nonfiction book that made me stop and think several times. I really enjoyed finding ways that computer science could be applied to normal life and decision making. Especially useful for the technically inclined, but useful for many. I recommend checking it out.

Affiliate Link - As an Amazon Associate I earn from qualifying purchases.

Wednesday, November 29, 2023

In Markdown, # is used for creating headers of different levels, while = and - are used for underlining text to create Header 1 and Header 2, respectively.

# Header 1
Header 1
=======

## Header 2
Header 2
-------

Header 1

Header 1

Header 2

Header 2