Skip to content

Commit

Permalink
deploy: ae4ef2c
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjonas committed Oct 12, 2023
1 parent 2fdfc20 commit 36ab25c
Show file tree
Hide file tree
Showing 17 changed files with 71 additions and 12 deletions.
2 changes: 1 addition & 1 deletion categories/podcast/index.html

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion categories/podcast/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,10 @@ Jonas. Welcome back to the show.
Jonas Schnelli:
Hey! Hi, Stephan. Thanks for having me.
Stephan Livera:
Jonas, Its been a while since we spoke on the show and I was excited to get another opportunity to chat with you and learn a little bit more and obviously talk about this on behalf of some of the newer listeners who are coming in and they may not be familiar with how does Bitcoin Core work.</description></item><item><title>Reproducible Builds</title><link>https://btctranscripts.com/chaincode-labs/chaincode-podcast/2020-11-30-carl-dong-reproducible-builds/</link><pubDate>Mon, 30 Nov 2020 00:00:00 +0000</pubDate><guid>https://btctranscripts.com/chaincode-labs/chaincode-podcast/2020-11-30-carl-dong-reproducible-builds/</guid><description>Location: Chaincode Labs Podcast (Episode 9 and 10)
Jonas, Its been a while since we spoke on the show and I was excited to get another opportunity to chat with you and learn a little bit more and obviously talk about this on behalf of some of the newer listeners who are coming in and they may not be familiar with how does Bitcoin Core work.</description></item><item><title>UTXOs (Chaincode Decoded) - Episode 5</title><link>https://btctranscripts.com/chaincode-labs/chaincode-podcast/utxos-chaincode-decoded-episode-5/</link><pubDate>Tue, 01 Dec 2020 00:00:00 +0000</pubDate><guid>https://btctranscripts.com/chaincode-labs/chaincode-podcast/utxos-chaincode-decoded-episode-5/</guid><description>Introduction John Newbery: 00:00:00
If we go back in time to version 0.1, all that was stored was the blockchain and I think a marker saying whether that coin was spent or not. I mean that&amp;rsquo;s okay for your first version but it doesn&amp;rsquo;t really scale and it&amp;rsquo;s bad performance because every time you want to access a coin you need to read it from disk.
Adam Jonas: 00:00:28
Welcome back to the Chaincode Podcast.</description></item><item><title>Reproducible Builds</title><link>https://btctranscripts.com/chaincode-labs/chaincode-podcast/2020-11-30-carl-dong-reproducible-builds/</link><pubDate>Mon, 30 Nov 2020 00:00:00 +0000</pubDate><guid>https://btctranscripts.com/chaincode-labs/chaincode-podcast/2020-11-30-carl-dong-reproducible-builds/</guid><description>Location: Chaincode Labs Podcast (Episode 9 and 10)
Carl Dong’s presentation at Breaking Bitcoin 2019 on “Bitcoin Build System Security”: https://diyhpl.us/wiki/transcripts/breaking-bitcoin/2019/bitcoin-build-system/
Intro Adam Jonas (AJ): Welcome to the Chaincode podcast Carl.
Carl Dong (CD): Hello.
Expand Down
3 changes: 2 additions & 1 deletion chaincode-labs/chaincode-podcast/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
Compact Blocks and Fibre</a></li><li class="h6 child-links py-1"><a href=/chaincode-labs/chaincode-podcast/2021-05-12-matt-corallo-ldk/>Matt Corallo -
Lightning Development Kit</a></li><li class="h6 child-links py-1"><a href=/chaincode-labs/chaincode-podcast/2020-01-28-pieter-wuille/>Pieter Wuille -
Pieter Wuille</a></li><li class="h6 child-links py-1"><a href=/chaincode-labs/chaincode-podcast/2020-11-30-carl-dong-reproducible-builds/>Carl Dong -
Reproducible Builds</a></li></ul><div class=row></div></div></div></div><script src=https://btctranscripts.com/lib/jquery.min.js></script>
Reproducible Builds</a></li><li class="h6 child-links py-1"><a href=/chaincode-labs/chaincode-podcast/utxos-chaincode-decoded-episode-5/>Adam Jonas, John Newbery -
UTXOs (Chaincode Decoded) - Episode 5</a></li></ul><div class=row></div></div></div></div><script src=https://btctranscripts.com/lib/jquery.min.js></script>
<script src=https://btctranscripts.com/lib/popper.min.js></script>
<script src=https://btctranscripts.com/js/bootstrap.min.js></script>
<script type=text/javascript src=/plugins/lunr.min.js></script>
Expand Down
5 changes: 4 additions & 1 deletion chaincode-labs/chaincode-podcast/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ rust-lightning repo: https://github.com/rust-bitcoin/rust-lightning
Intro Adam Jonas (AJ): Welcome back to the office Matt, glad to have you back on the podcast.
Matt Corallo (MC): Thank you.
Update on LDK AJ: We are going to start with LDK. Where are we at? What is going on?
MC: If listeners are aware LDK kind of grew out of a project that I started a few years ago when I was working at Chaincode called rust-lightning.</description></item><item><title>Reproducible Builds</title><link>https://btctranscripts.com/chaincode-labs/chaincode-podcast/2020-11-30-carl-dong-reproducible-builds/</link><pubDate>Mon, 30 Nov 2020 00:00:00 +0000</pubDate><guid>https://btctranscripts.com/chaincode-labs/chaincode-podcast/2020-11-30-carl-dong-reproducible-builds/</guid><description>Location: Chaincode Labs Podcast (Episode 9 and 10)
MC: If listeners are aware LDK kind of grew out of a project that I started a few years ago when I was working at Chaincode called rust-lightning.</description></item><item><title>UTXOs (Chaincode Decoded) - Episode 5</title><link>https://btctranscripts.com/chaincode-labs/chaincode-podcast/utxos-chaincode-decoded-episode-5/</link><pubDate>Tue, 01 Dec 2020 00:00:00 +0000</pubDate><guid>https://btctranscripts.com/chaincode-labs/chaincode-podcast/utxos-chaincode-decoded-episode-5/</guid><description>Introduction John Newbery: 00:00:00
If we go back in time to version 0.1, all that was stored was the blockchain and I think a marker saying whether that coin was spent or not. I mean that&amp;rsquo;s okay for your first version but it doesn&amp;rsquo;t really scale and it&amp;rsquo;s bad performance because every time you want to access a coin you need to read it from disk.
Adam Jonas: 00:00:28
Welcome back to the Chaincode Podcast.</description></item><item><title>Reproducible Builds</title><link>https://btctranscripts.com/chaincode-labs/chaincode-podcast/2020-11-30-carl-dong-reproducible-builds/</link><pubDate>Mon, 30 Nov 2020 00:00:00 +0000</pubDate><guid>https://btctranscripts.com/chaincode-labs/chaincode-podcast/2020-11-30-carl-dong-reproducible-builds/</guid><description>Location: Chaincode Labs Podcast (Episode 9 and 10)
Carl Dong’s presentation at Breaking Bitcoin 2019 on “Bitcoin Build System Security”: https://diyhpl.us/wiki/transcripts/breaking-bitcoin/2019/bitcoin-build-system/
Intro Adam Jonas (AJ): Welcome to the Chaincode podcast Carl.
Carl Dong (CD): Hello.
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion en/sitemap.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.json

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions speakers/adam-jonas/index.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions speakers/adam-jonas/index.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Adam Jonas on ₿itcoin Transcripts</title><link>https://btctranscripts.com/speakers/adam-jonas/</link><description>Recent content in Adam Jonas on ₿itcoin Transcripts</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Tue, 01 Dec 2020 00:00:00 +0000</lastBuildDate><atom:link href="https://btctranscripts.com/speakers/adam-jonas/index.xml" rel="self" type="application/rss+xml"/><item><title>UTXOs (Chaincode Decoded) - Episode 5</title><link>https://btctranscripts.com/chaincode-labs/chaincode-podcast/utxos-chaincode-decoded-episode-5/</link><pubDate>Tue, 01 Dec 2020 00:00:00 +0000</pubDate><guid>https://btctranscripts.com/chaincode-labs/chaincode-podcast/utxos-chaincode-decoded-episode-5/</guid><description>Introduction John Newbery: 00:00:00
If we go back in time to version 0.1, all that was stored was the blockchain and I think a marker saying whether that coin was spent or not. I mean that&amp;rsquo;s okay for your first version but it doesn&amp;rsquo;t really scale and it&amp;rsquo;s bad performance because every time you want to access a coin you need to read it from disk.
Adam Jonas: 00:00:28
Welcome back to the Chaincode Podcast.</description></item></channel></rss>
2 changes: 1 addition & 1 deletion speakers/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion speakers/index.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion speakers/john-newbery/index.html

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion speakers/john-newbery/index.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>John Newbery on ₿itcoin Transcripts</title><link>https://btctranscripts.com/speakers/john-newbery/</link><description>Recent content in John Newbery on ₿itcoin Transcripts</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Wed, 08 Apr 2020 00:00:00 +0000</lastBuildDate><atom:link href="https://btctranscripts.com/speakers/john-newbery/index.xml" rel="self" type="application/rss+xml"/><item><title>Contracts in Bitcoin</title><link>https://btctranscripts.com/chaincode-labs/2020-04-08-john-newbery-contracts-in-bitcoin/</link><pubDate>Wed, 08 Apr 2020 00:00:00 +0000</pubDate><guid>https://btctranscripts.com/chaincode-labs/2020-04-08-john-newbery-contracts-in-bitcoin/</guid><description>Location: She256 Onboarding to Bitcoin Webinar
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>John Newbery on ₿itcoin Transcripts</title><link>https://btctranscripts.com/speakers/john-newbery/</link><description>Recent content in John Newbery on ₿itcoin Transcripts</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Tue, 01 Dec 2020 00:00:00 +0000</lastBuildDate><atom:link href="https://btctranscripts.com/speakers/john-newbery/index.xml" rel="self" type="application/rss+xml"/><item><title>UTXOs (Chaincode Decoded) - Episode 5</title><link>https://btctranscripts.com/chaincode-labs/chaincode-podcast/utxos-chaincode-decoded-episode-5/</link><pubDate>Tue, 01 Dec 2020 00:00:00 +0000</pubDate><guid>https://btctranscripts.com/chaincode-labs/chaincode-podcast/utxos-chaincode-decoded-episode-5/</guid><description>Introduction John Newbery: 00:00:00
If we go back in time to version 0.1, all that was stored was the blockchain and I think a marker saying whether that coin was spent or not. I mean that&amp;rsquo;s okay for your first version but it doesn&amp;rsquo;t really scale and it&amp;rsquo;s bad performance because every time you want to access a coin you need to read it from disk.
Adam Jonas: 00:00:28
Welcome back to the Chaincode Podcast.</description></item><item><title>Contracts in Bitcoin</title><link>https://btctranscripts.com/chaincode-labs/2020-04-08-john-newbery-contracts-in-bitcoin/</link><pubDate>Wed, 08 Apr 2020 00:00:00 +0000</pubDate><guid>https://btctranscripts.com/chaincode-labs/2020-04-08-john-newbery-contracts-in-bitcoin/</guid><description>Location: She256 Onboarding to Bitcoin Webinar
Introduction John: My name is John. I am a Bitcoin Protocol Engineer at Chaincode Labs in New York. I&amp;rsquo;m going to talk about contracts a little bit from a theoretical perspective, but I&amp;rsquo;m not a lawyer, and I&amp;rsquo;m not a legal scholar. For all of you legally minded people out there, I apologize in advance if I gobble this and say some nonsense.
Before I do that, I&amp;rsquo;m going to tell you a story and the story based on this picture.</description></item><item><title>Bitcoin Core Wallet Development</title><link>https://btctranscripts.com/chaincode-labs/chaincode-residency/2019-06-19-john-newbery-wallet-development/</link><pubDate>Wed, 19 Jun 2019 00:00:00 +0000</pubDate><guid>https://btctranscripts.com/chaincode-labs/chaincode-residency/2019-06-19-john-newbery-wallet-development/</guid><description>Wallet Development in Bitcoin Core
Location: Chaincode Labs 2019 Residency
Expand Down
2 changes: 1 addition & 1 deletion tags/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tags/index.xml

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions tags/utxo/index.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions tags/utxo/index.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>utxo on ₿itcoin Transcripts</title><link>https://btctranscripts.com/tags/utxo/</link><description>Recent content in utxo on ₿itcoin Transcripts</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Tue, 01 Dec 2020 00:00:00 +0000</lastBuildDate><atom:link href="https://btctranscripts.com/tags/utxo/index.xml" rel="self" type="application/rss+xml"/><item><title>UTXOs (Chaincode Decoded) - Episode 5</title><link>https://btctranscripts.com/chaincode-labs/chaincode-podcast/utxos-chaincode-decoded-episode-5/</link><pubDate>Tue, 01 Dec 2020 00:00:00 +0000</pubDate><guid>https://btctranscripts.com/chaincode-labs/chaincode-podcast/utxos-chaincode-decoded-episode-5/</guid><description>Introduction John Newbery: 00:00:00
If we go back in time to version 0.1, all that was stored was the blockchain and I think a marker saying whether that coin was spent or not. I mean that&amp;rsquo;s okay for your first version but it doesn&amp;rsquo;t really scale and it&amp;rsquo;s bad performance because every time you want to access a coin you need to read it from disk.
Adam Jonas: 00:00:28
Welcome back to the Chaincode Podcast.</description></item></channel></rss>

0 comments on commit 36ab25c

Please sign in to comment.