Git Product home page Git Product logo

dfm's Introduction

Skills

  • Familiar with YAML (GitHub Action Engineer), Scala, Rust, TypeScript, React, Ruby, C++ (17), Nix, OCaml and Lua
Click to view

My highlight projects

(Scala/Chisel/Nix) chipsalliance/t1

I am an active maintainer for performance analyze, compile toolchain, build system, CI/CD infrastructure of the chipsalliance/t1 project. I've also made the Bert AI model rans on t1.

I was an active maintainer for Arch Linux RISC-V distro. Fixing plenty bugs when porting packages to rv64gc.

(Rust) tg-maid

A telegram bot that was used as my Rust skill playground. I applied all my skill I had learned into this project.

(Rust) deepl-rs

A Rust DeepL API wrapper, another Rust skill playground.

(TypeScript & Ruby) uptime-collector

This is a lightweight CPU usage collector, using React as frontend and Ruby as backend.

(Lua) nvim

A structure and super fast neovim configuration that purely made with Lua. I made so many optimization and customization to exploit the speed from LuaJIT.

LLVM

Below is my contributions to LLVM.


Besides, I am also an active open source contributors: my GitHub PRs.

Work Experience

  • PLCT Lab (2021.12 - 2023.04): packages building, testing and analysis of the Arch Linux RISC-V distro.
  • PLCT Lab (2023.04 - Now): MLIR RVV Dialect team.

Self Promotion

dfm's People

Contributors

avimitin avatar

Watchers

 avatar

dfm's Issues

The implementation of the whole project

This issue discuss and try different implementation of the dfm project.

Target

It's more than a dotfile manager. I want it to be a tiny simple build system.

  1. A file to provide information, and it should be easy to read and easy to maintain.
  2. The information file should contains user-side hook, like post-install, to have customized setup.
  3. Cli program should be robust, reusable, maintainable. And there is no speed requirement, I just need a friendly and high level language.

Possible design

Backend

  • Deno + typescript?: To many dependency and compatibility issues to resolve. Also bad for cross multiplatform.
  • Rust?
  • Bash: To hard to implement, to hard to maintain and find bug.

Information File

  • Bash?
  • Lua?: bad syntax, lot's of difference between versions.
  • JavaScript?: It is not a good IDEA to bring the whole V8 engine into a dotfile manager
  • KDL?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.