<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Books on deskriders</title>
    <link>/tags/books/</link>
    <description>Recent content in Books on deskriders</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sat, 21 Jun 2025 07:50:18 +0100</lastBuildDate>
    <atom:link href="/tags/books/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Book recommendations from Ryan Petersen Tweet</title>
      <link>/posts/1750488618-book-recommendations-typesfast-tweet/</link>
      <pubDate>Sat, 21 Jun 2025 07:50:18 +0100</pubDate>
      <guid>/posts/1750488618-book-recommendations-typesfast-tweet/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;/images/2025/06/21/1750489572-1.png&#34; alt=&#34;images/2025/06/21/1750489572-1.png&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://x.com/typesfast/status/1930617097068912787&#34;&gt;https://x.com/typesfast/status/1930617097068912787&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;by Chris Ceausu&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Lords of Finance” by Liaquat Ahamed — hands down. Incredible deep dive into the central bankers who shaped (and broke) the global economy post-WWI. Still insanely relevant today.&#xA;&lt;img src=&#34;https://pbs.twimg.com/media/GsruvEYaEAA8Etw?format=jpg&amp;amp;name=900x900&#34; alt=&#34;Book Image&#34;&gt;&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;&lt;strong&gt;by Moses Kagan&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Lots of candidates, but I think it&amp;rsquo;s:&#xA;&lt;img src=&#34;https://pbs.twimg.com/media/GsruxXnaQAAU5DY?format=png&amp;amp;name=900x900&#34; alt=&#34;Book Image&#34;&gt;&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;&lt;strong&gt;by uɐɥdǝʇS&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;this but it&amp;rsquo;s a history book of the future&#xA;&lt;img src=&#34;https://pbs.twimg.com/media/Gsru8cHXQAA1Xh7?format=png&amp;amp;name=small&#34; alt=&#34;Book Image&#34;&gt;&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;&lt;strong&gt;by Evan Gelion&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Bernal Diaz del Bastillo’s memoirs on Cortez’s Aztec expedition&#xA;Reads like an action novel. Very eye opening&#xA;&lt;img src=&#34;https://pbs.twimg.com/media/Gsru_38WcAAg-62?format=jpg&amp;amp;name=small&#34; alt=&#34;Book Image&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>EPUB to Conversational Audio: AI-Powered Podcast Generator</title>
      <link>/posts/1737196960-epub-to-audio-setup/</link>
      <pubDate>Sat, 18 Jan 2025 10:42:41 +0000</pubDate>
      <guid>/posts/1737196960-epub-to-audio-setup/</guid>
      <description>&lt;p&gt;This script extracts text from an EPUB file, formats it, and converts it into an engaging audio podcast.&#xA;It uses AI-based transcript generation, rewriting, and text-to-speech synthesis to create a conversational and captivating audio output.&lt;/p&gt;&#xA;&lt;p&gt;Here is the &lt;a href=&#34;https://github.com/namuan/llm-playground/blob/main/epub-to-audio.py&#34;&gt;source code&lt;/a&gt;&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;git clone https://github.com/namuan/llm-playground.git&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;pre-requisites&#34;&gt;Pre-Requisites:&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;MLX Qwen2.5 Models:&#xA;&lt;ul&gt;&#xA;&lt;li&gt;These will be downloaded when the script runs for the first time.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;FIRST_PASS_LLM = &amp;#34;mlx-community/Qwen2.5-14B-Instruct-4bit&amp;#34;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;SECOND_PASS_LLM = &amp;#34;mlx-community/Qwen2.5-7B-Instruct-4bit&amp;#34;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Although you can configure a different MLX model if you already have it downloaded.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Book recommendations from Mary Rose Cook Tweet</title>
      <link>/posts/1733520014-book-recommendations-maryrosecook-tweet/</link>
      <pubDate>Fri, 06 Dec 2024 21:20:14 +0000</pubDate>
      <guid>/posts/1733520014-book-recommendations-maryrosecook-tweet/</guid>
      <description>&lt;p&gt;Collection of interesting books from this &lt;a href=&#34;https://x.com/maryrosecook/status/1864364847150014926?s=12&#34;&gt;tweet&lt;/a&gt;&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Looking for book recommendations. UI design, history of technology, memoirs, how the world works, how something was made.&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;h3 id=&#34;books&#34;&gt;Books&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;A Language Older Than Words&lt;/strong&gt; - &lt;a href=&#34;https://www.goodreads.com/book/show/60970.A_Language_Older_Than_Words&#34;&gt;https://www.goodreads.com/book/show/60970.A_Language_Older_Than_Words&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;A Pattern Language&lt;/strong&gt; - &lt;a href=&#34;https://www.goodreads.com/book/show/79766.A_Pattern_Language&#34;&gt;https://www.goodreads.com/book/show/79766.A_Pattern_Language&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Against the Odds (James Dyson autobio)&lt;/strong&gt; - &lt;a href=&#34;https://www.goodreads.com/en/book/show/955045.Against_the_Odds&#34;&gt;https://www.goodreads.com/en/book/show/955045.Against_the_Odds&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Asterios Polyp&lt;/strong&gt; - &lt;a href=&#34;https://www.goodreads.com/book/show/4070095-asterios-polyp&#34;&gt;https://www.goodreads.com/book/show/4070095-asterios-polyp&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Bonfire of the Vanities&lt;/strong&gt; - &lt;a href=&#34;https://www.goodreads.com/book/show/2666.The_Bonfire_of_the_Vanities&#34;&gt;https://www.goodreads.com/book/show/2666.The_Bonfire_of_the_Vanities&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Building SimCity&lt;/strong&gt; - &lt;a href=&#34;https://www.goodreads.com/author/show/42653907.Chaim_Gingold&#34;&gt;https://www.goodreads.com/author/show/42653907.Chaim_Gingold&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Chaos&lt;/strong&gt; - &lt;a href=&#34;https://www.goodreads.com/book/show/64582.Chaos&#34;&gt;https://www.goodreads.com/book/show/64582.Chaos&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Code Name Ginger&lt;/strong&gt; - &lt;a href=&#34;https://www.goodreads.com/en/book/show/1889947.Code_Name_Ginger&#34;&gt;https://www.goodreads.com/en/book/show/1889947.Code_Name_Ginger&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Failure Is Not an Option&lt;/strong&gt; - &lt;a href=&#34;https://www.goodreads.com/book/show/141499.Failure_is_Not_an_Option&#34;&gt;https://www.goodreads.com/book/show/141499.Failure_is_Not_an_Option&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Game Feel&lt;/strong&gt; - &lt;a href=&#34;https://www.goodreads.com/book/show/42989445&#34;&gt;https://www.goodreads.com/book/show/42989445&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Game Over (early history of Nintendo)&lt;/strong&gt; - &lt;a href=&#34;https://www.goodreads.com/work/editions/858602-game-over-press-start-to-continue&#34;&gt;https://www.goodreads.com/work/editions/858602-game-over-press-start-to-continue&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;In praise of shadows&lt;/strong&gt; - &lt;a href=&#34;https://www.goodreads.com/book/show/34473.In_Praise_of_Shadows&#34;&gt;https://www.goodreads.com/book/show/34473.In_Praise_of_Shadows&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;del&gt;Making of Prince of Persia&lt;/del&gt;&lt;/strong&gt; - &lt;a href=&#34;https://www.goodreads.com/book/show/13561618-the-making-of-prince-of-persia&#34;&gt;https://www.goodreads.com/book/show/13561618-the-making-of-prince-of-persia&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;del&gt;Masters of Doom&lt;/del&gt;&lt;/strong&gt; - &lt;a href=&#34;https://www.goodreads.com/book/show/222146.Masters_of_Doom&#34;&gt;https://www.goodreads.com/book/show/222146.Masters_of_Doom&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Mindstorms&lt;/strong&gt; - &lt;a href=&#34;https://www.goodreads.com/book/show/703532.Mindstorms&#34;&gt;https://www.goodreads.com/book/show/703532.Mindstorms&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Origins of Form&lt;/strong&gt; - &lt;a href=&#34;https://www.goodreads.com/book/show/4008634-origins-of-form&#34;&gt;https://www.goodreads.com/book/show/4008634-origins-of-form&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Orbital by Samantha Harvey&lt;/strong&gt; - &lt;a href=&#34;https://www.goodreads.com/book/show/123136728-orbital&#34;&gt;https://www.goodreads.com/book/show/123136728-orbital&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Revolution in The Valley&lt;/strong&gt; - &lt;a href=&#34;https://goodreads.com/book/show/40492.Revolution_in_The_Valley_The_Insanely_Great_Story_of_How_the_Mac_Was_Made&#34;&gt;https://goodreads.com/book/show/40492.Revolution_in_The_Valley_The_Insanely_Great_Story_of_How_the_Mac_Was_Made&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Regarding the Pain of Others&lt;/strong&gt; - &lt;a href=&#34;https://www.goodreads.com/book/show/52373.Regarding_the_Pain_of_Others&#34;&gt;https://www.goodreads.com/book/show/52373.Regarding_the_Pain_of_Others&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Scorsese on Scorsese&lt;/strong&gt; - &lt;a href=&#34;https://www.goodreads.com/book/show/641355.Scorsese_on_Scorsese&#34;&gt;https://www.goodreads.com/book/show/641355.Scorsese_on_Scorsese&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;del&gt;Showstopper (on Windows NT)&lt;/del&gt;&lt;/strong&gt; - &lt;a href=&#34;https://www.goodreads.com/en/book/show/1416925.Show_Stopper&#34;&gt;https://www.goodreads.com/en/book/show/1416925.Show_Stopper&lt;/a&gt;_&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Skunk Works&lt;/strong&gt; - &lt;a href=&#34;https://www.goodreads.com/book/show/101438.Skunk_Works&#34;&gt;https://www.goodreads.com/book/show/101438.Skunk_Works&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;The Friendly Orange Glow&lt;/strong&gt; - &lt;a href=&#34;https://www.goodreads.com/book/show/34373814-the-friendly-orange-glow&#34;&gt;https://www.goodreads.com/book/show/34373814-the-friendly-orange-glow&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;The Making of the Atomic Bomb&lt;/strong&gt; - &lt;a href=&#34;https://www.goodreads.com/en/book/show/16884.The_Making_of_the_Atomic_Bomb&#34;&gt;https://www.goodreads.com/en/book/show/16884.The_Making_of_the_Atomic_Bomb&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;The Wright Brothers (McCullough)&lt;/strong&gt; - &lt;a href=&#34;https://www.goodreads.com/en/book/show/22609391-the-wright-brothers&#34;&gt;https://www.goodreads.com/en/book/show/22609391-the-wright-brothers&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Timeless Way of Building&lt;/strong&gt; - &lt;a href=&#34;https://www.goodreads.com/fa/book/show/106728&#34;&gt;https://www.goodreads.com/fa/book/show/106728&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Train Dreams&lt;/strong&gt; - &lt;a href=&#34;https://www.goodreads.com/book/show/12991188-train-dreams&#34;&gt;https://www.goodreads.com/book/show/12991188-train-dreams&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Unix: A History and a Memoir&lt;/strong&gt; - &lt;a href=&#34;https://www.goodreads.com/en/book/show/53011383-unix&#34;&gt;https://www.goodreads.com/en/book/show/53011383-unix&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Why information grows&lt;/strong&gt; - &lt;a href=&#34;https://www.goodreads.com/book/show/20763722-why-information-grows&#34;&gt;https://www.goodreads.com/book/show/20763722-why-information-grows&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Working by Studs Terkel&lt;/strong&gt; - &lt;a href=&#34;https://www.goodreads.com/author/show/33716.Studs_Terkel&#34;&gt;https://www.goodreads.com/author/show/33716.Studs_Terkel&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;&lt;del&gt;Thinking In Systems: A Primer&lt;/del&gt;&lt;/strong&gt; - &lt;a href=&#34;https://www.goodreads.com/book/show/3828902-thinking-in-systems&#34;&gt;https://www.goodreads.com/book/show/3828902-thinking-in-systems&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;em&gt;Crossed off the books that I&amp;rsquo;ve already read&lt;/em&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
