Skip to content

Commit

Permalink
Deploying to gh-pages from @ d0296d4 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesNakayama committed Jan 26, 2024
1 parent 105db4b commit d9c6544
Show file tree
Hide file tree
Showing 17 changed files with 202 additions and 0 deletions.
2 changes: 2 additions & 0 deletions about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@

<li><a href="/projects/">Projects</a></li>

<li><a href="/resources/">Resources</a></li>

<li><a href="/about/">About</a></li>

</ul>
Expand Down
2 changes: 2 additions & 0 deletions categories/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@

<li><a href="/projects/">Projects</a></li>

<li><a href="/resources/">Resources</a></li>

<li><a href="/about/">About</a></li>

</ul>
Expand Down
2 changes: 2 additions & 0 deletions give-truth-the-advantage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@

<li><a href="/projects/">Projects</a></li>

<li><a href="/resources/">Resources</a></li>

<li><a href="/about/">About</a></li>

</ul>
Expand Down
2 changes: 2 additions & 0 deletions human-alignment-technology/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@

<li><a href="/projects/">Projects</a></li>

<li><a href="/resources/">Resources</a></li>

<li><a href="/about/">About</a></li>

</ul>
Expand Down
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@

<li><a href="/projects/">Projects</a></li>

<li><a href="/resources/">Resources</a></li>

<li><a href="/about/">About</a></li>

</ul>
Expand All @@ -75,6 +77,8 @@





<article class="archive-item">
<a href="/social-network/" class="archive-item-link">We&#39;re Building the Social Network of the Future</a>
<span class="archive-item-date">
Expand Down
2 changes: 2 additions & 0 deletions post/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@

<li><a href="/projects/">Projects</a></li>

<li><a href="/resources/">Resources</a></li>

<li><a href="/about/">About</a></li>

</ul>
Expand Down
2 changes: 2 additions & 0 deletions projects/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@

<li><a href="/projects/">Projects</a></li>

<li><a href="/resources/">Resources</a></li>

<li><a href="/about/">About</a></li>

</ul>
Expand Down
159 changes: 159 additions & 0 deletions resources/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,159 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Resources"/>
<meta name="twitter:description" content="This is a curated list of links to resources on the Internet we found helpful along the way.
Education and Theory Entropy (for data science) Clearly Explained!!! (StatQuest) Youtube video explaining surprisal and entropy."/>




<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Hugo 0.111.3">


<title>Resources - Social Protocols</title>
<meta property="og:title" content="Resources - Social Protocols">


<link href='https://social-protocols.org/favicon.ico' rel='icon' type='image/x-icon'/>











<link rel="stylesheet" href="/css/fonts.css" media="all">
<link rel="stylesheet" href="/css/main.css" media="all">

<script data-goatcounter="https://socialprotocols.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>



</head>
<body>
<div class="wrapper">
<header class="header">
<nav class="nav">
<a href="/" class="nav-title">
Social Protocols
</span>
<a href="/" class="nav-logo">

</a>

<ul class="nav-links">

<li><a href="/">Home</a></li>

<li><a href="/projects/">Projects</a></li>

<li><a href="/resources/">Resources</a></li>

<li><a href="/about/">About</a></li>

</ul>
</nav>

</header>


<main class="content" role="main">

<article class="article">


<h1 class="article-title">Resources</h1>





<div class="article-content">
<p><em>This is a curated list of links to resources on the Internet we found helpful along the way.</em></p>
<h2 id="education-and-theory">Education and Theory</h2>
<p><strong>Entropy (for data science) Clearly Explained!!!</strong> <em>(StatQuest)</em> Youtube video explaining surprisal and entropy. <a href="https://www.youtube.com/watch?v=YtebGVx-Fxw">[Link]</a></p>
<p><strong>Information content</strong> <em>(Wikipedia)</em> Article on surprisal (= information content). Well-written and provides some useful intuitions. <a href="https://en.wikipedia.org/wiki/Information_content">[Link]</a></p>
<p><strong>Neural Networks: Zero to Hero</strong> <em>(Andrej Karpathy)</em> Course on neural networks. <a href="https://karpathy.ai/zero-to-hero.html">[Link]</a></p>
<p><strong>Probability Monad</strong> <em>(github/jliszka)</em> Scala library to play around with probability distributions. Especially interesting to explore the implementation of a distribution as a monad. <a href="https://github.com/jliszka/probability-monad">[Link]</a></p>
<p><strong>Bayesian Networks and Causality</strong> <em>(Jason Liszka)</em> Great to get a good understanding of the concept of causality in probability theory. <a href="https://blog.jliszka.org/2013/12/18/bayesian-networks-and-causality.html">[Link]</a></p>
<p><strong>How Hacker News ranking really works: scoring, controversy, and penalties</strong> <em>(Ken Shirriff)</em> Explanation of the Hacker News ranking algorithm. Still relevant, even though the article is old. <a href="https://www.righto.com/2013/11/how-hacker-news-ranking-really-works.html">[Link]</a></p>
<p><strong>How Not To Sort By Average Rating</strong> <em>(Evan Miller)</em> Famous article about the pitfalls of ranking elements with ratings. <a href="https://www.evanmiller.org/how-not-to-sort-by-average-rating.html">[Link]</a></p>
<p><strong>Bayesian Average Ratings</strong> <em>(Evan Miller)</em> Article on how to use Bayesian averaging to sort by ratings. <a href="https://www.evanmiller.org/bayesian-average-ratings.html">[Link]</a></p>
<p><strong>Causality for Machine Learning</strong> Free course discussing causality in the context of machine learning. <a href="https://ff13.fastforwardlabs.com/">[Link]</a></p>
<p><strong>A frequentist approach to probability</strong> <em>(Jason Liszka)</em> Walk-through on building a probability monad from scratch. Very good to build intuitions around probability. Provocative reading if you think in a Bayesian way. <a href="https://blog.jliszka.org/2013/08/12/a-frequentist-approach-to-probability.html">[Link]</a></p>
<p><strong>Polis Knowledge Base</strong> List of explanations and resources provided by pol.is. Note that many links don&rsquo;t seem to work anymore, but there are still many useful ones. <a href="https://compdemocracy.org/knowledge-base/">[Link]</a></p>
<p><strong>Network Science</strong> <em>(Albert-Laszló Barabási)</em> Free course on network science. <a href="http://networksciencebook.com/">[Link]</a></p>
<p><strong>Emergence of Scaling in Random Networks</strong> <em>(Albert-Laszló Barabási and Réka Albert)</em> Famous paper on a random network model with preferential attachment. Insights on self-organization in complex networks. Short read. <a href="https://arxiv.org/abs/cond-mat/9910332">[Link]</a></p>
<p><strong>Polis: Scaling Deliberation by Mapping High Dimensional Opinion Spaces</strong> Paper on the technology behind pol.is. They use PCA and dimenionality reduction techniques to infer an opinion space informally (i.e., without explicit mapping of arguments). <a href="https://www.demdis.sk/content/files/2022/11/Polis-manusript.pdf">[Link]</a></p>
<p><strong>Bridging-Based Ranking</strong> <em>(Aviv Ovadya)</em> Explanations and background on bridging-based ranking. <a href="https://www.belfercenter.org/publication/bridging-based-ranking">[Link]</a></p>
<p><strong>Bridging Systems</strong> Resources on bridging-based ranking. Links to a paper with an in-depth explanation and discussion of briding-based ranking. <a href="https://bridging.systems/">[Link]</a></p>
<p><strong>Understanding Bridge-Based Ranking</strong> <em>(Jonathan Warden)</em> Explanation of the bridging-based ranking algorithm. <a href="https://jonathanwarden.com/understanding-bridge-based-ranking/">[Link]</a> <a href="https://news.ycombinator.com/item?id=38939660">[Hacker News discussion]</a></p>
<p><strong>What do I think about Community Notes?</strong> <em>(Vitalik Buterin)</em> Explanation on and opinions about Community Notes. <a href="https://vitalik.eth.limo/general/2023/08/16/communitynotes.html">[Link]</a></p>
<p><strong>&lsquo;Generative CI&rsquo; through Collective Response Systems</strong> <em>(Aviv Ovadya)</em> Working paper on collective response systems and how they could enable &ldquo;Generative Collective Intelligence&rdquo;. <a href="https://arxiv.org/abs/2302.00672">[Link]</a></p>
<p><strong>Distributed Bayesian Reasoning Introduction</strong> <em>(Jonathan Warden)</em> Discussion of how Bayesian reasoning could work on a collective level to achieve collective intelligence. <a href="https://jonathanwarden.com/distributed-bayesian-reasoning-introduction/">[Link]</a></p>
<h2 id="articles">Articles</h2>
<p><strong>Social Protocols</strong> <em>(Joseph M. Reagle Jr.)</em> First use of the term &ldquo;social protocol&rdquo; that we know of (mid to late 90s). <a href="https://www.w3.org/Talks/980922-MIT6805/SocialProtocols.html">[Link]</a></p>
<p><strong>Collective Intelligence Design Challenges</strong> <em>(Canonical Debate Lab, CDL)</em> Write-up on collecive intelligence systems. <a href="https://canonicaldebatelab.com/cidesign/">[Link]</a></p>
<p><strong>How to hack Hacker News (and consistently hit the front page)</strong> Interesting write-up on how someone tried gaming the Hacker News algorithm. Exemplifies the kind of thinking you need to understand incentives in algorithmic content curation. <a href="https://www.indiehackers.com/post/how-to-hack-hacker-news-and-consistently-hit-the-front-page-56b4a04e12">[Link]</a></p>
<p><strong>The Quiet Death of Ello&rsquo;s Big Dreams</strong> Cautionary tale about the decline of Ello, a social network for creatives. <a href="https://waxy.org/2024/01/the-quiet-death-of-ellos-big-dreams/">[Link]</a> <a href="https://news.ycombinator.com/item?id=39043871">[Hacker News discussion]</a></p>
<p><strong>Why Twitter was right to replace stars with hearts, and why you hate it</strong> <em>(Joscha Bach)</em> Tongue-in-cheek discussion of Twitter&rsquo;s replacement of stars by hearts. Interesting to think about semantics of buttons. Discussion of global brain vision at the end. <a href="http://bach.ai/twitter-replaces-stars-with-hearts/">[Link]</a></p>
<h2 id="talks">Talks</h2>
<p><strong>Simple Made Easy (video)</strong> <em>(Rich Hickey)</em> Talk on how and why to build simple systems. <a href="https://www.youtube.com/watch?v=LKtk3HCgTa8">[Link]</a></p>
<h2 id="other-projects">Other Projects</h2>
<p><strong>Community Notes Guide</strong> Introductory articles on X&rsquo;s community notes (formerly known as Birdwatch). <a href="https://communitynotes.twitter.com/guide/en/about/introduction">[Link]</a></p>
<p><strong>News Minimalist</strong> Filter large amounts of news articles for the most relevant ones. Uses an LLM-powered relevance score. <a href="https://www.newsminimalist.com/">[Link]</a></p>
<p><strong>Twitter&rsquo;s Recommendation Algorithm</strong> High-level overview of X&rsquo;s recommendation algorithm. <a href="https://blog.twitter.com/engineering/en_us/topics/open-source/2023/twitter-recommendation-algorithm">[Link]</a> <a href="https://news.ycombinator.com/item?id=35391433">[Hacker News discussion]</a></p>
<p><strong>Metaculus</strong> Crowd-sourcing forecasts on real events. <a href="https://www.metaculus.com/">[Link]</a> <a href="https://news.ycombinator.com/item?id=36740385">[Hacker News discussion]</a></p>
<p><strong>Pol.is</strong> Mapping debates with an informal argument model. Focus groups at scale. Has been used in digital democracy experiments in Taiwan. <a href="https://pol.is/home">[Link]</a></p>



</div>

</article>




</main>

<footer class="footer">
<ul class="footer-links">
<li>
<a href='' type="application/rss+xml" target="_blank">RSS</a>
</li>

<li><a href="https://github.com/social-protocols">GitHub</a></li>

<li><a href="https://mas.to/@SocialProtocols">Mastodon</a></li>

<li><a href="https://medium.com/@socialprotocols">Medium</a></li>

<li><a href="https://socialprotocols.substack.com">Substack</a></li>

<li><a href="https://twitter.com/socialprotocols">Twitter</a></li>


<li>
<a href="https://gohugo.io/" class="footer-links-kudos">Made with <img src="/images/hugo-logo.png" alt="Img link to Hugo website" width="22" height="22"></a>
</li>
</ul>
</footer>

</div>





</body>
</html>

10 changes: 10 additions & 0 deletions rss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Fri, 02 Jun 2023 00:00:00 +0200</lastBuildDate><atom:link href="https://social-protocols.org/rss.xml" rel="self" type="application/rss+xml" />
<item>
<title>Resources</title>
<link>https://social-protocols.org/resources/</link>
<pubDate>Fri, 26 Jan 2024 00:00:00 +0000</pubDate>

<guid>https://social-protocols.org/resources/</guid>
<description>This is a curated list of links to resources on the Internet we found helpful along the way.
Education and Theory Entropy (for data science) Clearly Explained!!! (StatQuest) Youtube video explaining surprisal and entropy.</description>
</item>

<item>
<title>We&#39;re Building the Social Network of the Future</title>
<link>https://social-protocols.org/social-network/</link>
Expand Down
3 changes: 3 additions & 0 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://social-protocols.org/resources/</loc>
<lastmod>2024-01-26T00:00:00+00:00</lastmod>
</url><url>
<loc>https://social-protocols.org/social-network/</loc>
<lastmod>2023-10-23T00:00:00+00:00</lastmod>
</url><url>
Expand Down
2 changes: 2 additions & 0 deletions social-network/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@

<li><a href="/projects/">Projects</a></li>

<li><a href="/resources/">Resources</a></li>

<li><a href="/about/">About</a></li>

</ul>
Expand Down
2 changes: 2 additions & 0 deletions tags/game-theory/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@

<li><a href="/projects/">Projects</a></li>

<li><a href="/resources/">Resources</a></li>

<li><a href="/about/">About</a></li>

</ul>
Expand Down
2 changes: 2 additions & 0 deletions tags/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@

<li><a href="/projects/">Projects</a></li>

<li><a href="/resources/">Resources</a></li>

<li><a href="/about/">About</a></li>

</ul>
Expand Down
2 changes: 2 additions & 0 deletions the-deliberative-poll/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@

<li><a href="/projects/">Projects</a></li>

<li><a href="/resources/">Resources</a></li>

<li><a href="/about/">About</a></li>

</ul>
Expand Down
2 changes: 2 additions & 0 deletions the-law-of-attention/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@

<li><a href="/projects/">Projects</a></li>

<li><a href="/resources/">Resources</a></li>

<li><a href="/about/">About</a></li>

</ul>
Expand Down
2 changes: 2 additions & 0 deletions truthtelling-games/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@

<li><a href="/projects/">Projects</a></li>

<li><a href="/resources/">Resources</a></li>

<li><a href="/about/">About</a></li>

</ul>
Expand Down
2 changes: 2 additions & 0 deletions what-deserves-our-attention/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@

<li><a href="/projects/">Projects</a></li>

<li><a href="/resources/">Resources</a></li>

<li><a href="/about/">About</a></li>

</ul>
Expand Down

0 comments on commit d9c6544

Please sign in to comment.