Matthew · @mattasdata
49 followers · 78 posts · Server qoto.org

I wrote this blog post about my foray into using the 🌳 language and then completely forgot to share it! It was an interesting experience, with the main conclusion that I won't continue using Elm but that I want to keep investigating functional programming patterns and design.

Thoughts welcome 😁

bielsnohr.github.io/2023/02/18

#AdventOfCode2022 #functionalprogramming #elm

Last updated 1 year ago

DonKarlssonSan · @DonKarlssonSan
229 followers · 310 posts · Server mas.to

I decided to visualize the rope simulation from Advent of Code, day 9 on CodePen: codepen.io/DonKarlssonSan/full

It's movement is a bit weird in a fun way and the elasticity is very cool. Try it! (mouse or touch)

#creativecoding #AdventOfCode2022 #adventofcode

Last updated 2 years ago

Ed C · @bocs
25 followers · 70 posts · Server toot.wales

During , I became aware of Stable Diffusion [lnkd.in/eMZ-JzDD], despite not being at all interested in . After tinkering, the following are 2 images it generated in response to a concept I gave it from a particular song.
If you can tell me which song is behind the seed I gave Stable Diffusion, you win ... err... something.

#ai #generativeAI #AdventOfCode2022

Last updated 2 years ago

Sefe · @sefe
0 followers · 1 posts · Server nerdculture.de

made me fall into a rabbit hole of
I have still not really grokked it but having much fun learning about it.

#AdventOfCode2022 #day16 #dynamicprogramming

Last updated 2 years ago

Tekktrik · @tekktrik
20 followers · 18 posts · Server fosstodon.org

After having spent solving problems in C, I definitely feel like I have a much better understanding of the language. It was definitely interesting coding while trying to avoid unsafe functions so as not to pick up bad habits. I still can't believe I implemented a hash table for the first time without too much trouble. Still need to finish the last 9 remaining, but definitely have noticed an improvement since day 1!

#AdventOfCode2022

Last updated 2 years ago

Lol day 7 has been kicking my butt. Figured out how to do tree recursion in a though (apparently you still need to use a loop in your recursive function)

#AdventOfCode2022 #scheme

Last updated 2 years ago

Simon Walters · @cymplecy
291 followers · 2259 posts · Server fosstodon.org

Having basically bailed out at day 14, I decided to try and get 1st part of Day 25 and have done it in @SnapCloud - I'm finished now for the year :) snap.berkeley.edu/snap/snap.ht


#adventofcode #AdventOfCode2022 #snapcloud

Last updated 2 years ago

curtmack · @curtmack
10 followers · 89 posts · Server fosstodon.org

I may have lost the battle, but the war rages on!

#adventofcode #AdventOfCode2022

Last updated 2 years ago

My adventures in writing my own interpreter has actually succeeded in teaching me something about how to use the language. Since discovering my original mental model of the language didn't include improper lists, I've had to figure out how they work in order to implement them and I wound up realizing they were an appropriate data structure for a couple of the problems I've solved so far.

#scheme #lisp #AdventOfCode2022

Last updated 2 years ago

Up to day five of in . I might get a week or 10 days done before the holiday is over and I'm too busy to keep doing them again :ms_sweat_smile:

So far this is a lot more fun that when I started doing these in at the beginning of the month, though I think that's partly bc I was trying to over-engineer a CLI for choosing which day, part, and data set to run.

#AdventOfCode2022 #guile #scheme #rust

Last updated 2 years ago

Salah Eddin Alshaal · @baklava_daddy
22 followers · 46 posts · Server mastodon.world

Writing an too;
I'm a hobbyist , warm and interested in . I live in the Netherlands.

I work as who likes learning more about , , , and and many others. I'm now trying

follow what I'm reading on app.thestorygraph.com/profile/ πŸ“š

#introduction #Surfer #homecook #degrowth #softwarearchitect #gcp #teamtopologies #dataengineering #softwarearchitecture #sociotechnicalsystems #AdventOfCode2022

Last updated 2 years ago

· @finagle
30 followers · 190 posts · Server hachyderm.io

Did anyone else just add 2 to every base-5 digit before doing the conversion? Then after calculating the sum, just subtract a value equal to a base-5 number that's "222...2" from the decimal value, and then do a normal conversion of the result to base 5. That avoids the issue of negative digits entirely.

#adventofcode #AdventOfCode2022

Last updated 2 years ago

Rob Shearer · @rvcx
19 followers · 359 posts · Server masthead.social

Only got around to the final day's (easy) problem today...but now wrapped up . And proud to once again regain standing as one of the completionists. Thanks for another great year, @ericwastl@twitter.com!

#adventofcode #AdventOfCode2022

Last updated 2 years ago

Andrea Leopardi · @whatyouhide
509 followers · 52 posts · Server mas.to

So, say I used to get better at . It worked great, but now I want to go further. What's something I can do with Rust to get to the next step?

#Rust #AdventOfCode2022

Last updated 2 years ago

xanathar · @xanathar
24 followers · 9 posts · Server hachyderm.io

Not super proud of some days where brute force was used (there is one day that takes 15 minutes or so to run), but, anyway, my is here: github.com/Sfera-IT/adventofco

#AdventOfCode2022

Last updated 2 years ago

amysighs · @amysighs
181 followers · 117 posts · Server hachyderm.io

This is what my Advent of Code for this year looks like!

This was my first year doing it and I ended up speedrunning days 1-8 entirely within the past 2 days which is definitely how its meant to be done πŸ˜‚.

Overall I enjoyed trying out a new language feature in Python (dataclasses) which I had never used before and experimenting with Github Copilot for the first time.

πŸ”—: github.com/amytsai/advent-of-c

#adventofcode #AdventOfCode2022 #python

Last updated 2 years ago

Andi [they/them] · @Andi
414 followers · 543 posts · Server tech.lgbt

Part 1: easy.
Part 2: not easy. Used {igraph} again, building on learning from Day 12.

Day 18: Boiling Boulders
inductivestep.github.io/aoc202

The rest:
github.com/InductiveStep/aoc20

#adventofcode #AdventOfCode2022 #rstats

Last updated 2 years ago

Ε imon TΓ³th · @simontoth
113 followers · 35 posts · Server hachyderm.io

The final day of is here, and we are trying to feed some SNAFU to Bob.

Solution: gist.github.com/HappyCerberus/

For a commented solution check, my mailing list simontoth.substack.com

#AdventOfCode2022 #cpp #coding #learnprogramming #cpp20

Last updated 2 years ago

It's over. Who has solved all puzzels by yourself?
My personal capabilities ended on Day_11. With great problems on Day_9.
:language_python:

#coding #AdventOfCode2022

Last updated 2 years ago

is done! It was a fun ride, learnt some things, challenged myself with some fun puzzles, definitely recomend!

Merry Christmas! :D

#AdventOfCode2022

Last updated 2 years ago