Skip to content

Add recent projects and Kaggle Playground entries to the projects page - #44

Merged
Alexdruso merged 1 commit into
masterfrom
claude/portfolio-recent-projects-bw4qvb
Jul 28, 2026
Merged

Add recent projects and Kaggle Playground entries to the projects page#44
Alexdruso merged 1 commit into
masterfrom
claude/portfolio-recent-projects-bw4qvb

Conversation

@Alexdruso

Copy link
Copy Markdown
Owner

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

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
@Alexdruso
Alexdruso merged commit 25dd107 into master Jul 28, 2026
2 checks passed
@Alexdruso
Alexdruso deleted the claude/portfolio-recent-projects-bw4qvb branch July 28, 2026 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants