Photo for 2016-09-24

Learning about the random function in Processing is evoking the same feeling I had when I first learned about HTML’s <blink> tag.

Sep 24, 2016 · Christopher Boette

Quote for 2016-07-21

In 1996 Keith Shafer and several others proposed a solution to the problem of broken URLs. The link to this solution is now broken. Roy Fielding posted an implementation suggestion in July of 1995. The link is now broken. src

Jul 21, 2016 · Christopher Boette

Quote for 2016-07-18

…making positive outcomes the easiest and default approach creates positive feedback loops src via this tweet

Jul 18, 2016 · Christopher Boette

Photo for 2016-07-17

Sunday Funday.

Jul 17, 2016 · Christopher Boette

Photo for 2016-07-12

http://frontside.io/blog/2016/07/07/the-conjoined-triangles-of-senior-level-development.html

Jul 12, 2016 · Christopher Boette

Quote for 2016-07-08

PowerPoint is just simulated acetate overhead slides, and to me, that is a kind of a moral crime. Alan Kay, src

Jul 8, 2016 · Christopher Boette

'Recursion is the GOTO of functional programming.' -- Erik Meijer

def fact(n): return reduce(lambda x, y: x * y, range(1, n + 1)) print(fact(5)) #=> 120

Jun 30, 2016 · Christopher Boette

Photo for 2016-06-13

Jun 13, 2016 · Christopher Boette

Quote for 2016-06-05

This book is dedicated, in respect and admiration, to the spirit that lives in the computer. I think that it’s extraordinarily important that we in computer science keep fun in computing. When it started out, it was an awful lot of fun. Of course, the paying customers got shafted every now and then, and after a while we began to take their complaints seriously. We began to feel as if we really were responsible for the successful, error-free perfect use of these machines. I don’t think we are. I think we’re responsible for stretching them, setting them off in new directions, and keeping fun in the house. I hope the field of computer science never loses its sense of fun. Above all, I hope we don’t become missionaries. Don’t feel as if you’re Bible salesmen. The world has too many of those already. What you know about computing other people will learn. Don’t feel as if the key to successful computing is only in your hands. What’s in your hands, I think and hope, is intelligence: the ability to see the machine as more than when you were first led up to it, that you can make it more. ...

Jun 5, 2016 · Christopher Boette

Massimo Banzi’s 13 Rules for Open Source Projects

brucesterling: Adapted from a talk by Massimo Banzi, co-founder of Arduino, presented at World Maker Faire 2011 in New York. 1. Don’t make something you don’t use yourself. 2. Know who you are making it for. 3. Know what you want out of it. 4. Make projects, not platforms. 5. Respect the intelligence of the beginner. 6. Experts are not the best advisors when you want to make tools for beginners. ...

May 15, 2016 · Christopher Boette