HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ngmc

no profile record

Submissions

Learning Creative Learning

lcl.media.mit.edu
4 points·by ngmc·4 ay önce·1 comments

comments

ngmc
·4 ay önce·discuss
This course was wonderful when I took it a few years ago. Just heard the next offering starts in April, so I'm curious to see how it's evolved. From the creators:

Learning Creative Learning (LCL) is a free course and open community for educators and for anyone who cares about learning and creativity.

Over six weeks, you'll explore the ideas behind the creative learning educational approach, work on projects you actually care about, and connect with people from around the world who share your curiosity.

It's part course, part community, part creative playground.

LCL is developed by the Lifelong Kindergarten Group at MIT, the research team behind Scratch and Octostudio, the creative coding platforms used by millions of young learners worldwide.

It is also made possible by a global network of volunteer facilitators who help organize, translate, and support the community in multiple languages.
ngmc
·4 ay önce·discuss
Fun read. Haha I also love the idea of being a mathematical braid. Arrival is a great film, but my favorite fictional take on this kind of thinking is still Slaughterhouse-Five.

Listen: Billy Pilgrim has come unstuck in time.
ngmc
·2 yıl önce·discuss
I took one of the group's courses, Linear Algebra: Foundations to Frontiers, for fun at the beginning of COVID lockdown and loved it. Here's the course that teaches their basic approach to creating BLIS:

https://www.edx.org/learn/computer-programming/the-universit...

Neat stuff. The instructors are great, so I'll try to make room in my schedule for this later in the year.
ngmc
·3 yıl önce·discuss
This is the first time I've "seen" Shinjuku Station. What a beautiful introduction. I first read about the station in Colorless Tsukuru Tazaki and His Years of Pilgrimage and always wondered what it looked like. Neat.
ngmc
·3 yıl önce·discuss
And here I was feeling cheeky.

In all seriousness, I just learned about Sandstorm and think it could be a great fit for a local co-op I’m building. It’s a shame about the startup, but I hope we’ll get a chance to support the open collective.
ngmc
·3 yıl önce·discuss
I found this helpful in getting started with Sandstorm:

https://youtu.be/y6120QOlsfU
ngmc
·3 yıl önce·discuss
Yep. For a bit more context, here’s the Wikipedia article on climate justice:

https://en.wikipedia.org/wiki/Climate_justice

The “Disproportionality between causality and burden” section makes me sad.
ngmc
·4 yıl önce·discuss
Thanks! And big thanks to martinRenou1 for his work on ipycanvas!! He did most of the heavy lifting.
ngmc
·4 yıl önce·discuss
JupyterLite is great! I use it heavily with my middle school math students — wonderful to have NumPy, matplotlib, and friends available without needing to set up accounts. I created a package called jupy5 that provides Turtle graphics and a p5.js-inspired sketchbook for JupyterLite as well.
ngmc
·4 yıl önce·discuss
Agreed except for the dig at Mark Jacobson. He was my undergrad and grad advisor, and I only knew him to be driven by data and a deep concern for the welfare of people and the planet. There are bad scientists out there but Mark isn't one of them. lol I recall him declining my request to put something about Al Gore in our common area because he didn't want to politicize the space.
ngmc
·4 yıl önce·discuss
Great question! The studies do consider the spatio-temporal distribution of generation and demand. Here's a recent paper [1] that develops roadmaps for 145 countries and has infographics with links to additional resources.

I found the source code for the LOADMATCH model [2] used in the studies which can run on a laptop. You can email Mark about data, source code for the GATOR-GCMOM model [3], and advice on running it.

And here's a talk [4] he gave on the topic at NASA Ames Research Center a few years back.

[1] https://web.stanford.edu/group/efmh/jacobson/Articles/I/WWS-...

[2] https://github.com/mzjacobson/Public/blob/main/powerworld.f

[3] https://web.stanford.edu/group/efmh/jacobson/GATOR/GATOR-GCM...

[4] https://youtu.be/espLfnvuYps
ngmc
·4 yıl önce·discuss
Really glad to see this discussion! My former advisor, Mark Jacobson, is one of the authors of the paper cited in the article. His book "100% Clean, Renewable Energy and Storage for Everything" [1] is a good starting point for folks with a more technical background. I recently started working on my own version [2] for young people and beginners that uses code as a medium to explore these ideas.

Perhaps more directly relevant for the HN crowd, Tom Greenwood's book "Sustainable Web Design" [3] provides simple strategies for reducing the climate impacts of the software systems we build.

[1] https://web.stanford.edu/group/efmh/jacobson/WWSBook/WWSBook...

[2] https://goodenergy.cc

[3] https://abookapart.com/products/sustainable-web-design/
ngmc
·4 yıl önce·discuss
Some robots made a cool musical about this:

https://youtube.com/playlist?list=OLAK5uy_nZZjkBu_E4olFSb5Ey...
ngmc
·4 yıl önce·discuss
Love that paper. Wickham also made his ggplot2 book freely available:

https://ggplot2-book.org/
ngmc
·4 yıl önce·discuss
You could take Strang’s follow-up course on learning from data.

https://ocw.mit.edu/courses/18-065-matrix-methods-in-data-an...
ngmc
·4 yıl önce·discuss
Shameless plug for my mentee: p5.teach aims to be a beginner-friendly version of manim that runs in the browser.

https://github.com/two-ticks/p5.teach.js

https://medium.com/processing-foundation/p5-teach-teaching-m...