>3 weeks

>3 weeks
Starts on a friday, are you going to push through the weekend? Which language?

  1. 4 weeks ago
    Anonymous

    Javascript! It will be my first year doing this and I'm doing as much of 2022 as I can in preparation for it. Laugh all you want but heed my words: I will not get filtered

    • 4 weeks ago
      Anonymous

      am going to use javascript and it is my first year as well, good luck anon

  2. 4 weeks ago
    Anonymous

    Forth

    • 4 weeks ago
      Anonymous

      I started learning forth this week and was thinking about trying AoC. But how do you read in the input file? String parsing in general also seems really tricky.

      • 4 weeks ago
        Anonymous

        Not him but back when I used Forth I used the regex implementation from the Forth foundation library (FFL) for some of the puzzles.

  3. 4 weeks ago
    Anonymous

    Nim.

  4. 4 weeks ago
    Anonymous

    Currently deciding between Rust, C++, C, or x86 Assembly.

    • 4 weeks ago
      Anonymous

      Assembly sounds fun, but C and C++ will be faster and less painful

      • 4 weeks ago
        Anonymous

        holy digits of truth

  5. 4 weeks ago
    Anonymous

    >mfw deciding whether to do advent of code or celebrate the end of no-nut november at 12:01AM on december 1st

    • 4 weeks ago
      Anonymous

      why not both?

    • 4 weeks ago
      Anonymous

      shit, bitch. the 1st problem is less than 5 minutes anyway.

      • 4 weeks ago
        Anonymous

        and it will take me just as long to finish cooming
        the point is i can't make up my mind what i want to do first

    • 4 weeks ago
      Anonymous

      day 1 shouldn't take you more than a minute honestly

    • 4 weeks ago
      Anonymous

      Get one of those dicksucking machine toys, and start at 12:00 and see if you can finish before you finish. Roleplay your Swordfish hacker fantasy.

  6. 4 weeks ago
    Anonymous

    I don't even know what that is.

  7. 4 weeks ago
    Anonymous

    I'll use it as an opportunity to learn Rust.

    • 4 weeks ago
      Anonymous

      Rust. Just started a few months ago, so exercise will be welcome.

      >Which language?
      Rust. I've been on estrogen for 7 months now, I think I'm ready.

      >advent of code with rust
      >advent of crust

    • 4 weeks ago
      Anonymous

      Word of advice if you are interested.
      Learn about some basic tree/graph structures in Rust before you start or you'll get raped as soon as they become important, because you're probably used to them being relatively straightforward.
      For reference if you google how to do trees in Rust, you get an SO question where the answer is links to 2 blog posts from Rust maintainers explaining why they're a pain in the ass in Rust, instead of a code snippet.
      They're not necessarily *hard*, but it's a bit jolting if you're expecting to do a question in 15 minutes and then go to bed, and suddenly have to figure out why self-referential data structures are seemingly impossible without a bunch of objects and keywords you've never heard of.

      • 4 weeks ago
        Anonymous

        >self-referential data structures are seemingly impossible without a bunch of objects and keywords you've never heard of.
        so what's the trick?

        • 4 weeks ago
          sage

          using a real language

        • 4 weeks ago
          Anonymous

          use structures that don't store pointers, and you're gonna do fine.

          The whole trouble arises when you store pointers that referrence structures that compiler can't check, in that case either model the proper behaviour (hard) or manage referrences by hand (instead of pointers, keep indexes to arrays) or use existing data structures that solve the hard issues (BTreeMaps, HashMaps)

  8. 4 weeks ago
    Anonymous

    Python, me thinks. I'm as very simple man.

  9. 4 weeks ago
    Anonymous

    No, I actually work

  10. 4 weeks ago
    Anonymous

    i basically can only code for an hour a day which is just about enough to stay productive with my projects & work.
    If i engaged in advent of code i wouldn't get anything done all month.

  11. 4 weeks ago
    Anonymous

    Excited.
    No family visiting this year.
    >Python copy and paste plus brute forcing for the win.

  12. 4 weeks ago
    Anonymous

    I don't work on weekends

  13. 4 weeks ago
    Anonymous

    I quit my job. I'm ready.

  14. 4 weeks ago
    Anonymous

    I'll use ruby, ruby is so comfy bros

  15. 4 weeks ago
    Anonymous

    >Which language?
    Probably a mix of JS and Elixir, depending on which one I think would be more suitable for any given problem

  16. 4 weeks ago
    Anonymous

    >Which language?
    Rust. I've been on estrogen for 7 months now, I think I'm ready.

  17. 4 weeks ago
    Anonymous

    Question: do I have to upload my code, or do I give my answer only?

    • 4 weeks ago
      Anonymous

      you upload your answers
      not that anybody would give a flying fuck about your smelly pajeet tier code anyway, homosexual

      • 4 weeks ago
        Anonymous

        Somebody skipped his nap.

    • 4 weeks ago
      Anonymous

      Go to the site now and do some of the past years problems to get a feel of how it works.

  18. 4 weeks ago
    Anonymous

    """AI"" has ruined this for me like it has leetcode or anything fun related to programming

    >Inb4 it's shit it can't some something

    Yeah give it a couple of years. What's even the point anymore.

    • 4 weeks ago
      Anonymous

      well look at it this way. Someone could always just hire a programmer to solve the challange for them, or get a more experienced programmer friend to do it for them for free.
      To me its never been a "can you do it or not" challenge. Or well, rather, it IS that but you've always been able to cheat if you wanted to.
      AI really doesn't change anything in my opinion.

      Well maybe except for the speedrunning homosexuals but you aren't one of those are you?

      • 4 weeks ago
        Anonymous

        To me it was always about pushing the limits, getting better, learning new things and improving overall as a programmer. Now these things don't matter at all anymore because AI is going to take all of our jobs in like 10 years and getting good at solving programming problems is irrelevant because AI will just solve all these problems anyway.

        • 4 weeks ago
          Anonymous

          >Now these things don't matter at all anymore because AI is going to take all of our jobs in like 10 years and getting good at solving programming problems is irrelevant because AI will just solve all these problems anyway.
          Why does that matter?
          There were always other people better than you but that wasn't your excuse to not improve.

        • 4 weeks ago
          Anonymous

          >AI is going to take all of our jobs in like 10 years
          no they aren't. Shit like chatgpt are just language models. They are very good at tricking people into thinking they are smarter than they are.

          Essentially they're no different than those AIs that could detect and catagorize objects that was all the rage a few years earlier before chatGPT. Back then, while many people thought it was a breakthrough, nobody was thinking they were going to take our job.
          ChatGPT is literally no different. Its just instead of being trained on pictures of cats and being able to produce images that look like cats, they're trained on chat logs and produce chat messages that look like real chat messages.

          However neither actually knows what its doing. It doesn't understand what a cat is or make any considerations in that regard when it produces the pixels for the image, it doens't think "now im drawing the ears, now the tail, not the nose". In the same way chatGPT doesn't understand what its saying or what the code does, it PICKS other sentences its seen before that it has analyzed by its matrix of neurons to be the best response according to its training. What ChatGPT has "learned" is *grammar*, not how to code or be conscious.

          For AI to actually program by itself in the same capacity as programmers it has a long way to go. All chatGPT is currently is a better more intuitive way to google. It just searches through google results and picks whichever seems most related to your question based on its training data, it then slightly alters the sentence structure to make it as fitting as it can to the question based again on the grammar rules its learned through its training.

          • 4 weeks ago
            Anonymous

            It would be interesting to see an LLM trained on AOC puzzles / solutions

    • 4 weeks ago
      Anonymous

      AI has been about to take over all human endvours since before I was born. For reference, I was born in the 60s

      • 4 weeks ago
        Anonymous

        get your dusty ass off LULZ

  19. 4 weeks ago
    Anonymous

    My body is ready. I won't have as much time this year as others, probably gonna use Python or Go since I already have some helper functions written from previous years.
    Otherwise, OCaml and Clojure are on my list

  20. 4 weeks ago
    Anonymous

    I'm new to this and only have a a few semesters of coding in university, how well will I do?

    • 4 weeks ago
      Anonymous

      The first few days are easy. Just go as far as you can. Also as another anon ITT said, you can view past years' challenges on the site.

    • 4 weeks ago
      Anonymous

      I did the same thing. Made it about 1 week in

  21. 4 weeks ago
    Anonymous

    Any haskell chads this year?

    • 4 weeks ago
      Anonymous

      I'll try Haskell, I'm not very good with it though, I'll probably stop after a week. C++ will be my main language.

  22. 4 weeks ago
    Anonymous

    I hope a company is going to do a t shirt give away for submitting pull requests again.

  23. 4 weeks ago
    Anonymous

    Odin

  24. 4 weeks ago
    Anonymous

    [...]

    This made me laugh way harder than it fucking should've

  25. 4 weeks ago
    Anonymous

    I will try Scala or Zig

  26. 4 weeks ago
    Anonymous

    Python or F#

    • 4 weeks ago
      Anonymous

      f#

      >F#
      dead lang

      • 4 weeks ago
        Anonymous

        fr?

        • 4 weeks ago
          Anonymous

          fr fr

  27. 4 weeks ago
    Anonymous

    I might go first time, still thinking about it. Don't like to waste my time coding useless puzzles, reminds me of job interviews, where the solutions never get used IRL at the job. I'd rather do something productive instead like becoming a contributor to some open source software.

  28. 4 weeks ago
    Anonymous

    if it wasn't called Adwnent of Kode i would do i it in Erlang. but it'll be awk

  29. 4 weeks ago
    Anonymous

    C++ and JS for visualizations exported to video.

    • 4 weeks ago
      Anonymous

      >JS for visualizations exported to video
      How do you it, anon?

    • 4 weeks ago
      Anonymous

      Is this a real game

      • 4 weeks ago
        Anonymous

        Yeah it's mobile game to find egirl in china

        • 4 weeks ago
          Anonymous

          Link?

          • 4 weeks ago
            Anonymous

            https://m-apps.qoo-app.com/en-US/app/8255
            Kinda different from that post earlier but the model seems similar to this game skin event iirc

  30. 4 weeks ago
    Anonymous

    Go. However, by the time I'm done work, I only have like 4 hours left to submit an answer before the 24hrs is up. And once I get to question that take longer, or have some other obligation during the time and cant submit I lose all motivation to keep going

  31. 4 weeks ago
    Anonymous

    GOOD MORNING SIRS

  32. 4 weeks ago
    Anonymous

    I usually pick up a new language for AOC but the past couple months have been very rough for me and I've barely programmed at all. I'll probably just go with something familiar and try to have some fun.

    • 4 weeks ago
      Anonymous

      keep at it!:)

  33. 4 weeks ago
    Anonymous

    Rust. Just started a few months ago, so exercise will be welcome.

  34. 4 weeks ago
    Anonymous

    https://github.com/Bogdanp/awesome-advent-of-code

  35. 4 weeks ago
    Anonymous

    Does LULZ really need a dozen threads about AoC in the month or two before it starts?

    • 4 weeks ago
      Anonymous

      It's like how Christmas starts in October for retail

  36. 4 weeks ago
    Anonymous

    /aocg/ memes ranked by retardedness:
    1. unwashed ass
    2. showtime cancer music
    3. FUCK
    4. the dog fucker namefag
    5. retards not being able to read and then blaming eric
    6. retards coming into the threads and LARPing as non-neets who are too busy getting paid 100 bucks / hour to waste their time doing AoC
    7. retards claiming that you aren't filtered if you've spend more than 1 hour on a problem or if you've looked at other solutions
    8. code screenshots with tranime background
    9. big boys that change the rules of the problem
    10. code screenshots made with carbon without disabling window controls
    11. calendar
    12. cniles posting their shit code with fixed sized arrays, integer overflows, etc.
    13. quirky solutions (e.g. excel)

    • 4 weeks ago
      Anonymous

      Nobody's forcing you to come here. Go hang out with the friends you have in real life if you don't like /aocg/'s culture.

    • 4 weeks ago
      Anonymous

      always good pics anon

    • 4 weeks ago
      Anonymous

      I feel at home already.

  37. 4 weeks ago
    Anonymous

    I have actual work to do.

  38. 4 weeks ago
    Anonymous

    rust or javascript or c++

  39. 4 weeks ago
    Anonymous

    First time I tried I used C++
    Second time c#
    Now? Python, probably

  40. 4 weeks ago
    Anonymous

    I want to have a fuck with human women

  41. 4 weeks ago
    Anonymous

    Java (don't laugh I'm white, I never bothered to learn it and unironically seem comfy to use. First real project will be a RSS feed GUI app once AOC is over)

  42. 4 weeks ago
    Anonymous

    I might try to learn OCaml
    I figure this'll be the first year I actually try anything.
    I'll still probably filter the thread to avoid namefags and shit anime posts, but it'll be nice to have something to actually *learn* with.

  43. 4 weeks ago
    Anonymous

    I've literally never in my life had a desire to learn another language. Once i got the hang of c++ its all i've ever used. To me it seems like the most appropriate language for literally anything.

    Whats the point of learning to do the same shit in a different color?

    • 4 weeks ago
      Anonymous

      You obviously don't need to do very much with your c++ skills if you don't know why.

  44. 4 weeks ago
    Anonymous

    awk

  45. 4 weeks ago
    Anonymous

    I'll try to learn some zig with it.

  46. 4 weeks ago
    Anonymous

    rust or c++ or trying ocaml

  47. 4 weeks ago
    Anonymous

    I wanted to take the opportunity to learn a scripting (I'll take anything that supports REPL) language with a functiional style, I'm leaning towards haskell but still open to recommendations

    • 4 weeks ago
      Anonymous

      BQN

  48. 4 weeks ago
    Anonymous

    Postscript

  49. 4 weeks ago
    Anonymous

    C or Rust

  50. 4 weeks ago
    Anonymous

    Zig

  51. 4 weeks ago
    Anonymous

    f#

  52. 4 weeks ago
    Anonymous

    How do people even have time for that while having a family, full time job and household to maintain?

    • 4 weeks ago
      Anonymous

      >family
      They aren't coming this xmas
      >full time job
      Never worked a single day of my life
      >household to maintain
      I am rich. Sucks to be you.

  53. 4 weeks ago
    Anonymous

    chatgpt

    • 4 weeks ago
      Anonymous

      The funny thing is, you still won't finish or top the leaderboards. People who know what they're doing can implement a solution faster than you can figure out what question to ask gpt in the first place.

      • 4 weeks ago
        Anonymous

        doubt

        • 4 weeks ago
          Anonymous

          you're going to be hardcore fucked

  54. 4 weeks ago
    Anonymous

    this year I have decided to not post shitty carbon code screenshots

  55. 4 weeks ago
    Anonymous

    C++ probably

  56. 4 weeks ago
    Anonymous

    Feel like trying J

  57. 4 weeks ago
    Anonymous

    hello monkey
    (You) should be able to solve this
    https://open.kattis.com/problems/robotsonagrid

    • 4 weeks ago
      Anonymous

      too easy to bother

      • 4 weeks ago
        Anonymous

        https://open.kattis.com/problems/explodingkittens

        • 4 weeks ago
          Anonymous

          >Today your friends
          I don't have any
          next

  58. 4 weeks ago
    Anonymous

    Imagine being in pst and sitting down at 9pm to solve a challenge comfortably, then going to bed at 10 after you solved it
    god im so fcking jealous

Your email address will not be published. Required fields are marked *