Skip to content
View koad's full-sized avatar

Organizations

@Canada-eCoin

Block or report koad

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
koad/README.md

Hi there πŸ‘‹

Keybase PGP

Chat with me on keybase or find me in the matrix

πŸ€” Consider the following...

πŸ”­ Cypherpunk

A cypherpunk is any individual advocating widespread use of strong cryptography and privacy-enhancing technologies as a route to social and political change.

A Cypherpunk's Manifesto

🌱 Optimist

An optimist's motto is "Friend of Youth" and "Bringing Out the Best in Youth, in our Communities, and in Ourselves."

The Optimist Creed

πŸ’¬ King of all Data

A king of all data is an individual who reaches a certain level of mastery in the art of organizing his digital creations; off and on-line.

kingofalldata.com


BEGIN KEYBASE SALTPACK SIGNED MESSAGE. kXR7VktZdyH7rvq v5weRa0zkVLF9u3 p5OjMDVxNEwriCo qoL4kKjfDrdZqjK FTlqvHscRKxHsUM diXSxFF1JpLVgR4 Ms7u4II94ER6aLs D3dljGbKO6xNtha QpQdivhMs2xNa8p 5Ib7al08L3381ne W0BjszEnwb1HYRc ChxwAQ4w5KNC5Mp a419MBtGqyGdQSs Jr52lLl9FMUzvuj PCeylOgs9ysFvVL fTIM35t1TxAbk5S 0gEa5WyQCqTgwjJ RT039C6WacGJto2 HvGaD8. END KEYBASE SALTPACK SIGNED MESSAGE.

Pinned Loading

  1. io io Public

    this is the beginning of the end

    JavaScript 5

  2. discordjs-cheatsheet.js discordjs-cheatsheet.js
    1
    //  Discord all events!
    2
    //  A quick and dirty fleshing out of the discord.js event listeners  (not tested at all!)
    3
    //     listed here -> https://discord.js.org/#/docs/main/stable/class/Client
    4
    //  Learn from this, do not just copy it mofo!
    5
    //
  3. A structured condensation prompt des... A structured condensation prompt designed to transform an AI conversation into a machine-parseable JSON object. It extracts dense, high-detail summaries, tags, and actionable insights suitable for agent workflows, local knowledge bases, or developer tools. Fields like context, actions, risk_level, and code_refs ensure the result is directly usable in automation pipelines, Chrome extensions, or daemon logs. Prioritizes precision, minimal verbosity, and agent-readability.
    1
    Condense the above conversation into a JSON object with the following fields:
    2
    
                  
    3
    - "context": A short, descriptive title summarizing the main topic.
    4
    - "condensed": A bullet-point list containing dense, high-detail, word-efficient summaries of all key insights, technical changes, or instructions discussed. Maximize clarity and completeness while minimizing unnecessary words.
    5
    - "endpoint": The name of the AI agent generating this response.
  4. keybase.md keybase.md
    1
    
                  
    2
    ### Keybase proof
    3
    
                  
    4
    I hereby claim:
    5
    
                  
  5. ~/.config/starship.toml ~/.config/starship.toml
    1
    #  Saved to -> https://gist.github.com/koad/733ca120bc7f0ca44ebd2e96d658b177
    2
    #  Last Updated -> July 5th, 2023
    3
    #
    4
    #                koad-was-here  
    5
    #
  6. This script scans Meteor application... This script scans Meteor applications for deprecated functions and patterns that need to be updated for Meteor 3.0 compatibility. It provides detailed reports with file locations, line numbers, and migration advice.
    1
    #!/bin/bash
    2
    #
    3
    # ===================================================================
    4
    # Meteor 3.0 Migration Analysis Script
    5
    # ===================================================================