this post was submitted on 30 Nov 2023
220 points (97.8% liked)

Programming

16992 readers
286 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
 

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/

you are viewing a single comment's thread
view the rest of the comments
[โ€“] hazelnoot@beehaw.org 8 points 9 months ago (2 children)

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.

[โ€“] Anders429@programming.dev 5 points 9 months ago (1 children)

I thought problem inputs were randomized for each user?

[โ€“] hazelnoot@beehaw.org 6 points 9 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.

[โ€“] Faresh@lemmy.ml 2 points 9 months ago (1 children)

I'm sorry, I think I'm missing something. What's wrong about sharing the inputs? I thought the only thing problematic was to release a solution before the leader-board is full.

[โ€“] hazelnoot@beehaw.org 1 points 9 months ago

In the past, people have stolen the problems to use in their own challenges, coding tutorials, and even commercial projects. The author has asked people to keep their inputs out of git or anywhere publicly searchable.