<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Jiří Jakeš</title>
    <link>https://jirijakes.com/</link>
    <description>Recent content on Jiří Jakeš</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Thu, 29 May 2025 00:00:00 +0800</lastBuildDate>
    <atom:link href="https://jirijakes.com/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>GraphQL with Emacs and Verb mode</title>
      <link>https://jirijakes.com/text/graphql-emacs-verb/</link>
      <pubDate>Thu, 29 May 2025 00:00:00 +0800</pubDate>
      <guid>https://jirijakes.com/text/graphql-emacs-verb/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://github.com/federicotdn/verb&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Verb&lt;/a&gt; is a capable mode for Emacs and Org mode that allows to define and perform HTTP calls.&#xA;Besides offering many useful features on its own, it also provides multiple ways how to extends its capabilities.&#xA;Thanks to them, it can be easily turned into GraphQL client.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Better coloring of search line and tags in notmuch</title>
      <link>https://jirijakes.com/text/notmuch-better-coloring/</link>
      <pubDate>Tue, 22 Oct 2024 00:00:00 +0800</pubDate>
      <guid>https://jirijakes.com/text/notmuch-better-coloring/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://notmuchmail.org/&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Notmuch&lt;/a&gt; is an email system enjoying an advanced integration with Emacs. It is based on assigning arbitrary number of tags to particular emails.&#xA;The tags and full-text search can then be used for defining various search queries. Notmuch can handle thousands and thousands of emails thanks&#xA;to the underlying Xapian database.&lt;/p&gt;&#xA;&lt;p&gt;When showing search results in Emacs, color of the whole line and particular tags can be configured based on their values.&#xA;Tags can be colored or their content overridden by &lt;code&gt;notmuch-tag-formats&lt;/code&gt;:&lt;/p&gt;</description>
    </item>
    <item>
      <title>BIP 85: Deterministic Entropy From BIP32 Keychains</title>
      <link>https://jirijakes.com/text/bip85/</link>
      <pubDate>Thu, 10 Aug 2023 00:00:00 +0800</pubDate>
      <guid>https://jirijakes.com/text/bip85/</guid>
      <description>&lt;p&gt;With the darkest of all words starts &lt;a href=&#34;https://bips.xyz/85&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;BIP 85&lt;/a&gt;, warning us about what awaits us:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Ash deės durbatulûk, ash yek gimbatul, ash htâp thrakatulûk, agh burzum-ishi kriptomul.&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;We the brave, however, will not be stopped by seeds, keys, paths or drngs. And our reward at the end of&#xA;everything will be sweet: deterministic derivation of entropy from an extended private key. Never again will we have&#xA;to backup multitude of seeds. One will suffice. Forever.&lt;/p&gt;</description>
    </item>
    <item>
      <title>BIP 39: Mnemonic code for generating deterministic keys</title>
      <link>https://jirijakes.com/text/bip39/</link>
      <pubDate>Wed, 26 Jul 2023 00:00:00 +0800</pubDate>
      <guid>https://jirijakes.com/text/bip39/</guid>
      <description>&lt;p&gt;Bitcoin is all about signing stuff and verifying signed stuff. Well, there may be a bit more to it but signing&#xA;and verifying are quite important. At the beginning of signing and verifying, there is a very large number that&#xA;no one is supposed to know. The &lt;em&gt;private key&lt;/em&gt;. This private key is a key to everything, mainly one&amp;rsquo;s funds. Human brains,&#xA;however, are not designed to deal with large numbers, they do better with words and phrases. That is why we were given&#xA;&lt;a href=&#34;https://bips.xyz/39&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;BIP 39&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>BIP 32: Hierarchical Deterministic Wallets</title>
      <link>https://jirijakes.com/text/bip32/</link>
      <pubDate>Fri, 30 Jun 2023 00:00:00 +0800</pubDate>
      <guid>https://jirijakes.com/text/bip32/</guid>
      <description>&lt;p&gt;Once upon a time, people using Bitcoin had to generate brand new private key for every new Bitcoin address. And remember all&#xA;the private keys they generated. It was inconvenient and dangerous. Then in 2012, hierarchical deterministic wallets&#xA;described in &lt;a href=&#34;https://bips.xyz/32&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;BIP 32&lt;/a&gt; came to save the mankind. Now one has to remember only one value, the &lt;em&gt;seed&lt;/em&gt;, and everything else can be&#xA;calculated from it. This article attempts to bring understanding how BIP 32 functions by implementing it.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
