Skip to content
View fanurs's full-sized avatar
🇲🇾
:atom:
🇲🇾
:atom:

Organizations

@autonlab @nscl-hira @MSU-AI @geriyoco

Block or report fanurs

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

💼 Current Role:
Staff Researcher at Carnegie Mellon University's Robotics Institute, focusing on applied machine learning projects in healthcare, radiation detection, and robotics.

🛠 Coding Interests:
Experienced with Python, C++, and JavaScript/TypeScript. Enthusiast of Linux and VS Code. Recently have been exploring Polars for efficient DataFrame operations and Numba for accelerating numerical computing.

🎓 Education:
Ph.D. in Nuclear Physics from Michigan State University, with research conducted at the National Superconducting Cyclotron Laboratory (NSCL), now known as the Facility for Rare Isotope Beams (FRIB).

🧠 External Brain:
I share code snippets and technical notes on my Gist page, which I frequently refer to myself:

🔗 Let's Connect:
If you're interested in collaboration or discussions about science, software, or machine learning, feel free to reach out. I'll also be attending PyCon US 2025 in Pittsburgh this May.

To avoid spam, I do not list my email publicly. You can connect with me via:


📁 About My Personal Repositories

I used to publish more personal projects here, but most of my current work involves larger collaborations that are not yet open source. I hope to share some of these projects in the near future, pending internal reviews or publication.

Pinned Loading

  1. geriyoco/vscode-image-gallery geriyoco/vscode-image-gallery Public

    A light-weighted extension that brings you the best image browsing experience in VS Code, especially for remote / cloud development.

    TypeScript 61 12

  2. To generate ssh key pair whose publi... To generate ssh key pair whose public key BASE64 encoding matches a certain substring
    1
    #!/bin/bash
    2
    # This script offers a fun way to generate an SSH key whose public key's BASE64
    3
    # encoding would end in a certain substring you specify. The script simply
    4
    # keeps trying until to find one. Because the probability distribution is
    5
    # geometric, so in practice, it is not "that bad" if you just want to match to