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

Yair Chuchem 2022-12-05 09:25:47

I had a fantastic experience solving AoC Day 5 using Lamdu!

If anyone has a better environment for doing this, I’d like to know!

youtu.be/QT0EUJhdhmw?t=60

smt 2022-12-09 07:57:11

lamdu looks so cool! thanks for sharing this vid, i want to try it too

Chris Maughan 2022-12-05 11:21:54

2022 Advent of Code Solutions, Day 5, Thread:

Chris Maughan 2022-12-05 11:23:22

Using deque

πŸ—’οΈ C++

Yair Chuchem 2022-12-05 12:14:46

In Lamdu (see livestream for the process)

πŸ“· aoc5-fs8.png

Maikel van de Lisdonk 2022-12-09 13:22:33

I've finally had some time to do another AoC using my visual editor... needless to say that this is not an example of how visual programming should be done😊 but I still wanted to see if I could extend my tool to at least finish the task (part 1 only) .. so here it is. But I do think that this assignment showed some missing functionality.. for example a way to show the results of each step of a Map node would be helpful without resorting to console.log

πŸ“· Image from iOS

Andrew Reece 2022-12-05 12:52:24

Less about the solution, more about the process... I streamed solving the first 2 days of AoC with WhiteBox here: twitch.tv/videos/1669247002

I should be doing more soon!

Jason Morris 2022-12-05 21:33:57

Does anyone else find switching code languages as daunting as I do? I always dread it like I'm trying to cut off a limb, or something. Just spent a week doing HTML/CSS, now back to Prolog.

Tudor Girba 2022-12-05 21:48:41

there is switching languages and then there is switching from HTML/CSS to Prolog πŸ˜„

Chris Maughan 2022-12-06 09:04:09

2022 Advent Of Code Solutions, Day 6:

Chris Maughan 2022-12-06 09:04:49

Easy today...

πŸ—’οΈ C++

Yair Chuchem 2022-12-06 18:37:39

πŸ“· aoc6-fs8.png

Chris Maughan 2022-12-07 10:14:22

2022 Advent Of Code Solutions, Day 7:

Yair Chuchem 2022-12-08 09:23:50

Solution in Lamdu (revised. the solution in my live-stream was much more messy)

πŸ“· aoc7-fs8.png

Yair Chuchem 2022-12-08 09:23:50

Solution in Lamdu (revised. the solution in my live-stream was much more messy)

πŸ“· aoc7-fs8.png

Chris Maughan 2022-12-07 10:15:17

I over engineered the solution today, but it worked well enough.

πŸ—’οΈ C++

Chris Maughan 2022-12-07 10:15:53

It would have been simpler with a dictionary; I just expected part 2 to be harder than it was.

Lu Wilson 2022-12-07 11:46:26

That was a fun one! I was worried that part 2 was going to end up needing something more performant. Glad I went for a simple solution in part 1 :)

Chris Maughan 2022-12-08 09:48:54

Advent of Code, Day 8:

Chris Maughan 2022-12-08 09:49:22

Visualization of the trees; red for visible from an edge, brighter for taller, green for the treehouse.

πŸ“· image.png

Chris Maughan 2022-12-08 09:50:09

Simple, not optimal.

πŸ—’οΈ C++

Yair Chuchem 2022-12-08 19:53:49

In Lamdu

πŸ“· aoc8-fs8.png

smt 2022-12-09 07:59:09

πŸ—’οΈ soln.rb

Chris Maughan 2022-12-09 14:45:32

Advent Of Code, Day 9:

Yair Chuchem 2022-12-09 15:28:06

In Lamdu

πŸ“· aoc9-fs8.png

Yair Chuchem 2022-12-09 15:28:06

In Lamdu

πŸ“· aoc9-fs8.png

Chris Maughan 2022-12-10 13:56:50

Forgot to post yesterday. I did a quick visualization; the code is messed up because of that...

πŸŽ₯ day9.mp4

Chris Maughan 2022-12-10 13:54:31

Advent of Code Day 10

Chris Maughan 2022-12-10 13:55:15

πŸ—’οΈ C++

Chris Maughan 2022-12-10 13:55:22

πŸ“· image.png

Yair Chuchem 2022-12-10 19:05:02

in Lamdu

πŸ“· aoc10-fs8.png

Maikel van de Lisdonk 2022-12-11 13:36:08

Using my visual programming environment

πŸ“· Image from iOS

Yair Chuchem 2022-12-11 21:37:53

Advent of Code Day 11.

Drama: Lamdu got stuck in my live stream 😱 but I’m also doing this to catch bugs like this.

πŸ“· aoc11-fs8.png