{"id":24865516,"url":"https://github.com/kfl/adventofcode_2023","last_synced_at":"2025-03-26T18:44:46.899Z","repository":{"id":209813632,"uuid":"725006806","full_name":"kfl/adventofcode_2023","owner":"kfl","description":"Advent of Code 2023","archived":false,"fork":false,"pushed_at":"2024-01-02T15:28:35.000Z","size":529,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-31T23:59:50.881Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kfl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-11-29T08:44:56.000Z","updated_at":"2024-05-06T11:51:49.000Z","dependencies_parsed_at":"2024-01-02T14:33:43.366Z","dependency_job_id":"8b215e0c-45bb-4f20-8886-6db131f7f147","html_url":"https://github.com/kfl/adventofcode_2023","commit_stats":null,"previous_names":["kfl/adventofcode_2023"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kfl%2Fadventofcode_2023","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kfl%2Fadventofcode_2023/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kfl%2Fadventofcode_2023/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kfl%2Fadventofcode_2023/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kfl","download_url":"https://codeload.github.com/kfl/adventofcode_2023/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245717687,"owners_count":20661146,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-31T23:59:59.526Z","updated_at":"2025-03-26T18:44:46.876Z","avatar_url":"https://github.com/kfl.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Advent of Code - 2023\n=====================\n\nSome solutions for [Advent of Code, 2023](https://adventofcode.com/2023).\n\nThe current ambitions are:\n\n * Have some fun\n * Keep pace, solve both parts of the daily puzzle on the day it is\n   posted.\n * Set a time box of max 2 hours per day.\n\nOther self-imposed rules:\n\n * Leave my first solutions as they where during the event (some light\n   clean up is allowed). However, it is still allowed to _add_ alternative\n   solutions or implementations in different languages.\n * The solution for each day should be self-contained. That is, it is\n   OK to use extra packages for a given language, but I don't want to\n   make my own AoC library or framework used across all days.\n\nSee [my notes](./notes.md) for a log of reflections for the daily\npuzzles (contains spoilers).\n\nPractical setup\n---------------\n\n(Notes mostly for my future self.)\n\nUse the scripts from \u003chttps://github.com/kfl/adventofcode_utils\u003e for\nthe daily housekeeping chores.\n\nRemember to encrypt `input.txt` so that they are not put in a public\nrepository by accident. That is:\n\n  * Use [`git-crypt`](https://www.agwa.name/projects/git-crypt/) to\n    enable transparent file encryption in git.\n \n        brew install git-crypt\n        \n  * Add `aoc-gitcrypt.key` file (and add it to `.gitignore`)\n  \n  * Specify that `input.txt` files should be encrypted in the `.gitattributes` file:\n  \n    ```.bash\n    # .gitattributes\n    **/input.txt filter=git-crypt diff=git-crypt\n    ```\n    \n  * Finish setting `git-crypt` up (not sure these are needed, but I\n    once saw good thing happening when I did them):\n  \n    ```\n    git-crypt unlock ./aoc-gitcrypt.key\n    git-crypt status -f\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkfl%2Fadventofcode_2023","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkfl%2Fadventofcode_2023","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkfl%2Fadventofcode_2023/lists"}