Skip to content
View dominickm's full-sized avatar

Block or report dominickm

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

Pinned Loading

  1. dokku_cleanup.sh dokku_cleanup.sh
    1
    #!/usr/bin/env bash
    2
    set -euo pipefail
    3
    
                  
    4
    echo "== Disk usage (filesystem) =="
    5
    df -h
  2. TheMadBotterINC/dredger-iot TheMadBotterINC/dredger-iot Public

    Ruby GPIO/I2C hardware integration for embedded Linux — pluggable sensor drivers, BeagleBone pin mapping, libgpiod and i2c-dev backends. In production.

    Ruby 6

  3. TheMadBotterINC/PG-Lake-Make TheMadBotterINC/PG-Lake-Make Public

    Turn PostgreSQL into a lakehouse. Query Parquet on S3-compatible storage through Postgres using DuckDB, backed by MinIO or SeaweedFS.

    Shell 12

  4. TheMadBotterINC/csv_to_parquet TheMadBotterINC/csv_to_parquet Public

    Fast CSV to Parquet converter in C, built on DuckDB, with automatic type inference.

    C