Skip to content
View Zwysilence's full-sized avatar
πŸ™‡β€β™‚οΈ
Stay hungry. Stay foolish.
πŸ™‡β€β™‚οΈ
Stay hungry. Stay foolish.
Block or Report

Block or report Zwysilence

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
Zwysilence/README.md

πŸ‘‹ Hey man

Three Great Virtues of A Programmer: Laziness, Impatience, and Hubris

πŸ‘¨β€πŸ’» Open source work stats

Hi, I'm Silence Zhang πŸŽ‰:

πŸ™‹ I love to explore and learn about any new things. Following my passion for programming, I would like to become a software engineer and contributor in some open source communities after I graduate.

  • πŸŽ“ Get my postgraduate degree in Computer Science(High Performance Computing with Data Science) with Merit Award in the University of Edinburgh, School of Informatics, EPCC(Edinburgh Parallel Computing Centre), UK.
  • πŸŽ“ Get my undergraduate degree in Computer Science and Technology from HUST(Huazhong University of Science and Technology), China.
  • πŸ§ͺ Doing my research on Parallel and Distributed Algorithm Design and other High-Performance Computing Areas and facing the choice "make the industry transition or continue to get a PhD. degree". (Personally, I'm partial to the latter.)
  • πŸͺ Looking forward to global environmental improvement, Peace and Love, Quantum Computer, Mars exploration(& the rest of space), and next generation energy.
  • πŸ’¬ Talk with me about
    • High-Performance Computing
    • Distributed Computing & Middleware
    • Mobile Device Development
    • Full-Stack Web Development
    • Cloud Computing with data science topic
    • Solving Data structure and algorithm questions
    • or anything funny!
  • πŸ“« You can reach me with the links below

Gmail LinkedIn Twitter zwysilence.xyz Wechat

Languages I use

C C++ Rust Java Go Python

Some of the technologies I have worked with

Git GitHub Arch-Linux Mac Android AWS

Java Spring MySQL Visual Studio Code Vim IntelliJ-IDEA Qt Unity

Redis Docker PyTorch Hadoop Nginx

Some of my favorite things

Nintendo Ubisoft Epic Steam Cryptocurrency

Bilibili Movies HBO_series Netflix_series Travel Writing

Fun fact: I once solved the world's oldest question with Java

// Which came first: the chicken or the egg?
Object[] a = {'πŸ₯š', '🐣', 'πŸ₯', 'πŸ”'};
Arrays.sort(a);
System.out.println(a);

>>> { 'πŸ”', '🐣', 'πŸ₯', 'πŸ₯š' }

Welcome to ⭐ my repositories if you find them interesting, at least your star could make me stay on track and be motivated.

Pinned

  1. gradient-checkpointing gradient-checkpointing Public

    Forked from cybertronai/gradient-checkpointing

    Make huge neural nets fit in memory

    Python

  2. TFCompGraphSim TFCompGraphSim Public

    Forked from HinPeng/TFCompGraphSim

    A simulator of running tensorflow computation graph

    Python