Introduction [Advent of Code 2024]

Поделиться
HTML-код
  • Опубликовано: 4 янв 2025

Комментарии • 14

  • @juanmacias5922
    @juanmacias5922 Месяц назад

    What an awesome setup, I really like the script that pulls the test and puzzle inputs for you! :D

    • @0xdf
      @0xdf  Месяц назад +1

      Thanks! It's available in my gitlab, link in the description. Feel free to take it and use it and adapt it for your own use! One note, it doesn't get the example inputs. There's no great way to scrape those from the page unfortunately.

    • @juanmacias5922
      @juanmacias5922 Месяц назад

      @@0xdf ha thank you! I'll definitely take a look at it, yeah, it would be incredibly hard to pinpoint the example inputs lol

  • @markus5775
    @markus5775 Месяц назад +1

    Looking forward to seeing your solutions once again this year!

    • @0xdf
      @0xdf  Месяц назад +2

      Awesome. Will you do it as well?

    • @markus5775
      @markus5775 Месяц назад +1

      I definitely will!

    • @GajendraMahat
      @GajendraMahat Месяц назад +1

      ​@@0xdf lol, I'm going to do it now🥰🙃

  • @kriscase6427
    @kriscase6427 17 дней назад

    How can i create the .session file? the bash script is failing at that point for me: "AOC_SESSION isn't set. Cannot continue."

    • @0xdf
      @0xdf  16 дней назад

      From the website where you're logged in, go into the dev tools and find the cookie named session (in Chrome its in the Application tab under Cookies on the left). Save that value in a file named .session, or add a line like AOC_SESSION=[that value] to your ~/.bashrc file.

  • @subaruchan7448
    @subaruchan7448 24 дня назад

    Hi New subsriber here , I am a beginner in python can i also like participate in this and i have just started to code learned all the topics but can i able to this type of advent of code in python ? What's your opinion on this.

    • @0xdf
      @0xdf  23 дня назад +1

      The challenges at the start are great beginner challenges. Once they start ramping up in difficulty, I would expect a beginner to get really frustrated. That said, I think you could learn a ton watching someone else's solutions, and not just watching idly, but working along, making sure you understand everything that's happening.

    • @subaruchan7448
      @subaruchan7448 23 дня назад

      @0xdf thanks , I will be doing as you say, By actively engaging and watching solutions.

  • @Alex-vi6iz
    @Alex-vi6iz Месяц назад

    First time I hear about this. Looking at the first challenge it seems to be just like codewars/leetcode challenges. Maybe I am wrong, but other than a bigger wall of text I don't see what makes this special.

    • @0xdf
      @0xdf  Месяц назад

      Idk. Codewars doesn't exist anymore sadly. AOC is just fun?