Skip to content
View sandeshbhusal's full-sized avatar
💭
Learning
💭
Learning

Highlights

  • Pro

Block or report sandeshbhusal

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
sandeshbhusal/README.md
Hi there 👋

I am Sandesh Bhusal

I am an aspiring systems engineer currently working @NXLog. I do Rust professionally and Go and Python on my side prototypes and. Here are some pinned projects:

  1. Competitive Programming workshop This repo contains the code samples for if you attended the Competitive programming workshop I was a speaker of

  2. Blockenger This repo contains the code for blockenger - a blockchain-based LAN messaging application written in C++.

  3. Iris This repo contains the code for Iris - our project at AT hackathon that enables differently-abled people to use their computers with their eyes only! (Featuring a mouse control module, a hacky keyboard written in Tk and some basic haar-cascade based eye detection)

  4. Kampan This repo contains the code for Kampan - an educational application that teaches kids about earthquakes and what to do in case of one. It also doubles as an information dissemination center and alerting system in case one occurs.

I do most work in Go and Rust these days, but Python is always my choice of language to prototype new things. Hit me up if you have any exciting project for me!

I also have an alternate account 0x0decaf where I do most dev work these days (and mostly fail to push). You can also find me on https://sandeshbhusal.github.io or https://uniform-lima.pages.dev.

Pinned Loading

  1. CPWorkshop CPWorkshop Public

    Competitive programming workshop

    C++ 6 1

  2. crabby-dns crabby-dns Public

    A not-so-crappy DNS server to run locally. Works like a pihole to block ads, trackers and more.

    Rust 2

  3. Hulaak Hulaak Public

    Hulaak is a framework to move data and messages around (made for personal use)

    Rust 1

  4. Simple actor framework definition in... Simple actor framework definition in Rust
    1
    use std::{
    2
        future::Future,
    3
        io::{Error, Read, Write},
    4
        net::UdpSocket,
    5
    };
  5. JSONParser JSONParser Public

    A very simple Json Parser I built while tinkering. Not for production. Tested on large json ~85MBps parsing on a M3 Mac single core.

    Rust