i gain 13x boost to my HP if anyone ever tells me "thanks"
Post
@hipsterelectron Thanks.
And no, not snarky. I doubt I will ever use _your_ code (too old to (want to) learn Rust, to lazy to get into regex).
But work like yours makes my other projects possible. It allows me to teach kids how to accessibly and legally do amazing things with computers, and go out and build another wave of "digitally sovereign" systems.
So, thank you.
@grant_h i work on python a lot too i contributed many changes to pip. i am hoping to advance the idea of linking dependency graphs across packaging ecosystems so languages can work together instead of against each other
@hipsterelectron If I ever get my graph tool working, I would think one could just import a dependency graph, and then _see_ how it all links. Higraphs would allow seeing just which submodules are used/ impacted, and how they relate.
https://isijingi.co.za/wp/2025/07/13/developing-a-higraph-editor/
@grant_h this is a ridiculously kind thing to say thank you
@hipsterelectron Thank you.
It is really a labour of love (there are some linked blog posts). Actually, I want to be able to make a tool that does knowledge schema modelling, for use by teachers of any subject, not just maths.
I am deep in the weeds of implementing multipoint edges, interchangeably linear or hermite spline.
I used to wonder why there are so few interactive graph drawing tools until I got into the details of writing one!