HackerTrans
トップ新着トレンドコメント過去質問紹介求人

apexedison

no profile record

投稿

Show HN: A bidirectional editor for making circuits with code

github.com
3 ポイント·投稿者 apexedison·2 年前·0 コメント

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

github.com
61 ポイント·投稿者 apexedison·2 年前·8 コメント

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

blot.hackclub.com
35 ポイント·投稿者 apexedison·2 年前·2 コメント

Show HN: Sprig, open-source game console and engine, by teenagers for teenagers

github.com
274 ポイント·投稿者 apexedison·4 年前·79 コメント

コメント

apexedison
·昨年·議論
Thanks for the shout-out.
apexedison
·2 年前·議論
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 年前·議論
I really like Bart Dring's work but haven't seen this one before. Thanks for sharing!
apexedison
·2 年前·議論
That's correct! The machine is in exchange for sharing your art program.
apexedison
·2 年前·議論
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 年前·議論
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 年前·議論
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.
apexedison
·4 年前·議論
It's not, we'll do our best to ship everywhere we can.
apexedison
·4 年前·議論
Many people who in retrospect are truly innovative almost definitionally spend their time doing things other people don't regard as valuable (at first at least). As an extreme example of someone who prioritized a life of play look at Claude Shannon. He literally had a shop for building toys at home. I'm grateful he wasn't overly attracted to what others regarded as impactful at the time. That being said I still don't think it's important whether one's play becomes valued. I suspect in the long run we're all better off having people in the world who are passionate about what they are doing.
apexedison
·4 年前·議論
As others pointed out when fully assembled most of the board is covered (but visible). We designed the board to function like a devkit for the pico as well so unused pins are broken out on pads.
apexedison
·4 年前·議論
Amazing! Your son has been such a valuable contributor. I also love the games he made.
apexedison
·4 年前·議論
Give it a try! I'd love to see the game you make.
apexedison
·4 年前·議論
Thanks! I've been really strongly influenced by great constructionists like Brian Silverman (who worked on Scratch and early Lego Mindstorms). He also helped consult on Sprig actually. We wanted to have a nice composable construct kit of ideas which would make getting started easy but which would still be fun for experts.

I've been really impressed with how well people can build out really engaging games with simple graphics but interesting game mechanics. The community already has pushed it beyond what we originally expected when designing the engine.
apexedison
·4 年前·議論
We chose the aesthetic of the bare PCB to help demystify the technology. The console is also designed to be repurposed as a hardware devkit (there are breakout pads and what not).
apexedison
·4 年前·議論
This is an interesting point. One of the major things we're trying to demonstrate with Hack Club is we box people in too much based on their age. Especially young people who generally have a well defined set of activities laid out for them before they can start practicing some autonomy (largely from the way schooling works). The hope is that open-source projects like this can show people that there are some accessible routes and supportive communities to help them pursue their passions. Personally I hope the work serves more than just teenagers, but working out the details of serving young people well means as an organization we have to focus on it.

More directly responding to your point Ivan Illich has some interesting commentary on the modern invention of childhood in Deschooling Society.
apexedison
·4 年前·議論
If you want to check out some of the games people have made you can find them here: https://sprig.hackclub.com/gallery
apexedison
·4 年前·議論
I think it's a well executed project and the UI design on the editor is nicely done. We focused a lot on the API of our game engine and honed in on having a small construction kit for Sprig which seems to help people become productive. The aim is to communicate a specific mental model for Sprig games through the engine's capabilities (tile-based focused on puzzles and level design, though people have managed to do all sorts of things).
apexedison
·4 年前·議論
Thank you! I found the other fantasy consoles quite inspiring, PuzzleScript too.
apexedison
·4 年前·議論
There are some backing covers which are laser cut. It's possible to swap with a 3D printed cover and use the same mounting holes.
apexedison
·4 年前·議論
We debated running JS (Kaluma) or micropython on the Pico. We started with Kaluma because the editor is in the browser. After we got some game submissions though we realized we'd have to do our own wrapper around Jerryscript for performance reasons which is what the console ships with.