Skip to content
View ssskay's full-sized avatar
❄️
Cold and coding
❄️
Cold and coding

Block or report ssskay

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ssskay/README.md

Hi, I'm Sara 👋

she/her · Site Reliability Engineer @ IBM (HashiCorp) · tool gremlin 🐹

I build systems that keep running when nobody's watching — that's the day job (observability platform, IBM/HashiCorp) and, it turns out, it's also what I do for fun. Scrapers that survive a flaky upstream. Pipelines that ship the same number today they shipped yesterday. Retry logic that treats a busy server as weather, not failure.

I'd rather spend a weekend building the thing than an afternoon hunting for one that almost fits — usually with a coding agent riding shotgun on the frontend so I can focus on the data underneath.

🔗 LinkedIn · Substack · sarakay.me


⭐ Stuff I've built

🗓️ Open-data pipelines

I forked a scraping engine that already works and pointed it at information that didn't have one yet.

An automated, open-data release calendar for licensed English manga, manhwa, manhua & webtoons.

Under the hood: a scraper fleet against 15+ publisher sites, running unattended on a daily GitHub Actions schedule, normalizing wildly inconsistent upstream formats into a single stable dataset. The full corpus ships as CSV — a public data contract, so anyone's agents can build on it. An extensive fork of LNRelease's light-novel calendar (MIT).

Repo: github.com/mangarelease/mangarelease.github.io


🤖 Agentic tools

Claude Code skills adapted from real problems I've encountered, nicely packaged for anyone to use.

A patient Wayback Machine archiver for macOS. It treats a busy Internet Archive as weather rather than failure, and retries until your pages are actually preserved. You can tell it to archive the websites related to the things you love most, and walk away.

Under the hood: the whole design problem is telling a transient failure from a permanent one. Backoff, resumable state, and idempotent retries against an upstream that rate-limits you for existing. pipx install internet-historian for the non-agent version.

Finds people from underrepresented groups who are missing from English Wikipedia, then fact-checks every claim into a research dossier. The AI does the detective work; a human writes every sentence of the article. No API keys needed.

Turns your order emails into structured purchase data your agents can use: sort purchases by project, track spending in categories that match how you actually think, stop re-buying things you already own.

Under the hood: deliberately local-first and read-only. Your mail never leaves your machine and the tool cannot write to your inbox — the boundary is the feature.


🎁 Free stuff engines

A school-agnostic engine for an agent-maintained catalog of free student and alum perks. Searchable list, campus map, weekly automated link checker so the catalog doesn't quietly rot. Fork it for your school!

The Dartmouth reference build. I started making this site freshman year and thanks to agents, now future freshmen can actually find everything the school already pays for.


🖥️→🍎 Desktop pet rescue

I adopt cute Windows-only desktop apps and give them a second life on macOS. The original developers did the hard, lovely work — I do the porting, the Mac-specific bug hunts, and the extra bonus features. Every fix goes back upstream.

Port of gitChara-dot's Yaha-Pet (MIT). Usagi, Hachiware & Chiikawa roam your desktop, squeak when grabbed, and live in your Dock. Fixed a crash and an animation bug along the way — offered upstream.

Port of CookieElmo's Desktop Chiikawa, the wellness-reminder pet from itch.io — rebuilt on the native Godot runtime with wandering, petting, snacks, and kaomoji speech added. It tells you to drink water. It remembers where you left it.


🔧 Currently into

SRE / observability · agentic AI side projects · Chiikawa · wooden pins & anime · charity making with [Gremlin Goods](«link or drop»)

Code is a medium of self-expression. I just express mine in gremlin.

Pinned Loading

  1. inbox-catalog inbox-catalog Public

    Local-first, read-only engine that turns order emails into structured context your AI agents can use — what you own, in your own categories. IMAP or Google Takeout; ships a synthetic demo.

    Python

  2. internet-historian internet-historian Public

    Quietly preserve the web things you love, forever — a patient Internet-Archive-only web archiver for macOS, with a Claude Code skill. Built to save ちいかわ (Chiikawa) pages.

    Python

  3. wiki-gap-finder wiki-gap-finder Public

    Finds people missing from English Wikipedia and fact-checks every claim into a research dossier — the AI never writes the article, a human does.

    Python

  4. digital-wellness-through-data digital-wellness-through-data Public

    TypeScript

  5. freestuff-template freestuff-template Public template

    School-agnostic engine for an agent-maintained free-stuff catalog. Use this template to launch one for your school.

    Astro

  6. Yaha-Pet Yaha-Pet Public

    🐰 Chiikawa desktop pets for macOS — Usagi, Hachiware & Chiikawa roam your Mac desktop. Native Mac port of gitChara-dot/Yaha-Pet (Apple Silicon & Intel)

    Python