<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Krzysztof Jurewicz | EN</title>
    <description></description>
    <link>https://jurewicz.org.pl/</link>
    <atom:link href="https://jurewicz.org.pl/en/feed.xml" rel="self" type="application/rss+xml"/>
    <pubDate>Tue, 04 Oct 2022 12:07:18 +0200</pubDate>
    <lastBuildDate>Tue, 04 Oct 2022 12:07:18 +0200</lastBuildDate>
    <generator>Jekyll v3.8.6</generator>
    
      <item>
        <title>How to let senders prioritize your inbox and be happy with that</title>
        <description>&lt;p&gt;Your attention is precious. Value it.&lt;/p&gt;

</description>
        <pubDate>Mon, 08 Jun 2020 00:00:00 +0200</pubDate>
        <link>https://jurewicz.org.pl/en/blog/2020/06/08/mailflagger/</link>
        <guid isPermaLink="true">https://jurewicz.org.pl/en/blog/2020/06/08/mailflagger/</guid>
        
        
        <category>en</category>
        
      </item>
    
      <item>
        <title>A serverless ebook store — proof of concept</title>
        <description>&lt;p&gt;Among the design goals mentioned in &lt;a href=&quot;https://ercoin.tech/whitepaper.html&quot;&gt;the Ercoin’s whitepaper&lt;/a&gt; are:&lt;/p&gt;

</description>
        <pubDate>Tue, 26 Nov 2019 00:00:00 +0100</pubDate>
        <link>https://jurewicz.org.pl/en/blog/2019/11/26/a-serverless-ebook-store/</link>
        <guid isPermaLink="true">https://jurewicz.org.pl/en/blog/2019/11/26/a-serverless-ebook-store/</guid>
        
        
        <category>en</category>
        
      </item>
    
      <item>
        <title>Ercoin story</title>
        <description>&lt;p&gt;This post describes &lt;a href=&quot;https://ercoin.tech&quot;&gt;Ercoin&lt;/a&gt; story and sketches its place in the cryptocurrency ecosystem. For more pracical information, see &lt;a href=&quot;https://ercoin.tech&quot;&gt;the announcement of version 1.0.0 beta&lt;/a&gt; and &lt;a href=&quot;https://ercoin.tech/news/ibo.html&quot;&gt;the announcement of Initial Burn Offering&lt;/a&gt;.&lt;/p&gt;

</description>
        <pubDate>Tue, 08 Oct 2019 00:00:00 +0200</pubDate>
        <link>https://jurewicz.org.pl/en/blog/2019/10/08/ercoin-story/</link>
        <guid isPermaLink="true">https://jurewicz.org.pl/en/blog/2019/10/08/ercoin-story/</guid>
        
        
        <category>en</category>
        
      </item>
    
      <item>
        <title>A new cryptocurrency</title>
        <description>&lt;p&gt;I’ve released &lt;a href=&quot;https://gitlab.com/Ercoin/ercoin&quot;&gt;the code of a cryptocurrency I’ve been writing, currently named Ercoin&lt;/a&gt;. Planned features:&lt;/p&gt;

</description>
        <pubDate>Mon, 07 Aug 2017 00:00:00 +0200</pubDate>
        <link>https://jurewicz.org.pl/en/blog/2017/08/07/a-new-cryptocurrency/</link>
        <guid isPermaLink="true">https://jurewicz.org.pl/en/blog/2017/08/07/a-new-cryptocurrency/</guid>
        
        <category>Ercoin</category>
        
        <category>Erlang</category>
        
        
        <category>en</category>
        
      </item>
    
      <item>
        <title>What can be found inside BlackCoin’s blockchain</title>
        <description>&lt;p&gt;Bitcoin-related cryptocurrencies contain the &lt;a href=&quot;https://en.bitcoin.it/wiki/OP_RETURN&quot;&gt;&lt;code&gt;OP_RETURN&lt;/code&gt; opcode&lt;/a&gt; which can be used to create unspendable outputs, optionally containing some associated data. Usage of this opcode is generally not encouraged due to a threat of blockchain bloat, though &lt;a href=&quot;http://jurewicz.org.pl/en/blog/2016/02/24/dynamic-minimum-transaction-fees/&quot;&gt;if proper fee policy was introduced&lt;/a&gt;, it should do no harm. BlackCoin since version 1.2.3 contains &lt;a href=&quot;https://github.com/CoinBlack/blackcoin/commit/b0bf9eb77c777c42dcdb59f43609ad07117be8ad&quot;&gt;a command named “burn”&lt;/a&gt; which creates such outputs.&lt;/p&gt;

</description>
        <pubDate>Tue, 04 Jul 2017 00:00:00 +0200</pubDate>
        <link>https://jurewicz.org.pl/en/blog/2017/07/04/what-can-be-found-inside-blackcoins-blockchain/</link>
        <guid isPermaLink="true">https://jurewicz.org.pl/en/blog/2017/07/04/what-can-be-found-inside-blackcoins-blockchain/</guid>
        
        
        <category>en</category>
        
      </item>
    
      <item>
        <title>Application Blockchain Interface servers in Erlang</title>
        <description>&lt;p&gt;&lt;a href=&quot;https://github.com/KrzysiekJ/abci_server&quot;&gt;&lt;code&gt;abci_server&lt;/code&gt;&lt;/a&gt; has been released. It allows writing &lt;a href=&quot;https://github.com/tendermint/abci&quot;&gt;Application Blockchain Interface&lt;/a&gt; servers in Erlang. Basically a developer writes a state machine and &lt;code&gt;abci_server&lt;/code&gt; along with &lt;a href=&quot;https://tendermint.com&quot;&gt;Tendermint&lt;/a&gt; takes care of the blockchain consensus.&lt;/p&gt;

</description>
        <pubDate>Tue, 04 Apr 2017 00:00:00 +0200</pubDate>
        <link>https://jurewicz.org.pl/en/blog/2017/04/04/abci_server/</link>
        <guid isPermaLink="true">https://jurewicz.org.pl/en/blog/2017/04/04/abci_server/</guid>
        
        
        <category>en</category>
        
      </item>
    
      <item>
        <title>General balanced binary Merkle trees for Erlang</title>
        <description>&lt;p&gt;&lt;a href=&quot;https://github.com/KrzysiekJ/gb_merkle_trees&quot;&gt;&lt;code&gt;gb_merkle_trees&lt;/code&gt; Erlang library&lt;/a&gt; has been released. It provides a dictionary-like storage for binaries using general balanced binary Merkle trees.&lt;/p&gt;

</description>
        <pubDate>Tue, 28 Mar 2017 00:00:00 +0200</pubDate>
        <link>https://jurewicz.org.pl/en/blog/2017/03/28/gb_merkle_trees/</link>
        <guid isPermaLink="true">https://jurewicz.org.pl/en/blog/2017/03/28/gb_merkle_trees/</guid>
        
        
        <category>en</category>
        
      </item>
    
      <item>
        <title>BlackCoin packages for Fedora</title>
        <description>&lt;p&gt;The official &lt;a href=&quot;http://blackcoin.co&quot;&gt;BlackCoin&lt;/a&gt; binaries for Linux seem to be targeted for Ubuntu-related systems and don’t generally work on &lt;a href=&quot;https://getfedora.org/&quot;&gt;Fedora&lt;/a&gt;. Below are BlackCoin packages v1.2.4-1 for Fedora 24 and 25 (x86_64 architecture), containing both the &lt;code&gt;blackcoin-qt&lt;/code&gt; and &lt;code&gt;blackcoind&lt;/code&gt; binaries. Packages are signed using &lt;a href=&quot;https://jurewicz.org.pl/krzysztof_jurewicz.asc&quot;&gt;my PGP key&lt;/a&gt;.&lt;/p&gt;

</description>
        <pubDate>Wed, 22 Jun 2016 00:00:00 +0200</pubDate>
        <link>https://jurewicz.org.pl/en/blog/2016/06/22/blackcoin-for-fedora/</link>
        <guid isPermaLink="true">https://jurewicz.org.pl/en/blog/2016/06/22/blackcoin-for-fedora/</guid>
        
        
        <category>en</category>
        
      </item>
    
      <item>
        <title>A Jekyll plugin for template translation</title>
        <description>&lt;p&gt;I’ve released &lt;a href=&quot;https://github.com/KrzysiekJ/jekyll-i18n_tags&quot;&gt;a simple Jekyll plugin used to translate templates on this site&lt;/a&gt;.&lt;/p&gt;
</description>
        <pubDate>Sat, 09 Apr 2016 00:00:00 +0200</pubDate>
        <link>https://jurewicz.org.pl/en/blog/2016/04/09/jekyll-i18n_tags/</link>
        <guid isPermaLink="true">https://jurewicz.org.pl/en/blog/2016/04/09/jekyll-i18n_tags/</guid>
        
        
        <category>en</category>
        
      </item>
    
      <item>
        <title>A Jekyll plugin for Paspagon</title>
        <description>&lt;p&gt;I’ve written &lt;a href=&quot;https://github.com/KrzysiekJ/jekyll-paspagon&quot;&gt;a Jekyll plugin which allows selling blog posts&lt;/a&gt; for Bitcoin and BlackCoin, using Amazon S3 and &lt;a href=&quot;http://paspagon.com&quot;&gt;Paspagon&lt;/a&gt;. Key features:&lt;/p&gt;

</description>
        <pubDate>Tue, 22 Mar 2016 00:00:00 +0100</pubDate>
        <link>https://jurewicz.org.pl/en/blog/2016/03/22/jekyll-paspagon/</link>
        <guid isPermaLink="true">https://jurewicz.org.pl/en/blog/2016/03/22/jekyll-paspagon/</guid>
        
        
        <category>en</category>
        
      </item>
    
  </channel>
</rss>
