SlopScupper
00 crowd

signal-processing-with-alexturing

Interactive Greek-language study companion for the K21 Communication Systems course (UoA DI, 4th semester). Next.js 15 + MDX + KaTeX + Supabase comment system + gamification (orchard, collectibles).
Open repo on GitHub Open the demogithub.com/AlexTuring010/signal-processing-with-alexturing
TypeScript · ★ 3 · 1 forks · MIT · paperwork by the Cap'mmostly ai (inferred)light human (inferred)works-on-my-machine (inferred)web-app
listed 8 hours ago by AlexTuring010 · last checked 50 minutes ago
The owner didn't write this. This repo never submitted itself. The Cap'm found it on a truffle trawl and wrote its paperwork from what GitHub already shows. Picked by hand by the Cap'm on 2026-09-11: an interactive Greek-language study site for a university signal-processing course, which its owner calls an experiment in "collaborative authoring with Claude Code". 3 stars; MIT license. The owner did not submit this. Votes count; awards don't until the owner claims it.

I'm not calling your project slop! Geeze, it's a joke... Do you own this repo?

Log in with GitHub as AlexTuring010. There's no account to make: SlopScupper only asks GitHub who you are (read:user), never sees your code, and keeps just your id, login and avatar. Then you can:

  • Keep it, on your terms. Commit your own slopscore.md (spec) and press Refresh. Your paperwork replaces the Cap'm's, and you can submit it for Slop of the Day.
  • Take it down. One click on Remove. It stays gone; the trawl never brings it back.

Log in with GitHub

Can't log in as the owner? Request a takedown. No login needed, and a trawled listing comes down right away.

GitHub says
Interactive Greek-language study companion for the K21 Communication Systems course (UoA DI, 4th semester). Next.js 15 + MDX + KaTeX + Supabase comment system + gamification (orchard, collectibles).
website
https://signal-processing-with-alexturing.vercel.app
topics
d3jseducational-websitekatexmdxnextjssignal-processingsupabasetailwindcsstypescriptuniversity-project
created
2026-05-04 · pushed 2 weeks ago · 846 commits · 1 contributor
languages
TypeScript 60%MDX 39%JavaScript 1%CSS 0%PLpgSQL 0%MATLAB 0%
paperwork
licensereadme 42% health
dependencies
no dependency graph (no manifest, or disabled) · OSV.dev, checked 8 hours ago

Disclosures, inferred by the Cap'm

slopbucket
vibe-coded
category
web-app
ai_generated
mostly
human_touch
light
status
works-on-my-machine
language (detected)
cssjavascriptmatlabmdxplpgsqltypescript
topic (detected)
d3jseducational-websitekatexmdxnextjssignal-processingsupabasetailwindcsstypescriptuniversity-project
license (detected)
mit

The Cap'm's log

The Cap'm wrote this paperwork, not the owner. This repo never submitted itself to SlopScore. The Cap'm picked it by hand: an interactive Greek-language study site for a university signal-processing course, which its owner calls an experiment in "collaborative authoring with Claude Code". It carries the MIT license. The disclosures above are his best guess from what GitHub shows.

Is this yours? Commit a real slopscore.md and press Refresh to replace this, or remove the listing in one click. There's no account to make: you log in with GitHub.

README — the repo's own words, folded up so the grading fits on one screen

signal-processing-with-alexturing

An interactive study companion for the K21 — Communication Systems course at the University of Athens (Department of Informatics & Telecommunications, 4th semester). Built to help my Greek-speaking classmates understand the material rather than memorize it.

Live: signal-processing-with-alexturing.vercel.app

The site is in Greek because its audience is. This README is in English for anyone landing on the repo from outside the course.

What's on the site

  • Long-form lessons in MDX, structured around the course syllabus. Each section has its own pedagogical plan in plans/ that gets handed to Claude Code one at a time for incremental drafting.
  • Interactive math — KaTeX-rendered equations, <Eq id="…" /> for named formulas you can cross-reference, sliders and Canvas/SVG demos for signal-shaping intuition.
  • Comment system on every section — Supabase-backed, magic-link or Google sign-in. Authors can edit/delete their own posts within 10 minutes; moderator role for the rest. Includes a special is_claude_reply flag for assistant-authored replies (moderator-gated).
  • Practice hub with past exam problems indexed by topic.
  • Formula sheet as an interactive page rather than a PDF.
  • Gamification — an "orchard" with trees that produce apples for engagement, plus per-section collectible skins. The most recent commits in the repo's history are working through Phase 5 of the collectibles roll-out.

Sibling project — algorithms class

This repo also hosts an algorithms-class version of the site on the algorithms-class-version branch, deployed in parallel to the signal-processing build. Same Next.js + MDX + Supabase stack, same /comments-review loop, same pedagogical structure — different course content (BFS/DFS, sorting, graph algorithms, etc.).

Live: algorithms-club-hub.vercel.app — this branch, this repo, maintained by me.

The story

Stelios forked this repo and started building out an algorithms-class version at algorithms-with-steliosrotas for one of our other classes. I started contributing improvements back to his repo via pull requests, but as those PRs have been slow to merge, I now also keep my own parallel deploy on the algorithms-class-version branch in this repo — so the site at the link above always reflects my latest contributions, even while the upstream PRs are still pending review.

If you want the canonical upstream version, see Stelios's repo. If you want my latest additions live, use the link above.

Stack

  • Next.js 15 (App Router) · TypeScript · React 19
  • Tailwind CSS with CSS variables for theming
  • MDX content with remark-math + rehype-katex
  • D3.js for data-driven visualizations; Canvas/SVG for simple animations
  • Zustand + localStorage for client-side state (theme, progress, bookmarks)
  • Supabase (Postgres + Auth + RLS) for comments, replies, profiles, leaderboard
  • Vercel auto-deploys from main

Repository layout

app/                Next.js App Router
  (content)/        All study content, grouped under one route group
  practice/         Exam-problem hub
  formulas/         Interactive formula sheet
  sign-in/, profile/, auth/...    Supabase auth flows
  page.tsx          Landing
components/
  layout/           Header, Sidebar, Theme toggle, TOC
  content/          Callout, Example, LabBox, Recap, NextUp, ExamProblem
  math/             KaTeX wrappers
  viz/              Interactive visualizations
content/sections.ts Single source of truth for nav
lib/                Stores, storage utilities, signal helpers, Supabase clients
plans/              Per-section pedagogical plans
supabase/migrations Postgres schema + RLS policies
scripts/review/     Moderator workflow CLI — list-pending, reply, resolve

Built with Claude Code — and the /comments-review skill

The whole site is an experiment in collaborative authoring with Claude Code. I write the pedagogical plans in plans/ one section at a time, hand each plan to Claude as the input for a focused drafting session, and review/edit the resulting MDX before it ships. The site grew section-by-section this way, not in one big push.

The most interesting piece is the closed loop with my readers:

classmate spots an error or confusion          /comments-review skill
   in a section                                                │
        │                                                      │
        ▼                                                      ▼
   posts a comment            ──── stored in Supabase ────▶  fetches pending
   (magic-link auth, free text)                              comments by section
                                                              │
                                                              ▼
                                                       analyzes against
                                                       the source MDX
                                                              │
                                                              ▼
                                                       proposes site changes
                                                       (typo fix, clarification,
                                                        new example, …)
                                                              │
                                                              ▼
                                                       I review + accept
                                                              │
                                                              ▼
                                                       comment marked resolved
                                                       with the diff that
                                                       addressed it

The skill that runs this is invoked as /comments-review from Claude Code. Under the hood it uses the same moderator endpoints that npm run comments:list / comments:reply / comments:resolve expose, but instead of replying to the comment, it reads the comment, reads the relevant section's MDX, and proposes the edit that resolves the underlying issue. The original commenter then sees the change shipped on the site, not just a reply text.

This is the part of the site I'm proudest of architecturally. The moderation pipeline is the same one is_claude_reply toggles in the Supabase schema — Claude's edits are first-class citizens, not bolted on.

Project artefacts (the "how" of the work)

  • CLAUDE.md — the hard rules for working on the site (audience definition, tech stack, naming conventions, pedagogy non-negotiables)
  • COMMITMENTS.md — what the site promises its users; the bar everything new must clear
  • plans/ — per-section pedagogical plans, written by me, consumed by Claude one at a time

The disciplined-process-as-document pattern is the same one from ai-class-hw2 — works well for projects with a long surface area and a single human author.

Develop

npm install
npm run dev                  # http://localhost:3000
npm run build                # production build
npm run typecheck            # tsc --noEmit
npm run lint                 # ESLint
npm run comments:list        # moderator workflow (needs Supabase env vars in .env.local)

Supabase env vars (see .env.local.example) are needed for the comment system; otherwise the site runs read-only just fine.

License

MIT — applies to my own code in this repo. Past-exam content under past_exams/ and lecture-slide content under slides/ are course material and retain their original copyright.

Read the rest on GitHub

Scan report · 2026-09-11
  • Prohibited terms or links
  • Repository eligibility
  • slopscore.md paperwork
  • Content policy
  • Risk review

0 comments

log in to comment.

report this listinglog in to report