For anyone interested, advent of code is about to start! (first puzzles dropping at midnight ET which is in around 11 hours)

We have a community in the instance at !advent_of_code@programming.dev for discussion about the event and that will have solution threads where you can post and compare against other people


Advent of code is a programming puzzle advent calendar where new puzzles drop every day until the 25th. They can be done in any language and puzzles are released on the AoC site

https://adventofcode.com/

  • gerryflap@feddit.nl
    link
    fedilink
    arrow-up
    29
    ·
    7 months ago

    Last year I decided to do it in Rust, in order to learn Rust. I found out pretty quickly that you can’t just jump from Java/Python/Haskell into Rust and expect to understand what’s going on. This year I feel more prepared, so if time permits I’ll make it right this time.

    • flubba86@lemmy.world
      link
      fedilink
      arrow-up
      23
      ·
      edit-2
      6 months ago

      Lol, that reminds me of when I was in Uni, I had a systems development class, they taught in C, all the lectures, tutorials and assessments were done in C. Our final assignment was handed out the week the first Rust v1.0.0 build dropped in 2015. I had been following the hype around the development of Mozilla’s new language, and I was so keen, I asked my professor if I could complete my final assignment using Rust. He said it’s a great idea. Then cut to me furiously trying to learn Rust in just two weeks, so I could even start the assignment, including C interop, implementing functions with c-style interfaces for callbacks, and lots of unsafe blocks for memory manipulation and pointer manipulation. In the end I was just forcing Rust to be C.

      It did work in the end, and I did get an A, mostly because the professor couldn’t understand any of the Rust code.

      • abbadon420@lemm.ee
        link
        fedilink
        arrow-up
        5
        arrow-down
        9
        ·
        7 months ago

        Lol. I have a student right now asking to do an assignment is PowerShell. I’m inclined to allow it and probably give them an A because I don’t understand PowerShell XD

      • gerryflap@feddit.nl
        link
        fedilink
        arrow-up
        3
        ·
        7 months ago

        Yep, I feel a bit more prepared now. I haven’t had the time yet today, but from what I saw the first one shouldn’t be too hard

    • technojamin@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      7 months ago

      Same. I only got through day 3 last year since I didn’t have time to do both the learning and the solving. I think I need a longer term project to give me more focus when learning a new language. This year I’m just sticking with my usual language Elixir, which I always enjoy.

  • Ananace@lemmy.ananace.dev
    link
    fedilink
    arrow-up
    9
    ·
    7 months ago

    My favourite advent calendar.
    Got a private leaderboard with the other sysadmins from work - as well as a few people from our application/development team.

  • KseniyaK@lemmy.ca
    link
    fedilink
    arrow-up
    8
    ·
    7 months ago

    Is it ok if I skip some challenges or do them later? University final exams are comming up soon for me.

  • jeremyparker@programming.dev
    link
    fedilink
    arrow-up
    8
    ·
    7 months ago

    How hard are the puzzles? I’ve been coding for a while but I’m self taught and I have no idea whether I’m any good or not. I’d love to give them a shot but I have no idea whether they’re totally out of reach or doable. What level of developer are they intended for?

  • Hazelnoot [she/her]@beehaw.org
    link
    fedilink
    English
    arrow-up
    6
    ·
    7 months ago

    Thanks for the reminder! I almost forgot to set up my repo. 🤦‍♀️ I’ll be publishing my solutions on GitHub for anyone interested. This year I finally got around to restructuring things to keep the input files out of git, so I won’t have to feel guilty about leaking the problem inputs.

      • Hazelnoot [she/her]@beehaw.org
        link
        fedilink
        English
        arrow-up
        5
        ·
        7 months ago

        There’s a limited pool of random inputs, so it’s possible to collect them all with enough input samples. In the past, the creator has asked people not to upload their input file because there are bots that scrape GitHub looking for the inputs.

  • Nighed@sffa.community
    link
    fedilink
    English
    arrow-up
    2
    ·
    7 months ago

    Thank you for this! I always find out/remember about it half way through…

    First day done and work leaderboard link shared!