Skip to content

Commit

Permalink
deploy: 56edd37
Browse files Browse the repository at this point in the history
  • Loading branch information
0xBEEFCAF3 committed Oct 13, 2024
1 parent 17bde68 commit b3bec1d
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@
<h2>Socratic Seminars</h2>
<ul class="posts">

<li>
<time>15 Oct 2024</time>
»
<a href="https://www.bostonbitdevs.org/socratic-26/">Socratic Seminar 26</a>
</li>

<li>
<time>24 Sep 2024</time>
»
Expand Down
4 changes: 4 additions & 0 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,8 @@
<loc>https://www.bostonbitdevs.org/socratic-25/</loc>
<lastmod>2024-09-24</lastmod>
</url>
<url>
<loc>https://www.bostonbitdevs.org/socratic-26/</loc>
<lastmod>2024-10-15</lastmod>
</url>
</urlset>
85 changes: 85 additions & 0 deletions socratic-26/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
<!DOCTYPE html>
<!-- The Times 03/Jan/2009 Chancellor on brink of second bailout for banks -->
<html lang="en">
<head>
<meta charset="utf-8" />
<title>
Boston Bitcoin Devs | Socratic Seminar 26
</title>
<meta
name="description"
content="Website for the Boston Bitcoin Developer Meetup."
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Boston Bitcoin Devs" />
<link
rel="alternate"
type="application/atom+xml"
title="Atom Feed"
href="/feed.xml"
/>
<link href="/index.css" rel="stylesheet" type="text/css" />
</head>
<body>
<header>
<a href="/">Boston Bitcoin Devs</a>
<nav>
<a href="https://www.meetup.com/boston-bitdevs/events"
>Meetup</a
>
<a href="https://github.com/0xBEEFCAF3/bostonbitdevs">GitHub</a>
</nav>
</header>
<hr />
<article>
<h1>Socratic Seminar 26</h1>
<p><strong>2024-10-15</strong></p>
<h2 id="housekeeping-broom">Housekeeping 🧹</h2>
<ul>
<li><a href="https://bitdevs.org/about#socratic-seminars">What is a Socratic Seminar?</a></li>
<li>Questions are encouraged, including basic ones! Suggest topics for the next Socratic Seminar <a href="https://github.com/0xBEEFCAF3/bostonbitdevs/issues/new">here</a>.</li>
<li>No photos, videos, or recordings.</li>
<li><a href="https://www.chathamhouse.org/about-us/chatham-house-rule">Chatham House Rule</a>: You are free to share discussions and learnings from Boston BitDevs, but do not reveal the source of the information. Do not share the identity of any of the speakers or participants.</li>
</ul>
<h2 id="topics">Topics</h2>
<p><a href="https://github.com/bitcoin/bitcoin/blob/5de225f5c145368f70cb5f870933bcf9df6b92c8/doc/release-notes.md">Bitcoin Core 28.0 release</a></p>
<p><a href="https://www.coincenter.org/analysis-the-disappointing-denial-of-tornado-devs-motion-to-dismiss/">Analysis of the disappointing denial of Tornado Devs' motion to dismiss</a></p>
<p><a href="https://github.com/siv2r/bip-frost-signing">FROST Signing BIP</a></p>
<p><a href="https://github.com/BlockstreamResearch/bip-frost-dkg">FROST DKG BIP</a></p>
<p><a href="https://ocean.xyz/docs/datum">Ocean Datum</a></p>
<h2 id="security">Security</h2>
<p><a href="https://github.com/MetacoSA/NBitcoin/pull/1228">NBitcoin Musig2 nonce reuse</a></p>
<p><a href="https://github.com/bitcoin/bitcoin/pull/29816">Core Vulnerability Disclosures</a></p>
<ul>
<li>
<p><a href="https://bitcoincore.org/en/2024/10/08/disclose-mutated-blocks-hindering-propagation/">Disclosure of hindered block propagation due to mutated blocks</a></p>
</li>
<li>
<p><a href="https://bitcoincore.org/en/2024/10/08/disclose-mutated-blocks-hindering-propagation/">Disclosure of hindered block propagation due to mutated blocks</a></p>
</li>
<li>
<p><a href="https://bitcoincore.org/en/2024/10/08/disclose-large-inv-to-send/">Disclosure of DoS due to inv-to-send sets growing too large</a></p>
</li>
<li>
<p><a href="https://bitcoincore.org/en/2024/10/08/disclose-blocktxn-crash/">CVE-2024-35202 BlockTxn Crash</a></p>
</li>
</ul>
<h2 id="research">Research</h2>
<p><a href="https://www.allocin.it/uploads/placeholder-bitcoin.pdf">Bitcoin PIPE</a></p>
<ul>
<li><a href="https://rubin.io/public/pdfs/fedcov.pdf">Related: FedCov</a></li>
</ul>
<h2 id="software-releases">Software Releases</h2>
<p><a href="https://github.com/bitcoindevkit/BDKSwiftExampleWallet">BDK Swift Example Wallet for mobile</a></p>
<p><a href="https://github.com/bitcoin-core/secp256k1/pull/1479">Musig2 Support merged in Secp256k1</a></p>
<p><a href="https://dlcmarkets.com/">DLC Markets</a></p>
</article>
<hr />
<footer>
<span>
Sponsored by
<a href="https://foundationdevices.com/">Foundation</a>, <a href="https://www.fcatalyst.com/overview">Fidelity Center for Applied Technology</a>, the <a href="https://bitcoin.mit.edu/">MIT Bitcoin Club</a>, <a href="https://cequals.xyz/">c=</a>, <a href="https://coinmetrics.io/">Coin Metrics</a> and <a href="https://www.smilesbitcoin.com/">sMiles</a>
</span>
</footer>
</body>
</html>
6 changes: 6 additions & 0 deletions socratic/2024/10/15/socratic-26.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<!doctype html>
<meta charset="utf-8">
<link rel="canonical" href="https://www.bostonbitdevs.org/socratic-26/">
<meta http-equiv="refresh" content="0; url=https://www.bostonbitdevs.org/socratic-26/">
<title>Redirect</title>
<p><a href="https://www.bostonbitdevs.org/socratic-26/">Click here</a> to be redirected.</p>

0 comments on commit b3bec1d

Please sign in to comment.