You are viewing archived messages.
Go here to search the history.

Kartik Agaram 2023-12-04 00:13:30

This bug I foisted on myself today was a real "things are not as they appear" puzzle.

git.sr.ht/~akkartik/carousel.love/commit/42cc608d06821

Kartik Agaram 2023-12-06 03:11:38

So Mu was on the advent of Qemu calendar yesterday, and I totally missed it.

qemu-advent-calendar.org/2023

Kartik Agaram 2023-12-07 18:24:49

Screenshot_20231207_101640.jpg

Screenshot_20231207_101753.jpg

Screenshot_20231207_101610.jpg

Konrad Hinsen 2023-12-07 18:33:54

Mondrian?

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

Kartik Agaram 2023-12-10 16:07:50

Oh wow, there are already 4 more videos in your channel! Here's a direct link to this one:

youtube.com/watch?v=_QJmKjcK0Mk

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.

Kartik Agaram 2023-12-09 03:39:27

I've been making a little program every evening with my new toy. Today:

akkartik.itch.io/carousel/devlog/647726/playing-with-lves-physics-for-the-first-time

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 😅

Image from iOS