diff --git a/_data/git-log.json b/_data/git-log.json index 991543e..6624a12 100644 --- a/_data/git-log.json +++ b/_data/git-log.json @@ -1 +1 @@ -[{"committer": {"date": 1526926406, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1526926406, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "889c724a4f18a36558c199a936a133a35e5758df", "parents": ["274df95aa00d2559f2d23e12888b3331e4bb9a64"], "commit": "c4827573e2cc93a01485828d76a7bd37e6a4d17e", "message": "## The rabbitholes never end!\n\n* TOC\n{: toc }\n\n### Artist-Centric Programming Tools\n\nFriday night, Twitter sent me a notification to look at this tweet:\n\n

https://t.co/nqIwhoOc39
Recording of our presentation on Artist-Centric Programming Tools at #chi2018

— Jennifer Jacobs (@jsquare) May 18, 2018
\n\n\nFirst of all, I'm amazed and super grateful that Twitter was smart enough to let me know about this.\n\nI only got part-way into [the thesis](http://web.media.mit.edu/~jacobsj/resources/jjacobs_dissertation_final_optimized.pdf), but I'm pumped to finish it. I got distracted by one of her references, InterState...\n\n### [InterState](http://interstate.from.so/)\n\nIn [an earlier entry](http://futureofcoding.org/log#thoughts-for-next-week), I wrote:\n\n> how do Facebook’s Origami, CycleJS devtools, and statecharts somehow fit together?\n\nThis protoype seems to answer that question! I was so excited that I [sent it over to the StateCharts community](https://spectrum.chat/statecharts?thread=535444a5-1743-4124-b767-ed7b490db7ec)!\n\n### Finished re-watching Tangible Functional Programming\n\nReally wonderful! I missed the beauty here in the first watching. Notes [here](/nodes/conal-elliot).\n\n### Some interesting links I found along the way:\n\n* [Concur - a new FRP library](https://github.com/ajnsit/concur) - Found by searching \"Elm Fudgets\" after reading about [Fudgets](http://www.cse.chalmers.se/~hallgren/Thesis/main.html#tutorial) on Conal's reccomendation.\n* [Forms/3](http://web.engr.oregonstate.edu/~burnett/Forms3/forms3.html) - I've heard of this before but checked it out after seeing it referenced by Conal, and it's cooler than I remember.\n* [Links Lang](http://links-lang.org/) - I found this after re-reading [\"What next?\"](https://graydon2.dreamwidth.org/253769.html) by Graydon Hoare. So cool! Unifies all layers of the stack into one language. Excited to check this out soon!\n\n### Open problems as of 5/21/18\n\nAs I was falling alseep last night, I thought about the core problems with existing languages:\n\n1. Redux, Elm, and CycleJS are a pain to code in. Small changes require big refactors. More importantly, emitting actions that can edit state in any way feels similar to the global mutable state we started with, that Andre Staltz argues against in [his arrow post.](https://futurice.com/blog/reactive-mvc-and-the-virtual-dom)\n\n2. IO (and async) in an elegant way. Monads and streams kinda stink and feel imperitive the same way Redux does. ([Conal agrees.](http://conal.net/blog/posts/can-functional-programming-be-liberated-from-the-von-neumann-paradigm))\n\n3. In order to build a solution to these problems, it also needs to be somehow inter-operable with existing web frameworks. Relevant questions include whether its interpreted or compiled, etc, etc.\n\n4. Another open questions is what the backend should look like in order to handle authentication, permissioning, persistance, etc.\n\n5. Another open question: if you want to add phsyics to an object in your code, why not add the equations from your physics class to your program? In other words, how mathmatical and high-level can we get? What's the highest-levle we can get and still have something computable (with good performance) at the end? Additionally, can we make a declarative langauge that's readable and debuggable? (The Seymour Papert's distinction between LOGO's first-person `FORWARD 1, RIGHT 1`, and math's third-person `x^2 + y^2 = z^2`, and how they are really just two sides of the same coin via the derivitive feels relevant here.)\n\n6. Soundness of the type-system from a Scott, Strachey, and Elliot perspective also feels relevant here. I don't want leaky or infinitely-complex abstractions.\n\nI'm not even sure if these problems are truly problems, or just things I don't yet understand. Yet, it feels very relevant to continue down the Conal Elliot, FRP rabbithole. I hope that the more I understand Elliot's and (also Hudak's Arrowized) FRP, the more I'll be able to explain why I dislike Redux, Elm, and CycleJS. (Yet, I am a bit nervous that I won't like *any* implementation of FRP out there. What then?!)\n\n### Todos as of 5/21/18\n\nI still haven't found a better way to manage these than listing them every log entry. Here are the remaining ones:\n\n* Prototype TodoMVC in [InterState](http://interstate.from.so/), and read the paper, and reach out for a conversation\n* Finish reading [Jennifer Jacobs's Dynamic Drawing](http://web.media.mit.edu/~jacobsj/resources/jjacobs_dissertation_final_optimized.pdf), and reach out for a conversation\n* Edit (or throw out) [plan v6](https://github.com/stevekrouse/futureofcoding.org/blob/3821ba9d0ad65a7f6aaea583be8283aba16558e5/plan.md)\n* Hareactive\n* Simon Friis Vindum, including [Let's reinvent FRP](http://vindum.io/blog/lets-reinvent-frp/), and possibly reach out for a conversation\n* [Facebook Origami Community](http://futureofcoding.org/log#facebook-origami-community)\n* Stratchey denotational design\n* Conal's Denotational design with typeclass morphisms, Fran, and basically everything he's done\n* [Verlet](https://twitter.com/stevekrouse/status/987339448064053249) and [ConstraintJS](https://twitter.com/coreload/status/989313738539909120)\n* Sean McDirmid (and [these](https://llk.media.mit.edu/papers/archive/ch-phd.pdf) [papers](https://www.cs.colorado.edu/~ralex/papers/PDF/Conversational_Programming.pdf) he referenced)\n* Reach out to Jonathan Edwards\n* make a better system for todos, things-to-research (FoC Research label in Inbox), ideas-to-ponder-on (FoC Thinking label in Inbox), projects/blogs-to-consider-doing", "changes": [[13, 0, "notes/conal-elliot.md"]]}, {"committer": {"date": 1526574583, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1526574579, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "c2dfdc596ec860ab6b6e13df77b1247d1ebc4e47", "parents": ["294b02fc040cb180d95eb7adeeeac36de9b5a1b1"], "commit": "274df95aa00d2559f2d23e12888b3331e4bb9a64", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1526574579, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1526574579, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "669996bb1fa03c5ddd9c33c5a057c75d08379ec5", "parents": ["9c2364d26c4844e16027bd3ee3df58cc32b6b5b3"], "commit": "294b02fc040cb180d95eb7adeeeac36de9b5a1b1", "message": "added episode 23, brent yorgey", "changes": [[35, 0, "episodes/23.md"], [1, 0, "index.html"]]}, {"committer": {"date": 1526507826, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1526506386, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "d47f0506736a2e1607fc9602445521ae4424faf0", "parents": ["bb2f416dd96b157df1109310a63fbffa4105708e"], "commit": "9c2364d26c4844e16027bd3ee3df58cc32b6b5b3", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1526506386, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1526506386, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "40d3d133c532bac9bf867a0c09b405c8e370e8df", "parents": ["a86cfb0a358b757e60abc7ec3a66c8a0d76a760b"], "commit": "bb2f416dd96b157df1109310a63fbffa4105708e", "message": "## Back at it, reading and emails\n\n* TOC\n{: toc }\n\nBesides the readings below, I cleaned up my inbox, which I haven't done in about a week, so that feels good to be back in integrity.\n\n### Jonathan-Edwards-inpsired Reading\n\nI meant to reach out to Jonathan Edwards today (but didn't), and found myself on his twitter, where I found some amazing gems:\n\n* [Against functional programming](https://twitter.com/jonathoda/status/976937603709587456)\n* [Near Future of Programming Languages by Stephen Diehl](http://dev.stephendiehl.com/nearfuture.pdf)\n* This comment amazing comment: [\"Imperative programs, on the other hand, always have a ready axis for decomposition: time. You break your program up into tiny time slices, and then work backwards to find procedures that that get you to the first one, then the second one, etc, until you hit the end of your program.\"](https://news.ycombinator.com/item?id=16726917) on this [Gradual Programming](http://willcrichton.net/notes/gradual-programming/)\n* Conal Elliot: [Can functional programming be liberated from the von Neumann paradigm?](http://conal.net/blog/posts/can-functional-programming-be-liberated-from-the-von-neumann-paradigm) - This article makes me so happy. Monads, and every other approach to IO in a functional language, stinks. We need to keep looking.\n* [Why program with continuous time?](http://conal.net/blog/posts/why-program-with-continuous-time) - good summary of the key points of FRP\n* [\"What next?\"](https://graydon2.dreamwidth.org/253769.html) by Graydon Hoare, creator of Rust. Holy shit this article is amazing. So many gems! I want to read this article again and again. Would love to email him and get his advice on where to apply my efforts towards improving programming.\n\n### Graydon Hoare-inspired reading\n\n* From Graydon, I was sent to learn about algebraic effect handlers in [Eff](http://www.eff-lang.org/), which didn't really impress me to be honest. Their pitch of \"you know how much you like exception handlers? Let's have more of those\" doesn't resonate with me because I never liked exception handlers. Feels to procedural, contextual to me. I much prefer it encoded in the types, such as a Maybe or Failure type.\n* [Koka](https://www.microsoft.com/en-us/research/project/koka/) makes a little more sense to me, labelling functions based on whether it can raise an exception, possibly not terminate, and be non-deterministic... but I only skimmed the beginning.\n* I was VERY EXCITED to see [Frink](https://en.wikipedia.org/wiki/Frink_(programming_language) and [\"units of measure\" in F#](https://docs.microsoft.com/en-us/dotnet/fsharp/language-reference/units-of-measure). I've both sad and excited that [this exact idea I've had](http://futureofcoding.org/notes/kill-primitives#4-phsyics-units-for-numbers) has already been had. I claim independent invention!\n\n### Todos of 5/16/17 in no particular order\n\n* Finish re-watching Conal's [Tangible Functional Programming](https://youtu.be/faJ8N0giqzw?t=32m49s) and try to read [the paper](http://conal.net/papers/Eros/eros.pdf), Maybe I should print it out to help me focus...?\n* Also, don't forget [the other ToDos of last week](http://futureofcoding.org/log#some-todos-i-scribbled-down-last-week), especially reaching out to Jonathan Edwards and possibly Sean McDirmid\n* Possibly reach out to Graydon Hoare or at least learn more of what he has to say, including re-reading his \"What next?\"\n* Find a better way to manage these notes and todos so things get less lost...?\n* Edit (or throw out) [plan v6](https://github.com/stevekrouse/futureofcoding.org/blob/3821ba9d0ad65a7f6aaea583be8283aba16558e5/plan.md)", "changes": []}, {"committer": {"date": 1525797727, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1525797572, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "40d3d133c532bac9bf867a0c09b405c8e370e8df", "parents": ["fba50f1e09a79b074730285825025912b762b9fe"], "commit": "a86cfb0a358b757e60abc7ec3a66c8a0d76a760b", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1525797572, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1525797572, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "729a03c4027b434947e6929a5c91f72a39b16d5d", "parents": ["521a7a4d844300c499472e7314f2a91a67407e26"], "commit": "fba50f1e09a79b074730285825025912b762b9fe", "message": "## Notes From Last Week\n\n* TOC\n{: toc }\n\n### Repl.it dev, Mon - Weds\n\nI spent Monday - Wednesday last week working mostly on Repl.it. It was quite fustrating, but in a motivating way: there's so much about programming that needs fixing!\n\nTo give you a taste, I've worked 23 horus at Repl.it. The first 4.5 hours were spent setting up my dev environment, then another 2.25 hours debugging my dev environment, and ~2 hours fixing linting or flow type errors. And I believe most of the productive hours I spent were wasted waiting for webpack to recompile all my code for every little change. Sometimes I'd have to wait 10-20 seconds to see even a small change. Very fustrating and very slow! And, of course, so much of my time was spent understanding complex code, React/Redux abstractions, and funneling scope and state, etc, etc. So much garbage!\n\nFor the 10ish hours I wanted to work there, I clearly was not being productive enough to justify them getting me up to speed on their stack. As of yesterday, we parted ways, so now I'm down to the 1 part-time gig with Dark (and another one in the works, but it's touch-and-go if it'll close). As explained above, this work fustrated me so I'm happy to have it off my plate, but I also got enough fustration to re-spark some motivation in a positive way.\n\n### Thursday 5/3/18\n\nI read from 10am to 3pm. It was interesting but also difficult to stay focused.\n\n* Lucid Synchrone - skimmed\n* Sean McDirmid's Live Programming Video - Awesome! I want to review more of his work.\n* Conal Elliot Haskellcast video - So great. Took notes [here](/notes/conal-elliot).\n* Typeclassopedia - read for a bit, then skimmed.\n* [History of Haskell](http://citeseer.ist.psu.edu/viewdoc/download;jsessionid=2B48E418C19376C73F08B593DCFDCAB7?doi=10.1.1.168.4008&rep=rep1&type=pdf) - read the first half, then skimmed.\n * Haskell was created to solve the \"tower of babel\" problem around all *lazy* langauges sprouting up. Purity and typeclasses came later.\n * I/O was intresting too: streams, contiuations, world-passing, and Monads\n* Can Programming Be Liberated...?\n * No variables or substitution! Just one input functions and function combinators.\n\n### Friday 5/4/18\n\nI wasn't so motivated on Friday, so I mostly read Understanding Comics (reccomended by Conal and BV), and did some part-time work for Dark. I also had a group call with Dennis Heihoff, Shaun Williams, and Ivan Reese, which was fun.\n\n### Devtools, not programming languages\n\nI've realized that \"devtools\" is a better way to describe the field I'm in that \"programming langauges\". Pretty obvious in retrospect, but took me a while to realize this.\n\n### Some ToDos I scribbled down last week\n\n* Stratchey denotational design\n* Conal's Denotational design with typeclass morphisms\n* Conal's Fran\n* Simon Friis Vindum, including http://vindum.io/blog/lets-reinvent-frp/\n* [Verlet](https://twitter.com/stevekrouse/status/987339448064053249) and [ConstraintJS](https://twitter.com/coreload/status/989313738539909120)\n* Sean McDirmid (and [these](https://llk.media.mit.edu/papers/archive/ch-phd.pdf) [papers](https://www.cs.colorado.edu/~ralex/papers/PDF/Conversational_Programming.pdf) he referenced)\n* Reach out to Jonathan Edwards\n\n### Less passion\n\nI haven't been super productive or passionate about stuff in a little while. It's been a bit of a slog getting myself to do research.\n\nPart of the reason is that I've becommed obsessed with The Wheel of Time series on audibook and am making my way through. Almost to the end!\n\n### Foundations\n\nI find myself increasingly curious about foundations, mathmatics, precision, abstraction, etc. I've always been on the fringes of the strong types community, and proving program correctness. These things were what the professors were up to a Penn while I was there. But I've never seen the need to dive in before. I think it was Conal's comments in the Haskellcast video that got me:\n\n1) Those that don't understand FRP are doomed to re-create inferior versions of it\n2) All the FRP implementations out there are more complex than their creators realize because they broke abstractions\n3) You don't truly understand how good or complex a design is until you describe it mathmatically, precisely\n\nMusic to Paul Chiusano's ears, I'm sure.\n\n### Vision: semantic and cannonical\n\nWhy am I so insistent that programming can be better? It's hard to put into words. As I was falling asleep a few nights ago, I was struck by how a two words kept coming to mind: \"semantic\" and \"canonical\". But what does that even mean? I have a fuzzy image of mathmatical expressions in the sky, with a white background behind them, and you can select different parts of the expression and get interesting information about the node, because it's a living object that can be manipulated...", "changes": [["-", "-", "media/declarative-models.png"], [31, 0, "notes/conal-elliot.md"], [33, 0, "notes/simon-friis-vindum.md"]]}, {"committer": {"date": 1525301982, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1525301979, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "a642c5141d229e73971df1a34823ab11b7cab812", "parents": ["c48e243b1decbeb7ad64d4c7409a22f361950f2e"], "commit": "521a7a4d844300c499472e7314f2a91a67407e26", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1525301979, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1525301979, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "1b12918aa2d757477a518b59821cd978c254abc3", "parents": ["1f99042b16566a7b8b518c5c5d018345aed87fda"], "commit": "c48e243b1decbeb7ad64d4c7409a22f361950f2e", "message": "add link to talk about", "changes": [[1, 1, "_data/git-log.json"], [1, 2, "episodes/22.md"]]}, {"committer": {"date": 1525301433, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1525301431, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "c845213ddc91a6690ae82733e51577a631464e4e", "parents": ["6c6d91aba1a7ae0794871a96f030339b1ced9f23"], "commit": "1f99042b16566a7b8b518c5c5d018345aed87fda", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1525301431, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1525301431, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "211d298a3a4e67d75b3e7513a859b7348e34e041", "parents": ["f42bf720a2d0b2c39bef8d6a7698e13820f1af17"], "commit": "6c6d91aba1a7ae0794871a96f030339b1ced9f23", "message": "linkify python tutor", "changes": [[1, 1, "episodes/22.md"]]}, {"committer": {"date": 1525301391, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1525301389, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "73c4f91c4717d3a8a7da015fb427173bbc31d3fe", "parents": ["8fbc28735da72827df5895a79525b870a40d6275"], "commit": "f42bf720a2d0b2c39bef8d6a7698e13820f1af17", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1525301389, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1525301389, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "9eeefd507858fcef33637b50a132b816fddf7bb9", "parents": ["2141d724608b013f2d6ef5218fd59a0b423c5345"], "commit": "8fbc28735da72827df5895a79525b870a40d6275", "message": "removed typo", "changes": [[1, 1, "episodes/22.md"]]}, {"committer": {"date": 1525301185, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1525301182, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "636cbfc14939b2cde2b00a435e1bc08e2790128e", "parents": ["b761e0e321e358d48487397e1fa9b976393187a8"], "commit": "2141d724608b013f2d6ef5218fd59a0b423c5345", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1525301182, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1525301182, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "c1df089f9374477097c55a40c8543c72a61f0b42", "parents": ["8eaf14ff73d455751d7f935468ed6b67efbc59dc"], "commit": "b761e0e321e358d48487397e1fa9b976393187a8", "message": "added episode 22: philip guo", "changes": [[1, 1, "_data/git-log.json"], [1, 1, "episodes/21.md"], [38, 0, "episodes/22.md"], [2, 1, "index.html"]]}, {"committer": {"date": 1525300409, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1525300406, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "3fef29da2c576e66d01b338ffa85b8b40e5694f6", "parents": ["6a0e18eceab52b463fe76adf27f42e87cbd0e285"], "commit": "8eaf14ff73d455751d7f935468ed6b67efbc59dc", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1525300406, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1525300406, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "f5d50d75d21914b58c607b054abf5d7c2b38a713", "parents": ["14c21ee0e5d572692d8bc70f438b41cde7223381"], "commit": "6a0e18eceab52b463fe76adf27f42e87cbd0e285", "message": "updated homepage message, added eve link", "changes": [[2, 1, "index.html"]]}, {"committer": {"date": 1524240466, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1524239329, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "c496c4f6228311f2cc8359c771188bf9fb49b0e3", "parents": ["437aa388cb3cdaecb7c1ff0225fdfda6cf98827b"], "commit": "14c21ee0e5d572692d8bc70f438b41cde7223381", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1524239329, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1524239329, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "4d8c1a5ffcfea8923ae833d20b87dc93073be77c", "parents": ["e5e9172e21a4bb2a9ea6f09468bf8474dd32b8f1"], "commit": "437aa388cb3cdaecb7c1ff0225fdfda6cf98827b", "message": "## Morning FRP readings, and next steps\n\n* TOC\n{: toc }\n\n### Morning FRP readings\n\n#### Flapjax\n\nI started the morning by reading [the paper on the Flapjax language/library](http://cs.brown.edu/~sk/Publications/Papers/Published/mgbcgbk-flapjax/paper.pdf). It seems to do FRP in much the same way that CycleJS does: stream combinators. It's kinda neat in how it makes things higher level, but just as with CycleJS, I found it quite difficult to parse the code. However, it is crazy to think that this pre-dated CycleJS by a decade... I guess this goes to Bret's point about aiming higher than \"improving programming.\"\n\n#### \"Real FRP\"\n\nI've gotten tired of [Haskell people talking about \"real FRP\"](https://news.ycombinator.com/item?id=7965027), so I spent a few hours re-reading [the Fran tutorial](http://conal.net/fran/tutorial.htm) and re-watching two of Conal's talks on it ([1](https://www.youtube.com/watch?v=j3Q32brCUAI) and [2](https://www.youtube.com/watch?v=teRC_Lf61Gw)). Finally, I feel like I have a clear understanding of what people mean by \"real FRP.\" I don't think I had seen enough of the \"fake FRP\" when I first watched the video to understand the distinction:\n\nReal FRP is (mostly) about continuous time, in the same way that vector graphics are about continous space. In other words, \"resolution independent time\", or \"time as a function from the real numbers\".\n\nReal FRP is also about denotational design, of which I feel slightly closer to groking, but likely still a hundred hours of Haskell away from. One day I'll memorize the Typeclassopedia and everything will make sense.\n\n### Next steps\n\n#### Hareactive\n\nThis is a JS library for \"real FRP\", and I'm excited to play with it a bit.\n\n#### Sean McDirmid\n\nI've been seeing his name pop up a lot recently, so I'm excitd to check out this [Live Programming Experience](https://www.youtube.com/watch?v=YLrdhFEAiqo) video. Maybe I'll reach out too...\n\n#### Callbags\n\nI'm excited to check out Staltz [new article on Callbacks](https://egghead.io/articles/comparing-callbags-to-rxjs-for-reactive-programming).\n\n#### Facebook Origami Community\n\nAnother thing I want to do is continue to investigate how far I can push Facebook's Origami. There are a few interesting threads in the FB Group I want to either look into or reply to, along with posting a question myself about updating complex centralized state.\n\n* [https://www.facebook.com/groups/origami.community/search/?query=createElement](https://www.facebook.com/groups/origami.community/search/?query=createElement)\n* [https://www.facebook.com/groups/origami.community/permalink/1180492722049608/](https://www.facebook.com/groups/origami.community/permalink/1180492722049608/)\n* [https://www.facebook.com/groups/origami.community/1419542018144676/](https://www.facebook.com/groups/origami.community/1419542018144676/)\n* [https://www.facebook.com/groups/origami.community/permalink/1577202409045302/](https://www.facebook.com/groups/origami.community/permalink/1577202409045302/)\n\n#### Jonathan Edwards\n\nHe's also been saying interseting things on Twitter recently, so I've been meaning to reach out...\n\n#### Synchronous programming langauges\n\nApparently, this is a interesting family of languages, including Lucid and Esterel, etc. I wonder where to start... This article on [Lucid Synchrone](http://www.di.ens.fr/~pouzet/bib/chap_lucid_synchrone_english_iste08.pdf) looks good.\n\n#### Prototype a better text-based dataflow langague\n\nAs in re-write the logic for [a game I made yesterday for fun in WoofJS](woofjs.com/create#ballz). Maybe I could re-write it in Hareactive or just prototype it on paper (without a library to back it up).\n\n#### More centralized place for todos\n\nIt's a bit crazy to put them in a log like this... Maybe /now or /todo would make sense...", "changes": []}, {"committer": {"date": 1524158081, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1524157662, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "4d8c1a5ffcfea8923ae833d20b87dc93073be77c", "parents": ["9bf21b6ee6a01b071542cc912f41a5e79de99470"], "commit": "e5e9172e21a4bb2a9ea6f09468bf8474dd32b8f1", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1524157662, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1524157662, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "c85bacf6adc74146ff5ec8ef91003aa83a9c4fab", "parents": ["c3dc1df417e21fbe9186b66deedf16352833b7ec"], "commit": "9bf21b6ee6a01b071542cc912f41a5e79de99470", "message": "## Dataflow reading\n\nInspired by my conversation with Brent Yorgey yesterday, I spent ~2 hours reading a 30-page survey paper on data flow programming langauges, with an emphasis on visual data flow langauages, such as LabView. It was fascinating!\n\nA good next step would be to find a similar kind of survey paper but for functional reactive programming. While I could just start with Conal's Fran paper, I expect it'd be more fun and a better use of my time to get a more modern and broad perspective -- if it could include ReactJS and other JS libraries too, even better!\n\n### Booleans are too generic - proofs are better\n\nBrent reccomended [a great article](https://existentialtype.wordpress.com/2011/03/15/boolean-blindness/) in a similar spirit to my \"booleans are too generic\" idea. The main idea here is that truth shouldn't be a data type, but should be a proof, as it is in math.\n\nThat's a bit different from my idea which proposes to create a lot of new, more specific data types to replace True and False, such as Equal and NotEqual, which would be pattern matched against, not branched at like an if-statement.", "changes": [["-", "-", "media/DataFlowProgrammingLanguages.pdf"], ["-", "-", "media/addition-patch-values.png"], ["-", "-", "media/mosconi2000.pdf"], [92, 0, "notes/dataflow/advances-in-dataflow-programming-langauges.md"]]}, {"committer": {"date": 1523892504, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1523892388, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "2c9f0f8bf5cfb3b3e4115a54435f2f561721b221", "parents": ["4dd52322d6b16e6af1be4ab70ca3150c8f1a72b3"], "commit": "c3dc1df417e21fbe9186b66deedf16352833b7ec", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1523892388, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1523892388, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "b1780a28342de553210570bcdf388809b0399540", "parents": ["6fd482ca1423f95017380fcc70263fe5678a3a12"], "commit": "4dd52322d6b16e6af1be4ab70ca3150c8f1a72b3", "message": "## Notes from Friday 4/13/18\n\n* TOC\n{: toc }\n\nI didn't have time on Friday last week to write up my log entry, so here it is now...\n\n## Dataflow links\n\nOn Friday I ended up opening more links than I had time to actually read.\n\n* I found [this wonderful stack overflow answer that lists a bunch of dataflow programming langauges](https://stackoverflow.com/a/949771)\n* There's [a similar list on Wikipedia](https://en.wikipedia.org/wiki/Dataflow_programming#Languages)\n* I also found [a paper that is doing a good job of explaining the history of dataflow programming languages](http://www.cs.ucf.edu/~dcm/Teaching/COT4810-Spring2011/Literature/DataFlowProgrammingLanguages.pdf)\n\n\n## Other links\n\n* I really need to take the time to read [BV's Climate Change essay](http://worrydream.com/ClimateChange)\n* Mentioned in random passing in that article, BV links to [ActiveSheets](http://hirzels.com/martin/papers/debs16-activesheets.pdf), which seems similar enough to Streamsheets to warrant a reading.\n\n\n## Murukesh\n\nFascinating conversation on Friday of last week. Notes in [this google doc](https://docs.google.com/document/d/12gsgrG-S-7E0osjWIECjeWjAQgHWEq0Zsuxcjru7PTU/edit?usp=sharing). Maybe I'll turn it into a proper article. It's fascinating that there's so much progress in this space in both the past and in industries that we ignore.\n\nHe sent me [two](https://www.youtube.com/watch?v=gveTy4EmNyk&feature=youtu.be&t=1385 ) [amazing](https://www.youtube.com/watch?v=UGhfB-NICzg) videos of the NeXTSTEP development environments that Steve Jobs made. Unbelievable. It's like Smalltalk. Really makes you scratch your head as to why we don't have development environments like this today.\n\n\n## repl.it\n\nI had a great call with Amjad of Repl.it last Friday as well, in part from my Eve article. I'm going to follow up with a few ideas for improving their IDE interface, and then possible begin developing for them part-time. I'm very excited about this! It makes me feel much more secure to have a second part-time gig running, as well as that it's starting to feel like finding these part-time gigs at developer-tools companies are repeatedly find-able. Content marketing - who knew?", "changes": []}, {"committer": {"date": 1523571450, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1523571252, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "b1780a28342de553210570bcdf388809b0399540", "parents": ["529192e7b6dbbb35c351908bea8362e6a2251f07"], "commit": "6fd482ca1423f95017380fcc70263fe5678a3a12", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1523571252, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1523571252, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "883401e61b414f216a6ac7471a1291a83c2d82b2", "parents": ["c5ad1e0d6f97ef2831494a27c8cccd12bd6e7f40"], "commit": "529192e7b6dbbb35c351908bea8362e6a2251f07", "message": "## Chores and reading\n\nToday I wasn't really in the mood to do much hard thinking, so I spent a few hours in my inbox catching up on things, doing random chores around the house, and finally brining myself to do some reading relevant to the research topics I've been thinking about lately.\n\nI started with reading [Ian Horrock's UI with Statecharts](http://futureofcoding.org/media/Constructing%20the%20User%20Interface%20with%20Statecharts%20Ian%20Horrocks.pdf), but to a break to go directly to the source ([Harel's Statecharts](http://www.inf.ed.ac.uk/teaching/courses/seoc/2005_2006/resources/statecharts.pdf)), and then back to Ian's book. I read parts and skimmed parts of both. They seemed semi-relevant to what I'm trying to do. As far as I could see, neither referenced the management of complex, nested state. They seemed to assume that non-state data (such as the currently displayed value on the calculator screen) was stored somewhere magically.\n\nI then read a series of Andre Staltz posts. It turns out my link to his post on Friday was actually the incorrect post. I meant [this one](https://futurice.com/blog/reactive-mvc-and-the-virtual-dom). He had a lot of other interesting posts, but I found myself not excited about the conclusions he drew. In particular, I didn't like his discussion of [hot vs cold observables](https://staltz.com/cold-and-hot-callbacks.html) because I don't love his conclusions, although I couldn't find any fault with his logic. It'd be a bummer if there wasn't a more elegant way to model this distinction. It really seems like an incidental complexity type of thing. I also came to realize that I find stream-based programming a bit annoying. While it's kinda cool, I wonder if it's overly abstract, the way Haskell can get sometimes.\n\nI then re-read (for the 10th time), [Elm's Farewell to FRP](http://elm-lang.org/blog/farewell-to-frp). Again, an article that feels profound but that I don't like for some reason, mostly because there are a lot of concepts in it that I don't quite understand, but don't like the conclusions reached. It feels similar to when I had to learn AngularJS. I don't really know what the concepts mean, but I can tell somehow that they are less elegant than they could be.\n\nFrom there I found my way to [Lucid Synchrone](http://www.di.ens.fr/~pouzet/bib/chap_lucid_synchrone_english_iste08.pdf), but stopped after a few paragrahs, and just like with statecharts decided I wanted to go to the source, so I started reading [Lucid](http://worrydream.com/refs/Wadge%20-%20Lucid,%20the%20Dataflow%20Programming%20Language.pdf). I'm actually a little shocked that I haven't read this before. There's so much here that I was slowly coming to on my own, but it feels like they've brought it all together for me. And, of course, Bret Victor is a big fan of it I've heard, although I wasn't able to find his thoughts on it anywhere on the internet. My next steps are definitely to read through this, and maybe the Synchrone Experiment.\n\nAnd as much as I want to avoid it, it seems like I may have to get my hands dirty with all this theoretical stuff. Read the Fran paper, other Conal Elliot stuff, maybe read Evan's Elm thesis, as well as other Elm blogs, etc. I imagine all of this stuff could provide interesting conversation topics with Brent next week...", "changes": []}, {"committer": {"date": 1523361534, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1523360429, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "883401e61b414f216a6ac7471a1291a83c2d82b2", "parents": ["f0988cdcd65df88bb04ba568b1603ecb3bb5118a"], "commit": "c5ad1e0d6f97ef2831494a27c8cccd12bd6e7f40", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1523360429, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1523360429, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "5e22a27d5ef184ad070ecb3e035494156fbee987", "parents": ["632e8e84dfa09e159acb91a17d96e9644f8a5a50"], "commit": "f0988cdcd65df88bb04ba568b1603ecb3bb5118a", "message": "## Origami inspired prototyping\n\n* TOC\n{: toc }\n\n### Origami\n\nOver the last week, I've fallen smitten for Facebook's Origami prototyping tool, which was originally built on top of Apple's Quartz Composer, but is now a standalone Mac app. It suprised me because I don't usually expect much from node-and-wire coding environments. I think the main feature that got me is that you can see the live-updating intermediate values of all computations. It's amazing. It makes looking at static code unbearable. Additionally: there's no run button - it's hot-realoading. And they have a great way to add nodes (they call them \"patches\") via the keyboard.\n\n### Node-and-wire prototyping\n\nThis morning, I had the idea of prototyping the Origami UI in Woof. I had a fun few hours doing it: http://woofjs.com/create#origami\n\nI had to come up with techniques for managing lots of things I'd never had to do before in Woof, mostly around nested components and layout. Stuff that HTML and CSS does for you in annoying ways. Turns out it's pretty annoying to calculate widths and paddings manually too...\n\n### Thoughts on a new language...\n\nThe idea in my head is that you have a dependency graph of all the values. The trick, of course, is sequential evaluation and events. Mostly events.\n\n#### Pure expressions\n\nThese are simple. They should always have live-updated values.\n\nThey are normally things you'd want nested internally (which is a common complaint of node-and-wire tools), but when \"proccessing\" a thing, you want vertical or horizontal sequencing, such [as in Elm](http://elm-lang.org/docs/syntax#infix-operators).\n\n#### Sequential evaluation\n\nI think we can do away with it entirely. If you actually need it, you can model it explicitly as [I show in this demo](http://woofjs.com/create.html#animate-via-frames).\n\n#### Events\n\nCan we do without and just have reactive values? Clicks are reactive list of all clicks, and you can get last one and check timestamp a la http://futureofcoding.org/prototypes/streamsheets/.\n\nPotentially, this will be too conceptually difficult, for the same reaons it was to do [CycleJS Flappy Bird without centralized state](https://gist.github.com/stevekrouse/85f350eb82ebbf5b2c244aa9aeffc453) and we'll need a reducer. But maybe nested state via statecharts could save the day.\n\n### Follow up questions\n\n1 - What do I not like about cyclejs and elm (and what's the difference again)?\n\n1a - Is the main reason that it's terrible to code in streams and elm, and thus streamsheets?\n\n1a1 - Idea to make cycle better: swap it: make value be values and have a history function that gets the stream on it?\n\n2 - Is the main difference explicit modeling of time and explictly listing all state?\n\n2a - We don't really need explicitly listing state, just reactively defined\n\n2a1 - What is reactively defined state? wont it eventually bleed into everything depends on everything else and we're back where we started? in other words, the reducer thingy seems stinky for some reason ... it's annoying to use, but making it easier to use just gets rid of the benefits of using it\n\n2a2 - Can we make a calculus for how we want this to work to simplify things? Such as what I was trying to do with [Reactive Woof](http://futureofcoding.org/journal#reactive-woofjs) ... Or is this a cyclejs data structure?\n\n3 - How to statecharts keep track of state...? .. go to Ian's book\n\n3a - Can you do statecharts without events?\n\n4 - Difference between hot and cold streams?\n\n5 - At the end of the day, can we really realize my perception of Anre's vision in [this article](https://staltz.com/unidirectional-user-interface-architectures.html) that all things contain all the ways to modify that thing? Or is it impossible because we want to branch in too many ways in our code, not sequentially, but just with nested cases? Would it at all be possible to define things in one place only? Or would that just hurt our brains even if we could do it?", "changes": []}, {"committer": {"date": 1523027723, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1523026633, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "5e22a27d5ef184ad070ecb3e035494156fbee987", "parents": ["eb84c1c4442f7d69161fe99732b7976be804d650"], "commit": "632e8e84dfa09e159acb91a17d96e9644f8a5a50", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1523026633, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1523026633, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "2819df97a8fa82b8473fce4eb07c561eb77f52c3", "parents": ["fb0cf0ae55e30edbbbcc2c215e0ef56373f0fc2b"], "commit": "eb84c1c4442f7d69161fe99732b7976be804d650", "message": "## Thoughts\n\n### Eve Success\n\nI was a little surprised to see my Eve project stay on the front page for basically a whole day! It got 150 points on HN and up to #6. I got over 10k people on the page, and around 500 on my website homepage. However, I didn't really get anything material out of this experiment.\n\nIt does pass my \"do they spend more time on it then you do test\", because I only spend 10-ish hours here, and even if the average time on the page was 1 minute, that's over 100 hours of time they spent on it.\n\n### Offline morning\n\nThis morning I decided to work with my notebook for 2 hours offline, thinking about other projects to work on. I got a bit excited about a WoofJS refactor plan, but ultimately was most excited about an FRP Scratch tool that is similar to Facebook's Origami (which is based on Apple's Quartz Composer) in that you can see all the intermediate values flowing through, immediate updates, etc.\n\n### Unproductive afternoon\n\nAfter lunch, I was lazy and watched a few hours of TV. Then I got myself on my computer to look at my Cycle and Elm Flappy Birds for inspiration. I was quite fustrated with how awful coding in Cycle and Elm is compared to Facebook Origami, and also a bit inspired by that, too. However, I feel lazy today, so I'll have to pick up on this thread later.\n\n### Thoughts for next week\n\n* Scratch FRP prototyping\n* how do Facebook's Origami, CycleJS devtools, and statecharts somehow fit together?\n* WoofJS refactor plan (start with docs and a build tool)", "changes": []}, {"committer": {"date": 1522714021, "timezone": "+0200", "name": "Bastien", "email": "bzg@gnu.org"}, "author": {"date": 1522714021, "timezone": "+0200", "name": "Bastien", "email": "bzg@gnu.org"}, "tree": "2819df97a8fa82b8473fce4eb07c561eb77f52c3", "parents": ["d332627c7ed5ceabd9d80cb9ee24fbba85861994"], "commit": "aedf9fb0ae913c14d7387404a3036c2e735bc346", "message": "Fix typo in link", "changes": [[2, 2, "essays/eve/index.html"]]}, {"committer": {"date": 1522711480, "timezone": "+0000", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "author": {"date": 1522711480, "timezone": "+0000", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "5af329d6ec2ae40bf4e4c4cfcfb3c8044c95cb5d", "parents": ["3710791b9e57c8efe0ee16657ca63b2a211dbebb"], "commit": "d332627c7ed5ceabd9d80cb9ee24fbba85861994", "message": "added credits, oops!", "changes": [[1, 1, "essays/eve/index.html"]]}, {"committer": {"date": 1522690586, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1522690582, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "476de4e653198529b1a9d7ea653cab5c10c34075", "parents": ["37bb93fcbf4ea7b49d0a59d45ec653f4b9a43152"], "commit": "3710791b9e57c8efe0ee16657ca63b2a211dbebb", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1522690582, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1522690582, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "ac94989fe54af8fbb717d7bd9a88a6d3b69f8c55", "parents": ["5542761c71d5bee0e0dc5ecb4dcebcca84880bb7"], "commit": "37bb93fcbf4ea7b49d0a59d45ec653f4b9a43152", "message": "finished eve tribute", "changes": [["-", "-", "essays/eve/direct-manipulation-editor.png"], ["-", "-", "essays/eve/favicon.png"], ["-", "-", "essays/eve/grid-eve.gif"], [91, 34, "essays/eve/index.html"], ["-", "-", "essays/eve/v0.4-performance.gif"]]}, {"committer": {"date": 1522664927, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1522664616, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "a74b13217dc8722288ef77796d00e745362ba8d7", "parents": ["d39509c019fac871d304ee4433c138ec046ab327"], "commit": "5542761c71d5bee0e0dc5ecb4dcebcca84880bb7", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1522664616, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1522664616, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "21753e33169438654188fbc1beacb502dd9338c0", "parents": ["a8b91456b38bc32bcb3ead4621d64b257b82ab31"], "commit": "d39509c019fac871d304ee4433c138ec046ab327", "message": "## Continuing Eve tribute\n\nApparently, shooting for quantity over quality leads to better quality, so I've decided to complete a small project: the tribute to eve I started last month. Today I finished adding all of the images, videos and links to the page.\n\nWhat remains:\n\n* I need to decide if I should include the other links somewhere in the page, including other dev diaries, other Chris blogs, or Chris's other videos.\n* The story to the page. If it's a \"thanks for your hard work\" or more of just an archieve, etc.\n* Better CSS to make it sexy. Potentially, I'll want a better timeline-y format where the dates are given higher visual priority than they are now.\n\nIt'd be neat if I could get this out in the next few days, maybe on HN, Twitter (send a note to the Eve guys), and reddit on the approriate thread.", "changes": [["-", "-", "essays/eve/FiveSquare.png"], ["-", "-", "essays/eve/card-wiki.png"], ["-", "-", "essays/eve/direct-manipulation-editor.png"], ["-", "-", "essays/eve/eve-v-1.gif"], ["-", "-", "essays/eve/eve-v-2.png"], ["-", "-", "essays/eve/excel-eve.png"], ["-", "-", "essays/eve/first-syntax.png"], ["-", "-", "essays/eve/grid-eve.gif"], [73, 10, "essays/eve/index.html"], ["-", "-", "essays/eve/madlibs-notebook.png"], ["-", "-", "essays/eve/markdown-eve.gif"], ["-", "-", "essays/eve/repl-v-1.png"], ["-", "-", "essays/eve/repl-v-2.png"], ["-", "-", "essays/eve/smalltalk-eve.gif"], ["-", "-", "essays/eve/table-eve.png"], ["-", "-", "essays/eve/v0.4-performance.gif"], ["-", "-", "essays/eve/when-do-madlibs.png"], ["-", "-", "essays/eve/wiki-eve.png"], ["-", "-", "essays/eve/wiki-grid.gif"]]}, {"committer": {"date": 1522067083, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1522065916, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "644ccfee4d2d75fc6315b3885768f1b3974f60e4", "parents": ["ab53216689f25f642a5da7e197bc3a295932492d"], "commit": "a8b91456b38bc32bcb3ead4621d64b257b82ab31", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1522065916, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1522065916, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "76dafa4e9d91c69d6c4a8d4a9ad2b7f673d9f269", "parents": ["9b7a2908e3b87ae3f5111fb31b022ef9aef5fd82"], "commit": "ab53216689f25f642a5da7e197bc3a295932492d", "message": "## Few resources for understanding Nile\n\n\nIn the \"Linked representations\" section of [Bret's Thinking the Unthinkable talk](http://worrydream.com/MediaForThinkingTheUnthinkable/), he has a video of a tool he built to understand Nile. You can find these links:\n\n* https://cdn.rawgit.com/damelang/nile/master/viz/NileViewer/demo_beziers.html\n* https://cdn.rawgit.com/damelang/nile/master/viz/NileViewer/demo_points.html\n* https://cdn.rawgit.com/damelang/nile/master/viz/NileViewer/demo_reals.html\n* https://cdn.rawgit.com/damelang/nile/master/viz/NileViewer/demo_shape.html\n* https://cdn.rawgit.com/damelang/nile/master/viz/NileViewer/demo_test.html\n\nI learned a bit about beziers, as well as more about OMeta and Ohm which was useful. Mostly looking through Viewpoints stuff just made me feel overwhelmed, out of my depth, and sad.\n\n### Struggling to settle on work...\n\nMight move on to Dark work this afternoon, or possibly return to my statecharts rabbit hole. Another slightly tempting project is the Eve tribute, in that there's a clear end in sight for it, and people might actually find value in it...", "changes": [[26, 0, "notes/kill-html-css.md"]]}, {"committer": {"date": 1522065903, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1522065900, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "ca410921afbcea0a2f7544e71ab712309d456746", "parents": ["33d77708d7e044d3087bf40e80c03a0b345a49c8"], "commit": "9b7a2908e3b87ae3f5111fb31b022ef9aef5fd82", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1522065900, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1522065900, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "66b58a7c3c0357d5301221520a19a143fd9c2d9c", "parents": ["3757a5d010811718e507190c7cac5e7e2dd829fa"], "commit": "33d77708d7e044d3087bf40e80c03a0b345a49c8", "message": "removed old file", "changes": [[0, 231, "essays/eve.html"]]}, {"committer": {"date": 1522063531, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1522063060, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "0b77c80338950d6ec51af961485c81dfe8824424", "parents": ["1b0f5c8139baea5e45843b685736afce64af977f"], "commit": "3757a5d010811718e507190c7cac5e7e2dd829fa", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1522063060, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1522063060, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "da299cbe70de8ead50ab9b816690f7ffa08166fa", "parents": ["c3e12be3ed6c14e7e04caadd08818ce5c3781f4f"], "commit": "1b0f5c8139baea5e45843b685736afce64af977f", "message": "## Next steps\n\n* TOC\n{: toc }\n\nI'm excited to get to work today, but also a bit anxious about picking something interesting and worthwhile to work on. Some thoughts:\n\n### Time-box a project\n\nThe idea here is to pick a well-scoped project, so that I can finish it in the next few weeks and publish something that would hopefully be suitable for Hackernews. An example here would be my [tribute to eve](./essays/eve).\n\n### Continue down the statecharts rabbit hole\n\nI still have [a few more resources remaing from my jump down this rabbit hole last week](http://futureofcoding.org/log#what-remains).\n\n### Zoom out and pick up past research or projects\n\nCycleJS, Fran, Streamsheets, FRP for Scratch/Woof, Morphic etc.\n\nIn re-reading my [plan](./plan), I came upon something I've wanted to do for a while now: struggle to understand STEP's Nile. Let's get that a shot...", "changes": []}, {"committer": {"date": 1521744522, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1521744503, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "da299cbe70de8ead50ab9b816690f7ffa08166fa", "parents": ["bff465aab77328db9d7c85f833b0ed0c0c833582"], "commit": "c3e12be3ed6c14e7e04caadd08818ce5c3781f4f", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1521744503, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1521744503, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "856cff5fb577bc2fceddcfe2bb2ce00f8bd5f673", "parents": ["d7927bb75c830df0f81bb8a2773c01dddb7ecf7a"], "commit": "bff465aab77328db9d7c85f833b0ed0c0c833582", "message": "## 3/22/18 scattered notes\n\n* TOC\n{: toc }\n\n### What I read/watched today\n\nI got a reply from Kevin Lyangh which first sent me to [this video on statecharts](https://keminglabs.com/talks/#yow2015)\n\nThen to I stumbled onto a few David Nolan talks, which I thought were interesting mainly because they referenced \"Two Cultures of the Scientific Revolution\" (which I recently read and didn't think much of), as well as Out of the Tarpit (which I also recently re-read and enjoyed).\n\nI then got pulled into [Rich Hickey's Value of Values](https://www.youtube.com/watch?v=-6BsiVyC1kM) which provided some good counter-arguments to my [thoughts about specificity](./notes/kill-primitives). Echoing what I just heard from David Nolan, he mentions that we almost always choose bad abstractions and that they often get too much in the way. This point really stuck with me, because abstractions and math seem so elegant, yet maybe their overapplication, like with class inheritance in Java, is what gets us into trouble. On the other hand, simple primitives are portable and easy to understand.\n\nThen I read almost all of the articles on The world of statecharts, read most of the threads in the chat.\n\nRosmaro (and medium posts)\n\nhttps://sverweij.gitlab.io/state-machine-cat/\n\nI also read the first few chapters of [Ian Horrock's Constructing the User Interface with Statecharts](./media/Constructing the User Interface with Statecharts Ian Horrocks.pdf).\n\nI also took [some silly notes on how I'm beginning to view much of the \"evil\" in programming due to historical accidents that have remained with us long past their usefulness](./notes/historical-accidents). (Side note: I think it's probably fruitless to look for \"the root of all evil\" in programming, be it historical accidents today or primitives yesterday. There are two ways to replace this persuit: 1. Be more explicit about trade-offs, and the contexts under which you'd choose between alternatives, and 2. Look for a positive philosophy of what programming is, almost in the John Dewey sense.)\n\n### What remains\n\n* Finish reading [Ian Horrock's Constructing the User Interface with Statecharts](./media/Constructing the User Interface with Statecharts Ian Horrocks.pdf) after page 49.\n* Read [xstate's docs](http://davidkpiano.github.io/xstate/docs/#/) and maybe bulid something in it\n* Read the final two pieces of The World of Statecharts that I haven't read yet: [one](https://statecharts.github.io/use-case-statecharts-in-user-interfaces.html) and two](https://statecharts.github.io/how-to-use-statecharts.html)\n*\n(read more about rosmaro guy's no if and no boolean, as well as the anti-if campaign)\n* maybe post to [the statecharts chat](https://spectrum.chat/statecharts/general)\n* read [this research paper about statechart UI building](http://phrogz.net/developing-user-interfaces-using-scxml-statecharts)\n\n### Yearning for real-world problems\n\nAfter watching all of these videos, I was left with a sense of blah. What do I do with all of these thoughts? Is this method or that method better? Under which circumstances? My thinking became so divorced from any concrete problems that I felt impossible to compare the trade-offs between alternatives.\n\nAnd so I had an idea: what if I use coding on WoofJS as a way to explore many of these ideas. More specifically, what if I use refactoring WoofJS to explore some of these ideas?\n\nThe tantilizing idea would be to start small, maybe just one boolean flag, or one function, and slowly refactor the app back to some sort of sanity. Of course, we still are left with the problem of determining what is sane and what is insane. I don't want to simply move WoofJS from VueJS to some new platform, like CycleJS or Elm or xstate, and just have similar-ish problems but in a new framework. That's a very expensive way to try out a framework.\n\nYet on the other hand, I fear that re-building simple apps, like a button that counts how many times it's been clicked, or even ToDo MVC will not expose me to the truly intricate and sticky problems that would expose whether an approach is good, and also motivate alternative approaches to solving such real-world problems.\n\nA relevant thought here is to bring in Alan Kay's advice to Samantha John: make a list of a few complex applications you want to be able to create in a framework to test and motivate its generality. This is reasonable advice. Some that come to mind:\n\n* [ToDo MVC](http://todomvc.com/)\n* [RealWorld](https://github.com/gothinkster/realworld)\n* Basic scratch games (http://coding.space/scratch)\n* Basic JS apps (http://coding.space/web)\n* Agar.io\n* Candy Crush (Sam John's idea)", "changes": [[34, 0, "notes/historical-accidents.md"]]}, {"committer": {"date": 1521741643, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1521741643, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "d6e96e0eac49b2c7aaf80bdc3cbe601e0fd352c0", "parents": ["28c9e628b5e007b34955a246e9536cc580e17789", "46bf255e44394ddc374c95ee4ad148a98d877b6e"], "commit": "d7927bb75c830df0f81bb8a2773c01dddb7ecf7a", "message": "Merge branch 'master' of https://github.com/stevekrouse/futureofcoding.org", "changes": []}, {"committer": {"date": 1521661896, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1521661664, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "70bad05062c4612b964050b365542e77f34277f7", "parents": ["f1b011d8db43b25f17aafc8cc129f9bbcbef08f5"], "commit": "28c9e628b5e007b34955a246e9536cc580e17789", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1521661664, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1521661664, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "1be797eb1beec2a6708c84c80d11debb3dffc6bc", "parents": ["e2dc2ff7555091061e6d521fa1b5a588453dec57"], "commit": "f1b011d8db43b25f17aafc8cc129f9bbcbef08f5", "message": "## Fun, fustrating, little progress on killing primitives\n\nPart of the problem doing work on the computer is that I'm too plugged in. Whenever I get stuck in my thinking, it's almost too easy to google around for related work. There are many benefits for struggling through the problem myself, not least of which is that it's quite fun -- I did it last week via pencil and paper and it was a blast.\n\nToday was 6 hours of FoC work. 0 hours of Dark work. Very productive! Tomorrow maybe I'll do 1.5-3.5 hours of Dark work, and then 3ish hours of work here. In particular, I'm excited to explore xstate, statecharts, David Piano, and maybe email him to invite to chat on the podcast.", "changes": [[115, 0, "notes/kill-primitives.md"]]}, {"committer": {"date": 1521656831, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1521656590, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "5a5113da4c8827f8fed21cdd29684f741c953c2a", "parents": ["02ce60103336132b288b3f76549397de0462df46"], "commit": "e2dc2ff7555091061e6d521fa1b5a588453dec57", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1521656590, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1521656590, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "c4820029a6f3dc646aad6b0d37cd1fca94dca3a9", "parents": ["825e4615a2fcfcde88623d8f1cfd9cece25ac9a7"], "commit": "02ce60103336132b288b3f76549397de0462df46", "message": "## 6th plan\n\nSpent a few hours this afternoon thinking about this project from a meta level. Wasn't so much fun, nor particularly productive, but I did get some things off my chest I think.\n\nOn the one hand, I want to spend less time thinking about the work I'm doing, and just do the work. On the other hand, if I just let myself get pulled in interesting directions, I end up falling into internet holes, like I did this morning, and then feel unproductive. Hard to find a balance here. One thought is to set up time-boxes for free-flowing thought vs thought about a specific topic vs building time, etc. Potentially I could do it without a computer or without wifi to focus.\n\nI am going to spend the next hour or so actually doing the work that I'm curious about: primitives (booleans, ints) too generic and lead to overloading, etc, etc.", "changes": [[62, 49, "plan.md"]]}, {"committer": {"date": 1521634686, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1521634358, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "9b4df5d700e6b8fa0220c89365d376afe4175737", "parents": ["7e1ff5ff8ae19bbbf84c1e0b6b70dce522aeec7a"], "commit": "825e4615a2fcfcde88623d8f1cfd9cece25ac9a7", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1521634358, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1521634358, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "b4890e8608932e7001c19f2e7158aa5bfa2717cc", "parents": ["6d9c0378d0b17ca5d0c84d7a7bc421c9b42f0718"], "commit": "7e1ff5ff8ae19bbbf84c1e0b6b70dce522aeec7a", "message": "## Interface design research\n\n* TOC\n{: toc }\n\n### Pure UI\n\nI picked up today where I left off yesterday, reading about Pure UI and Pure UI control. Excited to continue exploring this way of thinking, and statecharts, David Piano, etc, here: [https://statecharts.github.io/use-case-statecharts-in-user-interfaces.html\n](https://statecharts.github.io/use-case-statecharts-in-user-interfaces.html\n)\n\n### Kevin Lynagh\n\nI then clicked on Kevin Lynagh's name in the Pure UI Control essay and fell into a hole about him and Subform, [some notes here](./notes/kevin-lynagh).\n\nExcited to reach out to him for the podcast. Ditto with Adam Solove. Will reach out now...", "changes": [[34, 0, "notes/kevin-lynagh.md"]]}, {"committer": {"date": 1521574326, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1521573817, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "a012ded2f622e24e289d3c65b9fd0044a757db02", "parents": ["e5d16e83da695e6f789f349f6aa50b9874adbd8d"], "commit": "6d9c0378d0b17ca5d0c84d7a7bc421c9b42f0718", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1521573817, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1521573817, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "35034c25b3ec665570a9a67f45b545cdbea593ce", "parents": ["9319e5dd0c8f5f5515a8cb65ecc603a018f5839d"], "commit": "e5d16e83da695e6f789f349f6aa50b9874adbd8d", "message": "## Twitter research\n\n* TOC\n{: toc }\n\n### Inviting people to the podcast\n\nI looked at [this list](https://github.com/stevekrouse/futureofcoding.org/issues/18) of potential guests, invited my friend Nicolae Russan as well as his friend Simon last to the podcast, and reached out to Brent Yorgey as well.\n\nI really enjoyed reading [Brent's slides](http://ozark.hendrix.edu/~yorgey/pub/explaining-errors-slides.pdf) on Explaining Type Errors through an interactive interface where you click on a series of questions. However, it did make me recall Bret Victor's \"interaction considered harmful\" point, and I wonder if there are ways to build a context-sensitive graphic for explaining type errors without any interaction nor a block of text. Maybe with colors? Maybe with shapes? Definitely in the context of where the error is occuring, and not in the console.\n\n### xstate\n\nI then took to [my Twitter list](https://twitter.com/stevekrouse/lists/future-of-coding) for more inspiration, where I stumbled upon [xstate](https://github.com/davidkpiano/xstate), which seems quite similar to CycleJS, particularly now that they can generate state diagrams from your code. I'm quite excited to read:\n\n* https://rauchg.com/2015/pure-ui\n* https://medium.com/@asolove/pure-ui-control-ac8d1be97a8d\n* https://statecharts.github.io/use-case-statecharts-in-user-interfaces.html\n\nI also stumbled across this neat tool. \"Dynamic layout meets direct manipulation.\": https://subformapp.com/\n\nGoodness! There are so many people building cool things in this space. It's difficult to find a balance between research and novel work.", "changes": []}, {"committer": {"date": 1521484921, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1521483379, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "132278bf7dfb824f22283f81f1b89daea5dadd1b", "parents": ["299337d6cb33538faabf77e9473fe9091978ce09"], "commit": "f1dc8cdf0d1a8553d36a9bce312ebc281e6dc9f3", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1521483379, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1521483379, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "e69769e1cc5c45f4bcc22c2af7cbed21a4eff279", "parents": ["653b9472e17d96488536ccb9f2f5a15c6192b00f"], "commit": "299337d6cb33538faabf77e9473fe9091978ce09", "message": "## Newfound excitement\n\n* TOC\n{: toc }\n\n### Direction lost\n\nAfter my visit to Dynamicland at the end of Jan 2018, I [decided to pause this project](http://futureofcoding.org/log#journal-break). I think there are a few reasons I lost direction here:\n\n1. I saw a lot of really smart people that I look up to have a hard time in this space (Bret, Alan, Chris Granger)\n2. I felt that my chances of success were dim\n3. I found it difficult to explain what I was doing to friends, family and strangers at parties\n4. I lost track of who or for what use-case I was doing this work\n\nSo I started looking for full time work as an engineer. Got a job offer. Turned it down. Then found some part-time work...\n\n### Dark (Paul and Ellen's new startup)\n\nPaul Biggar (of CircleCi) has started a new company with Ellen Chisa. They reached out to hire me to do some consulting work for them part time, like 5-10 hours per week. It's actually been amazing, potentially exactly what I needed to get re-invigorated here. I started working with them in early Feb, doing analysis of developer companies, like Eve or Luna. Would love to get some of this work on here in a productive way.\n\nIt's actually been really heartening doing this analysis. I am beginning to see how companies like Eve made mistakes that I could avoid, such as spending years iterating on visual programming interfaces or overly optimizing for beginners right off the bat.\n\n### Fuck the learning curve\n\nIn other words, I am finally beginning to come around to Paul Chuisano's view that learning a new system is a one-time cost. Of course we want to onboard users as fast as possible but it's not the most important thing to get right on day 1, and it's definitely not the thing to optimize for. Instead, let's fuck the learning curve and optimze for the producitivity in the medium-term. (We can always build a better interface later, maybe even a syntax-less one, but text is great for iterating quickly.)\n\n### Working on Woof\n\nHowever, probably the thing that has got me most excited about returning to this project is [the work I did on Woof last week](https://github.com/stevekrouse/WoofJS/commit/04a7ce1e3e371957d4304a049e96dc8a6818bc59). It took me ~6 hours and was mostly super fustrating, but also fun and addicting, like a video game. It reminded me how much I both love and hate programming, and hinted at how amazing it could be with the right abstractions.\n\n### Overloading\n\nA few weeks back, r0ml was kind enough to give me a guided tour of both APL and Squeak Smalltalk. Both were incredibly fascinating and inspiring!\n\nWhile the APL overloading and concise mentality is admirable in some respects, I also wonder if it could be the root cause of much evil. The thought goes something like this: if you use the same concepts for multiple different contexts, you end up artifically boxing yourself in unneccesarily. Instead if you could be more specific about the \"shape\" of your app, and all possible *semantic* states it could get it, you could more purely represent your app as a system of relationships, and then understanding and extending it would be greatly simplified.\n\nThis builds upon my ideas of the past such as \"booleans are too generic,\" to include such ideas as \"integers are too generic.\"\n\n![overloading](https://user-images.githubusercontent.com/2288939/37614064-9828a254-2ba1-11e8-899f-59385ade596d.jpg)\n\n\n### Thoughts about where to spend time\n\nI think I need a new framework for this work. I made a list of the type of activities that I do here:\n\n![time](https://user-images.githubusercontent.com/2288939/37614063-980234f2-2ba1-11e8-9470-196128b4c73c.jpg)\n\nI wonder if it would be better if I structured my work around publishing stuff and trying to get views or upvotes on HN. I like it because of the social proof and it would feel good, but I am worried it's too much click-bait-y and focusing too much getting attention.\n\nAnother thought is to focus my attention on a really small problem that I think I can solve well.\n\nAnother thought is to find a mentor or some structure in the context of other people.\n\nAnother thought that gives me solace is that this stuff is really deep and complicated and the key is optimzing for long term productivity and excitement, so I need to find a structure that lets me have fun here for a while, while staying productive...\n\n#### Throw out HTML, CSS\n\nAnd a final thought is to pick a big ambitious project to spend most of my time on. One idea that I keep returning to is \"throwing out the DOM (HTML, CSS) and starting over on the canvas,\" including building input boxes, etc, from scratch. This project is quite similar to Morphic (more specifically, morphicJS) so I'd start with research there, and try to find other attempts at this vision. Potentially, the canvas is not the right compile target and something more modern or cross-platform would be better, like openGL.\n\nI really admire Elm (and Fran, but need more research here). Also Brent's Diagrams is interesting for inspiration. The dream would be a very mathmatical language, one in which centering stuff, laying it out, would be super simple. Ditto for animation. All maths and relationsihps. All very pure. And cross platform is by default because so abstract. And reactive by default because canvas is immediate mode already. Also, it will be \"turtles all the way down,\" like Smalltalk, in that there's no browser magic elements, like . Everything is hackable. Don't just change the CSS: change the actual thing or whatever.", "changes": []}, {"committer": {"date": 1521481529, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1521481492, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "e69769e1cc5c45f4bcc22c2af7cbed21a4eff279", "parents": ["6ac6e76a438ce1144fc9f5ea226d3754924594b9"], "commit": "653b9472e17d96488536ccb9f2f5a15c6192b00f", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1521481492, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1521481492, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "ec98f3b2a6b7467663d1fec779aa2813ed39b618", "parents": ["b16a867d92cfc181ce499a7d4b196533a7c02a28"], "commit": "6ac6e76a438ce1144fc9f5ea226d3754924594b9", "message": "## Started Eve Tribute\n\n(I acutally did this work a few weeks ago and forgot to commit.)", "changes": [[231, 0, "essays/eve.html"], [167, 0, "essays/eve/index.html"], ["-", "-", "essays/eve/media/FiveSquare.png"], ["-", "-", "essays/eve/media/aurora.png"], ["-", "-", "essays/eve/media/card-wiki.png"], ["-", "-", "essays/eve/media/excel-eve.png"], ["-", "-", "essays/eve/media/first-syntax.png"], ["-", "-", "essays/eve/media/first-ui-editor.png"], ["-", "-", "essays/eve/media/grid-eve.gif"], ["-", "-", "essays/eve/media/madlibs-notebook.png"], ["-", "-", "essays/eve/media/markdown-eve.gif"], ["-", "-", "essays/eve/media/table-eve.png"], ["-", "-", "essays/eve/media/when-do-madlibs.png"], ["-", "-", "essays/eve/media/wiki-eve.png"]]}, {"committer": {"date": 1517519283, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1517519280, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "2bd5b918e1f73813febe925ff02c43a32bc424de", "parents": ["b1dd71ab1bfe1c4bb8183bb3940168739747f9d6"], "commit": "b16a867d92cfc181ce499a7d4b196533a7c02a28", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1517519280, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1517519280, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "74534acbd9f7f31b6a506ccd6e4724fe93be2fd0", "parents": ["485ac4380dee5a7d4a87d01f4d00dbd1b2f515cb"], "commit": "b1dd71ab1bfe1c4bb8183bb3940168739747f9d6", "message": "added ep 21, aidan cunniffe", "changes": [[27, 0, "episodes/21.md"], [1, 0, "index.html"]]}, {"committer": {"date": 1516728432, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516728430, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "1aebc98dece912eb19408637ad397769be279258", "parents": ["6bcf90218784bd68434a773f92d6c875719e7d4c"], "commit": "485ac4380dee5a7d4a87d01f4d00dbd1b2f515cb", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1516728430, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516728430, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "d846ffb217c57bbe3f5502645c9d17749ae7e874", "parents": ["10a6980535c837d4f1d222d657beeb351c1ede6d"], "commit": "6bcf90218784bd68434a773f92d6c875719e7d4c", "message": "add dynamicland recap", "changes": [[44, 0, "notes/bret-victor/dynamicland.md"]]}, {"committer": {"date": 1516662048, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516661642, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "23670b2d017b48339920a8c0fc44f87d0fb34334", "parents": ["56f6c4f89322fb88e8ec8f4d4be2069ab3688b2b"], "commit": "10a6980535c837d4f1d222d657beeb351c1ede6d", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1516661642, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516661642, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "0ee913610ed904317ec0c3541541cd78b74137b4", "parents": ["696fbd0a916cc2c4ad083431e08693b7d1012977"], "commit": "56f6c4f89322fb88e8ec8f4d4be2069ab3688b2b", "message": "## Journal break\n\nGiven how Bret Victor is the main inspiration for this project, it was really really fascinating to spend so much time around him last week. One of the biggest things I took away was that \"improving programming\" is a difficult goal to shoot for directly. The biggest improvements to programming happened when someone from a different field were shooting towards a bigger, more abstract goal. They also never came from young people. I'm going to have to think through how these new ideas influence this project. Potentially I will put it on pause for a while.\n\n## Interviews tomorrow\n\nI haven't done any interviews this year, but I hope to rectify this with two interviews tomorrow. I'll release one either late this week or early next week, and the other either late next week or early the following week.", "changes": []}, {"committer": {"date": 1516421982, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516421980, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "0ee913610ed904317ec0c3541541cd78b74137b4", "parents": ["eeb1f0d3c5a9e98a61dbc302c8bdd4e2abd0831a"], "commit": "696fbd0a916cc2c4ad083431e08693b7d1012977", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1516421980, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516421980, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "fecac03b744684b2ef38cbdabbca74d6169779b3", "parents": ["c39c1c89611cdb30559637185e21f45b31aea7a8"], "commit": "eeb1f0d3c5a9e98a61dbc302c8bdd4e2abd0831a", "message": "don't forget to tweet videos", "changes": [[1, 1, "_data/git-log.json"], [1, 0, "notes/bret-victor/dynamicland.md"]]}, {"committer": {"date": 1516421868, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516421865, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "6bacc2e1fd5d2b22b14fb4e2967057d1fcdaef83", "parents": ["a2b5fd8ac1bc9756d04d34139a8c70144e4d08d0"], "commit": "c39c1c89611cdb30559637185e21f45b31aea7a8", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1516421865, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516421865, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "3a9d381462c7b9135133ba577c113840be533563", "parents": ["b72f40778bf5305a5546dc808a9fe30c36cecdec"], "commit": "a2b5fd8ac1bc9756d04d34139a8c70144e4d08d0", "message": "dynamicland, day 5 recap", "changes": [[1, 1, "_data/git-log.json"], [29, 0, "notes/bret-victor/dynamicland.md"]]}, {"committer": {"date": 1516391913, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516391911, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "71eb9fccfd208433a55c6a29f661202df72c111e", "parents": ["fe7ffe02178b9031c122914bdd686f3838d62a1a"], "commit": "b72f40778bf5305a5546dc808a9fe30c36cecdec", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1516391911, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516391911, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "fa9609d2a946585d17d48aca1d59ab594b6cf1ef", "parents": ["64d484465577365e7eec6261f95ac09fdfb1e973"], "commit": "fe7ffe02178b9031c122914bdd686f3838d62a1a", "message": "dynamicland day 5 prep", "changes": [[1, 1, "_data/git-log.json"], [28, 0, "notes/bret-victor/dynamicland.md"]]}, {"committer": {"date": 1516335676, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516335673, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "eabe268557a13eb4d7f5213367f5d344a45a6f2e", "parents": ["ab07522bd39d8ceb850aa4197c3d3d815322441d"], "commit": "64d484465577365e7eec6261f95ac09fdfb1e973", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1516335673, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516335673, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "cad49175b955c50f13072fe1e81912cc26f7f80d", "parents": ["5d0b1e16be2d924d2d841b01bee68420de7f185f"], "commit": "ab07522bd39d8ceb850aa4197c3d3d815322441d", "message": "dynamicland, day 4", "changes": [[1, 1, "_data/git-log.json"], [39, 0, "notes/bret-victor/dynamicland.md"]]}, {"committer": {"date": 1516240808, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516240805, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "abfe4010da23f34a7681ae16273c499858c15e8c", "parents": ["0910ae89df1a731edb1ac787494306b0d1e28564"], "commit": "5d0b1e16be2d924d2d841b01bee68420de7f185f", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1516240805, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516240805, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "c4dc1dabeaef966fb96a66c6202805cd1f221e81", "parents": ["d2d4a13be363782c2028ba818df6bc35917e41b0"], "commit": "0910ae89df1a731edb1ac787494306b0d1e28564", "message": "dynamicland, day 3 recap", "changes": [[39, 0, "notes/bret-victor/dynamicland.md"]]}, {"committer": {"date": 1516213389, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516213387, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "770cc6cfc0cb6104589e4d8cc79c303930a5454c", "parents": ["202cff1995068e6198f8250f3b0823349ff97e3e"], "commit": "d2d4a13be363782c2028ba818df6bc35917e41b0", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1516213387, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516213387, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "349d14f5a6576d94e9ff734ad48396d9e82d4f00", "parents": ["6722d687b60708297cc63a6dd08eda8860601ee1"], "commit": "202cff1995068e6198f8250f3b0823349ff97e3e", "message": "day 2 recap; day 3 prep", "changes": [[27, 2, "notes/bret-victor/dynamicland.md"]]}, {"committer": {"date": 1516134296, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516134193, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "14a036551af5ebdcf2f5b49a07356ffa2987391b", "parents": ["86fec0ca3760ae2499551e39e0fdcd85e85662ed"], "commit": "6722d687b60708297cc63a6dd08eda8860601ee1", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1516134193, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516134193, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "794816a8a0637ba65d323008c3e8b02ce4375fe1", "parents": ["d903e56fc63cebdb7a3e7f32ab78652521c80376"], "commit": "86fec0ca3760ae2499551e39e0fdcd85e85662ed", "message": "## reflection 11\n\nBoom - started and finished in an hour. If I reflect often enough, and don't try to be comprehensive about it, I think I can put up with this.", "changes": [[88, 0, "reflections/11.md"]]}, {"committer": {"date": 1516130705, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516130703, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "0d5f5350f09de25e556be31fbe01142bff0181bc", "parents": ["4676be8d7f4ed7ee22f7590b4ed87a031399764a"], "commit": "d903e56fc63cebdb7a3e7f32ab78652521c80376", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1516130703, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516130703, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "d5c34a2c2ec712f1820a67eab13e54da7c6b1d8d", "parents": ["a015e60f594e39660d25f34ec81cea80c3c7cc90"], "commit": "4676be8d7f4ed7ee22f7590b4ed87a031399764a", "message": "add link to live page", "changes": [[5, 3, "log.md"]]}, {"committer": {"date": 1516130688, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516130686, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "47757bcc075917ac5aaebf103ab8ef9c1846117c", "parents": ["43b20060f08d179d2b37009cd57848d3967b56f4"], "commit": "a015e60f594e39660d25f34ec81cea80c3c7cc90", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1516130686, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516130686, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "4a8d36aef528905087099a7edfd25b29fcba7084", "parents": ["c99e4d84bf63eae7740d69683a27925ef2243af1"], "commit": "43b20060f08d179d2b37009cd57848d3967b56f4", "message": "removed title jekyll typo", "changes": [[1, 1, "episodes/20.md"]]}, {"committer": {"date": 1516123175, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516123173, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "aa8dfbadb8fd02ba094c9f11d093fff0c6f6c030", "parents": ["54397fb467a65481373eba0f12fde8c0508311c6"], "commit": "c99e4d84bf63eae7740d69683a27925ef2243af1", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1516123173, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516123173, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "ed3acaeb5e7a6ac63290dffbb3911f0132ad5ccb", "parents": ["e45dc72f0b5d6045b9e461fe155a66492dee9213"], "commit": "54397fb467a65481373eba0f12fde8c0508311c6", "message": "prep for dynamicland, day 2", "changes": [[1, 1, "_data/git-log.json"], [69, 0, "notes/bret-victor/dynamicland.md"]]}, {"committer": {"date": 1516078274, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516078271, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "7f688af87bd37d1386cd860dde013c2f98be7970", "parents": ["c50a437219cbbda52bc4687b820db6d49c28369e"], "commit": "e45dc72f0b5d6045b9e461fe155a66492dee9213", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1516078271, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516078271, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "7cc218ce9fd57ca9cbe2d7bc9815b97c294c8e5a", "parents": ["1b55af4b04024b962c3a939922fbbf2927578579"], "commit": "c50a437219cbbda52bc4687b820db6d49c28369e", "message": "Dyanmicland visit, day 1", "changes": [[1, 1, "_data/git-log.json"], [47, 0, "notes/bret-victor/dynamicland.md"]]}, {"committer": {"date": 1515801319, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1515801311, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "66c03f4fb933f504b5eac3f25d6f985fbadba052", "parents": ["74851490e6a04231cccdd4c96c28bfb884c92c52"], "commit": "1b55af4b04024b962c3a939922fbbf2927578579", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1515801311, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1515801311, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "bd304ee16512fc4dd160a09ca269fb4e6bf12d04", "parents": ["4c0956275a911a474347b052709529f5955f098f"], "commit": "74851490e6a04231cccdd4c96c28bfb884c92c52", "message": "## Rushed BV deep dive\n\n### Quick progress\n\nQuick & dirty progress with little to no note taking was made today on a number of BV things:\n\n* Media for Thinking the Unthinkable\n* The Future of Programming\n* Seeing Spaces\n* RESEARCH AGENDA AND FORMER FLOOR PLAN\n* The Humane Representation of Thought\n\nAs well as a few selected references that he linked to from those (or the notes for those), but you'll have to see my notes in this commit for all that jazz.\n\n### Remaining things\n\nThought I didn't get to them today, I think it would be useful to me to read both Bret's _2013 links_ and _What a technologist can do about climate change_ before I show up at Dynamicland. I have plenty of time for both of these things before Monday at 1pm PST, but it's also not a tragedy if I don't get to them.\n\nAs far as my BV deep dive goes, I'd say that it's as done, if not more done, than the deep dive I did into Alan Kay. There's more to be looked at for both men, for Alan there are many videos, and for Bret, there are past websites, projects, and journal entries. But I suspect that after next week, I will feel content in my knowledge of Bret Victor for now, and would be more happy spending time with his sources, than with him directly. And of course, re-reading and re-watching is always useful so I can always comes back to this if I need to.\n\n### Self-directed masters program\n\nOn a trip to the bathroom, I picked up Richard Rorty's _Philosophy and Social Hope_ and was blown away by the first few pages. He alluded to being able to dissolve [my current paradoxical thoughts on the distinction between inventtion vs discovery](/essays/invented-or-discovered). It feels like Rorty might do for Dewey what Deutch does for Popper.\n\nAnyways, I have a stack of books in front of me ranging from Piaget to McLuhan to Raskin to Vygotsky to Brooks to Rheingold to Minsky to Hofstader. And I have at least another dozen such books elsewhere that feel like essential reading for me to live a fufilled life. Thus had the thought to structure all of this reading and reflecting into an organized structure of some sort, which I am currently referring to as a \"self-directed masters program.\" Here are some of the tasks (unordered) that represent my current thinking of the next steps here if I choose to continue planning in this direction...\n\n* look into how other masters' programs, PhD programs, or other programs of study are organized, such as [Open Masters](https://www.openmasters.org/) and [Steph Jang's post](http://stephjang.com/blog/free-masters-program/)\n\n* think about the topics / questions / goals (in other words, why do this over getting a job or starting a company, or any other possible thing?)\n\n* will there be a thesis or end product, one or many?\n\n* mentorship?\n\n* physical location?\n\n* time\n\n* budgeting", "changes": [[1, 1, "_data/git-log.json"], [130, 4, "notes/bret-victor/index.md"], [2, 0, "notes/bret-victor/questions.md"]]}, {"committer": {"date": 1515780096, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1515779539, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "87c34418b4758330b4de0bd9c2e22ae864e0d593", "parents": ["4a45b8253d0ea3efca8c63b00621014256296fc5"], "commit": "4c0956275a911a474347b052709529f5955f098f", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1515779539, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1515779539, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "79983bdafbcbecbe4ea0dfb0c40d2b50188a4d2d", "parents": ["d5bc039ec025da465c41863f9350860281dbe280"], "commit": "4a45b8253d0ea3efca8c63b00621014256296fc5", "message": "## Plan for 01/12/18\n\n### _Media for Thinking the Unthinkable_\n\nI spent the morning watching _Media for Thinking the Unthinkable_, again without taking notes, but still making an effort to read sources, which in this case included [The Unreasonable Effectiveness of Mathematics](http://www.jstor.org/stable/2321982) and [An Ill-Advised Personal Note about \"Media for Thinking the Unthinkable\"](http://worrydream.com/MediaForThinkingTheUnthinkable/note.html), the ladder of which had a few wonderful gems, including:\n\n> Any concept, technique, or tool that is specific to software engineering is guaranteed to have a short shelf life, at least on any time scale that I personally care about. (Which is totally fine if you're into that, but this is my ill-advised personal note, not yours, and I personally care about mattering 100 years from now.)\n\nWow, that's fascinating. Makes me wonder about where this desire to attain a lasting legacy comes from.\n\n### Rest of today\n\nI'm going to take an the next hour for lunch and mayge get a haircut, so that puts me at 2pm, and then I have to leave for dinner at 7pm, so I have 5 hours for work. Given that this is my last real work day before visitng Dynamicland, I'd like to get through the following things:\n\n* finish the last ten pages of _Visual Display_\n* finish reading _No Silver Bullet_\n* finish my [BV deep dive](/notes/bret-victor), which includes:\n * The Future of Programming\n * RESEARCH AGENDA AND FORMER FLOOR PLAN\n * Humane Representation of Thought\n * What a technologist can do about climate change\n\nWill probably have to go much faster than usual to make it through. No problem.", "changes": []}, {"committer": {"date": 1515708602, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1515707262, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "79983bdafbcbecbe4ea0dfb0c40d2b50188a4d2d", "parents": ["751bad4e6e1c1b12dfdb76de05ff6a72ca0c5b03"], "commit": "d5bc039ec025da465c41863f9350860281dbe280", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1515707262, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1515707262, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "10a90baa816c4615e606a123ec8f493d5d376865", "parents": ["3a4c4681e176271056a5f1b915781152a6e4301f"], "commit": "751bad4e6e1c1b12dfdb76de05ff6a72ca0c5b03", "message": "## Reading Tufte\n\n### _The Visual Display of Quantitative Information_\n\nToday I read 178 out of the 190 pages of Tufte's _Visual Display_. It was While I have recently been writing copious notes while I read, today I simply read without taking any notes, despite of course, this adorable note:\n\n

My girlfriend's cat hates it when graphics get order but not magnitude right. He's a big @EdwardTufte fan pic.twitter.com/aSGoFp9CPk

— Steven Krouse (@stevekrouse) January 11, 2018
\n\n\nIt was interesting reading. When I turned the page and found the beginning of the next chapter, I would intend to take a break, but figured I might as well read first read the first few lines of the next chapter just out of curiosity. But then my curiosity would be so piqued that I'd find myself going chapters at a time without breaks. It was a good 4 hours of Tufte today.\n\nGiven that I don't have any immediate concrete, practical use for these skills, I'm not sure how useful it felt. As a study in where ideas come from, it was interesting to see many Bret Victor ideas I'm familiar with in their original context. For example, I recognized sparklines, a Tufte invention, from BV's work (although in a quick web search, I am unable to find an example of this...) This speaks to the question of pre-loading vs just-in-time learning. I feel like most of the value in my reading today will be in knowing where the answers to questions about data visualization will likely be found -- and that there are answers here at all -- rather than the actual rules or techniques that I read given that I am likely soon to forget them in the absence of applying them anytime soon.\n\n### Steve's Search for Meaning\n\nRecently I've been talking a lot about meaning, asking questions about the value of earning money, status anxiety, and company mission statements. Given that this is not the first time my brain has wadded its way into this territory, I am suspect that these concerns are \"real\" concerns, in that I don't actually care about the answers to these questions. I feel that it's much more likely that I am feeling unsettled for some external reasons (such as having less contact with people given all the reading I'm doing, or having less structure in my life), and am then looking for logical questions to focus my and others' attention on to explain away my unsettled internal state.\n\nWhen I shift my attention away from these questions, and back to my current plan of pickling myself in ideas, I feel much less anxiety: as long as I read a lot, and reflect on my reading, I'm following the plan. Another thing that abates my worries: the books and essays on my to-do list are first-class. In fact, it's difficult to find any to remove, and sometimes feels impossible to prioritize. My disquiet disappers entirely if I simply focus on enjoying the pinacle of pleasure that I have the luxury to enjoy by simply being allotted the time to dive into books that are interesting and potentially useful to me. That is, if I stop justifying, and simply enjoy.", "changes": []}, {"committer": {"date": 1515627432, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1515627317, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "10a90baa816c4615e606a123ec8f493d5d376865", "parents": ["f0e27d006fdfa75a1b570638b895336b05a46c53"], "commit": "3a4c4681e176271056a5f1b915781152a6e4301f", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1515627317, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1515627317, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "fd3a2857159974ddc236210cf27e736b91d33799", "parents": ["aab0761a325598f5a72eed066527f647c255c53c"], "commit": "f0e27d006fdfa75a1b570638b895336b05a46c53", "message": "## Good meetings and reading\n\n### Questioning the idea of crusade\n\nI've been doing a lot of questioning these days. Today I did my questioning with Omar Rizwan and my cofounder Eli. Maybe Bret's importing of the idea of \"cause\" from social activism into engineering isn't such a great idea? Maybe it's more fun and useful to solve problems for real people on their own terms - without having a bait-and-switch reason why.\n\n### Finishing Learnable Programming\n\nTechnically not 100% finished, given that I need to read all references, and I'm [not entirely done](/notes/no-silver-bullet) with No Silver Bullet.", "changes": [[1, 1, "_data/git-log.json"], [38, 1, "notes/bret-victor/learnable-programming.md"], [73, 0, "notes/no-silver-bullet.md"]]}, {"committer": {"date": 1515536900, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1515536782, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "9302b94f0adb2307b4fd5ab4a1bb0b8fe22cdc08", "parents": ["3c1e836b2690ad0777cedaa50121b3c09cfc16b2"], "commit": "aab0761a325598f5a72eed066527f647c255c53c", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1515536782, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1515536782, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "2cf72d61b54756075e12f5be8371c9134ac646b4", "parents": ["4334f2a4f9e3fab4844cbd176def1228fb6df9fd"], "commit": "3c1e836b2690ad0777cedaa50121b3c09cfc16b2", "message": "## Big long day of BV deep dive\n\nStill making my way through Learnable Programming, making sure to read all of the footnotes and refernces, as well as fully articulate all of the relevant other thoughts I have while I read. This is probably too much writing, I'm beginning to realizing, but I am indeed almost done! With this one essay. Then there is much to do read and re-watch before heading out to Dynamicland.\n\nI also got my first Tufte book, the Visual Display, and would love to get partway into that at least as well.", "changes": [[1, 1, "_data/git-log.json"], [24, 3, "essays/customer-support.md"], [41, 0, "essays/regex-for-humans.md"], [127, 1, "notes/bret-victor/learnable-programming.md"], [23, 0, "notes/bret-victor/questions.md"]]}, {"committer": {"date": 1515276246, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1515276244, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "2395f3abccb210905a5ff1155a75b5e7d0745777", "parents": ["ac28294a82c40065e2194b8fe5598962db98f67c"], "commit": "4334f2a4f9e3fab4844cbd176def1228fb6df9fd", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1515276244, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1515276244, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "38c9ecf53b8b4ec6f1d676922e137eeac024e10a", "parents": ["1b8c4d8d7d83f74fb5d4c0c80b98e449abae9330"], "commit": "ac28294a82c40065e2194b8fe5598962db98f67c", "message": "more LP notes", "changes": [[28, 0, "notes/bret-victor/learnable-programming.md"]]}, {"committer": {"date": 1515256579, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1515256577, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "35504176f9abb22e3ec59abafa04485aa3848225", "parents": ["38b01c4f51ac4a8d3d9b56a3240c79707efa25fe"], "commit": "1b8c4d8d7d83f74fb5d4c0c80b98e449abae9330", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1515256577, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1515256577, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "018d839459ad1c02e6854e90255d4ffbbf61d1b0", "parents": ["22db15e4cbc239aa109c8960a3677b6790feb09e"], "commit": "38b01c4f51ac4a8d3d9b56a3240c79707efa25fe", "message": "add section about chat bots", "changes": [[1, 1, "_data/git-log.json"], [5, 1, "essays/customer-support.md"]]}, {"committer": {"date": 1515256315, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1515256257, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "bd8211d844d59a8b91ce2762d6878b59c0b401ad", "parents": ["e27cee9c7b1d176e7e49d55f639d4235ba16630d"], "commit": "22db15e4cbc239aa109c8960a3677b6790feb09e", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1515256257, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1515256257, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "bf67ec2fb2a9e5816f669b3b92ba498b7feefae0", "parents": ["33cb6ce1274ece7ca8e75494e5e4855c9f314282"], "commit": "e27cee9c7b1d176e7e49d55f639d4235ba16630d", "message": "## BV deep dive: learnable programming\n\nDid some good reading and writing this morning! As ususal, I wrote much more than I read. Fun fun!", "changes": [[1, 1, "_data/git-log.json"], [52, 0, "essays/customer-support.md"], [59, 0, "essays/learnable-programming.md"], [93, 33, "notes/bret-victor/learnable-programming.md"]]}, {"committer": {"date": 1515190081, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1515190079, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "a130d75841f9ef4970f60d0faff2eca84b2908a6", "parents": ["127b9fd8cd7c6dffbf85a36b828402e220e7fbdc"], "commit": "33cb6ce1274ece7ca8e75494e5e4855c9f314282", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1515190079, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1515190079, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "32d232d12975e58d015eb418605d4d7a32e24631", "parents": ["408fb3830580d2e00e736f36c919d2430726f1c8"], "commit": "127b9fd8cd7c6dffbf85a36b828402e220e7fbdc", "message": "finished reflection 10 (finally)!", "changes": [[31, 92, "reflections/10.md"]]}, {"committer": {"date": 1515189463, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1515189354, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "cc2e9e1531a5867784bbe6b8f2cdb8e46f0c3b8c", "parents": ["39939036d0b55acf4ebd98ef9166ef9702dc5cb3"], "commit": "408fb3830580d2e00e736f36c919d2430726f1c8", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1515189354, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1515189354, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "7e98d1a481c9c597d30c2bdb0b7d49b7ddb38d7c", "parents": ["9d3a66ddee1219cb1f032ea4ca0cac3de597129a"], "commit": "39939036d0b55acf4ebd98ef9166ef9702dc5cb3", "message": "## Shortcut to github issues\n\n* TOC\n{: toc }\n\nNow [futureofcoding.org/issues](./issues) will link to https://github.com/stevekrouse/futureofcoding.org/issues\n\nAnd [futureofcoding.org/issues/3](./issues/3) will link to https://github.com/stevekrouse/futureofcoding.org/issues/3\n\nThis works for arbitrary issues because I wrote the code in the 404 page for this repo, which here acts as a router.", "changes": [[16, 0, "404.md"]]}, {"committer": {"date": 1515187169, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1515186595, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "040368a13550fba089dc576ffcdab835b019fadf", "parents": ["9bbc78fa9dc8bdd2f6efd55ce244e318683546dc"], "commit": "9d3a66ddee1219cb1f032ea4ca0cac3de597129a", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1515186595, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1515186595, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "501153b9496a43530d8d1f8eca92e745bd4ee6db", "parents": ["3deca200332a7ebb1cbe6161faa0db333fb55f50"], "commit": "9bbc78fa9dc8bdd2f6efd55ce244e318683546dc", "message": "## Update for this week\n\n* TOC\n{: toc }\n\n\n### Plans to visit Dynamicland!!\n\nI'm very excited to be visiting Dynamicland in two weeks! I'll be there Jan 15-19 2018. I've heard, read, and seen so many amazing things from there, and I'm pumped to see it all firsthand and play with it all. Hopefully I'll have some fun videos, writings, and/or podcasts for y'all from there soon!\n\n### Where have I been this week?\n\nI have not committed to this project/log/journal at all this week, which is directly contradicting my policy of contributing every day, except when otherwise specified. Part of the problem may be that it's unclear *where* I specify which days I have *on* vs *off*. Food for thought.\n\nAnyways, I've really taken this past week for vacation. I took my girlfriend to waterski on Monday, spent the day with my grandparents on Tuesday (six hours of grandparent technology help was fun!), and spend what was supposed to be my last day in FL with my mom and brother on Wednesday.\n\nWe were supposed to leave Thursday morning, but our flight was cancelled because of the snow. I spent the day packing and then unpacking my things and on the computer and then phone with Spirit airlines. Very fustrating.\n\nHowever today I have been working! I spent the morning on email, then had a fun chat with Paul Chiusano about education, and now am here. I plan to spend the next 90ish min here, then workout, then have dinner.\n\nGiven how unproductive we've been this past week, my girlfriend and I are considering spending this weekend (tomorrow and the next day) working too, so stay tuned on that front. No promies.\n\n### Reflecting on reflection 10\n\nI am overwhelmed by the size and scope of reflection 10. It's both too much to think about and also not fun to think about.\n\nAnd it's just plain embaressing, really indefensible to not get any work done because you're blocked on a reflection time. Apparently there was wisdom in the setup that I had before: Monday's are reflection days. You can only spend as much time as you have on a Monday. This is good because it forces me to not include all sorts of tangents.\n\nSo my current idea is to spend the next 90 minutes finishing reflection 10, of which the goal is to come up with a plan for the next two weeks before leaving to visit Dynamicland.\n\n#### Cleaning up reflection 10\n\nMake the BV deep dive section short. No re-reading of notes.\n\nRemove the Alan Kay / possiblitiy and income sections.\n\nKeep misc updates.\n\nThink about priorities.\n\nLet's do it!", "changes": []}, {"committer": {"date": 1514590238, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1514590238, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "501153b9496a43530d8d1f8eca92e745bd4ee6db", "parents": ["d391ef6f564c8611994d497b6352a7cc83a87404", "b5472f382d69190072d09126ef35ac029d92bd84"], "commit": "3deca200332a7ebb1cbe6161faa0db333fb55f50", "message": "Merge branch 'master' of https://github.com/stevekrouse/futureofcoding.org", "changes": []}, {"committer": {"date": 1514590228, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1514590225, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "57368d928870842214bde30e4b17a801b069491b", "parents": ["3acc094887a42f7fb526926660ae4aad72635cfb"], "commit": "d391ef6f564c8611994d497b6352a7cc83a87404", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1514590225, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1514590225, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "33b0c1bb6bc2b38105ade61e0aa3c4a1c2ca2bfb", "parents": ["4f872314ce9944107a5e92dcf1d266d0ec474fb7"], "commit": "3acc094887a42f7fb526926660ae4aad72635cfb", "message": "glen call notes", "changes": [[1, 1, "_data/git-log.json"], [4, 0, "notes/bret-victor/index.md"], [24, 0, "notes/glen-chiacchieri-12-29-17.md"]]}, {"committer": {"date": 1514570064, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1514570062, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "47e9a5c40b275aa45feb3bad185d0c6520c232ee", "parents": ["70d165a23de9a42dbde57b8febff34b234741121"], "commit": "4f872314ce9944107a5e92dcf1d266d0ec474fb7", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1514570062, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1514570062, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "683117419cbef439fe6b95f53ac86dc4f47640e5", "parents": ["abc72d387be60a86103a69207f76b20dc0199e04"], "commit": "70d165a23de9a42dbde57b8febff34b234741121", "message": "glen call prep", "changes": [[63, 0, "notes/glen-chiacchieri-12-29-17.md"]]}, {"committer": {"date": 1514569394, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1514569393, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "9ff8f4750bb0a63f403c0194e2e3490bc6cdd192", "parents": ["7629f99b401160bd4cb37493fbc81a8cd00e9b67"], "commit": "abc72d387be60a86103a69207f76b20dc0199e04", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1514569393, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1514569393, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "9e4e4521632c0ccfb2cfa777733ec558531241a3", "parents": ["d230a630febf55d24636d6ad629d5949530a592f"], "commit": "7629f99b401160bd4cb37493fbc81a8cd00e9b67", "message": "continued working on reflection 10", "changes": [[53, 30, "reflections/10.md"]]}, {"committer": {"date": 1514567455, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1514567453, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "3d264f181df63238457b59a42c88489a57c3e6d1", "parents": ["da951fb1dd3f243cda89d5adc2a78b53f903c011"], "commit": "d230a630febf55d24636d6ad629d5949530a592f", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1514567453, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1514567453, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "579a7aac2b28328d2b9db6dee14d5d2cbc8a1a8c", "parents": ["24d6ed67b186f0b813c373ae54466dacc7f938e1"], "commit": "da951fb1dd3f243cda89d5adc2a78b53f903c011", "message": "moved hash to link to fix anchor tag", "changes": [[2, 3, "log.md"]]}, {"committer": {"date": 1514560748, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1514560746, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "efb1f1fab60c747283ffb2cc6cbe4c7917fd531b", "parents": ["dc71b74cb5e8c2426438e748bf12531726f9f730"], "commit": "24d6ed67b186f0b813c373ae54466dacc7f938e1", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1514560746, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1514560746, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "f524f540fcc067cbda0cc30214b21804b6bd010a", "parents": ["218c0c690f84f68ac7860d714edcb611e35908ec"], "commit": "dc71b74cb5e8c2426438e748bf12531726f9f730", "message": "removed subscribe button nobody used", "changes": [[1, 1, "_data/git-log.json"], [0, 1, "index.html"]]}, {"committer": {"date": 1514560675, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1514560673, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "c71922f796d8fb4b4914400f7151ded7e01e462e", "parents": ["88b44c652951741a4d91fcb44e8bb2b8a045139b"], "commit": "218c0c690f84f68ac7860d714edcb611e35908ec", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1514560673, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1514560673, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "4364f7039e06d79f287bb940bfef47a55328491d", "parents": ["b0087659e719e57a65002bc83c1ffa5f9219085d"], "commit": "88b44c652951741a4d91fcb44e8bb2b8a045139b", "message": "updated homepage text", "changes": [[1, 1, "_data/git-log.json"], [1, 2, "index.html"]]}, {"committer": {"date": 1514559901, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1514559899, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "db4e24d03864336c1d6343daab7fd9d82ddc5446", "parents": ["c634c9b1a9983f18a4e9f731143e97ae6901a308"], "commit": "b0087659e719e57a65002bc83c1ffa5f9219085d", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1514559899, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1514559899, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "9743441213d7bfdb5e047d117d94fb4eeb58a295", "parents": ["30413b1a73a57002b006f399510a9c16c2570e63"], "commit": "c634c9b1a9983f18a4e9f731143e97ae6901a308", "message": "changed 404 page to markdown", "changes": [[0, 2, "404.html"], [20, 0, "404.md"], [1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1514559764, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1514559761, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "527bfed9be32a462193012743adf856a05f75f21", "parents": ["7a0c787f9292d860a492f49b65689f57c96026df"], "commit": "30413b1a73a57002b006f399510a9c16c2570e63", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1514559761, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1514559761, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "eca251a6193d1e3bb729726b45c09d805abfd96a", "parents": ["14cf86c0893fe4db1847c42c8b344a645cd9bce7"], "commit": "7a0c787f9292d860a492f49b65689f57c96026df", "message": "add episode 20 jason brennan", "changes": [[1, 1, "_data/git-log.json"], [32, 0, "episodes/20.md"], [1, 0, "index.html"]]}, {"committer": {"date": 1513958954, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513958632, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "8f99b04339ec5799087a1c4474b930786f3253a7", "parents": ["8babcb2f6700a9e3a07d44575388c56719d56774"], "commit": "14cf86c0893fe4db1847c42c8b344a645cd9bce7", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1513958632, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513958632, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "d8f36803534c6e0bca4a9d7ad7732c783c660e4f", "parents": ["26442dee196a7f54f6c1b7a6ebf1472a8fca4d39"], "commit": "8babcb2f6700a9e3a07d44575388c56719d56774", "message": "## Started Reflection 10 yesterday\n\nAt first I tried to write the reflection entirely in a commit message. There were a few problems with that:\n\n1) I was scared of losing the data because it's not really saved or commited anywhere.\n\n2) I wasn't able to commit my work halfway done. Or if I did then I'd have to copy-and-paste it again into the next commit which would be annoying for readers.\n\nThus I came up with the brilliant idea of creating a file in a new folder for it: [/reflections/10.md](/reflections/10.md)\n\nEven though I finished my 10-day course of 3x antibiotics every day, I am still not feeling 100% better. I've been very tired, so I've been sleeping a lot, which makes me feel better, but also doesn't leave much time for work, particularly because I'm with family and want to spend time with them as well. Hopefully I feel better soon so I can finish this reflection, finish my Work Plan (if the time is right, which it feels like), and finish my BV deep dive before visiting Dynamicland sometime in Janurary (still don't have dates yet).", "changes": [[1, 1, "_data/git-log.json"], [124, 0, "reflections/10.md"]]}, {"committer": {"date": 1513635742, "timezone": "-0500", "name": "Steve Krouse", "email": "stevekrouse@users.noreply.github.com"}, "author": {"date": 1513635742, "timezone": "-0500", "name": "Steve Krouse", "email": "stevekrouse@users.noreply.github.com"}, "tree": "c80be55d794a5a2477e87ca24eda58a2ef425cc0", "parents": ["97094bd308741665ec792906dc8e1581162ff3d9"], "commit": "26442dee196a7f54f6c1b7a6ebf1472a8fca4d39", "message": "add jason brennan quote", "changes": [[4, 0, "notes/quotes.md"]]}, {"committer": {"date": 1513574289, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513574288, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "d2f6e4c77bd94a7b8b7a8a404d36eb201e4b1918", "parents": ["051ba484935a31aeddc382d5fb356b76c0abd1a4"], "commit": "97094bd308741665ec792906dc8e1581162ff3d9", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1513574288, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513574288, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "7e5d58a9273528055104d53e8cd727d2c7620fc2", "parents": ["847e7ab50d050cfd5db1eac58bf22995af18cd49"], "commit": "051ba484935a31aeddc382d5fb356b76c0abd1a4", "message": "add additions & deletions to log", "changes": [[1, 1, "_data/git-log.json"], [11, 2, "log.md"]]}, {"committer": {"date": 1513573609, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513573607, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "5756e7089f3858b80cb652ea1ed15670d2f0061c", "parents": ["ce16b6c35c6e2fee9ccaaedec734e5d22564d487"], "commit": "847e7ab50d050cfd5db1eac58bf22995af18cd49", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1513573607, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513573607, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "7398f545c325c2a020a4d933a88516a7baf9ffc4", "parents": ["cc64b13e64b78783c34c212f2e7430817bf5629a"], "commit": "ce16b6c35c6e2fee9ccaaedec734e5d22564d487", "message": "removed li commit format bug", "changes": [[1, 1, "_data/git-log.json"], [1, 1, "log.md"]]}, {"committer": {"date": 1513572034, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513572032, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "1a8734cfb61787a14102ff53908d211a15cba394", "parents": ["ba68ee3f07996b9fc7b741dec09ec128fdd185a0"], "commit": "cc64b13e64b78783c34c212f2e7430817bf5629a", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1513572032, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513572032, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "dd66972239fb1385f76cb1c38e84a314589188d3", "parents": ["00f0863d32bb92c2fb04a8e0c6c991b8b82c3f80"], "commit": "ba68ee3f07996b9fc7b741dec09ec128fdd185a0", "message": "set jekyll timezone", "changes": [[1, 0, "_config.yml"], [1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1513571712, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513571709, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "2ced91afde6908d7019bd0f0c675e6d793674bfd", "parents": ["c85b06a819225556d96c32ad482918dceb3ef829"], "commit": "00f0863d32bb92c2fb04a8e0c6c991b8b82c3f80", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1513571709, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513571709, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "e41646cbb2a8c2e33a64964629660616866725cf", "parents": ["96ddefc729d229af3415f2c29300fb1f02672177"], "commit": "c85b06a819225556d96c32ad482918dceb3ef829", "message": "log add date; change intro text", "changes": [[1, 1, "_data/git-log.json"], [3, 6, "log.md"]]}, {"committer": {"date": 1513569910, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513569909, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "dea59a4063c042ba543a7df4d9a953fca4126900", "parents": ["346812838b7130736f378841587b3471ce325954"], "commit": "96ddefc729d229af3415f2c29300fb1f02672177", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1513569909, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513569909, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "ba208ab0a2f2fcf5eee56a20bf1aa1180a00429f", "parents": ["e5248d036a69085461849f0e57d294bad7580b73"], "commit": "346812838b7130736f378841587b3471ce325954", "message": "log style changes", "changes": [[1, 1, "_data/git-log.json"], [2, 1, "log.md"]]}, {"committer": {"date": 1513569670, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513569668, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "dd1cbebca8ba277691034fdcd0b86ed421efe9ff", "parents": ["05731dc79367f83f2ecdd8ab25f3614e719702d2"], "commit": "e5248d036a69085461849f0e57d294bad7580b73", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1513569668, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513569668, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "bd686407f27f5ca360a17dd920045f92af1efa15", "parents": ["1677291d6b1eb67d581d33184d1bbb6f808f2be7"], "commit": "05731dc79367f83f2ecdd8ab25f3614e719702d2", "message": "added files changed to log", "changes": [[2, 1, ".gitignore"], [1, 0, "404.html"], [1, 1, "_data/git-log.json"], [37, 12, "log.md"]]}, {"committer": {"date": 1513565318, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513565316, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "185240762de407de35a49b611431423024d37e10", "parents": ["1a247352599f67b9a865c63dc1b226a110573176"], "commit": "1677291d6b1eb67d581d33184d1bbb6f808f2be7", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1513565316, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513565316, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "8e8254a3393ea860c45a467fb02d0fd78c921651", "parents": ["6419ab96a603d9959b48e3a602856ea7ebc43de3"], "commit": "1a247352599f67b9a865c63dc1b226a110573176", "message": "added tips to readme", "changes": [[70, 3, "README.md"]]}, {"committer": {"date": 1513564079, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513564079, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "00a5618a5a82198dca9529ceb20e16536351e152", "parents": ["94a1bb199095aa06cebeb77f2e09cc3d1193ba0c"], "commit": "6419ab96a603d9959b48e3a602856ea7ebc43de3", "message": "## Reflection on reflections\n\n* TOC\n{: toc }\n\n### Running out of space\n\nI just spent almost an hour freeing up space on my Cloud9 instance. I had over 20GB on this machine - and the max size is 10BG! First I deleted all the large directories that I no longer use. Then I tried to figure out how to shrink this directory down.\n\nFirst I installed [Git-LFS](https://git-lfs.github.com/) and tested it out on a single file. However, that file wasn't easily reachable in github pages, so that solution was out. And besides I think that was solving a different problem than the one I have.\n\nThen [this article](https://www.atlassian.com/blog/git/handle-big-repositories-git) helped me delete unneccesary files with git sparse-checkout. I still have a 350MB `.git` directory because they are probably storing those large files.\n\nHowever now I have 7GB of space on this machine and that should last a while if I just add text here from now on. Potentially I'm going to want to `git clone --shallow` this repo from scratch. The problem there is that I have to remember to bring over my config files in the `.git` directory. (It is a bummer that those files aren't more portable!)\n\n### Brief rant on \"overthinking\"\n\nOne of my least favorite words is \"overthinking.\" I firmly believe that whatever someone's problem is, thinking too much can never be the problem.\n\nWe all know people, maybe even ourselves, who have thought themselves into circles about relatively simple decisions. Clearly this person has a thinking problem, but the problem isn't that they are thinking too much: it's that they aren't thinking *well*.\n\nLet me prove it to you by contradiction. Say you are worried that you are overthinking an issue in your life. How in the world are you supposed to be able to evaluate this claim? The only way is meta-cognition: thinking about your thinking process. Through meta-cognition you may come to the conclusion that you have been doing too much *unproductive thinking*. But it would be impossible to say that you were doing too much thinking because the only way you were able to determine that you were thinking too much was more thinking!\n\nThis word \"overthinking\" feels appropriate when someone is doing too much of unhelpful kinds of thinking. Thus I propose we replace it with a new word. Let's say, you're \"thinking poorly.\" Ok, that's a bit harsh. Maybe \"thinking in circles\" is a better metaphor.\n\n### Cons and pros of my current schedule\n\nNow that I've gotten that off my chest, let's do some reflections on my process of reflecting.\n\nI set up this research schedule for myself 4ish months ago. I've learned a lot about how I work in that time. For the most part, I've liked this schedule. Let's reflect on what I don't like:\n\n* non-informative logistics around post production and publication for podcast episodes\n* feeling pressured to reflect, record, edit and publish reflections all in the morning on mondays\n\nThe pros of my current process:\n\n* re-reading my last reflection and journal entries from then until now is really useful\n\n### One question\n\n**What value does recording, editing, and publishing my research recap podcasts provide for me? (Not counting the reflecting I do to prepare to record.)**\n\nNone, save when others listen to it and then contact me to be friends.\n\nIn other words, I gain all of the value from simply doing the reflection in text, minus the people that listen to the podcast that wouldn't read my bi-weekly textual updates. Recording it on audio is simply for audio-only people.\n\nI wonder how many of those there are. I get about 100 downloads on most episodes. I'm not sure how many people actually listen to them after downloading. I used to have listeners contact me, but that has stopped. And I suspsect that many would've contacted me from the conversation episodes alone.\n\nHere's where podcasts shine: two-person conversations. A two person conversation requires little prep time and I usually learn a lot from the conversation. And the person I interview has an audience to spread me around to. (Although that hasn't really ever lead to much yet.)\n\nI'm thinking it makes sense to go to a 1 episode every other week as an interview plus Sam-Harris-style \"housekeeping\" section in the beginning if I have other things to say. For example, I can start my interview with Jason next week with housekeeping notes that I won't be doing research recaps any longer.\n\nWhat about people who want to read my bi-weekly reflections / status update?\n\nA few options.\n\nA) They can read them in the `reflections/` or `updates/` folder.\nB) I can create a TinyLetter bi-weekly newletter like Glen Chiacchieri.\n\nLet's start with (A) for now and see if anyone asks for a newsletter.\n\nOne final question: what's the plan for tomorrow's reflection?\n\nFirst of all, I won't be starting tomorrow's reflection until I finish my personal life reflection (which is private). I estimate that taking 1-4 hours tomorrow so I may not have time to do a reflection here until Tues or Weds.\n\nI definitely want to re-read the last two weeks of journal updates.\n\nI also want to read the prior reflection.\n\nI also want to re-read my plan.\n\nI feel finally ready to finish my work plan. It's basically [what it is now](./plan) plus [this section of my journal](http://futureofcoding.org/log#pickling-my-brain-is-a-lot-of-work).\n\nLet's try and finish my reflection first and publish it. Then I can decide what to do next: continue to BV deep dive, do \"deep thinking\", other \"FoC research\", or write the plan.", "changes": []}, {"committer": {"date": 1513561790, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513561788, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "00a5618a5a82198dca9529ceb20e16536351e152", "parents": ["dfebc82d97c9e9586dc7971e35af825725556eb8"], "commit": "94a1bb199095aa06cebeb77f2e09cc3d1193ba0c", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1513561788, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513561788, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "7cc0de6651019eedb9f8471c7a2628ea252242ee", "parents": ["8c4ccdf1f61bd3af8c0b9f86c16ded7ae88c95f7"], "commit": "dfebc82d97c9e9586dc7971e35af825725556eb8", "message": "removed git lfs; doesn't work with github pages", "changes": [[0, 1, ".gitattributes"], [1, 1, "_data/git-log.json"], [0, 3, "media/git-lfs-test.jpg"]]}, {"committer": {"date": 1513561643, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513561639, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "f23f454c3bcb13de45ce3c37c9283c7bfd578ebf", "parents": ["1dd47734ffdb9605848ff19de78baf586dccc867"], "commit": "8c4ccdf1f61bd3af8c0b9f86c16ded7ae88c95f7", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1513561639, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513561639, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "2e176f67bb76131e272cb6d40c35ba80ef7ec003", "parents": ["145b57126f70f4edbc4360dedfc47a166b02e380"], "commit": "1dd47734ffdb9605848ff19de78baf586dccc867", "message": "test git lfs", "changes": [[1, 0, ".gitattributes"], [3, 0, "media/git-lfs-test.jpg"]]}, {"committer": {"date": 1513281798, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513281794, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "28bce949409709a01f8aa4b022bb1dd3f2e57b1b", "parents": ["008d45604b3037e40f3b4c67dc3b66bbc90abdfa"], "commit": "145b57126f70f4edbc4360dedfc47a166b02e380", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1513281794, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513281794, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "6626c8713ab9a2da481c403c70c0c5ce23feb98c", "parents": ["a5b64bf642211395aa6e43f99164e142ab4c087e"], "commit": "008d45604b3037e40f3b4c67dc3b66bbc90abdfa", "message": "add bezos lightbulb socket quote", "changes": [[1, 1, "_data/git-log.json"], [26, 0, "notes/quotes.md"]]}, {"committer": {"date": 1513276512, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513276510, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "03c1c31eaf38dc21d07dd1de2cb49849eec230da", "parents": ["843f7cac26e10075262432141580e013275f91b7"], "commit": "a5b64bf642211395aa6e43f99164e142ab4c087e", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1513276510, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513276510, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "73b04752a30adc817a85f36dab64cf9d93cdc965", "parents": ["82e5853e3933b638e927746e10c51cb5411b2324"], "commit": "843f7cac26e10075262432141580e013275f91b7", "message": "added climate control outline photo", "changes": [[1, 1, "_data/git-log.json"], ["-", "-", "media/2017-12-14 10.17.30.jpg"]]}, {"committer": {"date": 1513276480, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513274059, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "8e64fff95867ab6acb9f80eb80ba8376d429c60f", "parents": ["e368ad0cfd2c36086a969829bcba3e645500afe3"], "commit": "82e5853e3933b638e927746e10c51cb5411b2324", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1513274059, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513274059, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "cfee63ec4660fade33fa7929d84db363496aaae8", "parents": ["3264fb7c248f0dc57df83a1c01cdd94cc3eea6df"], "commit": "e368ad0cfd2c36086a969829bcba3e645500afe3", "message": "## Learnable Programming & video games\n\n* TOC\n{: toc }\n\n### Productive morning\n\nReally excited to be back in the swing of things! Woke up at 7am, snoozed the alarm for 20 mintes, then set up my workspace for 20 minutes (adjusting the chair and computer heights), and got into it!\n\nThis morning I reviewed Evan Miller's _Don't Kill Math_ which was fun.\n\n#### Shower outline of \"climate change for conservatives\"\n\nThis outline shows how much I've internanlized both Nicky Case's know your audience and Scott Adam's persuation techniques. In short, as someone who's been skeptical of the left's portrayal of climate science, I communicated to people like me about ways to assimilate climate science into their existing mental models.\n\n![](/media/2017-12-14 10.17.30.jpg)\n\n\n### Learnable programming\n\nAfter the shower, I pushed myself to re-read Learable Programming. I was at first resistant because I've read it 2 or 3 times now, and the last time was only a few months ago. Almost immediately I realized that I definitely need to read this article again!\n\nThe things about it that surprised me this read:\n\n1. Video games as a vector for powerful mental models. Aligns incentives well in for-profit: people pay for games. Will Wright is a boss. Need to research Minecraft. Maybe go work for Will Wright or some amazing game maker. Or team up with Nicky on a game.\n2. I want to re-write Learnable Programming. I've already put down some thoughts about the re-write. It's mostly a more coherent and justifying able framing, as opposed to explaining the importance of a seemingly random assortment of virtues Bret specifies at the top of the article.\n\n\n### Reading vs writing polished work\n\nGiven that I'm producing outlines for two pieces this morning, in addition to all of the other content that I've been meaning to produce in a polished way, not to mention the backlog of blog ideas I have stuck in a Trello, I am beginning to wonder how I will balance my time as a reader and writer. Right now I'm in reading mode. I think the balance of writing as a form of note-taking is great during this mode. It will help in writing mode for sure. I wonder when I will feel the impetus to switch to writing mode. At the current moment it feels like there's so much for me to get into my head, including:\n\n* Alan Kays videos\n* re-reading Seymour Papert\n* Mountessouri\n* Marshall McLuhan\n* Piaget\n* Chris Granger\n* Nicky Case (again and more thoroughly)\n* John Dewey (I'm becomming obsessed with this guy)\n* F.M. Alexander (feels relevant to this project too)\n\nAnd then I have a dozen books in my apartment that are begging to be read, such as:\n\n* The Mythical Man Month\n* Two culture of the scientific revolution\n* Show your work\n* Society of Mind (minsky)\n* Theory of Fun for video game design\n\nGiven my current pace (assuming I'm not sick and continue to mostly read and not protoype), I feel like this reading will take more than a month but less than a year, which is very reasonable. The only worry is that the more I read, the more I will want to read because I'll want to continue walking the tree up to influence of influences of influences, eventually getting up to Plato or even the Torah.\n\n#### [Pickling my brain](http://futureofcoding.org/plan#1-pickle-myself) is a lot of work!\n\nAs Feynman says, [there are no miracle people](https://www.youtube.com/watch?v=IIDLcaQVMqw.) If you want to be smart you merely have to do what smart people did to become smart. It seems like smart people do a lot of reading. What they're actually doing is assimilating models into their heads. Then when they're not reading they are playing with those models.\n\nIt's a blessing and a curse that there are so many amazing models out there today. It's a blessing because we can be so much smarter than any person in history. It's a curse because if we want to be one of the smartest people of today, there's a lot of pickling to be done!\n\nThe next time someone implies that I was born this smart, I will need to give them a piece of my mind: \"Do you know how much work it takes to be this smart?! Day in and day out I read and write and read and write. Just like an athlete trains the body, I train my mind every day, all day.\"\n\nJoesph Campbell:\n\n> I would get in nine hours of sheet reading done a day. And this went on for five years straight... Reading what you want, and having one book lead to the next, is the way I found my discipline. I've suggested this to many of my students: When you find a writer who really is saying something to you, read everything that writer has written and you will get more education and depth of understanding out of that than reading a scrap here and a scrap there and elsewhere. Then go to people who influenced that writer, or those who were related to him, and your world builds in an organic way that is really marvelous.\n\n(Wow, reading more of this snipet is amazing stuff! Now I'm excited to read this whole book where I found this quote!)\n\nIt's interesting to note here I was already following this strategy before knowing about his advice. It's quite vindicating to know that this strategy worked for someone else. And if it takes me 5 years, that's ok too. I'll just have to find some way to make it financially sustainable...", "changes": [[1, 1, "_data/git-log.json"], [0, 51, "essays/invented-or-discoved.md"], [51, 0, "essays/invented-or-discovered.md"], [0, 111, "notes/bret-victor/bret-victor.md"], [128, 0, "notes/bret-victor/index.md"], [142, 0, "notes/bret-victor/learnable-programming.md"]]}, {"committer": {"date": 1513261232, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513261232, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "373e98d04e224a07e4c5ba66d8b00f75908c3e07", "parents": ["019b0d133655caf6a9ebab43b68a2807c421f5f2", "a3fd85acfae5318f04d23b36d91941398e789a96"], "commit": "3264fb7c248f0dc57df83a1c01cdd94cc3eea6df", "message": "Merge branch 'master' of https://github.com/stevekrouse/futureofcoding.org", "changes": []}, {"committer": {"date": 1513261225, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513261222, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "76e682f6dd4fc4a4b50999916ab777af683705c6", "parents": ["740cb7efb4bbea260db198af51a7d0692ed84fba"], "commit": "019b0d133655caf6a9ebab43b68a2807c421f5f2", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1513261222, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513261222, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "e110d9d62a0384056143480d2492c3354c3d71d6", "parents": ["8674e0e5c21ca689ffba5f31aab7203cd5b1d4db"], "commit": "740cb7efb4bbea260db198af51a7d0692ed84fba", "message": "continuing BV deep dive", "changes": [[1, 1, "_data/git-log.json"], [13, 2, "notes/bret-victor/bret-victor.md"], [23, 0, "notes/bret-victor/kill-math.md"], [30, 0, "notes/halfway-there-cis-240.md"]]}, {"committer": {"date": 1513194223, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513194221, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "93ba132a5f0a4744bac0132afa41bbde42491699", "parents": ["5d53ed3612481bd02b3504fdeadd90529cb675ba"], "commit": "8674e0e5c21ca689ffba5f31aab7203cd5b1d4db", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1513194221, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513194221, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "902babe211f0661f8437f061cf3158b79912895e", "parents": ["08e1c27da7d2a07cd79009ee2afb0dadd2907ba6"], "commit": "5d53ed3612481bd02b3504fdeadd90529cb675ba", "message": "added shower notes photo", "changes": [["-", "-", "media/2017-12-13 12.45.20 (1).jpg"]]}, {"committer": {"date": 1513194008, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513189783, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "0e6ae4505641b69ad17bb5fa2fcfa383c2bc1ebb", "parents": ["795d267ff7107bd5f6ad895735c0390386860fdb"], "commit": "08e1c27da7d2a07cd79009ee2afb0dadd2907ba6", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1513189783, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513189783, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "3d076c84ece35a013b96fb25a1fabec5872952ac", "parents": ["b929b7ef8660c7c5345975b8303ef429c238c42d"], "commit": "795d267ff7107bd5f6ad895735c0390386860fdb", "message": "## Back (again)\n\n* TOC\n{: toc }\n\n^ I wonder if the above generates a table of contents in the markdown.\n\n### Sick (again)\n\nIt's deja-vu all over again. I fell back off the horse again for the same reason. It looks like I've had strep throat, on an off for the past 2 months. We're not 100% sure but our prevailing theory is that my girlfriend and I keep passing it back and forth to each other, which is how I still have it even after taking 10 days of antibotics. Now we're both on antibiotics so I feel confident that we're kicking this sickness for good this time.\n\n### Getting back into things (again)\n\nIt's definitely tricky going from sick-mode (which is similar to relax-mode) to work mode, or vice-versa. Once in a mode, it's easy to maintain it, but the transitions are tricky, particularly when they are un-expected. Usually the transition goes smoother when you admit that you're transitioning.\n\nFor example, last night I stayed up to midnight, watched too much TV, had too much to eat for dinner, and had too much snack food after dinner. I woke up this morning feeling almost hung over. I was tired and everything hurt. Contrast this with how I go to bed when I'm in work mode: asleep before 11pm, eat a reasonable meal, none or a small dessert, 1 or 2 episodes of TV, maybe reading, definitely not a movie.\n\n### Scattered thoughts\n\nAs happened last time I got sick, my thoughts seem to have scattered and I feel quite directionless. I feel like I've forgotten why I'm doing a Bret Victor deep dive, as compared with all of the other branches of the tree I could go down.\n\n\n#### Chat with Stefan\n\nIt was really helpful to chat with Stefan Lesser this morning for a few reasons:\n\n1. He was very bright and optimistic, almost cheery. I got a very warm feeling from him. I wonder if it's related to him listening to my podcast because I get a similar feeling from Aidan.\n\n2. We think in very similar ways. Talking to my girlfriend about these ideas is like pulling teeth because we don't speak the same languages. She speaks the artist langauge and I speak the programmer langauge. But Stefan and I can communicate very fluidly. More than that we agree on so many points. It's very validating. I imagine that's part of why working in a research lab, like PARC or Dyanmicland, is so inspiring. Shared vision. Fast communication.\n\n#### Shower Note Session\n\nI was overflowing with thoughts to such a degree, and I was cold to such a degree, that I decided to do one of my famous shower brainstorm sessions. This was definitely one of my more scattered ones:\n\n![](/media/2017-12-13 12.45.20 (1).jpg)\n\nThere's almost too many thoughts and directions in all of those notes. While it was fun and energizing to write them, I am now intimidated by their quantity and scope and don't feel like engaging or proccessing them now. Content overflow is definitley one of my main themes of this project.\n\n### Looking ahead\n\n#### Things on the horizon:\n\n* I have ~3 hours today, ~8 hours tomorrow, and ~3 hours Friday\n* On Friday I go home to Florida for 3 weeks\n* Jan 8 - 12 I will hopefully (just applied) be at [the 1-week Recurse Center program](https://www.recurse.com/blog/121-come-to-rc-for-a-one-week-retreat)\n* Jan 19 - 26 I plan to visit Dynamicland in Oakland\n* I have 2 years of runway before I need to get a job (living in NYC)\n\n#### Thoughts on /plan v5\n\nI felt much more centered after re-reading [my most recent plan](/plan) this\nmorning. My thoughts are:\n\n##### 1. Justify cause/crusade framing\n\nThe cause/crusade framing feels so obvious to me, but definitely not to many others. I want to dig into these feelings a bit more. Think about why prinicpled, conscious, purposeful creation is \"better\" than simply doing stuff for money or more whimsical reasons.\n\n##### 2. Still blocked on philosophy\n\nHow do I know that I'm still blocked here? Because I can't make decisions. I had a great call with Jaime Brandon yesterday. It was very easy for him to diagnose this problem in me because he's faced it himself, as well as seeing it at Eve. When you're too broad, when you don't have good priorities or boundaries, you agonize over each decision, and constantly want to walk up and down the tree. A good project can easily see what it is and what it is not, and doesn't spend much time thinking about paths it didn't take in the tree because *that is not what it is*. A thing in the world defines itself by the path it takes. What it is and what it is not. Staying up in prototype/research land is refusing to do that. Even within prototype/research land, I feel constant agony about what is the priority to research or prototype or communicate or build.\n\nI feel my brain wanting to escape this proccess. I feel it looking for the easy out. Looking for a quick answer it can sub in here so we can get back to more structure, a more easily optimizable game. On the one hand, I applaud my brain for this strategy, because the less unknowns you're working with at one time, the better. Yet on the other hand, I feel like if I took an easy route such as getting a job at a company, I would immediately wish I was back here, working on my own philosophy, as opposed to actualizing someone else's, which I would constanatly be picking apart.\n\nThus, the appeal of the ultimate escape hatch on this procecss: go work for someone who's vision is so clearly better than anything I could come up with at the moment. The candidates for this position are few and far between: Alan Kay, Bret Victor, maybe someone at Bret's lab, maybe Paul Chiusano. We shall see what happens here when I visit Dnyamicland soon.\n\n###### Constructing Meaning\n\nI went deep into this rabbit hole in my shower brainstorm. I have defined a crusade as the most meaningful thing I can do. This is explicitly not the most good I can do from the Juan Benet / Elon Musk / Peter Singer perspective. Yet if this is the case, and it's truly subjective. Then I better be damn sure I know what is meaningful to me. That's why I started making a list of all of my positive memories that held meaning in my life. (It reminded me that my fustration with Looker was that I can't remember a single decision any one made because of a Looker report. In my experience, the tool was analytics for analytis sake.)\n\nThen I got into a hole where I realized that the difficult thing with children as customer is that their incentives are so perverse given the structure we place them in. For example part of why I hate tutoring is that either students are un-motivated or motivated for the wrong reasons (grades), or motivated to just get the end product to show off and thus just want me to program it. It's rare (but happens sometimes) to find a student in the right context: working because they enjoy making something and getting better at making things.\n\nI'm also thinking about the condescending nature of this whole project, particularly the bait-and-switch part, where you sell a product that does X, but only because you have an ulterior motive Y. Sell electric sports cars to accelerate the transition to sustainable energy. Part of me wants to just give it up and go wherever there's the most money. Stop trying to be so normative. Just let people tell you what it is they want and then deliver it. That's not to say that you should blindly listen to customers. It's that you should iterate with customers towards something they will pay a lot for because it solves a big problem for them. Put another way, Looker clearly is solving a massive problem for tens of thousands of people at thousands of companeis. It's truly software through empathy, as Lloyd talks about. Who am I to tell the world what's best for it? In other words, I better have a strong and well-thought-out philosophy for how to make thw world better if I am going to try my hand at shaping it through technology. Otherwise, I might as well just go where the market is because that's garunteed to make people better off (if you assume markets do that).\n\n#### Priorities for Dec and Jan\n\n##### 1) Life priorities\n\nMy main focus for my own health is the Alexander Technique.\n\nFor my family, particularly in the context of the 3-weeks in Florida, the focus is making the most of the time, in the context of others. This means that I want to * strategize ahead of time* to set myself up for success, but *be content in the moment*, even if it feels like a waste of time. In other words, 1) don't see people just because they asked to see you, 2) go to bed early and wake up early, 3) phsyically seperate from others when trying to focus, 4) calendar sculpt. The main priority here is \"peace in the home\", which is a Jewish saying. This is not the time for arguments and figuring things out. It's a powder keg. This is the time for making nice. Reflect later. Figure things out later.\n\n##### 2) Work priorities (12/13/17 - 1/8/18)\n\nCalm, coherent, patient, doing less. The opposite of frenetic. That's my goal. Re-reading my /plan embued me with calm and happiness. Meditating, coming back to my journal to reflect. These are the things that add the structure I need in this purposefully unstructured time.\n\nI can't see any reason to stop my Bret Victor deep dive given that I still have at least half a dozen links to go. I feel like I've lost steam on it, but that might just be a momentum thing. Could return when I get back into it.\n\nI don't want to start doing priority-calculus, seeing if there are other things to read that are slightly more efficient uses of my time.\n\nHowever, I wonder if I should budget more time in my calendar for \"deep thinking.\" I set aside a place in my Inbox (Google Inbox) for notes that I should proccess later. It's the \"deep thinking\" label. I feel like my time for thinking those thoughts has been crowded out by an urgency to finish the Bret deep dive.\n\nNow that I mention it... while this next thought does go against my intention not to play priority-calculus... I have a lot of links in various places that could use some attention, including /links as well as the \"foc research\" label in my Inbox. At the very least I could clean this up a bit and figure out a home for them.\n\nFinally, there clearly are top-of-mind topics that I could keep in a prioritized list somewhere. Basically, the next version of /ideas. These are Blockly++, FRP Scratch/WoofJS, StreamSheets, CycleJS devtools, FRP research incl Reflex & Conol Elliot, essay about essays, better wiki tool, etc.\n\nOk, I need to go eat lunch now. With the remaining 2 hours in the day (given that I spent an hour on this journal entry), I will:\n\n1. Get to inbox zero\n2. Publish Joe Cohen interview\n\nThe plan for tomorrow is:\n\n1. Deep thinking notes procecssing\n2. Calendar sculpting for vacation time\n3. Bret Victor deep dive (unless I come up with anything better)\n4. Plan friday", "changes": []}, {"committer": {"date": 1513188230, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513188226, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "3d076c84ece35a013b96fb25a1fabec5872952ac", "parents": ["e0d078cb45977d5e7f33590ee900a115e3ec19dc"], "commit": "b929b7ef8660c7c5345975b8303ef429c238c42d", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1513188226, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513188226, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "3d5b450bb142b2a420a1d62c493cdfb5e83d8d21", "parents": ["a5bf1593a98b5f4096641be27974a24e9e2aa362"], "commit": "e0d078cb45977d5e7f33590ee900a115e3ec19dc", "message": "stellar 2-hour Stefan Lesser convo", "changes": [[1, 1, "_data/git-log.json"], [120, 0, "notes/stefan-lesser-12-13-17.md"]]}, {"committer": {"date": 1513172018, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513172015, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "b7f423dc1b9917cc99ef44140ee8d7f3f0e9f244", "parents": ["f9c5b101284215eed8b1a40b1944e64bd0cccd42"], "commit": "a5bf1593a98b5f4096641be27974a24e9e2aa362", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1513172015, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513172015, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "862859ac881bb9aca0c3735432f96db214ed96ad", "parents": ["3fc536165dfc47d5ffdf32292fa18040ca9b50f5"], "commit": "f9c5b101284215eed8b1a40b1944e64bd0cccd42", "message": "call with jaime brandon", "changes": [[64, 0, "notes/jaime-brandon-call-12-12-17.md"]]}, {"committer": {"date": 1513171856, "timezone": "-0500", "name": "Steve Krouse", "email": "stevekrouse@users.noreply.github.com"}, "author": {"date": 1513171856, "timezone": "-0500", "name": "Steve Krouse", "email": "stevekrouse@users.noreply.github.com"}, "tree": "043fd57c401aad9549a85854dd725d0d1002c8a4", "parents": ["a5858d63dabaf243dc846d42d971e8eceb9b9bd3"], "commit": "3fc536165dfc47d5ffdf32292fa18040ca9b50f5", "message": "prep for call w stefan\n\nThinking about ways to collaborate on this project...", "changes": [[37, 0, "notes/stefan-lesser-12-13-17.md"]]}, {"committer": {"date": 1513171472, "timezone": "-0500", "name": "Steve Krouse", "email": "stevekrouse@users.noreply.github.com"}, "author": {"date": 1513171472, "timezone": "-0500", "name": "Steve Krouse", "email": "stevekrouse@users.noreply.github.com"}, "tree": "1e0148b2258346eca68d9cd13193027cecd49eae", "parents": ["37aef0422ae7d2d52631ca8c270a0cb62cc3025c", "7575fa755b3a891b63b3036dac005e3e64e5acff"], "commit": "a5858d63dabaf243dc846d42d971e8eceb9b9bd3", "message": "Merge branch 'master' of git@github.com:stevekrouse/futureofcoding.org.git", "changes": []}, {"committer": {"date": 1513171372, "timezone": "-0500", "name": "Steve Krouse", "email": "stevekrouse@users.noreply.github.com"}, "author": {"date": 1513171372, "timezone": "-0500", "name": "Steve Krouse", "email": "stevekrouse@users.noreply.github.com"}, "tree": "446d6b1d860b6f039bb1c2db1ad7ac8befbdc239", "parents": ["89d5b5dd7ca6ee3302ad0aad4a8665714a1ab62a"], "commit": "37aef0422ae7d2d52631ca8c270a0cb62cc3025c", "message": "Chat with Samuel Loncar\n\nWhy am I talking to a religion scholar? Good question! Sam is a\nbrilliant scholar,. Every time we talk it feels like there's so much\nto learn from him. In particular, I love his focus on deeply\nunderstanding historical context -- he reminds me of Alan and Bret in\nthat way. He was excited to meet me and learn about those guys,\nbecause he's interested in the history of technology, particularly the\nreligiousity of Silicon Valley, epitomized by the Singularity and\nanti-deathers.\n\nIn the course of preparing for this chat, I made the following\noutline, which I didn't actually reference in the chat, but looking at\nit now, I see that it's a good model for where my head is currently\nat.\n\n* my career plan\n* crusade / cause\n* inventing on principle\n* We are our tools\n* including ideas, patterns of thought, notation\n* augmenting human intellect\n* copy and paste\n* Dynamicland - ergonomics\n* democratizing tool generation\n* paths\n* build\n* profit\n* Looker, Bubble, Excel\n* non profit\n* Scratch, Wikipedia\n* research\n* Victor, Kay, Papert, Engelbart\n* Patreon?\n* constructing cause\n* now: read Bret, and influences\n* Jan: visit dynamicland\n\n\n* areas of interest\n* comprehensible programming model\n* CycleJS devtool write\n* FRP Scratch/WoofJS\n* workflow and version control\n* underlying interface library\n* LogicHub\n* Ten Brighter Ideas?\n* All assumptions, including reasoning principles, visible and\ntweakable, all the way down to “primary sources”\n* wiki-like (massively collaborative, structured, inter-connected)\nplatform for science\n* A tool for surfacing and ameliorating inconsistencies\n* Allows for multiple contrasting axiomatic views (but possible\nnot any mutually inconsistent ones concurrently)\n* Popper vs Kuhn\n\n* presenting old vs researching new?\n* work at TCS\n* work on Woof (and off-boarding)\n* work on old programming languages\n\n* Doing a podcast?", "changes": [["-", "-", "media/Why_Listen_to_Philosophers.pdf"], [84, 0, "notes/samuel-loncar.md"]]}, {"committer": {"date": 1512751755, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512751752, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "fbc01678af7a5f8f75b6176ba3c0936c30eb9152", "parents": ["b92afa98a8e391dfc43727461be2b4883022ce5e"], "commit": "89d5b5dd7ca6ee3302ad0aad4a8665714a1ab62a", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1512751752, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512751752, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "2f1a2efc93deb75226773c703a7c19ffde834e03", "parents": ["2e284fb1b23364e0ac21037032833ad32597435b"], "commit": "b92afa98a8e391dfc43727461be2b4883022ce5e", "message": "read BV's Dynamical System and Scientific Communication", "changes": [[1, 1, "_data/git-log.json"], [24, 2, "notes/bret-victor/bret-victor.md"]]}, {"committer": {"date": 1512747762, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512747760, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "717d77335089f35cfbfcc5d354f80d9295d3c461", "parents": ["5b686e614d888bb6e67ea2ec8627123934de0fcc"], "commit": "2e284fb1b23364e0ac21037032833ad32597435b", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1512747760, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512747760, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "00a8cce0459607a51999241c8a4543950979e7bc", "parents": ["b1dc3f97b126af1525a3c55095e2d73de5c037da"], "commit": "5b686e614d888bb6e67ea2ec8627123934de0fcc", "message": "fixed typo in media", "changes": [[1, 1, "_data/git-log.json"], [1, 1, "episodes/19-universe-joe-cohen.html"]]}, {"committer": {"date": 1512747681, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512747678, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "80532888b67498498ea72d70aa2b3c55c82e3439", "parents": ["2bbae4782bcb00208aa99ee5c01103c896ce351f"], "commit": "b1dc3f97b126af1525a3c55095e2d73de5c037da", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1512747678, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512747678, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "e769123ae5665a8ad86c582aac3ce5ffcd0580ff", "parents": ["13ac8e6f8521603110198e12376559429f7d84fc"], "commit": "2bbae4782bcb00208aa99ee5c01103c896ce351f", "message": "added inital files for Joe Cohen Universe interview", "changes": [[1, 1, "_data/git-log.json"], [127, 0, "episodes/19-universe-joe-cohen.html"], ["-", "-", "media/R1 Demo.mp4"], ["-", "-", "media/R2 HR.mp4"], ["-", "-", "media/R3 Blocks Screencast.mp4"], ["-", "-", "media/Universe App Store Preview 1080.mp4"]]}, {"committer": {"date": 1512674855, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512674852, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "3bd2f52ec55508e75aa48945eda1a3b4a93e9059", "parents": ["70fae0e8e3f9a44297bbbbfdf528f901fa376b65"], "commit": "13ac8e6f8521603110198e12376559429f7d84fc", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1512674852, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512674852, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "03e66f6f6ac781e52231a4e7890ac06bc468ab4f", "parents": ["be3a1797c6909abaedca314a1207e9ee40edddb1"], "commit": "70fae0e8e3f9a44297bbbbfdf528f901fa376b65", "message": "added michael nielsen links", "changes": [[53, 0, "notes/michael-nielsen.md"]]}, {"committer": {"date": 1512670622, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512670618, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "f687e15fdddf59825719694bf9705451f0ae5ca2", "parents": ["d909fc00c78280840f70eb58b0bf2246880549d6"], "commit": "be3a1797c6909abaedca314a1207e9ee40edddb1", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1512670618, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512670618, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "136520f3ed636aa19a34043c6e64173a26293be6", "parents": ["ed30f5504acf127d1b5ae51732e9c42dd75f90b6"], "commit": "d909fc00c78280840f70eb58b0bf2246880549d6", "message": "tired & unproductive today", "changes": [[20, 1, "notes/bret-victor/kill-math.md"]]}, {"committer": {"date": 1512668182, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512668179, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "84e898935e4ea14cf95d2e5f3bd8976d468fe60d", "parents": ["5d24be9bccda292e656aa9e9a6fab39cc7517de3"], "commit": "ed30f5504acf127d1b5ae51732e9c42dd75f90b6", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1512668179, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512668179, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "5833e8938ee5946ae2ebf8c966d3a663fb0f2ed9", "parents": ["5814bb5110eb85406381248eddc779ebe658b3f4"], "commit": "5d24be9bccda292e656aa9e9a6fab39cc7517de3", "message": "updated homepage organization a bit", "changes": [[1, 1, "_data/git-log.json"], [4, 10, "index.html"]]}, {"committer": {"date": 1512599333, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512598821, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "8d7b9d4adcd596e9f959c2bc5142b83dac89f464", "parents": ["8f1eaa8bcac8596132ad78f543e9e3b819b6000c"], "commit": "5814bb5110eb85406381248eddc779ebe658b3f4", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1512598821, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512598821, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "6be7cc3437530b05af9d237d604e9d7beed3ad17", "parents": ["58cee5d088081bf16341feea3a26541125879709"], "commit": "8f1eaa8bcac8596132ad78f543e9e3b819b6000c", "message": "Writing about, more than reading, Kill Math\n\nToday I wrote ~3000 words about the ~1500 words I read of Bret Victor's Kill Math essay. Clearly it was thought-provoking. This is slightly misleading because I also re-read Chris Granger's Coding is Not the New Literacy as well as an article about Kill Math. Yet, the fact remains that I had a lot to say about these thoughts!\n\nGiven that I was still feeling under the weather today, I didn't workout which gave me lots more time today to do things like make a doctor appointments, as well as do a few clearerthinking.org quizes, and a few emails. I'm in a positive, we-can-solve-it-with-science mood now, which is definitely responsible for, or was caused by, all my discursive writing this morning.\n\nI got in about 4 hours of reading/writing here and 4 hours of miscellaneous tasks, which was less reading/writing than I planned for today but the other tasks were useful so I am happy with it. Tomorrow I only have 3 hours for reading/writing here, and also the aforementioned dentist, as well as a podcast interview, and two meetings.", "changes": [[1, 1, "_data/git-log.json"], [98, 0, "notes/bret-victor/kill-math.md"]]}, {"committer": {"date": 1512578110, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512578107, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "d9b494a829e9d514ae0bbd0640f878345f57382a", "parents": ["54cf22660ff47b1ca1129df0ccc67ba65862a60c"], "commit": "58cee5d088081bf16341feea3a26541125879709", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1512578107, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512578107, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "b602dd11e425636ecfd4f453ba3d75e9aec07eb1", "parents": ["c9376e095c1be7a7aea325c41d68d3b3d915e81f"], "commit": "54cf22660ff47b1ca1129df0ccc67ba65862a60c", "message": "added outline of legal code essay", "changes": [[1, 1, "_data/git-log.json"], [38, 0, "essays/legal-code.md"]]}, {"committer": {"date": 1512521198, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512521196, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "7b635961a79e02e6b079db7b522a29dcfb95d59c", "parents": ["385906bee4d4c560dc87fd91c12d2fc1e670f40c"], "commit": "c9376e095c1be7a7aea325c41d68d3b3d915e81f", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1512521196, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512521196, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "b5550c22f6b4bf1daf4fa31fc37ae2de0a8b9167", "parents": ["665d1f1714b93d45f2f3821b005078f8873469b2"], "commit": "385906bee4d4c560dc87fd91c12d2fc1e670f40c", "message": "added link to github commit in log", "changes": [[1, 1, "_data/git-log.json"], [5, 2, "log.md"]]}, {"committer": {"date": 1512520310, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512520307, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "50249711bc953306b6aa1aeb8838ddc5ffe01d80", "parents": ["313083992740638d7ae6304222261a4bd8f3f579"], "commit": "665d1f1714b93d45f2f3821b005078f8873469b2", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1512520307, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512520307, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "811c954f7b2eaad28946d2f79430d3a9cd2152d7", "parents": ["f7b54344d5e8c2cc8a5b395f684148bffc0a6744"], "commit": "313083992740638d7ae6304222261a4bd8f3f579", "message": "custom log file is looking prettier!", "changes": [[1, 1, "_data/git-log.json"], [26, 8, "log.md"]]}, {"committer": {"date": 1512513479, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512512710, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "73e5606dae115964b8218b34481a65c15f3ae82e", "parents": ["a50fa35752b94cefcfa9eb1507cc081fa247974a"], "commit": "f7b54344d5e8c2cc8a5b395f684148bffc0a6744", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1512512710, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512512710, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "9ac9d1db32eacbd8ff31a5634286fe5ae1a34f50", "parents": ["328eb7d1c3abf25ff159d9057352c697866157c7"], "commit": "a50fa35752b94cefcfa9eb1507cc081fa247974a", "message": "# Bret Victor Deep Dive!\n\n## Bret Victor Folder\n\nI created an entire folder inside my notes directory. I took so many notes on just Magic Ink](/notes/magic-ink) that it seemed like a good idea to have a seperate file for each piece of his work.\n\n## Tired, and maybe sick\n\nThis was a long day! I worked for most of the last 10 hours, and most, at least 7 hours, was reading and writing about Bret's projects. I am exhausted, partially because my throat is hurting :( I've really been sick with this thing for a while now! Let me schedule a doctor's appointment now for tomorrow... Ok, I got an appointment for 4pm tomorrow.\n\n### Trust & doctors\n\nI wish I had a doctor that I trusted, from a philosophical perspective, as much as I trust my Alexander Technique teacher Rebecca. I have trouble understanding the way doctors think, diagnose and cure things -- partially because they go through so much formal training that I didn't have, whereas Alexander Technique was something that a non-medical person created simply from personal analysis.\n\n## So many of my ideas\n\nIn particular I was shocked by how many of my favorite ideas *Bret also wrote about*, including a better medium for mathmatics, including for school children, LogicHub, a wiki-like platform for understanding and argumentation with nested sources.\n\n# Custom Log\n\nI'm really really excited about the work I did on my custom log file yesterday. That was pure fun. Later in the night, I opened it up just to admire it. Hope to work on that again soon!\n\n# Tomorrow (12/6/17)\n\nShould have 5 hours to continue here with the deep dive as long as I am not feeling too sick.", "changes": [[1, 1, "_data/git-log.json"], ["-", "-", "media/Screenshot 2017-12-05 at 12.08.16 PM.png"], ["-", "-", "media/Screenshot 2017-12-05 at 9.25.15 AM.png"], ["-", "-", "media/flight_redesign.png"], ["-", "-", "media/platform_model.png"], [33, 0, "notes/bret-victor/SimulationAsAPracticalTool.md"], [64, 0, "notes/bret-victor/bret-victor.md"], [45, 0, "notes/bret-victor/explorable-explanations.md"], [25, 0, "notes/bret-victor/kill-math.md"], [185, 0, "notes/bret-victor/magic-ink.md"], [33, 0, "notes/bret-victor/substroke.md"], [23, 0, "notes/jcr-licklider.md"], [60, 0, "notes/recurse-center/applications/recurse-center-application-06-09-17.txt"], [61, 0, "notes/recurse-center/applications/recurse-center-application-12-05-17.txt"]]}, {"committer": {"date": 1512512241, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512512239, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "0a286b1d8d799f3b646d7123610f15ab01e89035", "parents": ["9e7d71c79d57466f32a73d285ab4ef3362590ac0"], "commit": "328eb7d1c3abf25ff159d9057352c697866157c7", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1512512239, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512512239, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "f36957a807786cd4dddb665e7a1a4c5c43da1f88", "parents": ["553d2e9e686b6fd7205a43b905956cf55d44504d"], "commit": "9e7d71c79d57466f32a73d285ab4ef3362590ac0", "message": "removed .gitmodules", "changes": [[0, 3, ".gitmodules"]]}, {"committer": {"date": 1512512017, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512512014, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "4e67d0705e86ccad026acdc40ab42873bda32b6b", "parents": ["ac0f644a56de98408cbc53b4da35a6ff4323289d"], "commit": "553d2e9e686b6fd7205a43b905956cf55d44504d", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1512512014, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512512014, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "19afc7698dd092191f7d497f6a364deafdd7a5da", "parents": ["5cfe579901109af622fe03fba57013a6b3cf19e7"], "commit": "ac0f644a56de98408cbc53b4da35a6ff4323289d", "message": "removed _site from repo", "changes": [[1, 0, ".gitignore"], [0, 1, "_site/404.html"], [0, 1, "_site/CNAME"], [0, 11, "_site/README.md"], [0, 216, "_site/about.html"], [0, 84, "_site/episodes/1-welcome.html"], [0, 89, "_site/episodes/10-unisons-paul-chiusano-on-how-abstraction-will-save-distributed-computing.html"], [0, 89, "_site/episodes/11-how-reactjs-was-created-with-pete-hunt.html"], [0, 86, "_site/episodes/12-research-recap-six-cycle-js-deep-dive.html"], [0, 102, "_site/episodes/13-teaching-elm-to-4th-graders-christopher-anand.html"], [0, 153, "_site/episodes/14-research-recap-seven-master-planning.html"], [0, 91, "_site/episodes/15-raising-genius-with-scott-mueller.html"], [0, 185, "_site/episodes/16-research-recap-eight-life-and-work-planning.html"], [0, 87, "_site/episodes/17-bootstrapping-bubble-is-emmanuel-straschnov.html"], [0, 194, "_site/episodes/18-research-recap-nine.html"], [0, 154, "_site/episodes/2-research-recap.html"], [0, 91, "_site/episodes/3-jonathan-leung-on-inventing-on-principle.html"], [0, 86, "_site/episodes/4-research-recap-two.html"], [0, 87, "_site/episodes/5-samantha-john.html"], [0, 87, "_site/episodes/6-research-recap-three.html"], [0, 86, "_site/episodes/7-lookers-lloyd-tab-on-growing-languages-through-deprecation.html"], [0, 86, "_site/episodes/8-research-recap-four.html"], [0, 106, "_site/episodes/9-research-recap-five.html"], [0, 46, "_site/essays/invented-or-discoved.html"], ["-", "-", "_site/favicon.ico"], [0, 120, "_site/ideas.html"], [0, 187, "_site/index.html"], [0, 1600, "_site/journal.html"], [0, 842, "_site/links.html"], [0, 1934, "_site/log.html"], ["-", "-", "_site/media/Screenshot 2017-11-30 at 8.29.34 AM.png"], ["-", "-", "_site/media/Screenshot 2017-11-30 at 8.37.44 AM.png"], ["-", "-", "_site/media/Screenshot 2017-11-30 at 8.49.55 AM.png"], ["-", "-", "_site/media/Screenshot 2017-12-01 at 5.40.46 PM.png"], ["-", "-", "_site/media/Screenshot 2017-12-04 at 12.02.11 PM.png"], ["-", "-", "_site/media/Screenshot 2017-12-04 at 12.02.28 PM.png"], ["-", "-", "_site/media/cycle-js-devtools-diagram.mp4"], ["-", "-", "_site/media/dynamicland.pdf"], [0, 41, "_site/notes/aaron-kent-call-9-15-17.md"], [0, 33, "_site/notes/aidan-cunniffe-call-11-29-17.md"], [0, 245, "_site/notes/andre-staltz-call-10-9-17.md"], [0, 132, "_site/notes/andre-staltz-call-9-11-17.md"], [0, 174, "_site/notes/dan-scanlon-call-9-5-17.html"], [0, 133, "_site/notes/dynamicland-zine.html"], [0, 562, "_site/notes/future-authoring.html"], [0, 86, "_site/notes/jaime-brandon-call-9-5-17.html"], [0, 87, "_site/notes/joy-js-review.html"], [0, 171, "_site/notes/nicky-case-call-11-1-17.html"], [0, 1126, "_site/notes/niko-autio-microeditor.html"], [0, 251, "_site/plan.html"], [0, 83, "_site/principles.html"], [0, 89, "_site/prototypes/streamsheets/index.html"], [0, 43, "_site/unbreakable-links/README.md"], [0, 186, "_site/unbreakable-links/index.js"]]}, {"committer": {"date": 1512425248, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512425246, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "a491afae3553f0dc598afcd45cbf166ab03173f7", "parents": ["cd23d1624e807ea967210ec3fc1b61ba1a577d71"], "commit": "5cfe579901109af622fe03fba57013a6b3cf19e7", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1512425246, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512425246, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "a6b4485fa4f57fd3e04f7f922cd63baaace0ecb9", "parents": ["dc1fe32f0d5899963142a378fe1243da82985ece"], "commit": "cd23d1624e807ea967210ec3fc1b61ba1a577d71", "message": "jekll serve; log.html -> log.md", "changes": [[1, 1, "_data/git-log.json"], [1, 0, "_site/404.html"], [1, 0, "_site/CNAME"], [11, 0, "_site/README.md"], [216, 0, "_site/about.html"], [84, 0, "_site/episodes/1-welcome.html"], [89, 0, "_site/episodes/10-unisons-paul-chiusano-on-how-abstraction-will-save-distributed-computing.html"], [89, 0, "_site/episodes/11-how-reactjs-was-created-with-pete-hunt.html"], [86, 0, "_site/episodes/12-research-recap-six-cycle-js-deep-dive.html"], [102, 0, "_site/episodes/13-teaching-elm-to-4th-graders-christopher-anand.html"], [153, 0, "_site/episodes/14-research-recap-seven-master-planning.html"], [91, 0, "_site/episodes/15-raising-genius-with-scott-mueller.html"], [185, 0, "_site/episodes/16-research-recap-eight-life-and-work-planning.html"], [87, 0, "_site/episodes/17-bootstrapping-bubble-is-emmanuel-straschnov.html"], [194, 0, "_site/episodes/18-research-recap-nine.html"], [154, 0, "_site/episodes/2-research-recap.html"], [91, 0, "_site/episodes/3-jonathan-leung-on-inventing-on-principle.html"], [86, 0, "_site/episodes/4-research-recap-two.html"], [87, 0, "_site/episodes/5-samantha-john.html"], [87, 0, "_site/episodes/6-research-recap-three.html"], [86, 0, "_site/episodes/7-lookers-lloyd-tab-on-growing-languages-through-deprecation.html"], [86, 0, "_site/episodes/8-research-recap-four.html"], [106, 0, "_site/episodes/9-research-recap-five.html"], [46, 0, "_site/essays/invented-or-discoved.html"], ["-", "-", "_site/favicon.ico"], [120, 0, "_site/ideas.html"], [187, 0, "_site/index.html"], [1600, 0, "_site/journal.html"], [842, 0, "_site/links.html"], [1934, 0, "_site/log.html"], ["-", "-", "_site/media/Screenshot 2017-11-30 at 8.29.34 AM.png"], ["-", "-", "_site/media/Screenshot 2017-11-30 at 8.37.44 AM.png"], ["-", "-", "_site/media/Screenshot 2017-11-30 at 8.49.55 AM.png"], ["-", "-", "_site/media/Screenshot 2017-12-01 at 5.40.46 PM.png"], ["-", "-", "_site/media/Screenshot 2017-12-04 at 12.02.11 PM.png"], ["-", "-", "_site/media/Screenshot 2017-12-04 at 12.02.28 PM.png"], ["-", "-", "_site/media/cycle-js-devtools-diagram.mp4"], ["-", "-", "_site/media/dynamicland.pdf"], [41, 0, "_site/notes/aaron-kent-call-9-15-17.md"], [33, 0, "_site/notes/aidan-cunniffe-call-11-29-17.md"], [245, 0, "_site/notes/andre-staltz-call-10-9-17.md"], [132, 0, "_site/notes/andre-staltz-call-9-11-17.md"], [174, 0, "_site/notes/dan-scanlon-call-9-5-17.html"], [133, 0, "_site/notes/dynamicland-zine.html"], [562, 0, "_site/notes/future-authoring.html"], [86, 0, "_site/notes/jaime-brandon-call-9-5-17.html"], [87, 0, "_site/notes/joy-js-review.html"], [171, 0, "_site/notes/nicky-case-call-11-1-17.html"], [1126, 0, "_site/notes/niko-autio-microeditor.html"], [251, 0, "_site/plan.html"], [83, 0, "_site/principles.html"], [89, 0, "_site/prototypes/streamsheets/index.html"], [43, 0, "_site/unbreakable-links/README.md"], [186, 0, "_site/unbreakable-links/index.js"], [0, 11, "log.html"], [31, 0, "log.md"]]}, {"committer": {"date": 1512423794, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512423793, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "fd48a0b54f32a0f09bc62e77f401c7b322342551", "parents": ["ba1d285a0ed33c77d8b7ca54679bf1d387b4bd75"], "commit": "dc1fe32f0d5899963142a378fe1243da82985ece", "message": "updated git log", "changes": [[1, 0, "_data/git-log.json"]]}, {"committer": {"date": 1512423793, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512423793, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "4756913840b72827c352530f7fd7b92ac06dd36c", "parents": ["78f3db6b98b91e60a9dd4cf65c04cd48d83e3701"], "commit": "ba1d285a0ed33c77d8b7ca54679bf1d387b4bd75", "message": "test _data/git-log.json", "changes": [[1, 0, "log.html"]]}, {"committer": {"date": 1512411508, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512411508, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "702188559973b33cbd54ba138473604a3f6647e4", "parents": ["b0fa8aaed2c0a58097c9c761d7f80322d41ec274", "14193853069de54fdd2b6c632ebf2f6b4884b651"], "commit": "78f3db6b98b91e60a9dd4cf65c04cd48d83e3701", "message": "Merge branch 'master' of https://github.com/stevekrouse/futureofcoding.org", "changes": []}, {"committer": {"date": 1512411503, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512411503, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "e7282fce65e8c90d3ee75b86804d488cadeaf0ae", "parents": ["498206842f7d9510e85f8e7189c3dd164d5b870d"], "commit": "b0fa8aaed2c0a58097c9c761d7f80322d41ec274", "message": "added 18 research recap nine to homepage", "changes": [[1, 0, "index.html"]]}, {"committer": {"date": 1512408127, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512408127, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "196ed674b454de8059594bf481fbbc8daa09a7ae", "parents": ["e3d0432fcdeada00166778cfec4de2fffb63d58c"], "commit": "498206842f7d9510e85f8e7189c3dd164d5b870d", "message": "episode 18, research recap nine notes; also joyjs notes", "changes": [[194, 0, "episodes/18-research-recap-nine.html"], [1, 1, "log.html"], ["-", "-", "media/Screenshot 2017-12-04 at 12.02.11 PM.png"], ["-", "-", "media/Screenshot 2017-12-04 at 12.02.28 PM.png"], [1, 1, "notes/future-authoring.md"], [70, 0, "notes/joy-js-review.md"]]}, {"committer": {"date": 1512257354, "timezone": "-0500", "name": "Steve Krouse", "email": "stevekrouse@users.noreply.github.com"}, "author": {"date": 1512257354, "timezone": "-0500", "name": "Steve Krouse", "email": "stevekrouse@users.noreply.github.com"}, "tree": "cb25e2a070d70c2cefdef756ecdc54ff74f13cba", "parents": ["59e8cf9d1eaf9711cb22b7057852750bb31cc760"], "commit": "e3d0432fcdeada00166778cfec4de2fffb63d58c", "message": "Almost finished with future authoring\n\nUseful and somewhat fun but also basic stuff for me given how much\nreflection I already do. I really think this course would be great for\nthose who aren’t crazy journal people like me. All the same, I’m glad\nI did it for the structure and clarity. Still have 30ish minutes to go\nso will do that Monday morning :)", "changes": [[241, 107, "notes/future-authoring.md"]]}, {"committer": {"date": 1512168846, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512168846, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "8a2d6406d3d417181006d884dbe88291259f69f5", "parents": ["ce706edf3e421d7a09ebd858cc31ea2fb57b3cc0"], "commit": "59e8cf9d1eaf9711cb22b7057852750bb31cc760", "message": "# Plan v5 is off to a great start\n\nI'm pumped that the table of contents Jekyll thing worked. That's really beautiful and super elegant.\n\nI think my changes in the diff for this commit speak for themselves. Really excited to come back to this next week.\n\n## Plan for next week\n\nMonday is full with the bi-weekly research summary, working out and two meeings. Calendar sculpting is included in the bi-weekly research summary time.\n\nTuesday and Weds are total open and will remain so, and until 2pm on Thursday and Friday are open as well.\n\nI guess it's mostly Bret Victor deep dive. Fun!\n\nMy first step will probably creating a list of all of his content that I want to get to and then prioritizing it. I don't want to make the mistake of starting from the first post he ever made in his oldest blog. While good for empathy, I want more of the fully-baked stuff.", "changes": [["-", "-", "media/Screenshot 2017-12-01 at 5.40.46 PM.png"], [34, 4, "plan.md"]]}, {"committer": {"date": 1512167658, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512167658, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "a15f3bca392a2b21cc7a6d802445dfbfe7562c39", "parents": ["cb4c0c64713ca4c91d903e435f114e52fa3e52bf"], "commit": "ce706edf3e421d7a09ebd858cc31ea2fb57b3cc0", "message": "# Fith version of plan\n\nVery rambly so far. Had to even siphon of a thousand words into [its own essay](/essays/invented-or-discovered). I found myself unable to figure out where my next header should go or be so I googled around for [how to auto-generate a table of contents](http://www.seanbuscay.com/blog/jekyll-toc-markdown/). The downside to this method I am trying now is that it only works after committing and pushing to Github pages, which I why I am committing this plan in mid-working session. Let's see what happens!", "changes": [[51, 0, "essays/invented-or-discoved.md"], [47, 101, "plan.md"]]}, {"committer": {"date": 1512142893, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512142893, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "452781670707d94c217c1cdf5f44229c5f2144fb", "parents": ["e399b6f639205cc40e7e4cc8b08382200864c3a5"], "commit": "cb4c0c64713ca4c91d903e435f114e52fa3e52bf", "message": "# Future Authoring, part 1\n\nI recently have fallen into a Jordan Peterson love affair, and stumbled upon [this course he created](https://selfauthoring.com/future-authoring.html), which seems quite relevant to me articulating my goals for this project. I found [a free version](https://pastebin.com/BiFE2fUX) and have [answered the first part of it in not-bold here](/notes/future-authoring) and am taking his advice to wait until a night or two of sleep before doing the second part. Let me put time on my calendar tomorrow afternoon to tackle it.\n\nIt went really well! A lot of it was personal stuff about my life, but readers of my stream-of-consciousness style in this journal are not strangers to that. It feels relevant at times to talk about my life in this journal and this is one of those times. I am a bit worried it may bite me in the butt at some point down the line but that's just fear talking. I don't have any concrete worries here.\n\n## Crusade Discovery\n\n### Well and thoroughly pickled\n\nIn particular I think I made a shockingly large amount of progress on articulating my crusade this morning. And the way I came to it is really a function of a week well sculpted. (I love this phrase, by the way, calendar sculpting. A quick google search makes it seem like I have indeed inventing this phrase. I wonder if it'll catch on.)\n\nFor example, starting my week of thinking about how communication works for my \"essay about essays\" with Nicky Case lead me to Douglas Hofstader's \"Analogy as the Core of Cognition\" which was *exactly* what I needed to read right now, as well as re-reading Seymour Papert's \"Gears of my Childhood\", also exactly what I need to read right now. (Watching Bret Victor's Inventing on Principle last week also played a big part on my thinking this week.)\n\nThen Wednesday diving even deeper into how the brain works, how people learn, why they'd want to learn to code, etc with my coggle brain mapping was amazing. Really helped me spread out my thoughts in space and get clearer about them and how they relate and build upon each other.\n\nThursday my brain was on fire reading through the Dynamicland zine the first way through. I've only made it 4 pages in the second way through and have written ~3.5k words already. I was able yesterday to really *live* in the future and imagine what it would be like, without hating or \"making wrong\" the present. I was able to bask in the possibility while also being grateful for reality. The thing about truly living in the future, while accepting the present, is that you can do it all the time, and it's only when you live with things as core components of your life that you are able to imagine the next step, how to build on top of them, how they interact together, the 3rd, 4th, and 5th level causes. I was even ambitious enough to explain to both my grandma and then my mom about my vision for the future and how it relates to tools and humans and augmentation, etc. They both got it to some degree and were excited that I was excited and I learned more for explaining these thoughts to lay people.\n\nI also had a great conversation with my buddy Jonathan Leung yesterday where he was excited for me for \"not making the present wrong\" because he noticed it was something for me to work on when we did our podcast many months ago. We thought about Elon as a crusader and what his crusade is (averting existential threats) and how that compares with Juan Benets crusade (decentralization).\n\nAdditionally, yesterday was largely inspired by *How to Measure Anything*, my new favorite book which is really going to make a scientist out of me and helped me understand the distinction of mesaurement and how it is truly what science is: reduction in uncertainty.\n\nAs the zine says (quoting someone), the idea is to immerse myself if brilliant thoughts get pickled by all these ideas, which will in turn lead me to having my own ideas.\n\n### Ariculating Crusade\n\nI think here's what's profound about the ideas I had yesterday and today:\n\n0) Tools, or technology, includes ideas, ananlogies, physical machines, virtual software. Anything that allows someone to do or think things, either at all or easier, than without the tool.\n\n1) Humans subsume our tools into ourselves, becoming what we were before plus our new tool. The result is a cohesive whole. Removing the tool reduces the human to what they were before the tool, akin to removing a person's arms.\n\n2) We know a great deal about how the mind works, how our bodies work, how emotions and happiness works, as well as what doesn't work. We can take all of this knowledge and bring it to bear on the problem of desigining proper tools for humans.\n\n*Pause!* How does this relate to programming language tools? Well programming langauges are *tools for designing tools*. Wow. Has there ever been such a tool? Ok, well writing is a tool for desigining tools. The notion of tool is a tool. Ok, so there are plenty. Programming is a tool for desigining tools *that can also desigin itself*. That's pretty neat: you can't make a pencil with a pencil. You can't make a typewritter with a typewritter. But you can make software tools with software tools.\n\nHowever it doesn't feel like *the bootstrapibility of programming languages* is why I'm so passionate about improving programming tools. Let's flip the question on its head: am I more passionate about building better tools for programming than, say, science? Or better dinner table conversations? Or more logical thinking? Nope. I'm really excited about each of those problems. Maybe the dinner table one a bit less emotionally but not that much less. The only reason I was so excited about programming tools was that 1) they were problems I had, 2) they were problems my students had, 3) I knew how to code and would have fun solving them. I'm really excited about all tools for thought and how to really embed them inside of people so that people can *be* augmented, not just be augmented.\n\nWait is that my crusade? *Be* augmented. The metaphor is that we are already the bionic man. We already have technology in our brains. We might as well optimize this software as best we can. And make the technology outside our brains optimal as well because that technology *exists inside our brains too*, just not phsyically. The metaphor for that is 1) my arm isn't \"inside my body\", but it's clearly me and 2) same goes for my clothes.\n\n## Rest of today\n\nI'm going to go workout with Sarah at a barre class now and then grab lunch. The idea this afternoon is to try my hand at another draft of my plan. I think I've got a good head on my shoulders about it this time.\n\nHowever, I think I'll probably want to come back to it after I finish the future authoring and get through my Bret Victor deep dive. Really, my plan seems like it might be done in time for the new year.", "changes": [[428, 0, "notes/future-authoring.md"]]}, {"committer": {"date": 1512075918, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512075918, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "2582fea65fc2fbecbb2cffe96b9f26cf92df1473", "parents": ["843401057ce8a2b49c13946d75528cc91efe23f4", "0bbbd72360272f908d95ad982c100b683f83731e"], "commit": "e399b6f639205cc40e7e4cc8b08382200864c3a5", "message": "Merge branch 'master' of https://github.com/stevekrouse/futureofcoding.org", "changes": []}, {"committer": {"date": 1512074943, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512074943, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "2582fea65fc2fbecbb2cffe96b9f26cf92df1473", "parents": ["a7cd8ae602c1b11e44a0e025a9a45e32c2cbc29c"], "commit": "843401057ce8a2b49c13946d75528cc91efe23f4", "message": "# Read Dynamicland Zine (& merge commit)\n\nAs you can tell by [reading my notes](/notes/dynamicland-zine.md), I was blown away by the Dynamicland zine.\n\n## Things on my mind\n\n### Markdown headers in commit messages\n\nThis is important so that I can link to content via its anchor tag. (Yes this currently doesn't work because this content is currently not rendered as in the github commits page for this repo. I will need to do that at some point soon-ish.)\n\nThis was bothering me so much that I solved it right now. It's as simple as `git commit --cleanup=verbatim` and then just deleting everything but the message. Closing https://github.com/stevekrouse/futureofcoding.org/issues/62.\n\n### Next steps\n\nIt's becomming clearer that my next steps revolve around Bret Victor and Dynamicland. At the very least I need to spend a few hours there, but I could see it being weeks, months or even a year or two.\n\nThis week I worked on:\n\n1) brainstorm \"essay about essays\"\n2) brainstorm \"learn to code\" essay\n3) read and reflect on zine\n4) reflect on goals and work on long-term plan (tomorrow)\n\nThis was a really great week. However, I'm now seeing my work on the \"learn to code\" essay as potentially premature. Or not premature, but not quite as urgent as I thought. It's not like I'm going to forget my hardwon insights from The Coding Space. While I could write something now, I am only going to learn more about these topics as time goes on. And I can always come back to teaching if I need to remember things for the essay.\n\nThe \"essay about essays\" project is also a bit random. However, if Nicky Case would collaborate with me on it, I would drop all my other projects and jump at that chance.\n\nHowever, if left to my own devices, it feels like its time for a Bret Victor deep dive, much like the Alan Kay deep dive that I did a few months back. (You can read about it in [my old journal.](/journal)) Like my Alan Kay deep dive, this one will likely also take approximately two weeks (12/04/17-12/15/17). Then I go home for three weeks (12/18/17-1/4/18) for the holidays. I might do some (no more than 20 hours) work the week of 12/18/17.\n\nThen it's time for a visit to Dynamicland! https://twitter.com/mandy3284/status/936284579333156864\n\nI'll probably go in early Jan, but it depends on when they want me I guess. I'd love to stay for a week or two and work out of the space every day, but I'd be happy to go for even a single afternoon.\n\nAll this said, while I have set aside all day tomorrow to work on my goals and my plan, I may cut that short if it doesn't feel productive to get a head start on my new priority: the Bret Victor deep dive!", "changes": [[1, 0, "index.html"], ["-", "-", "media/Screenshot 2017-11-30 at 8.29.34 AM.png"], ["-", "-", "media/Screenshot 2017-11-30 at 8.37.44 AM.png"], ["-", "-", "media/Screenshot 2017-11-30 at 8.49.55 AM.png"], ["-", "-", "media/dynamicland.pdf"], [134, 0, "notes/dynamicland-zine.md"]]}, {"committer": {"date": 1512047045, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512047045, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "e7301d6ef4e42868d7f4d47f2f907e53bf255d0f", "parents": ["6b867d3c889181eeb103e7cc14686657245680e3"], "commit": "a7cd8ae602c1b11e44a0e025a9a45e32c2cbc29c", "message": "notes with aidan", "changes": [[33, 0, "notes/aidan-cunniffe-call-11-29-17.md"]]}, {"committer": {"date": 1511909201, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1511909201, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "822af65d8e7988f763ad6d2c1e8db597e6940f6b", "parents": ["4b45eec96cf6567d087b53ecac4c704391aa8bc4", "1347f142280fac483b648cb2b1ef72d9d0b2c93d"], "commit": "6b867d3c889181eeb103e7cc14686657245680e3", "message": "Merge branch 'master' of https://github.com/stevekrouse/futureofcoding.org", "changes": []}, {"committer": {"date": 1511909196, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1511909196, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "32db7a6dcda691defd53a9cb304e8a17b9931241", "parents": ["fcb70a6ebb26033a3dcb308929ca277145f286b8"], "commit": "4b45eec96cf6567d087b53ecac4c704391aa8bc4", "message": "added episdeo 17 bubble.is emmanuel", "changes": [[87, 0, "episodes/17-bootstrapping-bubble-is-emmanuel-straschnov.html"], [1, 0, "index.html"]]}, {"committer": {"date": 1511884759, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1511884759, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "9a0896eba57588b77ba6ce874aa1b7cbf747d303", "parents": ["8274ccb120bb3781402aed0a9e1d99242b95a479"], "commit": "fcb70a6ebb26033a3dcb308929ca277145f286b8", "message": "Back from sickness and vacation\n\nThe past two weeks didn't go as planned. If you're following this journal, you'll notice that I haven't made any entires or commits for two weeks. This was mostly because I was still(!) feeling sick. Finally I was diagnosed with strep throat, and am feeling a lot better today. Tomorrow is my last dose of antibiotics so hopefully I'll get back to running tomorrow or the day after.\n\nNote: [the entry prior to this one](https://github.com/stevekrouse/futureofcoding.org/commit/8274ccb120bb3781402aed0a9e1d99242b95a479) is fairly defeated in tone. This is because (1) I was unexpectedly starting to feel sick (again) and didn't want to believe it, and (2) I was trying to get too much done in the time allotted. A recipe for defeatedness. I'm feeling much better about things now. Plenty of things to do but one step at a time. Plenty of time to address them all. Most important ones first.\n\nDespite what it says in my plan at the moment, my next step will not be creating a Patreon. This is because (1) the value accrued from having a Patreon up before creating my content probably isn't that high (look at how Vi Hart raised $6k in just a few days on her reputation), (2) it takes a while to get a strong following on a Patreon so the money wouldn't mean much, (3) it's a distraction from focusing on the work the will actually help move me forward at this juncture (planning, reading, writing).\n\nI'm very excited about a potential upcomming collaboration with Nicky Case. On our phone call a few weeks back, I asked him for advice on writing essays and he outline his thoughts in what will hopefully be an essay he and I collab on. That sounds like a lot of fun! It would be great to have a small win under my belt. Despite it likely not being the absolute highest priority right now, it's in the right direction. In other words, even though my Work Plan isn't quite done, I still have a pretty strong feeling that this small detour would move me closer to accomplishing it. As I told Nicky, I have ~20 hours this week to work on the essay. But really there's no rush. I can work on other things this week and come back to that next week.\n\nAnother thing on my mind is the unbreakable-links project. This project has taken much longer than expected. Just another opportunity for me to improve my currently highly inaccurate planning skills. The short-term solution is quite reasonable: whenever I want to move or delete a file in this directory, I simply have to think through what will happen to all prior links to that page. I do this well with the now deprecated /journal page.\n\nOk, so now let me think about my priorities:\n\n* Write 3 different outlines for the \"essay about essays\" to send to Nicky Case\n* Publish the now-very-late podcast with Emmanuel from bubble\n* Spend time writing about my goals for this project\n* Deep dive on Bret, read the Zine, send him an email\n* Write 3 outlines about learning/teaching to code (and learning in general)\n* Continue writing FoC plan\n* Schedule meetings with key people (Aidan, Stefan, Samuel)\n* Migrate other blogs from Trello (including AT essay outline)\n* Reach out to guest or two for next week on the podcast\n\nOk, these are all top priorities that need to happen in the next week or so. The order I do them in doesn't matter much. Let's go ahead and put them on my calendar in blocks, so I can visualize what I can get done and move them around as needed.\n\nThis is what it looks like now:\n\n![screenshot 2017-11-28 at 10 52 36 am](https://user-images.githubusercontent.com/2288939/33329341-51f477f0-d42a-11e7-9091-4d6d3a72a3ff.png)\n\nI'm feeling happy and aligned with this. I am now noticing that this would be in contradiction with what I told Casey, that I have ~20 hours for this project. Depending on how our conversation goes, I can always bump one of these blocks to next week no problem and manufacture 20 hours here. However this is the plan if he doesn't want to work on this this week.\n\nYou may have noticed that I'm more structured today than usual. This is (1) because I have not been regular about my entries the past few weeks and am feeling a bit adrift, and (2) I fell into a Jordan Peterson YouTube hole last night and he says some pretty straightforward things about happiness, including that you need structure. The first question he asks someone who's depressed is, \"do you have a job?\" If the answer is no, then his answer is get one, even if it's not perfect. It will set you up for success. So while I don't want to follow the letter of his advice, I do want to add a little more structure to my life to stave off any kind of emotional turmoil from working alone and jobless.", "changes": [[1, 1, "plan.md"], [2, 0, "unbreakable-links/index.js"]]}, {"committer": {"date": 1510614499, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1510614499, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "b5f21eaa3e0f28380ca58cce45dc9c957c3495b4", "parents": ["a3056b4b08d8c31e471945c7f68ae9695afc3614"], "commit": "8274ccb120bb3781402aed0a9e1d99242b95a479", "message": "Why is my plan so ugly?\n\nI was hoping to publish my work plan by the end of day today but I don't like it. My thoughts are all over the place. I don't like the summary of steps at the end. It needs more work than I can do right now. Let's not rush.\n\nAs crazy as it sounds, I think I want to create a new work plan from scratch yet again. Hopefully it will be the last time. In particular I want to think through the steps of the plan and the timeline.\n\nI'll also be working on the content for my Patreon in the next few days. I expect that to launch in the next few weeks.\n\nFinally, I am starting to rethink the homepage design. Maybe I'll add some photos. Maybe I'll feature certain content. I could think about the \"user flow\" as opposed to simply listing all content by date.", "changes": [[1, 0, "index.html"]]}, {"committer": {"date": 1510614433, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1510614433, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "0ffb770572a422f6c4f89221e035a66ec623e71e", "parents": ["ede3d2bb7c73f9dfd65c057b607d83220e24f020"], "commit": "a3056b4b08d8c31e471945c7f68ae9695afc3614", "message": "simplified plan a bit, workshopped steps in summary", "changes": [[9, 11, "plan.md"]]}, {"committer": {"date": 1510614400, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1510614400, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "152bd1b4ac8e87ffc6755f5690a5bea59003f60f", "parents": ["a5206c3fa460bbdbb57cb44030c11b7e93da2e39"], "commit": "ede3d2bb7c73f9dfd65c057b607d83220e24f020", "message": "updated homepage text", "changes": [[3, 3, "index.html"]]}, {"committer": {"date": 1510612584, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1510612584, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "4cc34f75f6bc8db9aeaa85cdfab8abb6318da0bf", "parents": ["4f9cfe417e8ff3e7cbdeebcbf5d39bddaa504bcb"], "commit": "a5206c3fa460bbdbb57cb44030c11b7e93da2e39", "message": "edited plan, refactored out principles to own file", "changes": [[33, 117, "plan.md"], [63, 1, "principles.md"]]}, {"committer": {"date": 1510362157, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1510362157, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "37e0479f8c08dd656938563053437d37e2ab22f9", "parents": ["67e72ea2d730b98a752acb852465026f7636e1e4"], "commit": "4f9cfe417e8ff3e7cbdeebcbf5d39bddaa504bcb", "message": "rest of nicky case notes", "changes": [[26, 2, "notes/nicky-case-call-11-1-17.md"]]}, {"committer": {"date": 1510360672, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1510360672, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "158641c60084f9dae8da6bae0c51167bef2f411a", "parents": ["6fbbd7c9e11cbb74b53dd51503bd11ec840b964e"], "commit": "67e72ea2d730b98a752acb852465026f7636e1e4", "message": "added notes nicky", "changes": [[91, 0, "notes/nicky-case-call-11-1-17.md"]]}, {"committer": {"date": 1510350681, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1510350681, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "bc36cdac4a0ce5e2400f564c6b859563fcbe9f43", "parents": ["d86a325e91fe27036517e4489372615820ad2266"], "commit": "6fbbd7c9e11cbb74b53dd51503bd11ec840b964e", "message": "fixed heading names and levels", "changes": [[2, 2, "plan.md"]]}, {"committer": {"date": 1510350578, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1510350578, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "f73d011e0614ca69c056cf4a3bde794cfa786e19", "parents": ["f5e42870cc1af14f235a2b04b2bd561383fbb621"], "commit": "d86a325e91fe27036517e4489372615820ad2266", "message": "fixes formatting with elon plan", "changes": [[3, 0, "plan.md"]]}, {"committer": {"date": 1510350435, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1510350435, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "a0ef4f5ff2dea74826c40fca8f76aafdbae4f912", "parents": ["72a54f0e2db2a6657475666a207d3991f2fb84c6", "71111f1eaae802e429896be7a21f3ffd0b675da1"], "commit": "f5e42870cc1af14f235a2b04b2bd561383fbb621", "message": "Merge branch 'master' of https://github.com/stevekrouse/futureofcoding.org", "changes": []}, {"committer": {"date": 1510350059, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1510350059, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "ea6c5bbcfb44b5105a1af58948216fb61aa6039f", "parents": ["e8e0aa94c1b4ec71af2013bc67d72ac781658209"], "commit": "72a54f0e2db2a6657475666a207d3991f2fb84c6", "message": "Done (for now) with plan (I think)\n\nI know the title of this commit doesn't inspire confidence but I think this plan is in a good place. Good enough for me to move on to step 1 of it at least. I'm sure I'll be back here, rethinking things soon enough.\n\n* It feels like every time I come back to working on this plan, I delete everything and start over again. That's not neccesarily a bad thing.\n\n* It's such a bummer to me that I have to write these journal thoughts somewhere random and then copy and paste them into the commit message at the end of my work even though I'm now writing them before I get started. Why can't the commit have a home before you finish the commit?! (Brainflash! I should've just commited the above thoughts to the repo without any changes this morning!)\n\n* Version control is definitely a topic I want to think about more. Really \"version control\" isn't the write word for it. It's more \"iterating on software\" or \"the software workflow\". Managing versions of software is a different problem. The elements of change guy is really the only one I know who's really thinking about this in a thoughtful way.\n\n* I'm not sure where my fustration with this plan is coming from: 1) my lack of progress on it the last few weeks because of my sickness and taking too many meetings, or 2) not having enough data to make a good decision here.", "changes": [["-", "-", "media/cycle-js-devtools-diagram.mp4"], [187, 201, "plan.md"]]}, {"committer": {"date": 1510236314, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1510236314, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "f1e0d54051e18ec20aa6650fbaa0996d24dd75b1", "parents": ["8c1dbbae570fad7e4454c8e09e84d4b17057a2b3"], "commit": "e8e0aa94c1b4ec71af2013bc67d72ac781658209", "message": "continued working on plan, outline, goals, why", "changes": [[231, 135, "plan.md"]]}, {"committer": {"date": 1510236291, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1510236291, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "f852842e5c3556c17c9cdbe7a2f2ffff9417f6b9", "parents": ["a2a498eb018c3bb5ff57967b8a2c8d973ca3a116"], "commit": "8c1dbbae570fad7e4454c8e09e84d4b17057a2b3", "message": "added console logs to unbreakable-links", "changes": [[4, 2, "unbreakable-links/index.js"]]}, {"committer": {"date": 1510192284, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1510192284, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "2f49ad62c56d2c81b7478157c312042ba7b33ff8", "parents": ["008c8321917b684eae722426a53bfb8d878eacdd"], "commit": "a2a498eb018c3bb5ff57967b8a2c8d973ca3a116", "message": "removed extra slash in rawGitLink", "changes": [[1, 1, "unbreakable-links/index.js"]]}, {"committer": {"date": 1510192226, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1510192226, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "0812f991a3247ff127d16fdcb553a783eb6b20e2", "parents": ["8f91dc3d949c01ee74b8f4f1c913afd80194cfa7"], "commit": "008c8321917b684eae722426a53bfb8d878eacdd", "message": "added unbreakable-links as non-repo", "changes": [[43, 0, "unbreakable-links/README.md"], [182, 0, "unbreakable-links/index.js"]]}, {"committer": {"date": 1510192203, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1510192203, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "dc2b9252940e907b7f1a69dcce1a2a2cc64491ba", "parents": ["08b4f6af64e31bcc4ff5934accf4c2d32d10bca7"], "commit": "8f91dc3d949c01ee74b8f4f1c913afd80194cfa7", "message": "removed unbreakable-links repo", "changes": [[0, 1, "unbreakable-links"]]}, {"committer": {"date": 1510191940, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1510191940, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "02e0602685bb5c71e8f7ddd9db2ebf5aab5efb73", "parents": ["f73fdc0b3a8481b7433e04f90ea0d6a12168e3f3"], "commit": "08b4f6af64e31bcc4ff5934accf4c2d32d10bca7", "message": "added unbreakable-links repo inside futureofcoding.org", "changes": [[1, 1, "404.html"], [1, 1, "README.md"], [1, 1, "about.md"], [1, 1, "episodes/1-welcome.html"], [1, 1, "episodes/10-unisons-paul-chiusano-on-how-abstraction-will-save-distributed-computing.html"], [1, 1, "episodes/11-how-reactjs-was-created-with-pete-hunt.html"], [1, 1, "episodes/12-research-recap-six-cycle-js-deep-dive.html"], [1, 1, "episodes/13-teaching-elm-to-4th-graders-christopher-anand.html"], [1, 1, "episodes/14-research-recap-seven-master-planning.html"], [1, 1, "episodes/15-raising-genius-with-scott-mueller.html"], [1, 1, "episodes/16-research-recap-eight-life-and-work-planning.html"], [1, 1, "episodes/2-research-recap.html"], [1, 1, "episodes/3-jonathan-leung-on-inventing-on-principle.html"], [1, 1, "episodes/4-research-recap-two.html"], [1, 1, "episodes/5-samantha-john.html"], [1, 1, "episodes/6-research-recap-three.html"], [1, 1, "episodes/7-lookers-lloyd-tab-on-growing-languages-through-deprecation.html"], [1, 1, "episodes/8-research-recap-four.html"], [1, 1, "episodes/9-research-recap-five.html"], [1, 1, "ideas.md"], [1, 1, "index.html"], [1, 1, "journal.md"], [1, 1, "links.md"], [1, 1, "log.html"], [1, 1, "notes/aaron-kent-call-9-15-17.md"], [1, 1, "notes/andre-staltz-call-10-9-17.md"], [1, 1, "notes/andre-staltz-call-9-11-17.md"], [1, 1, "notes/dan-scanlon-call-9-5-17.md"], [1, 1, "notes/jaime-brandon-call-9-5-17.md"], [1, 1, "notes/niko-autio-microeditor.html"], [1, 1, "plan.md"], [1, 1, "principles.md"], [1, 1, "prototypes/streamsheets/index.html"], [1, 0, "unbreakable-links"]]}, {"committer": {"date": 1510191647, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1510191647, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "4a2ddc613b0d757865dcc063698af054a43b33b2", "parents": ["6dfad20c4ae380c098e33234802840234c7bc5ab"], "commit": "f73fdc0b3a8481b7433e04f90ea0d6a12168e3f3", "message": "update unbreakable-links", "changes": [[1, 1, "404.html"], [1, 1, "README.md"], [1, 1, "about.md"], [1, 1, "episodes/1-welcome.html"], [1, 1, "episodes/10-unisons-paul-chiusano-on-how-abstraction-will-save-distributed-computing.html"], [1, 1, "episodes/11-how-reactjs-was-created-with-pete-hunt.html"], [1, 1, "episodes/12-research-recap-six-cycle-js-deep-dive.html"], [1, 1, "episodes/13-teaching-elm-to-4th-graders-christopher-anand.html"], [1, 1, "episodes/14-research-recap-seven-master-planning.html"], [1, 1, "episodes/15-raising-genius-with-scott-mueller.html"], [1, 1, "episodes/16-research-recap-eight-life-and-work-planning.html"], [1, 1, "episodes/2-research-recap.html"], [1, 1, "episodes/3-jonathan-leung-on-inventing-on-principle.html"], [1, 1, "episodes/4-research-recap-two.html"], [1, 1, "episodes/5-samantha-john.html"], [1, 1, "episodes/6-research-recap-three.html"], [1, 1, "episodes/7-lookers-lloyd-tab-on-growing-languages-through-deprecation.html"], [1, 1, "episodes/8-research-recap-four.html"], [1, 1, "episodes/9-research-recap-five.html"], [1, 1, "ideas.md"], [1, 1, "index.html"], [1, 1, "journal.md"], [1, 1, "links.md"], [1, 1, "log.html"], [1, 1, "notes/aaron-kent-call-9-15-17.md"], [1, 1, "notes/andre-staltz-call-10-9-17.md"], [1, 1, "notes/andre-staltz-call-9-11-17.md"], [1, 1, "notes/dan-scanlon-call-9-5-17.md"], [1, 1, "notes/jaime-brandon-call-9-5-17.md"], [1, 1, "notes/niko-autio-microeditor.html"], [1, 1, "plan.md"], [1, 1, "principles.md"], [1, 1, "prototypes/streamsheets/index.html"]]}, {"committer": {"date": 1510191053, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1510191053, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "a152934795d857eec9035c211775267aee621372", "parents": ["3e0d87c37d1804ec53985f7e825fd278aa44a40d", "1636af6bcbcb32bf0a939836919b42298acc323c"], "commit": "6dfad20c4ae380c098e33234802840234c7bc5ab", "message": "Merge branch 'master' of https://github.com/stevekrouse/futureofcoding.org", "changes": []}, {"committer": {"date": 1510191047, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1510191047, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "f24af8e67d18de1367e05e31b60e4775631c2a1f", "parents": ["f3e363e3c421faafa46dda4a9bec67a511444247"], "commit": "3e0d87c37d1804ec53985f7e825fd278aa44a40d", "message": "added unbreakable-links, simply ?version=", "changes": [[1, 0, "404.html"], [3, 1, "README.md"], [1, 0, "about.md"], [1, 1, "episodes/1-welcome.html"], [1, 1, "episodes/10-unisons-paul-chiusano-on-how-abstraction-will-save-distributed-computing.html"], [1, 1, "episodes/11-how-reactjs-was-created-with-pete-hunt.html"], [1, 1, "episodes/12-research-recap-six-cycle-js-deep-dive.html"], [1, 1, "episodes/13-teaching-elm-to-4th-graders-christopher-anand.html"], [1, 0, "episodes/14-research-recap-seven-master-planning.html"], [1, 0, "episodes/15-raising-genius-with-scott-mueller.html"], [1, 0, "episodes/16-research-recap-eight-life-and-work-planning.html"], [1, 1, "episodes/2-research-recap.html"], [1, 1, "episodes/3-jonathan-leung-on-inventing-on-principle.html"], [1, 1, "episodes/4-research-recap-two.html"], [1, 1, "episodes/5-samantha-john.html"], [1, 1, "episodes/6-research-recap-three.html"], [1, 1, "episodes/7-lookers-lloyd-tab-on-growing-languages-through-deprecation.html"], [1, 1, "episodes/8-research-recap-four.html"], [1, 1, "episodes/9-research-recap-five.html"], [1, 0, "ideas.md"], [1, 1, "index.html"], [2, 1, "journal.md"], [1, 0, "links.md"], [1, 0, "log.html"], [14, 0, "notes/aaron-kent-call-9-15-17.md"], [14, 1, "notes/andre-staltz-call-10-9-17.md"], [14, 0, "notes/andre-staltz-call-9-11-17.md"], [2, 1, "notes/dan-scanlon-call-9-5-17.md"], [2, 1, "notes/jaime-brandon-call-9-5-17.md"], [1, 1, "notes/niko-autio-microeditor.html"], [1, 0, "plan.md"], [2, 1, "principles.md"], [0, 1, "prototypes/github-embed-footer"], [1, 0, "prototypes/streamsheets/index.html"]]}, {"committer": {"date": 1509974389, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1509974389, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "c3b5ce25f9c6f9352b1161e8156a5aa9435bf361", "parents": ["1767d80bf19dc8e73a8b4fc43b6b49a4b0941420", "7385f741463a6cc23b90c724afb2322860e99dbe"], "commit": "3639dc2ad7296524126d6bf1c38b768276541ec2", "message": "Merge branch 'master' of https://github.com/stevekrouse/futureofcoding.org", "changes": []}, {"committer": {"date": 1509974384, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1509974384, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "01a67431a36b3e7d5320c5b7916d32a9803c62c3", "parents": ["4a47728ae82754e62dca5d7e3d522f024e6e3639"], "commit": "1767d80bf19dc8e73a8b4fc43b6b49a4b0941420", "message": "added 16 research recap eight notes", "changes": [[184, 0, "episodes/16-research-recap-eight-life-and-work-planning.html"], [1, 0, "index.html"]]}, {"committer": {"date": 1509974364, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1509974364, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "08c642b2b9b442f4fa3ff1b0123e51a84ed27aed", "parents": ["4e5f04eaf871dc63c8e1a93634254e3077348fdb"], "commit": "4a47728ae82754e62dca5d7e3d522f024e6e3639", "message": "fixed typo with 14 research recap seven", "changes": [[152, 0, "episodes/14-research-recap-seven-master-planning.html"], [0, 152, "episodes/14-research-recap-six-master-planning.html"], [1, 1, "index.html"]]}, {"committer": {"date": 1509751200, "timezone": "-0400", "name": "steveykrouse", "email": "steveykrouse@gmail.com"}, "author": {"date": 1509751200, "timezone": "-0400", "name": "steveykrouse", "email": "steveykrouse@gmail.com"}, "tree": "a90505c06c56b8bcff043f6db70c49277593b5b2", "parents": ["4d37f65a04b418772687da1645d1da8d01a4fc30"], "commit": "7385f741463a6cc23b90c724afb2322860e99dbe", "message": "Created new outline for Future of Coding Plan\n\nDon't have time now to explain. It's a mess in there. It begins with the things I need to do next on this project. Then it's an outline. Hope to clean it up soon!", "changes": [[179, 214, "plan.md"]]}, {"committer": {"date": 1509031277, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1509031277, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "17e7b9d52cb56d82997ddf162bc6e1facd37873f", "parents": ["2b21ab29251d10602e4abea6232b8474235f6240"], "commit": "e533b31f0b395cfb2f982e05bc3df3c030534b03", "message": "add slack group invite", "changes": [[7, 1, "index.html"]]}, {"committer": {"date": 1509030647, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1509030647, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "ed3d0c57f45fa06a77d5601d73f5c4eff0406332", "parents": ["400dcee5064a95264982615a1222fc0686cd4136"], "commit": "2b21ab29251d10602e4abea6232b8474235f6240", "message": "Update ideas.md", "changes": [[2, 0, "ideas.md"]]}, {"committer": {"date": 1509030219, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1509030219, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "b20460c9aebe67fbc538b447b8d013aa843848c6", "parents": ["79518c546497bcb565fb72e92bf531a9c474e9d6"], "commit": "400dcee5064a95264982615a1222fc0686cd4136", "message": "more links from glench", "changes": [[2, 0, "links.md"]]}, {"committer": {"date": 1509029297, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1509029297, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "1a9c109352e4b83a5a92f0d6c3aa93b38e442ab8", "parents": ["b882bf061a360082134b3b53f24dee4cffb3c3f3"], "commit": "79518c546497bcb565fb72e92bf531a9c474e9d6", "message": "Update ideas.md", "changes": [[2, 0, "ideas.md"]]}, {"committer": {"date": 1509028473, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1509028473, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "d3071cbae933ba4f8e4ed90ddff27c7e8e6466e8", "parents": ["1612a59ec5b026b0a39442a27302981ae39a49c8"], "commit": "b882bf061a360082134b3b53f24dee4cffb3c3f3", "message": "links from emmanuel schnazer", "changes": [[4, 0, "links.md"]]}, {"committer": {"date": 1508953160, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1508953160, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "e13e1de47e0ecdb948d40e191b8e99ffdd753a32", "parents": ["32007660a94ba778b36115df3e559fac170f9a80"], "commit": "1612a59ec5b026b0a39442a27302981ae39a49c8", "message": "links from omar rizwan", "changes": [[13, 0, "links.md"]]}, {"committer": {"date": 1508863470, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1508863470, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "c2dfc126b5586f1cdf84b8515c3af17f0e642e49", "parents": ["b5b01b56685c127991f0db40997d12b139f0c716"], "commit": "32007660a94ba778b36115df3e559fac170f9a80", "message": "recovering from a sore throat\n\nI came down with a sore throat this weekend, which was pretty bad yesterday and mostly better today. Yesterday I was planning to do my research recap, meet with Yair from Lamdu and record an episode with him, and go to the Future of Programming meeting. Unfortunately, I was able to do none of that, but I did find the energy to work on https://github.com/stevekrouse/unbreakable-links which is both important to work on and a very fun project for me.\n\nToday I'm feeling a lot better, but I still don't want to push myself, especially because I want to conserve my energy for the MoMath fundraiser that I was invited to by Pete Muller when I bumped into him at Springsteen on Broadway and he heard that I'm a Mitch Resnick fan, and that he'll be there tonight! I'll have to make sure to finish his book in the next few hours...\n\nAs far as my main focus, my #1 priority these days is my Planning Series, which starts with \"Life Plan\", then \"World Plan\", and finally \"Future of Coding Plan\". The first two will live on stevekrouse.com and the third will live here, probably on futureofocoding.org/about or futureofcoding.org/plan.\n\n### Just Plans\n\nAs you may notice, I have decided to stop referring to these plans as \"master plans\" for a few reasons: 1) \"master\" is a word with strange slavery connotations (it also makes me uncomfortable to have \"master\" branches in git but one problem at a time), and 2) it makes me feel less egotistical to have \"plans\" as opposed to \"master plans.\"", "changes": [[0, 1, "log.html"]]}, {"committer": {"date": 1508425262, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1508425262, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "89668065cd30dc68262f9078821c1ccb3424435f", "parents": ["8ab8877ec56965901c690932cc214f9756af6755"], "commit": "b5b01b56685c127991f0db40997d12b139f0c716", "message": "where I've been\n\nOver the last few days, I haven't been pushing nearly as much to this as I used to for two reasons:\n\n1. I am working on unbreakable-links which will allow me to more freely edit the structure of the site, which is key because I need to change it.\n\n2. I am master planning. You can read my life master plan here https://docs.google.com/document/d/1tycCeK3FbOVqiz6xcePqr1iE0QTfsqpEgn4XUsXfuRM/edit", "changes": [[1, 0, "log.html"]]}, {"committer": {"date": 1508425164, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1508425164, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "c2dfc126b5586f1cdf84b8515c3af17f0e642e49", "parents": ["d6f8951ec824b3c2835f35c5b9e661d9a628155b"], "commit": "8ab8877ec56965901c690932cc214f9756af6755", "message": "Create log.html", "changes": [[9, 0, "log.html"]]}, {"committer": {"date": 1508425063, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1508425063, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "e8a668dc762bef223c51f029866fca2959f8ffe4", "parents": ["3d17f10c8b4a0cc457be40f0462cfb57593e5038"], "commit": "d6f8951ec824b3c2835f35c5b9e661d9a628155b", "message": "this journal is officially deprecated -> /log", "changes": [[4, 0, "journal.md"]]}, {"committer": {"date": 1508421096, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1508421096, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "f76442aaae01fdcaa668ea09c9a0693cc2e8518f", "parents": ["4e5f04eaf871dc63c8e1a93634254e3077348fdb"], "commit": "3d17f10c8b4a0cc457be40f0462cfb57593e5038", "message": "Update links.md", "changes": [[19, 1, "links.md"]]}, {"committer": {"date": 1508274114, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1508274114, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "1c41d937996106403073a9d4bd1669d340a48c53", "parents": ["ed3c55f65bc94654499ffd33c3650722cba6d58e", "793fef9f1fe23c820c98c6ed9af4195764448f40"], "commit": "4e5f04eaf871dc63c8e1a93634254e3077348fdb", "message": "Merge branch 'master' of https://github.com/stevekrouse/futureofcoding.org", "changes": []}, {"committer": {"date": 1508274090, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1508274090, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "74b50e49285e7f879aaee0a04f36615a09c67e67", "parents": ["1a9b47ce0b6dfaafa993870f343d8f43df417bed"], "commit": "ed3c55f65bc94654499ffd33c3650722cba6d58e", "message": "added 15 interview with scott mueller", "changes": [[90, 0, "episodes/15-raising-genius-with-scott-mueller.html"], [1, 0, "index.html"]]}, {"committer": {"date": 1508255997, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1508255997, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "d41f732391bb57eba285014bd4b3fd3227db606c", "parents": ["4335744ea1022870a7b391845410a1929bfb03be"], "commit": "793fef9f1fe23c820c98c6ed9af4195764448f40", "message": "Update links.md", "changes": [[5, 0, "links.md"]]}, {"committer": {"date": 1508251854, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1508251854, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "53612b078c76fffe8bc1f2a9c6d1a44baaa65a0b", "parents": ["b8026c26bc95651e3cb625cc9c7a0783dd589f9d"], "commit": "4335744ea1022870a7b391845410a1929bfb03be", "message": "Working on my life master plan...\n\nI feel bad for neglecting this site for the past few days. I've been working hard on my master plan for my life and I'll be back here shortly to continue working on my master plan for this project!", "changes": [[2, 1, "about.md"]]}, {"committer": {"date": 1508251162, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1508251162, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "ccd292b742ba246f551cdd508c6c9a09a14e9e40", "parents": ["343e9703c7b009ce7beb0ae57d4b827e45a298e8"], "commit": "b8026c26bc95651e3cb625cc9c7a0783dd589f9d", "message": "Update links.md", "changes": [[7, 0, "links.md"]]}, {"committer": {"date": 1508248862, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1508248862, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "1cf43afb879a4f08521a869a7c66f0b8dfada65f", "parents": ["1a9b47ce0b6dfaafa993870f343d8f43df417bed"], "commit": "343e9703c7b009ce7beb0ae57d4b827e45a298e8", "message": "links from glen chiacchieri", "changes": [[9, 2, "links.md"]]}, {"committer": {"date": 1507574614, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1507574614, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "2456bc8bdb13503301429cc7c2ded8a825df6b80", "parents": ["6d57e56f4a7c6eceba6ba109122fd203afc4fe74"], "commit": "1a9b47ce0b6dfaafa993870f343d8f43df417bed", "message": "added link to embed podcast for episode 14 research recap seven", "changes": [[1, 1, "episodes/14-research-recap-six-master-planning.html"]]}, {"committer": {"date": 1507561834, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1507561834, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "d08fae6283dace3047af828fa1fcc6130c3d9455", "parents": ["1c18aa8db46efb74679c80c23886d890baa7ed3b"], "commit": "6d57e56f4a7c6eceba6ba109122fd203afc4fe74", "message": "added to index.html and switched id to name attribute to make anchor tags work", "changes": [[19, 18, "episodes/14-research-recap-six-master-planning.html"], [1, 0, "index.html"]]}, {"committer": {"date": 1507561360, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1507561360, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "84e47cee8913e8094eb828af6f74b1e3b7bec73a", "parents": ["2e39f9a323775dbe08b9702866a2ace6db8a1451"], "commit": "1c18aa8db46efb74679c80c23886d890baa7ed3b", "message": "added episode 14 research recap seven without omnycast link", "changes": [[151, 0, "episodes/14-research-recap-six-master-planning.html"]]}, {"committer": {"date": 1507558423, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1507558423, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "c460ee5d4924e672735eeb8a3217d2f422fc67bf", "parents": ["16321d65a0381b78a1aa049d4666aadac9db8319"], "commit": "2e39f9a323775dbe08b9702866a2ace6db8a1451", "message": "added andre staltz call 10-9-17", "changes": [[232, 0, "notes/andre-staltz-call-10-9-17.md"]]}, {"committer": {"date": 1507307045, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1507307045, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "08c170b14192d864020593446dae6a9ac2717e18", "parents": ["915b40a2d6de7337f6f9a224118d60c042dbe804"], "commit": "16321d65a0381b78a1aa049d4666aadac9db8319", "message": "Continued developing master plan\n\nI've been making a lot of progress in the past few days, thinking about this project at a high level. I made a lot of progress in the shower this morning:\n\n![image](https://user-images.githubusercontent.com/2288939/31288236-13809c5e-aa92-11e7-8ba7-7dadee620891.png)\n\nThere are a few next steps:\n\n1. Articulate my prototype ideas for StreamSheets, Scratch or WoofJS FRP (and come up with a name for this), generic GUI for langauges, and more if I have them.\n\nhttps://github.com/stevekrouse/futureofcoding.org/issues/54\nhttps://github.com/stevekrouse/futureofcoding.org/issues/55\n\n2. Spell out my design principles.\n\nhttps://github.com/stevekrouse/futureofcoding.org/issues/9\n\n3. Send my master plan around to friends.\n\n4. Consider the future organization of the website and if now's a good time to go for it. https://github.com/stevekrouse/futureofcoding.org/issues/53", "changes": [[75, 40, "about.md"], [1, 1, "ideas.md"], [19, 0, "principles.md"], [0, 19, "thesis.md"]]}, {"committer": {"date": 1507292452, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1507292452, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "446069bac45860fdeb2dbf71f874b4a1f4a7e9cc", "parents": ["b6e0e47ac0fb3b1bb0555270438ca0235eff4bb3"], "commit": "915b40a2d6de7337f6f9a224118d60c042dbe804", "message": "testing to see what long commit messages look like\n\nCan you see this message?\n\nHow about [this link](http://futureofcoding.org)?\n\n# How about this header?", "changes": []}, {"committer": {"date": 1507209851, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1507209851, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "446069bac45860fdeb2dbf71f874b4a1f4a7e9cc", "parents": ["b5cf6d2d524a94e0e08f5dd9b6e7c37f0c4a4369"], "commit": "b6e0e47ac0fb3b1bb0555270438ca0235eff4bb3", "message": "journal death knoll and streamsheets write up", "changes": [[14, 0, "journal.md"]]}, {"committer": {"date": 1507207405, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1507207405, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "d81876d33a73c9f4e6df6488ad5b7c0f005bcea3", "parents": ["51f4a7a85eba79d9b31ec0281db9dc792e9f581e"], "commit": "b5cf6d2d524a94e0e08f5dd9b6e7c37f0c4a4369", "message": "added petri nets", "changes": [[2, 0, "links.md"]]}, {"committer": {"date": 1507134430, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1507134430, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "1d5c3de320240927bf73edf6d420a47f7dfb2544", "parents": ["cc0f4b85157657f02e8da17ba9c3c19bb3333d80"], "commit": "51f4a7a85eba79d9b31ec0281db9dc792e9f581e", "message": "added children programming languages paper", "changes": [[1, 1, "links.md"]]}, {"committer": {"date": 1507053916, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1507053916, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "cc98c9e8e78a0d11b104ebcda198828b07d4bf9c", "parents": ["babbf695b718c41eb7aba3bd2f33708dcf0938fd"], "commit": "cc0f4b85157657f02e8da17ba9c3c19bb3333d80", "message": "lowered header predecede of structural editor subheadings", "changes": [[6, 6, "journal.md"]]}, {"committer": {"date": 1507053844, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1507053844, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "4fbcdf25acc88e1e39be7cf259d33a74a51d4961", "parents": ["f25ab2fbd97b8da93495d0700aeed53497f7da36"], "commit": "babbf695b718c41eb7aba3bd2f33708dcf0938fd", "message": "structured editing write up", "changes": [[74, 2, "journal.md"], [1, 0, "links.md"], [1126, 0, "notes/niko-autio-microeditor.html"]]}, {"committer": {"date": 1507037911, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1507037911, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "bb4dfb44103198cd448b8430cc221c3fda554ea1", "parents": ["33b5a65c408c871c930846ddcfafd4cdf9baf70f", "008d0c2d880ec5ef23068db76f9738ec8fcc8e94"], "commit": "f25ab2fbd97b8da93495d0700aeed53497f7da36", "message": "Merge pull request #48 from stevekrouse/episode-13\n\nadded episode 13, waiting for lauch date", "changes": []}, {"committer": {"date": 1507037902, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1507037902, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "73ca0e1da3b72872b3de3d1983ae9da63f57406c", "parents": ["453f2bd02372e5d0a83a1305503dead2bdb2cea4"], "commit": "008d0c2d880ec5ef23068db76f9738ec8fcc8e94", "message": "added omnyfocus embed link", "changes": [[1, 1, "episodes/13-teaching-elm-to-4th-graders-christopher-anand.html"]]}, {"committer": {"date": 1506986472, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1506986472, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "382c89f259e4dfb1c3c69669c81a7eed94f668ff", "parents": ["06113ec98d94d6da98761e4220a7bb8310f672dd"], "commit": "33b5a65c408c871c930846ddcfafd4cdf9baf70f", "message": "Update links.md", "changes": [[1, 0, "links.md"]]}, {"committer": {"date": 1506961454, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1506961454, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "6bbf79229025277f227b4419c4bc7bbb11e44567", "parents": ["d14b429066043a59c3939956d672389dbf6fcf1e"], "commit": "06113ec98d94d6da98761e4220a7bb8310f672dd", "message": "Update links.md", "changes": [[1, 0, "links.md"]]}, {"committer": {"date": 1506952183, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1506952183, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "b917ae14d4a36bc013ad0493b367c3f3ddbb59f6", "parents": ["8663e9c14ef014b58aabb65a886f60b7fad82c45"], "commit": "d14b429066043a59c3939956d672389dbf6fcf1e", "message": "elm flappy, andre and nick, juan benet master plan", "changes": [[60, 1, "journal.md"]]}, {"committer": {"date": 1506942662, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1506942662, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "d97e1d79f71a5a920d3292ef105db9498f24573c", "parents": ["d23405ab51b4e01478a5d52913143be1c4eddcb4"], "commit": "8663e9c14ef014b58aabb65a886f60b7fad82c45", "message": "For -> 4 typo", "changes": [[1, 1, "journal.md"]]}, {"committer": {"date": 1506787197, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1506787197, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "8bbda671d4075a2340d76ca7ed1db3a1a2f53c46", "parents": ["5bafc3c6095dadcc9acfa8b0dd76f28988d6671a"], "commit": "d23405ab51b4e01478a5d52913143be1c4eddcb4", "message": "started about and thesis", "changes": [[151, 0, "about.md"], [2, 1, "index.html"], [19, 0, "thesis.md"]]}, {"committer": {"date": 1506779504, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1506779504, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "9a38a2e7907bad203a5c4c9cddd9a321a1849a52", "parents": ["5b4673ab621cc3bd485e3a9e53d67aa2090aecb1", "098a7f66a1066f25149342630fbb0bc0f6ec4151"], "commit": "5bafc3c6095dadcc9acfa8b0dd76f28988d6671a", "message": "Merge branch 'master' of https://github.com/stevekrouse/futureofcoding.org", "changes": []}, {"committer": {"date": 1506779499, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1506779499, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "f9b2cb7cc6531b44e9aa62437978fb500b088528", "parents": ["ffa8b9769aa090b0e248a3f868699a75350110fc"], "commit": "5b4673ab621cc3bd485e3a9e53d67aa2090aecb1", "message": "addedl linq", "changes": [[1, 0, "links.md"]]}, {"committer": {"date": 1506711945, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1506711945, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "09365822356a81eabbad90b4b685f3a40ac70577", "parents": ["9e788a4a54112430c714e091ed0fdcd838013914"], "commit": "098a7f66a1066f25149342630fbb0bc0f6ec4151", "message": "links from @curious_reader", "changes": [[12, 0, "links.md"]]}, {"committer": {"date": 1506701600, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1506701600, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "de13e05389881d2ada5014d62c107cc99bfaed40", "parents": ["ffa8b9769aa090b0e248a3f868699a75350110fc"], "commit": "9e788a4a54112430c714e091ed0fdcd838013914", "message": "fun conversations and elm flappy started", "changes": [[20, 0, "journal.md"]]}, {"committer": {"date": 1506692783, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1506692783, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "7f835fbdcd6a146d3e14972e6ab3b6ecdb520623", "parents": ["6aadd6d78159bf6438b9037b95793c07a07814a6"], "commit": "ffa8b9769aa090b0e248a3f868699a75350110fc", "message": "prioritize sideways recipie article", "changes": [[3, 1, "links.md"]]}, {"committer": {"date": 1506691951, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1506691951, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "0803adf5c5833fcab2a1c63e34efb38d8a3fc6f2", "parents": ["6aadd6d78159bf6438b9037b95793c07a07814a6"], "commit": "453f2bd02372e5d0a83a1305503dead2bdb2cea4", "message": "added episode 13, waiting for lauch date", "changes": [[102, 0, "episodes/13-teaching-elm-to-4th-graders-christopher-anand.html"], [1, 0, "index.html"]]}, {"committer": {"date": 1506602406, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1506602406, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "029df50d2cc31f0dd7cf787334bce1bc7de48c6e", "parents": ["ab9901937fbaf6b0710fc36825ca244b6d42dae2"], "commit": "6aadd6d78159bf6438b9037b95793c07a07814a6", "message": "Update journal.md", "changes": [[4, 0, "journal.md"]]}, {"committer": {"date": 1506541743, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1506541743, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "a47ac91df7bb8d2c5b36f7d52e477a3793ed4b00", "parents": ["981a4004ace5afdc5685954b8dbacde3badc878d"], "commit": "ab9901937fbaf6b0710fc36825ca244b6d42dae2", "message": "Update links.md", "changes": [[1, 0, "links.md"]]}, {"committer": {"date": 1506538172, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1506538172, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "eb5702623785e07a703d0c09b306b27576c257c0", "parents": ["47466607290c0e3647995281735a90d2fdf150e3"], "commit": "981a4004ace5afdc5685954b8dbacde3badc878d", "message": "Update links.md", "changes": [[1, 0, "links.md"]]}, {"committer": {"date": 1506531697, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1506531697, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "4459c1a67ccaa696b8f71422f41c730a6f17ae6d", "parents": ["197aa63952c34ad7fe0ca57bc47e811338af3d1a"], "commit": "47466607290c0e3647995281735a90d2fdf150e3", "message": "finished cyclejs flappy bird", "changes": [[26, 0, "journal.md"]]}, {"committer": {"date": 1506443673, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1506443673, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "36d1788d0f71c679b60867d740e7e8b4f0ed2c9c", "parents": ["ed87c919be2eb7160bb9ed115280e7a5cab1d212"], "commit": "197aa63952c34ad7fe0ca57bc47e811338af3d1a", "message": "Update links.md", "changes": [[6, 2, "links.md"]]}, {"committer": {"date": 1506443502, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1506443502, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "03e0e1a753c50a7572a22946238597df8dbe32a2", "parents": ["6a64c41a01f998fd57fcccc44f92b39e166ff23b"], "commit": "ed87c919be2eb7160bb9ed115280e7a5cab1d212", "message": "add links from nicolae rusan", "changes": [[6, 0, "links.md"]]}, {"committer": {"date": 1506441573, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1506441573, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "7f78207fe71e4ffd14ba900373576bcefcfa100f", "parents": ["19d478945d86279da2f7c6eab86273fd72f6f51e"], "commit": "6a64c41a01f998fd57fcccc44f92b39e166ff23b", "message": "Update journal.md", "changes": [[5, 0, "journal.md"]]}, {"committer": {"date": 1506352193, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1506352193, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "7efbde25c25b1b51879f606440fce0db7c24288e", "parents": ["cb152e6c4105cdcbbf26c069d1da1069577308bd"], "commit": "19d478945d86279da2f7c6eab86273fd72f6f51e", "message": "added episdoe 12, research recap six: cyclejs deep dive", "changes": [[86, 0, "episodes/12-research-recap-six-cycle-js-deep-dive.html"], [1, 0, "index.html"]]}, {"committer": {"date": 1506351892, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1506351892, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "66be71ecd978e01cb138e1fd1cee4f5d86153dd2", "parents": ["a87ad52062c1ebc591b38b28da5f507aaaaa7ca5"], "commit": "cb152e6c4105cdcbbf26c069d1da1069577308bd", "message": "fix onionify link", "changes": [[1, 1, "journal.md"]]}, {"committer": {"date": 1506346145, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1506346145, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "c6d51b7622524d355ee364e2e9b634c719428c9e", "parents": ["b90daea3548277613fd882bf911ce5c606e9770e"], "commit": "a87ad52062c1ebc591b38b28da5f507aaaaa7ca5", "message": "research recap 6", "changes": [[48, 1, "journal.md"]]}, {"committer": {"date": 1506116368, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1506116368, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "7fb7cfb6dc1e6a0ad81263b96160c09d88d0bdf5", "parents": ["cf7b4fc072fa73a47ad989496a21351026c5875a"], "commit": "b90daea3548277613fd882bf911ce5c606e9770e", "message": "Update journal.md", "changes": [[2, 0, "journal.md"]]}, {"committer": {"date": 1506116142, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1506116142, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "f0457a9df66c55dfac378765c7357d0d22cd678c", "parents": ["6c2e63534ab7f2ecd92c7e5c508a5fbb87e3b9d3"], "commit": "cf7b4fc072fa73a47ad989496a21351026c5875a", "message": "Update journal.md", "changes": [[8, 0, "journal.md"]]}, {"committer": {"date": 1506089144, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1506089144, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "ba1a6436945d4310dd283ef5f12755299c78fe01", "parents": ["581753a6db254e516301d0c1563e233f6e70ea13"], "commit": "6c2e63534ab7f2ecd92c7e5c508a5fbb87e3b9d3", "message": "to recurse or not to recurse", "changes": [[26, 0, "journal.md"]]}, {"committer": {"date": 1506024610, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1506024610, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "3c619aca47c07bfe2a44e1e14ac8466c578cdbaf", "parents": ["578124f23089e7a4ca842ab8501ae837e4ca8a74"], "commit": "581753a6db254e516301d0c1563e233f6e70ea13", "message": "Update links.md", "changes": [[1, 0, "links.md"]]}, {"committer": {"date": 1506023134, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1506023134, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "554b60b4e14e6093c7b262477625b75c8705d1c2", "parents": ["914e8301e7b9545e1e655a0cef9c6c9ace91b252"], "commit": "578124f23089e7a4ca842ab8501ae837e4ca8a74", "message": "Update index.html", "changes": [[2, 2, "index.html"]]}, {"committer": {"date": 1506023076, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1506023076, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "93e2c0796a83718b6710796db9965ba3a5e4373e", "parents": ["ffc282294d72a15b37008e78634716d4a9f7a6e9"], "commit": "914e8301e7b9545e1e655a0cef9c6c9ace91b252", "message": "Update index.html", "changes": [[1, 1, "index.html"]]}, {"committer": {"date": 1506021281, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1506021281, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "1fc5e38ca1bf75637cc29bd245abc28fd2505e92", "parents": ["599f367771f45a75400f952e33bb1fb9f185d758"], "commit": "ffc282294d72a15b37008e78634716d4a9f7a6e9", "message": "Update journal.md", "changes": [[6, 0, "journal.md"]]}, {"committer": {"date": 1506019627, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1506019627, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "ef58f17118d2fac3d514b9fefc3162a07990945e", "parents": ["b095cca040ae70c0f3b5290474c4d7a4b8674e71"], "commit": "599f367771f45a75400f952e33bb1fb9f185d758", "message": "Update links.md", "changes": [[2, 0, "links.md"]]}, {"committer": {"date": 1505913111, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1505913111, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "1b364dcc00c752faa58cc6705bca3a01331733c3", "parents": ["3e4c48b6006a11f8ebc059efb738b7f74a37ad33"], "commit": "b095cca040ae70c0f3b5290474c4d7a4b8674e71", "message": "Update journal.md", "changes": [[3, 0, "journal.md"]]}, {"committer": {"date": 1505911811, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1505911811, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "9e51b88654e147c7d393c0a187ac05be506213f6", "parents": ["ce65837e2716efffcad1fbe84a27a8bc6a80dd4a"], "commit": "3e4c48b6006a11f8ebc059efb738b7f74a37ad33", "message": "Update links.md", "changes": [[1, 0, "links.md"]]}, {"committer": {"date": 1505843561, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1505843561, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "05fdd2479253a293c68784bed6393a5d3ce35e21", "parents": ["de134be22d95007c2bfa7eb0567de97b930b5d91"], "commit": "ce65837e2716efffcad1fbe84a27a8bc6a80dd4a", "message": "Update links.md", "changes": [[1, 0, "links.md"]]}, {"committer": {"date": 1505834631, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1505834631, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "34e717977d5cf78faf6e86cf24eb33f3035c5c7c", "parents": ["a1a0f723e34db654811a009dcbadea6ba2568d71"], "commit": "de134be22d95007c2bfa7eb0567de97b930b5d91", "message": "added pete hunt episode", "changes": [[89, 0, "episodes/11-how-reactjs-was-created-with-pete-hunt.html"], [1, 0, "index.html"]]}, {"committer": {"date": 1505831458, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1505831458, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "f139f0d58b68e861f5e3b1ea2c044d324431a62a", "parents": ["3e3f2b81f1cf9dd809bae2357983754b4b897cce"], "commit": "a1a0f723e34db654811a009dcbadea6ba2568d71", "message": "played with cycle, create github-embed-footer", "changes": [[3, 0, ".gitmodules"], [17, 0, "journal.md"], [1, 0, "prototypes/github-embed-footer"]]}, {"committer": {"date": 1505751306, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1505751306, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "d34875392cce56c005890e7ba944942929246a89", "parents": ["80bd8cddfea62940667194d1b9f06d448a7cb049"], "commit": "3e3f2b81f1cf9dd809bae2357983754b4b897cce", "message": "reorganize to research links by topic", "changes": [[46, 43, "links.md"]]}, {"committer": {"date": 1505748783, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1505748783, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "92f8b5aaaebac5b90cdcc6c01eff6217ce612826", "parents": ["f987a210e92c54ebeda8daa166872443014e3f00"], "commit": "80bd8cddfea62940667194d1b9f06d448a7cb049", "message": "Update journal.md", "changes": [[18, 0, "journal.md"]]}, {"committer": {"date": 1505748294, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1505748294, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "45887bd5e059568ea6ec62071e50557598876d8a", "parents": ["66f5549361e2562841447bc1d19956046ba120e3"], "commit": "f987a210e92c54ebeda8daa166872443014e3f00", "message": "Update links.md", "changes": [[29, 9, "links.md"]]}, {"committer": {"date": 1505508846, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1505508846, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "f2168b992bd2bbe6ab09f2dbd6fab10400159b65", "parents": ["336815f64b5b0b4f0aeeb7be35b50824acd43653"], "commit": "66f5549361e2562841447bc1d19956046ba120e3", "message": "Update journal.md", "changes": [[9, 0, "journal.md"]]}, {"committer": {"date": 1505508833, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1505508833, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "ab4ec768b29b1c010609a55dded7622332d2ce73", "parents": ["27ecc929931c792e17e3b590adfd2f09d45e9944"], "commit": "336815f64b5b0b4f0aeeb7be35b50824acd43653", "message": "Update links.md", "changes": [[36, 6, "links.md"]]}, {"committer": {"date": 1505496885, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1505496885, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "a4d609b11e5251db9fd2e10b9a9bd9b8b0879f69", "parents": ["d2a8c8f6d599ef0717dada1479a38ac4275460ac"], "commit": "27ecc929931c792e17e3b590adfd2f09d45e9944", "message": "Update links.md", "changes": [[10, 5, "links.md"]]}, {"committer": {"date": 1505496877, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1505496877, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "f155058884fe4d64c732343b37f47f3dc4a10b7b", "parents": ["a7a6d5708dd6d1837e78d043d5e2c54fc2df5b22", "7b2e4f5d2164c753e40ee27c05dc8610eb19f3d3"], "commit": "d2a8c8f6d599ef0717dada1479a38ac4275460ac", "message": "Merge branch 'master' of https://github.com/stevekrouse/futureofcoding.org", "changes": []}, {"committer": {"date": 1505496871, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1505496871, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "9ae1a451b5ae06ffe12121b69d74cacc6fdbf7b6", "parents": ["1edb7c948c876ae562dedc76d566899fa9b056c2"], "commit": "a7a6d5708dd6d1837e78d043d5e2c54fc2df5b22", "message": "added aaron kent call", "changes": [[27, 0, "notes/aaron-kent-call-9-15-17.md"]]}, {"committer": {"date": 1505316748, "timezone": "-0500", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1505316748, "timezone": "-0500", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "646b776e4727ee9a48a330415d4967ccfae4af8e", "parents": ["9083f5051da2af3702fe6ea1755ee0a4ba6f4054"], "commit": "7b2e4f5d2164c753e40ee27c05dc8610eb19f3d3", "message": "Update journal.md", "changes": [[23, 0, "journal.md"]]}, {"committer": {"date": 1505316484, "timezone": "-0500", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1505316484, "timezone": "-0500", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "7d9288d7f7a07b6bfb83e7583545fd845ab5b7ce", "parents": ["27ce85bfc298c11c1bb4a22104630b5db2975389"], "commit": "9083f5051da2af3702fe6ea1755ee0a4ba6f4054", "message": "Update links.md", "changes": [[4, 0, "links.md"]]}, {"committer": {"date": 1505316387, "timezone": "-0500", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1505316387, "timezone": "-0500", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "a15f6fbf10a7cd4ec53498d0263c35c42ddd75ef", "parents": ["78c146bc2411f5159b04769e584349ea8d251496"], "commit": "27ce85bfc298c11c1bb4a22104630b5db2975389", "message": "Update links.md", "changes": [[3, 0, "links.md"]]}, {"committer": {"date": 1505313069, "timezone": "-0500", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1505313069, "timezone": "-0500", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "8ef3c92c6999c913467504db8906f55557767b5e", "parents": ["e0094fce667761206d87e322a5c4875257c3ad5f"], "commit": "78c146bc2411f5159b04769e584349ea8d251496", "message": "Update index.html", "changes": [[1, 0, "index.html"]]}, {"committer": {"date": 1505312891, "timezone": "-0500", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1505312891, "timezone": "-0500", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "f4b15059b9ed018982f91ade031ae94d1d127f60", "parents": ["a3b5290a0917e34b321eb614760560ee5a1e4fd1"], "commit": "e0094fce667761206d87e322a5c4875257c3ad5f", "message": "Create 10-unisons-paul-chiusano-on-how-abstraction-will-save-distributed-computing.html", "changes": [[89, 0, "episodes/10-unisons-paul-chiusano-on-how-abstraction-will-save-distributed-computing.html"]]}, {"committer": {"date": 1505225730, "timezone": "-0500", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1505225730, "timezone": "-0500", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "dbb57d9cbfc7ae96278de7889f8fbd550f4b99a5", "parents": ["b2360fcc457cb6d6a936e68f73e045dd6ffd53b9"], "commit": "a3b5290a0917e34b321eb614760560ee5a1e4fd1", "message": "fix podcast dates", "changes": [[6, 6, "index.html"]]}, {"committer": {"date": 1505225558, "timezone": "-0500", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1505225558, "timezone": "-0500", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "3abf2e24b83aab492347229c34b9b1de5ca0d13c", "parents": ["b358b7ae0e0eb99a325ab4317522086ab1384fbd"], "commit": "b2360fcc457cb6d6a936e68f73e045dd6ffd53b9", "message": "Update ideas.md", "changes": [[2, 0, "ideas.md"]]}, {"committer": {"date": 1505223682, "timezone": "-0500", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1505223682, "timezone": "-0500", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "eb88c79c85d1f433bdc08f5ab2a1824781470689", "parents": ["9bb940ef8155266aa62b586c546d91923927e413"], "commit": "b358b7ae0e0eb99a325ab4317522086ab1384fbd", "message": "Update links.md", "changes": [[2, 0, "links.md"]]}, {"committer": {"date": 1505219671, "timezone": "-0500", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1505219671, "timezone": "-0500", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "7bca4b835690ee9ed78e8ad668d75c6c0bdc8d01", "parents": ["680be36767a6f55703869e882a291f7a797c42ae"], "commit": "9bb940ef8155266aa62b586c546d91923927e413", "message": "added links from jaime and andre calls", "changes": [[8, 4, "links.md"]]}, {"committer": {"date": 1505219592, "timezone": "-0500", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1505219592, "timezone": "-0500", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "f2ff34f9c2f9f83da8f6a74d43bd0a08747883d8", "parents": ["25dabceeb6b549ddd623deab23ca8483f437990c"], "commit": "680be36767a6f55703869e882a291f7a797c42ae", "message": "fix andre call notes links", "changes": [[1, 1, "journal.md"]]}, {"committer": {"date": 1505216260, "timezone": "-0500", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1505216260, "timezone": "-0500", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "bf0b38b0d676956da86ee0868e9b0b1d91a9d463", "parents": ["1edb7c948c876ae562dedc76d566899fa9b056c2"], "commit": "25dabceeb6b549ddd623deab23ca8483f437990c", "message": "Update links.md", "changes": [[2, 0, "links.md"]]}, {"committer": {"date": 1505163409, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1505163409, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "8079d5f18550e388d4ebd094e7b9d1c1d6ae330b", "parents": ["08da893bb261b158b291282d3fc0038453e871e5"], "commit": "1edb7c948c876ae562dedc76d566899fa9b056c2", "message": "update research recap five description and add to homepage", "changes": [[1, 1, "episodes/9-research-recap-five.html"], [1, 0, "index.html"]]}, {"committer": {"date": 1505163167, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1505163167, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "5c3138c67c1dc3d95c3028c5c2806f314fbffeb4", "parents": ["ce73581ab1b200248c579630ff295e548186c7f5", "ee8cbb23b6f8faecffcd1c1f4f86e192213024e2"], "commit": "08da893bb261b158b291282d3fc0038453e871e5", "message": "Merge branch 'master' of https://github.com/stevekrouse/futureofcoding.org", "changes": []}, {"committer": {"date": 1505163159, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1505163159, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "bf6a2496f4fdfcf8d4b7fb61117d707db7e5b279", "parents": ["2585cc7b065637f213d3733ba9f26e65bfa00fc5"], "commit": "ce73581ab1b200248c579630ff295e548186c7f5", "message": "research recap 5", "changes": [[106, 0, "episodes/9-research-recap-five.html"], [56, 0, "journal.md"], [4, 0, "links.md"]]}, {"committer": {"date": 1505163149, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1505163149, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "a7bbd4363513ad3688a7a88bc2a8cc9355da8bbd", "parents": ["095393203920ac6a43f857e32117037b6564b91a"], "commit": "2585cc7b065637f213d3733ba9f26e65bfa00fc5", "message": "add andre staltz 9-11-17 call", "changes": [[118, 0, "notes/andre-staltz-call-9-11-17.md"]]}, {"committer": {"date": 1504902724, "timezone": "-0500", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1504902724, "timezone": "-0500", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "6a4dbd3cbe4008bfe3f66fe951cb2b454cd5c742", "parents": ["095393203920ac6a43f857e32117037b6564b91a"], "commit": "ee8cbb23b6f8faecffcd1c1f4f86e192213024e2", "message": "Update links.md", "changes": [[4, 2, "links.md"]]}, {"committer": {"date": 1504881181, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504881181, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "315c769413167c1097aa5f28d9d93558c6536171", "parents": ["1cf92bf9347818a44971e4246423e206134cff1c"], "commit": "095393203920ac6a43f857e32117037b6564b91a", "message": "bret victor deep dive day #1", "changes": [[9, 0, "journal.md"], [15, 1, "links.md"]]}, {"committer": {"date": 1504799746, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504799746, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "84147c6a49636a67043a6c18a94de12d4317a65d", "parents": ["3c61d3a143f71c72400a3f23ce086ef904fbaa06"], "commit": "1cf92bf9347818a44971e4246423e206134cff1c", "message": "alan kay day #5 journal and recap", "changes": [[18, 0, "journal.md"]]}, {"committer": {"date": 1504798819, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504798819, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "b9e5bf6cf7ec1456598bf62512f944e532b40cca", "parents": ["4be18b07ee81247cad4bc031da09f81e29273f43"], "commit": "3c61d3a143f71c72400a3f23ce086ef904fbaa06", "message": "alan kay deep dive day #5 links", "changes": [[3, 0, "ideas.md"], [38, 5, "links.md"]]}, {"committer": {"date": 1504710551, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504710551, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "32b48067cb548a9e499cc74b3389122c0dd3f477", "parents": ["31cb36531e9fa145dfb65832af0cdfb90c39258f"], "commit": "4be18b07ee81247cad4bc031da09f81e29273f43", "message": "alan kay deep dive #4, journal", "changes": [[21, 0, "journal.md"]]}, {"committer": {"date": 1504709804, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504709804, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "131bb205491e43f2b7f16461d20f15fc5c87f5ce", "parents": ["8fdc3420b50bef161e0324bd964b3cb343540dc4"], "commit": "31cb36531e9fa145dfb65832af0cdfb90c39258f", "message": "alan kay deep dive day #4 links", "changes": [[40, 9, "links.md"]]}, {"committer": {"date": 1504699778, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504699778, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "60cbdc125e992e54e1617ca03524e45fe8094da1", "parents": ["31bccc1f12bef4f2f86fe20d75d2cb4f174a3be9"], "commit": "8fdc3420b50bef161e0324bd964b3cb343540dc4", "message": "added research recap four", "changes": [[86, 0, "episodes/8-research-recap-four.html"], [1, 0, "index.html"]]}, {"committer": {"date": 1504646268, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504646268, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "534aa02511f7420dc31f17634f0479ae0fb76b9f", "parents": ["dce6d46e520dfcedd8638a9cfa090bb060209e38"], "commit": "31bccc1f12bef4f2f86fe20d75d2cb4f174a3be9", "message": "adding lloyd's episode to homepage", "changes": [[7, 6, "index.html"]]}, {"committer": {"date": 1504646082, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504646082, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "d3dcf4cb21f128692a262f4ee0944219c785a529", "parents": ["9c23199978c05ac8c9795f0a40925db8f812a10b"], "commit": "dce6d46e520dfcedd8638a9cfa090bb060209e38", "message": "added lloyd episode", "changes": [[86, 0, "episodes/7-lookers-lloyd-tab-on-growing-languages-through-deprecation.html"]]}, {"committer": {"date": 1504638064, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1504638064, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "7960f73fd853389aed4ad1509c50c7beb4c2b670", "parents": ["723e92578386fb3d7afd5200c5a7855c8172cbdd"], "commit": "9c23199978c05ac8c9795f0a40925db8f812a10b", "message": "Update links.md", "changes": [[1, 0, "links.md"]]}, {"committer": {"date": 1504637264, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1504637264, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "30e885296b52bebebd24c343544652bdbcc9cf0a", "parents": ["04b4251a07635e4e170df62e3e2fb7eade439817"], "commit": "723e92578386fb3d7afd5200c5a7855c8172cbdd", "message": "Update links.md", "changes": [[1, 1, "links.md"]]}, {"committer": {"date": 1504633019, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504633019, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "e366cfc37111f22ac9cce5ee3d50860f5ff71a78", "parents": ["355bb048a4eb34bf5b276230bdd7f4455beaeeda"], "commit": "04b4251a07635e4e170df62e3e2fb7eade439817", "message": "added notes with dan and jaime", "changes": [[95, 0, "notes/dan-scanlon-call-9-5-17.md"], [74, 0, "notes/jaime-brandon-call-9-5-17.md"]]}, {"committer": {"date": 1504617771, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504617771, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "b9fd8e1823745f434be8914576eff9c6cf92beb2", "parents": ["c43a1fe747c5608eb5da91c0d629a7a86a20244c"], "commit": "355bb048a4eb34bf5b276230bdd7f4455beaeeda", "message": "journal for alan kay day #3, and logichub #1", "changes": [[10, 0, "journal.md"]]}, {"committer": {"date": 1504617157, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504617157, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "d3d04224730ee412e6ef2ad5f184529972092901", "parents": ["aead6827eb4410e45e41e410f91a510acc8b137e"], "commit": "c43a1fe747c5608eb5da91c0d629a7a86a20244c", "message": "alan kay deep dive day #3", "changes": [[9, 1, "links.md"]]}, {"committer": {"date": 1504610254, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1504610254, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "058d4470820568f1dd6368cf3dd0e66c31a84c1e", "parents": ["6d7c3e8ec4ab7101f2eb766786049f41528c370d"], "commit": "aead6827eb4410e45e41e410f91a510acc8b137e", "message": "Update ideas.md", "changes": [[2, 0, "ideas.md"]]}, {"committer": {"date": 1504553635, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1504553635, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "8506aed16b27523e563abe4f3dcb4a614600209a", "parents": ["b1222a617914376d290fc00ca4f0dbeb16670767"], "commit": "6d7c3e8ec4ab7101f2eb766786049f41528c370d", "message": "Update links.md", "changes": [[1, 0, "links.md"]]}, {"committer": {"date": 1504553081, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1504553081, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "a28d2baf4a8e6705bfc76a918b6bdb7e054b7106", "parents": ["bf7b99bcbd22cf0a258ab679f00afff059ac96d4"], "commit": "b1222a617914376d290fc00ca4f0dbeb16670767", "message": "Update links.md", "changes": [[1, 0, "links.md"]]}, {"committer": {"date": 1504551586, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1504551586, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "8baa20e152ba25d36d118ba9bcadb307da2e9de7", "parents": ["7f4a1c348f168190d764f5e0629a97d0cdc434fc"], "commit": "bf7b99bcbd22cf0a258ab679f00afff059ac96d4", "message": "Update ideas.md", "changes": [[2, 0, "ideas.md"]]}, {"committer": {"date": 1504547313, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504547313, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "67248be4f975ba61253f0d3101924f180dcd9515", "parents": ["8e4ccfe4ec2908031fd3c6d0ef4a18dee9193d0a"], "commit": "7f4a1c348f168190d764f5e0629a97d0cdc434fc", "message": "alan kay deep dive #2, part 2", "changes": [[11, 6, "links.md"]]}, {"committer": {"date": 1504536819, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504536819, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "45b0aa0295de357676d9d2c084707809d4adfad2", "parents": ["9976e7c46d85a09c1c5c4776e3673b8aac44152a"], "commit": "8e4ccfe4ec2908031fd3c6d0ef4a18dee9193d0a", "message": "alan deep dive part #2, journal", "changes": [[3, 0, "ideas.md"], [12, 0, "journal.md"]]}, {"committer": {"date": 1504536693, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504536693, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "3a6b5f4c6fe813417e8cb67fc97f5b88d723f397", "parents": ["d391cf4dd862a0e26c7133a580fd5dc911134296"], "commit": "9976e7c46d85a09c1c5c4776e3673b8aac44152a", "message": "still Alan Deep Dive #2, part 1 (forgot to save before last commit)", "changes": [[20, 5, "links.md"]]}, {"committer": {"date": 1504536612, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504536612, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "c83bba5a9ddb4d3736e65f3a4358707e69e29bdc", "parents": ["29d76b2bf84e75b84a6fd0f9f7528a7976979b58"], "commit": "d391cf4dd862a0e26c7133a580fd5dc911134296", "message": "Alan Deep dive #2, part 1", "changes": [[19, 3, "links.md"]]}, {"committer": {"date": 1504470359, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504470359, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "453c87383bc4899da1fad599a0755833df1fb648", "parents": ["470b347d08f5333b6ee20e841f26b6dd0ebfbac3"], "commit": "29d76b2bf84e75b84a6fd0f9f7528a7976979b58", "message": "reflections on schedule 9/3/17", "changes": [[16, 0, "journal.md"]]}, {"committer": {"date": 1504367606, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1504367606, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "35d2c685b9c2d1e6250596a6385c106e362c1063", "parents": ["e40d8cb415e5777deaddfdbf5f9f396ac9b7e471"], "commit": "470b347d08f5333b6ee20e841f26b6dd0ebfbac3", "message": "Update links.md", "changes": [[2, 0, "links.md"]]}, {"committer": {"date": 1504366305, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1504366305, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "107a5f66e29813249181249cdc7080743c2a55e7", "parents": ["884b050e790f0f268d02440d80b19437754c2d99"], "commit": "e40d8cb415e5777deaddfdbf5f9f396ac9b7e471", "message": "add isomorf.io", "changes": [[3, 0, "links.md"]]}, {"committer": {"date": 1504307808, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504307808, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "a2dedcd9c1adff50958f1d201514402c170800de", "parents": ["3851f3f22bb2fe32c849a91a6f369c3f0e19c456"], "commit": "884b050e790f0f268d02440d80b19437754c2d99", "message": "alan kay reading recap 1", "changes": [[16, 1, "journal.md"]]}, {"committer": {"date": 1504307155, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504307155, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "d2838bc302ee7b1af161a95a78dc03a46e56c7ff", "parents": ["3be38c7ad81d3a54a508c833c5ff7a5ce5f0c409"], "commit": "3851f3f22bb2fe32c849a91a6f369c3f0e19c456", "message": "alan kay deep dive #1", "changes": [[40, 1, "links.md"]]}, {"committer": {"date": 1504298645, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1504298645, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "38d73430379b008e7f50556e806eeeb57ae322bb", "parents": ["6152b897d20b9f2863bd253e3a45ae43e2bf6cbf"], "commit": "3be38c7ad81d3a54a508c833c5ff7a5ce5f0c409", "message": "Update journal.md", "changes": [[35, 0, "journal.md"]]}, {"committer": {"date": 1504280267, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1504280267, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "bc23d8753509f3d0a0f68860d834c474f5ffde2f", "parents": ["0ed7e467a44de032c4b971218f3a9391b78288ca"], "commit": "6152b897d20b9f2863bd253e3a45ae43e2bf6cbf", "message": "Update links.md", "changes": [[1, 0, "links.md"]]}, {"committer": {"date": 1504126254, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1504126254, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "5be86c4272519f71555e09f14d25ceb8215980ed", "parents": ["bbde3535f021ec52629f2cf7981a49d02291aea2"], "commit": "0ed7e467a44de032c4b971218f3a9391b78288ca", "message": "Update links.md", "changes": [[2, 1, "links.md"]]}, {"committer": {"date": 1504115225, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504115225, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "ec22196e273a0dae72d51330e92abf16a699b889", "parents": ["58d8f09f103f135051d81169848d7999621871b9", "5182f4e985a6b476431e58342f95fdd7dbdf76e0"], "commit": "bbde3535f021ec52629f2cf7981a49d02291aea2", "message": "Merge branch 'master' of https://github.com/stevekrouse/futureofcoding.org", "changes": []}, {"committer": {"date": 1504115219, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504115219, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "91225e6cd090473f6c28e47201f0a8d7eba88d33", "parents": ["0092877b43d4ed9cf2fc2fcc0082d6dfcc4b7b0e"], "commit": "58d8f09f103f135051d81169848d7999621871b9", "message": "fixed year on episdoes, thanks to irvin for the notice", "changes": [["-", "-", "favicon.ico"], [5, 5, "index.html"], [4, 2, "journal.md"]]}, {"committer": {"date": 1504105479, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1504105479, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "648b6ec81c273b23a75e7b7c5572359722157e69", "parents": ["0092877b43d4ed9cf2fc2fcc0082d6dfcc4b7b0e"], "commit": "5182f4e985a6b476431e58342f95fdd7dbdf76e0", "message": "Update journal.md", "changes": [[25, 0, "journal.md"]]}, {"committer": {"date": 1504019188, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504019188, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "964423aaf0dbd798f7469c5c608348d1638992de", "parents": ["dd170c41b5b2561d2be979343aa0a2b2c04432bf"], "commit": "0092877b43d4ed9cf2fc2fcc0082d6dfcc4b7b0e", "message": "added favicon to all html pages", "changes": [[1, 0, "episodes/1-welcome.html"], [1, 0, "episodes/2-research-recap.html"], [1, 0, "episodes/3-jonathan-leung-on-inventing-on-principle.html"], [1, 0, "episodes/4-research-recap-two.html"], [2, 1, "episodes/5-samantha-john.html"], [2, 1, "episodes/6-research-recap-three.html"], [0, 3, "ideas.md"], [2, 0, "index.html"]]}, {"committer": {"date": 1504019052, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504019052, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "c14137e49ed75fbd7143a0d464b8bec573485679", "parents": ["dbfe291fe2cf65b7ac07b315bd2c530e67511bda"], "commit": "dd170c41b5b2561d2be979343aa0a2b2c04432bf", "message": "test adding favicon 2", "changes": [[10, 12, "ideas.md"]]}, {"committer": {"date": 1504018920, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504018920, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "05f62c9fbf2cb67174eaaaf1b92a862ecc5049ca", "parents": ["35f5f8d51fba23ca11a49039cfbcd187a8591548"], "commit": "dbfe291fe2cf65b7ac07b315bd2c530e67511bda", "message": "test adding favicon 1", "changes": [[5, 2, "ideas.md"]]}, {"committer": {"date": 1504018586, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504018586, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "a7d073e24e5bf97651acb9dc26692512332b94e3", "parents": ["1a8ab5923b5d1047e3f13107b29bcf51c0561e28"], "commit": "35f5f8d51fba23ca11a49039cfbcd187a8591548", "message": "test adding favicon", "changes": [[2, 0, "ideas.md"]]}, {"committer": {"date": 1504016175, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504016175, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "d4878aefbbac8af4ca55c0d7ab82dda0ac99b2ee", "parents": ["0bcc59effc1290e0c94c268a7f3948893d41a446"], "commit": "1a8ab5923b5d1047e3f13107b29bcf51c0561e28", "message": "max width on welcome text", "changes": [[1, 0, "index.html"]]}, {"committer": {"date": 1504016059, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504016059, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "7b5996ec5eeaa79722888485ca3bb7d121eb2e67", "parents": ["777fbfabbf2d995560a1480183f2131b94a2f3f6"], "commit": "0bcc59effc1290e0c94c268a7f3948893d41a446", "message": "made homepage more welcoming and intuative; closes #16; closes #15", "changes": [[14, 5, "index.html"]]}, {"committer": {"date": 1504015401, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504015401, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "9f84ce4e85413435ae82ac6512e7a659530e46ad", "parents": ["d3c025919d75a69a736e5ea916cec08e677f4070", "9c891a476b6078ff99dd03d9f6c565ec951f4601"], "commit": "777fbfabbf2d995560a1480183f2131b94a2f3f6", "message": "Merge branch 'master' of https://github.com/stevekrouse/futureofcoding.org", "changes": []}, {"committer": {"date": 1504015296, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504015296, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "7838d2297336b169334818bb05a1eed0faebead9", "parents": ["76c39e8aa68d1909251304c8ee926801fa0826ee"], "commit": "d3c025919d75a69a736e5ea916cec08e677f4070", "message": "made readme more welcoming; closes #5", "changes": [[9, 1, "README.md"]]}, {"committer": {"date": 1503950384, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1503950384, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "e84301305f577c5042408876342cc5433f451475", "parents": ["76c39e8aa68d1909251304c8ee926801fa0826ee"], "commit": "9c891a476b6078ff99dd03d9f6c565ec951f4601", "message": "Update ideas.md", "changes": [[3, 0, "ideas.md"]]}, {"committer": {"date": 1503949885, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1503949885, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "2842192301ab33b21ee96860294054a6f6452a42", "parents": ["5485c6b3dd6f3fab8d0a255fb1b636748aeb2a42"], "commit": "76c39e8aa68d1909251304c8ee926801fa0826ee", "message": "research recap 4", "changes": [[27, 0, "journal.md"]]}, {"committer": {"date": 1503945782, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1503945782, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "340b9fc8ee07bf4e25dcdd90bf33a95763e7e517", "parents": ["d44e9b61d5b044c3daa3ae8b4b0690a09e1fa55d"], "commit": "5485c6b3dd6f3fab8d0a255fb1b636748aeb2a42", "message": "updated journal", "changes": [[22, 0, "journal.md"]]}, {"committer": {"date": 1503944976, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1503944976, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "2d41a197922fe007480e8a5b1be7af2738007686", "parents": ["6cdb093fd0b8c300b708d85f5ab77a0b838d8d7e"], "commit": "d44e9b61d5b044c3daa3ae8b4b0690a09e1fa55d", "message": "inital work on streamsheets", "changes": [[88, 0, "prototypes/streamsheets/index.html"]]}, {"committer": {"date": 1503706632, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1503706632, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "ad34a6f1147b9c95f240b04a1b4fd7f259587a86", "parents": ["c1b7e0677a6a2ccbd456e3b260b54a07eda3df0a"], "commit": "6cdb093fd0b8c300b708d85f5ab77a0b838d8d7e", "message": "updated journal and links with streamsheet research", "changes": [[39, 0, "journal.md"], [16, 5, "links.md"]]}, {"committer": {"date": 1503677827, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1503677827, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "1498bfd655e55d6f9c440ca71b4d822d4ccf3804", "parents": ["bfa6019d2d676de7a6b05307baea90c6667bfd15"], "commit": "c1b7e0677a6a2ccbd456e3b260b54a07eda3df0a", "message": "deep dive into imp", "changes": [[25, 3, "links.md"]]}, {"committer": {"date": 1503590944, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1503590944, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "a932f32c4f02538b4394b69e6673eb93ec614003", "parents": ["938087fbbe751dde1eefbcf9a5a2d08ce7c6a54a"], "commit": "bfa6019d2d676de7a6b05307baea90c6667bfd15", "message": "Update links.md", "changes": [[3, 1, "links.md"]]}, {"committer": {"date": 1503590891, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1503590891, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "457b7b41031a2073eee630931300160257ef354f", "parents": ["a110abe4149e58ff89639ddf08fe0639b213bd5a"], "commit": "938087fbbe751dde1eefbcf9a5a2d08ce7c6a54a", "message": "Update journal.md", "changes": [[1, 1, "journal.md"]]}, {"committer": {"date": 1503580707, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1503580707, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "ce86a60b0d04ec222e7c7ab1c60044648a38c8f0", "parents": ["3a8cf8f6ac0c45ab4fdf332e4c006a886e4a112b"], "commit": "a110abe4149e58ff89639ddf08fe0639b213bd5a", "message": "Update journal.md", "changes": [[8, 6, "journal.md"]]}, {"committer": {"date": 1503580489, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1503580489, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "3ea98ea97a4a3bf8655ba4a67fbe04ff137bfe37", "parents": ["5b01f2c511b0b6ba3343202fb04f3be1345d02f0"], "commit": "3a8cf8f6ac0c45ab4fdf332e4c006a886e4a112b", "message": "Update 6-research-recap-three.html", "changes": [[1, 1, "episodes/6-research-recap-three.html"]]}, {"committer": {"date": 1503580412, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1503580412, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "5901219943fe631cf3b71e73992bd6c6bc052a31", "parents": ["ef3d6c379b3c16c2a0573edeb94fcf846e560063"], "commit": "5b01f2c511b0b6ba3343202fb04f3be1345d02f0", "message": "Create 6-research-recap-three.html", "changes": [[86, 0, "episodes/6-research-recap-three.html"]]}, {"committer": {"date": 1503580169, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1503580169, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "f5bbfdc55c1e1e5b80d55085060b888ca6c8ee27", "parents": ["89846d82cde6db5d89b3ac723f2ecdff39ef07dc"], "commit": "ef3d6c379b3c16c2a0573edeb94fcf846e560063", "message": "Update index.html", "changes": [[1, 0, "index.html"]]}, {"committer": {"date": 1503528378, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1503528378, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "c4554b59091f3d32e214aa4b87d07ac009aad1ab", "parents": ["2852e1b42b2a8d0de4dc0da36d26e7875e7ddb1d"], "commit": "89846d82cde6db5d89b3ac723f2ecdff39ef07dc", "message": "updated journal", "changes": [[48, 0, "journal.md"]]}, {"committer": {"date": 1503496605, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1503496605, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "6b06d609611d405ba9ba9b538c5001fded7970d4", "parents": ["b88d3faa985127a8a56b7e907aecdf1d53c8e781"], "commit": "2852e1b42b2a8d0de4dc0da36d26e7875e7ddb1d", "message": "Update journal.md", "changes": [[4, 0, "journal.md"]]}, {"committer": {"date": 1503353989, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1503353989, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "8e6f9db3a905595f215f7ae3346128c93ec1b8da", "parents": ["40591cd3eed6f4d018d94bd03a7be03f3968071b"], "commit": "b88d3faa985127a8a56b7e907aecdf1d53c8e781", "message": "Update journal.md", "changes": [[6, 0, "journal.md"]]}, {"committer": {"date": 1503353687, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1503353687, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "6416bda1dcbe0782e0d08f6612ea67d8ef28296c", "parents": ["88e6f5d6daa4b552cedfe5b0378feab08a079bb8"], "commit": "40591cd3eed6f4d018d94bd03a7be03f3968071b", "message": "Update links.md", "changes": [[3, 0, "links.md"]]}, {"committer": {"date": 1503345324, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1503345324, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "a05bf783645c934c9d4427e4a96c97e1cd3d163e", "parents": ["9521c213fb40afe91ecc6a3771b04777d820ee16"], "commit": "88e6f5d6daa4b552cedfe5b0378feab08a079bb8", "message": "removed footer from all pages but homepage; added ability to subscribe which closes #17", "changes": [[1, 11, "episodes/1-welcome.html"], [1, 12, "episodes/2-research-recap.html"], [1, 11, "episodes/3-jonathan-leung-on-inventing-on-principle.html"], [1, 11, "episodes/4-research-recap-two.html"], [1, 11, "episodes/5-samantha-john.html"], [33, 11, "index.html"]]}, {"committer": {"date": 1503326297, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1503326297, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "c0b64020a372676ceb963c1e1a12e9f793582665", "parents": ["214e49144722cda20d56ab89f3f8e522af5349e8"], "commit": "9521c213fb40afe91ecc6a3771b04777d820ee16", "message": "Update links.md", "changes": [[3, 1, "links.md"]]}, {"committer": {"date": 1503070131, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1503070131, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "1f7219008896a6038ccd250241fd82433ad170d3", "parents": ["884b2f035caeecf8b21e2025b056090d44faf776"], "commit": "214e49144722cda20d56ab89f3f8e522af5349e8", "message": "Update links.md", "changes": [[2, 0, "links.md"]]}, {"committer": {"date": 1502998067, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502998067, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "401bd9471918b433bf4a4c8e1f8fa8455cebcfab", "parents": ["da8a7778217acaddaeeece886f2751077c4d56b4"], "commit": "884b2f035caeecf8b21e2025b056090d44faf776", "message": "Update journal.md", "changes": [[4, 0, "journal.md"]]}, {"committer": {"date": 1502918997, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502918997, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "e0f6bffd6670f9a49e2e0326aef7adf1524e376c", "parents": ["da94d713c61e6f5263354412af9a1b55c3e63341"], "commit": "da8a7778217acaddaeeece886f2751077c4d56b4", "message": "Update journal.md", "changes": [[6, 0, "journal.md"]]}, {"committer": {"date": 1502918042, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502918042, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "6f9e2af8f23b1493efeb314fb28942bd7738a363", "parents": ["cd83671ac0a4d68818c40815c9f5202ec078aafc"], "commit": "da94d713c61e6f5263354412af9a1b55c3e63341", "message": "Update links.md", "changes": [[14, 1, "links.md"]]}, {"committer": {"date": 1502906524, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502906524, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "161d4f96fcaaa06d13a40e6c838f9a3888c10849", "parents": ["afc8cd46383832f03e922923ba448fdbaeb75f33"], "commit": "cd83671ac0a4d68818c40815c9f5202ec078aafc", "message": "Update links.md", "changes": [[11, 3, "links.md"]]}, {"committer": {"date": 1502902105, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502902105, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "7e73ba1e3a0daf8b500396d2d64cf3f06d642e45", "parents": ["5978088441fe5420eb078617bbad14b637d45761"], "commit": "afc8cd46383832f03e922923ba448fdbaeb75f33", "message": "Update journal.md", "changes": [[12, 0, "journal.md"]]}, {"committer": {"date": 1502748184, "timezone": "-0700", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502748184, "timezone": "-0700", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "d9d4e0a2ffd0659336ebd499ced42883991ecfaf", "parents": ["52a0d72bc49f2d56eebcfcdaae440467008f1cd2"], "commit": "5978088441fe5420eb078617bbad14b637d45761", "message": "Update journal.md", "changes": [[6, 0, "journal.md"]]}, {"committer": {"date": 1502747974, "timezone": "-0700", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502747974, "timezone": "-0700", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "71a95c831017808d6f445828bd2699b57f638012", "parents": ["2e210ab2afde0c57265fb28bebaa62b99eaabc0b"], "commit": "52a0d72bc49f2d56eebcfcdaae440467008f1cd2", "message": "Update links.md", "changes": [[58, 8, "links.md"]]}, {"committer": {"date": 1502724885, "timezone": "-0700", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502724885, "timezone": "-0700", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "fe22f3d96f808f37bb93d2db0c185d05ca9120c9", "parents": ["767ee0e066dae59918dedb7cef8d98c489c6c72d"], "commit": "2e210ab2afde0c57265fb28bebaa62b99eaabc0b", "message": "research recap #3", "changes": [[39, 0, "journal.md"]]}, {"committer": {"date": 1502464548, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502464548, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "d9023e61265a4ca1c7433c562629d6c25c7cf77e", "parents": ["1d905db3186ec9ecbad0f5984446de831dacecf2"], "commit": "767ee0e066dae59918dedb7cef8d98c489c6c72d", "message": "Update journal.md", "changes": [[1, 1, "journal.md"]]}, {"committer": {"date": 1502464511, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502464511, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "083c3492f7ef8b02d154185cee92327a2efb432b", "parents": ["cb4a5bb0fe9ce709a5028ff02a12cf178eb1c34a"], "commit": "1d905db3186ec9ecbad0f5984446de831dacecf2", "message": "Update journal.md", "changes": [[6, 0, "journal.md"]]}, {"committer": {"date": 1502462066, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502462066, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "143ec6f754fdea65bd2cb41e01562e268be95358", "parents": ["c6a05412159003f0ab89b608e185e024168a5599"], "commit": "cb4a5bb0fe9ce709a5028ff02a12cf178eb1c34a", "message": "Update links.md", "changes": [[1, 0, "links.md"]]}, {"committer": {"date": 1502379986, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502379986, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "846b7e66441031ba4cda434cef344d77515c1edb", "parents": ["03c2dd7450bd2fc41bf1b83fa5a4e6147f387138"], "commit": "c6a05412159003f0ab89b608e185e024168a5599", "message": "add links from Paul Chiusano", "changes": [[5, 0, "links.md"]]}, {"committer": {"date": 1502376844, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502376844, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "bff02edef1726cc2b48e5c27af2a8cc9a84d41ef", "parents": ["538bba305ffd7b4843a8e5a86fa59c51974ea394"], "commit": "03c2dd7450bd2fc41bf1b83fa5a4e6147f387138", "message": "Rename 4-research-recap-2.html to 4-research-recap-two.html", "changes": [[0, 95, "episodes/4-research-recap-2.html"], [95, 0, "episodes/4-research-recap-two.html"]]}, {"committer": {"date": 1502376788, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502376788, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "a066abe8d14acb0f302178ba02b42464bdd44e12", "parents": ["e46eaa381d71019626793a896891a857fa64fd58"], "commit": "538bba305ffd7b4843a8e5a86fa59c51974ea394", "message": "Update index.html", "changes": [[5, 3, "index.html"]]}, {"committer": {"date": 1502376673, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502376673, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "7a813c9373733c1d8151b67de61e3b6633ba2c35", "parents": ["862cb573f7d196927e0e241bce24b874f31a414d"], "commit": "e46eaa381d71019626793a896891a857fa64fd58", "message": "Rename welcome.html to 1-welcome.html", "changes": [[93, 0, "episodes/1-welcome.html"], [0, 93, "episodes/welcome.html"]]}, {"committer": {"date": 1502376661, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502376661, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "7df421633264d81aa064026c23bb25f5d38b3b95", "parents": ["e642a7489092633cebc9c64865b320dc28d3bbfc"], "commit": "862cb573f7d196927e0e241bce24b874f31a414d", "message": "Rename research-recap.html to 2-research-recap.html", "changes": [[164, 0, "episodes/2-research-recap.html"], [0, 164, "episodes/research-recap.html"]]}, {"committer": {"date": 1502376643, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502376643, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "33cae8f5a78d90c4bd04300e8e84acde2e39116e", "parents": ["75a15e5afd4647eb89760a29c19585552eb93a8a"], "commit": "e642a7489092633cebc9c64865b320dc28d3bbfc", "message": "Create 5-samantha-john.html", "changes": [[96, 0, "episodes/5-samantha-john.html"]]}, {"committer": {"date": 1502314198, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502314198, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "3fdb7ee81f0201396f60c07548b7db1028239ca2", "parents": ["fb2143eab317b7bcfa772920044767c556036a91"], "commit": "75a15e5afd4647eb89760a29c19585552eb93a8a", "message": "Update journal.md", "changes": [[20, 0, "journal.md"]]}, {"committer": {"date": 1502313055, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502313055, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "cc8646c861d60d040010df24d6b7b88615c6fb16", "parents": ["205cdbcde350d24a410ca1bed3d7d528f3b313b2"], "commit": "fb2143eab317b7bcfa772920044767c556036a91", "message": "Update ideas.md", "changes": [[2, 0, "ideas.md"]]}, {"committer": {"date": 1502312989, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502312989, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "9eca22a19d745287dce065d429075b1f9cf1d7fb", "parents": ["e7cc2f2e88d2776ff7fb39d5ec9d81b99744d5d4"], "commit": "205cdbcde350d24a410ca1bed3d7d528f3b313b2", "message": "Update links.md", "changes": [[4, 0, "links.md"]]}, {"committer": {"date": 1502312371, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1502312371, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "de4f3c8f115c2b5793ca1bafdd2d0de34c988ace", "parents": ["d54315a0c0538a1db8ff280006da5e1679850ef1"], "commit": "e7cc2f2e88d2776ff7fb39d5ec9d81b99744d5d4", "message": "fixed titles", "changes": [[1, 1, "episodes/3-jonathan-leung-on-inventing-on-principle.html"], [1, 1, "episodes/research-recap.html"], [1, 1, "episodes/welcome.html"]]}, {"committer": {"date": 1502312283, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502312283, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "d12332cb2a7f2f33f9f1c5e17c5d7f991a1ff6cc", "parents": ["3da6bb30628a7579850b012f314cfb696f4913c7"], "commit": "d54315a0c0538a1db8ff280006da5e1679850ef1", "message": "Create 4-research-recap-2.html", "changes": [[95, 0, "episodes/4-research-recap-2.html"]]}, {"committer": {"date": 1502306462, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502306462, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "d7ddcf32611281da6c29e8894da4a955f01c820c", "parents": ["d0a57405625bb1abbcc4e6850eb5b07898d61b0e"], "commit": "3da6bb30628a7579850b012f314cfb696f4913c7", "message": "Update ideas.md", "changes": [[2, 0, "ideas.md"]]}, {"committer": {"date": 1502306424, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502306424, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "8b03755a76604504a84006547a4be95eeb693c4a", "parents": ["47c59e1457c1e8a72aa782730820b5eb7d7e9d50"], "commit": "d0a57405625bb1abbcc4e6850eb5b07898d61b0e", "message": "Update links.md", "changes": [[3, 0, "links.md"]]}, {"committer": {"date": 1502306080, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502306080, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "fc60b6ceea128ffa5289b8b386a6225d1091e1a6", "parents": ["32df2b40de64f6fbe6f9d03b735be84131f10c31"], "commit": "47c59e1457c1e8a72aa782730820b5eb7d7e9d50", "message": "Update 3-jonathan-leung-on-inventing-on-principle.html", "changes": [[2, 0, "episodes/3-jonathan-leung-on-inventing-on-principle.html"]]}, {"committer": {"date": 1501885105, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501885105, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "82dcdc2fffad3912e9a041510b0c02c0e2b956e8", "parents": ["26f4b8c09974d8ff4f26b7a803e503f412193a16"], "commit": "32df2b40de64f6fbe6f9d03b735be84131f10c31", "message": "Update journal.md", "changes": [[31, 0, "journal.md"]]}, {"committer": {"date": 1501714956, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501714956, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "5746307e3dc24cdad0f35396728de798bd195df9", "parents": ["638d103988118d00d7f8c31feba1dd76463e6629"], "commit": "26f4b8c09974d8ff4f26b7a803e503f412193a16", "message": "Update journal.md", "changes": [[77, 0, "journal.md"]]}, {"committer": {"date": 1501531351, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501531351, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "05f8a5f452819daa654f88fa53e3a312d7fd0656", "parents": ["9217dca06d06e84af2b91c64bb96f9b894afac5f"], "commit": "638d103988118d00d7f8c31feba1dd76463e6629", "message": "Update 3-jonathan-leung-on-inventing-on-principle.html", "changes": [[1, 1, "episodes/3-jonathan-leung-on-inventing-on-principle.html"]]}, {"committer": {"date": 1501531315, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501531315, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "5feef29f707c463753591fd91e9d65a8ebaa69ba", "parents": ["d735647475da480d8e2abc7a408a73120ed44a00"], "commit": "9217dca06d06e84af2b91c64bb96f9b894afac5f", "message": "Update 3-jonathan-leung-on-inventing-on-principle.html", "changes": [[5, 0, "episodes/3-jonathan-leung-on-inventing-on-principle.html"]]}, {"committer": {"date": 1501531109, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501531109, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "c0c7c2b73165fdb1b4c97c473936e5c23dfd8fff", "parents": ["388e22a2c5492e530dfa0fd3c9471f021878ddd5"], "commit": "d735647475da480d8e2abc7a408a73120ed44a00", "message": "Update links.md", "changes": [[1, 0, "links.md"]]}, {"committer": {"date": 1501530655, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501530655, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "945c23be3a9d68ce8115f94e1a5d7140a5c610b9", "parents": ["35aa796a98cd47fc0efb255910a9c9115e1a07a2"], "commit": "388e22a2c5492e530dfa0fd3c9471f021878ddd5", "message": "trying to fix over linkifying", "changes": [[1, 1, "journal.md"]]}, {"committer": {"date": 1501525079, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501525079, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "81fd40c85681feae6f84f34c4eec3b22c49945f5", "parents": ["bc9289ed25417b1cf99a9328195d962c342d0415"], "commit": "35aa796a98cd47fc0efb255910a9c9115e1a07a2", "message": "linkify links in
  • elements", "changes": [[13, 0, "journal.md"]]}, {"committer": {"date": 1501524784, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501524784, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "0b51a71acc444fb78aa7bac74df4a0cc92a0f3da", "parents": ["35f7998ab3000c864031a3a519ffd6b7534c94ed"], "commit": "bc9289ed25417b1cf99a9328195d962c342d0415", "message": "Update journal.md", "changes": [[9, 1, "journal.md"]]}, {"committer": {"date": 1501524631, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501524631, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "cfcbe3a992f5026f1a3ee39d1066927c39932100", "parents": ["5c0e281537b3276d8465e746946c9f34a6d06fdd"], "commit": "35f7998ab3000c864031a3a519ffd6b7534c94ed", "message": "Update journal.md", "changes": [[39, 1, "journal.md"]]}, {"committer": {"date": 1501524513, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501524513, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "f0df9e68a2f72329ba90deaeae88de8c8b079dbc", "parents": ["47c33c57f8fabbe2e1448e2e21b678aa75ef00be"], "commit": "5c0e281537b3276d8465e746946c9f34a6d06fdd", "message": "Update links.md", "changes": [[1, 0, "links.md"]]}, {"committer": {"date": 1501515165, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501515165, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "28c451aff492bf2321dbed811473d6fc894789d2", "parents": ["07077d4b96b4f8fbfb38efae875e85009fa9fdea"], "commit": "47c33c57f8fabbe2e1448e2e21b678aa75ef00be", "message": "research recap", "changes": [[37, 0, "journal.md"]]}, {"committer": {"date": 1501367316, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501367316, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "1c0ec1d1dd824b43db7313e98e3db6189766dc26", "parents": ["d9b59aeb3354c35a78cf3cde7b0f4de3f2c24573"], "commit": "07077d4b96b4f8fbfb38efae875e85009fa9fdea", "message": "Update index.html", "changes": [[1, 0, "index.html"]]}, {"committer": {"date": 1501367251, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501367251, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "2d084fc9977dc08faa8c70901012e85fd04a124c", "parents": ["8d1d7f437ac7681a3aeb32b27697eab4d29fab84"], "commit": "d9b59aeb3354c35a78cf3cde7b0f4de3f2c24573", "message": "Create 3-jonathan-leung-on-inventing-on-principle.html", "changes": [[93, 0, "episodes/3-jonathan-leung-on-inventing-on-principle.html"]]}, {"committer": {"date": 1501367155, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501367155, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "96bbd9f53b5e4ca35eddd431ed1e4078c7c2b8bd", "parents": ["374b007644205216b076abd99e313802e278f7be"], "commit": "8d1d7f437ac7681a3aeb32b27697eab4d29fab84", "message": "Update welcome.html", "changes": [[1, 1, "episodes/welcome.html"]]}, {"committer": {"date": 1501367134, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501367134, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "6c1c22249140c1eb9f954f55fd149eb3428a8a89", "parents": ["d9793143d5e1af28b91c9017b44ad82a42ec13a6"], "commit": "374b007644205216b076abd99e313802e278f7be", "message": "Update research-recap.html", "changes": [[1, 1, "episodes/research-recap.html"]]}, {"committer": {"date": 1501367092, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501367092, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "d48626bee48760cdea6f6f6644893651b695ef28", "parents": ["4a98fdc1f4c2ce109b319b257394ce859bad37e6"], "commit": "d9793143d5e1af28b91c9017b44ad82a42ec13a6", "message": "change to omnystudio", "changes": [[1, 1, "episodes/welcome.html"]]}, {"committer": {"date": 1501364285, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501364285, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "667eb6804332e032efd2c1c1be9b9906cc7a5e93", "parents": ["e9da71dafdcf3d0950b86a3d06c5a06ffa783d07"], "commit": "4a98fdc1f4c2ce109b319b257394ce859bad37e6", "message": "Update links.md", "changes": [[1, 0, "links.md"]]}, {"committer": {"date": 1501281469, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1501281469, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "ce51bfa8af66694bd55f948863cd8fa94e28f55e", "parents": ["b302a9c22c7955292073d4d9a36219893f752e7f"], "commit": "e9da71dafdcf3d0950b86a3d06c5a06ffa783d07", "message": "fix links", "changes": [[4, 4, "ideas.md"]]}, {"committer": {"date": 1501281321, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1501281321, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "5498a19d71f696e62ac3a0331d16f7438e84924e", "parents": ["273eaa324fdebdb6893a4b8b4a68b7cba6e1ca33"], "commit": "b302a9c22c7955292073d4d9a36219893f752e7f", "message": "shower thoughts", "changes": [[7, 0, "ideas.md"], [72, 0, "journal.md"]]}, {"committer": {"date": 1501266054, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501266054, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "f92c83494724df368a6274059ddd3dd7e62902d7", "parents": ["9431c568308bd82a38e32b67b294fd9f7b64e295"], "commit": "273eaa324fdebdb6893a4b8b4a68b7cba6e1ca33", "message": "Update journal.md", "changes": [[3, 2, "journal.md"]]}, {"committer": {"date": 1501266014, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501266014, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "e955d3c6718839341ceb8409681f3b9a3babe98b", "parents": ["fd320fea0d25d04fabd49dce2b71f6d0c4cb2e12"], "commit": "9431c568308bd82a38e32b67b294fd9f7b64e295", "message": "Update ideas.md", "changes": [[7, 3, "ideas.md"]]}, {"committer": {"date": 1501265951, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501265951, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "1aa4caeb70d0f47b6966ceb69dbdf67378294942", "parents": ["4b758ec5c3f50f86d89ea1aba0863cb87c39eba3"], "commit": "fd320fea0d25d04fabd49dce2b71f6d0c4cb2e12", "message": "Update journal.md", "changes": [[54, 0, "journal.md"]]}, {"committer": {"date": 1501016380, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501016380, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "34a43d697da56782ed49f80eb67c2c99aa77bf1b", "parents": ["3441a136ce43472ea8aded086d592df617635ed2"], "commit": "4b758ec5c3f50f86d89ea1aba0863cb87c39eba3", "message": "Update journal.md", "changes": [[8, 0, "journal.md"]]}, {"committer": {"date": 1501015316, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501015316, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "9bca6256cec62fad96359b9677cbdcce1e5b0395", "parents": ["432e2658f263dfa9963bfc3ff878ad13129a5ee3"], "commit": "3441a136ce43472ea8aded086d592df617635ed2", "message": "Update ideas.md", "changes": [[23, 7, "ideas.md"]]}, {"committer": {"date": 1501014507, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501014507, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "cf52d57bdbc2eb2730c2d2f73c580d3f0d5bb7fa", "parents": ["a220d282c518d49d9234bf1c7e7d3753dc268610"], "commit": "432e2658f263dfa9963bfc3ff878ad13129a5ee3", "message": "Update links.md", "changes": [[1, 0, "links.md"]]}, {"committer": {"date": 1501012956, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501012956, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "f14205a41ccbb5dbbb93376310f111a324a7942f", "parents": ["17d11eabe1a617d8e3b2664be88140f22eee7fa0"], "commit": "a220d282c518d49d9234bf1c7e7d3753dc268610", "message": "fix footer links", "changes": [[3, 3, "episodes/research-recap.html"]]}, {"committer": {"date": 1501012933, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501012933, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "4d20e7216089342c1676ec0de11a52d169a0e37c", "parents": ["2e71960e97e64c1c4c78c17787cc665d8706582e"], "commit": "17d11eabe1a617d8e3b2664be88140f22eee7fa0", "message": "fix footer links", "changes": [[3, 3, "episodes/welcome.html"]]}, {"committer": {"date": 1501012779, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501012779, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "1b7455a811253876ef160182929a4334ef9d9eb7", "parents": ["cf74ca68d9c9f16761a47442443067ce20ba77cf"], "commit": "2e71960e97e64c1c4c78c17787cc665d8706582e", "message": "add lamdu notes", "changes": [[1, 0, "links.md"]]}, {"committer": {"date": 1501012697, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501012697, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "ccefd532437d8c5614412ed2991d86e4e7375ecf", "parents": ["b9624982e0dd3a6d5ed788306895ff490bef2edd"], "commit": "cf74ca68d9c9f16761a47442443067ce20ba77cf", "message": "lamdu writeup", "changes": [[56, 0, "journal.md"]]}, {"committer": {"date": 1500992793, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500992793, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "7590f74d61d345c0ad1e19ffd739907de4e2389d", "parents": ["3f4021414d722a8bb0f375e845481512101b512a"], "commit": "b9624982e0dd3a6d5ed788306895ff490bef2edd", "message": "Update index.html", "changes": [[1, 1, "index.html"]]}, {"committer": {"date": 1500992727, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500992727, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "fbadaeb88d258772f2eda2a6c1ca7a3e78e0ab8c", "parents": ["9cfae7beb5f0ba8a968a71017d7c5f82e50f04e2"], "commit": "3f4021414d722a8bb0f375e845481512101b512a", "message": "add link to prototype ideas", "changes": [[1, 0, "index.html"]]}, {"committer": {"date": 1500992689, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500992689, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "a8ccd5de2a97602f65b4c98693ba3d2249d19705", "parents": ["69b23b211eebbb2d3756fc187f4257aa33783d57"], "commit": "9cfae7beb5f0ba8a968a71017d7c5f82e50f04e2", "message": "Create ideas.md", "changes": [[32, 0, "ideas.md"]]}, {"committer": {"date": 1500992290, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500992290, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "0db3a958a08b2b5f8da2a8796d0d389bec752d75", "parents": ["801fa2609ce42a0e76505d54855ed76b313aaa68"], "commit": "69b23b211eebbb2d3756fc187f4257aa33783d57", "message": "Update links.md", "changes": [[1, 1, "links.md"]]}, {"committer": {"date": 1500991303, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500991303, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "196e03d81c25d47a9300d7f4859f45c92f2c2c15", "parents": ["c02f1acd2252793de7f6ddeeb65855ef5ba9d0bd"], "commit": "801fa2609ce42a0e76505d54855ed76b313aaa68", "message": "add google analytics", "changes": [[12, 0, "links.md"]]}, {"committer": {"date": 1500991225, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500991225, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "de127e86a8a3a3cd74ad4faacd2a108a4bb72585", "parents": ["f7a822bb94027da0c3ba8c9ae15b41cb10e656fa"], "commit": "c02f1acd2252793de7f6ddeeb65855ef5ba9d0bd", "message": "add google analytics", "changes": [[13, 0, "journal.md"]]}, {"committer": {"date": 1500991100, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500991100, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "d2adf789f70a7f47bcb0d08d99c6bac76c3a9e86", "parents": ["c3f3bf67b23961f7c414914a544465888cd06258"], "commit": "f7a822bb94027da0c3ba8c9ae15b41cb10e656fa", "message": "add google analytics", "changes": [[11, 1, "episodes/research-recap.html"]]}, {"committer": {"date": 1500991079, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500991079, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "e469ad64acea9c3f0a6ab05cb345ce366968c394", "parents": ["d0707711f4ab90f363b8e3359c53166b3c6dfd64"], "commit": "c3f3bf67b23961f7c414914a544465888cd06258", "message": "add google analytics", "changes": [[10, 1, "episodes/welcome.html"]]}, {"committer": {"date": 1500990921, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500990921, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "9efdfe8f844aa20fb92414a033dcbf509625d34c", "parents": ["e788ce53bd5cb6f86e32c3864de386aeea4a8f40"], "commit": "d0707711f4ab90f363b8e3359c53166b3c6dfd64", "message": "add google analytics", "changes": [[10, 1, "index.html"]]}, {"committer": {"date": 1500990731, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500990731, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "1ecae1e8d3956530d0a5aafdd95e924ed4918222", "parents": ["ee339ba4a20421afc3d681bd69afbf368f08c1dc"], "commit": "e788ce53bd5cb6f86e32c3864de386aeea4a8f40", "message": "fix bottom links", "changes": [[3, 3, "index.html"]]}, {"committer": {"date": 1500928015, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500928015, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "ab4adf8636be19a546266c12dd45432b7d1df4d9", "parents": ["0e1ea56104172c7262ac0bf20585dcfa40bd64ca"], "commit": "ee339ba4a20421afc3d681bd69afbf368f08c1dc", "message": "Update journal.md", "changes": [[4, 0, "journal.md"]]}, {"committer": {"date": 1500921884, "timezone": "-0700", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500921884, "timezone": "-0700", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "f2e0385ada392a34213f0e3a927668e2cf67e77a", "parents": ["eca07dda28af54f5eabaf646651e160c5dd26300"], "commit": "0e1ea56104172c7262ac0bf20585dcfa40bd64ca", "message": "Update journal.md", "changes": [[1, 1, "journal.md"]]}, {"committer": {"date": 1500920964, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500920964, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "b6a5b82bc158ae6aaea8d3e8d5bdcd7538019a13", "parents": ["eb23b3040d464f966e3005979ab7e71b0cd62048"], "commit": "eca07dda28af54f5eabaf646651e160c5dd26300", "message": "Update links.md", "changes": [[4, 0, "links.md"]]}, {"committer": {"date": 1500920806, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500920806, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "6eb08cedbc1efc01af1b67e92c805a81f7cddad5", "parents": ["e9f8ec1cc820995c13c59b9e8380bfb374c3805f"], "commit": "eb23b3040d464f966e3005979ab7e71b0cd62048", "message": "Update links.md", "changes": [[18, 1, "links.md"]]}, {"committer": {"date": 1500920707, "timezone": "-0700", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500920707, "timezone": "-0700", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "265572da017cf35e961cb8fa6204f954045ce862", "parents": ["abf75bb298072a6f4303224156769989704f65e2"], "commit": "e9f8ec1cc820995c13c59b9e8380bfb374c3805f", "message": "Update journal.md", "changes": [[24, 0, "journal.md"]]}, {"committer": {"date": 1500649855, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500649855, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "7aecf0422dc9471ab7c06c1d6391ec30b0abae32", "parents": ["f2e3cbdd8624b94f254fd1823adacc020393b501"], "commit": "abf75bb298072a6f4303224156769989704f65e2", "message": "Update links.md", "changes": [[1, 0, "links.md"]]}, {"committer": {"date": 1500649676, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500649676, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "54dc03eb8865744c14b14b4e42d1d57c73c31e32", "parents": ["06579420bb0fd8fae5ef222e9e5a0e611a81ccce"], "commit": "f2e3cbdd8624b94f254fd1823adacc020393b501", "message": "Update links.md", "changes": [[5, 0, "links.md"]]}, {"committer": {"date": 1500558085, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500558085, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "28b8a20092ccf85cc43b700eaffdcc5a828eebea", "parents": ["33196f53a035199f39b952e8d82a599f3f21afe1"], "commit": "06579420bb0fd8fae5ef222e9e5a0e611a81ccce", "message": "Update journal.md", "changes": [[1, 1, "journal.md"]]}, {"committer": {"date": 1500558068, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500558068, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "576e0637d43a9b4aa24e2b7f94334ef91d630e38", "parents": ["e22fffb110ce5c5917ef89b6ac1b59525c70a1f0"], "commit": "33196f53a035199f39b952e8d82a599f3f21afe1", "message": "yesterday's updates (7/19/17)", "changes": [[11, 0, "journal.md"]]}, {"committer": {"date": 1500558042, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500558042, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "7961911a5b53ef0d3084f933d83a1df1984d364e", "parents": ["4670a33f503a621f606de0338df1c21d161967fe"], "commit": "e22fffb110ce5c5917ef89b6ac1b59525c70a1f0", "message": "fix links link", "changes": [[1, 1, "index.html"]]}, {"committer": {"date": 1500500477, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500500477, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "15c2c3f8c012a742b115370a6a2bf3a634862edc", "parents": ["207f76e0041efaa099d0fb60864f5528559c3ed9"], "commit": "4670a33f503a621f606de0338df1c21d161967fe", "message": "Update links.md", "changes": [[34, 3, "links.md"]]}, {"committer": {"date": 1500408202, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500408202, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "e99b2e341be12d5c7368f4a9184114d7075f0ee6", "parents": ["2495a9c8adc24235ccec7d7a7f825ec9e907afcc"], "commit": "207f76e0041efaa099d0fb60864f5528559c3ed9", "message": "Update journal.md", "changes": [[4, 0, "journal.md"]]}, {"committer": {"date": 1500407981, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1500407981, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "fef628a1477b5f8290e9395d9964582d124a2597", "parents": ["a10dd1f1d37c50f22ac503dec9f1ab89719f2c7c", "709e90be612c2939ea36291db08b813a98c9be23"], "commit": "2495a9c8adc24235ccec7d7a7f825ec9e907afcc", "message": "Merge branch 'master' of https://github.com/stevekrouse/futureofcoding.org", "changes": []}, {"committer": {"date": 1500407979, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1500407979, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "b09f215e4f6d78a329d57578ca0b4ff64896a445", "parents": ["91c9fa028171f74a80606df03c1b834e1e45dad2"], "commit": "a10dd1f1d37c50f22ac503dec9f1ab89719f2c7c", "message": "added episode pages and references", "changes": [[154, 0, "episodes/research-recap.html"], [84, 0, "episodes/welcome.html"], [2, 2, "index.html"], [1, 1, "links.md"]]}, {"committer": {"date": 1500407247, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500407247, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "502d475b149ae4ba2e73bcddf123d8f5889ef2f8", "parents": ["91c9fa028171f74a80606df03c1b834e1e45dad2"], "commit": "709e90be612c2939ea36291db08b813a98c9be23", "message": "Update links.md", "changes": [[16, 5, "links.md"]]}, {"committer": {"date": 1500400718, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500400718, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "465b9020edf955d9cac950dc8b6d15301cacf1ba", "parents": ["7f79dbdbee403def60d22f1acda6557f8eb8e340"], "commit": "91c9fa028171f74a80606df03c1b834e1e45dad2", "message": "Update journal.md", "changes": [[9, 0, "journal.md"]]}, {"committer": {"date": 1500399184, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500399184, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "d9ecad0707c37795d4d0dc6009cec4a218dcd7aa", "parents": ["1dba9bf3ef06f670f3267642ee7af541b9a50976"], "commit": "7f79dbdbee403def60d22f1acda6557f8eb8e340", "message": "added links to research", "changes": [[3, 0, "links.md"]]}, {"committer": {"date": 1500399100, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500399100, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "f341c24af6ac15e6702c1432ece4d06f020932ed", "parents": ["faefba95285f1ba67c0c63cfea9c3030df8c4910"], "commit": "1dba9bf3ef06f670f3267642ee7af541b9a50976", "message": "Update index.html", "changes": [[16, 8, "index.html"]]}, {"committer": {"date": 1500314350, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500314350, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "529a57626ee608be86e02ffcc28871fa2c0b988f", "parents": ["53ececf46a95b881d193f6656f09160602350bd7"], "commit": "faefba95285f1ba67c0c63cfea9c3030df8c4910", "message": "Update links.md", "changes": [[8, 4, "links.md"]]}, {"committer": {"date": 1500313724, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500313724, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "1768e45b63413583e945649ca3e207454c3b0226", "parents": ["487c053f8e70c4bb9f40be655a930b3f6f8f320b"], "commit": "53ececf46a95b881d193f6656f09160602350bd7", "message": "Update links.md", "changes": [[1, 2, "links.md"]]}, {"committer": {"date": 1500313254, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500313254, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "82536187df2a137eaf4a8679b2b426ff6099c217", "parents": ["aed3ac3e9cf4ee5fc0f04f8fba03acabeca44de4"], "commit": "487c053f8e70c4bb9f40be655a930b3f6f8f320b", "message": "Update links.md", "changes": [[31, 11, "links.md"]]}, {"committer": {"date": 1500311128, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500311128, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "e9e08099d8255aa29634e4a79d0bd512de978409", "parents": ["8dc0bb21d4d6dacdc94340976a0e237bde05e4c5"], "commit": "aed3ac3e9cf4ee5fc0f04f8fba03acabeca44de4", "message": "Create links.md", "changes": [[73, 0, "links.md"]]}, {"committer": {"date": 1500310271, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500310271, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "ded5098cb93feb78faba5ec986a974db164307e9", "parents": ["3753932e3e5349ede5cfbba89759687956cba50d"], "commit": "8dc0bb21d4d6dacdc94340976a0e237bde05e4c5", "message": "Update journal.md", "changes": [[6, 0, "journal.md"]]}, {"committer": {"date": 1500310031, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500310031, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "1e58377bf4489116ad2ba40604e99f4c22b96112", "parents": ["38c4027ca83dd393edc92cffa79c89eab9aae9bb"], "commit": "3753932e3e5349ede5cfbba89759687956cba50d", "message": "Update journal.md", "changes": [[12, 0, "journal.md"]]}, {"committer": {"date": 1500229080, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500229080, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "9855d6946d1f49c99d9e780d4f7ea08aa192032a", "parents": ["5747144f8de14ac4c16342ffc311c96e00048da0"], "commit": "38c4027ca83dd393edc92cffa79c89eab9aae9bb", "message": "added research recap podcast", "changes": [[2, 1, "index.html"]]}, {"committer": {"date": 1500066903, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500066903, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "4031a09ebf6ea4b8ab60c864a3e5a34c7f7fab65", "parents": ["aff080ee465da567bffe93d385ec68287e38dd5c"], "commit": "5747144f8de14ac4c16342ffc311c96e00048da0", "message": "add journal entry", "changes": [[13, 0, "journal.md"]]}, {"committer": {"date": 1500060145, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500060145, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "1eef697a387fdaab4d29a063c5b9904cffbd9e73", "parents": ["a92e1c440993fc3bb39c139becaefe0d02437303"], "commit": "aff080ee465da567bffe93d385ec68287e38dd5c", "message": "update title", "changes": [[1, 1, "index.html"]]}, {"committer": {"date": 1500060097, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500060097, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "db3f3e6e51d3c1df0d2d84f17627408d0cdb1d82", "parents": ["ace634aa12e6650123d998a2094539c1929fb638"], "commit": "a92e1c440993fc3bb39c139becaefe0d02437303", "message": "added new entry", "changes": [[58, 1, "journal.md"]]}, {"committer": {"date": 1499970734, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1499970734, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "0f9c29970b46629947d72a22ef4915597e015261", "parents": ["4720d6c8e0090e5f2f4d25ff6e256f4c24f8168a"], "commit": "ace634aa12e6650123d998a2094539c1929fb638", "message": "update link to journal", "changes": [[1, 1, "index.html"]]}, {"committer": {"date": 1499970620, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1499970620, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "4b1d77bfc69fb0e70ebd246b2436f86b99c7a275", "parents": ["1ead311874b6f342a3b40a1b5373e854a3bc5f2f"], "commit": "4720d6c8e0090e5f2f4d25ff6e256f4c24f8168a", "message": "trying to convince jekyll to render markdown journal", "changes": [[4, 0, "journal.md"]]}, {"committer": {"date": 1499970314, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1499970314, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "eb2b7a9ed0b3a37ac1ea758e64f86584ce241fef", "parents": ["370adad619d4aab37f6a1138c478df062c7b316f"], "commit": "1ead311874b6f342a3b40a1b5373e854a3bc5f2f", "message": "made index and journal", "changes": [[109, 0, "index.html"], [29, 0, "journal.md"]]}, {"committer": {"date": 1499966878, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "author": {"date": 1499966878, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "dd51fbfc57a6a827408fa8f488ef8b53e9bbcfac", "parents": ["6db953a511fcbb3cc295ea37be2e83e897b50a91"], "commit": "370adad619d4aab37f6a1138c478df062c7b316f", "message": "Create CNAME", "changes": [[1, 0, "CNAME"]]}, {"committer": {"date": 1499966362, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "author": {"date": 1499966362, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "0de3abfcba6e54ad703f1f813d093a5d6bb41e57", "parents": [], "commit": "6db953a511fcbb3cc295ea37be2e83e897b50a91", "message": "Initial commit", "changes": [[1, 0, "README.md"]]}] +[{"committer": {"date": 1527019085, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1527019085, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "b55711c84e9116bea259931ce199b6d58e9e2ead", "parents": ["fa058e9cbed490a2962e53c6be83da037f4919fd"], "commit": "85126af8b5e90a88cff712ee87da2bc89a50ec9a", "message": "added episode 24, nick santos, windmill", "changes": [[27, 0, "episodes/24.md"], [1, 0, "index.html"]]}, {"committer": {"date": 1526926599, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1526926406, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "2bc2775de33942c019fa6754f74dd08102a05229", "parents": ["c4827573e2cc93a01485828d76a7bd37e6a4d17e"], "commit": "fa058e9cbed490a2962e53c6be83da037f4919fd", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1526926406, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1526926406, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "889c724a4f18a36558c199a936a133a35e5758df", "parents": ["274df95aa00d2559f2d23e12888b3331e4bb9a64"], "commit": "c4827573e2cc93a01485828d76a7bd37e6a4d17e", "message": "## The rabbitholes never end!\n\n* TOC\n{: toc }\n\n### Artist-Centric Programming Tools\n\nFriday night, Twitter sent me a notification to look at this tweet:\n\n

    https://t.co/nqIwhoOc39
    Recording of our presentation on Artist-Centric Programming Tools at #chi2018

    — Jennifer Jacobs (@jsquare) May 18, 2018
    \n\n\nFirst of all, I'm amazed and super grateful that Twitter was smart enough to let me know about this.\n\nI only got part-way into [the thesis](http://web.media.mit.edu/~jacobsj/resources/jjacobs_dissertation_final_optimized.pdf), but I'm pumped to finish it. I got distracted by one of her references, InterState...\n\n### [InterState](http://interstate.from.so/)\n\nIn [an earlier entry](http://futureofcoding.org/log#thoughts-for-next-week), I wrote:\n\n> how do Facebook’s Origami, CycleJS devtools, and statecharts somehow fit together?\n\nThis protoype seems to answer that question! I was so excited that I [sent it over to the StateCharts community](https://spectrum.chat/statecharts?thread=535444a5-1743-4124-b767-ed7b490db7ec)!\n\n### Finished re-watching Tangible Functional Programming\n\nReally wonderful! I missed the beauty here in the first watching. Notes [here](/nodes/conal-elliot).\n\n### Some interesting links I found along the way:\n\n* [Concur - a new FRP library](https://github.com/ajnsit/concur) - Found by searching \"Elm Fudgets\" after reading about [Fudgets](http://www.cse.chalmers.se/~hallgren/Thesis/main.html#tutorial) on Conal's reccomendation.\n* [Forms/3](http://web.engr.oregonstate.edu/~burnett/Forms3/forms3.html) - I've heard of this before but checked it out after seeing it referenced by Conal, and it's cooler than I remember.\n* [Links Lang](http://links-lang.org/) - I found this after re-reading [\"What next?\"](https://graydon2.dreamwidth.org/253769.html) by Graydon Hoare. So cool! Unifies all layers of the stack into one language. Excited to check this out soon!\n\n### Open problems as of 5/21/18\n\nAs I was falling alseep last night, I thought about the core problems with existing languages:\n\n1. Redux, Elm, and CycleJS are a pain to code in. Small changes require big refactors. More importantly, emitting actions that can edit state in any way feels similar to the global mutable state we started with, that Andre Staltz argues against in [his arrow post.](https://futurice.com/blog/reactive-mvc-and-the-virtual-dom)\n\n2. IO (and async) in an elegant way. Monads and streams kinda stink and feel imperitive the same way Redux does. ([Conal agrees.](http://conal.net/blog/posts/can-functional-programming-be-liberated-from-the-von-neumann-paradigm))\n\n3. In order to build a solution to these problems, it also needs to be somehow inter-operable with existing web frameworks. Relevant questions include whether its interpreted or compiled, etc, etc.\n\n4. Another open questions is what the backend should look like in order to handle authentication, permissioning, persistance, etc.\n\n5. Another open question: if you want to add phsyics to an object in your code, why not add the equations from your physics class to your program? In other words, how mathmatical and high-level can we get? What's the highest-levle we can get and still have something computable (with good performance) at the end? Additionally, can we make a declarative langauge that's readable and debuggable? (The Seymour Papert's distinction between LOGO's first-person `FORWARD 1, RIGHT 1`, and math's third-person `x^2 + y^2 = z^2`, and how they are really just two sides of the same coin via the derivitive feels relevant here.)\n\n6. Soundness of the type-system from a Scott, Strachey, and Elliot perspective also feels relevant here. I don't want leaky or infinitely-complex abstractions.\n\nI'm not even sure if these problems are truly problems, or just things I don't yet understand. Yet, it feels very relevant to continue down the Conal Elliot, FRP rabbithole. I hope that the more I understand Elliot's and (also Hudak's Arrowized) FRP, the more I'll be able to explain why I dislike Redux, Elm, and CycleJS. (Yet, I am a bit nervous that I won't like *any* implementation of FRP out there. What then?!)\n\n### Todos as of 5/21/18\n\nI still haven't found a better way to manage these than listing them every log entry. Here are the remaining ones:\n\n* Prototype TodoMVC in [InterState](http://interstate.from.so/), and read the paper, and reach out for a conversation\n* Finish reading [Jennifer Jacobs's Dynamic Drawing](http://web.media.mit.edu/~jacobsj/resources/jjacobs_dissertation_final_optimized.pdf), and reach out for a conversation\n* Edit (or throw out) [plan v6](https://github.com/stevekrouse/futureofcoding.org/blob/3821ba9d0ad65a7f6aaea583be8283aba16558e5/plan.md)\n* Hareactive\n* Simon Friis Vindum, including [Let's reinvent FRP](http://vindum.io/blog/lets-reinvent-frp/), and possibly reach out for a conversation\n* [Facebook Origami Community](http://futureofcoding.org/log#facebook-origami-community)\n* Stratchey denotational design\n* Conal's Denotational design with typeclass morphisms, Fran, and basically everything he's done\n* [Verlet](https://twitter.com/stevekrouse/status/987339448064053249) and [ConstraintJS](https://twitter.com/coreload/status/989313738539909120)\n* Sean McDirmid (and [these](https://llk.media.mit.edu/papers/archive/ch-phd.pdf) [papers](https://www.cs.colorado.edu/~ralex/papers/PDF/Conversational_Programming.pdf) he referenced)\n* Reach out to Jonathan Edwards\n* make a better system for todos, things-to-research (FoC Research label in Inbox), ideas-to-ponder-on (FoC Thinking label in Inbox), projects/blogs-to-consider-doing", "changes": [[13, 0, "notes/conal-elliot.md"]]}, {"committer": {"date": 1526574583, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1526574579, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "c2dfdc596ec860ab6b6e13df77b1247d1ebc4e47", "parents": ["294b02fc040cb180d95eb7adeeeac36de9b5a1b1"], "commit": "274df95aa00d2559f2d23e12888b3331e4bb9a64", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1526574579, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1526574579, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "669996bb1fa03c5ddd9c33c5a057c75d08379ec5", "parents": ["9c2364d26c4844e16027bd3ee3df58cc32b6b5b3"], "commit": "294b02fc040cb180d95eb7adeeeac36de9b5a1b1", "message": "added episode 23, brent yorgey", "changes": [[35, 0, "episodes/23.md"], [1, 0, "index.html"]]}, {"committer": {"date": 1526507826, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1526506386, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "d47f0506736a2e1607fc9602445521ae4424faf0", "parents": ["bb2f416dd96b157df1109310a63fbffa4105708e"], "commit": "9c2364d26c4844e16027bd3ee3df58cc32b6b5b3", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1526506386, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1526506386, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "40d3d133c532bac9bf867a0c09b405c8e370e8df", "parents": ["a86cfb0a358b757e60abc7ec3a66c8a0d76a760b"], "commit": "bb2f416dd96b157df1109310a63fbffa4105708e", "message": "## Back at it, reading and emails\n\n* TOC\n{: toc }\n\nBesides the readings below, I cleaned up my inbox, which I haven't done in about a week, so that feels good to be back in integrity.\n\n### Jonathan-Edwards-inpsired Reading\n\nI meant to reach out to Jonathan Edwards today (but didn't), and found myself on his twitter, where I found some amazing gems:\n\n* [Against functional programming](https://twitter.com/jonathoda/status/976937603709587456)\n* [Near Future of Programming Languages by Stephen Diehl](http://dev.stephendiehl.com/nearfuture.pdf)\n* This comment amazing comment: [\"Imperative programs, on the other hand, always have a ready axis for decomposition: time. You break your program up into tiny time slices, and then work backwards to find procedures that that get you to the first one, then the second one, etc, until you hit the end of your program.\"](https://news.ycombinator.com/item?id=16726917) on this [Gradual Programming](http://willcrichton.net/notes/gradual-programming/)\n* Conal Elliot: [Can functional programming be liberated from the von Neumann paradigm?](http://conal.net/blog/posts/can-functional-programming-be-liberated-from-the-von-neumann-paradigm) - This article makes me so happy. Monads, and every other approach to IO in a functional language, stinks. We need to keep looking.\n* [Why program with continuous time?](http://conal.net/blog/posts/why-program-with-continuous-time) - good summary of the key points of FRP\n* [\"What next?\"](https://graydon2.dreamwidth.org/253769.html) by Graydon Hoare, creator of Rust. Holy shit this article is amazing. So many gems! I want to read this article again and again. Would love to email him and get his advice on where to apply my efforts towards improving programming.\n\n### Graydon Hoare-inspired reading\n\n* From Graydon, I was sent to learn about algebraic effect handlers in [Eff](http://www.eff-lang.org/), which didn't really impress me to be honest. Their pitch of \"you know how much you like exception handlers? Let's have more of those\" doesn't resonate with me because I never liked exception handlers. Feels to procedural, contextual to me. I much prefer it encoded in the types, such as a Maybe or Failure type.\n* [Koka](https://www.microsoft.com/en-us/research/project/koka/) makes a little more sense to me, labelling functions based on whether it can raise an exception, possibly not terminate, and be non-deterministic... but I only skimmed the beginning.\n* I was VERY EXCITED to see [Frink](https://en.wikipedia.org/wiki/Frink_(programming_language) and [\"units of measure\" in F#](https://docs.microsoft.com/en-us/dotnet/fsharp/language-reference/units-of-measure). I've both sad and excited that [this exact idea I've had](http://futureofcoding.org/notes/kill-primitives#4-phsyics-units-for-numbers) has already been had. I claim independent invention!\n\n### Todos of 5/16/17 in no particular order\n\n* Finish re-watching Conal's [Tangible Functional Programming](https://youtu.be/faJ8N0giqzw?t=32m49s) and try to read [the paper](http://conal.net/papers/Eros/eros.pdf), Maybe I should print it out to help me focus...?\n* Also, don't forget [the other ToDos of last week](http://futureofcoding.org/log#some-todos-i-scribbled-down-last-week), especially reaching out to Jonathan Edwards and possibly Sean McDirmid\n* Possibly reach out to Graydon Hoare or at least learn more of what he has to say, including re-reading his \"What next?\"\n* Find a better way to manage these notes and todos so things get less lost...?\n* Edit (or throw out) [plan v6](https://github.com/stevekrouse/futureofcoding.org/blob/3821ba9d0ad65a7f6aaea583be8283aba16558e5/plan.md)", "changes": []}, {"committer": {"date": 1525797727, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1525797572, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "40d3d133c532bac9bf867a0c09b405c8e370e8df", "parents": ["fba50f1e09a79b074730285825025912b762b9fe"], "commit": "a86cfb0a358b757e60abc7ec3a66c8a0d76a760b", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1525797572, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1525797572, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "729a03c4027b434947e6929a5c91f72a39b16d5d", "parents": ["521a7a4d844300c499472e7314f2a91a67407e26"], "commit": "fba50f1e09a79b074730285825025912b762b9fe", "message": "## Notes From Last Week\n\n* TOC\n{: toc }\n\n### Repl.it dev, Mon - Weds\n\nI spent Monday - Wednesday last week working mostly on Repl.it. It was quite fustrating, but in a motivating way: there's so much about programming that needs fixing!\n\nTo give you a taste, I've worked 23 horus at Repl.it. The first 4.5 hours were spent setting up my dev environment, then another 2.25 hours debugging my dev environment, and ~2 hours fixing linting or flow type errors. And I believe most of the productive hours I spent were wasted waiting for webpack to recompile all my code for every little change. Sometimes I'd have to wait 10-20 seconds to see even a small change. Very fustrating and very slow! And, of course, so much of my time was spent understanding complex code, React/Redux abstractions, and funneling scope and state, etc, etc. So much garbage!\n\nFor the 10ish hours I wanted to work there, I clearly was not being productive enough to justify them getting me up to speed on their stack. As of yesterday, we parted ways, so now I'm down to the 1 part-time gig with Dark (and another one in the works, but it's touch-and-go if it'll close). As explained above, this work fustrated me so I'm happy to have it off my plate, but I also got enough fustration to re-spark some motivation in a positive way.\n\n### Thursday 5/3/18\n\nI read from 10am to 3pm. It was interesting but also difficult to stay focused.\n\n* Lucid Synchrone - skimmed\n* Sean McDirmid's Live Programming Video - Awesome! I want to review more of his work.\n* Conal Elliot Haskellcast video - So great. Took notes [here](/notes/conal-elliot).\n* Typeclassopedia - read for a bit, then skimmed.\n* [History of Haskell](http://citeseer.ist.psu.edu/viewdoc/download;jsessionid=2B48E418C19376C73F08B593DCFDCAB7?doi=10.1.1.168.4008&rep=rep1&type=pdf) - read the first half, then skimmed.\n * Haskell was created to solve the \"tower of babel\" problem around all *lazy* langauges sprouting up. Purity and typeclasses came later.\n * I/O was intresting too: streams, contiuations, world-passing, and Monads\n* Can Programming Be Liberated...?\n * No variables or substitution! Just one input functions and function combinators.\n\n### Friday 5/4/18\n\nI wasn't so motivated on Friday, so I mostly read Understanding Comics (reccomended by Conal and BV), and did some part-time work for Dark. I also had a group call with Dennis Heihoff, Shaun Williams, and Ivan Reese, which was fun.\n\n### Devtools, not programming languages\n\nI've realized that \"devtools\" is a better way to describe the field I'm in that \"programming langauges\". Pretty obvious in retrospect, but took me a while to realize this.\n\n### Some ToDos I scribbled down last week\n\n* Stratchey denotational design\n* Conal's Denotational design with typeclass morphisms\n* Conal's Fran\n* Simon Friis Vindum, including http://vindum.io/blog/lets-reinvent-frp/\n* [Verlet](https://twitter.com/stevekrouse/status/987339448064053249) and [ConstraintJS](https://twitter.com/coreload/status/989313738539909120)\n* Sean McDirmid (and [these](https://llk.media.mit.edu/papers/archive/ch-phd.pdf) [papers](https://www.cs.colorado.edu/~ralex/papers/PDF/Conversational_Programming.pdf) he referenced)\n* Reach out to Jonathan Edwards\n\n### Less passion\n\nI haven't been super productive or passionate about stuff in a little while. It's been a bit of a slog getting myself to do research.\n\nPart of the reason is that I've becommed obsessed with The Wheel of Time series on audibook and am making my way through. Almost to the end!\n\n### Foundations\n\nI find myself increasingly curious about foundations, mathmatics, precision, abstraction, etc. I've always been on the fringes of the strong types community, and proving program correctness. These things were what the professors were up to a Penn while I was there. But I've never seen the need to dive in before. I think it was Conal's comments in the Haskellcast video that got me:\n\n1) Those that don't understand FRP are doomed to re-create inferior versions of it\n2) All the FRP implementations out there are more complex than their creators realize because they broke abstractions\n3) You don't truly understand how good or complex a design is until you describe it mathmatically, precisely\n\nMusic to Paul Chiusano's ears, I'm sure.\n\n### Vision: semantic and cannonical\n\nWhy am I so insistent that programming can be better? It's hard to put into words. As I was falling asleep a few nights ago, I was struck by how a two words kept coming to mind: \"semantic\" and \"canonical\". But what does that even mean? I have a fuzzy image of mathmatical expressions in the sky, with a white background behind them, and you can select different parts of the expression and get interesting information about the node, because it's a living object that can be manipulated...", "changes": [["-", "-", "media/declarative-models.png"], [31, 0, "notes/conal-elliot.md"], [33, 0, "notes/simon-friis-vindum.md"]]}, {"committer": {"date": 1525301982, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1525301979, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "a642c5141d229e73971df1a34823ab11b7cab812", "parents": ["c48e243b1decbeb7ad64d4c7409a22f361950f2e"], "commit": "521a7a4d844300c499472e7314f2a91a67407e26", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1525301979, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1525301979, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "1b12918aa2d757477a518b59821cd978c254abc3", "parents": ["1f99042b16566a7b8b518c5c5d018345aed87fda"], "commit": "c48e243b1decbeb7ad64d4c7409a22f361950f2e", "message": "add link to talk about", "changes": [[1, 1, "_data/git-log.json"], [1, 2, "episodes/22.md"]]}, {"committer": {"date": 1525301433, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1525301431, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "c845213ddc91a6690ae82733e51577a631464e4e", "parents": ["6c6d91aba1a7ae0794871a96f030339b1ced9f23"], "commit": "1f99042b16566a7b8b518c5c5d018345aed87fda", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1525301431, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1525301431, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "211d298a3a4e67d75b3e7513a859b7348e34e041", "parents": ["f42bf720a2d0b2c39bef8d6a7698e13820f1af17"], "commit": "6c6d91aba1a7ae0794871a96f030339b1ced9f23", "message": "linkify python tutor", "changes": [[1, 1, "episodes/22.md"]]}, {"committer": {"date": 1525301391, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1525301389, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "73c4f91c4717d3a8a7da015fb427173bbc31d3fe", "parents": ["8fbc28735da72827df5895a79525b870a40d6275"], "commit": "f42bf720a2d0b2c39bef8d6a7698e13820f1af17", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1525301389, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1525301389, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "9eeefd507858fcef33637b50a132b816fddf7bb9", "parents": ["2141d724608b013f2d6ef5218fd59a0b423c5345"], "commit": "8fbc28735da72827df5895a79525b870a40d6275", "message": "removed typo", "changes": [[1, 1, "episodes/22.md"]]}, {"committer": {"date": 1525301185, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1525301182, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "636cbfc14939b2cde2b00a435e1bc08e2790128e", "parents": ["b761e0e321e358d48487397e1fa9b976393187a8"], "commit": "2141d724608b013f2d6ef5218fd59a0b423c5345", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1525301182, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1525301182, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "c1df089f9374477097c55a40c8543c72a61f0b42", "parents": ["8eaf14ff73d455751d7f935468ed6b67efbc59dc"], "commit": "b761e0e321e358d48487397e1fa9b976393187a8", "message": "added episode 22: philip guo", "changes": [[1, 1, "_data/git-log.json"], [1, 1, "episodes/21.md"], [38, 0, "episodes/22.md"], [2, 1, "index.html"]]}, {"committer": {"date": 1525300409, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1525300406, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "3fef29da2c576e66d01b338ffa85b8b40e5694f6", "parents": ["6a0e18eceab52b463fe76adf27f42e87cbd0e285"], "commit": "8eaf14ff73d455751d7f935468ed6b67efbc59dc", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1525300406, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1525300406, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "f5d50d75d21914b58c607b054abf5d7c2b38a713", "parents": ["14c21ee0e5d572692d8bc70f438b41cde7223381"], "commit": "6a0e18eceab52b463fe76adf27f42e87cbd0e285", "message": "updated homepage message, added eve link", "changes": [[2, 1, "index.html"]]}, {"committer": {"date": 1524240466, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1524239329, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "c496c4f6228311f2cc8359c771188bf9fb49b0e3", "parents": ["437aa388cb3cdaecb7c1ff0225fdfda6cf98827b"], "commit": "14c21ee0e5d572692d8bc70f438b41cde7223381", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1524239329, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1524239329, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "4d8c1a5ffcfea8923ae833d20b87dc93073be77c", "parents": ["e5e9172e21a4bb2a9ea6f09468bf8474dd32b8f1"], "commit": "437aa388cb3cdaecb7c1ff0225fdfda6cf98827b", "message": "## Morning FRP readings, and next steps\n\n* TOC\n{: toc }\n\n### Morning FRP readings\n\n#### Flapjax\n\nI started the morning by reading [the paper on the Flapjax language/library](http://cs.brown.edu/~sk/Publications/Papers/Published/mgbcgbk-flapjax/paper.pdf). It seems to do FRP in much the same way that CycleJS does: stream combinators. It's kinda neat in how it makes things higher level, but just as with CycleJS, I found it quite difficult to parse the code. However, it is crazy to think that this pre-dated CycleJS by a decade... I guess this goes to Bret's point about aiming higher than \"improving programming.\"\n\n#### \"Real FRP\"\n\nI've gotten tired of [Haskell people talking about \"real FRP\"](https://news.ycombinator.com/item?id=7965027), so I spent a few hours re-reading [the Fran tutorial](http://conal.net/fran/tutorial.htm) and re-watching two of Conal's talks on it ([1](https://www.youtube.com/watch?v=j3Q32brCUAI) and [2](https://www.youtube.com/watch?v=teRC_Lf61Gw)). Finally, I feel like I have a clear understanding of what people mean by \"real FRP.\" I don't think I had seen enough of the \"fake FRP\" when I first watched the video to understand the distinction:\n\nReal FRP is (mostly) about continuous time, in the same way that vector graphics are about continous space. In other words, \"resolution independent time\", or \"time as a function from the real numbers\".\n\nReal FRP is also about denotational design, of which I feel slightly closer to groking, but likely still a hundred hours of Haskell away from. One day I'll memorize the Typeclassopedia and everything will make sense.\n\n### Next steps\n\n#### Hareactive\n\nThis is a JS library for \"real FRP\", and I'm excited to play with it a bit.\n\n#### Sean McDirmid\n\nI've been seeing his name pop up a lot recently, so I'm excitd to check out this [Live Programming Experience](https://www.youtube.com/watch?v=YLrdhFEAiqo) video. Maybe I'll reach out too...\n\n#### Callbags\n\nI'm excited to check out Staltz [new article on Callbacks](https://egghead.io/articles/comparing-callbags-to-rxjs-for-reactive-programming).\n\n#### Facebook Origami Community\n\nAnother thing I want to do is continue to investigate how far I can push Facebook's Origami. There are a few interesting threads in the FB Group I want to either look into or reply to, along with posting a question myself about updating complex centralized state.\n\n* [https://www.facebook.com/groups/origami.community/search/?query=createElement](https://www.facebook.com/groups/origami.community/search/?query=createElement)\n* [https://www.facebook.com/groups/origami.community/permalink/1180492722049608/](https://www.facebook.com/groups/origami.community/permalink/1180492722049608/)\n* [https://www.facebook.com/groups/origami.community/1419542018144676/](https://www.facebook.com/groups/origami.community/1419542018144676/)\n* [https://www.facebook.com/groups/origami.community/permalink/1577202409045302/](https://www.facebook.com/groups/origami.community/permalink/1577202409045302/)\n\n#### Jonathan Edwards\n\nHe's also been saying interseting things on Twitter recently, so I've been meaning to reach out...\n\n#### Synchronous programming langauges\n\nApparently, this is a interesting family of languages, including Lucid and Esterel, etc. I wonder where to start... This article on [Lucid Synchrone](http://www.di.ens.fr/~pouzet/bib/chap_lucid_synchrone_english_iste08.pdf) looks good.\n\n#### Prototype a better text-based dataflow langague\n\nAs in re-write the logic for [a game I made yesterday for fun in WoofJS](woofjs.com/create#ballz). Maybe I could re-write it in Hareactive or just prototype it on paper (without a library to back it up).\n\n#### More centralized place for todos\n\nIt's a bit crazy to put them in a log like this... Maybe /now or /todo would make sense...", "changes": []}, {"committer": {"date": 1524158081, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1524157662, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "4d8c1a5ffcfea8923ae833d20b87dc93073be77c", "parents": ["9bf21b6ee6a01b071542cc912f41a5e79de99470"], "commit": "e5e9172e21a4bb2a9ea6f09468bf8474dd32b8f1", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1524157662, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1524157662, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "c85bacf6adc74146ff5ec8ef91003aa83a9c4fab", "parents": ["c3dc1df417e21fbe9186b66deedf16352833b7ec"], "commit": "9bf21b6ee6a01b071542cc912f41a5e79de99470", "message": "## Dataflow reading\n\nInspired by my conversation with Brent Yorgey yesterday, I spent ~2 hours reading a 30-page survey paper on data flow programming langauges, with an emphasis on visual data flow langauages, such as LabView. It was fascinating!\n\nA good next step would be to find a similar kind of survey paper but for functional reactive programming. While I could just start with Conal's Fran paper, I expect it'd be more fun and a better use of my time to get a more modern and broad perspective -- if it could include ReactJS and other JS libraries too, even better!\n\n### Booleans are too generic - proofs are better\n\nBrent reccomended [a great article](https://existentialtype.wordpress.com/2011/03/15/boolean-blindness/) in a similar spirit to my \"booleans are too generic\" idea. The main idea here is that truth shouldn't be a data type, but should be a proof, as it is in math.\n\nThat's a bit different from my idea which proposes to create a lot of new, more specific data types to replace True and False, such as Equal and NotEqual, which would be pattern matched against, not branched at like an if-statement.", "changes": [["-", "-", "media/DataFlowProgrammingLanguages.pdf"], ["-", "-", "media/addition-patch-values.png"], ["-", "-", "media/mosconi2000.pdf"], [92, 0, "notes/dataflow/advances-in-dataflow-programming-langauges.md"]]}, {"committer": {"date": 1523892504, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1523892388, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "2c9f0f8bf5cfb3b3e4115a54435f2f561721b221", "parents": ["4dd52322d6b16e6af1be4ab70ca3150c8f1a72b3"], "commit": "c3dc1df417e21fbe9186b66deedf16352833b7ec", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1523892388, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1523892388, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "b1780a28342de553210570bcdf388809b0399540", "parents": ["6fd482ca1423f95017380fcc70263fe5678a3a12"], "commit": "4dd52322d6b16e6af1be4ab70ca3150c8f1a72b3", "message": "## Notes from Friday 4/13/18\n\n* TOC\n{: toc }\n\nI didn't have time on Friday last week to write up my log entry, so here it is now...\n\n## Dataflow links\n\nOn Friday I ended up opening more links than I had time to actually read.\n\n* I found [this wonderful stack overflow answer that lists a bunch of dataflow programming langauges](https://stackoverflow.com/a/949771)\n* There's [a similar list on Wikipedia](https://en.wikipedia.org/wiki/Dataflow_programming#Languages)\n* I also found [a paper that is doing a good job of explaining the history of dataflow programming languages](http://www.cs.ucf.edu/~dcm/Teaching/COT4810-Spring2011/Literature/DataFlowProgrammingLanguages.pdf)\n\n\n## Other links\n\n* I really need to take the time to read [BV's Climate Change essay](http://worrydream.com/ClimateChange)\n* Mentioned in random passing in that article, BV links to [ActiveSheets](http://hirzels.com/martin/papers/debs16-activesheets.pdf), which seems similar enough to Streamsheets to warrant a reading.\n\n\n## Murukesh\n\nFascinating conversation on Friday of last week. Notes in [this google doc](https://docs.google.com/document/d/12gsgrG-S-7E0osjWIECjeWjAQgHWEq0Zsuxcjru7PTU/edit?usp=sharing). Maybe I'll turn it into a proper article. It's fascinating that there's so much progress in this space in both the past and in industries that we ignore.\n\nHe sent me [two](https://www.youtube.com/watch?v=gveTy4EmNyk&feature=youtu.be&t=1385 ) [amazing](https://www.youtube.com/watch?v=UGhfB-NICzg) videos of the NeXTSTEP development environments that Steve Jobs made. Unbelievable. It's like Smalltalk. Really makes you scratch your head as to why we don't have development environments like this today.\n\n\n## repl.it\n\nI had a great call with Amjad of Repl.it last Friday as well, in part from my Eve article. I'm going to follow up with a few ideas for improving their IDE interface, and then possible begin developing for them part-time. I'm very excited about this! It makes me feel much more secure to have a second part-time gig running, as well as that it's starting to feel like finding these part-time gigs at developer-tools companies are repeatedly find-able. Content marketing - who knew?", "changes": []}, {"committer": {"date": 1523571450, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1523571252, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "b1780a28342de553210570bcdf388809b0399540", "parents": ["529192e7b6dbbb35c351908bea8362e6a2251f07"], "commit": "6fd482ca1423f95017380fcc70263fe5678a3a12", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1523571252, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1523571252, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "883401e61b414f216a6ac7471a1291a83c2d82b2", "parents": ["c5ad1e0d6f97ef2831494a27c8cccd12bd6e7f40"], "commit": "529192e7b6dbbb35c351908bea8362e6a2251f07", "message": "## Chores and reading\n\nToday I wasn't really in the mood to do much hard thinking, so I spent a few hours in my inbox catching up on things, doing random chores around the house, and finally brining myself to do some reading relevant to the research topics I've been thinking about lately.\n\nI started with reading [Ian Horrock's UI with Statecharts](http://futureofcoding.org/media/Constructing%20the%20User%20Interface%20with%20Statecharts%20Ian%20Horrocks.pdf), but to a break to go directly to the source ([Harel's Statecharts](http://www.inf.ed.ac.uk/teaching/courses/seoc/2005_2006/resources/statecharts.pdf)), and then back to Ian's book. I read parts and skimmed parts of both. They seemed semi-relevant to what I'm trying to do. As far as I could see, neither referenced the management of complex, nested state. They seemed to assume that non-state data (such as the currently displayed value on the calculator screen) was stored somewhere magically.\n\nI then read a series of Andre Staltz posts. It turns out my link to his post on Friday was actually the incorrect post. I meant [this one](https://futurice.com/blog/reactive-mvc-and-the-virtual-dom). He had a lot of other interesting posts, but I found myself not excited about the conclusions he drew. In particular, I didn't like his discussion of [hot vs cold observables](https://staltz.com/cold-and-hot-callbacks.html) because I don't love his conclusions, although I couldn't find any fault with his logic. It'd be a bummer if there wasn't a more elegant way to model this distinction. It really seems like an incidental complexity type of thing. I also came to realize that I find stream-based programming a bit annoying. While it's kinda cool, I wonder if it's overly abstract, the way Haskell can get sometimes.\n\nI then re-read (for the 10th time), [Elm's Farewell to FRP](http://elm-lang.org/blog/farewell-to-frp). Again, an article that feels profound but that I don't like for some reason, mostly because there are a lot of concepts in it that I don't quite understand, but don't like the conclusions reached. It feels similar to when I had to learn AngularJS. I don't really know what the concepts mean, but I can tell somehow that they are less elegant than they could be.\n\nFrom there I found my way to [Lucid Synchrone](http://www.di.ens.fr/~pouzet/bib/chap_lucid_synchrone_english_iste08.pdf), but stopped after a few paragrahs, and just like with statecharts decided I wanted to go to the source, so I started reading [Lucid](http://worrydream.com/refs/Wadge%20-%20Lucid,%20the%20Dataflow%20Programming%20Language.pdf). I'm actually a little shocked that I haven't read this before. There's so much here that I was slowly coming to on my own, but it feels like they've brought it all together for me. And, of course, Bret Victor is a big fan of it I've heard, although I wasn't able to find his thoughts on it anywhere on the internet. My next steps are definitely to read through this, and maybe the Synchrone Experiment.\n\nAnd as much as I want to avoid it, it seems like I may have to get my hands dirty with all this theoretical stuff. Read the Fran paper, other Conal Elliot stuff, maybe read Evan's Elm thesis, as well as other Elm blogs, etc. I imagine all of this stuff could provide interesting conversation topics with Brent next week...", "changes": []}, {"committer": {"date": 1523361534, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1523360429, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "883401e61b414f216a6ac7471a1291a83c2d82b2", "parents": ["f0988cdcd65df88bb04ba568b1603ecb3bb5118a"], "commit": "c5ad1e0d6f97ef2831494a27c8cccd12bd6e7f40", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1523360429, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1523360429, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "5e22a27d5ef184ad070ecb3e035494156fbee987", "parents": ["632e8e84dfa09e159acb91a17d96e9644f8a5a50"], "commit": "f0988cdcd65df88bb04ba568b1603ecb3bb5118a", "message": "## Origami inspired prototyping\n\n* TOC\n{: toc }\n\n### Origami\n\nOver the last week, I've fallen smitten for Facebook's Origami prototyping tool, which was originally built on top of Apple's Quartz Composer, but is now a standalone Mac app. It suprised me because I don't usually expect much from node-and-wire coding environments. I think the main feature that got me is that you can see the live-updating intermediate values of all computations. It's amazing. It makes looking at static code unbearable. Additionally: there's no run button - it's hot-realoading. And they have a great way to add nodes (they call them \"patches\") via the keyboard.\n\n### Node-and-wire prototyping\n\nThis morning, I had the idea of prototyping the Origami UI in Woof. I had a fun few hours doing it: http://woofjs.com/create#origami\n\nI had to come up with techniques for managing lots of things I'd never had to do before in Woof, mostly around nested components and layout. Stuff that HTML and CSS does for you in annoying ways. Turns out it's pretty annoying to calculate widths and paddings manually too...\n\n### Thoughts on a new language...\n\nThe idea in my head is that you have a dependency graph of all the values. The trick, of course, is sequential evaluation and events. Mostly events.\n\n#### Pure expressions\n\nThese are simple. They should always have live-updated values.\n\nThey are normally things you'd want nested internally (which is a common complaint of node-and-wire tools), but when \"proccessing\" a thing, you want vertical or horizontal sequencing, such [as in Elm](http://elm-lang.org/docs/syntax#infix-operators).\n\n#### Sequential evaluation\n\nI think we can do away with it entirely. If you actually need it, you can model it explicitly as [I show in this demo](http://woofjs.com/create.html#animate-via-frames).\n\n#### Events\n\nCan we do without and just have reactive values? Clicks are reactive list of all clicks, and you can get last one and check timestamp a la http://futureofcoding.org/prototypes/streamsheets/.\n\nPotentially, this will be too conceptually difficult, for the same reaons it was to do [CycleJS Flappy Bird without centralized state](https://gist.github.com/stevekrouse/85f350eb82ebbf5b2c244aa9aeffc453) and we'll need a reducer. But maybe nested state via statecharts could save the day.\n\n### Follow up questions\n\n1 - What do I not like about cyclejs and elm (and what's the difference again)?\n\n1a - Is the main reason that it's terrible to code in streams and elm, and thus streamsheets?\n\n1a1 - Idea to make cycle better: swap it: make value be values and have a history function that gets the stream on it?\n\n2 - Is the main difference explicit modeling of time and explictly listing all state?\n\n2a - We don't really need explicitly listing state, just reactively defined\n\n2a1 - What is reactively defined state? wont it eventually bleed into everything depends on everything else and we're back where we started? in other words, the reducer thingy seems stinky for some reason ... it's annoying to use, but making it easier to use just gets rid of the benefits of using it\n\n2a2 - Can we make a calculus for how we want this to work to simplify things? Such as what I was trying to do with [Reactive Woof](http://futureofcoding.org/journal#reactive-woofjs) ... Or is this a cyclejs data structure?\n\n3 - How to statecharts keep track of state...? .. go to Ian's book\n\n3a - Can you do statecharts without events?\n\n4 - Difference between hot and cold streams?\n\n5 - At the end of the day, can we really realize my perception of Anre's vision in [this article](https://staltz.com/unidirectional-user-interface-architectures.html) that all things contain all the ways to modify that thing? Or is it impossible because we want to branch in too many ways in our code, not sequentially, but just with nested cases? Would it at all be possible to define things in one place only? Or would that just hurt our brains even if we could do it?", "changes": []}, {"committer": {"date": 1523027723, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1523026633, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "5e22a27d5ef184ad070ecb3e035494156fbee987", "parents": ["eb84c1c4442f7d69161fe99732b7976be804d650"], "commit": "632e8e84dfa09e159acb91a17d96e9644f8a5a50", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1523026633, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1523026633, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "2819df97a8fa82b8473fce4eb07c561eb77f52c3", "parents": ["fb0cf0ae55e30edbbbcc2c215e0ef56373f0fc2b"], "commit": "eb84c1c4442f7d69161fe99732b7976be804d650", "message": "## Thoughts\n\n### Eve Success\n\nI was a little surprised to see my Eve project stay on the front page for basically a whole day! It got 150 points on HN and up to #6. I got over 10k people on the page, and around 500 on my website homepage. However, I didn't really get anything material out of this experiment.\n\nIt does pass my \"do they spend more time on it then you do test\", because I only spend 10-ish hours here, and even if the average time on the page was 1 minute, that's over 100 hours of time they spent on it.\n\n### Offline morning\n\nThis morning I decided to work with my notebook for 2 hours offline, thinking about other projects to work on. I got a bit excited about a WoofJS refactor plan, but ultimately was most excited about an FRP Scratch tool that is similar to Facebook's Origami (which is based on Apple's Quartz Composer) in that you can see all the intermediate values flowing through, immediate updates, etc.\n\n### Unproductive afternoon\n\nAfter lunch, I was lazy and watched a few hours of TV. Then I got myself on my computer to look at my Cycle and Elm Flappy Birds for inspiration. I was quite fustrated with how awful coding in Cycle and Elm is compared to Facebook Origami, and also a bit inspired by that, too. However, I feel lazy today, so I'll have to pick up on this thread later.\n\n### Thoughts for next week\n\n* Scratch FRP prototyping\n* how do Facebook's Origami, CycleJS devtools, and statecharts somehow fit together?\n* WoofJS refactor plan (start with docs and a build tool)", "changes": []}, {"committer": {"date": 1522714021, "timezone": "+0200", "name": "Bastien", "email": "bzg@gnu.org"}, "author": {"date": 1522714021, "timezone": "+0200", "name": "Bastien", "email": "bzg@gnu.org"}, "tree": "2819df97a8fa82b8473fce4eb07c561eb77f52c3", "parents": ["d332627c7ed5ceabd9d80cb9ee24fbba85861994"], "commit": "aedf9fb0ae913c14d7387404a3036c2e735bc346", "message": "Fix typo in link", "changes": [[2, 2, "essays/eve/index.html"]]}, {"committer": {"date": 1522711480, "timezone": "+0000", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "author": {"date": 1522711480, "timezone": "+0000", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "5af329d6ec2ae40bf4e4c4cfcfb3c8044c95cb5d", "parents": ["3710791b9e57c8efe0ee16657ca63b2a211dbebb"], "commit": "d332627c7ed5ceabd9d80cb9ee24fbba85861994", "message": "added credits, oops!", "changes": [[1, 1, "essays/eve/index.html"]]}, {"committer": {"date": 1522690586, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1522690582, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "476de4e653198529b1a9d7ea653cab5c10c34075", "parents": ["37bb93fcbf4ea7b49d0a59d45ec653f4b9a43152"], "commit": "3710791b9e57c8efe0ee16657ca63b2a211dbebb", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1522690582, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1522690582, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "ac94989fe54af8fbb717d7bd9a88a6d3b69f8c55", "parents": ["5542761c71d5bee0e0dc5ecb4dcebcca84880bb7"], "commit": "37bb93fcbf4ea7b49d0a59d45ec653f4b9a43152", "message": "finished eve tribute", "changes": [["-", "-", "essays/eve/direct-manipulation-editor.png"], ["-", "-", "essays/eve/favicon.png"], ["-", "-", "essays/eve/grid-eve.gif"], [91, 34, "essays/eve/index.html"], ["-", "-", "essays/eve/v0.4-performance.gif"]]}, {"committer": {"date": 1522664927, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1522664616, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "a74b13217dc8722288ef77796d00e745362ba8d7", "parents": ["d39509c019fac871d304ee4433c138ec046ab327"], "commit": "5542761c71d5bee0e0dc5ecb4dcebcca84880bb7", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1522664616, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1522664616, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "21753e33169438654188fbc1beacb502dd9338c0", "parents": ["a8b91456b38bc32bcb3ead4621d64b257b82ab31"], "commit": "d39509c019fac871d304ee4433c138ec046ab327", "message": "## Continuing Eve tribute\n\nApparently, shooting for quantity over quality leads to better quality, so I've decided to complete a small project: the tribute to eve I started last month. Today I finished adding all of the images, videos and links to the page.\n\nWhat remains:\n\n* I need to decide if I should include the other links somewhere in the page, including other dev diaries, other Chris blogs, or Chris's other videos.\n* The story to the page. If it's a \"thanks for your hard work\" or more of just an archieve, etc.\n* Better CSS to make it sexy. Potentially, I'll want a better timeline-y format where the dates are given higher visual priority than they are now.\n\nIt'd be neat if I could get this out in the next few days, maybe on HN, Twitter (send a note to the Eve guys), and reddit on the approriate thread.", "changes": [["-", "-", "essays/eve/FiveSquare.png"], ["-", "-", "essays/eve/card-wiki.png"], ["-", "-", "essays/eve/direct-manipulation-editor.png"], ["-", "-", "essays/eve/eve-v-1.gif"], ["-", "-", "essays/eve/eve-v-2.png"], ["-", "-", "essays/eve/excel-eve.png"], ["-", "-", "essays/eve/first-syntax.png"], ["-", "-", "essays/eve/grid-eve.gif"], [73, 10, "essays/eve/index.html"], ["-", "-", "essays/eve/madlibs-notebook.png"], ["-", "-", "essays/eve/markdown-eve.gif"], ["-", "-", "essays/eve/repl-v-1.png"], ["-", "-", "essays/eve/repl-v-2.png"], ["-", "-", "essays/eve/smalltalk-eve.gif"], ["-", "-", "essays/eve/table-eve.png"], ["-", "-", "essays/eve/v0.4-performance.gif"], ["-", "-", "essays/eve/when-do-madlibs.png"], ["-", "-", "essays/eve/wiki-eve.png"], ["-", "-", "essays/eve/wiki-grid.gif"]]}, {"committer": {"date": 1522067083, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1522065916, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "644ccfee4d2d75fc6315b3885768f1b3974f60e4", "parents": ["ab53216689f25f642a5da7e197bc3a295932492d"], "commit": "a8b91456b38bc32bcb3ead4621d64b257b82ab31", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1522065916, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1522065916, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "76dafa4e9d91c69d6c4a8d4a9ad2b7f673d9f269", "parents": ["9b7a2908e3b87ae3f5111fb31b022ef9aef5fd82"], "commit": "ab53216689f25f642a5da7e197bc3a295932492d", "message": "## Few resources for understanding Nile\n\n\nIn the \"Linked representations\" section of [Bret's Thinking the Unthinkable talk](http://worrydream.com/MediaForThinkingTheUnthinkable/), he has a video of a tool he built to understand Nile. You can find these links:\n\n* https://cdn.rawgit.com/damelang/nile/master/viz/NileViewer/demo_beziers.html\n* https://cdn.rawgit.com/damelang/nile/master/viz/NileViewer/demo_points.html\n* https://cdn.rawgit.com/damelang/nile/master/viz/NileViewer/demo_reals.html\n* https://cdn.rawgit.com/damelang/nile/master/viz/NileViewer/demo_shape.html\n* https://cdn.rawgit.com/damelang/nile/master/viz/NileViewer/demo_test.html\n\nI learned a bit about beziers, as well as more about OMeta and Ohm which was useful. Mostly looking through Viewpoints stuff just made me feel overwhelmed, out of my depth, and sad.\n\n### Struggling to settle on work...\n\nMight move on to Dark work this afternoon, or possibly return to my statecharts rabbit hole. Another slightly tempting project is the Eve tribute, in that there's a clear end in sight for it, and people might actually find value in it...", "changes": [[26, 0, "notes/kill-html-css.md"]]}, {"committer": {"date": 1522065903, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1522065900, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "ca410921afbcea0a2f7544e71ab712309d456746", "parents": ["33d77708d7e044d3087bf40e80c03a0b345a49c8"], "commit": "9b7a2908e3b87ae3f5111fb31b022ef9aef5fd82", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1522065900, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1522065900, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "66b58a7c3c0357d5301221520a19a143fd9c2d9c", "parents": ["3757a5d010811718e507190c7cac5e7e2dd829fa"], "commit": "33d77708d7e044d3087bf40e80c03a0b345a49c8", "message": "removed old file", "changes": [[0, 231, "essays/eve.html"]]}, {"committer": {"date": 1522063531, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1522063060, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "0b77c80338950d6ec51af961485c81dfe8824424", "parents": ["1b0f5c8139baea5e45843b685736afce64af977f"], "commit": "3757a5d010811718e507190c7cac5e7e2dd829fa", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1522063060, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1522063060, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "da299cbe70de8ead50ab9b816690f7ffa08166fa", "parents": ["c3e12be3ed6c14e7e04caadd08818ce5c3781f4f"], "commit": "1b0f5c8139baea5e45843b685736afce64af977f", "message": "## Next steps\n\n* TOC\n{: toc }\n\nI'm excited to get to work today, but also a bit anxious about picking something interesting and worthwhile to work on. Some thoughts:\n\n### Time-box a project\n\nThe idea here is to pick a well-scoped project, so that I can finish it in the next few weeks and publish something that would hopefully be suitable for Hackernews. An example here would be my [tribute to eve](./essays/eve).\n\n### Continue down the statecharts rabbit hole\n\nI still have [a few more resources remaing from my jump down this rabbit hole last week](http://futureofcoding.org/log#what-remains).\n\n### Zoom out and pick up past research or projects\n\nCycleJS, Fran, Streamsheets, FRP for Scratch/Woof, Morphic etc.\n\nIn re-reading my [plan](./plan), I came upon something I've wanted to do for a while now: struggle to understand STEP's Nile. Let's get that a shot...", "changes": []}, {"committer": {"date": 1521744522, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1521744503, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "da299cbe70de8ead50ab9b816690f7ffa08166fa", "parents": ["bff465aab77328db9d7c85f833b0ed0c0c833582"], "commit": "c3e12be3ed6c14e7e04caadd08818ce5c3781f4f", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1521744503, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1521744503, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "856cff5fb577bc2fceddcfe2bb2ce00f8bd5f673", "parents": ["d7927bb75c830df0f81bb8a2773c01dddb7ecf7a"], "commit": "bff465aab77328db9d7c85f833b0ed0c0c833582", "message": "## 3/22/18 scattered notes\n\n* TOC\n{: toc }\n\n### What I read/watched today\n\nI got a reply from Kevin Lyangh which first sent me to [this video on statecharts](https://keminglabs.com/talks/#yow2015)\n\nThen to I stumbled onto a few David Nolan talks, which I thought were interesting mainly because they referenced \"Two Cultures of the Scientific Revolution\" (which I recently read and didn't think much of), as well as Out of the Tarpit (which I also recently re-read and enjoyed).\n\nI then got pulled into [Rich Hickey's Value of Values](https://www.youtube.com/watch?v=-6BsiVyC1kM) which provided some good counter-arguments to my [thoughts about specificity](./notes/kill-primitives). Echoing what I just heard from David Nolan, he mentions that we almost always choose bad abstractions and that they often get too much in the way. This point really stuck with me, because abstractions and math seem so elegant, yet maybe their overapplication, like with class inheritance in Java, is what gets us into trouble. On the other hand, simple primitives are portable and easy to understand.\n\nThen I read almost all of the articles on The world of statecharts, read most of the threads in the chat.\n\nRosmaro (and medium posts)\n\nhttps://sverweij.gitlab.io/state-machine-cat/\n\nI also read the first few chapters of [Ian Horrock's Constructing the User Interface with Statecharts](./media/Constructing the User Interface with Statecharts Ian Horrocks.pdf).\n\nI also took [some silly notes on how I'm beginning to view much of the \"evil\" in programming due to historical accidents that have remained with us long past their usefulness](./notes/historical-accidents). (Side note: I think it's probably fruitless to look for \"the root of all evil\" in programming, be it historical accidents today or primitives yesterday. There are two ways to replace this persuit: 1. Be more explicit about trade-offs, and the contexts under which you'd choose between alternatives, and 2. Look for a positive philosophy of what programming is, almost in the John Dewey sense.)\n\n### What remains\n\n* Finish reading [Ian Horrock's Constructing the User Interface with Statecharts](./media/Constructing the User Interface with Statecharts Ian Horrocks.pdf) after page 49.\n* Read [xstate's docs](http://davidkpiano.github.io/xstate/docs/#/) and maybe bulid something in it\n* Read the final two pieces of The World of Statecharts that I haven't read yet: [one](https://statecharts.github.io/use-case-statecharts-in-user-interfaces.html) and two](https://statecharts.github.io/how-to-use-statecharts.html)\n*\n(read more about rosmaro guy's no if and no boolean, as well as the anti-if campaign)\n* maybe post to [the statecharts chat](https://spectrum.chat/statecharts/general)\n* read [this research paper about statechart UI building](http://phrogz.net/developing-user-interfaces-using-scxml-statecharts)\n\n### Yearning for real-world problems\n\nAfter watching all of these videos, I was left with a sense of blah. What do I do with all of these thoughts? Is this method or that method better? Under which circumstances? My thinking became so divorced from any concrete problems that I felt impossible to compare the trade-offs between alternatives.\n\nAnd so I had an idea: what if I use coding on WoofJS as a way to explore many of these ideas. More specifically, what if I use refactoring WoofJS to explore some of these ideas?\n\nThe tantilizing idea would be to start small, maybe just one boolean flag, or one function, and slowly refactor the app back to some sort of sanity. Of course, we still are left with the problem of determining what is sane and what is insane. I don't want to simply move WoofJS from VueJS to some new platform, like CycleJS or Elm or xstate, and just have similar-ish problems but in a new framework. That's a very expensive way to try out a framework.\n\nYet on the other hand, I fear that re-building simple apps, like a button that counts how many times it's been clicked, or even ToDo MVC will not expose me to the truly intricate and sticky problems that would expose whether an approach is good, and also motivate alternative approaches to solving such real-world problems.\n\nA relevant thought here is to bring in Alan Kay's advice to Samantha John: make a list of a few complex applications you want to be able to create in a framework to test and motivate its generality. This is reasonable advice. Some that come to mind:\n\n* [ToDo MVC](http://todomvc.com/)\n* [RealWorld](https://github.com/gothinkster/realworld)\n* Basic scratch games (http://coding.space/scratch)\n* Basic JS apps (http://coding.space/web)\n* Agar.io\n* Candy Crush (Sam John's idea)", "changes": [[34, 0, "notes/historical-accidents.md"]]}, {"committer": {"date": 1521741643, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1521741643, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "d6e96e0eac49b2c7aaf80bdc3cbe601e0fd352c0", "parents": ["28c9e628b5e007b34955a246e9536cc580e17789", "46bf255e44394ddc374c95ee4ad148a98d877b6e"], "commit": "d7927bb75c830df0f81bb8a2773c01dddb7ecf7a", "message": "Merge branch 'master' of https://github.com/stevekrouse/futureofcoding.org", "changes": []}, {"committer": {"date": 1521661896, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1521661664, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "70bad05062c4612b964050b365542e77f34277f7", "parents": ["f1b011d8db43b25f17aafc8cc129f9bbcbef08f5"], "commit": "28c9e628b5e007b34955a246e9536cc580e17789", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1521661664, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1521661664, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "1be797eb1beec2a6708c84c80d11debb3dffc6bc", "parents": ["e2dc2ff7555091061e6d521fa1b5a588453dec57"], "commit": "f1b011d8db43b25f17aafc8cc129f9bbcbef08f5", "message": "## Fun, fustrating, little progress on killing primitives\n\nPart of the problem doing work on the computer is that I'm too plugged in. Whenever I get stuck in my thinking, it's almost too easy to google around for related work. There are many benefits for struggling through the problem myself, not least of which is that it's quite fun -- I did it last week via pencil and paper and it was a blast.\n\nToday was 6 hours of FoC work. 0 hours of Dark work. Very productive! Tomorrow maybe I'll do 1.5-3.5 hours of Dark work, and then 3ish hours of work here. In particular, I'm excited to explore xstate, statecharts, David Piano, and maybe email him to invite to chat on the podcast.", "changes": [[115, 0, "notes/kill-primitives.md"]]}, {"committer": {"date": 1521656831, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1521656590, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "5a5113da4c8827f8fed21cdd29684f741c953c2a", "parents": ["02ce60103336132b288b3f76549397de0462df46"], "commit": "e2dc2ff7555091061e6d521fa1b5a588453dec57", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1521656590, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1521656590, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "c4820029a6f3dc646aad6b0d37cd1fca94dca3a9", "parents": ["825e4615a2fcfcde88623d8f1cfd9cece25ac9a7"], "commit": "02ce60103336132b288b3f76549397de0462df46", "message": "## 6th plan\n\nSpent a few hours this afternoon thinking about this project from a meta level. Wasn't so much fun, nor particularly productive, but I did get some things off my chest I think.\n\nOn the one hand, I want to spend less time thinking about the work I'm doing, and just do the work. On the other hand, if I just let myself get pulled in interesting directions, I end up falling into internet holes, like I did this morning, and then feel unproductive. Hard to find a balance here. One thought is to set up time-boxes for free-flowing thought vs thought about a specific topic vs building time, etc. Potentially I could do it without a computer or without wifi to focus.\n\nI am going to spend the next hour or so actually doing the work that I'm curious about: primitives (booleans, ints) too generic and lead to overloading, etc, etc.", "changes": [[62, 49, "plan.md"]]}, {"committer": {"date": 1521634686, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1521634358, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "9b4df5d700e6b8fa0220c89365d376afe4175737", "parents": ["7e1ff5ff8ae19bbbf84c1e0b6b70dce522aeec7a"], "commit": "825e4615a2fcfcde88623d8f1cfd9cece25ac9a7", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1521634358, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1521634358, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "b4890e8608932e7001c19f2e7158aa5bfa2717cc", "parents": ["6d9c0378d0b17ca5d0c84d7a7bc421c9b42f0718"], "commit": "7e1ff5ff8ae19bbbf84c1e0b6b70dce522aeec7a", "message": "## Interface design research\n\n* TOC\n{: toc }\n\n### Pure UI\n\nI picked up today where I left off yesterday, reading about Pure UI and Pure UI control. Excited to continue exploring this way of thinking, and statecharts, David Piano, etc, here: [https://statecharts.github.io/use-case-statecharts-in-user-interfaces.html\n](https://statecharts.github.io/use-case-statecharts-in-user-interfaces.html\n)\n\n### Kevin Lynagh\n\nI then clicked on Kevin Lynagh's name in the Pure UI Control essay and fell into a hole about him and Subform, [some notes here](./notes/kevin-lynagh).\n\nExcited to reach out to him for the podcast. Ditto with Adam Solove. Will reach out now...", "changes": [[34, 0, "notes/kevin-lynagh.md"]]}, {"committer": {"date": 1521574326, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1521573817, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "a012ded2f622e24e289d3c65b9fd0044a757db02", "parents": ["e5d16e83da695e6f789f349f6aa50b9874adbd8d"], "commit": "6d9c0378d0b17ca5d0c84d7a7bc421c9b42f0718", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1521573817, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1521573817, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "35034c25b3ec665570a9a67f45b545cdbea593ce", "parents": ["9319e5dd0c8f5f5515a8cb65ecc603a018f5839d"], "commit": "e5d16e83da695e6f789f349f6aa50b9874adbd8d", "message": "## Twitter research\n\n* TOC\n{: toc }\n\n### Inviting people to the podcast\n\nI looked at [this list](https://github.com/stevekrouse/futureofcoding.org/issues/18) of potential guests, invited my friend Nicolae Russan as well as his friend Simon last to the podcast, and reached out to Brent Yorgey as well.\n\nI really enjoyed reading [Brent's slides](http://ozark.hendrix.edu/~yorgey/pub/explaining-errors-slides.pdf) on Explaining Type Errors through an interactive interface where you click on a series of questions. However, it did make me recall Bret Victor's \"interaction considered harmful\" point, and I wonder if there are ways to build a context-sensitive graphic for explaining type errors without any interaction nor a block of text. Maybe with colors? Maybe with shapes? Definitely in the context of where the error is occuring, and not in the console.\n\n### xstate\n\nI then took to [my Twitter list](https://twitter.com/stevekrouse/lists/future-of-coding) for more inspiration, where I stumbled upon [xstate](https://github.com/davidkpiano/xstate), which seems quite similar to CycleJS, particularly now that they can generate state diagrams from your code. I'm quite excited to read:\n\n* https://rauchg.com/2015/pure-ui\n* https://medium.com/@asolove/pure-ui-control-ac8d1be97a8d\n* https://statecharts.github.io/use-case-statecharts-in-user-interfaces.html\n\nI also stumbled across this neat tool. \"Dynamic layout meets direct manipulation.\": https://subformapp.com/\n\nGoodness! There are so many people building cool things in this space. It's difficult to find a balance between research and novel work.", "changes": []}, {"committer": {"date": 1521484921, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1521483379, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "132278bf7dfb824f22283f81f1b89daea5dadd1b", "parents": ["299337d6cb33538faabf77e9473fe9091978ce09"], "commit": "f1dc8cdf0d1a8553d36a9bce312ebc281e6dc9f3", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1521483379, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1521483379, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "e69769e1cc5c45f4bcc22c2af7cbed21a4eff279", "parents": ["653b9472e17d96488536ccb9f2f5a15c6192b00f"], "commit": "299337d6cb33538faabf77e9473fe9091978ce09", "message": "## Newfound excitement\n\n* TOC\n{: toc }\n\n### Direction lost\n\nAfter my visit to Dynamicland at the end of Jan 2018, I [decided to pause this project](http://futureofcoding.org/log#journal-break). I think there are a few reasons I lost direction here:\n\n1. I saw a lot of really smart people that I look up to have a hard time in this space (Bret, Alan, Chris Granger)\n2. I felt that my chances of success were dim\n3. I found it difficult to explain what I was doing to friends, family and strangers at parties\n4. I lost track of who or for what use-case I was doing this work\n\nSo I started looking for full time work as an engineer. Got a job offer. Turned it down. Then found some part-time work...\n\n### Dark (Paul and Ellen's new startup)\n\nPaul Biggar (of CircleCi) has started a new company with Ellen Chisa. They reached out to hire me to do some consulting work for them part time, like 5-10 hours per week. It's actually been amazing, potentially exactly what I needed to get re-invigorated here. I started working with them in early Feb, doing analysis of developer companies, like Eve or Luna. Would love to get some of this work on here in a productive way.\n\nIt's actually been really heartening doing this analysis. I am beginning to see how companies like Eve made mistakes that I could avoid, such as spending years iterating on visual programming interfaces or overly optimizing for beginners right off the bat.\n\n### Fuck the learning curve\n\nIn other words, I am finally beginning to come around to Paul Chuisano's view that learning a new system is a one-time cost. Of course we want to onboard users as fast as possible but it's not the most important thing to get right on day 1, and it's definitely not the thing to optimize for. Instead, let's fuck the learning curve and optimze for the producitivity in the medium-term. (We can always build a better interface later, maybe even a syntax-less one, but text is great for iterating quickly.)\n\n### Working on Woof\n\nHowever, probably the thing that has got me most excited about returning to this project is [the work I did on Woof last week](https://github.com/stevekrouse/WoofJS/commit/04a7ce1e3e371957d4304a049e96dc8a6818bc59). It took me ~6 hours and was mostly super fustrating, but also fun and addicting, like a video game. It reminded me how much I both love and hate programming, and hinted at how amazing it could be with the right abstractions.\n\n### Overloading\n\nA few weeks back, r0ml was kind enough to give me a guided tour of both APL and Squeak Smalltalk. Both were incredibly fascinating and inspiring!\n\nWhile the APL overloading and concise mentality is admirable in some respects, I also wonder if it could be the root cause of much evil. The thought goes something like this: if you use the same concepts for multiple different contexts, you end up artifically boxing yourself in unneccesarily. Instead if you could be more specific about the \"shape\" of your app, and all possible *semantic* states it could get it, you could more purely represent your app as a system of relationships, and then understanding and extending it would be greatly simplified.\n\nThis builds upon my ideas of the past such as \"booleans are too generic,\" to include such ideas as \"integers are too generic.\"\n\n![overloading](https://user-images.githubusercontent.com/2288939/37614064-9828a254-2ba1-11e8-899f-59385ade596d.jpg)\n\n\n### Thoughts about where to spend time\n\nI think I need a new framework for this work. I made a list of the type of activities that I do here:\n\n![time](https://user-images.githubusercontent.com/2288939/37614063-980234f2-2ba1-11e8-9470-196128b4c73c.jpg)\n\nI wonder if it would be better if I structured my work around publishing stuff and trying to get views or upvotes on HN. I like it because of the social proof and it would feel good, but I am worried it's too much click-bait-y and focusing too much getting attention.\n\nAnother thought is to focus my attention on a really small problem that I think I can solve well.\n\nAnother thought is to find a mentor or some structure in the context of other people.\n\nAnother thought that gives me solace is that this stuff is really deep and complicated and the key is optimzing for long term productivity and excitement, so I need to find a structure that lets me have fun here for a while, while staying productive...\n\n#### Throw out HTML, CSS\n\nAnd a final thought is to pick a big ambitious project to spend most of my time on. One idea that I keep returning to is \"throwing out the DOM (HTML, CSS) and starting over on the canvas,\" including building input boxes, etc, from scratch. This project is quite similar to Morphic (more specifically, morphicJS) so I'd start with research there, and try to find other attempts at this vision. Potentially, the canvas is not the right compile target and something more modern or cross-platform would be better, like openGL.\n\nI really admire Elm (and Fran, but need more research here). Also Brent's Diagrams is interesting for inspiration. The dream would be a very mathmatical language, one in which centering stuff, laying it out, would be super simple. Ditto for animation. All maths and relationsihps. All very pure. And cross platform is by default because so abstract. And reactive by default because canvas is immediate mode already. Also, it will be \"turtles all the way down,\" like Smalltalk, in that there's no browser magic elements, like . Everything is hackable. Don't just change the CSS: change the actual thing or whatever.", "changes": []}, {"committer": {"date": 1521481529, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1521481492, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "e69769e1cc5c45f4bcc22c2af7cbed21a4eff279", "parents": ["6ac6e76a438ce1144fc9f5ea226d3754924594b9"], "commit": "653b9472e17d96488536ccb9f2f5a15c6192b00f", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1521481492, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1521481492, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "ec98f3b2a6b7467663d1fec779aa2813ed39b618", "parents": ["b16a867d92cfc181ce499a7d4b196533a7c02a28"], "commit": "6ac6e76a438ce1144fc9f5ea226d3754924594b9", "message": "## Started Eve Tribute\n\n(I acutally did this work a few weeks ago and forgot to commit.)", "changes": [[231, 0, "essays/eve.html"], [167, 0, "essays/eve/index.html"], ["-", "-", "essays/eve/media/FiveSquare.png"], ["-", "-", "essays/eve/media/aurora.png"], ["-", "-", "essays/eve/media/card-wiki.png"], ["-", "-", "essays/eve/media/excel-eve.png"], ["-", "-", "essays/eve/media/first-syntax.png"], ["-", "-", "essays/eve/media/first-ui-editor.png"], ["-", "-", "essays/eve/media/grid-eve.gif"], ["-", "-", "essays/eve/media/madlibs-notebook.png"], ["-", "-", "essays/eve/media/markdown-eve.gif"], ["-", "-", "essays/eve/media/table-eve.png"], ["-", "-", "essays/eve/media/when-do-madlibs.png"], ["-", "-", "essays/eve/media/wiki-eve.png"]]}, {"committer": {"date": 1517519283, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1517519280, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "2bd5b918e1f73813febe925ff02c43a32bc424de", "parents": ["b1dd71ab1bfe1c4bb8183bb3940168739747f9d6"], "commit": "b16a867d92cfc181ce499a7d4b196533a7c02a28", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1517519280, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1517519280, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "74534acbd9f7f31b6a506ccd6e4724fe93be2fd0", "parents": ["485ac4380dee5a7d4a87d01f4d00dbd1b2f515cb"], "commit": "b1dd71ab1bfe1c4bb8183bb3940168739747f9d6", "message": "added ep 21, aidan cunniffe", "changes": [[27, 0, "episodes/21.md"], [1, 0, "index.html"]]}, {"committer": {"date": 1516728432, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516728430, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "1aebc98dece912eb19408637ad397769be279258", "parents": ["6bcf90218784bd68434a773f92d6c875719e7d4c"], "commit": "485ac4380dee5a7d4a87d01f4d00dbd1b2f515cb", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1516728430, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516728430, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "d846ffb217c57bbe3f5502645c9d17749ae7e874", "parents": ["10a6980535c837d4f1d222d657beeb351c1ede6d"], "commit": "6bcf90218784bd68434a773f92d6c875719e7d4c", "message": "add dynamicland recap", "changes": [[44, 0, "notes/bret-victor/dynamicland.md"]]}, {"committer": {"date": 1516662048, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516661642, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "23670b2d017b48339920a8c0fc44f87d0fb34334", "parents": ["56f6c4f89322fb88e8ec8f4d4be2069ab3688b2b"], "commit": "10a6980535c837d4f1d222d657beeb351c1ede6d", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1516661642, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516661642, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "0ee913610ed904317ec0c3541541cd78b74137b4", "parents": ["696fbd0a916cc2c4ad083431e08693b7d1012977"], "commit": "56f6c4f89322fb88e8ec8f4d4be2069ab3688b2b", "message": "## Journal break\n\nGiven how Bret Victor is the main inspiration for this project, it was really really fascinating to spend so much time around him last week. One of the biggest things I took away was that \"improving programming\" is a difficult goal to shoot for directly. The biggest improvements to programming happened when someone from a different field were shooting towards a bigger, more abstract goal. They also never came from young people. I'm going to have to think through how these new ideas influence this project. Potentially I will put it on pause for a while.\n\n## Interviews tomorrow\n\nI haven't done any interviews this year, but I hope to rectify this with two interviews tomorrow. I'll release one either late this week or early next week, and the other either late next week or early the following week.", "changes": []}, {"committer": {"date": 1516421982, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516421980, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "0ee913610ed904317ec0c3541541cd78b74137b4", "parents": ["eeb1f0d3c5a9e98a61dbc302c8bdd4e2abd0831a"], "commit": "696fbd0a916cc2c4ad083431e08693b7d1012977", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1516421980, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516421980, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "fecac03b744684b2ef38cbdabbca74d6169779b3", "parents": ["c39c1c89611cdb30559637185e21f45b31aea7a8"], "commit": "eeb1f0d3c5a9e98a61dbc302c8bdd4e2abd0831a", "message": "don't forget to tweet videos", "changes": [[1, 1, "_data/git-log.json"], [1, 0, "notes/bret-victor/dynamicland.md"]]}, {"committer": {"date": 1516421868, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516421865, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "6bacc2e1fd5d2b22b14fb4e2967057d1fcdaef83", "parents": ["a2b5fd8ac1bc9756d04d34139a8c70144e4d08d0"], "commit": "c39c1c89611cdb30559637185e21f45b31aea7a8", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1516421865, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516421865, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "3a9d381462c7b9135133ba577c113840be533563", "parents": ["b72f40778bf5305a5546dc808a9fe30c36cecdec"], "commit": "a2b5fd8ac1bc9756d04d34139a8c70144e4d08d0", "message": "dynamicland, day 5 recap", "changes": [[1, 1, "_data/git-log.json"], [29, 0, "notes/bret-victor/dynamicland.md"]]}, {"committer": {"date": 1516391913, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516391911, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "71eb9fccfd208433a55c6a29f661202df72c111e", "parents": ["fe7ffe02178b9031c122914bdd686f3838d62a1a"], "commit": "b72f40778bf5305a5546dc808a9fe30c36cecdec", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1516391911, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516391911, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "fa9609d2a946585d17d48aca1d59ab594b6cf1ef", "parents": ["64d484465577365e7eec6261f95ac09fdfb1e973"], "commit": "fe7ffe02178b9031c122914bdd686f3838d62a1a", "message": "dynamicland day 5 prep", "changes": [[1, 1, "_data/git-log.json"], [28, 0, "notes/bret-victor/dynamicland.md"]]}, {"committer": {"date": 1516335676, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516335673, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "eabe268557a13eb4d7f5213367f5d344a45a6f2e", "parents": ["ab07522bd39d8ceb850aa4197c3d3d815322441d"], "commit": "64d484465577365e7eec6261f95ac09fdfb1e973", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1516335673, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516335673, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "cad49175b955c50f13072fe1e81912cc26f7f80d", "parents": ["5d0b1e16be2d924d2d841b01bee68420de7f185f"], "commit": "ab07522bd39d8ceb850aa4197c3d3d815322441d", "message": "dynamicland, day 4", "changes": [[1, 1, "_data/git-log.json"], [39, 0, "notes/bret-victor/dynamicland.md"]]}, {"committer": {"date": 1516240808, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516240805, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "abfe4010da23f34a7681ae16273c499858c15e8c", "parents": ["0910ae89df1a731edb1ac787494306b0d1e28564"], "commit": "5d0b1e16be2d924d2d841b01bee68420de7f185f", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1516240805, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516240805, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "c4dc1dabeaef966fb96a66c6202805cd1f221e81", "parents": ["d2d4a13be363782c2028ba818df6bc35917e41b0"], "commit": "0910ae89df1a731edb1ac787494306b0d1e28564", "message": "dynamicland, day 3 recap", "changes": [[39, 0, "notes/bret-victor/dynamicland.md"]]}, {"committer": {"date": 1516213389, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516213387, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "770cc6cfc0cb6104589e4d8cc79c303930a5454c", "parents": ["202cff1995068e6198f8250f3b0823349ff97e3e"], "commit": "d2d4a13be363782c2028ba818df6bc35917e41b0", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1516213387, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516213387, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "349d14f5a6576d94e9ff734ad48396d9e82d4f00", "parents": ["6722d687b60708297cc63a6dd08eda8860601ee1"], "commit": "202cff1995068e6198f8250f3b0823349ff97e3e", "message": "day 2 recap; day 3 prep", "changes": [[27, 2, "notes/bret-victor/dynamicland.md"]]}, {"committer": {"date": 1516134296, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516134193, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "14a036551af5ebdcf2f5b49a07356ffa2987391b", "parents": ["86fec0ca3760ae2499551e39e0fdcd85e85662ed"], "commit": "6722d687b60708297cc63a6dd08eda8860601ee1", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1516134193, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516134193, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "794816a8a0637ba65d323008c3e8b02ce4375fe1", "parents": ["d903e56fc63cebdb7a3e7f32ab78652521c80376"], "commit": "86fec0ca3760ae2499551e39e0fdcd85e85662ed", "message": "## reflection 11\n\nBoom - started and finished in an hour. If I reflect often enough, and don't try to be comprehensive about it, I think I can put up with this.", "changes": [[88, 0, "reflections/11.md"]]}, {"committer": {"date": 1516130705, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516130703, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "0d5f5350f09de25e556be31fbe01142bff0181bc", "parents": ["4676be8d7f4ed7ee22f7590b4ed87a031399764a"], "commit": "d903e56fc63cebdb7a3e7f32ab78652521c80376", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1516130703, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516130703, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "d5c34a2c2ec712f1820a67eab13e54da7c6b1d8d", "parents": ["a015e60f594e39660d25f34ec81cea80c3c7cc90"], "commit": "4676be8d7f4ed7ee22f7590b4ed87a031399764a", "message": "add link to live page", "changes": [[5, 3, "log.md"]]}, {"committer": {"date": 1516130688, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516130686, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "47757bcc075917ac5aaebf103ab8ef9c1846117c", "parents": ["43b20060f08d179d2b37009cd57848d3967b56f4"], "commit": "a015e60f594e39660d25f34ec81cea80c3c7cc90", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1516130686, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516130686, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "4a8d36aef528905087099a7edfd25b29fcba7084", "parents": ["c99e4d84bf63eae7740d69683a27925ef2243af1"], "commit": "43b20060f08d179d2b37009cd57848d3967b56f4", "message": "removed title jekyll typo", "changes": [[1, 1, "episodes/20.md"]]}, {"committer": {"date": 1516123175, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516123173, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "aa8dfbadb8fd02ba094c9f11d093fff0c6f6c030", "parents": ["54397fb467a65481373eba0f12fde8c0508311c6"], "commit": "c99e4d84bf63eae7740d69683a27925ef2243af1", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1516123173, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516123173, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "ed3acaeb5e7a6ac63290dffbb3911f0132ad5ccb", "parents": ["e45dc72f0b5d6045b9e461fe155a66492dee9213"], "commit": "54397fb467a65481373eba0f12fde8c0508311c6", "message": "prep for dynamicland, day 2", "changes": [[1, 1, "_data/git-log.json"], [69, 0, "notes/bret-victor/dynamicland.md"]]}, {"committer": {"date": 1516078274, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516078271, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "7f688af87bd37d1386cd860dde013c2f98be7970", "parents": ["c50a437219cbbda52bc4687b820db6d49c28369e"], "commit": "e45dc72f0b5d6045b9e461fe155a66492dee9213", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1516078271, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1516078271, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "7cc218ce9fd57ca9cbe2d7bc9815b97c294c8e5a", "parents": ["1b55af4b04024b962c3a939922fbbf2927578579"], "commit": "c50a437219cbbda52bc4687b820db6d49c28369e", "message": "Dyanmicland visit, day 1", "changes": [[1, 1, "_data/git-log.json"], [47, 0, "notes/bret-victor/dynamicland.md"]]}, {"committer": {"date": 1515801319, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1515801311, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "66c03f4fb933f504b5eac3f25d6f985fbadba052", "parents": ["74851490e6a04231cccdd4c96c28bfb884c92c52"], "commit": "1b55af4b04024b962c3a939922fbbf2927578579", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1515801311, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1515801311, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "bd304ee16512fc4dd160a09ca269fb4e6bf12d04", "parents": ["4c0956275a911a474347b052709529f5955f098f"], "commit": "74851490e6a04231cccdd4c96c28bfb884c92c52", "message": "## Rushed BV deep dive\n\n### Quick progress\n\nQuick & dirty progress with little to no note taking was made today on a number of BV things:\n\n* Media for Thinking the Unthinkable\n* The Future of Programming\n* Seeing Spaces\n* RESEARCH AGENDA AND FORMER FLOOR PLAN\n* The Humane Representation of Thought\n\nAs well as a few selected references that he linked to from those (or the notes for those), but you'll have to see my notes in this commit for all that jazz.\n\n### Remaining things\n\nThought I didn't get to them today, I think it would be useful to me to read both Bret's _2013 links_ and _What a technologist can do about climate change_ before I show up at Dynamicland. I have plenty of time for both of these things before Monday at 1pm PST, but it's also not a tragedy if I don't get to them.\n\nAs far as my BV deep dive goes, I'd say that it's as done, if not more done, than the deep dive I did into Alan Kay. There's more to be looked at for both men, for Alan there are many videos, and for Bret, there are past websites, projects, and journal entries. But I suspect that after next week, I will feel content in my knowledge of Bret Victor for now, and would be more happy spending time with his sources, than with him directly. And of course, re-reading and re-watching is always useful so I can always comes back to this if I need to.\n\n### Self-directed masters program\n\nOn a trip to the bathroom, I picked up Richard Rorty's _Philosophy and Social Hope_ and was blown away by the first few pages. He alluded to being able to dissolve [my current paradoxical thoughts on the distinction between inventtion vs discovery](/essays/invented-or-discovered). It feels like Rorty might do for Dewey what Deutch does for Popper.\n\nAnyways, I have a stack of books in front of me ranging from Piaget to McLuhan to Raskin to Vygotsky to Brooks to Rheingold to Minsky to Hofstader. And I have at least another dozen such books elsewhere that feel like essential reading for me to live a fufilled life. Thus had the thought to structure all of this reading and reflecting into an organized structure of some sort, which I am currently referring to as a \"self-directed masters program.\" Here are some of the tasks (unordered) that represent my current thinking of the next steps here if I choose to continue planning in this direction...\n\n* look into how other masters' programs, PhD programs, or other programs of study are organized, such as [Open Masters](https://www.openmasters.org/) and [Steph Jang's post](http://stephjang.com/blog/free-masters-program/)\n\n* think about the topics / questions / goals (in other words, why do this over getting a job or starting a company, or any other possible thing?)\n\n* will there be a thesis or end product, one or many?\n\n* mentorship?\n\n* physical location?\n\n* time\n\n* budgeting", "changes": [[1, 1, "_data/git-log.json"], [130, 4, "notes/bret-victor/index.md"], [2, 0, "notes/bret-victor/questions.md"]]}, {"committer": {"date": 1515780096, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1515779539, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "87c34418b4758330b4de0bd9c2e22ae864e0d593", "parents": ["4a45b8253d0ea3efca8c63b00621014256296fc5"], "commit": "4c0956275a911a474347b052709529f5955f098f", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1515779539, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1515779539, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "79983bdafbcbecbe4ea0dfb0c40d2b50188a4d2d", "parents": ["d5bc039ec025da465c41863f9350860281dbe280"], "commit": "4a45b8253d0ea3efca8c63b00621014256296fc5", "message": "## Plan for 01/12/18\n\n### _Media for Thinking the Unthinkable_\n\nI spent the morning watching _Media for Thinking the Unthinkable_, again without taking notes, but still making an effort to read sources, which in this case included [The Unreasonable Effectiveness of Mathematics](http://www.jstor.org/stable/2321982) and [An Ill-Advised Personal Note about \"Media for Thinking the Unthinkable\"](http://worrydream.com/MediaForThinkingTheUnthinkable/note.html), the ladder of which had a few wonderful gems, including:\n\n> Any concept, technique, or tool that is specific to software engineering is guaranteed to have a short shelf life, at least on any time scale that I personally care about. (Which is totally fine if you're into that, but this is my ill-advised personal note, not yours, and I personally care about mattering 100 years from now.)\n\nWow, that's fascinating. Makes me wonder about where this desire to attain a lasting legacy comes from.\n\n### Rest of today\n\nI'm going to take an the next hour for lunch and mayge get a haircut, so that puts me at 2pm, and then I have to leave for dinner at 7pm, so I have 5 hours for work. Given that this is my last real work day before visitng Dynamicland, I'd like to get through the following things:\n\n* finish the last ten pages of _Visual Display_\n* finish reading _No Silver Bullet_\n* finish my [BV deep dive](/notes/bret-victor), which includes:\n * The Future of Programming\n * RESEARCH AGENDA AND FORMER FLOOR PLAN\n * Humane Representation of Thought\n * What a technologist can do about climate change\n\nWill probably have to go much faster than usual to make it through. No problem.", "changes": []}, {"committer": {"date": 1515708602, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1515707262, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "79983bdafbcbecbe4ea0dfb0c40d2b50188a4d2d", "parents": ["751bad4e6e1c1b12dfdb76de05ff6a72ca0c5b03"], "commit": "d5bc039ec025da465c41863f9350860281dbe280", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1515707262, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1515707262, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "10a90baa816c4615e606a123ec8f493d5d376865", "parents": ["3a4c4681e176271056a5f1b915781152a6e4301f"], "commit": "751bad4e6e1c1b12dfdb76de05ff6a72ca0c5b03", "message": "## Reading Tufte\n\n### _The Visual Display of Quantitative Information_\n\nToday I read 178 out of the 190 pages of Tufte's _Visual Display_. It was While I have recently been writing copious notes while I read, today I simply read without taking any notes, despite of course, this adorable note:\n\n

    My girlfriend's cat hates it when graphics get order but not magnitude right. He's a big @EdwardTufte fan pic.twitter.com/aSGoFp9CPk

    — Steven Krouse (@stevekrouse) January 11, 2018
    \n\n\nIt was interesting reading. When I turned the page and found the beginning of the next chapter, I would intend to take a break, but figured I might as well read first read the first few lines of the next chapter just out of curiosity. But then my curiosity would be so piqued that I'd find myself going chapters at a time without breaks. It was a good 4 hours of Tufte today.\n\nGiven that I don't have any immediate concrete, practical use for these skills, I'm not sure how useful it felt. As a study in where ideas come from, it was interesting to see many Bret Victor ideas I'm familiar with in their original context. For example, I recognized sparklines, a Tufte invention, from BV's work (although in a quick web search, I am unable to find an example of this...) This speaks to the question of pre-loading vs just-in-time learning. I feel like most of the value in my reading today will be in knowing where the answers to questions about data visualization will likely be found -- and that there are answers here at all -- rather than the actual rules or techniques that I read given that I am likely soon to forget them in the absence of applying them anytime soon.\n\n### Steve's Search for Meaning\n\nRecently I've been talking a lot about meaning, asking questions about the value of earning money, status anxiety, and company mission statements. Given that this is not the first time my brain has wadded its way into this territory, I am suspect that these concerns are \"real\" concerns, in that I don't actually care about the answers to these questions. I feel that it's much more likely that I am feeling unsettled for some external reasons (such as having less contact with people given all the reading I'm doing, or having less structure in my life), and am then looking for logical questions to focus my and others' attention on to explain away my unsettled internal state.\n\nWhen I shift my attention away from these questions, and back to my current plan of pickling myself in ideas, I feel much less anxiety: as long as I read a lot, and reflect on my reading, I'm following the plan. Another thing that abates my worries: the books and essays on my to-do list are first-class. In fact, it's difficult to find any to remove, and sometimes feels impossible to prioritize. My disquiet disappers entirely if I simply focus on enjoying the pinacle of pleasure that I have the luxury to enjoy by simply being allotted the time to dive into books that are interesting and potentially useful to me. That is, if I stop justifying, and simply enjoy.", "changes": []}, {"committer": {"date": 1515627432, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1515627317, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "10a90baa816c4615e606a123ec8f493d5d376865", "parents": ["f0e27d006fdfa75a1b570638b895336b05a46c53"], "commit": "3a4c4681e176271056a5f1b915781152a6e4301f", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1515627317, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1515627317, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "fd3a2857159974ddc236210cf27e736b91d33799", "parents": ["aab0761a325598f5a72eed066527f647c255c53c"], "commit": "f0e27d006fdfa75a1b570638b895336b05a46c53", "message": "## Good meetings and reading\n\n### Questioning the idea of crusade\n\nI've been doing a lot of questioning these days. Today I did my questioning with Omar Rizwan and my cofounder Eli. Maybe Bret's importing of the idea of \"cause\" from social activism into engineering isn't such a great idea? Maybe it's more fun and useful to solve problems for real people on their own terms - without having a bait-and-switch reason why.\n\n### Finishing Learnable Programming\n\nTechnically not 100% finished, given that I need to read all references, and I'm [not entirely done](/notes/no-silver-bullet) with No Silver Bullet.", "changes": [[1, 1, "_data/git-log.json"], [38, 1, "notes/bret-victor/learnable-programming.md"], [73, 0, "notes/no-silver-bullet.md"]]}, {"committer": {"date": 1515536900, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1515536782, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "9302b94f0adb2307b4fd5ab4a1bb0b8fe22cdc08", "parents": ["3c1e836b2690ad0777cedaa50121b3c09cfc16b2"], "commit": "aab0761a325598f5a72eed066527f647c255c53c", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1515536782, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1515536782, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "2cf72d61b54756075e12f5be8371c9134ac646b4", "parents": ["4334f2a4f9e3fab4844cbd176def1228fb6df9fd"], "commit": "3c1e836b2690ad0777cedaa50121b3c09cfc16b2", "message": "## Big long day of BV deep dive\n\nStill making my way through Learnable Programming, making sure to read all of the footnotes and refernces, as well as fully articulate all of the relevant other thoughts I have while I read. This is probably too much writing, I'm beginning to realizing, but I am indeed almost done! With this one essay. Then there is much to do read and re-watch before heading out to Dynamicland.\n\nI also got my first Tufte book, the Visual Display, and would love to get partway into that at least as well.", "changes": [[1, 1, "_data/git-log.json"], [24, 3, "essays/customer-support.md"], [41, 0, "essays/regex-for-humans.md"], [127, 1, "notes/bret-victor/learnable-programming.md"], [23, 0, "notes/bret-victor/questions.md"]]}, {"committer": {"date": 1515276246, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1515276244, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "2395f3abccb210905a5ff1155a75b5e7d0745777", "parents": ["ac28294a82c40065e2194b8fe5598962db98f67c"], "commit": "4334f2a4f9e3fab4844cbd176def1228fb6df9fd", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1515276244, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1515276244, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "38c9ecf53b8b4ec6f1d676922e137eeac024e10a", "parents": ["1b8c4d8d7d83f74fb5d4c0c80b98e449abae9330"], "commit": "ac28294a82c40065e2194b8fe5598962db98f67c", "message": "more LP notes", "changes": [[28, 0, "notes/bret-victor/learnable-programming.md"]]}, {"committer": {"date": 1515256579, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1515256577, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "35504176f9abb22e3ec59abafa04485aa3848225", "parents": ["38b01c4f51ac4a8d3d9b56a3240c79707efa25fe"], "commit": "1b8c4d8d7d83f74fb5d4c0c80b98e449abae9330", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1515256577, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1515256577, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "018d839459ad1c02e6854e90255d4ffbbf61d1b0", "parents": ["22db15e4cbc239aa109c8960a3677b6790feb09e"], "commit": "38b01c4f51ac4a8d3d9b56a3240c79707efa25fe", "message": "add section about chat bots", "changes": [[1, 1, "_data/git-log.json"], [5, 1, "essays/customer-support.md"]]}, {"committer": {"date": 1515256315, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1515256257, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "bd8211d844d59a8b91ce2762d6878b59c0b401ad", "parents": ["e27cee9c7b1d176e7e49d55f639d4235ba16630d"], "commit": "22db15e4cbc239aa109c8960a3677b6790feb09e", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1515256257, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1515256257, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "bf67ec2fb2a9e5816f669b3b92ba498b7feefae0", "parents": ["33cb6ce1274ece7ca8e75494e5e4855c9f314282"], "commit": "e27cee9c7b1d176e7e49d55f639d4235ba16630d", "message": "## BV deep dive: learnable programming\n\nDid some good reading and writing this morning! As ususal, I wrote much more than I read. Fun fun!", "changes": [[1, 1, "_data/git-log.json"], [52, 0, "essays/customer-support.md"], [59, 0, "essays/learnable-programming.md"], [93, 33, "notes/bret-victor/learnable-programming.md"]]}, {"committer": {"date": 1515190081, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1515190079, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "a130d75841f9ef4970f60d0faff2eca84b2908a6", "parents": ["127b9fd8cd7c6dffbf85a36b828402e220e7fbdc"], "commit": "33cb6ce1274ece7ca8e75494e5e4855c9f314282", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1515190079, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1515190079, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "32d232d12975e58d015eb418605d4d7a32e24631", "parents": ["408fb3830580d2e00e736f36c919d2430726f1c8"], "commit": "127b9fd8cd7c6dffbf85a36b828402e220e7fbdc", "message": "finished reflection 10 (finally)!", "changes": [[31, 92, "reflections/10.md"]]}, {"committer": {"date": 1515189463, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1515189354, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "cc2e9e1531a5867784bbe6b8f2cdb8e46f0c3b8c", "parents": ["39939036d0b55acf4ebd98ef9166ef9702dc5cb3"], "commit": "408fb3830580d2e00e736f36c919d2430726f1c8", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1515189354, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1515189354, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "7e98d1a481c9c597d30c2bdb0b7d49b7ddb38d7c", "parents": ["9d3a66ddee1219cb1f032ea4ca0cac3de597129a"], "commit": "39939036d0b55acf4ebd98ef9166ef9702dc5cb3", "message": "## Shortcut to github issues\n\n* TOC\n{: toc }\n\nNow [futureofcoding.org/issues](./issues) will link to https://github.com/stevekrouse/futureofcoding.org/issues\n\nAnd [futureofcoding.org/issues/3](./issues/3) will link to https://github.com/stevekrouse/futureofcoding.org/issues/3\n\nThis works for arbitrary issues because I wrote the code in the 404 page for this repo, which here acts as a router.", "changes": [[16, 0, "404.md"]]}, {"committer": {"date": 1515187169, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1515186595, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "040368a13550fba089dc576ffcdab835b019fadf", "parents": ["9bbc78fa9dc8bdd2f6efd55ce244e318683546dc"], "commit": "9d3a66ddee1219cb1f032ea4ca0cac3de597129a", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1515186595, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1515186595, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "501153b9496a43530d8d1f8eca92e745bd4ee6db", "parents": ["3deca200332a7ebb1cbe6161faa0db333fb55f50"], "commit": "9bbc78fa9dc8bdd2f6efd55ce244e318683546dc", "message": "## Update for this week\n\n* TOC\n{: toc }\n\n\n### Plans to visit Dynamicland!!\n\nI'm very excited to be visiting Dynamicland in two weeks! I'll be there Jan 15-19 2018. I've heard, read, and seen so many amazing things from there, and I'm pumped to see it all firsthand and play with it all. Hopefully I'll have some fun videos, writings, and/or podcasts for y'all from there soon!\n\n### Where have I been this week?\n\nI have not committed to this project/log/journal at all this week, which is directly contradicting my policy of contributing every day, except when otherwise specified. Part of the problem may be that it's unclear *where* I specify which days I have *on* vs *off*. Food for thought.\n\nAnyways, I've really taken this past week for vacation. I took my girlfriend to waterski on Monday, spent the day with my grandparents on Tuesday (six hours of grandparent technology help was fun!), and spend what was supposed to be my last day in FL with my mom and brother on Wednesday.\n\nWe were supposed to leave Thursday morning, but our flight was cancelled because of the snow. I spent the day packing and then unpacking my things and on the computer and then phone with Spirit airlines. Very fustrating.\n\nHowever today I have been working! I spent the morning on email, then had a fun chat with Paul Chiusano about education, and now am here. I plan to spend the next 90ish min here, then workout, then have dinner.\n\nGiven how unproductive we've been this past week, my girlfriend and I are considering spending this weekend (tomorrow and the next day) working too, so stay tuned on that front. No promies.\n\n### Reflecting on reflection 10\n\nI am overwhelmed by the size and scope of reflection 10. It's both too much to think about and also not fun to think about.\n\nAnd it's just plain embaressing, really indefensible to not get any work done because you're blocked on a reflection time. Apparently there was wisdom in the setup that I had before: Monday's are reflection days. You can only spend as much time as you have on a Monday. This is good because it forces me to not include all sorts of tangents.\n\nSo my current idea is to spend the next 90 minutes finishing reflection 10, of which the goal is to come up with a plan for the next two weeks before leaving to visit Dynamicland.\n\n#### Cleaning up reflection 10\n\nMake the BV deep dive section short. No re-reading of notes.\n\nRemove the Alan Kay / possiblitiy and income sections.\n\nKeep misc updates.\n\nThink about priorities.\n\nLet's do it!", "changes": []}, {"committer": {"date": 1514590238, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1514590238, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "501153b9496a43530d8d1f8eca92e745bd4ee6db", "parents": ["d391ef6f564c8611994d497b6352a7cc83a87404", "b5472f382d69190072d09126ef35ac029d92bd84"], "commit": "3deca200332a7ebb1cbe6161faa0db333fb55f50", "message": "Merge branch 'master' of https://github.com/stevekrouse/futureofcoding.org", "changes": []}, {"committer": {"date": 1514590228, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1514590225, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "57368d928870842214bde30e4b17a801b069491b", "parents": ["3acc094887a42f7fb526926660ae4aad72635cfb"], "commit": "d391ef6f564c8611994d497b6352a7cc83a87404", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1514590225, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1514590225, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "33b0c1bb6bc2b38105ade61e0aa3c4a1c2ca2bfb", "parents": ["4f872314ce9944107a5e92dcf1d266d0ec474fb7"], "commit": "3acc094887a42f7fb526926660ae4aad72635cfb", "message": "glen call notes", "changes": [[1, 1, "_data/git-log.json"], [4, 0, "notes/bret-victor/index.md"], [24, 0, "notes/glen-chiacchieri-12-29-17.md"]]}, {"committer": {"date": 1514570064, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1514570062, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "47e9a5c40b275aa45feb3bad185d0c6520c232ee", "parents": ["70d165a23de9a42dbde57b8febff34b234741121"], "commit": "4f872314ce9944107a5e92dcf1d266d0ec474fb7", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1514570062, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1514570062, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "683117419cbef439fe6b95f53ac86dc4f47640e5", "parents": ["abc72d387be60a86103a69207f76b20dc0199e04"], "commit": "70d165a23de9a42dbde57b8febff34b234741121", "message": "glen call prep", "changes": [[63, 0, "notes/glen-chiacchieri-12-29-17.md"]]}, {"committer": {"date": 1514569394, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1514569393, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "9ff8f4750bb0a63f403c0194e2e3490bc6cdd192", "parents": ["7629f99b401160bd4cb37493fbc81a8cd00e9b67"], "commit": "abc72d387be60a86103a69207f76b20dc0199e04", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1514569393, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1514569393, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "9e4e4521632c0ccfb2cfa777733ec558531241a3", "parents": ["d230a630febf55d24636d6ad629d5949530a592f"], "commit": "7629f99b401160bd4cb37493fbc81a8cd00e9b67", "message": "continued working on reflection 10", "changes": [[53, 30, "reflections/10.md"]]}, {"committer": {"date": 1514567455, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1514567453, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "3d264f181df63238457b59a42c88489a57c3e6d1", "parents": ["da951fb1dd3f243cda89d5adc2a78b53f903c011"], "commit": "d230a630febf55d24636d6ad629d5949530a592f", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1514567453, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1514567453, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "579a7aac2b28328d2b9db6dee14d5d2cbc8a1a8c", "parents": ["24d6ed67b186f0b813c373ae54466dacc7f938e1"], "commit": "da951fb1dd3f243cda89d5adc2a78b53f903c011", "message": "moved hash to link to fix anchor tag", "changes": [[2, 3, "log.md"]]}, {"committer": {"date": 1514560748, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1514560746, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "efb1f1fab60c747283ffb2cc6cbe4c7917fd531b", "parents": ["dc71b74cb5e8c2426438e748bf12531726f9f730"], "commit": "24d6ed67b186f0b813c373ae54466dacc7f938e1", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1514560746, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1514560746, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "f524f540fcc067cbda0cc30214b21804b6bd010a", "parents": ["218c0c690f84f68ac7860d714edcb611e35908ec"], "commit": "dc71b74cb5e8c2426438e748bf12531726f9f730", "message": "removed subscribe button nobody used", "changes": [[1, 1, "_data/git-log.json"], [0, 1, "index.html"]]}, {"committer": {"date": 1514560675, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1514560673, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "c71922f796d8fb4b4914400f7151ded7e01e462e", "parents": ["88b44c652951741a4d91fcb44e8bb2b8a045139b"], "commit": "218c0c690f84f68ac7860d714edcb611e35908ec", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1514560673, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1514560673, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "4364f7039e06d79f287bb940bfef47a55328491d", "parents": ["b0087659e719e57a65002bc83c1ffa5f9219085d"], "commit": "88b44c652951741a4d91fcb44e8bb2b8a045139b", "message": "updated homepage text", "changes": [[1, 1, "_data/git-log.json"], [1, 2, "index.html"]]}, {"committer": {"date": 1514559901, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1514559899, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "db4e24d03864336c1d6343daab7fd9d82ddc5446", "parents": ["c634c9b1a9983f18a4e9f731143e97ae6901a308"], "commit": "b0087659e719e57a65002bc83c1ffa5f9219085d", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1514559899, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1514559899, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "9743441213d7bfdb5e047d117d94fb4eeb58a295", "parents": ["30413b1a73a57002b006f399510a9c16c2570e63"], "commit": "c634c9b1a9983f18a4e9f731143e97ae6901a308", "message": "changed 404 page to markdown", "changes": [[0, 2, "404.html"], [20, 0, "404.md"], [1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1514559764, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1514559761, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "527bfed9be32a462193012743adf856a05f75f21", "parents": ["7a0c787f9292d860a492f49b65689f57c96026df"], "commit": "30413b1a73a57002b006f399510a9c16c2570e63", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1514559761, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1514559761, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "eca251a6193d1e3bb729726b45c09d805abfd96a", "parents": ["14cf86c0893fe4db1847c42c8b344a645cd9bce7"], "commit": "7a0c787f9292d860a492f49b65689f57c96026df", "message": "add episode 20 jason brennan", "changes": [[1, 1, "_data/git-log.json"], [32, 0, "episodes/20.md"], [1, 0, "index.html"]]}, {"committer": {"date": 1513958954, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513958632, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "8f99b04339ec5799087a1c4474b930786f3253a7", "parents": ["8babcb2f6700a9e3a07d44575388c56719d56774"], "commit": "14cf86c0893fe4db1847c42c8b344a645cd9bce7", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1513958632, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513958632, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "d8f36803534c6e0bca4a9d7ad7732c783c660e4f", "parents": ["26442dee196a7f54f6c1b7a6ebf1472a8fca4d39"], "commit": "8babcb2f6700a9e3a07d44575388c56719d56774", "message": "## Started Reflection 10 yesterday\n\nAt first I tried to write the reflection entirely in a commit message. There were a few problems with that:\n\n1) I was scared of losing the data because it's not really saved or commited anywhere.\n\n2) I wasn't able to commit my work halfway done. Or if I did then I'd have to copy-and-paste it again into the next commit which would be annoying for readers.\n\nThus I came up with the brilliant idea of creating a file in a new folder for it: [/reflections/10.md](/reflections/10.md)\n\nEven though I finished my 10-day course of 3x antibiotics every day, I am still not feeling 100% better. I've been very tired, so I've been sleeping a lot, which makes me feel better, but also doesn't leave much time for work, particularly because I'm with family and want to spend time with them as well. Hopefully I feel better soon so I can finish this reflection, finish my Work Plan (if the time is right, which it feels like), and finish my BV deep dive before visiting Dynamicland sometime in Janurary (still don't have dates yet).", "changes": [[1, 1, "_data/git-log.json"], [124, 0, "reflections/10.md"]]}, {"committer": {"date": 1513635742, "timezone": "-0500", "name": "Steve Krouse", "email": "stevekrouse@users.noreply.github.com"}, "author": {"date": 1513635742, "timezone": "-0500", "name": "Steve Krouse", "email": "stevekrouse@users.noreply.github.com"}, "tree": "c80be55d794a5a2477e87ca24eda58a2ef425cc0", "parents": ["97094bd308741665ec792906dc8e1581162ff3d9"], "commit": "26442dee196a7f54f6c1b7a6ebf1472a8fca4d39", "message": "add jason brennan quote", "changes": [[4, 0, "notes/quotes.md"]]}, {"committer": {"date": 1513574289, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513574288, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "d2f6e4c77bd94a7b8b7a8a404d36eb201e4b1918", "parents": ["051ba484935a31aeddc382d5fb356b76c0abd1a4"], "commit": "97094bd308741665ec792906dc8e1581162ff3d9", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1513574288, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513574288, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "7e5d58a9273528055104d53e8cd727d2c7620fc2", "parents": ["847e7ab50d050cfd5db1eac58bf22995af18cd49"], "commit": "051ba484935a31aeddc382d5fb356b76c0abd1a4", "message": "add additions & deletions to log", "changes": [[1, 1, "_data/git-log.json"], [11, 2, "log.md"]]}, {"committer": {"date": 1513573609, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513573607, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "5756e7089f3858b80cb652ea1ed15670d2f0061c", "parents": ["ce16b6c35c6e2fee9ccaaedec734e5d22564d487"], "commit": "847e7ab50d050cfd5db1eac58bf22995af18cd49", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1513573607, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513573607, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "7398f545c325c2a020a4d933a88516a7baf9ffc4", "parents": ["cc64b13e64b78783c34c212f2e7430817bf5629a"], "commit": "ce16b6c35c6e2fee9ccaaedec734e5d22564d487", "message": "removed li commit format bug", "changes": [[1, 1, "_data/git-log.json"], [1, 1, "log.md"]]}, {"committer": {"date": 1513572034, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513572032, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "1a8734cfb61787a14102ff53908d211a15cba394", "parents": ["ba68ee3f07996b9fc7b741dec09ec128fdd185a0"], "commit": "cc64b13e64b78783c34c212f2e7430817bf5629a", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1513572032, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513572032, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "dd66972239fb1385f76cb1c38e84a314589188d3", "parents": ["00f0863d32bb92c2fb04a8e0c6c991b8b82c3f80"], "commit": "ba68ee3f07996b9fc7b741dec09ec128fdd185a0", "message": "set jekyll timezone", "changes": [[1, 0, "_config.yml"], [1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1513571712, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513571709, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "2ced91afde6908d7019bd0f0c675e6d793674bfd", "parents": ["c85b06a819225556d96c32ad482918dceb3ef829"], "commit": "00f0863d32bb92c2fb04a8e0c6c991b8b82c3f80", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1513571709, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513571709, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "e41646cbb2a8c2e33a64964629660616866725cf", "parents": ["96ddefc729d229af3415f2c29300fb1f02672177"], "commit": "c85b06a819225556d96c32ad482918dceb3ef829", "message": "log add date; change intro text", "changes": [[1, 1, "_data/git-log.json"], [3, 6, "log.md"]]}, {"committer": {"date": 1513569910, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513569909, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "dea59a4063c042ba543a7df4d9a953fca4126900", "parents": ["346812838b7130736f378841587b3471ce325954"], "commit": "96ddefc729d229af3415f2c29300fb1f02672177", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1513569909, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513569909, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "ba208ab0a2f2fcf5eee56a20bf1aa1180a00429f", "parents": ["e5248d036a69085461849f0e57d294bad7580b73"], "commit": "346812838b7130736f378841587b3471ce325954", "message": "log style changes", "changes": [[1, 1, "_data/git-log.json"], [2, 1, "log.md"]]}, {"committer": {"date": 1513569670, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513569668, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "dd1cbebca8ba277691034fdcd0b86ed421efe9ff", "parents": ["05731dc79367f83f2ecdd8ab25f3614e719702d2"], "commit": "e5248d036a69085461849f0e57d294bad7580b73", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1513569668, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513569668, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "bd686407f27f5ca360a17dd920045f92af1efa15", "parents": ["1677291d6b1eb67d581d33184d1bbb6f808f2be7"], "commit": "05731dc79367f83f2ecdd8ab25f3614e719702d2", "message": "added files changed to log", "changes": [[2, 1, ".gitignore"], [1, 0, "404.html"], [1, 1, "_data/git-log.json"], [37, 12, "log.md"]]}, {"committer": {"date": 1513565318, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513565316, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "185240762de407de35a49b611431423024d37e10", "parents": ["1a247352599f67b9a865c63dc1b226a110573176"], "commit": "1677291d6b1eb67d581d33184d1bbb6f808f2be7", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1513565316, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513565316, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "8e8254a3393ea860c45a467fb02d0fd78c921651", "parents": ["6419ab96a603d9959b48e3a602856ea7ebc43de3"], "commit": "1a247352599f67b9a865c63dc1b226a110573176", "message": "added tips to readme", "changes": [[70, 3, "README.md"]]}, {"committer": {"date": 1513564079, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513564079, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "00a5618a5a82198dca9529ceb20e16536351e152", "parents": ["94a1bb199095aa06cebeb77f2e09cc3d1193ba0c"], "commit": "6419ab96a603d9959b48e3a602856ea7ebc43de3", "message": "## Reflection on reflections\n\n* TOC\n{: toc }\n\n### Running out of space\n\nI just spent almost an hour freeing up space on my Cloud9 instance. I had over 20GB on this machine - and the max size is 10BG! First I deleted all the large directories that I no longer use. Then I tried to figure out how to shrink this directory down.\n\nFirst I installed [Git-LFS](https://git-lfs.github.com/) and tested it out on a single file. However, that file wasn't easily reachable in github pages, so that solution was out. And besides I think that was solving a different problem than the one I have.\n\nThen [this article](https://www.atlassian.com/blog/git/handle-big-repositories-git) helped me delete unneccesary files with git sparse-checkout. I still have a 350MB `.git` directory because they are probably storing those large files.\n\nHowever now I have 7GB of space on this machine and that should last a while if I just add text here from now on. Potentially I'm going to want to `git clone --shallow` this repo from scratch. The problem there is that I have to remember to bring over my config files in the `.git` directory. (It is a bummer that those files aren't more portable!)\n\n### Brief rant on \"overthinking\"\n\nOne of my least favorite words is \"overthinking.\" I firmly believe that whatever someone's problem is, thinking too much can never be the problem.\n\nWe all know people, maybe even ourselves, who have thought themselves into circles about relatively simple decisions. Clearly this person has a thinking problem, but the problem isn't that they are thinking too much: it's that they aren't thinking *well*.\n\nLet me prove it to you by contradiction. Say you are worried that you are overthinking an issue in your life. How in the world are you supposed to be able to evaluate this claim? The only way is meta-cognition: thinking about your thinking process. Through meta-cognition you may come to the conclusion that you have been doing too much *unproductive thinking*. But it would be impossible to say that you were doing too much thinking because the only way you were able to determine that you were thinking too much was more thinking!\n\nThis word \"overthinking\" feels appropriate when someone is doing too much of unhelpful kinds of thinking. Thus I propose we replace it with a new word. Let's say, you're \"thinking poorly.\" Ok, that's a bit harsh. Maybe \"thinking in circles\" is a better metaphor.\n\n### Cons and pros of my current schedule\n\nNow that I've gotten that off my chest, let's do some reflections on my process of reflecting.\n\nI set up this research schedule for myself 4ish months ago. I've learned a lot about how I work in that time. For the most part, I've liked this schedule. Let's reflect on what I don't like:\n\n* non-informative logistics around post production and publication for podcast episodes\n* feeling pressured to reflect, record, edit and publish reflections all in the morning on mondays\n\nThe pros of my current process:\n\n* re-reading my last reflection and journal entries from then until now is really useful\n\n### One question\n\n**What value does recording, editing, and publishing my research recap podcasts provide for me? (Not counting the reflecting I do to prepare to record.)**\n\nNone, save when others listen to it and then contact me to be friends.\n\nIn other words, I gain all of the value from simply doing the reflection in text, minus the people that listen to the podcast that wouldn't read my bi-weekly textual updates. Recording it on audio is simply for audio-only people.\n\nI wonder how many of those there are. I get about 100 downloads on most episodes. I'm not sure how many people actually listen to them after downloading. I used to have listeners contact me, but that has stopped. And I suspsect that many would've contacted me from the conversation episodes alone.\n\nHere's where podcasts shine: two-person conversations. A two person conversation requires little prep time and I usually learn a lot from the conversation. And the person I interview has an audience to spread me around to. (Although that hasn't really ever lead to much yet.)\n\nI'm thinking it makes sense to go to a 1 episode every other week as an interview plus Sam-Harris-style \"housekeeping\" section in the beginning if I have other things to say. For example, I can start my interview with Jason next week with housekeeping notes that I won't be doing research recaps any longer.\n\nWhat about people who want to read my bi-weekly reflections / status update?\n\nA few options.\n\nA) They can read them in the `reflections/` or `updates/` folder.\nB) I can create a TinyLetter bi-weekly newletter like Glen Chiacchieri.\n\nLet's start with (A) for now and see if anyone asks for a newsletter.\n\nOne final question: what's the plan for tomorrow's reflection?\n\nFirst of all, I won't be starting tomorrow's reflection until I finish my personal life reflection (which is private). I estimate that taking 1-4 hours tomorrow so I may not have time to do a reflection here until Tues or Weds.\n\nI definitely want to re-read the last two weeks of journal updates.\n\nI also want to read the prior reflection.\n\nI also want to re-read my plan.\n\nI feel finally ready to finish my work plan. It's basically [what it is now](./plan) plus [this section of my journal](http://futureofcoding.org/log#pickling-my-brain-is-a-lot-of-work).\n\nLet's try and finish my reflection first and publish it. Then I can decide what to do next: continue to BV deep dive, do \"deep thinking\", other \"FoC research\", or write the plan.", "changes": []}, {"committer": {"date": 1513561790, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513561788, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "00a5618a5a82198dca9529ceb20e16536351e152", "parents": ["dfebc82d97c9e9586dc7971e35af825725556eb8"], "commit": "94a1bb199095aa06cebeb77f2e09cc3d1193ba0c", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1513561788, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513561788, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "7cc0de6651019eedb9f8471c7a2628ea252242ee", "parents": ["8c4ccdf1f61bd3af8c0b9f86c16ded7ae88c95f7"], "commit": "dfebc82d97c9e9586dc7971e35af825725556eb8", "message": "removed git lfs; doesn't work with github pages", "changes": [[0, 1, ".gitattributes"], [1, 1, "_data/git-log.json"], [0, 3, "media/git-lfs-test.jpg"]]}, {"committer": {"date": 1513561643, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513561639, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "f23f454c3bcb13de45ce3c37c9283c7bfd578ebf", "parents": ["1dd47734ffdb9605848ff19de78baf586dccc867"], "commit": "8c4ccdf1f61bd3af8c0b9f86c16ded7ae88c95f7", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1513561639, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513561639, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "2e176f67bb76131e272cb6d40c35ba80ef7ec003", "parents": ["145b57126f70f4edbc4360dedfc47a166b02e380"], "commit": "1dd47734ffdb9605848ff19de78baf586dccc867", "message": "test git lfs", "changes": [[1, 0, ".gitattributes"], [3, 0, "media/git-lfs-test.jpg"]]}, {"committer": {"date": 1513281798, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513281794, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "28bce949409709a01f8aa4b022bb1dd3f2e57b1b", "parents": ["008d45604b3037e40f3b4c67dc3b66bbc90abdfa"], "commit": "145b57126f70f4edbc4360dedfc47a166b02e380", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1513281794, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513281794, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "6626c8713ab9a2da481c403c70c0c5ce23feb98c", "parents": ["a5b64bf642211395aa6e43f99164e142ab4c087e"], "commit": "008d45604b3037e40f3b4c67dc3b66bbc90abdfa", "message": "add bezos lightbulb socket quote", "changes": [[1, 1, "_data/git-log.json"], [26, 0, "notes/quotes.md"]]}, {"committer": {"date": 1513276512, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513276510, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "03c1c31eaf38dc21d07dd1de2cb49849eec230da", "parents": ["843f7cac26e10075262432141580e013275f91b7"], "commit": "a5b64bf642211395aa6e43f99164e142ab4c087e", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1513276510, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513276510, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "73b04752a30adc817a85f36dab64cf9d93cdc965", "parents": ["82e5853e3933b638e927746e10c51cb5411b2324"], "commit": "843f7cac26e10075262432141580e013275f91b7", "message": "added climate control outline photo", "changes": [[1, 1, "_data/git-log.json"], ["-", "-", "media/2017-12-14 10.17.30.jpg"]]}, {"committer": {"date": 1513276480, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513274059, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "8e64fff95867ab6acb9f80eb80ba8376d429c60f", "parents": ["e368ad0cfd2c36086a969829bcba3e645500afe3"], "commit": "82e5853e3933b638e927746e10c51cb5411b2324", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1513274059, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513274059, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "cfee63ec4660fade33fa7929d84db363496aaae8", "parents": ["3264fb7c248f0dc57df83a1c01cdd94cc3eea6df"], "commit": "e368ad0cfd2c36086a969829bcba3e645500afe3", "message": "## Learnable Programming & video games\n\n* TOC\n{: toc }\n\n### Productive morning\n\nReally excited to be back in the swing of things! Woke up at 7am, snoozed the alarm for 20 mintes, then set up my workspace for 20 minutes (adjusting the chair and computer heights), and got into it!\n\nThis morning I reviewed Evan Miller's _Don't Kill Math_ which was fun.\n\n#### Shower outline of \"climate change for conservatives\"\n\nThis outline shows how much I've internanlized both Nicky Case's know your audience and Scott Adam's persuation techniques. In short, as someone who's been skeptical of the left's portrayal of climate science, I communicated to people like me about ways to assimilate climate science into their existing mental models.\n\n![](/media/2017-12-14 10.17.30.jpg)\n\n\n### Learnable programming\n\nAfter the shower, I pushed myself to re-read Learable Programming. I was at first resistant because I've read it 2 or 3 times now, and the last time was only a few months ago. Almost immediately I realized that I definitely need to read this article again!\n\nThe things about it that surprised me this read:\n\n1. Video games as a vector for powerful mental models. Aligns incentives well in for-profit: people pay for games. Will Wright is a boss. Need to research Minecraft. Maybe go work for Will Wright or some amazing game maker. Or team up with Nicky on a game.\n2. I want to re-write Learnable Programming. I've already put down some thoughts about the re-write. It's mostly a more coherent and justifying able framing, as opposed to explaining the importance of a seemingly random assortment of virtues Bret specifies at the top of the article.\n\n\n### Reading vs writing polished work\n\nGiven that I'm producing outlines for two pieces this morning, in addition to all of the other content that I've been meaning to produce in a polished way, not to mention the backlog of blog ideas I have stuck in a Trello, I am beginning to wonder how I will balance my time as a reader and writer. Right now I'm in reading mode. I think the balance of writing as a form of note-taking is great during this mode. It will help in writing mode for sure. I wonder when I will feel the impetus to switch to writing mode. At the current moment it feels like there's so much for me to get into my head, including:\n\n* Alan Kays videos\n* re-reading Seymour Papert\n* Mountessouri\n* Marshall McLuhan\n* Piaget\n* Chris Granger\n* Nicky Case (again and more thoroughly)\n* John Dewey (I'm becomming obsessed with this guy)\n* F.M. Alexander (feels relevant to this project too)\n\nAnd then I have a dozen books in my apartment that are begging to be read, such as:\n\n* The Mythical Man Month\n* Two culture of the scientific revolution\n* Show your work\n* Society of Mind (minsky)\n* Theory of Fun for video game design\n\nGiven my current pace (assuming I'm not sick and continue to mostly read and not protoype), I feel like this reading will take more than a month but less than a year, which is very reasonable. The only worry is that the more I read, the more I will want to read because I'll want to continue walking the tree up to influence of influences of influences, eventually getting up to Plato or even the Torah.\n\n#### [Pickling my brain](http://futureofcoding.org/plan#1-pickle-myself) is a lot of work!\n\nAs Feynman says, [there are no miracle people](https://www.youtube.com/watch?v=IIDLcaQVMqw.) If you want to be smart you merely have to do what smart people did to become smart. It seems like smart people do a lot of reading. What they're actually doing is assimilating models into their heads. Then when they're not reading they are playing with those models.\n\nIt's a blessing and a curse that there are so many amazing models out there today. It's a blessing because we can be so much smarter than any person in history. It's a curse because if we want to be one of the smartest people of today, there's a lot of pickling to be done!\n\nThe next time someone implies that I was born this smart, I will need to give them a piece of my mind: \"Do you know how much work it takes to be this smart?! Day in and day out I read and write and read and write. Just like an athlete trains the body, I train my mind every day, all day.\"\n\nJoesph Campbell:\n\n> I would get in nine hours of sheet reading done a day. And this went on for five years straight... Reading what you want, and having one book lead to the next, is the way I found my discipline. I've suggested this to many of my students: When you find a writer who really is saying something to you, read everything that writer has written and you will get more education and depth of understanding out of that than reading a scrap here and a scrap there and elsewhere. Then go to people who influenced that writer, or those who were related to him, and your world builds in an organic way that is really marvelous.\n\n(Wow, reading more of this snipet is amazing stuff! Now I'm excited to read this whole book where I found this quote!)\n\nIt's interesting to note here I was already following this strategy before knowing about his advice. It's quite vindicating to know that this strategy worked for someone else. And if it takes me 5 years, that's ok too. I'll just have to find some way to make it financially sustainable...", "changes": [[1, 1, "_data/git-log.json"], [0, 51, "essays/invented-or-discoved.md"], [51, 0, "essays/invented-or-discovered.md"], [0, 111, "notes/bret-victor/bret-victor.md"], [128, 0, "notes/bret-victor/index.md"], [142, 0, "notes/bret-victor/learnable-programming.md"]]}, {"committer": {"date": 1513261232, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513261232, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "373e98d04e224a07e4c5ba66d8b00f75908c3e07", "parents": ["019b0d133655caf6a9ebab43b68a2807c421f5f2", "a3fd85acfae5318f04d23b36d91941398e789a96"], "commit": "3264fb7c248f0dc57df83a1c01cdd94cc3eea6df", "message": "Merge branch 'master' of https://github.com/stevekrouse/futureofcoding.org", "changes": []}, {"committer": {"date": 1513261225, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513261222, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "76e682f6dd4fc4a4b50999916ab777af683705c6", "parents": ["740cb7efb4bbea260db198af51a7d0692ed84fba"], "commit": "019b0d133655caf6a9ebab43b68a2807c421f5f2", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1513261222, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513261222, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "e110d9d62a0384056143480d2492c3354c3d71d6", "parents": ["8674e0e5c21ca689ffba5f31aab7203cd5b1d4db"], "commit": "740cb7efb4bbea260db198af51a7d0692ed84fba", "message": "continuing BV deep dive", "changes": [[1, 1, "_data/git-log.json"], [13, 2, "notes/bret-victor/bret-victor.md"], [23, 0, "notes/bret-victor/kill-math.md"], [30, 0, "notes/halfway-there-cis-240.md"]]}, {"committer": {"date": 1513194223, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513194221, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "93ba132a5f0a4744bac0132afa41bbde42491699", "parents": ["5d53ed3612481bd02b3504fdeadd90529cb675ba"], "commit": "8674e0e5c21ca689ffba5f31aab7203cd5b1d4db", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1513194221, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513194221, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "902babe211f0661f8437f061cf3158b79912895e", "parents": ["08e1c27da7d2a07cd79009ee2afb0dadd2907ba6"], "commit": "5d53ed3612481bd02b3504fdeadd90529cb675ba", "message": "added shower notes photo", "changes": [["-", "-", "media/2017-12-13 12.45.20 (1).jpg"]]}, {"committer": {"date": 1513194008, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513189783, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "0e6ae4505641b69ad17bb5fa2fcfa383c2bc1ebb", "parents": ["795d267ff7107bd5f6ad895735c0390386860fdb"], "commit": "08e1c27da7d2a07cd79009ee2afb0dadd2907ba6", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1513189783, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513189783, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "3d076c84ece35a013b96fb25a1fabec5872952ac", "parents": ["b929b7ef8660c7c5345975b8303ef429c238c42d"], "commit": "795d267ff7107bd5f6ad895735c0390386860fdb", "message": "## Back (again)\n\n* TOC\n{: toc }\n\n^ I wonder if the above generates a table of contents in the markdown.\n\n### Sick (again)\n\nIt's deja-vu all over again. I fell back off the horse again for the same reason. It looks like I've had strep throat, on an off for the past 2 months. We're not 100% sure but our prevailing theory is that my girlfriend and I keep passing it back and forth to each other, which is how I still have it even after taking 10 days of antibotics. Now we're both on antibiotics so I feel confident that we're kicking this sickness for good this time.\n\n### Getting back into things (again)\n\nIt's definitely tricky going from sick-mode (which is similar to relax-mode) to work mode, or vice-versa. Once in a mode, it's easy to maintain it, but the transitions are tricky, particularly when they are un-expected. Usually the transition goes smoother when you admit that you're transitioning.\n\nFor example, last night I stayed up to midnight, watched too much TV, had too much to eat for dinner, and had too much snack food after dinner. I woke up this morning feeling almost hung over. I was tired and everything hurt. Contrast this with how I go to bed when I'm in work mode: asleep before 11pm, eat a reasonable meal, none or a small dessert, 1 or 2 episodes of TV, maybe reading, definitely not a movie.\n\n### Scattered thoughts\n\nAs happened last time I got sick, my thoughts seem to have scattered and I feel quite directionless. I feel like I've forgotten why I'm doing a Bret Victor deep dive, as compared with all of the other branches of the tree I could go down.\n\n\n#### Chat with Stefan\n\nIt was really helpful to chat with Stefan Lesser this morning for a few reasons:\n\n1. He was very bright and optimistic, almost cheery. I got a very warm feeling from him. I wonder if it's related to him listening to my podcast because I get a similar feeling from Aidan.\n\n2. We think in very similar ways. Talking to my girlfriend about these ideas is like pulling teeth because we don't speak the same languages. She speaks the artist langauge and I speak the programmer langauge. But Stefan and I can communicate very fluidly. More than that we agree on so many points. It's very validating. I imagine that's part of why working in a research lab, like PARC or Dyanmicland, is so inspiring. Shared vision. Fast communication.\n\n#### Shower Note Session\n\nI was overflowing with thoughts to such a degree, and I was cold to such a degree, that I decided to do one of my famous shower brainstorm sessions. This was definitely one of my more scattered ones:\n\n![](/media/2017-12-13 12.45.20 (1).jpg)\n\nThere's almost too many thoughts and directions in all of those notes. While it was fun and energizing to write them, I am now intimidated by their quantity and scope and don't feel like engaging or proccessing them now. Content overflow is definitley one of my main themes of this project.\n\n### Looking ahead\n\n#### Things on the horizon:\n\n* I have ~3 hours today, ~8 hours tomorrow, and ~3 hours Friday\n* On Friday I go home to Florida for 3 weeks\n* Jan 8 - 12 I will hopefully (just applied) be at [the 1-week Recurse Center program](https://www.recurse.com/blog/121-come-to-rc-for-a-one-week-retreat)\n* Jan 19 - 26 I plan to visit Dynamicland in Oakland\n* I have 2 years of runway before I need to get a job (living in NYC)\n\n#### Thoughts on /plan v5\n\nI felt much more centered after re-reading [my most recent plan](/plan) this\nmorning. My thoughts are:\n\n##### 1. Justify cause/crusade framing\n\nThe cause/crusade framing feels so obvious to me, but definitely not to many others. I want to dig into these feelings a bit more. Think about why prinicpled, conscious, purposeful creation is \"better\" than simply doing stuff for money or more whimsical reasons.\n\n##### 2. Still blocked on philosophy\n\nHow do I know that I'm still blocked here? Because I can't make decisions. I had a great call with Jaime Brandon yesterday. It was very easy for him to diagnose this problem in me because he's faced it himself, as well as seeing it at Eve. When you're too broad, when you don't have good priorities or boundaries, you agonize over each decision, and constantly want to walk up and down the tree. A good project can easily see what it is and what it is not, and doesn't spend much time thinking about paths it didn't take in the tree because *that is not what it is*. A thing in the world defines itself by the path it takes. What it is and what it is not. Staying up in prototype/research land is refusing to do that. Even within prototype/research land, I feel constant agony about what is the priority to research or prototype or communicate or build.\n\nI feel my brain wanting to escape this proccess. I feel it looking for the easy out. Looking for a quick answer it can sub in here so we can get back to more structure, a more easily optimizable game. On the one hand, I applaud my brain for this strategy, because the less unknowns you're working with at one time, the better. Yet on the other hand, I feel like if I took an easy route such as getting a job at a company, I would immediately wish I was back here, working on my own philosophy, as opposed to actualizing someone else's, which I would constanatly be picking apart.\n\nThus, the appeal of the ultimate escape hatch on this procecss: go work for someone who's vision is so clearly better than anything I could come up with at the moment. The candidates for this position are few and far between: Alan Kay, Bret Victor, maybe someone at Bret's lab, maybe Paul Chiusano. We shall see what happens here when I visit Dnyamicland soon.\n\n###### Constructing Meaning\n\nI went deep into this rabbit hole in my shower brainstorm. I have defined a crusade as the most meaningful thing I can do. This is explicitly not the most good I can do from the Juan Benet / Elon Musk / Peter Singer perspective. Yet if this is the case, and it's truly subjective. Then I better be damn sure I know what is meaningful to me. That's why I started making a list of all of my positive memories that held meaning in my life. (It reminded me that my fustration with Looker was that I can't remember a single decision any one made because of a Looker report. In my experience, the tool was analytics for analytis sake.)\n\nThen I got into a hole where I realized that the difficult thing with children as customer is that their incentives are so perverse given the structure we place them in. For example part of why I hate tutoring is that either students are un-motivated or motivated for the wrong reasons (grades), or motivated to just get the end product to show off and thus just want me to program it. It's rare (but happens sometimes) to find a student in the right context: working because they enjoy making something and getting better at making things.\n\nI'm also thinking about the condescending nature of this whole project, particularly the bait-and-switch part, where you sell a product that does X, but only because you have an ulterior motive Y. Sell electric sports cars to accelerate the transition to sustainable energy. Part of me wants to just give it up and go wherever there's the most money. Stop trying to be so normative. Just let people tell you what it is they want and then deliver it. That's not to say that you should blindly listen to customers. It's that you should iterate with customers towards something they will pay a lot for because it solves a big problem for them. Put another way, Looker clearly is solving a massive problem for tens of thousands of people at thousands of companeis. It's truly software through empathy, as Lloyd talks about. Who am I to tell the world what's best for it? In other words, I better have a strong and well-thought-out philosophy for how to make thw world better if I am going to try my hand at shaping it through technology. Otherwise, I might as well just go where the market is because that's garunteed to make people better off (if you assume markets do that).\n\n#### Priorities for Dec and Jan\n\n##### 1) Life priorities\n\nMy main focus for my own health is the Alexander Technique.\n\nFor my family, particularly in the context of the 3-weeks in Florida, the focus is making the most of the time, in the context of others. This means that I want to * strategize ahead of time* to set myself up for success, but *be content in the moment*, even if it feels like a waste of time. In other words, 1) don't see people just because they asked to see you, 2) go to bed early and wake up early, 3) phsyically seperate from others when trying to focus, 4) calendar sculpt. The main priority here is \"peace in the home\", which is a Jewish saying. This is not the time for arguments and figuring things out. It's a powder keg. This is the time for making nice. Reflect later. Figure things out later.\n\n##### 2) Work priorities (12/13/17 - 1/8/18)\n\nCalm, coherent, patient, doing less. The opposite of frenetic. That's my goal. Re-reading my /plan embued me with calm and happiness. Meditating, coming back to my journal to reflect. These are the things that add the structure I need in this purposefully unstructured time.\n\nI can't see any reason to stop my Bret Victor deep dive given that I still have at least half a dozen links to go. I feel like I've lost steam on it, but that might just be a momentum thing. Could return when I get back into it.\n\nI don't want to start doing priority-calculus, seeing if there are other things to read that are slightly more efficient uses of my time.\n\nHowever, I wonder if I should budget more time in my calendar for \"deep thinking.\" I set aside a place in my Inbox (Google Inbox) for notes that I should proccess later. It's the \"deep thinking\" label. I feel like my time for thinking those thoughts has been crowded out by an urgency to finish the Bret deep dive.\n\nNow that I mention it... while this next thought does go against my intention not to play priority-calculus... I have a lot of links in various places that could use some attention, including /links as well as the \"foc research\" label in my Inbox. At the very least I could clean this up a bit and figure out a home for them.\n\nFinally, there clearly are top-of-mind topics that I could keep in a prioritized list somewhere. Basically, the next version of /ideas. These are Blockly++, FRP Scratch/WoofJS, StreamSheets, CycleJS devtools, FRP research incl Reflex & Conol Elliot, essay about essays, better wiki tool, etc.\n\nOk, I need to go eat lunch now. With the remaining 2 hours in the day (given that I spent an hour on this journal entry), I will:\n\n1. Get to inbox zero\n2. Publish Joe Cohen interview\n\nThe plan for tomorrow is:\n\n1. Deep thinking notes procecssing\n2. Calendar sculpting for vacation time\n3. Bret Victor deep dive (unless I come up with anything better)\n4. Plan friday", "changes": []}, {"committer": {"date": 1513188230, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513188226, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "3d076c84ece35a013b96fb25a1fabec5872952ac", "parents": ["e0d078cb45977d5e7f33590ee900a115e3ec19dc"], "commit": "b929b7ef8660c7c5345975b8303ef429c238c42d", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1513188226, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513188226, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "3d5b450bb142b2a420a1d62c493cdfb5e83d8d21", "parents": ["a5bf1593a98b5f4096641be27974a24e9e2aa362"], "commit": "e0d078cb45977d5e7f33590ee900a115e3ec19dc", "message": "stellar 2-hour Stefan Lesser convo", "changes": [[1, 1, "_data/git-log.json"], [120, 0, "notes/stefan-lesser-12-13-17.md"]]}, {"committer": {"date": 1513172018, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513172015, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "b7f423dc1b9917cc99ef44140ee8d7f3f0e9f244", "parents": ["f9c5b101284215eed8b1a40b1944e64bd0cccd42"], "commit": "a5bf1593a98b5f4096641be27974a24e9e2aa362", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1513172015, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1513172015, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "862859ac881bb9aca0c3735432f96db214ed96ad", "parents": ["3fc536165dfc47d5ffdf32292fa18040ca9b50f5"], "commit": "f9c5b101284215eed8b1a40b1944e64bd0cccd42", "message": "call with jaime brandon", "changes": [[64, 0, "notes/jaime-brandon-call-12-12-17.md"]]}, {"committer": {"date": 1513171856, "timezone": "-0500", "name": "Steve Krouse", "email": "stevekrouse@users.noreply.github.com"}, "author": {"date": 1513171856, "timezone": "-0500", "name": "Steve Krouse", "email": "stevekrouse@users.noreply.github.com"}, "tree": "043fd57c401aad9549a85854dd725d0d1002c8a4", "parents": ["a5858d63dabaf243dc846d42d971e8eceb9b9bd3"], "commit": "3fc536165dfc47d5ffdf32292fa18040ca9b50f5", "message": "prep for call w stefan\n\nThinking about ways to collaborate on this project...", "changes": [[37, 0, "notes/stefan-lesser-12-13-17.md"]]}, {"committer": {"date": 1513171472, "timezone": "-0500", "name": "Steve Krouse", "email": "stevekrouse@users.noreply.github.com"}, "author": {"date": 1513171472, "timezone": "-0500", "name": "Steve Krouse", "email": "stevekrouse@users.noreply.github.com"}, "tree": "1e0148b2258346eca68d9cd13193027cecd49eae", "parents": ["37aef0422ae7d2d52631ca8c270a0cb62cc3025c", "7575fa755b3a891b63b3036dac005e3e64e5acff"], "commit": "a5858d63dabaf243dc846d42d971e8eceb9b9bd3", "message": "Merge branch 'master' of git@github.com:stevekrouse/futureofcoding.org.git", "changes": []}, {"committer": {"date": 1513171372, "timezone": "-0500", "name": "Steve Krouse", "email": "stevekrouse@users.noreply.github.com"}, "author": {"date": 1513171372, "timezone": "-0500", "name": "Steve Krouse", "email": "stevekrouse@users.noreply.github.com"}, "tree": "446d6b1d860b6f039bb1c2db1ad7ac8befbdc239", "parents": ["89d5b5dd7ca6ee3302ad0aad4a8665714a1ab62a"], "commit": "37aef0422ae7d2d52631ca8c270a0cb62cc3025c", "message": "Chat with Samuel Loncar\n\nWhy am I talking to a religion scholar? Good question! Sam is a\nbrilliant scholar,. Every time we talk it feels like there's so much\nto learn from him. In particular, I love his focus on deeply\nunderstanding historical context -- he reminds me of Alan and Bret in\nthat way. He was excited to meet me and learn about those guys,\nbecause he's interested in the history of technology, particularly the\nreligiousity of Silicon Valley, epitomized by the Singularity and\nanti-deathers.\n\nIn the course of preparing for this chat, I made the following\noutline, which I didn't actually reference in the chat, but looking at\nit now, I see that it's a good model for where my head is currently\nat.\n\n* my career plan\n* crusade / cause\n* inventing on principle\n* We are our tools\n* including ideas, patterns of thought, notation\n* augmenting human intellect\n* copy and paste\n* Dynamicland - ergonomics\n* democratizing tool generation\n* paths\n* build\n* profit\n* Looker, Bubble, Excel\n* non profit\n* Scratch, Wikipedia\n* research\n* Victor, Kay, Papert, Engelbart\n* Patreon?\n* constructing cause\n* now: read Bret, and influences\n* Jan: visit dynamicland\n\n\n* areas of interest\n* comprehensible programming model\n* CycleJS devtool write\n* FRP Scratch/WoofJS\n* workflow and version control\n* underlying interface library\n* LogicHub\n* Ten Brighter Ideas?\n* All assumptions, including reasoning principles, visible and\ntweakable, all the way down to “primary sources”\n* wiki-like (massively collaborative, structured, inter-connected)\nplatform for science\n* A tool for surfacing and ameliorating inconsistencies\n* Allows for multiple contrasting axiomatic views (but possible\nnot any mutually inconsistent ones concurrently)\n* Popper vs Kuhn\n\n* presenting old vs researching new?\n* work at TCS\n* work on Woof (and off-boarding)\n* work on old programming languages\n\n* Doing a podcast?", "changes": [["-", "-", "media/Why_Listen_to_Philosophers.pdf"], [84, 0, "notes/samuel-loncar.md"]]}, {"committer": {"date": 1512751755, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512751752, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "fbc01678af7a5f8f75b6176ba3c0936c30eb9152", "parents": ["b92afa98a8e391dfc43727461be2b4883022ce5e"], "commit": "89d5b5dd7ca6ee3302ad0aad4a8665714a1ab62a", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1512751752, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512751752, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "2f1a2efc93deb75226773c703a7c19ffde834e03", "parents": ["2e284fb1b23364e0ac21037032833ad32597435b"], "commit": "b92afa98a8e391dfc43727461be2b4883022ce5e", "message": "read BV's Dynamical System and Scientific Communication", "changes": [[1, 1, "_data/git-log.json"], [24, 2, "notes/bret-victor/bret-victor.md"]]}, {"committer": {"date": 1512747762, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512747760, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "717d77335089f35cfbfcc5d354f80d9295d3c461", "parents": ["5b686e614d888bb6e67ea2ec8627123934de0fcc"], "commit": "2e284fb1b23364e0ac21037032833ad32597435b", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1512747760, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512747760, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "00a8cce0459607a51999241c8a4543950979e7bc", "parents": ["b1dc3f97b126af1525a3c55095e2d73de5c037da"], "commit": "5b686e614d888bb6e67ea2ec8627123934de0fcc", "message": "fixed typo in media", "changes": [[1, 1, "_data/git-log.json"], [1, 1, "episodes/19-universe-joe-cohen.html"]]}, {"committer": {"date": 1512747681, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512747678, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "80532888b67498498ea72d70aa2b3c55c82e3439", "parents": ["2bbae4782bcb00208aa99ee5c01103c896ce351f"], "commit": "b1dc3f97b126af1525a3c55095e2d73de5c037da", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1512747678, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512747678, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "e769123ae5665a8ad86c582aac3ce5ffcd0580ff", "parents": ["13ac8e6f8521603110198e12376559429f7d84fc"], "commit": "2bbae4782bcb00208aa99ee5c01103c896ce351f", "message": "added inital files for Joe Cohen Universe interview", "changes": [[1, 1, "_data/git-log.json"], [127, 0, "episodes/19-universe-joe-cohen.html"], ["-", "-", "media/R1 Demo.mp4"], ["-", "-", "media/R2 HR.mp4"], ["-", "-", "media/R3 Blocks Screencast.mp4"], ["-", "-", "media/Universe App Store Preview 1080.mp4"]]}, {"committer": {"date": 1512674855, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512674852, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "3bd2f52ec55508e75aa48945eda1a3b4a93e9059", "parents": ["70fae0e8e3f9a44297bbbbfdf528f901fa376b65"], "commit": "13ac8e6f8521603110198e12376559429f7d84fc", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1512674852, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512674852, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "03e66f6f6ac781e52231a4e7890ac06bc468ab4f", "parents": ["be3a1797c6909abaedca314a1207e9ee40edddb1"], "commit": "70fae0e8e3f9a44297bbbbfdf528f901fa376b65", "message": "added michael nielsen links", "changes": [[53, 0, "notes/michael-nielsen.md"]]}, {"committer": {"date": 1512670622, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512670618, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "f687e15fdddf59825719694bf9705451f0ae5ca2", "parents": ["d909fc00c78280840f70eb58b0bf2246880549d6"], "commit": "be3a1797c6909abaedca314a1207e9ee40edddb1", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1512670618, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512670618, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "136520f3ed636aa19a34043c6e64173a26293be6", "parents": ["ed30f5504acf127d1b5ae51732e9c42dd75f90b6"], "commit": "d909fc00c78280840f70eb58b0bf2246880549d6", "message": "tired & unproductive today", "changes": [[20, 1, "notes/bret-victor/kill-math.md"]]}, {"committer": {"date": 1512668182, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512668179, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "84e898935e4ea14cf95d2e5f3bd8976d468fe60d", "parents": ["5d24be9bccda292e656aa9e9a6fab39cc7517de3"], "commit": "ed30f5504acf127d1b5ae51732e9c42dd75f90b6", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1512668179, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512668179, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "5833e8938ee5946ae2ebf8c966d3a663fb0f2ed9", "parents": ["5814bb5110eb85406381248eddc779ebe658b3f4"], "commit": "5d24be9bccda292e656aa9e9a6fab39cc7517de3", "message": "updated homepage organization a bit", "changes": [[1, 1, "_data/git-log.json"], [4, 10, "index.html"]]}, {"committer": {"date": 1512599333, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512598821, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "8d7b9d4adcd596e9f959c2bc5142b83dac89f464", "parents": ["8f1eaa8bcac8596132ad78f543e9e3b819b6000c"], "commit": "5814bb5110eb85406381248eddc779ebe658b3f4", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1512598821, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512598821, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "6be7cc3437530b05af9d237d604e9d7beed3ad17", "parents": ["58cee5d088081bf16341feea3a26541125879709"], "commit": "8f1eaa8bcac8596132ad78f543e9e3b819b6000c", "message": "Writing about, more than reading, Kill Math\n\nToday I wrote ~3000 words about the ~1500 words I read of Bret Victor's Kill Math essay. Clearly it was thought-provoking. This is slightly misleading because I also re-read Chris Granger's Coding is Not the New Literacy as well as an article about Kill Math. Yet, the fact remains that I had a lot to say about these thoughts!\n\nGiven that I was still feeling under the weather today, I didn't workout which gave me lots more time today to do things like make a doctor appointments, as well as do a few clearerthinking.org quizes, and a few emails. I'm in a positive, we-can-solve-it-with-science mood now, which is definitely responsible for, or was caused by, all my discursive writing this morning.\n\nI got in about 4 hours of reading/writing here and 4 hours of miscellaneous tasks, which was less reading/writing than I planned for today but the other tasks were useful so I am happy with it. Tomorrow I only have 3 hours for reading/writing here, and also the aforementioned dentist, as well as a podcast interview, and two meetings.", "changes": [[1, 1, "_data/git-log.json"], [98, 0, "notes/bret-victor/kill-math.md"]]}, {"committer": {"date": 1512578110, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512578107, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "d9b494a829e9d514ae0bbd0640f878345f57382a", "parents": ["54cf22660ff47b1ca1129df0ccc67ba65862a60c"], "commit": "58cee5d088081bf16341feea3a26541125879709", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1512578107, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512578107, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "b602dd11e425636ecfd4f453ba3d75e9aec07eb1", "parents": ["c9376e095c1be7a7aea325c41d68d3b3d915e81f"], "commit": "54cf22660ff47b1ca1129df0ccc67ba65862a60c", "message": "added outline of legal code essay", "changes": [[1, 1, "_data/git-log.json"], [38, 0, "essays/legal-code.md"]]}, {"committer": {"date": 1512521198, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512521196, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "7b635961a79e02e6b079db7b522a29dcfb95d59c", "parents": ["385906bee4d4c560dc87fd91c12d2fc1e670f40c"], "commit": "c9376e095c1be7a7aea325c41d68d3b3d915e81f", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1512521196, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512521196, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "b5550c22f6b4bf1daf4fa31fc37ae2de0a8b9167", "parents": ["665d1f1714b93d45f2f3821b005078f8873469b2"], "commit": "385906bee4d4c560dc87fd91c12d2fc1e670f40c", "message": "added link to github commit in log", "changes": [[1, 1, "_data/git-log.json"], [5, 2, "log.md"]]}, {"committer": {"date": 1512520310, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512520307, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "50249711bc953306b6aa1aeb8838ddc5ffe01d80", "parents": ["313083992740638d7ae6304222261a4bd8f3f579"], "commit": "665d1f1714b93d45f2f3821b005078f8873469b2", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1512520307, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512520307, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "811c954f7b2eaad28946d2f79430d3a9cd2152d7", "parents": ["f7b54344d5e8c2cc8a5b395f684148bffc0a6744"], "commit": "313083992740638d7ae6304222261a4bd8f3f579", "message": "custom log file is looking prettier!", "changes": [[1, 1, "_data/git-log.json"], [26, 8, "log.md"]]}, {"committer": {"date": 1512513479, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512512710, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "73e5606dae115964b8218b34481a65c15f3ae82e", "parents": ["a50fa35752b94cefcfa9eb1507cc081fa247974a"], "commit": "f7b54344d5e8c2cc8a5b395f684148bffc0a6744", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1512512710, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512512710, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "9ac9d1db32eacbd8ff31a5634286fe5ae1a34f50", "parents": ["328eb7d1c3abf25ff159d9057352c697866157c7"], "commit": "a50fa35752b94cefcfa9eb1507cc081fa247974a", "message": "# Bret Victor Deep Dive!\n\n## Bret Victor Folder\n\nI created an entire folder inside my notes directory. I took so many notes on just Magic Ink](/notes/magic-ink) that it seemed like a good idea to have a seperate file for each piece of his work.\n\n## Tired, and maybe sick\n\nThis was a long day! I worked for most of the last 10 hours, and most, at least 7 hours, was reading and writing about Bret's projects. I am exhausted, partially because my throat is hurting :( I've really been sick with this thing for a while now! Let me schedule a doctor's appointment now for tomorrow... Ok, I got an appointment for 4pm tomorrow.\n\n### Trust & doctors\n\nI wish I had a doctor that I trusted, from a philosophical perspective, as much as I trust my Alexander Technique teacher Rebecca. I have trouble understanding the way doctors think, diagnose and cure things -- partially because they go through so much formal training that I didn't have, whereas Alexander Technique was something that a non-medical person created simply from personal analysis.\n\n## So many of my ideas\n\nIn particular I was shocked by how many of my favorite ideas *Bret also wrote about*, including a better medium for mathmatics, including for school children, LogicHub, a wiki-like platform for understanding and argumentation with nested sources.\n\n# Custom Log\n\nI'm really really excited about the work I did on my custom log file yesterday. That was pure fun. Later in the night, I opened it up just to admire it. Hope to work on that again soon!\n\n# Tomorrow (12/6/17)\n\nShould have 5 hours to continue here with the deep dive as long as I am not feeling too sick.", "changes": [[1, 1, "_data/git-log.json"], ["-", "-", "media/Screenshot 2017-12-05 at 12.08.16 PM.png"], ["-", "-", "media/Screenshot 2017-12-05 at 9.25.15 AM.png"], ["-", "-", "media/flight_redesign.png"], ["-", "-", "media/platform_model.png"], [33, 0, "notes/bret-victor/SimulationAsAPracticalTool.md"], [64, 0, "notes/bret-victor/bret-victor.md"], [45, 0, "notes/bret-victor/explorable-explanations.md"], [25, 0, "notes/bret-victor/kill-math.md"], [185, 0, "notes/bret-victor/magic-ink.md"], [33, 0, "notes/bret-victor/substroke.md"], [23, 0, "notes/jcr-licklider.md"], [60, 0, "notes/recurse-center/applications/recurse-center-application-06-09-17.txt"], [61, 0, "notes/recurse-center/applications/recurse-center-application-12-05-17.txt"]]}, {"committer": {"date": 1512512241, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512512239, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "0a286b1d8d799f3b646d7123610f15ab01e89035", "parents": ["9e7d71c79d57466f32a73d285ab4ef3362590ac0"], "commit": "328eb7d1c3abf25ff159d9057352c697866157c7", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1512512239, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512512239, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "f36957a807786cd4dddb665e7a1a4c5c43da1f88", "parents": ["553d2e9e686b6fd7205a43b905956cf55d44504d"], "commit": "9e7d71c79d57466f32a73d285ab4ef3362590ac0", "message": "removed .gitmodules", "changes": [[0, 3, ".gitmodules"]]}, {"committer": {"date": 1512512017, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512512014, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "4e67d0705e86ccad026acdc40ab42873bda32b6b", "parents": ["ac0f644a56de98408cbc53b4da35a6ff4323289d"], "commit": "553d2e9e686b6fd7205a43b905956cf55d44504d", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1512512014, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512512014, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "19afc7698dd092191f7d497f6a364deafdd7a5da", "parents": ["5cfe579901109af622fe03fba57013a6b3cf19e7"], "commit": "ac0f644a56de98408cbc53b4da35a6ff4323289d", "message": "removed _site from repo", "changes": [[1, 0, ".gitignore"], [0, 1, "_site/404.html"], [0, 1, "_site/CNAME"], [0, 11, "_site/README.md"], [0, 216, "_site/about.html"], [0, 84, "_site/episodes/1-welcome.html"], [0, 89, "_site/episodes/10-unisons-paul-chiusano-on-how-abstraction-will-save-distributed-computing.html"], [0, 89, "_site/episodes/11-how-reactjs-was-created-with-pete-hunt.html"], [0, 86, "_site/episodes/12-research-recap-six-cycle-js-deep-dive.html"], [0, 102, "_site/episodes/13-teaching-elm-to-4th-graders-christopher-anand.html"], [0, 153, "_site/episodes/14-research-recap-seven-master-planning.html"], [0, 91, "_site/episodes/15-raising-genius-with-scott-mueller.html"], [0, 185, "_site/episodes/16-research-recap-eight-life-and-work-planning.html"], [0, 87, "_site/episodes/17-bootstrapping-bubble-is-emmanuel-straschnov.html"], [0, 194, "_site/episodes/18-research-recap-nine.html"], [0, 154, "_site/episodes/2-research-recap.html"], [0, 91, "_site/episodes/3-jonathan-leung-on-inventing-on-principle.html"], [0, 86, "_site/episodes/4-research-recap-two.html"], [0, 87, "_site/episodes/5-samantha-john.html"], [0, 87, "_site/episodes/6-research-recap-three.html"], [0, 86, "_site/episodes/7-lookers-lloyd-tab-on-growing-languages-through-deprecation.html"], [0, 86, "_site/episodes/8-research-recap-four.html"], [0, 106, "_site/episodes/9-research-recap-five.html"], [0, 46, "_site/essays/invented-or-discoved.html"], ["-", "-", "_site/favicon.ico"], [0, 120, "_site/ideas.html"], [0, 187, "_site/index.html"], [0, 1600, "_site/journal.html"], [0, 842, "_site/links.html"], [0, 1934, "_site/log.html"], ["-", "-", "_site/media/Screenshot 2017-11-30 at 8.29.34 AM.png"], ["-", "-", "_site/media/Screenshot 2017-11-30 at 8.37.44 AM.png"], ["-", "-", "_site/media/Screenshot 2017-11-30 at 8.49.55 AM.png"], ["-", "-", "_site/media/Screenshot 2017-12-01 at 5.40.46 PM.png"], ["-", "-", "_site/media/Screenshot 2017-12-04 at 12.02.11 PM.png"], ["-", "-", "_site/media/Screenshot 2017-12-04 at 12.02.28 PM.png"], ["-", "-", "_site/media/cycle-js-devtools-diagram.mp4"], ["-", "-", "_site/media/dynamicland.pdf"], [0, 41, "_site/notes/aaron-kent-call-9-15-17.md"], [0, 33, "_site/notes/aidan-cunniffe-call-11-29-17.md"], [0, 245, "_site/notes/andre-staltz-call-10-9-17.md"], [0, 132, "_site/notes/andre-staltz-call-9-11-17.md"], [0, 174, "_site/notes/dan-scanlon-call-9-5-17.html"], [0, 133, "_site/notes/dynamicland-zine.html"], [0, 562, "_site/notes/future-authoring.html"], [0, 86, "_site/notes/jaime-brandon-call-9-5-17.html"], [0, 87, "_site/notes/joy-js-review.html"], [0, 171, "_site/notes/nicky-case-call-11-1-17.html"], [0, 1126, "_site/notes/niko-autio-microeditor.html"], [0, 251, "_site/plan.html"], [0, 83, "_site/principles.html"], [0, 89, "_site/prototypes/streamsheets/index.html"], [0, 43, "_site/unbreakable-links/README.md"], [0, 186, "_site/unbreakable-links/index.js"]]}, {"committer": {"date": 1512425248, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512425246, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "a491afae3553f0dc598afcd45cbf166ab03173f7", "parents": ["cd23d1624e807ea967210ec3fc1b61ba1a577d71"], "commit": "5cfe579901109af622fe03fba57013a6b3cf19e7", "message": "updated git log", "changes": [[1, 1, "_data/git-log.json"]]}, {"committer": {"date": 1512425246, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512425246, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "a6b4485fa4f57fd3e04f7f922cd63baaace0ecb9", "parents": ["dc1fe32f0d5899963142a378fe1243da82985ece"], "commit": "cd23d1624e807ea967210ec3fc1b61ba1a577d71", "message": "jekll serve; log.html -> log.md", "changes": [[1, 1, "_data/git-log.json"], [1, 0, "_site/404.html"], [1, 0, "_site/CNAME"], [11, 0, "_site/README.md"], [216, 0, "_site/about.html"], [84, 0, "_site/episodes/1-welcome.html"], [89, 0, "_site/episodes/10-unisons-paul-chiusano-on-how-abstraction-will-save-distributed-computing.html"], [89, 0, "_site/episodes/11-how-reactjs-was-created-with-pete-hunt.html"], [86, 0, "_site/episodes/12-research-recap-six-cycle-js-deep-dive.html"], [102, 0, "_site/episodes/13-teaching-elm-to-4th-graders-christopher-anand.html"], [153, 0, "_site/episodes/14-research-recap-seven-master-planning.html"], [91, 0, "_site/episodes/15-raising-genius-with-scott-mueller.html"], [185, 0, "_site/episodes/16-research-recap-eight-life-and-work-planning.html"], [87, 0, "_site/episodes/17-bootstrapping-bubble-is-emmanuel-straschnov.html"], [194, 0, "_site/episodes/18-research-recap-nine.html"], [154, 0, "_site/episodes/2-research-recap.html"], [91, 0, "_site/episodes/3-jonathan-leung-on-inventing-on-principle.html"], [86, 0, "_site/episodes/4-research-recap-two.html"], [87, 0, "_site/episodes/5-samantha-john.html"], [87, 0, "_site/episodes/6-research-recap-three.html"], [86, 0, "_site/episodes/7-lookers-lloyd-tab-on-growing-languages-through-deprecation.html"], [86, 0, "_site/episodes/8-research-recap-four.html"], [106, 0, "_site/episodes/9-research-recap-five.html"], [46, 0, "_site/essays/invented-or-discoved.html"], ["-", "-", "_site/favicon.ico"], [120, 0, "_site/ideas.html"], [187, 0, "_site/index.html"], [1600, 0, "_site/journal.html"], [842, 0, "_site/links.html"], [1934, 0, "_site/log.html"], ["-", "-", "_site/media/Screenshot 2017-11-30 at 8.29.34 AM.png"], ["-", "-", "_site/media/Screenshot 2017-11-30 at 8.37.44 AM.png"], ["-", "-", "_site/media/Screenshot 2017-11-30 at 8.49.55 AM.png"], ["-", "-", "_site/media/Screenshot 2017-12-01 at 5.40.46 PM.png"], ["-", "-", "_site/media/Screenshot 2017-12-04 at 12.02.11 PM.png"], ["-", "-", "_site/media/Screenshot 2017-12-04 at 12.02.28 PM.png"], ["-", "-", "_site/media/cycle-js-devtools-diagram.mp4"], ["-", "-", "_site/media/dynamicland.pdf"], [41, 0, "_site/notes/aaron-kent-call-9-15-17.md"], [33, 0, "_site/notes/aidan-cunniffe-call-11-29-17.md"], [245, 0, "_site/notes/andre-staltz-call-10-9-17.md"], [132, 0, "_site/notes/andre-staltz-call-9-11-17.md"], [174, 0, "_site/notes/dan-scanlon-call-9-5-17.html"], [133, 0, "_site/notes/dynamicland-zine.html"], [562, 0, "_site/notes/future-authoring.html"], [86, 0, "_site/notes/jaime-brandon-call-9-5-17.html"], [87, 0, "_site/notes/joy-js-review.html"], [171, 0, "_site/notes/nicky-case-call-11-1-17.html"], [1126, 0, "_site/notes/niko-autio-microeditor.html"], [251, 0, "_site/plan.html"], [83, 0, "_site/principles.html"], [89, 0, "_site/prototypes/streamsheets/index.html"], [43, 0, "_site/unbreakable-links/README.md"], [186, 0, "_site/unbreakable-links/index.js"], [0, 11, "log.html"], [31, 0, "log.md"]]}, {"committer": {"date": 1512423794, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512423793, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "fd48a0b54f32a0f09bc62e77f401c7b322342551", "parents": ["ba1d285a0ed33c77d8b7ca54679bf1d387b4bd75"], "commit": "dc1fe32f0d5899963142a378fe1243da82985ece", "message": "updated git log", "changes": [[1, 0, "_data/git-log.json"]]}, {"committer": {"date": 1512423793, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512423793, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "4756913840b72827c352530f7fd7b92ac06dd36c", "parents": ["78f3db6b98b91e60a9dd4cf65c04cd48d83e3701"], "commit": "ba1d285a0ed33c77d8b7ca54679bf1d387b4bd75", "message": "test _data/git-log.json", "changes": [[1, 0, "log.html"]]}, {"committer": {"date": 1512411508, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512411508, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "702188559973b33cbd54ba138473604a3f6647e4", "parents": ["b0fa8aaed2c0a58097c9c761d7f80322d41ec274", "14193853069de54fdd2b6c632ebf2f6b4884b651"], "commit": "78f3db6b98b91e60a9dd4cf65c04cd48d83e3701", "message": "Merge branch 'master' of https://github.com/stevekrouse/futureofcoding.org", "changes": []}, {"committer": {"date": 1512411503, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512411503, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "e7282fce65e8c90d3ee75b86804d488cadeaf0ae", "parents": ["498206842f7d9510e85f8e7189c3dd164d5b870d"], "commit": "b0fa8aaed2c0a58097c9c761d7f80322d41ec274", "message": "added 18 research recap nine to homepage", "changes": [[1, 0, "index.html"]]}, {"committer": {"date": 1512408127, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512408127, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "196ed674b454de8059594bf481fbbc8daa09a7ae", "parents": ["e3d0432fcdeada00166778cfec4de2fffb63d58c"], "commit": "498206842f7d9510e85f8e7189c3dd164d5b870d", "message": "episode 18, research recap nine notes; also joyjs notes", "changes": [[194, 0, "episodes/18-research-recap-nine.html"], [1, 1, "log.html"], ["-", "-", "media/Screenshot 2017-12-04 at 12.02.11 PM.png"], ["-", "-", "media/Screenshot 2017-12-04 at 12.02.28 PM.png"], [1, 1, "notes/future-authoring.md"], [70, 0, "notes/joy-js-review.md"]]}, {"committer": {"date": 1512257354, "timezone": "-0500", "name": "Steve Krouse", "email": "stevekrouse@users.noreply.github.com"}, "author": {"date": 1512257354, "timezone": "-0500", "name": "Steve Krouse", "email": "stevekrouse@users.noreply.github.com"}, "tree": "cb25e2a070d70c2cefdef756ecdc54ff74f13cba", "parents": ["59e8cf9d1eaf9711cb22b7057852750bb31cc760"], "commit": "e3d0432fcdeada00166778cfec4de2fffb63d58c", "message": "Almost finished with future authoring\n\nUseful and somewhat fun but also basic stuff for me given how much\nreflection I already do. I really think this course would be great for\nthose who aren’t crazy journal people like me. All the same, I’m glad\nI did it for the structure and clarity. Still have 30ish minutes to go\nso will do that Monday morning :)", "changes": [[241, 107, "notes/future-authoring.md"]]}, {"committer": {"date": 1512168846, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512168846, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "8a2d6406d3d417181006d884dbe88291259f69f5", "parents": ["ce706edf3e421d7a09ebd858cc31ea2fb57b3cc0"], "commit": "59e8cf9d1eaf9711cb22b7057852750bb31cc760", "message": "# Plan v5 is off to a great start\n\nI'm pumped that the table of contents Jekyll thing worked. That's really beautiful and super elegant.\n\nI think my changes in the diff for this commit speak for themselves. Really excited to come back to this next week.\n\n## Plan for next week\n\nMonday is full with the bi-weekly research summary, working out and two meeings. Calendar sculpting is included in the bi-weekly research summary time.\n\nTuesday and Weds are total open and will remain so, and until 2pm on Thursday and Friday are open as well.\n\nI guess it's mostly Bret Victor deep dive. Fun!\n\nMy first step will probably creating a list of all of his content that I want to get to and then prioritizing it. I don't want to make the mistake of starting from the first post he ever made in his oldest blog. While good for empathy, I want more of the fully-baked stuff.", "changes": [["-", "-", "media/Screenshot 2017-12-01 at 5.40.46 PM.png"], [34, 4, "plan.md"]]}, {"committer": {"date": 1512167658, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512167658, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "a15f3bca392a2b21cc7a6d802445dfbfe7562c39", "parents": ["cb4c0c64713ca4c91d903e435f114e52fa3e52bf"], "commit": "ce706edf3e421d7a09ebd858cc31ea2fb57b3cc0", "message": "# Fith version of plan\n\nVery rambly so far. Had to even siphon of a thousand words into [its own essay](/essays/invented-or-discovered). I found myself unable to figure out where my next header should go or be so I googled around for [how to auto-generate a table of contents](http://www.seanbuscay.com/blog/jekyll-toc-markdown/). The downside to this method I am trying now is that it only works after committing and pushing to Github pages, which I why I am committing this plan in mid-working session. Let's see what happens!", "changes": [[51, 0, "essays/invented-or-discoved.md"], [47, 101, "plan.md"]]}, {"committer": {"date": 1512142893, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512142893, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "452781670707d94c217c1cdf5f44229c5f2144fb", "parents": ["e399b6f639205cc40e7e4cc8b08382200864c3a5"], "commit": "cb4c0c64713ca4c91d903e435f114e52fa3e52bf", "message": "# Future Authoring, part 1\n\nI recently have fallen into a Jordan Peterson love affair, and stumbled upon [this course he created](https://selfauthoring.com/future-authoring.html), which seems quite relevant to me articulating my goals for this project. I found [a free version](https://pastebin.com/BiFE2fUX) and have [answered the first part of it in not-bold here](/notes/future-authoring) and am taking his advice to wait until a night or two of sleep before doing the second part. Let me put time on my calendar tomorrow afternoon to tackle it.\n\nIt went really well! A lot of it was personal stuff about my life, but readers of my stream-of-consciousness style in this journal are not strangers to that. It feels relevant at times to talk about my life in this journal and this is one of those times. I am a bit worried it may bite me in the butt at some point down the line but that's just fear talking. I don't have any concrete worries here.\n\n## Crusade Discovery\n\n### Well and thoroughly pickled\n\nIn particular I think I made a shockingly large amount of progress on articulating my crusade this morning. And the way I came to it is really a function of a week well sculpted. (I love this phrase, by the way, calendar sculpting. A quick google search makes it seem like I have indeed inventing this phrase. I wonder if it'll catch on.)\n\nFor example, starting my week of thinking about how communication works for my \"essay about essays\" with Nicky Case lead me to Douglas Hofstader's \"Analogy as the Core of Cognition\" which was *exactly* what I needed to read right now, as well as re-reading Seymour Papert's \"Gears of my Childhood\", also exactly what I need to read right now. (Watching Bret Victor's Inventing on Principle last week also played a big part on my thinking this week.)\n\nThen Wednesday diving even deeper into how the brain works, how people learn, why they'd want to learn to code, etc with my coggle brain mapping was amazing. Really helped me spread out my thoughts in space and get clearer about them and how they relate and build upon each other.\n\nThursday my brain was on fire reading through the Dynamicland zine the first way through. I've only made it 4 pages in the second way through and have written ~3.5k words already. I was able yesterday to really *live* in the future and imagine what it would be like, without hating or \"making wrong\" the present. I was able to bask in the possibility while also being grateful for reality. The thing about truly living in the future, while accepting the present, is that you can do it all the time, and it's only when you live with things as core components of your life that you are able to imagine the next step, how to build on top of them, how they interact together, the 3rd, 4th, and 5th level causes. I was even ambitious enough to explain to both my grandma and then my mom about my vision for the future and how it relates to tools and humans and augmentation, etc. They both got it to some degree and were excited that I was excited and I learned more for explaining these thoughts to lay people.\n\nI also had a great conversation with my buddy Jonathan Leung yesterday where he was excited for me for \"not making the present wrong\" because he noticed it was something for me to work on when we did our podcast many months ago. We thought about Elon as a crusader and what his crusade is (averting existential threats) and how that compares with Juan Benets crusade (decentralization).\n\nAdditionally, yesterday was largely inspired by *How to Measure Anything*, my new favorite book which is really going to make a scientist out of me and helped me understand the distinction of mesaurement and how it is truly what science is: reduction in uncertainty.\n\nAs the zine says (quoting someone), the idea is to immerse myself if brilliant thoughts get pickled by all these ideas, which will in turn lead me to having my own ideas.\n\n### Ariculating Crusade\n\nI think here's what's profound about the ideas I had yesterday and today:\n\n0) Tools, or technology, includes ideas, ananlogies, physical machines, virtual software. Anything that allows someone to do or think things, either at all or easier, than without the tool.\n\n1) Humans subsume our tools into ourselves, becoming what we were before plus our new tool. The result is a cohesive whole. Removing the tool reduces the human to what they were before the tool, akin to removing a person's arms.\n\n2) We know a great deal about how the mind works, how our bodies work, how emotions and happiness works, as well as what doesn't work. We can take all of this knowledge and bring it to bear on the problem of desigining proper tools for humans.\n\n*Pause!* How does this relate to programming language tools? Well programming langauges are *tools for designing tools*. Wow. Has there ever been such a tool? Ok, well writing is a tool for desigining tools. The notion of tool is a tool. Ok, so there are plenty. Programming is a tool for desigining tools *that can also desigin itself*. That's pretty neat: you can't make a pencil with a pencil. You can't make a typewritter with a typewritter. But you can make software tools with software tools.\n\nHowever it doesn't feel like *the bootstrapibility of programming languages* is why I'm so passionate about improving programming tools. Let's flip the question on its head: am I more passionate about building better tools for programming than, say, science? Or better dinner table conversations? Or more logical thinking? Nope. I'm really excited about each of those problems. Maybe the dinner table one a bit less emotionally but not that much less. The only reason I was so excited about programming tools was that 1) they were problems I had, 2) they were problems my students had, 3) I knew how to code and would have fun solving them. I'm really excited about all tools for thought and how to really embed them inside of people so that people can *be* augmented, not just be augmented.\n\nWait is that my crusade? *Be* augmented. The metaphor is that we are already the bionic man. We already have technology in our brains. We might as well optimize this software as best we can. And make the technology outside our brains optimal as well because that technology *exists inside our brains too*, just not phsyically. The metaphor for that is 1) my arm isn't \"inside my body\", but it's clearly me and 2) same goes for my clothes.\n\n## Rest of today\n\nI'm going to go workout with Sarah at a barre class now and then grab lunch. The idea this afternoon is to try my hand at another draft of my plan. I think I've got a good head on my shoulders about it this time.\n\nHowever, I think I'll probably want to come back to it after I finish the future authoring and get through my Bret Victor deep dive. Really, my plan seems like it might be done in time for the new year.", "changes": [[428, 0, "notes/future-authoring.md"]]}, {"committer": {"date": 1512075918, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512075918, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "2582fea65fc2fbecbb2cffe96b9f26cf92df1473", "parents": ["843401057ce8a2b49c13946d75528cc91efe23f4", "0bbbd72360272f908d95ad982c100b683f83731e"], "commit": "e399b6f639205cc40e7e4cc8b08382200864c3a5", "message": "Merge branch 'master' of https://github.com/stevekrouse/futureofcoding.org", "changes": []}, {"committer": {"date": 1512074943, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512074943, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "2582fea65fc2fbecbb2cffe96b9f26cf92df1473", "parents": ["a7cd8ae602c1b11e44a0e025a9a45e32c2cbc29c"], "commit": "843401057ce8a2b49c13946d75528cc91efe23f4", "message": "# Read Dynamicland Zine (& merge commit)\n\nAs you can tell by [reading my notes](/notes/dynamicland-zine.md), I was blown away by the Dynamicland zine.\n\n## Things on my mind\n\n### Markdown headers in commit messages\n\nThis is important so that I can link to content via its anchor tag. (Yes this currently doesn't work because this content is currently not rendered as in the github commits page for this repo. I will need to do that at some point soon-ish.)\n\nThis was bothering me so much that I solved it right now. It's as simple as `git commit --cleanup=verbatim` and then just deleting everything but the message. Closing https://github.com/stevekrouse/futureofcoding.org/issues/62.\n\n### Next steps\n\nIt's becomming clearer that my next steps revolve around Bret Victor and Dynamicland. At the very least I need to spend a few hours there, but I could see it being weeks, months or even a year or two.\n\nThis week I worked on:\n\n1) brainstorm \"essay about essays\"\n2) brainstorm \"learn to code\" essay\n3) read and reflect on zine\n4) reflect on goals and work on long-term plan (tomorrow)\n\nThis was a really great week. However, I'm now seeing my work on the \"learn to code\" essay as potentially premature. Or not premature, but not quite as urgent as I thought. It's not like I'm going to forget my hardwon insights from The Coding Space. While I could write something now, I am only going to learn more about these topics as time goes on. And I can always come back to teaching if I need to remember things for the essay.\n\nThe \"essay about essays\" project is also a bit random. However, if Nicky Case would collaborate with me on it, I would drop all my other projects and jump at that chance.\n\nHowever, if left to my own devices, it feels like its time for a Bret Victor deep dive, much like the Alan Kay deep dive that I did a few months back. (You can read about it in [my old journal.](/journal)) Like my Alan Kay deep dive, this one will likely also take approximately two weeks (12/04/17-12/15/17). Then I go home for three weeks (12/18/17-1/4/18) for the holidays. I might do some (no more than 20 hours) work the week of 12/18/17.\n\nThen it's time for a visit to Dynamicland! https://twitter.com/mandy3284/status/936284579333156864\n\nI'll probably go in early Jan, but it depends on when they want me I guess. I'd love to stay for a week or two and work out of the space every day, but I'd be happy to go for even a single afternoon.\n\nAll this said, while I have set aside all day tomorrow to work on my goals and my plan, I may cut that short if it doesn't feel productive to get a head start on my new priority: the Bret Victor deep dive!", "changes": [[1, 0, "index.html"], ["-", "-", "media/Screenshot 2017-11-30 at 8.29.34 AM.png"], ["-", "-", "media/Screenshot 2017-11-30 at 8.37.44 AM.png"], ["-", "-", "media/Screenshot 2017-11-30 at 8.49.55 AM.png"], ["-", "-", "media/dynamicland.pdf"], [134, 0, "notes/dynamicland-zine.md"]]}, {"committer": {"date": 1512047045, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1512047045, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "e7301d6ef4e42868d7f4d47f2f907e53bf255d0f", "parents": ["6b867d3c889181eeb103e7cc14686657245680e3"], "commit": "a7cd8ae602c1b11e44a0e025a9a45e32c2cbc29c", "message": "notes with aidan", "changes": [[33, 0, "notes/aidan-cunniffe-call-11-29-17.md"]]}, {"committer": {"date": 1511909201, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1511909201, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "822af65d8e7988f763ad6d2c1e8db597e6940f6b", "parents": ["4b45eec96cf6567d087b53ecac4c704391aa8bc4", "1347f142280fac483b648cb2b1ef72d9d0b2c93d"], "commit": "6b867d3c889181eeb103e7cc14686657245680e3", "message": "Merge branch 'master' of https://github.com/stevekrouse/futureofcoding.org", "changes": []}, {"committer": {"date": 1511909196, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1511909196, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "32db7a6dcda691defd53a9cb304e8a17b9931241", "parents": ["fcb70a6ebb26033a3dcb308929ca277145f286b8"], "commit": "4b45eec96cf6567d087b53ecac4c704391aa8bc4", "message": "added episdeo 17 bubble.is emmanuel", "changes": [[87, 0, "episodes/17-bootstrapping-bubble-is-emmanuel-straschnov.html"], [1, 0, "index.html"]]}, {"committer": {"date": 1511884759, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1511884759, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "9a0896eba57588b77ba6ce874aa1b7cbf747d303", "parents": ["8274ccb120bb3781402aed0a9e1d99242b95a479"], "commit": "fcb70a6ebb26033a3dcb308929ca277145f286b8", "message": "Back from sickness and vacation\n\nThe past two weeks didn't go as planned. If you're following this journal, you'll notice that I haven't made any entires or commits for two weeks. This was mostly because I was still(!) feeling sick. Finally I was diagnosed with strep throat, and am feeling a lot better today. Tomorrow is my last dose of antibiotics so hopefully I'll get back to running tomorrow or the day after.\n\nNote: [the entry prior to this one](https://github.com/stevekrouse/futureofcoding.org/commit/8274ccb120bb3781402aed0a9e1d99242b95a479) is fairly defeated in tone. This is because (1) I was unexpectedly starting to feel sick (again) and didn't want to believe it, and (2) I was trying to get too much done in the time allotted. A recipe for defeatedness. I'm feeling much better about things now. Plenty of things to do but one step at a time. Plenty of time to address them all. Most important ones first.\n\nDespite what it says in my plan at the moment, my next step will not be creating a Patreon. This is because (1) the value accrued from having a Patreon up before creating my content probably isn't that high (look at how Vi Hart raised $6k in just a few days on her reputation), (2) it takes a while to get a strong following on a Patreon so the money wouldn't mean much, (3) it's a distraction from focusing on the work the will actually help move me forward at this juncture (planning, reading, writing).\n\nI'm very excited about a potential upcomming collaboration with Nicky Case. On our phone call a few weeks back, I asked him for advice on writing essays and he outline his thoughts in what will hopefully be an essay he and I collab on. That sounds like a lot of fun! It would be great to have a small win under my belt. Despite it likely not being the absolute highest priority right now, it's in the right direction. In other words, even though my Work Plan isn't quite done, I still have a pretty strong feeling that this small detour would move me closer to accomplishing it. As I told Nicky, I have ~20 hours this week to work on the essay. But really there's no rush. I can work on other things this week and come back to that next week.\n\nAnother thing on my mind is the unbreakable-links project. This project has taken much longer than expected. Just another opportunity for me to improve my currently highly inaccurate planning skills. The short-term solution is quite reasonable: whenever I want to move or delete a file in this directory, I simply have to think through what will happen to all prior links to that page. I do this well with the now deprecated /journal page.\n\nOk, so now let me think about my priorities:\n\n* Write 3 different outlines for the \"essay about essays\" to send to Nicky Case\n* Publish the now-very-late podcast with Emmanuel from bubble\n* Spend time writing about my goals for this project\n* Deep dive on Bret, read the Zine, send him an email\n* Write 3 outlines about learning/teaching to code (and learning in general)\n* Continue writing FoC plan\n* Schedule meetings with key people (Aidan, Stefan, Samuel)\n* Migrate other blogs from Trello (including AT essay outline)\n* Reach out to guest or two for next week on the podcast\n\nOk, these are all top priorities that need to happen in the next week or so. The order I do them in doesn't matter much. Let's go ahead and put them on my calendar in blocks, so I can visualize what I can get done and move them around as needed.\n\nThis is what it looks like now:\n\n![screenshot 2017-11-28 at 10 52 36 am](https://user-images.githubusercontent.com/2288939/33329341-51f477f0-d42a-11e7-9091-4d6d3a72a3ff.png)\n\nI'm feeling happy and aligned with this. I am now noticing that this would be in contradiction with what I told Casey, that I have ~20 hours for this project. Depending on how our conversation goes, I can always bump one of these blocks to next week no problem and manufacture 20 hours here. However this is the plan if he doesn't want to work on this this week.\n\nYou may have noticed that I'm more structured today than usual. This is (1) because I have not been regular about my entries the past few weeks and am feeling a bit adrift, and (2) I fell into a Jordan Peterson YouTube hole last night and he says some pretty straightforward things about happiness, including that you need structure. The first question he asks someone who's depressed is, \"do you have a job?\" If the answer is no, then his answer is get one, even if it's not perfect. It will set you up for success. So while I don't want to follow the letter of his advice, I do want to add a little more structure to my life to stave off any kind of emotional turmoil from working alone and jobless.", "changes": [[1, 1, "plan.md"], [2, 0, "unbreakable-links/index.js"]]}, {"committer": {"date": 1510614499, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1510614499, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "b5f21eaa3e0f28380ca58cce45dc9c957c3495b4", "parents": ["a3056b4b08d8c31e471945c7f68ae9695afc3614"], "commit": "8274ccb120bb3781402aed0a9e1d99242b95a479", "message": "Why is my plan so ugly?\n\nI was hoping to publish my work plan by the end of day today but I don't like it. My thoughts are all over the place. I don't like the summary of steps at the end. It needs more work than I can do right now. Let's not rush.\n\nAs crazy as it sounds, I think I want to create a new work plan from scratch yet again. Hopefully it will be the last time. In particular I want to think through the steps of the plan and the timeline.\n\nI'll also be working on the content for my Patreon in the next few days. I expect that to launch in the next few weeks.\n\nFinally, I am starting to rethink the homepage design. Maybe I'll add some photos. Maybe I'll feature certain content. I could think about the \"user flow\" as opposed to simply listing all content by date.", "changes": [[1, 0, "index.html"]]}, {"committer": {"date": 1510614433, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1510614433, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "0ffb770572a422f6c4f89221e035a66ec623e71e", "parents": ["ede3d2bb7c73f9dfd65c057b607d83220e24f020"], "commit": "a3056b4b08d8c31e471945c7f68ae9695afc3614", "message": "simplified plan a bit, workshopped steps in summary", "changes": [[9, 11, "plan.md"]]}, {"committer": {"date": 1510614400, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1510614400, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "152bd1b4ac8e87ffc6755f5690a5bea59003f60f", "parents": ["a5206c3fa460bbdbb57cb44030c11b7e93da2e39"], "commit": "ede3d2bb7c73f9dfd65c057b607d83220e24f020", "message": "updated homepage text", "changes": [[3, 3, "index.html"]]}, {"committer": {"date": 1510612584, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1510612584, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "4cc34f75f6bc8db9aeaa85cdfab8abb6318da0bf", "parents": ["4f9cfe417e8ff3e7cbdeebcbf5d39bddaa504bcb"], "commit": "a5206c3fa460bbdbb57cb44030c11b7e93da2e39", "message": "edited plan, refactored out principles to own file", "changes": [[33, 117, "plan.md"], [63, 1, "principles.md"]]}, {"committer": {"date": 1510362157, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1510362157, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "37e0479f8c08dd656938563053437d37e2ab22f9", "parents": ["67e72ea2d730b98a752acb852465026f7636e1e4"], "commit": "4f9cfe417e8ff3e7cbdeebcbf5d39bddaa504bcb", "message": "rest of nicky case notes", "changes": [[26, 2, "notes/nicky-case-call-11-1-17.md"]]}, {"committer": {"date": 1510360672, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1510360672, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "158641c60084f9dae8da6bae0c51167bef2f411a", "parents": ["6fbbd7c9e11cbb74b53dd51503bd11ec840b964e"], "commit": "67e72ea2d730b98a752acb852465026f7636e1e4", "message": "added notes nicky", "changes": [[91, 0, "notes/nicky-case-call-11-1-17.md"]]}, {"committer": {"date": 1510350681, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1510350681, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "bc36cdac4a0ce5e2400f564c6b859563fcbe9f43", "parents": ["d86a325e91fe27036517e4489372615820ad2266"], "commit": "6fbbd7c9e11cbb74b53dd51503bd11ec840b964e", "message": "fixed heading names and levels", "changes": [[2, 2, "plan.md"]]}, {"committer": {"date": 1510350578, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1510350578, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "f73d011e0614ca69c056cf4a3bde794cfa786e19", "parents": ["f5e42870cc1af14f235a2b04b2bd561383fbb621"], "commit": "d86a325e91fe27036517e4489372615820ad2266", "message": "fixes formatting with elon plan", "changes": [[3, 0, "plan.md"]]}, {"committer": {"date": 1510350435, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1510350435, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "a0ef4f5ff2dea74826c40fca8f76aafdbae4f912", "parents": ["72a54f0e2db2a6657475666a207d3991f2fb84c6", "71111f1eaae802e429896be7a21f3ffd0b675da1"], "commit": "f5e42870cc1af14f235a2b04b2bd561383fbb621", "message": "Merge branch 'master' of https://github.com/stevekrouse/futureofcoding.org", "changes": []}, {"committer": {"date": 1510350059, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1510350059, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "ea6c5bbcfb44b5105a1af58948216fb61aa6039f", "parents": ["e8e0aa94c1b4ec71af2013bc67d72ac781658209"], "commit": "72a54f0e2db2a6657475666a207d3991f2fb84c6", "message": "Done (for now) with plan (I think)\n\nI know the title of this commit doesn't inspire confidence but I think this plan is in a good place. Good enough for me to move on to step 1 of it at least. I'm sure I'll be back here, rethinking things soon enough.\n\n* It feels like every time I come back to working on this plan, I delete everything and start over again. That's not neccesarily a bad thing.\n\n* It's such a bummer to me that I have to write these journal thoughts somewhere random and then copy and paste them into the commit message at the end of my work even though I'm now writing them before I get started. Why can't the commit have a home before you finish the commit?! (Brainflash! I should've just commited the above thoughts to the repo without any changes this morning!)\n\n* Version control is definitely a topic I want to think about more. Really \"version control\" isn't the write word for it. It's more \"iterating on software\" or \"the software workflow\". Managing versions of software is a different problem. The elements of change guy is really the only one I know who's really thinking about this in a thoughtful way.\n\n* I'm not sure where my fustration with this plan is coming from: 1) my lack of progress on it the last few weeks because of my sickness and taking too many meetings, or 2) not having enough data to make a good decision here.", "changes": [["-", "-", "media/cycle-js-devtools-diagram.mp4"], [187, 201, "plan.md"]]}, {"committer": {"date": 1510236314, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1510236314, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "f1e0d54051e18ec20aa6650fbaa0996d24dd75b1", "parents": ["8c1dbbae570fad7e4454c8e09e84d4b17057a2b3"], "commit": "e8e0aa94c1b4ec71af2013bc67d72ac781658209", "message": "continued working on plan, outline, goals, why", "changes": [[231, 135, "plan.md"]]}, {"committer": {"date": 1510236291, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1510236291, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "f852842e5c3556c17c9cdbe7a2f2ffff9417f6b9", "parents": ["a2a498eb018c3bb5ff57967b8a2c8d973ca3a116"], "commit": "8c1dbbae570fad7e4454c8e09e84d4b17057a2b3", "message": "added console logs to unbreakable-links", "changes": [[4, 2, "unbreakable-links/index.js"]]}, {"committer": {"date": 1510192284, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1510192284, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "2f49ad62c56d2c81b7478157c312042ba7b33ff8", "parents": ["008c8321917b684eae722426a53bfb8d878eacdd"], "commit": "a2a498eb018c3bb5ff57967b8a2c8d973ca3a116", "message": "removed extra slash in rawGitLink", "changes": [[1, 1, "unbreakable-links/index.js"]]}, {"committer": {"date": 1510192226, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1510192226, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "0812f991a3247ff127d16fdcb553a783eb6b20e2", "parents": ["8f91dc3d949c01ee74b8f4f1c913afd80194cfa7"], "commit": "008c8321917b684eae722426a53bfb8d878eacdd", "message": "added unbreakable-links as non-repo", "changes": [[43, 0, "unbreakable-links/README.md"], [182, 0, "unbreakable-links/index.js"]]}, {"committer": {"date": 1510192203, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1510192203, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "dc2b9252940e907b7f1a69dcce1a2a2cc64491ba", "parents": ["08b4f6af64e31bcc4ff5934accf4c2d32d10bca7"], "commit": "8f91dc3d949c01ee74b8f4f1c913afd80194cfa7", "message": "removed unbreakable-links repo", "changes": [[0, 1, "unbreakable-links"]]}, {"committer": {"date": 1510191940, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1510191940, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "02e0602685bb5c71e8f7ddd9db2ebf5aab5efb73", "parents": ["f73fdc0b3a8481b7433e04f90ea0d6a12168e3f3"], "commit": "08b4f6af64e31bcc4ff5934accf4c2d32d10bca7", "message": "added unbreakable-links repo inside futureofcoding.org", "changes": [[1, 1, "404.html"], [1, 1, "README.md"], [1, 1, "about.md"], [1, 1, "episodes/1-welcome.html"], [1, 1, "episodes/10-unisons-paul-chiusano-on-how-abstraction-will-save-distributed-computing.html"], [1, 1, "episodes/11-how-reactjs-was-created-with-pete-hunt.html"], [1, 1, "episodes/12-research-recap-six-cycle-js-deep-dive.html"], [1, 1, "episodes/13-teaching-elm-to-4th-graders-christopher-anand.html"], [1, 1, "episodes/14-research-recap-seven-master-planning.html"], [1, 1, "episodes/15-raising-genius-with-scott-mueller.html"], [1, 1, "episodes/16-research-recap-eight-life-and-work-planning.html"], [1, 1, "episodes/2-research-recap.html"], [1, 1, "episodes/3-jonathan-leung-on-inventing-on-principle.html"], [1, 1, "episodes/4-research-recap-two.html"], [1, 1, "episodes/5-samantha-john.html"], [1, 1, "episodes/6-research-recap-three.html"], [1, 1, "episodes/7-lookers-lloyd-tab-on-growing-languages-through-deprecation.html"], [1, 1, "episodes/8-research-recap-four.html"], [1, 1, "episodes/9-research-recap-five.html"], [1, 1, "ideas.md"], [1, 1, "index.html"], [1, 1, "journal.md"], [1, 1, "links.md"], [1, 1, "log.html"], [1, 1, "notes/aaron-kent-call-9-15-17.md"], [1, 1, "notes/andre-staltz-call-10-9-17.md"], [1, 1, "notes/andre-staltz-call-9-11-17.md"], [1, 1, "notes/dan-scanlon-call-9-5-17.md"], [1, 1, "notes/jaime-brandon-call-9-5-17.md"], [1, 1, "notes/niko-autio-microeditor.html"], [1, 1, "plan.md"], [1, 1, "principles.md"], [1, 1, "prototypes/streamsheets/index.html"], [1, 0, "unbreakable-links"]]}, {"committer": {"date": 1510191647, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1510191647, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "4a2ddc613b0d757865dcc063698af054a43b33b2", "parents": ["6dfad20c4ae380c098e33234802840234c7bc5ab"], "commit": "f73fdc0b3a8481b7433e04f90ea0d6a12168e3f3", "message": "update unbreakable-links", "changes": [[1, 1, "404.html"], [1, 1, "README.md"], [1, 1, "about.md"], [1, 1, "episodes/1-welcome.html"], [1, 1, "episodes/10-unisons-paul-chiusano-on-how-abstraction-will-save-distributed-computing.html"], [1, 1, "episodes/11-how-reactjs-was-created-with-pete-hunt.html"], [1, 1, "episodes/12-research-recap-six-cycle-js-deep-dive.html"], [1, 1, "episodes/13-teaching-elm-to-4th-graders-christopher-anand.html"], [1, 1, "episodes/14-research-recap-seven-master-planning.html"], [1, 1, "episodes/15-raising-genius-with-scott-mueller.html"], [1, 1, "episodes/16-research-recap-eight-life-and-work-planning.html"], [1, 1, "episodes/2-research-recap.html"], [1, 1, "episodes/3-jonathan-leung-on-inventing-on-principle.html"], [1, 1, "episodes/4-research-recap-two.html"], [1, 1, "episodes/5-samantha-john.html"], [1, 1, "episodes/6-research-recap-three.html"], [1, 1, "episodes/7-lookers-lloyd-tab-on-growing-languages-through-deprecation.html"], [1, 1, "episodes/8-research-recap-four.html"], [1, 1, "episodes/9-research-recap-five.html"], [1, 1, "ideas.md"], [1, 1, "index.html"], [1, 1, "journal.md"], [1, 1, "links.md"], [1, 1, "log.html"], [1, 1, "notes/aaron-kent-call-9-15-17.md"], [1, 1, "notes/andre-staltz-call-10-9-17.md"], [1, 1, "notes/andre-staltz-call-9-11-17.md"], [1, 1, "notes/dan-scanlon-call-9-5-17.md"], [1, 1, "notes/jaime-brandon-call-9-5-17.md"], [1, 1, "notes/niko-autio-microeditor.html"], [1, 1, "plan.md"], [1, 1, "principles.md"], [1, 1, "prototypes/streamsheets/index.html"]]}, {"committer": {"date": 1510191053, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1510191053, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "a152934795d857eec9035c211775267aee621372", "parents": ["3e0d87c37d1804ec53985f7e825fd278aa44a40d", "1636af6bcbcb32bf0a939836919b42298acc323c"], "commit": "6dfad20c4ae380c098e33234802840234c7bc5ab", "message": "Merge branch 'master' of https://github.com/stevekrouse/futureofcoding.org", "changes": []}, {"committer": {"date": 1510191047, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1510191047, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "f24af8e67d18de1367e05e31b60e4775631c2a1f", "parents": ["f3e363e3c421faafa46dda4a9bec67a511444247"], "commit": "3e0d87c37d1804ec53985f7e825fd278aa44a40d", "message": "added unbreakable-links, simply ?version=", "changes": [[1, 0, "404.html"], [3, 1, "README.md"], [1, 0, "about.md"], [1, 1, "episodes/1-welcome.html"], [1, 1, "episodes/10-unisons-paul-chiusano-on-how-abstraction-will-save-distributed-computing.html"], [1, 1, "episodes/11-how-reactjs-was-created-with-pete-hunt.html"], [1, 1, "episodes/12-research-recap-six-cycle-js-deep-dive.html"], [1, 1, "episodes/13-teaching-elm-to-4th-graders-christopher-anand.html"], [1, 0, "episodes/14-research-recap-seven-master-planning.html"], [1, 0, "episodes/15-raising-genius-with-scott-mueller.html"], [1, 0, "episodes/16-research-recap-eight-life-and-work-planning.html"], [1, 1, "episodes/2-research-recap.html"], [1, 1, "episodes/3-jonathan-leung-on-inventing-on-principle.html"], [1, 1, "episodes/4-research-recap-two.html"], [1, 1, "episodes/5-samantha-john.html"], [1, 1, "episodes/6-research-recap-three.html"], [1, 1, "episodes/7-lookers-lloyd-tab-on-growing-languages-through-deprecation.html"], [1, 1, "episodes/8-research-recap-four.html"], [1, 1, "episodes/9-research-recap-five.html"], [1, 0, "ideas.md"], [1, 1, "index.html"], [2, 1, "journal.md"], [1, 0, "links.md"], [1, 0, "log.html"], [14, 0, "notes/aaron-kent-call-9-15-17.md"], [14, 1, "notes/andre-staltz-call-10-9-17.md"], [14, 0, "notes/andre-staltz-call-9-11-17.md"], [2, 1, "notes/dan-scanlon-call-9-5-17.md"], [2, 1, "notes/jaime-brandon-call-9-5-17.md"], [1, 1, "notes/niko-autio-microeditor.html"], [1, 0, "plan.md"], [2, 1, "principles.md"], [0, 1, "prototypes/github-embed-footer"], [1, 0, "prototypes/streamsheets/index.html"]]}, {"committer": {"date": 1509974389, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1509974389, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "c3b5ce25f9c6f9352b1161e8156a5aa9435bf361", "parents": ["1767d80bf19dc8e73a8b4fc43b6b49a4b0941420", "7385f741463a6cc23b90c724afb2322860e99dbe"], "commit": "3639dc2ad7296524126d6bf1c38b768276541ec2", "message": "Merge branch 'master' of https://github.com/stevekrouse/futureofcoding.org", "changes": []}, {"committer": {"date": 1509974384, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1509974384, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "01a67431a36b3e7d5320c5b7916d32a9803c62c3", "parents": ["4a47728ae82754e62dca5d7e3d522f024e6e3639"], "commit": "1767d80bf19dc8e73a8b4fc43b6b49a4b0941420", "message": "added 16 research recap eight notes", "changes": [[184, 0, "episodes/16-research-recap-eight-life-and-work-planning.html"], [1, 0, "index.html"]]}, {"committer": {"date": 1509974364, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1509974364, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "08c642b2b9b442f4fa3ff1b0123e51a84ed27aed", "parents": ["4e5f04eaf871dc63c8e1a93634254e3077348fdb"], "commit": "4a47728ae82754e62dca5d7e3d522f024e6e3639", "message": "fixed typo with 14 research recap seven", "changes": [[152, 0, "episodes/14-research-recap-seven-master-planning.html"], [0, 152, "episodes/14-research-recap-six-master-planning.html"], [1, 1, "index.html"]]}, {"committer": {"date": 1509751200, "timezone": "-0400", "name": "steveykrouse", "email": "steveykrouse@gmail.com"}, "author": {"date": 1509751200, "timezone": "-0400", "name": "steveykrouse", "email": "steveykrouse@gmail.com"}, "tree": "a90505c06c56b8bcff043f6db70c49277593b5b2", "parents": ["4d37f65a04b418772687da1645d1da8d01a4fc30"], "commit": "7385f741463a6cc23b90c724afb2322860e99dbe", "message": "Created new outline for Future of Coding Plan\n\nDon't have time now to explain. It's a mess in there. It begins with the things I need to do next on this project. Then it's an outline. Hope to clean it up soon!", "changes": [[179, 214, "plan.md"]]}, {"committer": {"date": 1509031277, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1509031277, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "17e7b9d52cb56d82997ddf162bc6e1facd37873f", "parents": ["2b21ab29251d10602e4abea6232b8474235f6240"], "commit": "e533b31f0b395cfb2f982e05bc3df3c030534b03", "message": "add slack group invite", "changes": [[7, 1, "index.html"]]}, {"committer": {"date": 1509030647, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1509030647, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "ed3d0c57f45fa06a77d5601d73f5c4eff0406332", "parents": ["400dcee5064a95264982615a1222fc0686cd4136"], "commit": "2b21ab29251d10602e4abea6232b8474235f6240", "message": "Update ideas.md", "changes": [[2, 0, "ideas.md"]]}, {"committer": {"date": 1509030219, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1509030219, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "b20460c9aebe67fbc538b447b8d013aa843848c6", "parents": ["79518c546497bcb565fb72e92bf531a9c474e9d6"], "commit": "400dcee5064a95264982615a1222fc0686cd4136", "message": "more links from glench", "changes": [[2, 0, "links.md"]]}, {"committer": {"date": 1509029297, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1509029297, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "1a9c109352e4b83a5a92f0d6c3aa93b38e442ab8", "parents": ["b882bf061a360082134b3b53f24dee4cffb3c3f3"], "commit": "79518c546497bcb565fb72e92bf531a9c474e9d6", "message": "Update ideas.md", "changes": [[2, 0, "ideas.md"]]}, {"committer": {"date": 1509028473, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1509028473, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "d3071cbae933ba4f8e4ed90ddff27c7e8e6466e8", "parents": ["1612a59ec5b026b0a39442a27302981ae39a49c8"], "commit": "b882bf061a360082134b3b53f24dee4cffb3c3f3", "message": "links from emmanuel schnazer", "changes": [[4, 0, "links.md"]]}, {"committer": {"date": 1508953160, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1508953160, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "e13e1de47e0ecdb948d40e191b8e99ffdd753a32", "parents": ["32007660a94ba778b36115df3e559fac170f9a80"], "commit": "1612a59ec5b026b0a39442a27302981ae39a49c8", "message": "links from omar rizwan", "changes": [[13, 0, "links.md"]]}, {"committer": {"date": 1508863470, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1508863470, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "c2dfc126b5586f1cdf84b8515c3af17f0e642e49", "parents": ["b5b01b56685c127991f0db40997d12b139f0c716"], "commit": "32007660a94ba778b36115df3e559fac170f9a80", "message": "recovering from a sore throat\n\nI came down with a sore throat this weekend, which was pretty bad yesterday and mostly better today. Yesterday I was planning to do my research recap, meet with Yair from Lamdu and record an episode with him, and go to the Future of Programming meeting. Unfortunately, I was able to do none of that, but I did find the energy to work on https://github.com/stevekrouse/unbreakable-links which is both important to work on and a very fun project for me.\n\nToday I'm feeling a lot better, but I still don't want to push myself, especially because I want to conserve my energy for the MoMath fundraiser that I was invited to by Pete Muller when I bumped into him at Springsteen on Broadway and he heard that I'm a Mitch Resnick fan, and that he'll be there tonight! I'll have to make sure to finish his book in the next few hours...\n\nAs far as my main focus, my #1 priority these days is my Planning Series, which starts with \"Life Plan\", then \"World Plan\", and finally \"Future of Coding Plan\". The first two will live on stevekrouse.com and the third will live here, probably on futureofocoding.org/about or futureofcoding.org/plan.\n\n### Just Plans\n\nAs you may notice, I have decided to stop referring to these plans as \"master plans\" for a few reasons: 1) \"master\" is a word with strange slavery connotations (it also makes me uncomfortable to have \"master\" branches in git but one problem at a time), and 2) it makes me feel less egotistical to have \"plans\" as opposed to \"master plans.\"", "changes": [[0, 1, "log.html"]]}, {"committer": {"date": 1508425262, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1508425262, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "89668065cd30dc68262f9078821c1ccb3424435f", "parents": ["8ab8877ec56965901c690932cc214f9756af6755"], "commit": "b5b01b56685c127991f0db40997d12b139f0c716", "message": "where I've been\n\nOver the last few days, I haven't been pushing nearly as much to this as I used to for two reasons:\n\n1. I am working on unbreakable-links which will allow me to more freely edit the structure of the site, which is key because I need to change it.\n\n2. I am master planning. You can read my life master plan here https://docs.google.com/document/d/1tycCeK3FbOVqiz6xcePqr1iE0QTfsqpEgn4XUsXfuRM/edit", "changes": [[1, 0, "log.html"]]}, {"committer": {"date": 1508425164, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1508425164, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "c2dfc126b5586f1cdf84b8515c3af17f0e642e49", "parents": ["d6f8951ec824b3c2835f35c5b9e661d9a628155b"], "commit": "8ab8877ec56965901c690932cc214f9756af6755", "message": "Create log.html", "changes": [[9, 0, "log.html"]]}, {"committer": {"date": 1508425063, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1508425063, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "e8a668dc762bef223c51f029866fca2959f8ffe4", "parents": ["3d17f10c8b4a0cc457be40f0462cfb57593e5038"], "commit": "d6f8951ec824b3c2835f35c5b9e661d9a628155b", "message": "this journal is officially deprecated -> /log", "changes": [[4, 0, "journal.md"]]}, {"committer": {"date": 1508421096, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1508421096, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "f76442aaae01fdcaa668ea09c9a0693cc2e8518f", "parents": ["4e5f04eaf871dc63c8e1a93634254e3077348fdb"], "commit": "3d17f10c8b4a0cc457be40f0462cfb57593e5038", "message": "Update links.md", "changes": [[19, 1, "links.md"]]}, {"committer": {"date": 1508274114, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1508274114, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "1c41d937996106403073a9d4bd1669d340a48c53", "parents": ["ed3c55f65bc94654499ffd33c3650722cba6d58e", "793fef9f1fe23c820c98c6ed9af4195764448f40"], "commit": "4e5f04eaf871dc63c8e1a93634254e3077348fdb", "message": "Merge branch 'master' of https://github.com/stevekrouse/futureofcoding.org", "changes": []}, {"committer": {"date": 1508274090, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1508274090, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "74b50e49285e7f879aaee0a04f36615a09c67e67", "parents": ["1a9b47ce0b6dfaafa993870f343d8f43df417bed"], "commit": "ed3c55f65bc94654499ffd33c3650722cba6d58e", "message": "added 15 interview with scott mueller", "changes": [[90, 0, "episodes/15-raising-genius-with-scott-mueller.html"], [1, 0, "index.html"]]}, {"committer": {"date": 1508255997, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1508255997, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "d41f732391bb57eba285014bd4b3fd3227db606c", "parents": ["4335744ea1022870a7b391845410a1929bfb03be"], "commit": "793fef9f1fe23c820c98c6ed9af4195764448f40", "message": "Update links.md", "changes": [[5, 0, "links.md"]]}, {"committer": {"date": 1508251854, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1508251854, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "53612b078c76fffe8bc1f2a9c6d1a44baaa65a0b", "parents": ["b8026c26bc95651e3cb625cc9c7a0783dd589f9d"], "commit": "4335744ea1022870a7b391845410a1929bfb03be", "message": "Working on my life master plan...\n\nI feel bad for neglecting this site for the past few days. I've been working hard on my master plan for my life and I'll be back here shortly to continue working on my master plan for this project!", "changes": [[2, 1, "about.md"]]}, {"committer": {"date": 1508251162, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1508251162, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "ccd292b742ba246f551cdd508c6c9a09a14e9e40", "parents": ["343e9703c7b009ce7beb0ae57d4b827e45a298e8"], "commit": "b8026c26bc95651e3cb625cc9c7a0783dd589f9d", "message": "Update links.md", "changes": [[7, 0, "links.md"]]}, {"committer": {"date": 1508248862, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1508248862, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "1cf43afb879a4f08521a869a7c66f0b8dfada65f", "parents": ["1a9b47ce0b6dfaafa993870f343d8f43df417bed"], "commit": "343e9703c7b009ce7beb0ae57d4b827e45a298e8", "message": "links from glen chiacchieri", "changes": [[9, 2, "links.md"]]}, {"committer": {"date": 1507574614, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1507574614, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "2456bc8bdb13503301429cc7c2ded8a825df6b80", "parents": ["6d57e56f4a7c6eceba6ba109122fd203afc4fe74"], "commit": "1a9b47ce0b6dfaafa993870f343d8f43df417bed", "message": "added link to embed podcast for episode 14 research recap seven", "changes": [[1, 1, "episodes/14-research-recap-six-master-planning.html"]]}, {"committer": {"date": 1507561834, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1507561834, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "d08fae6283dace3047af828fa1fcc6130c3d9455", "parents": ["1c18aa8db46efb74679c80c23886d890baa7ed3b"], "commit": "6d57e56f4a7c6eceba6ba109122fd203afc4fe74", "message": "added to index.html and switched id to name attribute to make anchor tags work", "changes": [[19, 18, "episodes/14-research-recap-six-master-planning.html"], [1, 0, "index.html"]]}, {"committer": {"date": 1507561360, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1507561360, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "84e47cee8913e8094eb828af6f74b1e3b7bec73a", "parents": ["2e39f9a323775dbe08b9702866a2ace6db8a1451"], "commit": "1c18aa8db46efb74679c80c23886d890baa7ed3b", "message": "added episode 14 research recap seven without omnycast link", "changes": [[151, 0, "episodes/14-research-recap-six-master-planning.html"]]}, {"committer": {"date": 1507558423, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1507558423, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "c460ee5d4924e672735eeb8a3217d2f422fc67bf", "parents": ["16321d65a0381b78a1aa049d4666aadac9db8319"], "commit": "2e39f9a323775dbe08b9702866a2ace6db8a1451", "message": "added andre staltz call 10-9-17", "changes": [[232, 0, "notes/andre-staltz-call-10-9-17.md"]]}, {"committer": {"date": 1507307045, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1507307045, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "08c170b14192d864020593446dae6a9ac2717e18", "parents": ["915b40a2d6de7337f6f9a224118d60c042dbe804"], "commit": "16321d65a0381b78a1aa049d4666aadac9db8319", "message": "Continued developing master plan\n\nI've been making a lot of progress in the past few days, thinking about this project at a high level. I made a lot of progress in the shower this morning:\n\n![image](https://user-images.githubusercontent.com/2288939/31288236-13809c5e-aa92-11e7-8ba7-7dadee620891.png)\n\nThere are a few next steps:\n\n1. Articulate my prototype ideas for StreamSheets, Scratch or WoofJS FRP (and come up with a name for this), generic GUI for langauges, and more if I have them.\n\nhttps://github.com/stevekrouse/futureofcoding.org/issues/54\nhttps://github.com/stevekrouse/futureofcoding.org/issues/55\n\n2. Spell out my design principles.\n\nhttps://github.com/stevekrouse/futureofcoding.org/issues/9\n\n3. Send my master plan around to friends.\n\n4. Consider the future organization of the website and if now's a good time to go for it. https://github.com/stevekrouse/futureofcoding.org/issues/53", "changes": [[75, 40, "about.md"], [1, 1, "ideas.md"], [19, 0, "principles.md"], [0, 19, "thesis.md"]]}, {"committer": {"date": 1507292452, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1507292452, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "446069bac45860fdeb2dbf71f874b4a1f4a7e9cc", "parents": ["b6e0e47ac0fb3b1bb0555270438ca0235eff4bb3"], "commit": "915b40a2d6de7337f6f9a224118d60c042dbe804", "message": "testing to see what long commit messages look like\n\nCan you see this message?\n\nHow about [this link](http://futureofcoding.org)?\n\n# How about this header?", "changes": []}, {"committer": {"date": 1507209851, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1507209851, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "446069bac45860fdeb2dbf71f874b4a1f4a7e9cc", "parents": ["b5cf6d2d524a94e0e08f5dd9b6e7c37f0c4a4369"], "commit": "b6e0e47ac0fb3b1bb0555270438ca0235eff4bb3", "message": "journal death knoll and streamsheets write up", "changes": [[14, 0, "journal.md"]]}, {"committer": {"date": 1507207405, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1507207405, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "d81876d33a73c9f4e6df6488ad5b7c0f005bcea3", "parents": ["51f4a7a85eba79d9b31ec0281db9dc792e9f581e"], "commit": "b5cf6d2d524a94e0e08f5dd9b6e7c37f0c4a4369", "message": "added petri nets", "changes": [[2, 0, "links.md"]]}, {"committer": {"date": 1507134430, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1507134430, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "1d5c3de320240927bf73edf6d420a47f7dfb2544", "parents": ["cc0f4b85157657f02e8da17ba9c3c19bb3333d80"], "commit": "51f4a7a85eba79d9b31ec0281db9dc792e9f581e", "message": "added children programming languages paper", "changes": [[1, 1, "links.md"]]}, {"committer": {"date": 1507053916, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1507053916, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "cc98c9e8e78a0d11b104ebcda198828b07d4bf9c", "parents": ["babbf695b718c41eb7aba3bd2f33708dcf0938fd"], "commit": "cc0f4b85157657f02e8da17ba9c3c19bb3333d80", "message": "lowered header predecede of structural editor subheadings", "changes": [[6, 6, "journal.md"]]}, {"committer": {"date": 1507053844, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1507053844, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "4fbcdf25acc88e1e39be7cf259d33a74a51d4961", "parents": ["f25ab2fbd97b8da93495d0700aeed53497f7da36"], "commit": "babbf695b718c41eb7aba3bd2f33708dcf0938fd", "message": "structured editing write up", "changes": [[74, 2, "journal.md"], [1, 0, "links.md"], [1126, 0, "notes/niko-autio-microeditor.html"]]}, {"committer": {"date": 1507037911, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1507037911, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "bb4dfb44103198cd448b8430cc221c3fda554ea1", "parents": ["33b5a65c408c871c930846ddcfafd4cdf9baf70f", "008d0c2d880ec5ef23068db76f9738ec8fcc8e94"], "commit": "f25ab2fbd97b8da93495d0700aeed53497f7da36", "message": "Merge pull request #48 from stevekrouse/episode-13\n\nadded episode 13, waiting for lauch date", "changes": []}, {"committer": {"date": 1507037902, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1507037902, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "73ca0e1da3b72872b3de3d1983ae9da63f57406c", "parents": ["453f2bd02372e5d0a83a1305503dead2bdb2cea4"], "commit": "008d0c2d880ec5ef23068db76f9738ec8fcc8e94", "message": "added omnyfocus embed link", "changes": [[1, 1, "episodes/13-teaching-elm-to-4th-graders-christopher-anand.html"]]}, {"committer": {"date": 1506986472, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1506986472, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "382c89f259e4dfb1c3c69669c81a7eed94f668ff", "parents": ["06113ec98d94d6da98761e4220a7bb8310f672dd"], "commit": "33b5a65c408c871c930846ddcfafd4cdf9baf70f", "message": "Update links.md", "changes": [[1, 0, "links.md"]]}, {"committer": {"date": 1506961454, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1506961454, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "6bbf79229025277f227b4419c4bc7bbb11e44567", "parents": ["d14b429066043a59c3939956d672389dbf6fcf1e"], "commit": "06113ec98d94d6da98761e4220a7bb8310f672dd", "message": "Update links.md", "changes": [[1, 0, "links.md"]]}, {"committer": {"date": 1506952183, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1506952183, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "b917ae14d4a36bc013ad0493b367c3f3ddbb59f6", "parents": ["8663e9c14ef014b58aabb65a886f60b7fad82c45"], "commit": "d14b429066043a59c3939956d672389dbf6fcf1e", "message": "elm flappy, andre and nick, juan benet master plan", "changes": [[60, 1, "journal.md"]]}, {"committer": {"date": 1506942662, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1506942662, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "d97e1d79f71a5a920d3292ef105db9498f24573c", "parents": ["d23405ab51b4e01478a5d52913143be1c4eddcb4"], "commit": "8663e9c14ef014b58aabb65a886f60b7fad82c45", "message": "For -> 4 typo", "changes": [[1, 1, "journal.md"]]}, {"committer": {"date": 1506787197, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1506787197, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "8bbda671d4075a2340d76ca7ed1db3a1a2f53c46", "parents": ["5bafc3c6095dadcc9acfa8b0dd76f28988d6671a"], "commit": "d23405ab51b4e01478a5d52913143be1c4eddcb4", "message": "started about and thesis", "changes": [[151, 0, "about.md"], [2, 1, "index.html"], [19, 0, "thesis.md"]]}, {"committer": {"date": 1506779504, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1506779504, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "9a38a2e7907bad203a5c4c9cddd9a321a1849a52", "parents": ["5b4673ab621cc3bd485e3a9e53d67aa2090aecb1", "098a7f66a1066f25149342630fbb0bc0f6ec4151"], "commit": "5bafc3c6095dadcc9acfa8b0dd76f28988d6671a", "message": "Merge branch 'master' of https://github.com/stevekrouse/futureofcoding.org", "changes": []}, {"committer": {"date": 1506779499, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1506779499, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "f9b2cb7cc6531b44e9aa62437978fb500b088528", "parents": ["ffa8b9769aa090b0e248a3f868699a75350110fc"], "commit": "5b4673ab621cc3bd485e3a9e53d67aa2090aecb1", "message": "addedl linq", "changes": [[1, 0, "links.md"]]}, {"committer": {"date": 1506711945, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1506711945, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "09365822356a81eabbad90b4b685f3a40ac70577", "parents": ["9e788a4a54112430c714e091ed0fdcd838013914"], "commit": "098a7f66a1066f25149342630fbb0bc0f6ec4151", "message": "links from @curious_reader", "changes": [[12, 0, "links.md"]]}, {"committer": {"date": 1506701600, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1506701600, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "de13e05389881d2ada5014d62c107cc99bfaed40", "parents": ["ffa8b9769aa090b0e248a3f868699a75350110fc"], "commit": "9e788a4a54112430c714e091ed0fdcd838013914", "message": "fun conversations and elm flappy started", "changes": [[20, 0, "journal.md"]]}, {"committer": {"date": 1506692783, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1506692783, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "7f835fbdcd6a146d3e14972e6ab3b6ecdb520623", "parents": ["6aadd6d78159bf6438b9037b95793c07a07814a6"], "commit": "ffa8b9769aa090b0e248a3f868699a75350110fc", "message": "prioritize sideways recipie article", "changes": [[3, 1, "links.md"]]}, {"committer": {"date": 1506691951, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1506691951, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "0803adf5c5833fcab2a1c63e34efb38d8a3fc6f2", "parents": ["6aadd6d78159bf6438b9037b95793c07a07814a6"], "commit": "453f2bd02372e5d0a83a1305503dead2bdb2cea4", "message": "added episode 13, waiting for lauch date", "changes": [[102, 0, "episodes/13-teaching-elm-to-4th-graders-christopher-anand.html"], [1, 0, "index.html"]]}, {"committer": {"date": 1506602406, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1506602406, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "029df50d2cc31f0dd7cf787334bce1bc7de48c6e", "parents": ["ab9901937fbaf6b0710fc36825ca244b6d42dae2"], "commit": "6aadd6d78159bf6438b9037b95793c07a07814a6", "message": "Update journal.md", "changes": [[4, 0, "journal.md"]]}, {"committer": {"date": 1506541743, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1506541743, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "a47ac91df7bb8d2c5b36f7d52e477a3793ed4b00", "parents": ["981a4004ace5afdc5685954b8dbacde3badc878d"], "commit": "ab9901937fbaf6b0710fc36825ca244b6d42dae2", "message": "Update links.md", "changes": [[1, 0, "links.md"]]}, {"committer": {"date": 1506538172, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1506538172, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "eb5702623785e07a703d0c09b306b27576c257c0", "parents": ["47466607290c0e3647995281735a90d2fdf150e3"], "commit": "981a4004ace5afdc5685954b8dbacde3badc878d", "message": "Update links.md", "changes": [[1, 0, "links.md"]]}, {"committer": {"date": 1506531697, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1506531697, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "4459c1a67ccaa696b8f71422f41c730a6f17ae6d", "parents": ["197aa63952c34ad7fe0ca57bc47e811338af3d1a"], "commit": "47466607290c0e3647995281735a90d2fdf150e3", "message": "finished cyclejs flappy bird", "changes": [[26, 0, "journal.md"]]}, {"committer": {"date": 1506443673, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1506443673, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "36d1788d0f71c679b60867d740e7e8b4f0ed2c9c", "parents": ["ed87c919be2eb7160bb9ed115280e7a5cab1d212"], "commit": "197aa63952c34ad7fe0ca57bc47e811338af3d1a", "message": "Update links.md", "changes": [[6, 2, "links.md"]]}, {"committer": {"date": 1506443502, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1506443502, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "03e0e1a753c50a7572a22946238597df8dbe32a2", "parents": ["6a64c41a01f998fd57fcccc44f92b39e166ff23b"], "commit": "ed87c919be2eb7160bb9ed115280e7a5cab1d212", "message": "add links from nicolae rusan", "changes": [[6, 0, "links.md"]]}, {"committer": {"date": 1506441573, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1506441573, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "7f78207fe71e4ffd14ba900373576bcefcfa100f", "parents": ["19d478945d86279da2f7c6eab86273fd72f6f51e"], "commit": "6a64c41a01f998fd57fcccc44f92b39e166ff23b", "message": "Update journal.md", "changes": [[5, 0, "journal.md"]]}, {"committer": {"date": 1506352193, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1506352193, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "7efbde25c25b1b51879f606440fce0db7c24288e", "parents": ["cb152e6c4105cdcbbf26c069d1da1069577308bd"], "commit": "19d478945d86279da2f7c6eab86273fd72f6f51e", "message": "added episdoe 12, research recap six: cyclejs deep dive", "changes": [[86, 0, "episodes/12-research-recap-six-cycle-js-deep-dive.html"], [1, 0, "index.html"]]}, {"committer": {"date": 1506351892, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1506351892, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "66be71ecd978e01cb138e1fd1cee4f5d86153dd2", "parents": ["a87ad52062c1ebc591b38b28da5f507aaaaa7ca5"], "commit": "cb152e6c4105cdcbbf26c069d1da1069577308bd", "message": "fix onionify link", "changes": [[1, 1, "journal.md"]]}, {"committer": {"date": 1506346145, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1506346145, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "c6d51b7622524d355ee364e2e9b634c719428c9e", "parents": ["b90daea3548277613fd882bf911ce5c606e9770e"], "commit": "a87ad52062c1ebc591b38b28da5f507aaaaa7ca5", "message": "research recap 6", "changes": [[48, 1, "journal.md"]]}, {"committer": {"date": 1506116368, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1506116368, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "7fb7cfb6dc1e6a0ad81263b96160c09d88d0bdf5", "parents": ["cf7b4fc072fa73a47ad989496a21351026c5875a"], "commit": "b90daea3548277613fd882bf911ce5c606e9770e", "message": "Update journal.md", "changes": [[2, 0, "journal.md"]]}, {"committer": {"date": 1506116142, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1506116142, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "f0457a9df66c55dfac378765c7357d0d22cd678c", "parents": ["6c2e63534ab7f2ecd92c7e5c508a5fbb87e3b9d3"], "commit": "cf7b4fc072fa73a47ad989496a21351026c5875a", "message": "Update journal.md", "changes": [[8, 0, "journal.md"]]}, {"committer": {"date": 1506089144, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1506089144, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "ba1a6436945d4310dd283ef5f12755299c78fe01", "parents": ["581753a6db254e516301d0c1563e233f6e70ea13"], "commit": "6c2e63534ab7f2ecd92c7e5c508a5fbb87e3b9d3", "message": "to recurse or not to recurse", "changes": [[26, 0, "journal.md"]]}, {"committer": {"date": 1506024610, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1506024610, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "3c619aca47c07bfe2a44e1e14ac8466c578cdbaf", "parents": ["578124f23089e7a4ca842ab8501ae837e4ca8a74"], "commit": "581753a6db254e516301d0c1563e233f6e70ea13", "message": "Update links.md", "changes": [[1, 0, "links.md"]]}, {"committer": {"date": 1506023134, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1506023134, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "554b60b4e14e6093c7b262477625b75c8705d1c2", "parents": ["914e8301e7b9545e1e655a0cef9c6c9ace91b252"], "commit": "578124f23089e7a4ca842ab8501ae837e4ca8a74", "message": "Update index.html", "changes": [[2, 2, "index.html"]]}, {"committer": {"date": 1506023076, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1506023076, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "93e2c0796a83718b6710796db9965ba3a5e4373e", "parents": ["ffc282294d72a15b37008e78634716d4a9f7a6e9"], "commit": "914e8301e7b9545e1e655a0cef9c6c9ace91b252", "message": "Update index.html", "changes": [[1, 1, "index.html"]]}, {"committer": {"date": 1506021281, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1506021281, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "1fc5e38ca1bf75637cc29bd245abc28fd2505e92", "parents": ["599f367771f45a75400f952e33bb1fb9f185d758"], "commit": "ffc282294d72a15b37008e78634716d4a9f7a6e9", "message": "Update journal.md", "changes": [[6, 0, "journal.md"]]}, {"committer": {"date": 1506019627, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1506019627, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "ef58f17118d2fac3d514b9fefc3162a07990945e", "parents": ["b095cca040ae70c0f3b5290474c4d7a4b8674e71"], "commit": "599f367771f45a75400f952e33bb1fb9f185d758", "message": "Update links.md", "changes": [[2, 0, "links.md"]]}, {"committer": {"date": 1505913111, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1505913111, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "1b364dcc00c752faa58cc6705bca3a01331733c3", "parents": ["3e4c48b6006a11f8ebc059efb738b7f74a37ad33"], "commit": "b095cca040ae70c0f3b5290474c4d7a4b8674e71", "message": "Update journal.md", "changes": [[3, 0, "journal.md"]]}, {"committer": {"date": 1505911811, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1505911811, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "9e51b88654e147c7d393c0a187ac05be506213f6", "parents": ["ce65837e2716efffcad1fbe84a27a8bc6a80dd4a"], "commit": "3e4c48b6006a11f8ebc059efb738b7f74a37ad33", "message": "Update links.md", "changes": [[1, 0, "links.md"]]}, {"committer": {"date": 1505843561, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1505843561, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "05fdd2479253a293c68784bed6393a5d3ce35e21", "parents": ["de134be22d95007c2bfa7eb0567de97b930b5d91"], "commit": "ce65837e2716efffcad1fbe84a27a8bc6a80dd4a", "message": "Update links.md", "changes": [[1, 0, "links.md"]]}, {"committer": {"date": 1505834631, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1505834631, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "34e717977d5cf78faf6e86cf24eb33f3035c5c7c", "parents": ["a1a0f723e34db654811a009dcbadea6ba2568d71"], "commit": "de134be22d95007c2bfa7eb0567de97b930b5d91", "message": "added pete hunt episode", "changes": [[89, 0, "episodes/11-how-reactjs-was-created-with-pete-hunt.html"], [1, 0, "index.html"]]}, {"committer": {"date": 1505831458, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1505831458, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "f139f0d58b68e861f5e3b1ea2c044d324431a62a", "parents": ["3e3f2b81f1cf9dd809bae2357983754b4b897cce"], "commit": "a1a0f723e34db654811a009dcbadea6ba2568d71", "message": "played with cycle, create github-embed-footer", "changes": [[3, 0, ".gitmodules"], [17, 0, "journal.md"], [1, 0, "prototypes/github-embed-footer"]]}, {"committer": {"date": 1505751306, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1505751306, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "d34875392cce56c005890e7ba944942929246a89", "parents": ["80bd8cddfea62940667194d1b9f06d448a7cb049"], "commit": "3e3f2b81f1cf9dd809bae2357983754b4b897cce", "message": "reorganize to research links by topic", "changes": [[46, 43, "links.md"]]}, {"committer": {"date": 1505748783, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1505748783, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "92f8b5aaaebac5b90cdcc6c01eff6217ce612826", "parents": ["f987a210e92c54ebeda8daa166872443014e3f00"], "commit": "80bd8cddfea62940667194d1b9f06d448a7cb049", "message": "Update journal.md", "changes": [[18, 0, "journal.md"]]}, {"committer": {"date": 1505748294, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1505748294, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "45887bd5e059568ea6ec62071e50557598876d8a", "parents": ["66f5549361e2562841447bc1d19956046ba120e3"], "commit": "f987a210e92c54ebeda8daa166872443014e3f00", "message": "Update links.md", "changes": [[29, 9, "links.md"]]}, {"committer": {"date": 1505508846, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1505508846, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "f2168b992bd2bbe6ab09f2dbd6fab10400159b65", "parents": ["336815f64b5b0b4f0aeeb7be35b50824acd43653"], "commit": "66f5549361e2562841447bc1d19956046ba120e3", "message": "Update journal.md", "changes": [[9, 0, "journal.md"]]}, {"committer": {"date": 1505508833, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1505508833, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "ab4ec768b29b1c010609a55dded7622332d2ce73", "parents": ["27ecc929931c792e17e3b590adfd2f09d45e9944"], "commit": "336815f64b5b0b4f0aeeb7be35b50824acd43653", "message": "Update links.md", "changes": [[36, 6, "links.md"]]}, {"committer": {"date": 1505496885, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1505496885, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "a4d609b11e5251db9fd2e10b9a9bd9b8b0879f69", "parents": ["d2a8c8f6d599ef0717dada1479a38ac4275460ac"], "commit": "27ecc929931c792e17e3b590adfd2f09d45e9944", "message": "Update links.md", "changes": [[10, 5, "links.md"]]}, {"committer": {"date": 1505496877, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1505496877, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "f155058884fe4d64c732343b37f47f3dc4a10b7b", "parents": ["a7a6d5708dd6d1837e78d043d5e2c54fc2df5b22", "7b2e4f5d2164c753e40ee27c05dc8610eb19f3d3"], "commit": "d2a8c8f6d599ef0717dada1479a38ac4275460ac", "message": "Merge branch 'master' of https://github.com/stevekrouse/futureofcoding.org", "changes": []}, {"committer": {"date": 1505496871, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1505496871, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "9ae1a451b5ae06ffe12121b69d74cacc6fdbf7b6", "parents": ["1edb7c948c876ae562dedc76d566899fa9b056c2"], "commit": "a7a6d5708dd6d1837e78d043d5e2c54fc2df5b22", "message": "added aaron kent call", "changes": [[27, 0, "notes/aaron-kent-call-9-15-17.md"]]}, {"committer": {"date": 1505316748, "timezone": "-0500", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1505316748, "timezone": "-0500", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "646b776e4727ee9a48a330415d4967ccfae4af8e", "parents": ["9083f5051da2af3702fe6ea1755ee0a4ba6f4054"], "commit": "7b2e4f5d2164c753e40ee27c05dc8610eb19f3d3", "message": "Update journal.md", "changes": [[23, 0, "journal.md"]]}, {"committer": {"date": 1505316484, "timezone": "-0500", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1505316484, "timezone": "-0500", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "7d9288d7f7a07b6bfb83e7583545fd845ab5b7ce", "parents": ["27ce85bfc298c11c1bb4a22104630b5db2975389"], "commit": "9083f5051da2af3702fe6ea1755ee0a4ba6f4054", "message": "Update links.md", "changes": [[4, 0, "links.md"]]}, {"committer": {"date": 1505316387, "timezone": "-0500", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1505316387, "timezone": "-0500", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "a15f6fbf10a7cd4ec53498d0263c35c42ddd75ef", "parents": ["78c146bc2411f5159b04769e584349ea8d251496"], "commit": "27ce85bfc298c11c1bb4a22104630b5db2975389", "message": "Update links.md", "changes": [[3, 0, "links.md"]]}, {"committer": {"date": 1505313069, "timezone": "-0500", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1505313069, "timezone": "-0500", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "8ef3c92c6999c913467504db8906f55557767b5e", "parents": ["e0094fce667761206d87e322a5c4875257c3ad5f"], "commit": "78c146bc2411f5159b04769e584349ea8d251496", "message": "Update index.html", "changes": [[1, 0, "index.html"]]}, {"committer": {"date": 1505312891, "timezone": "-0500", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1505312891, "timezone": "-0500", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "f4b15059b9ed018982f91ade031ae94d1d127f60", "parents": ["a3b5290a0917e34b321eb614760560ee5a1e4fd1"], "commit": "e0094fce667761206d87e322a5c4875257c3ad5f", "message": "Create 10-unisons-paul-chiusano-on-how-abstraction-will-save-distributed-computing.html", "changes": [[89, 0, "episodes/10-unisons-paul-chiusano-on-how-abstraction-will-save-distributed-computing.html"]]}, {"committer": {"date": 1505225730, "timezone": "-0500", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1505225730, "timezone": "-0500", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "dbb57d9cbfc7ae96278de7889f8fbd550f4b99a5", "parents": ["b2360fcc457cb6d6a936e68f73e045dd6ffd53b9"], "commit": "a3b5290a0917e34b321eb614760560ee5a1e4fd1", "message": "fix podcast dates", "changes": [[6, 6, "index.html"]]}, {"committer": {"date": 1505225558, "timezone": "-0500", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1505225558, "timezone": "-0500", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "3abf2e24b83aab492347229c34b9b1de5ca0d13c", "parents": ["b358b7ae0e0eb99a325ab4317522086ab1384fbd"], "commit": "b2360fcc457cb6d6a936e68f73e045dd6ffd53b9", "message": "Update ideas.md", "changes": [[2, 0, "ideas.md"]]}, {"committer": {"date": 1505223682, "timezone": "-0500", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1505223682, "timezone": "-0500", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "eb88c79c85d1f433bdc08f5ab2a1824781470689", "parents": ["9bb940ef8155266aa62b586c546d91923927e413"], "commit": "b358b7ae0e0eb99a325ab4317522086ab1384fbd", "message": "Update links.md", "changes": [[2, 0, "links.md"]]}, {"committer": {"date": 1505219671, "timezone": "-0500", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1505219671, "timezone": "-0500", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "7bca4b835690ee9ed78e8ad668d75c6c0bdc8d01", "parents": ["680be36767a6f55703869e882a291f7a797c42ae"], "commit": "9bb940ef8155266aa62b586c546d91923927e413", "message": "added links from jaime and andre calls", "changes": [[8, 4, "links.md"]]}, {"committer": {"date": 1505219592, "timezone": "-0500", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1505219592, "timezone": "-0500", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "f2ff34f9c2f9f83da8f6a74d43bd0a08747883d8", "parents": ["25dabceeb6b549ddd623deab23ca8483f437990c"], "commit": "680be36767a6f55703869e882a291f7a797c42ae", "message": "fix andre call notes links", "changes": [[1, 1, "journal.md"]]}, {"committer": {"date": 1505216260, "timezone": "-0500", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1505216260, "timezone": "-0500", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "bf0b38b0d676956da86ee0868e9b0b1d91a9d463", "parents": ["1edb7c948c876ae562dedc76d566899fa9b056c2"], "commit": "25dabceeb6b549ddd623deab23ca8483f437990c", "message": "Update links.md", "changes": [[2, 0, "links.md"]]}, {"committer": {"date": 1505163409, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1505163409, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "8079d5f18550e388d4ebd094e7b9d1c1d6ae330b", "parents": ["08da893bb261b158b291282d3fc0038453e871e5"], "commit": "1edb7c948c876ae562dedc76d566899fa9b056c2", "message": "update research recap five description and add to homepage", "changes": [[1, 1, "episodes/9-research-recap-five.html"], [1, 0, "index.html"]]}, {"committer": {"date": 1505163167, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1505163167, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "5c3138c67c1dc3d95c3028c5c2806f314fbffeb4", "parents": ["ce73581ab1b200248c579630ff295e548186c7f5", "ee8cbb23b6f8faecffcd1c1f4f86e192213024e2"], "commit": "08da893bb261b158b291282d3fc0038453e871e5", "message": "Merge branch 'master' of https://github.com/stevekrouse/futureofcoding.org", "changes": []}, {"committer": {"date": 1505163159, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1505163159, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "bf6a2496f4fdfcf8d4b7fb61117d707db7e5b279", "parents": ["2585cc7b065637f213d3733ba9f26e65bfa00fc5"], "commit": "ce73581ab1b200248c579630ff295e548186c7f5", "message": "research recap 5", "changes": [[106, 0, "episodes/9-research-recap-five.html"], [56, 0, "journal.md"], [4, 0, "links.md"]]}, {"committer": {"date": 1505163149, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1505163149, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "a7bbd4363513ad3688a7a88bc2a8cc9355da8bbd", "parents": ["095393203920ac6a43f857e32117037b6564b91a"], "commit": "2585cc7b065637f213d3733ba9f26e65bfa00fc5", "message": "add andre staltz 9-11-17 call", "changes": [[118, 0, "notes/andre-staltz-call-9-11-17.md"]]}, {"committer": {"date": 1504902724, "timezone": "-0500", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1504902724, "timezone": "-0500", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "6a4dbd3cbe4008bfe3f66fe951cb2b454cd5c742", "parents": ["095393203920ac6a43f857e32117037b6564b91a"], "commit": "ee8cbb23b6f8faecffcd1c1f4f86e192213024e2", "message": "Update links.md", "changes": [[4, 2, "links.md"]]}, {"committer": {"date": 1504881181, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504881181, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "315c769413167c1097aa5f28d9d93558c6536171", "parents": ["1cf92bf9347818a44971e4246423e206134cff1c"], "commit": "095393203920ac6a43f857e32117037b6564b91a", "message": "bret victor deep dive day #1", "changes": [[9, 0, "journal.md"], [15, 1, "links.md"]]}, {"committer": {"date": 1504799746, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504799746, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "84147c6a49636a67043a6c18a94de12d4317a65d", "parents": ["3c61d3a143f71c72400a3f23ce086ef904fbaa06"], "commit": "1cf92bf9347818a44971e4246423e206134cff1c", "message": "alan kay day #5 journal and recap", "changes": [[18, 0, "journal.md"]]}, {"committer": {"date": 1504798819, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504798819, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "b9e5bf6cf7ec1456598bf62512f944e532b40cca", "parents": ["4be18b07ee81247cad4bc031da09f81e29273f43"], "commit": "3c61d3a143f71c72400a3f23ce086ef904fbaa06", "message": "alan kay deep dive day #5 links", "changes": [[3, 0, "ideas.md"], [38, 5, "links.md"]]}, {"committer": {"date": 1504710551, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504710551, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "32b48067cb548a9e499cc74b3389122c0dd3f477", "parents": ["31cb36531e9fa145dfb65832af0cdfb90c39258f"], "commit": "4be18b07ee81247cad4bc031da09f81e29273f43", "message": "alan kay deep dive #4, journal", "changes": [[21, 0, "journal.md"]]}, {"committer": {"date": 1504709804, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504709804, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "131bb205491e43f2b7f16461d20f15fc5c87f5ce", "parents": ["8fdc3420b50bef161e0324bd964b3cb343540dc4"], "commit": "31cb36531e9fa145dfb65832af0cdfb90c39258f", "message": "alan kay deep dive day #4 links", "changes": [[40, 9, "links.md"]]}, {"committer": {"date": 1504699778, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504699778, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "60cbdc125e992e54e1617ca03524e45fe8094da1", "parents": ["31bccc1f12bef4f2f86fe20d75d2cb4f174a3be9"], "commit": "8fdc3420b50bef161e0324bd964b3cb343540dc4", "message": "added research recap four", "changes": [[86, 0, "episodes/8-research-recap-four.html"], [1, 0, "index.html"]]}, {"committer": {"date": 1504646268, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504646268, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "534aa02511f7420dc31f17634f0479ae0fb76b9f", "parents": ["dce6d46e520dfcedd8638a9cfa090bb060209e38"], "commit": "31bccc1f12bef4f2f86fe20d75d2cb4f174a3be9", "message": "adding lloyd's episode to homepage", "changes": [[7, 6, "index.html"]]}, {"committer": {"date": 1504646082, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504646082, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "d3dcf4cb21f128692a262f4ee0944219c785a529", "parents": ["9c23199978c05ac8c9795f0a40925db8f812a10b"], "commit": "dce6d46e520dfcedd8638a9cfa090bb060209e38", "message": "added lloyd episode", "changes": [[86, 0, "episodes/7-lookers-lloyd-tab-on-growing-languages-through-deprecation.html"]]}, {"committer": {"date": 1504638064, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1504638064, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "7960f73fd853389aed4ad1509c50c7beb4c2b670", "parents": ["723e92578386fb3d7afd5200c5a7855c8172cbdd"], "commit": "9c23199978c05ac8c9795f0a40925db8f812a10b", "message": "Update links.md", "changes": [[1, 0, "links.md"]]}, {"committer": {"date": 1504637264, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1504637264, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "30e885296b52bebebd24c343544652bdbcc9cf0a", "parents": ["04b4251a07635e4e170df62e3e2fb7eade439817"], "commit": "723e92578386fb3d7afd5200c5a7855c8172cbdd", "message": "Update links.md", "changes": [[1, 1, "links.md"]]}, {"committer": {"date": 1504633019, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504633019, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "e366cfc37111f22ac9cce5ee3d50860f5ff71a78", "parents": ["355bb048a4eb34bf5b276230bdd7f4455beaeeda"], "commit": "04b4251a07635e4e170df62e3e2fb7eade439817", "message": "added notes with dan and jaime", "changes": [[95, 0, "notes/dan-scanlon-call-9-5-17.md"], [74, 0, "notes/jaime-brandon-call-9-5-17.md"]]}, {"committer": {"date": 1504617771, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504617771, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "b9fd8e1823745f434be8914576eff9c6cf92beb2", "parents": ["c43a1fe747c5608eb5da91c0d629a7a86a20244c"], "commit": "355bb048a4eb34bf5b276230bdd7f4455beaeeda", "message": "journal for alan kay day #3, and logichub #1", "changes": [[10, 0, "journal.md"]]}, {"committer": {"date": 1504617157, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504617157, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "d3d04224730ee412e6ef2ad5f184529972092901", "parents": ["aead6827eb4410e45e41e410f91a510acc8b137e"], "commit": "c43a1fe747c5608eb5da91c0d629a7a86a20244c", "message": "alan kay deep dive day #3", "changes": [[9, 1, "links.md"]]}, {"committer": {"date": 1504610254, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1504610254, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "058d4470820568f1dd6368cf3dd0e66c31a84c1e", "parents": ["6d7c3e8ec4ab7101f2eb766786049f41528c370d"], "commit": "aead6827eb4410e45e41e410f91a510acc8b137e", "message": "Update ideas.md", "changes": [[2, 0, "ideas.md"]]}, {"committer": {"date": 1504553635, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1504553635, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "8506aed16b27523e563abe4f3dcb4a614600209a", "parents": ["b1222a617914376d290fc00ca4f0dbeb16670767"], "commit": "6d7c3e8ec4ab7101f2eb766786049f41528c370d", "message": "Update links.md", "changes": [[1, 0, "links.md"]]}, {"committer": {"date": 1504553081, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1504553081, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "a28d2baf4a8e6705bfc76a918b6bdb7e054b7106", "parents": ["bf7b99bcbd22cf0a258ab679f00afff059ac96d4"], "commit": "b1222a617914376d290fc00ca4f0dbeb16670767", "message": "Update links.md", "changes": [[1, 0, "links.md"]]}, {"committer": {"date": 1504551586, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1504551586, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "8baa20e152ba25d36d118ba9bcadb307da2e9de7", "parents": ["7f4a1c348f168190d764f5e0629a97d0cdc434fc"], "commit": "bf7b99bcbd22cf0a258ab679f00afff059ac96d4", "message": "Update ideas.md", "changes": [[2, 0, "ideas.md"]]}, {"committer": {"date": 1504547313, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504547313, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "67248be4f975ba61253f0d3101924f180dcd9515", "parents": ["8e4ccfe4ec2908031fd3c6d0ef4a18dee9193d0a"], "commit": "7f4a1c348f168190d764f5e0629a97d0cdc434fc", "message": "alan kay deep dive #2, part 2", "changes": [[11, 6, "links.md"]]}, {"committer": {"date": 1504536819, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504536819, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "45b0aa0295de357676d9d2c084707809d4adfad2", "parents": ["9976e7c46d85a09c1c5c4776e3673b8aac44152a"], "commit": "8e4ccfe4ec2908031fd3c6d0ef4a18dee9193d0a", "message": "alan deep dive part #2, journal", "changes": [[3, 0, "ideas.md"], [12, 0, "journal.md"]]}, {"committer": {"date": 1504536693, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504536693, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "3a6b5f4c6fe813417e8cb67fc97f5b88d723f397", "parents": ["d391cf4dd862a0e26c7133a580fd5dc911134296"], "commit": "9976e7c46d85a09c1c5c4776e3673b8aac44152a", "message": "still Alan Deep Dive #2, part 1 (forgot to save before last commit)", "changes": [[20, 5, "links.md"]]}, {"committer": {"date": 1504536612, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504536612, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "c83bba5a9ddb4d3736e65f3a4358707e69e29bdc", "parents": ["29d76b2bf84e75b84a6fd0f9f7528a7976979b58"], "commit": "d391cf4dd862a0e26c7133a580fd5dc911134296", "message": "Alan Deep dive #2, part 1", "changes": [[19, 3, "links.md"]]}, {"committer": {"date": 1504470359, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504470359, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "453c87383bc4899da1fad599a0755833df1fb648", "parents": ["470b347d08f5333b6ee20e841f26b6dd0ebfbac3"], "commit": "29d76b2bf84e75b84a6fd0f9f7528a7976979b58", "message": "reflections on schedule 9/3/17", "changes": [[16, 0, "journal.md"]]}, {"committer": {"date": 1504367606, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1504367606, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "35d2c685b9c2d1e6250596a6385c106e362c1063", "parents": ["e40d8cb415e5777deaddfdbf5f9f396ac9b7e471"], "commit": "470b347d08f5333b6ee20e841f26b6dd0ebfbac3", "message": "Update links.md", "changes": [[2, 0, "links.md"]]}, {"committer": {"date": 1504366305, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1504366305, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "107a5f66e29813249181249cdc7080743c2a55e7", "parents": ["884b050e790f0f268d02440d80b19437754c2d99"], "commit": "e40d8cb415e5777deaddfdbf5f9f396ac9b7e471", "message": "add isomorf.io", "changes": [[3, 0, "links.md"]]}, {"committer": {"date": 1504307808, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504307808, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "a2dedcd9c1adff50958f1d201514402c170800de", "parents": ["3851f3f22bb2fe32c849a91a6f369c3f0e19c456"], "commit": "884b050e790f0f268d02440d80b19437754c2d99", "message": "alan kay reading recap 1", "changes": [[16, 1, "journal.md"]]}, {"committer": {"date": 1504307155, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504307155, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "d2838bc302ee7b1af161a95a78dc03a46e56c7ff", "parents": ["3be38c7ad81d3a54a508c833c5ff7a5ce5f0c409"], "commit": "3851f3f22bb2fe32c849a91a6f369c3f0e19c456", "message": "alan kay deep dive #1", "changes": [[40, 1, "links.md"]]}, {"committer": {"date": 1504298645, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1504298645, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "38d73430379b008e7f50556e806eeeb57ae322bb", "parents": ["6152b897d20b9f2863bd253e3a45ae43e2bf6cbf"], "commit": "3be38c7ad81d3a54a508c833c5ff7a5ce5f0c409", "message": "Update journal.md", "changes": [[35, 0, "journal.md"]]}, {"committer": {"date": 1504280267, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1504280267, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "bc23d8753509f3d0a0f68860d834c474f5ffde2f", "parents": ["0ed7e467a44de032c4b971218f3a9391b78288ca"], "commit": "6152b897d20b9f2863bd253e3a45ae43e2bf6cbf", "message": "Update links.md", "changes": [[1, 0, "links.md"]]}, {"committer": {"date": 1504126254, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1504126254, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "5be86c4272519f71555e09f14d25ceb8215980ed", "parents": ["bbde3535f021ec52629f2cf7981a49d02291aea2"], "commit": "0ed7e467a44de032c4b971218f3a9391b78288ca", "message": "Update links.md", "changes": [[2, 1, "links.md"]]}, {"committer": {"date": 1504115225, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504115225, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "ec22196e273a0dae72d51330e92abf16a699b889", "parents": ["58d8f09f103f135051d81169848d7999621871b9", "5182f4e985a6b476431e58342f95fdd7dbdf76e0"], "commit": "bbde3535f021ec52629f2cf7981a49d02291aea2", "message": "Merge branch 'master' of https://github.com/stevekrouse/futureofcoding.org", "changes": []}, {"committer": {"date": 1504115219, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504115219, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "91225e6cd090473f6c28e47201f0a8d7eba88d33", "parents": ["0092877b43d4ed9cf2fc2fcc0082d6dfcc4b7b0e"], "commit": "58d8f09f103f135051d81169848d7999621871b9", "message": "fixed year on episdoes, thanks to irvin for the notice", "changes": [["-", "-", "favicon.ico"], [5, 5, "index.html"], [4, 2, "journal.md"]]}, {"committer": {"date": 1504105479, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1504105479, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "648b6ec81c273b23a75e7b7c5572359722157e69", "parents": ["0092877b43d4ed9cf2fc2fcc0082d6dfcc4b7b0e"], "commit": "5182f4e985a6b476431e58342f95fdd7dbdf76e0", "message": "Update journal.md", "changes": [[25, 0, "journal.md"]]}, {"committer": {"date": 1504019188, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504019188, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "964423aaf0dbd798f7469c5c608348d1638992de", "parents": ["dd170c41b5b2561d2be979343aa0a2b2c04432bf"], "commit": "0092877b43d4ed9cf2fc2fcc0082d6dfcc4b7b0e", "message": "added favicon to all html pages", "changes": [[1, 0, "episodes/1-welcome.html"], [1, 0, "episodes/2-research-recap.html"], [1, 0, "episodes/3-jonathan-leung-on-inventing-on-principle.html"], [1, 0, "episodes/4-research-recap-two.html"], [2, 1, "episodes/5-samantha-john.html"], [2, 1, "episodes/6-research-recap-three.html"], [0, 3, "ideas.md"], [2, 0, "index.html"]]}, {"committer": {"date": 1504019052, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504019052, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "c14137e49ed75fbd7143a0d464b8bec573485679", "parents": ["dbfe291fe2cf65b7ac07b315bd2c530e67511bda"], "commit": "dd170c41b5b2561d2be979343aa0a2b2c04432bf", "message": "test adding favicon 2", "changes": [[10, 12, "ideas.md"]]}, {"committer": {"date": 1504018920, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504018920, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "05f62c9fbf2cb67174eaaaf1b92a862ecc5049ca", "parents": ["35f5f8d51fba23ca11a49039cfbcd187a8591548"], "commit": "dbfe291fe2cf65b7ac07b315bd2c530e67511bda", "message": "test adding favicon 1", "changes": [[5, 2, "ideas.md"]]}, {"committer": {"date": 1504018586, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504018586, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "a7d073e24e5bf97651acb9dc26692512332b94e3", "parents": ["1a8ab5923b5d1047e3f13107b29bcf51c0561e28"], "commit": "35f5f8d51fba23ca11a49039cfbcd187a8591548", "message": "test adding favicon", "changes": [[2, 0, "ideas.md"]]}, {"committer": {"date": 1504016175, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504016175, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "d4878aefbbac8af4ca55c0d7ab82dda0ac99b2ee", "parents": ["0bcc59effc1290e0c94c268a7f3948893d41a446"], "commit": "1a8ab5923b5d1047e3f13107b29bcf51c0561e28", "message": "max width on welcome text", "changes": [[1, 0, "index.html"]]}, {"committer": {"date": 1504016059, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504016059, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "7b5996ec5eeaa79722888485ca3bb7d121eb2e67", "parents": ["777fbfabbf2d995560a1480183f2131b94a2f3f6"], "commit": "0bcc59effc1290e0c94c268a7f3948893d41a446", "message": "made homepage more welcoming and intuative; closes #16; closes #15", "changes": [[14, 5, "index.html"]]}, {"committer": {"date": 1504015401, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504015401, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "9f84ce4e85413435ae82ac6512e7a659530e46ad", "parents": ["d3c025919d75a69a736e5ea916cec08e677f4070", "9c891a476b6078ff99dd03d9f6c565ec951f4601"], "commit": "777fbfabbf2d995560a1480183f2131b94a2f3f6", "message": "Merge branch 'master' of https://github.com/stevekrouse/futureofcoding.org", "changes": []}, {"committer": {"date": 1504015296, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1504015296, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "7838d2297336b169334818bb05a1eed0faebead9", "parents": ["76c39e8aa68d1909251304c8ee926801fa0826ee"], "commit": "d3c025919d75a69a736e5ea916cec08e677f4070", "message": "made readme more welcoming; closes #5", "changes": [[9, 1, "README.md"]]}, {"committer": {"date": 1503950384, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1503950384, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "e84301305f577c5042408876342cc5433f451475", "parents": ["76c39e8aa68d1909251304c8ee926801fa0826ee"], "commit": "9c891a476b6078ff99dd03d9f6c565ec951f4601", "message": "Update ideas.md", "changes": [[3, 0, "ideas.md"]]}, {"committer": {"date": 1503949885, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1503949885, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "2842192301ab33b21ee96860294054a6f6452a42", "parents": ["5485c6b3dd6f3fab8d0a255fb1b636748aeb2a42"], "commit": "76c39e8aa68d1909251304c8ee926801fa0826ee", "message": "research recap 4", "changes": [[27, 0, "journal.md"]]}, {"committer": {"date": 1503945782, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1503945782, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "340b9fc8ee07bf4e25dcdd90bf33a95763e7e517", "parents": ["d44e9b61d5b044c3daa3ae8b4b0690a09e1fa55d"], "commit": "5485c6b3dd6f3fab8d0a255fb1b636748aeb2a42", "message": "updated journal", "changes": [[22, 0, "journal.md"]]}, {"committer": {"date": 1503944976, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1503944976, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "2d41a197922fe007480e8a5b1be7af2738007686", "parents": ["6cdb093fd0b8c300b708d85f5ab77a0b838d8d7e"], "commit": "d44e9b61d5b044c3daa3ae8b4b0690a09e1fa55d", "message": "inital work on streamsheets", "changes": [[88, 0, "prototypes/streamsheets/index.html"]]}, {"committer": {"date": 1503706632, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1503706632, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "ad34a6f1147b9c95f240b04a1b4fd7f259587a86", "parents": ["c1b7e0677a6a2ccbd456e3b260b54a07eda3df0a"], "commit": "6cdb093fd0b8c300b708d85f5ab77a0b838d8d7e", "message": "updated journal and links with streamsheet research", "changes": [[39, 0, "journal.md"], [16, 5, "links.md"]]}, {"committer": {"date": 1503677827, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1503677827, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "1498bfd655e55d6f9c440ca71b4d822d4ccf3804", "parents": ["bfa6019d2d676de7a6b05307baea90c6667bfd15"], "commit": "c1b7e0677a6a2ccbd456e3b260b54a07eda3df0a", "message": "deep dive into imp", "changes": [[25, 3, "links.md"]]}, {"committer": {"date": 1503590944, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1503590944, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "a932f32c4f02538b4394b69e6673eb93ec614003", "parents": ["938087fbbe751dde1eefbcf9a5a2d08ce7c6a54a"], "commit": "bfa6019d2d676de7a6b05307baea90c6667bfd15", "message": "Update links.md", "changes": [[3, 1, "links.md"]]}, {"committer": {"date": 1503590891, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1503590891, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "457b7b41031a2073eee630931300160257ef354f", "parents": ["a110abe4149e58ff89639ddf08fe0639b213bd5a"], "commit": "938087fbbe751dde1eefbcf9a5a2d08ce7c6a54a", "message": "Update journal.md", "changes": [[1, 1, "journal.md"]]}, {"committer": {"date": 1503580707, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1503580707, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "ce86a60b0d04ec222e7c7ab1c60044648a38c8f0", "parents": ["3a8cf8f6ac0c45ab4fdf332e4c006a886e4a112b"], "commit": "a110abe4149e58ff89639ddf08fe0639b213bd5a", "message": "Update journal.md", "changes": [[8, 6, "journal.md"]]}, {"committer": {"date": 1503580489, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1503580489, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "3ea98ea97a4a3bf8655ba4a67fbe04ff137bfe37", "parents": ["5b01f2c511b0b6ba3343202fb04f3be1345d02f0"], "commit": "3a8cf8f6ac0c45ab4fdf332e4c006a886e4a112b", "message": "Update 6-research-recap-three.html", "changes": [[1, 1, "episodes/6-research-recap-three.html"]]}, {"committer": {"date": 1503580412, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1503580412, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "5901219943fe631cf3b71e73992bd6c6bc052a31", "parents": ["ef3d6c379b3c16c2a0573edeb94fcf846e560063"], "commit": "5b01f2c511b0b6ba3343202fb04f3be1345d02f0", "message": "Create 6-research-recap-three.html", "changes": [[86, 0, "episodes/6-research-recap-three.html"]]}, {"committer": {"date": 1503580169, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1503580169, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "f5bbfdc55c1e1e5b80d55085060b888ca6c8ee27", "parents": ["89846d82cde6db5d89b3ac723f2ecdff39ef07dc"], "commit": "ef3d6c379b3c16c2a0573edeb94fcf846e560063", "message": "Update index.html", "changes": [[1, 0, "index.html"]]}, {"committer": {"date": 1503528378, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1503528378, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "c4554b59091f3d32e214aa4b87d07ac009aad1ab", "parents": ["2852e1b42b2a8d0de4dc0da36d26e7875e7ddb1d"], "commit": "89846d82cde6db5d89b3ac723f2ecdff39ef07dc", "message": "updated journal", "changes": [[48, 0, "journal.md"]]}, {"committer": {"date": 1503496605, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1503496605, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "6b06d609611d405ba9ba9b538c5001fded7970d4", "parents": ["b88d3faa985127a8a56b7e907aecdf1d53c8e781"], "commit": "2852e1b42b2a8d0de4dc0da36d26e7875e7ddb1d", "message": "Update journal.md", "changes": [[4, 0, "journal.md"]]}, {"committer": {"date": 1503353989, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1503353989, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "8e6f9db3a905595f215f7ae3346128c93ec1b8da", "parents": ["40591cd3eed6f4d018d94bd03a7be03f3968071b"], "commit": "b88d3faa985127a8a56b7e907aecdf1d53c8e781", "message": "Update journal.md", "changes": [[6, 0, "journal.md"]]}, {"committer": {"date": 1503353687, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1503353687, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "6416bda1dcbe0782e0d08f6612ea67d8ef28296c", "parents": ["88e6f5d6daa4b552cedfe5b0378feab08a079bb8"], "commit": "40591cd3eed6f4d018d94bd03a7be03f3968071b", "message": "Update links.md", "changes": [[3, 0, "links.md"]]}, {"committer": {"date": 1503345324, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1503345324, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "a05bf783645c934c9d4427e4a96c97e1cd3d163e", "parents": ["9521c213fb40afe91ecc6a3771b04777d820ee16"], "commit": "88e6f5d6daa4b552cedfe5b0378feab08a079bb8", "message": "removed footer from all pages but homepage; added ability to subscribe which closes #17", "changes": [[1, 11, "episodes/1-welcome.html"], [1, 12, "episodes/2-research-recap.html"], [1, 11, "episodes/3-jonathan-leung-on-inventing-on-principle.html"], [1, 11, "episodes/4-research-recap-two.html"], [1, 11, "episodes/5-samantha-john.html"], [33, 11, "index.html"]]}, {"committer": {"date": 1503326297, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1503326297, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "c0b64020a372676ceb963c1e1a12e9f793582665", "parents": ["214e49144722cda20d56ab89f3f8e522af5349e8"], "commit": "9521c213fb40afe91ecc6a3771b04777d820ee16", "message": "Update links.md", "changes": [[3, 1, "links.md"]]}, {"committer": {"date": 1503070131, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1503070131, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "1f7219008896a6038ccd250241fd82433ad170d3", "parents": ["884b2f035caeecf8b21e2025b056090d44faf776"], "commit": "214e49144722cda20d56ab89f3f8e522af5349e8", "message": "Update links.md", "changes": [[2, 0, "links.md"]]}, {"committer": {"date": 1502998067, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502998067, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "401bd9471918b433bf4a4c8e1f8fa8455cebcfab", "parents": ["da8a7778217acaddaeeece886f2751077c4d56b4"], "commit": "884b2f035caeecf8b21e2025b056090d44faf776", "message": "Update journal.md", "changes": [[4, 0, "journal.md"]]}, {"committer": {"date": 1502918997, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502918997, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "e0f6bffd6670f9a49e2e0326aef7adf1524e376c", "parents": ["da94d713c61e6f5263354412af9a1b55c3e63341"], "commit": "da8a7778217acaddaeeece886f2751077c4d56b4", "message": "Update journal.md", "changes": [[6, 0, "journal.md"]]}, {"committer": {"date": 1502918042, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502918042, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "6f9e2af8f23b1493efeb314fb28942bd7738a363", "parents": ["cd83671ac0a4d68818c40815c9f5202ec078aafc"], "commit": "da94d713c61e6f5263354412af9a1b55c3e63341", "message": "Update links.md", "changes": [[14, 1, "links.md"]]}, {"committer": {"date": 1502906524, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502906524, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "161d4f96fcaaa06d13a40e6c838f9a3888c10849", "parents": ["afc8cd46383832f03e922923ba448fdbaeb75f33"], "commit": "cd83671ac0a4d68818c40815c9f5202ec078aafc", "message": "Update links.md", "changes": [[11, 3, "links.md"]]}, {"committer": {"date": 1502902105, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502902105, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "7e73ba1e3a0daf8b500396d2d64cf3f06d642e45", "parents": ["5978088441fe5420eb078617bbad14b637d45761"], "commit": "afc8cd46383832f03e922923ba448fdbaeb75f33", "message": "Update journal.md", "changes": [[12, 0, "journal.md"]]}, {"committer": {"date": 1502748184, "timezone": "-0700", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502748184, "timezone": "-0700", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "d9d4e0a2ffd0659336ebd499ced42883991ecfaf", "parents": ["52a0d72bc49f2d56eebcfcdaae440467008f1cd2"], "commit": "5978088441fe5420eb078617bbad14b637d45761", "message": "Update journal.md", "changes": [[6, 0, "journal.md"]]}, {"committer": {"date": 1502747974, "timezone": "-0700", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502747974, "timezone": "-0700", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "71a95c831017808d6f445828bd2699b57f638012", "parents": ["2e210ab2afde0c57265fb28bebaa62b99eaabc0b"], "commit": "52a0d72bc49f2d56eebcfcdaae440467008f1cd2", "message": "Update links.md", "changes": [[58, 8, "links.md"]]}, {"committer": {"date": 1502724885, "timezone": "-0700", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502724885, "timezone": "-0700", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "fe22f3d96f808f37bb93d2db0c185d05ca9120c9", "parents": ["767ee0e066dae59918dedb7cef8d98c489c6c72d"], "commit": "2e210ab2afde0c57265fb28bebaa62b99eaabc0b", "message": "research recap #3", "changes": [[39, 0, "journal.md"]]}, {"committer": {"date": 1502464548, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502464548, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "d9023e61265a4ca1c7433c562629d6c25c7cf77e", "parents": ["1d905db3186ec9ecbad0f5984446de831dacecf2"], "commit": "767ee0e066dae59918dedb7cef8d98c489c6c72d", "message": "Update journal.md", "changes": [[1, 1, "journal.md"]]}, {"committer": {"date": 1502464511, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502464511, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "083c3492f7ef8b02d154185cee92327a2efb432b", "parents": ["cb4a5bb0fe9ce709a5028ff02a12cf178eb1c34a"], "commit": "1d905db3186ec9ecbad0f5984446de831dacecf2", "message": "Update journal.md", "changes": [[6, 0, "journal.md"]]}, {"committer": {"date": 1502462066, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502462066, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "143ec6f754fdea65bd2cb41e01562e268be95358", "parents": ["c6a05412159003f0ab89b608e185e024168a5599"], "commit": "cb4a5bb0fe9ce709a5028ff02a12cf178eb1c34a", "message": "Update links.md", "changes": [[1, 0, "links.md"]]}, {"committer": {"date": 1502379986, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502379986, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "846b7e66441031ba4cda434cef344d77515c1edb", "parents": ["03c2dd7450bd2fc41bf1b83fa5a4e6147f387138"], "commit": "c6a05412159003f0ab89b608e185e024168a5599", "message": "add links from Paul Chiusano", "changes": [[5, 0, "links.md"]]}, {"committer": {"date": 1502376844, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502376844, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "bff02edef1726cc2b48e5c27af2a8cc9a84d41ef", "parents": ["538bba305ffd7b4843a8e5a86fa59c51974ea394"], "commit": "03c2dd7450bd2fc41bf1b83fa5a4e6147f387138", "message": "Rename 4-research-recap-2.html to 4-research-recap-two.html", "changes": [[0, 95, "episodes/4-research-recap-2.html"], [95, 0, "episodes/4-research-recap-two.html"]]}, {"committer": {"date": 1502376788, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502376788, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "a066abe8d14acb0f302178ba02b42464bdd44e12", "parents": ["e46eaa381d71019626793a896891a857fa64fd58"], "commit": "538bba305ffd7b4843a8e5a86fa59c51974ea394", "message": "Update index.html", "changes": [[5, 3, "index.html"]]}, {"committer": {"date": 1502376673, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502376673, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "7a813c9373733c1d8151b67de61e3b6633ba2c35", "parents": ["862cb573f7d196927e0e241bce24b874f31a414d"], "commit": "e46eaa381d71019626793a896891a857fa64fd58", "message": "Rename welcome.html to 1-welcome.html", "changes": [[93, 0, "episodes/1-welcome.html"], [0, 93, "episodes/welcome.html"]]}, {"committer": {"date": 1502376661, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502376661, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "7df421633264d81aa064026c23bb25f5d38b3b95", "parents": ["e642a7489092633cebc9c64865b320dc28d3bbfc"], "commit": "862cb573f7d196927e0e241bce24b874f31a414d", "message": "Rename research-recap.html to 2-research-recap.html", "changes": [[164, 0, "episodes/2-research-recap.html"], [0, 164, "episodes/research-recap.html"]]}, {"committer": {"date": 1502376643, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502376643, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "33cae8f5a78d90c4bd04300e8e84acde2e39116e", "parents": ["75a15e5afd4647eb89760a29c19585552eb93a8a"], "commit": "e642a7489092633cebc9c64865b320dc28d3bbfc", "message": "Create 5-samantha-john.html", "changes": [[96, 0, "episodes/5-samantha-john.html"]]}, {"committer": {"date": 1502314198, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502314198, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "3fdb7ee81f0201396f60c07548b7db1028239ca2", "parents": ["fb2143eab317b7bcfa772920044767c556036a91"], "commit": "75a15e5afd4647eb89760a29c19585552eb93a8a", "message": "Update journal.md", "changes": [[20, 0, "journal.md"]]}, {"committer": {"date": 1502313055, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502313055, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "cc8646c861d60d040010df24d6b7b88615c6fb16", "parents": ["205cdbcde350d24a410ca1bed3d7d528f3b313b2"], "commit": "fb2143eab317b7bcfa772920044767c556036a91", "message": "Update ideas.md", "changes": [[2, 0, "ideas.md"]]}, {"committer": {"date": 1502312989, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502312989, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "9eca22a19d745287dce065d429075b1f9cf1d7fb", "parents": ["e7cc2f2e88d2776ff7fb39d5ec9d81b99744d5d4"], "commit": "205cdbcde350d24a410ca1bed3d7d528f3b313b2", "message": "Update links.md", "changes": [[4, 0, "links.md"]]}, {"committer": {"date": 1502312371, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1502312371, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "de4f3c8f115c2b5793ca1bafdd2d0de34c988ace", "parents": ["d54315a0c0538a1db8ff280006da5e1679850ef1"], "commit": "e7cc2f2e88d2776ff7fb39d5ec9d81b99744d5d4", "message": "fixed titles", "changes": [[1, 1, "episodes/3-jonathan-leung-on-inventing-on-principle.html"], [1, 1, "episodes/research-recap.html"], [1, 1, "episodes/welcome.html"]]}, {"committer": {"date": 1502312283, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502312283, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "d12332cb2a7f2f33f9f1c5e17c5d7f991a1ff6cc", "parents": ["3da6bb30628a7579850b012f314cfb696f4913c7"], "commit": "d54315a0c0538a1db8ff280006da5e1679850ef1", "message": "Create 4-research-recap-2.html", "changes": [[95, 0, "episodes/4-research-recap-2.html"]]}, {"committer": {"date": 1502306462, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502306462, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "d7ddcf32611281da6c29e8894da4a955f01c820c", "parents": ["d0a57405625bb1abbcc4e6850eb5b07898d61b0e"], "commit": "3da6bb30628a7579850b012f314cfb696f4913c7", "message": "Update ideas.md", "changes": [[2, 0, "ideas.md"]]}, {"committer": {"date": 1502306424, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502306424, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "8b03755a76604504a84006547a4be95eeb693c4a", "parents": ["47c59e1457c1e8a72aa782730820b5eb7d7e9d50"], "commit": "d0a57405625bb1abbcc4e6850eb5b07898d61b0e", "message": "Update links.md", "changes": [[3, 0, "links.md"]]}, {"committer": {"date": 1502306080, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1502306080, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "fc60b6ceea128ffa5289b8b386a6225d1091e1a6", "parents": ["32df2b40de64f6fbe6f9d03b735be84131f10c31"], "commit": "47c59e1457c1e8a72aa782730820b5eb7d7e9d50", "message": "Update 3-jonathan-leung-on-inventing-on-principle.html", "changes": [[2, 0, "episodes/3-jonathan-leung-on-inventing-on-principle.html"]]}, {"committer": {"date": 1501885105, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501885105, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "82dcdc2fffad3912e9a041510b0c02c0e2b956e8", "parents": ["26f4b8c09974d8ff4f26b7a803e503f412193a16"], "commit": "32df2b40de64f6fbe6f9d03b735be84131f10c31", "message": "Update journal.md", "changes": [[31, 0, "journal.md"]]}, {"committer": {"date": 1501714956, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501714956, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "5746307e3dc24cdad0f35396728de798bd195df9", "parents": ["638d103988118d00d7f8c31feba1dd76463e6629"], "commit": "26f4b8c09974d8ff4f26b7a803e503f412193a16", "message": "Update journal.md", "changes": [[77, 0, "journal.md"]]}, {"committer": {"date": 1501531351, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501531351, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "05f8a5f452819daa654f88fa53e3a312d7fd0656", "parents": ["9217dca06d06e84af2b91c64bb96f9b894afac5f"], "commit": "638d103988118d00d7f8c31feba1dd76463e6629", "message": "Update 3-jonathan-leung-on-inventing-on-principle.html", "changes": [[1, 1, "episodes/3-jonathan-leung-on-inventing-on-principle.html"]]}, {"committer": {"date": 1501531315, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501531315, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "5feef29f707c463753591fd91e9d65a8ebaa69ba", "parents": ["d735647475da480d8e2abc7a408a73120ed44a00"], "commit": "9217dca06d06e84af2b91c64bb96f9b894afac5f", "message": "Update 3-jonathan-leung-on-inventing-on-principle.html", "changes": [[5, 0, "episodes/3-jonathan-leung-on-inventing-on-principle.html"]]}, {"committer": {"date": 1501531109, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501531109, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "c0c7c2b73165fdb1b4c97c473936e5c23dfd8fff", "parents": ["388e22a2c5492e530dfa0fd3c9471f021878ddd5"], "commit": "d735647475da480d8e2abc7a408a73120ed44a00", "message": "Update links.md", "changes": [[1, 0, "links.md"]]}, {"committer": {"date": 1501530655, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501530655, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "945c23be3a9d68ce8115f94e1a5d7140a5c610b9", "parents": ["35aa796a98cd47fc0efb255910a9c9115e1a07a2"], "commit": "388e22a2c5492e530dfa0fd3c9471f021878ddd5", "message": "trying to fix over linkifying", "changes": [[1, 1, "journal.md"]]}, {"committer": {"date": 1501525079, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501525079, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "81fd40c85681feae6f84f34c4eec3b22c49945f5", "parents": ["bc9289ed25417b1cf99a9328195d962c342d0415"], "commit": "35aa796a98cd47fc0efb255910a9c9115e1a07a2", "message": "linkify links in
  • elements", "changes": [[13, 0, "journal.md"]]}, {"committer": {"date": 1501524784, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501524784, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "0b51a71acc444fb78aa7bac74df4a0cc92a0f3da", "parents": ["35f7998ab3000c864031a3a519ffd6b7534c94ed"], "commit": "bc9289ed25417b1cf99a9328195d962c342d0415", "message": "Update journal.md", "changes": [[9, 1, "journal.md"]]}, {"committer": {"date": 1501524631, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501524631, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "cfcbe3a992f5026f1a3ee39d1066927c39932100", "parents": ["5c0e281537b3276d8465e746946c9f34a6d06fdd"], "commit": "35f7998ab3000c864031a3a519ffd6b7534c94ed", "message": "Update journal.md", "changes": [[39, 1, "journal.md"]]}, {"committer": {"date": 1501524513, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501524513, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "f0df9e68a2f72329ba90deaeae88de8c8b079dbc", "parents": ["47c33c57f8fabbe2e1448e2e21b678aa75ef00be"], "commit": "5c0e281537b3276d8465e746946c9f34a6d06fdd", "message": "Update links.md", "changes": [[1, 0, "links.md"]]}, {"committer": {"date": 1501515165, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501515165, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "28c451aff492bf2321dbed811473d6fc894789d2", "parents": ["07077d4b96b4f8fbfb38efae875e85009fa9fdea"], "commit": "47c33c57f8fabbe2e1448e2e21b678aa75ef00be", "message": "research recap", "changes": [[37, 0, "journal.md"]]}, {"committer": {"date": 1501367316, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501367316, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "1c0ec1d1dd824b43db7313e98e3db6189766dc26", "parents": ["d9b59aeb3354c35a78cf3cde7b0f4de3f2c24573"], "commit": "07077d4b96b4f8fbfb38efae875e85009fa9fdea", "message": "Update index.html", "changes": [[1, 0, "index.html"]]}, {"committer": {"date": 1501367251, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501367251, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "2d084fc9977dc08faa8c70901012e85fd04a124c", "parents": ["8d1d7f437ac7681a3aeb32b27697eab4d29fab84"], "commit": "d9b59aeb3354c35a78cf3cde7b0f4de3f2c24573", "message": "Create 3-jonathan-leung-on-inventing-on-principle.html", "changes": [[93, 0, "episodes/3-jonathan-leung-on-inventing-on-principle.html"]]}, {"committer": {"date": 1501367155, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501367155, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "96bbd9f53b5e4ca35eddd431ed1e4078c7c2b8bd", "parents": ["374b007644205216b076abd99e313802e278f7be"], "commit": "8d1d7f437ac7681a3aeb32b27697eab4d29fab84", "message": "Update welcome.html", "changes": [[1, 1, "episodes/welcome.html"]]}, {"committer": {"date": 1501367134, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501367134, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "6c1c22249140c1eb9f954f55fd149eb3428a8a89", "parents": ["d9793143d5e1af28b91c9017b44ad82a42ec13a6"], "commit": "374b007644205216b076abd99e313802e278f7be", "message": "Update research-recap.html", "changes": [[1, 1, "episodes/research-recap.html"]]}, {"committer": {"date": 1501367092, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501367092, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "d48626bee48760cdea6f6f6644893651b695ef28", "parents": ["4a98fdc1f4c2ce109b319b257394ce859bad37e6"], "commit": "d9793143d5e1af28b91c9017b44ad82a42ec13a6", "message": "change to omnystudio", "changes": [[1, 1, "episodes/welcome.html"]]}, {"committer": {"date": 1501364285, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501364285, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "667eb6804332e032efd2c1c1be9b9906cc7a5e93", "parents": ["e9da71dafdcf3d0950b86a3d06c5a06ffa783d07"], "commit": "4a98fdc1f4c2ce109b319b257394ce859bad37e6", "message": "Update links.md", "changes": [[1, 0, "links.md"]]}, {"committer": {"date": 1501281469, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1501281469, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "ce51bfa8af66694bd55f948863cd8fa94e28f55e", "parents": ["b302a9c22c7955292073d4d9a36219893f752e7f"], "commit": "e9da71dafdcf3d0950b86a3d06c5a06ffa783d07", "message": "fix links", "changes": [[4, 4, "ideas.md"]]}, {"committer": {"date": 1501281321, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1501281321, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "5498a19d71f696e62ac3a0331d16f7438e84924e", "parents": ["273eaa324fdebdb6893a4b8b4a68b7cba6e1ca33"], "commit": "b302a9c22c7955292073d4d9a36219893f752e7f", "message": "shower thoughts", "changes": [[7, 0, "ideas.md"], [72, 0, "journal.md"]]}, {"committer": {"date": 1501266054, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501266054, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "f92c83494724df368a6274059ddd3dd7e62902d7", "parents": ["9431c568308bd82a38e32b67b294fd9f7b64e295"], "commit": "273eaa324fdebdb6893a4b8b4a68b7cba6e1ca33", "message": "Update journal.md", "changes": [[3, 2, "journal.md"]]}, {"committer": {"date": 1501266014, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501266014, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "e955d3c6718839341ceb8409681f3b9a3babe98b", "parents": ["fd320fea0d25d04fabd49dce2b71f6d0c4cb2e12"], "commit": "9431c568308bd82a38e32b67b294fd9f7b64e295", "message": "Update ideas.md", "changes": [[7, 3, "ideas.md"]]}, {"committer": {"date": 1501265951, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501265951, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "1aa4caeb70d0f47b6966ceb69dbdf67378294942", "parents": ["4b758ec5c3f50f86d89ea1aba0863cb87c39eba3"], "commit": "fd320fea0d25d04fabd49dce2b71f6d0c4cb2e12", "message": "Update journal.md", "changes": [[54, 0, "journal.md"]]}, {"committer": {"date": 1501016380, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501016380, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "34a43d697da56782ed49f80eb67c2c99aa77bf1b", "parents": ["3441a136ce43472ea8aded086d592df617635ed2"], "commit": "4b758ec5c3f50f86d89ea1aba0863cb87c39eba3", "message": "Update journal.md", "changes": [[8, 0, "journal.md"]]}, {"committer": {"date": 1501015316, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501015316, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "9bca6256cec62fad96359b9677cbdcce1e5b0395", "parents": ["432e2658f263dfa9963bfc3ff878ad13129a5ee3"], "commit": "3441a136ce43472ea8aded086d592df617635ed2", "message": "Update ideas.md", "changes": [[23, 7, "ideas.md"]]}, {"committer": {"date": 1501014507, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501014507, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "cf52d57bdbc2eb2730c2d2f73c580d3f0d5bb7fa", "parents": ["a220d282c518d49d9234bf1c7e7d3753dc268610"], "commit": "432e2658f263dfa9963bfc3ff878ad13129a5ee3", "message": "Update links.md", "changes": [[1, 0, "links.md"]]}, {"committer": {"date": 1501012956, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501012956, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "f14205a41ccbb5dbbb93376310f111a324a7942f", "parents": ["17d11eabe1a617d8e3b2664be88140f22eee7fa0"], "commit": "a220d282c518d49d9234bf1c7e7d3753dc268610", "message": "fix footer links", "changes": [[3, 3, "episodes/research-recap.html"]]}, {"committer": {"date": 1501012933, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501012933, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "4d20e7216089342c1676ec0de11a52d169a0e37c", "parents": ["2e71960e97e64c1c4c78c17787cc665d8706582e"], "commit": "17d11eabe1a617d8e3b2664be88140f22eee7fa0", "message": "fix footer links", "changes": [[3, 3, "episodes/welcome.html"]]}, {"committer": {"date": 1501012779, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501012779, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "1b7455a811253876ef160182929a4334ef9d9eb7", "parents": ["cf74ca68d9c9f16761a47442443067ce20ba77cf"], "commit": "2e71960e97e64c1c4c78c17787cc665d8706582e", "message": "add lamdu notes", "changes": [[1, 0, "links.md"]]}, {"committer": {"date": 1501012697, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1501012697, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "ccefd532437d8c5614412ed2991d86e4e7375ecf", "parents": ["b9624982e0dd3a6d5ed788306895ff490bef2edd"], "commit": "cf74ca68d9c9f16761a47442443067ce20ba77cf", "message": "lamdu writeup", "changes": [[56, 0, "journal.md"]]}, {"committer": {"date": 1500992793, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500992793, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "7590f74d61d345c0ad1e19ffd739907de4e2389d", "parents": ["3f4021414d722a8bb0f375e845481512101b512a"], "commit": "b9624982e0dd3a6d5ed788306895ff490bef2edd", "message": "Update index.html", "changes": [[1, 1, "index.html"]]}, {"committer": {"date": 1500992727, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500992727, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "fbadaeb88d258772f2eda2a6c1ca7a3e78e0ab8c", "parents": ["9cfae7beb5f0ba8a968a71017d7c5f82e50f04e2"], "commit": "3f4021414d722a8bb0f375e845481512101b512a", "message": "add link to prototype ideas", "changes": [[1, 0, "index.html"]]}, {"committer": {"date": 1500992689, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500992689, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "a8ccd5de2a97602f65b4c98693ba3d2249d19705", "parents": ["69b23b211eebbb2d3756fc187f4257aa33783d57"], "commit": "9cfae7beb5f0ba8a968a71017d7c5f82e50f04e2", "message": "Create ideas.md", "changes": [[32, 0, "ideas.md"]]}, {"committer": {"date": 1500992290, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500992290, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "0db3a958a08b2b5f8da2a8796d0d389bec752d75", "parents": ["801fa2609ce42a0e76505d54855ed76b313aaa68"], "commit": "69b23b211eebbb2d3756fc187f4257aa33783d57", "message": "Update links.md", "changes": [[1, 1, "links.md"]]}, {"committer": {"date": 1500991303, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500991303, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "196e03d81c25d47a9300d7f4859f45c92f2c2c15", "parents": ["c02f1acd2252793de7f6ddeeb65855ef5ba9d0bd"], "commit": "801fa2609ce42a0e76505d54855ed76b313aaa68", "message": "add google analytics", "changes": [[12, 0, "links.md"]]}, {"committer": {"date": 1500991225, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500991225, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "de127e86a8a3a3cd74ad4faacd2a108a4bb72585", "parents": ["f7a822bb94027da0c3ba8c9ae15b41cb10e656fa"], "commit": "c02f1acd2252793de7f6ddeeb65855ef5ba9d0bd", "message": "add google analytics", "changes": [[13, 0, "journal.md"]]}, {"committer": {"date": 1500991100, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500991100, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "d2adf789f70a7f47bcb0d08d99c6bac76c3a9e86", "parents": ["c3f3bf67b23961f7c414914a544465888cd06258"], "commit": "f7a822bb94027da0c3ba8c9ae15b41cb10e656fa", "message": "add google analytics", "changes": [[11, 1, "episodes/research-recap.html"]]}, {"committer": {"date": 1500991079, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500991079, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "e469ad64acea9c3f0a6ab05cb345ce366968c394", "parents": ["d0707711f4ab90f363b8e3359c53166b3c6dfd64"], "commit": "c3f3bf67b23961f7c414914a544465888cd06258", "message": "add google analytics", "changes": [[10, 1, "episodes/welcome.html"]]}, {"committer": {"date": 1500990921, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500990921, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "9efdfe8f844aa20fb92414a033dcbf509625d34c", "parents": ["e788ce53bd5cb6f86e32c3864de386aeea4a8f40"], "commit": "d0707711f4ab90f363b8e3359c53166b3c6dfd64", "message": "add google analytics", "changes": [[10, 1, "index.html"]]}, {"committer": {"date": 1500990731, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500990731, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "1ecae1e8d3956530d0a5aafdd95e924ed4918222", "parents": ["ee339ba4a20421afc3d681bd69afbf368f08c1dc"], "commit": "e788ce53bd5cb6f86e32c3864de386aeea4a8f40", "message": "fix bottom links", "changes": [[3, 3, "index.html"]]}, {"committer": {"date": 1500928015, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500928015, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "ab4adf8636be19a546266c12dd45432b7d1df4d9", "parents": ["0e1ea56104172c7262ac0bf20585dcfa40bd64ca"], "commit": "ee339ba4a20421afc3d681bd69afbf368f08c1dc", "message": "Update journal.md", "changes": [[4, 0, "journal.md"]]}, {"committer": {"date": 1500921884, "timezone": "-0700", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500921884, "timezone": "-0700", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "f2e0385ada392a34213f0e3a927668e2cf67e77a", "parents": ["eca07dda28af54f5eabaf646651e160c5dd26300"], "commit": "0e1ea56104172c7262ac0bf20585dcfa40bd64ca", "message": "Update journal.md", "changes": [[1, 1, "journal.md"]]}, {"committer": {"date": 1500920964, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500920964, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "b6a5b82bc158ae6aaea8d3e8d5bdcd7538019a13", "parents": ["eb23b3040d464f966e3005979ab7e71b0cd62048"], "commit": "eca07dda28af54f5eabaf646651e160c5dd26300", "message": "Update links.md", "changes": [[4, 0, "links.md"]]}, {"committer": {"date": 1500920806, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500920806, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "6eb08cedbc1efc01af1b67e92c805a81f7cddad5", "parents": ["e9f8ec1cc820995c13c59b9e8380bfb374c3805f"], "commit": "eb23b3040d464f966e3005979ab7e71b0cd62048", "message": "Update links.md", "changes": [[18, 1, "links.md"]]}, {"committer": {"date": 1500920707, "timezone": "-0700", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500920707, "timezone": "-0700", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "265572da017cf35e961cb8fa6204f954045ce862", "parents": ["abf75bb298072a6f4303224156769989704f65e2"], "commit": "e9f8ec1cc820995c13c59b9e8380bfb374c3805f", "message": "Update journal.md", "changes": [[24, 0, "journal.md"]]}, {"committer": {"date": 1500649855, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500649855, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "7aecf0422dc9471ab7c06c1d6391ec30b0abae32", "parents": ["f2e3cbdd8624b94f254fd1823adacc020393b501"], "commit": "abf75bb298072a6f4303224156769989704f65e2", "message": "Update links.md", "changes": [[1, 0, "links.md"]]}, {"committer": {"date": 1500649676, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500649676, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "54dc03eb8865744c14b14b4e42d1d57c73c31e32", "parents": ["06579420bb0fd8fae5ef222e9e5a0e611a81ccce"], "commit": "f2e3cbdd8624b94f254fd1823adacc020393b501", "message": "Update links.md", "changes": [[5, 0, "links.md"]]}, {"committer": {"date": 1500558085, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500558085, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "28b8a20092ccf85cc43b700eaffdcc5a828eebea", "parents": ["33196f53a035199f39b952e8d82a599f3f21afe1"], "commit": "06579420bb0fd8fae5ef222e9e5a0e611a81ccce", "message": "Update journal.md", "changes": [[1, 1, "journal.md"]]}, {"committer": {"date": 1500558068, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500558068, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "576e0637d43a9b4aa24e2b7f94334ef91d630e38", "parents": ["e22fffb110ce5c5917ef89b6ac1b59525c70a1f0"], "commit": "33196f53a035199f39b952e8d82a599f3f21afe1", "message": "yesterday's updates (7/19/17)", "changes": [[11, 0, "journal.md"]]}, {"committer": {"date": 1500558042, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500558042, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "7961911a5b53ef0d3084f933d83a1df1984d364e", "parents": ["4670a33f503a621f606de0338df1c21d161967fe"], "commit": "e22fffb110ce5c5917ef89b6ac1b59525c70a1f0", "message": "fix links link", "changes": [[1, 1, "index.html"]]}, {"committer": {"date": 1500500477, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500500477, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "15c2c3f8c012a742b115370a6a2bf3a634862edc", "parents": ["207f76e0041efaa099d0fb60864f5528559c3ed9"], "commit": "4670a33f503a621f606de0338df1c21d161967fe", "message": "Update links.md", "changes": [[34, 3, "links.md"]]}, {"committer": {"date": 1500408202, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500408202, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "e99b2e341be12d5c7368f4a9184114d7075f0ee6", "parents": ["2495a9c8adc24235ccec7d7a7f825ec9e907afcc"], "commit": "207f76e0041efaa099d0fb60864f5528559c3ed9", "message": "Update journal.md", "changes": [[4, 0, "journal.md"]]}, {"committer": {"date": 1500407981, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1500407981, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "fef628a1477b5f8290e9395d9964582d124a2597", "parents": ["a10dd1f1d37c50f22ac503dec9f1ab89719f2c7c", "709e90be612c2939ea36291db08b813a98c9be23"], "commit": "2495a9c8adc24235ccec7d7a7f825ec9e907afcc", "message": "Merge branch 'master' of https://github.com/stevekrouse/futureofcoding.org", "changes": []}, {"committer": {"date": 1500407979, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1500407979, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "b09f215e4f6d78a329d57578ca0b4ff64896a445", "parents": ["91c9fa028171f74a80606df03c1b834e1e45dad2"], "commit": "a10dd1f1d37c50f22ac503dec9f1ab89719f2c7c", "message": "added episode pages and references", "changes": [[154, 0, "episodes/research-recap.html"], [84, 0, "episodes/welcome.html"], [2, 2, "index.html"], [1, 1, "links.md"]]}, {"committer": {"date": 1500407247, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500407247, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "502d475b149ae4ba2e73bcddf123d8f5889ef2f8", "parents": ["91c9fa028171f74a80606df03c1b834e1e45dad2"], "commit": "709e90be612c2939ea36291db08b813a98c9be23", "message": "Update links.md", "changes": [[16, 5, "links.md"]]}, {"committer": {"date": 1500400718, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500400718, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "465b9020edf955d9cac950dc8b6d15301cacf1ba", "parents": ["7f79dbdbee403def60d22f1acda6557f8eb8e340"], "commit": "91c9fa028171f74a80606df03c1b834e1e45dad2", "message": "Update journal.md", "changes": [[9, 0, "journal.md"]]}, {"committer": {"date": 1500399184, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500399184, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "d9ecad0707c37795d4d0dc6009cec4a218dcd7aa", "parents": ["1dba9bf3ef06f670f3267642ee7af541b9a50976"], "commit": "7f79dbdbee403def60d22f1acda6557f8eb8e340", "message": "added links to research", "changes": [[3, 0, "links.md"]]}, {"committer": {"date": 1500399100, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500399100, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "f341c24af6ac15e6702c1432ece4d06f020932ed", "parents": ["faefba95285f1ba67c0c63cfea9c3030df8c4910"], "commit": "1dba9bf3ef06f670f3267642ee7af541b9a50976", "message": "Update index.html", "changes": [[16, 8, "index.html"]]}, {"committer": {"date": 1500314350, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500314350, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "529a57626ee608be86e02ffcc28871fa2c0b988f", "parents": ["53ececf46a95b881d193f6656f09160602350bd7"], "commit": "faefba95285f1ba67c0c63cfea9c3030df8c4910", "message": "Update links.md", "changes": [[8, 4, "links.md"]]}, {"committer": {"date": 1500313724, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500313724, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "1768e45b63413583e945649ca3e207454c3b0226", "parents": ["487c053f8e70c4bb9f40be655a930b3f6f8f320b"], "commit": "53ececf46a95b881d193f6656f09160602350bd7", "message": "Update links.md", "changes": [[1, 2, "links.md"]]}, {"committer": {"date": 1500313254, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500313254, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "82536187df2a137eaf4a8679b2b426ff6099c217", "parents": ["aed3ac3e9cf4ee5fc0f04f8fba03acabeca44de4"], "commit": "487c053f8e70c4bb9f40be655a930b3f6f8f320b", "message": "Update links.md", "changes": [[31, 11, "links.md"]]}, {"committer": {"date": 1500311128, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500311128, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "e9e08099d8255aa29634e4a79d0bd512de978409", "parents": ["8dc0bb21d4d6dacdc94340976a0e237bde05e4c5"], "commit": "aed3ac3e9cf4ee5fc0f04f8fba03acabeca44de4", "message": "Create links.md", "changes": [[73, 0, "links.md"]]}, {"committer": {"date": 1500310271, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500310271, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "ded5098cb93feb78faba5ec986a974db164307e9", "parents": ["3753932e3e5349ede5cfbba89759687956cba50d"], "commit": "8dc0bb21d4d6dacdc94340976a0e237bde05e4c5", "message": "Update journal.md", "changes": [[6, 0, "journal.md"]]}, {"committer": {"date": 1500310031, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500310031, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "1e58377bf4489116ad2ba40604e99f4c22b96112", "parents": ["38c4027ca83dd393edc92cffa79c89eab9aae9bb"], "commit": "3753932e3e5349ede5cfbba89759687956cba50d", "message": "Update journal.md", "changes": [[12, 0, "journal.md"]]}, {"committer": {"date": 1500229080, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500229080, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "9855d6946d1f49c99d9e780d4f7ea08aa192032a", "parents": ["5747144f8de14ac4c16342ffc311c96e00048da0"], "commit": "38c4027ca83dd393edc92cffa79c89eab9aae9bb", "message": "added research recap podcast", "changes": [[2, 1, "index.html"]]}, {"committer": {"date": 1500066903, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500066903, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "4031a09ebf6ea4b8ab60c864a3e5a34c7f7fab65", "parents": ["aff080ee465da567bffe93d385ec68287e38dd5c"], "commit": "5747144f8de14ac4c16342ffc311c96e00048da0", "message": "add journal entry", "changes": [[13, 0, "journal.md"]]}, {"committer": {"date": 1500060145, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500060145, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "1eef697a387fdaab4d29a063c5b9904cffbd9e73", "parents": ["a92e1c440993fc3bb39c139becaefe0d02437303"], "commit": "aff080ee465da567bffe93d385ec68287e38dd5c", "message": "update title", "changes": [[1, 1, "index.html"]]}, {"committer": {"date": 1500060097, "timezone": "-0400", "name": "GitHub", "email": "noreply@github.com"}, "author": {"date": 1500060097, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "db3f3e6e51d3c1df0d2d84f17627408d0cdb1d82", "parents": ["ace634aa12e6650123d998a2094539c1929fb638"], "commit": "a92e1c440993fc3bb39c139becaefe0d02437303", "message": "added new entry", "changes": [[58, 1, "journal.md"]]}, {"committer": {"date": 1499970734, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1499970734, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "0f9c29970b46629947d72a22ef4915597e015261", "parents": ["4720d6c8e0090e5f2f4d25ff6e256f4c24f8168a"], "commit": "ace634aa12e6650123d998a2094539c1929fb638", "message": "update link to journal", "changes": [[1, 1, "index.html"]]}, {"committer": {"date": 1499970620, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1499970620, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "4b1d77bfc69fb0e70ebd246b2436f86b99c7a275", "parents": ["1ead311874b6f342a3b40a1b5373e854a3bc5f2f"], "commit": "4720d6c8e0090e5f2f4d25ff6e256f4c24f8168a", "message": "trying to convince jekyll to render markdown journal", "changes": [[4, 0, "journal.md"]]}, {"committer": {"date": 1499970314, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "author": {"date": 1499970314, "timezone": "+0000", "name": "Steve Krouse", "email": "skrouse@seas.upenn.edu"}, "tree": "eb2b7a9ed0b3a37ac1ea758e64f86584ce241fef", "parents": ["370adad619d4aab37f6a1138c478df062c7b316f"], "commit": "1ead311874b6f342a3b40a1b5373e854a3bc5f2f", "message": "made index and journal", "changes": [[109, 0, "index.html"], [29, 0, "journal.md"]]}, {"committer": {"date": 1499966878, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "author": {"date": 1499966878, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "dd51fbfc57a6a827408fa8f488ef8b53e9bbcfac", "parents": ["6db953a511fcbb3cc295ea37be2e83e897b50a91"], "commit": "370adad619d4aab37f6a1138c478df062c7b316f", "message": "Create CNAME", "changes": [[1, 0, "CNAME"]]}, {"committer": {"date": 1499966362, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "author": {"date": 1499966362, "timezone": "-0400", "name": "Steve Krouse", "email": "steveykrouse@gmail.com"}, "tree": "0de3abfcba6e54ad703f1f813d093a5d6bb41e57", "parents": [], "commit": "6db953a511fcbb3cc295ea37be2e83e897b50a91", "message": "Initial commit", "changes": [[1, 0, "README.md"]]}]