02loveslollipop Systems / Data / Security

02Labs

02Labs is my portfolio for systems engineering, data work, security experiments, and technical writeups.

Introduction

Hi, I'm 02loveslollipop. 02Labs is my personal portfolio and lab, where I share projects, writeups, and experiments across systems engineering, data, security, and the other technical areas I like to explore deeply.

Focus (Or lack thereof)

I love lot's of things as you will see in my projects and blog. I think the best way to understand the world is by building, but something shouldn't be built just for the sake of building. I like to build things that are interesting, that solve problems, or that are just fun to me. But also I don't like to be superficial in what I learn whatever the topic is, for me that's a way to show respect to that thing and to myself.

Ch0wn3rs

Co-founder & Infrastructure lead— ch0wn3rs.ninja

Elite cybersecurity CTF team. I manage the core infrastructure: web apps, CTF platforms, workshops, and instances.

Colombia #1 World #19 475.656 pts

2026 Top 5 CTF Performances

Overall rating place: 19 — 475.656 pts

CTFtime profile
Rank pts Place Event CTF pts
80.371 24 DiceCTF 2026 Quals 2,072
80.232 19 TAMUctf 2026 2,018
54.712 52 DawgCTF 2026 9,910
49.158 5 BlueHens CTF 2026 4,050
42.437 36 UMDCTF 2026 1,915

Blog

Writeups, notes, and long-form breakdowns.

All posts
May 9, 2026

BTSctf 2026: Monkeintel Misc challenge

If LSB, why not LSB shaped?

May 1, 2026

Daily AlpacaHack: Permission Denied 2 Writeup

At this point I don't know what to put here part 2

Apr 30, 2026

Daily AlpacaHack: Permission Denied Writeup

At this point I don't know what to put here.

Apr 25, 2026

Blue Hens CTF 2026: 2Blue2Hen Writeup

Locating a player in a Minecraft world using bottom bedrock patterns.

OpenCROW

OpenCROW is an offensive-workflow workstation bootstrap for Codex agents that provisions a dedicated Conda environment, installs native and Python tooling for pwn, reversing, cryptography, and protocol analysis, and syncs vendored skills into ~/.codex/skills for tighter, domain-specific agent routing. It is designed to reduce setup friction during CTFs and security research by giving both the user and the agent a reproducible, modular, ready-to-use environment.

  • Modular toolbox design with separated crypto, pwn, reversing, network, and async workflow skills
  • Bootstrap installer for Conda-based CTF environments on Ubuntu and Debian systems
  • Integrated native tooling for exploitation, debugging, symbolic execution, disassembly, and analysis
  • Vendored Codex skills for persistent SSH, TCP, SageMath, and Minecraft-based challenge workflows
BashPythonCodex SkillsAgentsCybersecurity

MiPedido

MiPedido delivers a seamless ordering experience by unifying client, vendor, and administrator interfaces into a single ecosystem. With real‑time notifications via WebSockets, containerized backend services, and dedicated mobile/web applications, it makes managing group orders and advance purchases effortless and efficient for businesses and their customers.

Node.jsDockerWebSocketsCron JobsMobile Apps

Discord GPT Chat Bot

DiscordGPTChatBot is a lightweight Python Discord bot that leverages OpenAI’s GPT‑3.5 with customizable system roles, giving server owners full control over the personality and responses of the AI. Configure behavior in a simple YAML file, run the included scripts, and watch as GPT‑powered conversations come to life in your Discord channels—with queueing, TTS options and easy deployment baked in.

PythonDiscord APIOpenAI GPT-3.5YAMLTTS

Bad Apple ESP32 Utilities

A clever suite of tools designed for retro-style ESP32 tech demos. Feed it a video and it slices the footage into frames, applies delta encoding and RLE compression, and outputs a bundled C array ready to be flashed directly onto an ESP32. While the original CodeMaker utilized a sequential Cython implementation, the Composite evolution features a modular, parallelized architecture running on Numba (CPU) and CuPy (CUDA GPU) resulting in exponentially faster encoding speeds, and adds native audio support.

  • Modular architecture with CPU (Numba) and GPU (CuPy) acceleration
  • Parallelized video encoding maintaining delta and RLE compression
  • Included Composite ESP32 player with experimental audio
PythonNumbaCuPyESP32C/C++CUDA

LoRa L298N Tank Controller

LoRa‑L298N‑TankController is a hobbyist IoT platform for remotely piloting a tank‑style rover via LoRa radios. ESP‑based controllers drive an L298N H‑bridge while encrypted commands and telemetry flow through Redis streams and a modular microservice backend hosted in Docker‑containers on AWS. It’s ideal for experimenting with low‑bandwidth long‑range control, real‑time media relay and distributed telemetry.

C/C++PythonLoRaRedis StreamsWebSocketDockerAWS