Skip to content

Commit 2773398

Browse files
author
Steve Krouse
committed
add episode 20 jason brennan
1 parent 1a14234 commit 2773398

File tree

3 files changed

+34
-1
lines changed

3 files changed

+34
-1
lines changed

_data/git-log.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

episodes/20.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: Coding on (the) Beach: Jason Brennan
3+
---
4+
5+
# Coding on (the) Beach: Jason Brennan
6+
7+
_12/29/17_
8+
9+
Jason Brennan is a Canadian computer scientist focused on education and computing. He’s worked at Hopscotch and Khan Academy. We discussed his experiences building multiple programming language platforms, the incomprehensibly large vision of Alan Kay, and his new project Beach.
10+
11+
12+
<iframe src="https://omny.fm/shows/future-of-coding/2-0-coding-on-the-beach-jason-brennan/embed?style=artwork" width="100%" height="180" frameborder="0"></iframe>
13+
14+
15+
## Episode Notes
16+
17+
* [Hopscotch & Learnable Programming](http://gethopscotch.tumblr.com/post/32807560089/learnableprogramming)
18+
* [Alan Kay / OLPC TED talk](https://www.youtube.com/watch?v=Eg_ToU7m1MI)
19+
* [Jason's Playgrounds talk](https://www.skilled.io/u/playgroundscon/playgrounds) and [some thoughts after the talk](http://nearthespeedoflight.com/article/2017_03_04_about_my_playgrounds_talk)
20+
* [Everything is a Remix](https://vimeo.com/139094998)
21+
* [Alan Kay on Science](http://www.vpri.org/pdf/m2003001_human_cond.pdf) and also [this one’s pretty solid too](http://www.squeakland.org/resources/articles/article.jsp?id=1003)
22+
23+
24+
<script repoPath="stevekrouse/futureofcoding.org" type="text/javascript" src="/unbreakable-links/index.js"></script>
25+
<script>
26+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
27+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
28+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
29+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
30+
ga('create', 'UA-103157758-1', 'auto');
31+
ga('send', 'pageview');
32+
</script>

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ <h3>Future of Coding</h3>
121121
<div id="episodes">
122122
<h4>Episodes</h4>
123123
<ul class="list-unstyled">
124+
<li><span class="date">2017 Dec 29 - </span><a target="_blank" href="./episodes/20">#20 - Coding on (the) Beach: Jason Brennan</a></li>
124125
<li><span class="date">2017 Dec 13 - </span><a target="_blank" href="./episodes/19-building-universe-joe-cohen.html">#19 - Building Universe: Joe Cohen</a></li>
125126
<li><span class="date">2017 Dec 04 - </span><a target="_blank" href="./episodes/18-research-recap-nine.html">#18 - Research Recap Nine: Constructing My Crusade</a></li>
126127
<li><span class="date">2017 Nov 28 - </span><a target="_blank" href="./episodes/17-bootstrapping-bubble-is-emmanuel-straschnov.html">#17 - Bootstrapping Bubble.is: Emmanuel Straschnov</a></li>

0 commit comments

Comments
 (0)