Skip to content

Commit

Permalink
made index and journal
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Krouse committed Jul 13, 2017
1 parent 370adad commit 1ead311
Show file tree
Hide file tree
Showing 2 changed files with 138 additions and 0 deletions.
109 changes: 109 additions & 0 deletions index.html
@@ -0,0 +1,109 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">

<!--TODO google analytics-->

<title>Steve Krouse</title>
<style>
#page {
padding: 50px;
margin-right: auto;
margin-left: auto;
width: 100%;
}
.date {
display: none;
}

li {
padding-bottom: 10px;
}

@media (min-width: 768px) {
#page {
width: 55em;
}
.date {
display: inline;
}
li {
padding: 2px;
}
}

#title {
margin-bottom: 30px;
color: #00c784;
}

#title > h3 {
font-size: 35px;
}

.date {
color: #aaa;
font-size: 90%;
font-family: monospace;
}

#footer {
color: #666;
font-size: 90%;
}
</style>
</head>
<body>
<div id="page" class="container-fluid">

<div id="title">
<h3>Future of Coding Podcast</h3>
</div>


<div>
<h4>Episodes</h4>
<ul class="list-unstyled">
<li><span class="date">2016 May 01 - </span><a target="_blank" href="https://cast.rocks/player/8816/Welcome-to-the-Future-of-Coding.mp3?episodeTitle=Welcome%20to%20the%20Future%20of%20Coding&podcastTitle=Future%20of%20Coding&episodeDate=July%2013th%2C%202017&imageURL=https%3A%2F%2Fcast.rocks%2Fhosting%2F8816%2Ffeeds%2FE6OV9.jpg">Welcome to the Future of Coding</a></li>
</ul>
</div>

<div>
<h4>Research</h4>
<ul class="list-unstyled">
<li><span class="date">2017 Jul 13 - </span><a target="_blank" href="./journal.md">Journal (July 2017...)</a></li>
<li><span class="date">2017 May 09 - </span><a target="_blank" href="https://medium.com/@stevekrouse/rose-project-april-2017-32af31b078b1">The Rose Project (April 2017)</a></li>
<li><span class="date">2017 Mar 25 - </span><a target="_blank" href="https://medium.com/@stevekrouse/rose-983dc5e0908f">The Rose Project (March 2017)</a></li>
</ul>
</div>

<div>
<h4>Essays</h4>
<ul class="list-unstyled">
<li><span class="date">2017 Jan 06 - </span><a target="_blank" href="https://medium.com/@stevekrouse/resources-for-creating-front-end-programming-languages-and-frameworks-in-2017-a0c097625f9d">Resources for creating front-end programming languages and frameworks in 2017</a></li>
<li><span class="date">2016 Nov 19 - </span><a target="_blank" href="https://medium.com/@stevekrouse/types-are-shapes-d6af1e83192f">Types are shapes — a graphical programming exploration</a></li>
<li><span class="date">2016 Aug 02 - </span><a target="_blank" href="https://medium.com/@stevekrouse/goodbye-seymour-cb712757264f">Goodbye, Seymour</a></li>
<li><span class="date">2016 Jul 27 - </span><a target="_blank" href="https://medium.com/@stevekrouse/the-trick-to-teach-anonymous-functions-to-11-year-olds-558b697d7a53">The Trick to Teach Anonymous Functions to 11-Year-Olds</a></li>
<li><span class="date">2016 Jul 25 - </span><a target="_blank" href="https://medium.freecodecamp.com/scratch-has-a-marketing-problem-f84626bd18ef">Scratch Has a Marketing Problem</a></li>
<li><span class="date">2016 Jul 12 - </span><a target="_blank" href="https://medium.com/@stevekrouse/woof-d9adf2110fc6">WoofJS — making JavaScript learnable</a></li>
</ul>
</div>

<hr>

<div id="footer">
<ul class="list-unstyled">
<span><a target="_blank" href="https://github.com/stevekrouse/futureofcoding.org">Github</a></span> |
<span><a target="_blank" href="https://twitter.com/stevekrouse">Twitter</a></span> |
<span><a target="_blank" href="TODO">RSS</a></span> |
<span><a target="_blank" href="TODO">iTunes</a></span> |
<span><a target="_blank" href="TODO">Google Play</a></span>
</ul>
</div>

</div>
</body>
</html>
29 changes: 29 additions & 0 deletions journal.md
@@ -0,0 +1,29 @@
# Future of Coding Research Journal

### July 13, 2017 2:13pm

Welcome to the first entry of the Future of Coding Research Journal!

The tone of this journal will be stream-of-consciousness. First and foremost, it is for me to work through my own thoughts. If it can be helpful to people on the interwebs, even better!

To recap the state of affairs, I've been working on building "next generation" programming languages on-and-off for about a year now. You can read more about my past research and prototypes here:

<ul class="list-unstyled">
<li><span class="date">2017 May 09 - </span><a target="_blank" href="https://medium.com/@stevekrouse/rose-project-april-2017-32af31b078b1">The Rose Project (April 2017)</a></li>
<li><span class="date">2017 Mar 25 - </span><a target="_blank" href="https://medium.com/@stevekrouse/rose-983dc5e0908f">The Rose Project (March 2017)</a></li>
</ul>

Today I'm simply creating this journal and seeding it with some basic content. Here's what I want to think about next time I'm here (either tomorrow or Monday): what to work on next.

Here are some ideas, in no particular order, but numbered so I can refer to them via their number:

1. Build an Elm game engine
2. Build a reactive version of WoofJS
3. Finish building my Elm Spelling Bee App
5. Reach out to Luna Lang to get access
6. Spend more time with Lambdu
7. Organize [links of other resources in this space](https://docs.google.com/document/d/1TtfMqBBRGnwisCx42nuXa4Y5VF3EizpZxFQBivJWhhE/edit)
8. Re read rose blogs
9. Prune with text as ui

Clearly, I should start with (8) because it will help me come up with other things to work on. Until next time!

0 comments on commit 1ead311

Please sign in to comment.