Add recent projects and Kaggle Playground entries to the projects page - #44
Merged
Merged
Conversation
The projects list had not been touched since 2023. This adds eight entries covering the work since then, all sourced from the repositories themselves: - The five Kaggle Playground Series competitions in data-science-stuff that carry real work (S6E4, S6E5, S6E6, S6E7, plus a grouped card for the 2025 season), including the 12th-of-2,817 finish on S6E6. - The data-science-stuff monorepo itself, as the shared toolkit those competitions import. - The implicit-neural-representations example that backs the study note of the same name. - This site, which was never listed. S6E1 is left out: it contains a README scaffold and no code. Also make the render order deterministic. The page sorted by year alone, and Ruby's sort is not stable, so entries sharing a year landed in an arbitrary (in practice, reversed) order. Reversing around the sort makes the page follow the reverse-chronological order the data file is written in. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WiHiLZzme4pz8HK6NpNXQW
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The projects list had not been touched since 2023. This adds eight entries
covering the work since then, all sourced from the repositories themselves:
carry real work (S6E4, S6E5, S6E6, S6E7, plus a grouped card for the 2025
season), including the 12th-of-2,817 finish on S6E6.
competitions import.
the same name.
S6E1 is left out: it contains a README scaffold and no code.
Also make the render order deterministic. The page sorted by year alone, and
Ruby's sort is not stable, so entries sharing a year landed in an arbitrary
(in practice, reversed) order. Reversing around the sort makes the page follow
the reverse-chronological order the data file is written in.
Co-Authored-By: Claude Opus 5 noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_01WiHiLZzme4pz8HK6NpNXQW