Paul Tarvydas 2023-12-08 10:18:45 Status video about Kinopio2md (Kinopio to Markdown). What is not said is that the blue boxes are source code for the app (the compiler compiles the drawings to executable code). I deal with a bunch of different programming languages, picking the best one for each step along the way (approximately 10, if you include English). I want to document more deeply the use of the Transpiler in, say, the “Escape Whitespace” Component (and others), but, I haven’t gotten around to it yet kinopio2md YouTube
Paul Tarvydas 2023-12-10 20:36:22 Kartik Agaram meta: reading between the lines, you seem to be saying that the link I posted was not direct-enough. If so, I need to change the way that I grab and post the link - the intention was to post a link to that particular video.
Maikel van de Lisdonk 2023-12-10 09:19:34 Oh boy.. it was a lot of work being able to solve advent of code puzzle 7 (part 1) in my visual programming system.. as you can see in the video youtu.be/kkgJQdJXFtk. I had to implement a lot new node-types for handling dictionaries and a new scoped-variable type. This scoped-variable can have different types.. currently just a regular value or a dictionary. This dictionary is used in a function-flow to determine the hand type which is needed in this puzzle. Also custom sorting was needed (I implemented a Schwartzian transform in the sort node-type). Running the flow for the full puzzle input takes a long time so I don't show that in the video (although I've added a "full-speed" mode that helps a bit). I've also added some colors to better show when some nodes are active, especially handy for nodes that run longer like a foreach, function-call, map or sort.
Maikel van de Lisdonk 2023-12-10 09:29:29 Doea anybody have a suggestion on how I can improve my videos without spending too much time on it?
Maikel van de Lisdonk 2023-12-10 11:17:41 I've made a screenshot of the whole flow on a big resolution using firefox.. hopefully this gives a better impression then just the video 😅