Readit News logoReadit News
felixr commented on Poor Man's Polaroid   boxart.lt/blog/poor_mans_... · Posted by u/ZacnyLos
voidUpdate · 10 days ago
Polaroid film costs about 1 euro for them, and a thermal image costs about 1 cent. After enough photos, it cancels out
felixr · 10 days ago
You can buy a camera with an integrated thermal printer for 20$ or even less.
felixr commented on Show HN: Goboscript, text-based programming language, compiles to Scratch   github.com/aspizu/goboscr... · Posted by u/aspizu
AlexanderDhoore · 10 months ago
I love teaching Scratch to kids. Some years ago, I used to do "CoderDojo", which is like a hobby club where kids can learn programming. Some kids go to soccer, others to art academy — and these kids learn programming. Super cool to teach.

However, most kids get stuck after they master Scratch. Especially kids around the age of 8–10. They learn Scratch. It's awesome. They make some advanced games and really get the hang of it.

Then they ask to do something more — some “real programming.” And that's where the hurdles start to pop up. First problem: my kids don't speak English, so most documentation and tutorials are out of reach. Second problem: suddenly they need to learn everything about computers — source files, graphics, networking... This is too big a hurdle for them to take. Third problem: text-based programming. Most of them literally can't type on a keyboard properly. Text is also much less fun than visual programming.

What I've always wondered — and this project reminds me of it — is: can we make the transition smoother? Stay within the Scratch ecosystem, which they know, but start introducing extra concepts step by step, without the big jump.

GoboScript introduces "text-based programming" as a first step, while staying within the Scratch world. I would have liked it more if we could teach the kids a real-world programming language, like Python or JavaScript — because then they’re moving toward "real programming" step by step.

The next step would be: introduce other computer concepts like file systems or networking.

I would love to build this myself. Alas, no time. Maybe one day.

felixr · 10 months ago
For a textual teaching language check out https://hedy.org It is multilingual (not just English) and introduces syntax gradually
felixr commented on Show HN: Chat with 19 years of HN   app.camelai.com/log-in?ne... · Posted by u/vercantez
felixr · 10 months ago
I asked how much money people say they need to retire early.

In the answer:

> Median “target number” is about $401 k

So it thinks 401(k) means $401k :-)

felixr commented on Tk9.0: CGo-free, cross platform GUI toolkit for Go   pkg.go.dev/modernc.org/tk... · Posted by u/nateb2022
oblio · a year ago
He he, is this based on Tcl? It for sure seems at least inspired by Tcl/Tk.
felixr · a year ago
These are Go bindings for Tk, a cross-platform widget toolkit initially developed as extension for Tcl. Nowadays a lot of languages have bindings for Tcl/Tk. Python for example has been including tkinter [0] for a long time.

[0]: https://docs.python.org/3/library/tkinter.html

u/felixr

KarmaCake day1548April 14, 2012View Original