Skip to content
View larkindom's full-sized avatar
  • NYC
  • Joined Jun 15, 2026

Block or report larkindom

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
larkindom/README.md

Technical Product Manager in NYC with 6+ years building user-driven digital products, specializing in private capital markets and real estate proptech.

A few things I've built recently:

Product Status Dashboard — a stakeholder-facing dashboard for product status at a glance: key metrics (MAU, MRR, churn, NPS) with trend charts, active projects as a release-stage kanban board, and open action items sorted by due date. Check it out!

PRD to Prototype — a tool that takes a written product requirements doc (PRD) and generates a clickable HTML prototype from it, closing the gap between "what we spec'd" and "what it should feel like" without waiting on a design or engineering cycle.

Kindle Morning Digest — a cloud automation that scrapes my RSS feeds + paywalled sources every morning, extracts clean article text, and emails a single EPUB "newspaper" to my Kindle. Runs free on GitHub Actions.

Daily Product Lesson — a local automation that emails me one product-management lesson every morning: a written takeaway plus a few verbatim key quotes, pulled at random from my shelf of product books. Multi-format (PDF/EPUB/MOBI) text extraction, a quote-fidelity validator that fails the build on any non-verbatim quote, and launchd scheduling.

LLM Building & Training Primer — a single-page, click-through primer distilled from a Stanford CS229 guest lecture on how ChatGPT-like models are actually built: the pretraining objective, tokenization, data pipelines, scaling laws, and post-training (SFT/RLHF/DPO), with two live in-browser demos (next-token sampling and byte-pair tokenization). Explore the Primer!

FIRE Calculator — an interactive tool that maps every flavor of Financial Independence / Retire Early (Coast, Lean, regular, Fat) from your savings rate and portfolio mix. Dependency-free, fully client-side. Try it out!

Popular repositories Loading

  1. larkindom larkindom Public

    Profile

    1

  2. Fire-Calc Fire-Calc Public

    Interactive FIRE calculator — Coast, Lean, regular & Fat FIRE from your savings rate and portfolio mix. Dependency-free, client-side.

    HTML

  3. RSSforKindle RSSforKindle Public

    Scrapes your RSS + paywalled sources each morning and emails a single EPUB digest to your Kindle. Runs free on GitHub Actions.

    Python

  4. ProductLessonDaily ProductLessonDaily Public

    Daily Product Lesson Email Distribution

    Python

  5. PRDtoPrototype PRDtoPrototype Public

    PRD to Prototype Tool

    Python

  6. feedparser feedparser Public

    Forked from kurtmckee/feedparser

    Parse feeds in Python

    Python