You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Quick progress
Quick & dirty progress with little to no note taking was made today on a number of BV things:
* Media for Thinking the Unthinkable
* The Future of Programming
* Seeing Spaces
* RESEARCH AGENDA AND FORMER FLOOR PLAN
* The Humane Representation of Thought
As 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.
### Remaining things
Thought 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.
As 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.
### Self-directed masters program
On 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.
Anyways, 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...
* 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/)
* 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?)
* will there be a thesis or end product, one or many?
* mentorship?
* physical location?
* time
* budgeting
I've seen and thought about these ideas and examples sufficiently to be not terribly impressed with my nth viewing of them in this video. Probably the most exciting thing I found was Bret's work visualizing Nile:
I of course came across this system in my deep dive of Alan Kay, but as with most mathmatical inventions, I found it intimidating and unapproachable. Yet, potentially these sites will make it easier for me to gain an ituition for it. In a more general sense, this makes me wonder about all sorts of mathmatical notations that intimidate me, but probably hold all sorts of beauty, such as maxwell's equations (which Bret often references) or the abstract mathmatics that inspires functional programming, such as category theory. I guess this sort of thinking is what inspired Chris Olah to explain Machine Learning.
97
+
98
+
### [An Ill-Advised Personal Note about "Media for Thinking the Unthinkable"](http://worrydream.com/MediaForThinkingTheUnthinkable/note.html)
99
+
100
+
> 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.)
101
+
102
+
Wow, that’s fascinating. Makes me wonder about where this desire to attain a lasting legacy comes from.
90
103
91
104
## _April 26, 2013_ - [Stop Drawing Dead Fish](https://vimeo.com/64895205) -
92
105
93
106
Beautiful. Yet unclear what problem it solves for whom.
Beautiful. Reminds me both of JoyJS and Aprt.us and [Programming with Comics](http://whynotfireworks.com/programming-with-comics/). Crazy how many tools this man inspires!
100
111
112
+
### [Additional Notes on "Drawing Dynamic Visualizations"](http://worrydream.com/DrawingDynamicVisualizationsTalkAddendum/)
113
+
114
+
Haven't read.
115
+
101
116
## _July 2013_ - [The Future of Programming](https://vimeo.com/71278954)
102
117
118
+
This video has one theme and 4 points. The theme is that people are often slow to move from one technology/representation to a better one, but that we should keep striving for better abstractions.
119
+
120
+
The four points are that:
121
+
122
+
1/ We should move from symbolic coding to the direct manipulation of data
123
+
124
+
This seems reasonable, yet of course as Bret would agree, symbolic reasoning is powerful too.
125
+
126
+
2/ we should move from lower level to higher level instructions to the computer
127
+
128
+
Nothing that inflamatory here, yet its implecations are far-reaching. For example, variables are way too low-level. Listing instructions -- sequential programming -- also seems too low level, which he touches in his 4th point.
129
+
130
+
So much of what makes programming difficult for beginners, as team behind Eve figured out, is scope. This is not a low-level concern, but a interface design concern.
131
+
132
+
3/ Sequential text should move towards richer visual displays.
133
+
134
+
Pretty straight-forward in principle, yet we haven't figure this out in practice -- potentially because we haven't found the right "glue" to piece non-textual programs together. Copy and paste and Unix pipes are powerful.
135
+
136
+
4/ Sequential instructions should move towards a concurrent model.
137
+
138
+
Funny how so many of these goals point towards functional programming, yet how few of Bret's demos look like functional programming.
139
+
140
+
I guess [the Lambda Alligator](http://worrydream.com/AlligatorEggs/) do but I never got those...
141
+
142
+
### Langauge vs Tool
143
+
144
+
Just re-read Lamda Alligators - still above my head - but I found [this neat Oliver Steele article that explains that some people are more IDE-focused and others are more langauge-focused](http://blog.osteele.com/2004/11/ides).
145
+
146
+
Reminds me of Paul Chiusano's talk on whether langauge or tools is higher leverage, i.e. would you rather have a great brain-to-binary interface or emacs-to-Haskell. However, now that I think of it, that's a misleading analogy, because just being able to "mentally type" assmebly really quickly is basically just really fast fingers in a text-editor. What Paul misses with this analogy is that what's powerful about building better tools is that they can help you see things that you can't see with just text, such as a debugger or other of Bret's demos in visualization. It's a fine point - because at what point does the langauge stop and the tool begin? I feel like I am personally a langauges guy who is trying to build tools as powerful as langauges.
147
+
148
+
One final note about this DBX talk. One of the most memorable parts of this talk is when he ridicules the idea of an API. Clearly these programs will negotiate how to talk to each other.
149
+
150
+
### [References for "The Future of Programming"](http://worrydream.com/dbx/)
151
+
152
+
This is a reassuring note for me at this point in my thinking:
153
+
154
+
> Lastly, here's some advice Alan Kay gave me (as I was going through a small personal crisis as a result of reading Jerome Bruner's "Toward a Theory of Instruction"):
155
+
>
156
+
> I think the trick with knowledge is to "acquire it, and forget all except the perfume" -- because it is noisy and sometimes drowns out one's own "brain voices". The perfume part is important because it will help find the knowledge again to help get to the destinations the inner urges pick.
157
+
158
+
As I wrote in the third paragraph of [this section of my journal yesterday](http://futureofcoding.org/log#the-visual-display-of-quantitative-information):
159
+
160
+
> [Reading Tufte without] any immediate concrete, practical use for these skills [...] 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.
161
+
162
+
There are way too many references in this talk! Even if I had more than just the rest of today, I'm not sure I'd want to read them all. Some of the ones that seem promising.
163
+
164
+
TODO - find a place for these links:
165
+
166
+
*[Alan Kay -- Programming and Scaling](https://www.tele-task.de/lecture/video/2772/)
167
+
*[Gerry Sussman -- We Really Don't Know How To Compute!](https://www.infoq.com/presentations/We-Really-Dont-Know-How-To-Compute)
168
+
*[Alan Kay: Doing with Images Makes Symbols Pt 1](https://archive.org/details/AlanKeyD1987)
169
+
*[Alan Kay: Doing with Images Makes Symbols Pt 2](https://archive.org/details/AlanKeyD1987_2)
*[Danny Hillis -- Richard Feynman and The Connection Machine](http://longnow.org/essays/richard-feynman-connection-machine/)
173
+
174
+
* I _really_ need to at least watch Engelbart's "mother of all demos," even if I don't have time to make it further than the halfway through the paper I got. Both can be found [here](http://www.1962paper.org/).
Makerspaces++. I didn't realize he explained it so explicitly in terms of Makerspaces.
183
+
184
+
Makes me wonder if there's a business to be built in consulting with schools on the design of science, math, and engineering classrooms. Maybe I wouldn't hate teaching robotics so much if it was in such an environment. In other words, it's Lego Mindstorms++.
185
+
107
186
## _March 2014_[RESEARCH AGENDA AND FORMER FLOOR PLAN](http://worrydream.com/cdg/ResearchAgenda-v0.19-poster.pdf)
108
187
188
+
> representations [such as Playfiar's data plot and Heaviside's equations] weren’t mere scientific “discoveries”. Each of them essentially enabled all subsequent scientific breakthroughs thereafter. A powerful new form of representation affects everything, forever.
189
+
190
+
Damn. That makes me feel a lot better than a mere "user-interface designer."
191
+
192
+
Dynamic conversations could lower the miscommunication between people, encourage empathetic connection, understanding, and more directed, and accurate discussions. Imagine if we could have meaningful conversations casually. We currently cannot just because verbal words are so powerless as compared to written mediums.
193
+
194
+
Imagine museams that are build with dynamism in mind. Or libraries. Woah. Spaces that allow you to really explore ideas with your body.
195
+
196
+
Dynamic Objects-To-Think-With. This makes me wonder why we don't have children use a clay or legos of some sort to learn about mathmatics beyond the younger years.
197
+
198
+
> Every one of these projects is about designing a thinking medium to fit the human, instead of deforming the human to fit the medium.
199
+
200
+
This quote is another angle to view the floor vs ceiling distinction. The langauges with a low floor fit the human well but not the machine, and usual the reverse is true with langauges with a high ceiling.
201
+
202
+
> The culture can start to develop a dynamic multimodal literacy.
203
+
204
+
Wow, this is a fun cause to rally behind: _deep literacy_, in many different ways of thinking, mathmatical, scientific, systematic, iterative, with your body, with symbols, with your senses, etc, etc.
205
+
109
206
## _Oct 2014_ - [Humane Representation of Thought](https://vimeo.com/115154289)
110
207
111
-
## _Nov 2015_ - [What a technologist can do about climate change](http://worrydream.com/#!/ClimateChange)
208
+
Thinking is very phsyical. We think in our muscles.
209
+
210
+
He makes it very clear in the intro to this talk, and the following paragraph, that he is abstracting over the past few years of talks and demos to figure out what it is that he's trying to accomplish. This is profound for me because in _Inventing on Principle_, he sounds pretty sure about his mission, but it seems like he is still working on making it more and more clear:
211
+
212
+
> It's based on a piece of writing that I started over a year ago, a long-term research agenda (and floor plan) for myself and my then-nascent research group, an attempt to unearth the demons that have driven my work over the last decade, and draw a map of the destination they're trying to get to.
213
+
214
+
Science and engineering _fundamentally depends_ on the Playfair data plot. It was so powerful because it repurposed the ability of our monkey eyes to think more abstract thoughts.
215
+
216
+
> Lebniz was the UI designer of the 17th century.
217
+
218
+
The periodic table was the foundation of chemistry!
219
+
220
+
It would be a fun research project to find the representations that enable certain breakthroughs to happen. I imagine that independent simultaneous invention would be a good clue that it was casued by a new medium.
221
+
222
+
Bret's motivation is the growth of intellectual ideas, the ascent of man.
112
223
224
+
Inhumane. The analogy of putting a puppy in a cage is so memorable. I think abou this all the time, and use this analogy to communicate with everyone.
225
+
226
+
I want to promote Jerome Bruner in my list of reading, given how important Bret thinks he is. I guess I'll also want to do Kieran Egan... just bought!
227
+
228
+
Wow, the MIT Media Lab [inFORM](http://tangible.media.mit.edu/project/inform/) project is cool!
229
+
230
+
The most exciting category of representations to design is for abstract ideas, such as for mathamtics or systems.
231
+
232
+
> Humane is never the default. The incremental thing will lead you to a tighter and tighter cage. If you believe in the humane medium, it's up to us to fight that trend.
233
+
234
+
### [A note about "The Humane Representation of Thought"](http://worrydream.com/TheHumaneRepresentationOfThought/note.html)
235
+
236
+
## _Nov 2015_ - [What a technologist can do about climate change](http://worrydream.com/#!/ClimateChange)
113
237
238
+
TODO this feels important but don't have time for this now.
Copy file name to clipboardExpand all lines: notes/bret-victor/questions.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ In _Learnable Programming_, you mention "Long and careful thought was given to t
9
9
10
10
How do square your admiration for functional programming with your desire to "kill math", given that FP looks a lot like the math you want to kill? (My guess is that he likes the abstractions of FP, but not the notation, and conversely he likes dislikes the notions of mathmatics, not the abstractions.)
11
11
12
+
You often reference, directly or indirectly, how many of the principles of functional programming could improve programming generally. Yet few, if any, of your talks, papers, or demos, seem to embody those principles. Why is this?
0 commit comments