www.fgks.org   »   [go: up one dir, main page]

Skip to content
View antoinesylvia's full-sized avatar
Block or Report

Block or report antoinesylvia

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

banner Hanging out at the National Videogame Museum in Frisco, Texas.


My Github Projects

  • GPT-4 with Vision Analyzer - CLI utility built with Python which leverages OpenAI's GPT-4 with Vision to get information for your images. I wanted to play around with the new Vision feature that came out of the OpenAI developer day: Vision

  • Adblock Load Balancer - Tool to forward raw DNS requests to the PiHole/Adguard with the least load (2+ required). Built for home LAN usage, my agents run on gen 1 Raspberry Pi units which I wanted to make use of as a summer project for 2023. Components here include: Agents script (pushes server usage stats where PiHole/Adguard is installed), Metrics script (collects real-time server usage information from agents) and Load Balancer main script (uses data pulled from metrics to make a decision): load_balancer

  • Lego Train Powered Up Automation - Leverages Pybricks firmware, Lego Distance and Color Sensor, and Bluetooth! I have 2 Projects, 1 leverages hub-to-hub communication to enable 2 locomotives to work together utilizing a beta firmware. A 3rd project coming this summer (2023) will utilize a Raspberry Pi, Pi Build Hat for Lego and Remote. Demo links are included from my TikTok. This is a project built to support my kids Hotwheels track.

    Lego Train Powered Up Automation - Project 1 Lego Train Powered Up Automation - Outdoor Test Lego Train Powered Up Automation - Project 2

  • Kubernetes Cluster - My K3 cluster featuring many Raspberry Pis (bought used before the price explosion), Nvidia Nanos, and old x86/64 Thinkpads (collected over the years). The idea here is to scale out my self-hosted web apps (mostly from the Awesome Self Hosted list on GitHub), learn more about distributed computing, and implement GitOps (repo config holding the desired state). I share my computing resources with people I mentor and my friends who are security engineers.

    Kubernetes Cluster Hardware Info Kubernetes Cluster Network

  • Cloud Security Posture Management (CSPM) - Originally forked from Palo Alto under MIT. Built scripts for a CSPM tool called Prisma Cloud. Added in the ability to do custom RBAC and user onboarding at scale (1000s of users and 1000s of projects) which wasn't native in 2020 and much more (compliance reports, alerts reports, backups, etc.). Forked but base project has about 2 scripts remaining out of the 50 I've added. Code structure is meant to be generic so users can plug in their own unique identifiers/parameters.

    CSPM


Stats

My GitHub stats Top Langs

About Me

Boston

  • 👉 I am originally from the Boston Area (city of Brockton), Celtics and Patriots fan! I miss summer in New England but not definitely not the winter.

  • 💻 What made me get into IT? When I was a kid, my Dad (Engineer) was always tinkering with electronics, building and coding things on the weekend (back in the DOS days). This sparked my curiosity, when I got to elementary school age, I began building and taking things apart to see how they worked, breaking my Mom's computer (hardware/software) a gazillion times, last one I can recall was an old Compaq Presario desktop that came with a Encarta 95 and Jet Moto CD. I eventually landed in a space where I became the defacto help desk computer guy for my family, friends and neighbors for a range of issues (to this day). Here's a quick link to the building of my homelab/office: https://imgur.com/a/iyYBpIc

  • 👷 Career Path: IBM [IT Architect -> Security Consultant] -> Sabre [Security Analyst -> Security Architect/Engineer] -> Activision Blizzard [Security Engineer]

  • 🧐 Interested in helping others, mentoring and successfully prepping people for tech roles/interviews (IBM, Southwest, Citi, LinkedIn and more!). I also mentored youth over the course of several years in the Big Brother Big Sister program here in the Dallas area. I like helping people and paying it forward.

  • 🌱 Currently learning more Python, Ansible, Kubernetes, Terraform and ML/AI.

  • ❤️ Self-hosting software (helped me pivot into cybersecurity easier, attain certs quickly through lessons learned over the years in my homelab and importance of data privacy). My curated list: https://github.com/antoinesylvia/Autoplex-Cluster/tree/main/general_apps_info

  • 🎮 Retro gamer and collector (classic consoles/handhelds (70s to early 2000s)).

  • ❤️ My kids got me back into the world of diecast racing and Lego building.

  • 🏀 I am 6'8", but don't play basketball for my job (my most FAQ when I'm out) but I still get some time in when I take my kids to the playground! Still dunking.

banner0

Pinned Loading

  1. dfw_metroplex_vision_gpt dfw_metroplex_vision_gpt Public

    CLI utility built with Python which leverages OpenAI's GPT-4 with Vision to get information for your images.

    Python 2

  2. dfw_metroplex_poweredup_train dfw_metroplex_poweredup_train Public

    Lego train automation leveraging Pybricks and a Lego Color & Distance Sensor.

    Python 1

  3. adblock_load_balancer adblock_load_balancer Public

    Tool to forward raw DNS requests to the PiHole/Adguard servers based on least load.

    Python

  4. Autoplex-Cluster Autoplex-Cluster Public

    Repo is for a bare metal Kubernetes (k3s) multi-arch cluster, comprised of old Thinkpad laptops, Raspberry Pis (2, 3B, B+, 4, 400, Compute Module 4) and Jetson Nanos (with the possibility of extend…

    4 1

  5. pc-toolbox pc-toolbox Public archive

    Forked from jdrieger/pc-toolbox

    This Palo fork specializes in GCP (48 scripts), only 2 helper scripts remain from the base project (now retired over a year ago). Code is heavily commented to not only remember what I was doing but…

    Python 2 3