IP query
Jan 28, 2025
Interesting service to query anything about a given IP.
I’ve had to implement this at every single company, mostly for marketing reasons. This service seems to be free, so it’s a good bookmark to have around.
Building on top of ATProto
An exploration about building a side-project app on top of ATProto. I’m saving this since at some point, I want to integrate fika with Bluesky. I enjoy a lot the “captain-log” kind of articles. It’s always interesting to see how people build and learn. As usual, it’s also comforting to see people sharing the same struggles: As always, the hardest part of this project, as with any project, was und…
Like Scratch, but textual!
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…