HackerTrans
TopNewTrendsCommentsPastAskShowJobs

apexedison

no profile record

Submissions

Show HN: A bidirectional editor for making circuits with code

github.com
3 points·by apexedison·2 năm trước·0 comments

Show HN: Blot – code, art, robots and open source education

github.com
61 points·by apexedison·2 năm trước·8 comments

Hack Club Blot: A CNC drawing machine for programmatic art. Built with teenagers

blot.hackclub.com
35 points·by apexedison·2 năm trước·2 comments

comments

apexedison
·năm ngoái·discuss
Thanks for the shout-out.
apexedison
·2 năm trước·discuss
Thanks for asking I could give a better explanation. We mean the participant ships a project (like shipping code) and we physically ship them materials (like a drawing machine in the mail).
apexedison
·2 năm trước·discuss
I really like Bart Dring's work but haven't seen this one before. Thanks for sharing!
apexedison
·2 năm trước·discuss
That's correct! The machine is in exchange for sharing your art program.
apexedison
·2 năm trước·discuss
Blot is completely open source (hardware and software). You can find the GitHub here: https://github.com/hackclub/blot

I spent the last year building Blot with teenagers in the Hack Club community including but not limited to B (age 19), Henry (15), Kai (17), Shawn (18), Hugo (15), Ella (19) and Bright (15).

At Hack Club we’re working on building a new model for public education through open source projects. We believe people learn best by building things they care about and sharing those things with others. We want to support motivated teenagers around the world to pursue technology this way. That’s why we created the “You Ship, We Ship” model. We build online creative coding environments that are gateways to other subjects in technology. When teenagers create projects with our tools and share them publicly we send them more creative material. At the end of 2022 we released our first “You Ship, We Ship” project: Sprig.

Sprig is a microworld for making tile games, when you share your game we send you the hardware to build a handheld gaming console that can play that game. https://github.com/hackclub/sprig

Today we are releasing our newest “You Ship, We Ship”: Blot. Create a program that generates line art and we’ll send you a robot that can draw that art in real life. We hope Blot will encourage people to explore the beauty of programming and be a gateway to digital fabrication. Nothing feels more magic to me than writing an incantation on a computer that can materialize into a real thing that you can hold in your hands. I hope to share that magic with you through Blot.

Everything is free and open source so anyone is welcome to use the editor, submit to the gallery, or build a Blot machine. You have to be a teenager for us to send you a machine for free though.

I’m excited to see what people make! Enjoy.

If you want to learn more about Hack Club you can check out this short documentary we made about our 2023 summer hackathon: https://www.youtube.com/watch?v=O1s5HqSqKi0
apexedison
·2 năm trước·discuss
We built an editor for making simple (but complete and fun) games to help young folks (or anyone) learn to code.

It's at sprig.hackclub.com

If your son shares the game publicly as a PR we'll send him materials to build a console that can play it. We've had hundreds of kids around the world share games you can check out in the gallery.
apexedison
·3 năm trước·discuss
I've built a number of bidirectional editors, often with CodeMirror.

You could check out my bidirectional circuit design tool:

https://github.com/leomcelroy/svg-pcb

Paper on it here:

https://dl.acm.org/doi/abs/10.1145/3559400.3562004

Feel free to reach out if you have questions.