Saturday, April 27, 2024

New top story on Hacker News: Show HN: Blot – code, art, robots and open source education

Show HN: Blot – code, art, robots and open source education
8 by apexedison | 3 comments on Hacker News.
For the last few years, I've been working at a non-profit called Hack Club developing tools to support self-motivated teens to learn about technology and build community with other like-minded peers while doing so. This has resulted in the development of a model called "you ship, we ship." We build open source creative coding environments, and when teenagers share the projects they make with these tools, we send them materials to dive deeper into the subject and related technologies. Our approach is predicated on the constructionist idea that people learn best by building things they care about and sharing them with others. The vision we have is to create a public collection of creative learning tools that offer people projects they can do right away and communities of practice to engage with. Blot is our next installment in the series. It's designed to be a gateway to CNC robotics through digital art. If you'd like to see some of the projects people have made so far, you can check out: https://ift.tt/C0xiPZr You can also find projects from our first "you ship, we ship" called Sprig. It's a game console you get by building a game for it. https://ift.tt/W4M7xuU I'd love people's thoughts on the model and ideas for other subjects in technology we could build projects around.

New top story on Hacker News: Einsum in 40 Lines of Python

Einsum in 40 Lines of Python
18 by peluche_ | 5 comments on Hacker News.


Thursday, April 25, 2024

New top story on Hacker News: How ruthless is Amazon, really?

How ruthless is Amazon, really?
8 by edward | 5 comments on Hacker News.


New top story on Hacker News: Jeff Geerling: Corporate Open Source Is Dead

Jeff Geerling: Corporate Open Source Is Dead
15 by ngetchell | 3 comments on Hacker News.


New top story on Hacker News: DDC OLED: how to drive a tiny display from an HDMI port. (2022)

DDC OLED: how to drive a tiny display from an HDMI port. (2022)
18 by fanf2 | 3 comments on Hacker News.


New top story on Hacker News: Show HN: I made a programmable computer from NAND gates

Show HN: I made a programmable computer from NAND gates
22 by ArchAndStarch | 0 comments on Hacker News.
I am proud to present my solo hobby project NAND. This year-long undertaking follows the completed Nand to Tetris course, but ported to the web with its own runtime, user interface, and IDE. Using the "Load example program" selector, you can try out some programs I wrote on NAND's emulated hardware such as 2048, a genetic algorithm, and a manual stack overflow to corrupt the screen. Check out NAND at https://nand.arhan.sh Additionally, I've authored an extensive writeup about the project. Read about it on the GitHub repository's readme.