Skip to content
View duck-lint's full-sized avatar
🦆
always learning
🦆
always learning

Block or report duck-lint

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

I like empowering people, especially through change.

Professional experience facilitating system rollouts, user-acceptance testing, and end-user training. I gravitate towards systems, knowledge bases, and requirements analysis.

Featured projects

  • Coding Agent Harness: Portable repository for a repo-local AI coding harness that prevents common failure modes with iterative AI-assisted coding. Especially helpful for users with no formal understanding of coding language syntax.
  • Career Ledger: A local-first desktop application for managing career history, auto-tagging skills via inference markers, and generating targeted resumes based off of job postings and your actual work history. No cloud services, no accounts → all data lives in a local SQLite database on your machine.
  • Naming Convention App: Small, lightweight Windows application that bulk renames files in a directory to a standard naming convention (YYMM - LastName, FirstName - <Original_Doc_Name>).
  • PDF prep for OCR (CLI-first):
    Rotate, split spreads, render pages to images, and standardize inputs for downstream OCR.
  • OCR → Markdown pipeline:
    Repeatable OCR runs with debug artifacts and “cleaned markdown” outputs for knowledge workflows.
  • Reproducible Python bootstrap:
    Venv setup + dependency install + run logging/manifests to make scripts predictable to run and hand off.

What I optimize for

  • Robust, low bloat codebases
  • Clear, abundant documentation
  • Provenance tracing.

Tutorials/Educational Content/Project Updates

duck-lint YouTube Channel: You can find content on the things I learn about and create here.

Contact

email: duckklintt@gmail.com

Pinned Loading

  1. coding-agent-harness coding-agent-harness Public

    This harness prevents common failure modes with iterative AI-assisted coding. Especially helpful for users with no formal coding language syntax experience.

    2

  2. career_ledger career_ledger Public

    A local-first desktop application for managing career history, auto-tagging skills via inference markers, and generating targeted resumes based off of job postings and your actual work history. No …

    TypeScript 1

  3. PDF-toolkit PDF-toolkit Public

    CLI PDF prep for OCR: rotate, split spreads, render pages to images, basic cleanup.

    Python

  4. ocr-obsidian ocr-obsidian Public

    CLI OCR → cleaned Markdown pipeline for Obsidian (debug artifacts + repeatable runs).

    Python

  5. DocPrefix DocPrefix Public

    A lightweight Windows tool for bulk-renaming files by applying or updating a filename prefix.

    Python

  6. Python_init_and_bootstrap_template Python_init_and_bootstrap_template Public template

    Reproducible Python project bootstrap: venv setup, dependency install, run logging + manifests.

    PowerShell