Skip to content
View nhatvu148's full-sized avatar
😴
Daydreaming
😴
Daydreaming

Highlights

  • Pro

Block or report nhatvu148

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

wakatime

Hi, I'm Vu

Studied aerospace, ended up building software. Now working on AI agents, 3D visualization, and desktop apps.

use ai::{agents, mcp, rag};
use graphics::{threejs, webgl, ceetron};

#[derive(Debug, Clone, CoffeePowered)]
pub struct Vu {
    langs: Vec<&'static str>,
    building: Vec<&'static str>,
}

impl Vu {
    pub fn init() -> Self {
        Self {
            langs: vec!["TypeScript", "Python", "Rust", "C++"],
            building: vec![
                "Full-stack apps",
                "AI Agents & RAG",
                "3D/CAE visualization",
                "Tauri desktop apps",
            ],
        }
    }

    pub fn run(&self) -> Result<(), Burnout> {
        for project in &self.building {
            self.build(project)?;
            self.learn()?;
            self.coffee()?;
        }
        Ok(())
    }
}

fn main() -> Result<(), Burnout> {
    Vu::init().run()
}

Things I play with

TypeScript   Python   Rust   C++   React   Angular   PostgreSQL   MongoDB   Redis   Docker  

This week

WakaTime Activity


nhatvu148.dev

Pinned Loading

  1. video-transcriber-mcp video-transcriber-mcp Public

    MCP server for transcribing videos from 1000+ platforms (YouTube, Vimeo, TikTok, Twitter, etc.) using Whisper

    TypeScript

  2. video-transcriber-mcp-rs video-transcriber-mcp-rs Public

    High-performance MCP server for transcribing videos from 1000+ platforms using whisper.cpp

    Rust 2

  3. cpp-rag-embed cpp-rag-embed Public

    A C++ application embedding Python code that leverages OpenAI’s API for Retrieval-Augmented Generation (RAG). Enables secure, high-performance AI in a standalone .exe, without exposing Python sourc…

    Python 1

  4. vinadevs/VinaText vinadevs/VinaText Public

    A lightweight text editor and file explorer for Windows users. Available at softpedia: https://www.softpedia.com/get/PORTABLE-SOFTWARE/Office/Suites-editors/VinaText.shtml

    C++ 36 2

  5. vscode-jupiter vscode-jupiter Public

    TypeScript 1

  6. flight-tracker flight-tracker Public

    Flight Tracker

    JavaScript