Like Scratch, but textual!
Jan 28, 2025
Very interesting project to teach programming to kids. The main difference with Scratch is that Hedy uses Python (yuck!) on a textual environment.
To be able to reach kids around the world, they’ve open sourced a python-like language that is multi-lingual.
There is of course the eternal debate to whether kids should learn to program or not, exacerbated by the advances in generative AI. But I still think it’s a valuable skill, the same as calculators didn’t deprecate mathematics.
I would even go as far as to claim that it probably should displace some of the maths, since it’s clear by now, that the Newtonian way of describing the world through formulas is perhaps not the best one. Perhaps Wolfram’s point of view, that nature is perhaps better described through programs, is one worth exploring.
I will definitely give it a try!
Platform teams: the eternal debate
As a CTO, one of the unsolved challenges is whether to have a platform team or not. This article explores the downside of building platform teams. I think the article is a little bit biased and presents only one way of implementing platform teams. I still believe that platform teams are a net-positive, but only when they use golden paths to achieve their goals.
Web Monetization
A web3 way of accepting payments on the internet. Looks pretty cool, and could be a good way to counter the SaaS models of medium and substack. As usual, though, the challenge would be for adoption to go mainstream.