Skip to content
View alt-glitch's full-sized avatar
πŸ‘¨β€πŸ’»
looking at a screen
πŸ‘¨β€πŸ’»
looking at a screen
Block or Report

Block or report alt-glitch

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

Hello There!

I'm Siddharth. A hacker turned builder.

  • πŸ’» Currently building Nous
  • ✍🏽 I maintain a newsletter where I post about my journey building things in public.
  • πŸ“± You can reach me at X, LinkedIn or Discord (glitchglitchglitch).

Pinned

  1. julep-ai/julep julep-ai/julep Public

    Open source platform for building AI apps

    Python 21

  2. NousHQ/extension NousHQ/extension Public

    JavaScript 9 1

  3. NousHQ/nous-revamp NousHQ/nous-revamp Public

    TypeScript 1

  4. nelk-z nelk-z Public

    Elastic Stack to index Network Scans for easy searchability and tracking

    Shell 1

  5. SDR-101 SDR-101 Public

    A repository for everything you need to get started with Software-Defined Radio + My own SDR Presentations I've used for an SDR-101 session which should be helpful for anyone to get started with SDR

    2

  6. Sample script to query crt.sh for ce... Sample script to query crt.sh for certificate transparency log data.
    1
    import psycopg2
    2
    
                  
    3
    
                  
    4
    class CertificateTransparencyLog:
    5
        def __init__(self, base) -> None: