Skip to content
View fata1error404's full-sized avatar

Block or report fata1error404

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

Hi, welcome!

I am Ivan, a Computer Vision researcher and full-stack web developer from Moscow, Russia , studying at Tsinghua University in Beijing, China .

┌──┤ MAIN ├─────────▰▰▰
│
├─■ Graduate CS student
├─■ Interested in: Computer Vision,
│   Computer Graphics, Deep Learning
├─■ I am mostly available at Telegram
│
└───────────────────────────────▰▰▰
      
──┤ A LITTLE MORE ABOUT ME.. ├─────────▰▰▰

#include <iostream>
using namespace std;

class Fata1error404
{
public:
    string pronouns = "he | him";
    string bachelor = "Moscow Institute of Physics and Technology";
    string master = "Tsinghua University";
    string role = "Computer Vision Researcher";
    string languagesSpoken[3] = {"ru_RU", "en_US", "zh_CN"};

    void sayHi() const
    {
        cout << "Thanks for dropping by, hope you find some of my work interesting." << endl;
    }
};

int main()
{
    Fata1error404 me;
    me.sayHi();
}
Working at the Graphics & Geometric Computing Group on physics-based 3D reconstruction.

   ___   _      _______               ~  ~  ~
  [(_)] |=|    | [◉¯]  |  ~~~~~   ~  ~/ \__
   '-`  |_|    |_______|           __/     \___
  /mmm/  /         |/                           \__
        |__________|
      

Open-source projects

Project Description
EmojiNotion 🔍 A web-based text editor with semantic emoji search and prediction engine, natively supporting an unlimited number of custom and animated emojis, crawled and captioned automatically via a multimodal retrieval pipeline, and rendered as normal inline text characters.
Terrain Engine ⛰️ A terrain engine for real-time 3D rendering of terrain, skybox, water, and advanced effects like lighting, shadows, weather, and dynamic waves, with support for free camera movement.
Distributed Data Center 💾 A distributed data center system managing both structured (relational tables) and unstructured (text, images, videos) data.
Taxi ride sharing service 🚖 A representation of a real taxi ride sharing service concept built on microservices architecture.

C++ Python Docker JavaScript Node.js MongoDB LaTeX HTML CSS Linux

github contribution grid snake animation

Pinned Loading

  1. tsinghua-web-information-retrieval tsinghua-web-information-retrieval Public

    EmojiNotion – project for CBMI 2025 conference

    HTML 14

  2. ride-sharing-service ride-sharing-service Public

    Microservices architecture

    HTML

  3. tsinghua-computer-graphics tsinghua-computer-graphics Public

    Terrain Engine – project for Fundamentals of Computer Graphics course (2025 Spring Tsinghua)

    C++

  4. tsinghua-distributed-database-systems tsinghua-distributed-database-systems Public

    Distributed Data Center – project for Distrubuted Database Systems course (2024 Fall Tsinghua)

    HTML