Skip to content
View DbonesDev's full-sized avatar

Highlights

  • Pro

Block or report DbonesDev

Report abuse

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

Report abuse
DbonesDev/README.md
Dbones Logo

Hello, I'm Dbones.

Lead Developer @ ADP.
Building @ArcaSchoolProject as a side project.

Eternal Student & Bare Metal Enthusiast.

"Fides et Ratio."





💾 1. The Nostalgia (Since 1999)

I started coding in the era of Visual Basic 6 and ASP, and I miss the Golden Age of Computing.

I miss when software came in boxes, manuals were thick, and deployment meant copying a compiled binary. I miss the raw honesty of the code and the silence of offline mode.

My goal is to capture that spirit of discovery and ownership using modern tools.

"It's not about the hardware; it's about the mindset."

🔬 2. The Scientific Roots

My passion for Bare Metal and AI isn't new; it's rooted in my academic background.

  • C++ & Qt Era: I spent years as a Project Lead at PRAV (UFRGS), developing real-time video streaming systems for Smart Surgical Rooms using C++ and Qt. Dealing with raw pointers and video buffers taught me the cost of every CPU cycle.
  • Remote Sensing: During my Master's Degree, I researched Pattern Recognition and Remote Sensing. The math I used back then to process satellite imagery is the foundation of the Tensors I manipulate today in AI.

💀 3. The Philosophy: Memento Mori

I am an eternal student. In a field where frameworks die every year, I choose to study what remains.

  • The Engineer's Code: I seek to apply rigorous Software Engineering principles to Data Science. Notebooks are for sketching; production requires architecture.
  • Bare Metal: I prefer Rust because it brings the safety that C++ lacked, without losing the ability to touch the iron.
  • Memento Mori: Code rots. Systems fail. I strive to build software with the humility of knowing that simplicity is the only thing that survives time.

🛠️ 4. The Workbench

I build robust systems combining Enterprise Data Engineering with Bare Metal performance.

Domain Tools of Choice
The Iron (Backend) Rust Axum Tokio
The View (Frontend) HTMX Askama (Server-Side Rendering FTW)
The Data (Enterprise) Apache Spark Databricks Delta Lake
The Brain (AI/Agents) LLMs RAG LangChain Neuro-symbolic
The Soul Vim Linux Mathematics

🔭 Current Quest

I am currently pouring my efforts into my side project, the Arca Platform, while deepening my understanding of generative AI mechanics.

  • 🧠 Deconstructing AI: Reading "Build a Large Language Model (From Scratch)" and re-implementing the core architecture (Self-Attention, GPT) entirely in Rust. No magic, just tensors.
  • 🏗️ Building: An "Essay-to-Learn" LMS engine for Arca using the H.A.T. Stack.
  • 🌱 Studying: Ancient Rhetoric & Rust Macros.


Coding like it's 1999.

Popular repositories Loading

  1. DbonesDev DbonesDev Public

  2. spec-machine spec-machine Public archive

    Ambiguity reduction engine for AI-driven development

    Rust

  3. devlog-arca-school devlog-arca-school Public

    HTML

  4. backend-api-with-playwright backend-api-with-playwright Public

    API REST para a Baozi Store, uma loja de pão chinês.

    Java