forked from Hardmath123/hardmath123.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscratch2015.html
More file actions
89 lines (79 loc) · 5.21 KB
/
scratch2015.html
File metadata and controls
89 lines (79 loc) · 5.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="/static/base.css"/>
<link rel="stylesheet" type="text/css" href="/static/prism.css"/>
<link href='http://fonts.googleapis.com/css?family=Fira+Mono:400,700' rel='stylesheet' type='text/css'>
<title>Creative Communities | byte</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<script src="/static/prism.js"></script>
<script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script>
MathJax.Hub.Config({
tex2jax: {inlineMath: [['($','$)']]}
});
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42726363-6', 'auto');
ga('send', 'pageview');
</script>
</head>
<body class="standard" onload="contentScroll()">
<script>
var contentScroll = function() {
document.getElementById("content").scrollIntoView();
}
</script>
<div id="header">
<h1>
<a href="/">byte</a>
</h1>
<div id="rightbox">
<a href="/feed.xml" id="feedicon">rss</a>
</div>
<div class="clearer"></div>
</div>
<div id="content">
<div id="postcontent" class="language-bash centered">
<div id="postinfo">
<h2>Creative Communities</h2>
<h4>technoboy10 · Tuesday, August 18, 2015
</h4>
</div>
<br/>
<blockquote>
<p>The following was written as a foreword to the 2015 Scratch Conference in Amsterdam. It’s pretty similar to my post ‘Making vs Coding’, but I thought I’d post it here anyway. Enjoy!</p>
</blockquote>
<p>I think if I had to narrow down a list of the most valuable things Scratch has taught me, I could pick two things: creativity and community. On Scratch the two ideas are intrinsically linked.</p>
<p>When I create a project on Scratch and then share it, I am inviting others to join in the process. Others suggestions help me refine or take the project further. Someone suggests a great piece of music to put behind my project or my younger sister volunteers to make an 8-bit character for me and it’s no longer just my project but our project. It’s not necessarily about what I can create but about what we, collectively can create. Creativity enhances community, and community enhances creativity.</p>
<p>The creative community has been a core element of Scratch. Creative collaboration over competition. We become better coders, create more interesting projects and learn when we work together in community. Scratch has had a vital role in teaching me to work and learn in community.</p>
<p>Largely because of my foundation with Scratch, computing has always been an inherently creative platform. I was introduced to Scratch by my Dad when I was eight and it almost immediately captured my imagination, not because of what I could program, but because of the worlds I could create.</p>
<p>I’ve always disliked the “get a better job” rationale as the sole reason for learning to code. Computing can, and should be so much more than just a tool. When I teach Scratch, I never do it because I expect my students to become computer scientists. I do it so that they have another outlet for creativity that they might not otherwise have access to.</p>
<p>Sometimes today’s computing culture feels like a battle of designer vs developer - art opposing logic. If anything, CS should bridge the gap between hard logic and creative art. Computers are strictly logical at their core, but as a tool they can be used for unique experiences that are more art than anything else.</p>
<p>See, Scratch has never really been about programming to me. It has always been about programming as a medium for creative expression. Creativity through programming. And not only that, but sharing your experiences with others, for them to build on and improve.</p>
<p><em>I don’t like coding, I like making.</em></p>
<div id="disqus_thread"></div>
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES * * */
var disqus_shortname = '255words';
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
</div>
<div id="footer">
byte · technoboy10 (2014)
<br/>
</div>
</body>
</html>