Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View renangrothe's full-sized avatar
🎯
Focusing
🎯
Focusing
  • SP - BR

Highlights

  • Pro

Block or report renangrothe

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

Typing SVG


CS student @ UFSCar  ·  Your Average Linux enjoyer  ·  nvim zealot  ·  recovering emacs user


NAME
      renangrothe — cs student, kernel gremlin, color theorist by accident

SYNOPSIS
      renangrothe [--arch] [--nvim] [low-level | machine-learning | both]

DESCRIPTION
      Operates somewhere between gdb(1) and gradient descent.
      Writes C to understand what Python is hiding. Trains neural
      networks to understand what pixels are hiding. Reads Linux
      scheduler changelogs for fun. Plays four instruments. Use
      with caution.

      Currently researching kernel internals and modern scheduling
      algorithms @ UFSCar. Graduation ETA: 2027.
      (kernel bugs may cause delays.)

FLAGS
      --arch        I use Arch, btw
      --nvim        :wq is muscle memory. so is :q!
      --low-level   reaches for C before Python
      --ml          but will also train a net to colorize the past
      --music       guitar · bass · viola · piano  (not simultaneously. yet.)

DEPENDENCIES
      Machine Learning: PyTorch, TensorFlow, OpenCV, NumPy
      Full-Stack & Web: Java, Typescript, PHP, Next.js, SQL (PostgreSQL/MySQL)
      Infrastructure:   Linux, Docker, AWS, GCP, CI/CD      

SEE ALSO
      colorize(repo), lua-http-client(repo), snake-bfs(repo), stats(below)

the contradiction, shipped as two repos

🎨 colorize

Deep learning + computer vision. I feed grayscale images to a neural network and it hallucinates the colors back into existence. Sometimes it's right. Sometimes it's better.

python pytorch deep-learning computer-vision

🔌 lua-http-client

A raw HTTP/TCP client in Lua, built from scratch — manual header parsing, chunked transfer, file downloads, zero shortcuts.

lua tcp/ip networking protocols


$ ls ~/projects (selected)

project what it actually is
📂 filesystem-c a working filesystem implementation in C — because ext4 wasn't homework enough
🐍 snake-ai BFS-powered snake that solves itself. it's probably better than you.
🔒 [logistics-platform] billing + logistics system for waste-collection companies, w/ Cora Bank API integration. real client, real scale, private repo.
🛠️ automation & scraping the usual crimes against bash and the open web

outside /proc

$ while true; do
>   play guitar bass viola piano       # not all at once. yet.
>   edit video --tool="DaVinci Resolve" && render motion-graphics --engine="Blender"
>   read linux-kernel-changelog        # voluntarily. at 2am.
>   lead university-initiatives
>   sleep 2h                           # approximately
> done

GitHub Stats    Streak Top Languages)


"The good thing about standards is that there are so many to choose from." - Andrew S. Tanenbaum

UFSCar-So · São Paulo, BR  ·  open to weird problems and weirder collaborations

Pinned Loading

  1. http-client http-client Public

    Cliente TCP minimalista em Lua, construído com lua-socket para o protocolo HTTP/1.1. Implementa requisições GET de baixo nível, análise de headers, listagem interativa de arquivos (raiz), download …

    Lua

  2. ConwaysGameofLife ConwaysGameofLife Public

    This project is a basic implementation of Conway's Game of Life, utilizing only the C Standard Libraries and providing a very rudimentary display in the terminal. Furthermore, the initial grid is r…

    C

  3. snake-bfs snake-bfs Public

    🐍 Autonomous Snake game solved with BFS pathfinding, written in C.

    C 1

  4. UFSKernel UFSKernel Public

    Forked from renanmatulianes/UFSKernel

    Núcleo do sistema operacional.

    Makefile