Skip to content
View voidcoefficient's full-sized avatar

Organizations

@ThoughtWorksInc @AppGiro @GruGang

Block or report voidcoefficient

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

Passionate software engineer, started out with Windows batch scripting when I was about 8 years old. Love asian and mediterranean cuisine, jazz, and learning. I play a little bit of bass and the keyboard, but I wouldn't say I know what I am doing yet.

Void coefficient, my nickname, comes from nuclear engineering and means that I deliver positive impact even when problems bubble up. I have a suspicion that a scientist would find this funny.

Active Projects

  • hivemind: a tool targeting individuals that need highly extensible workflows for task management

Paused Projects

  • cfs (v1.0): local key-value store for shell scripts Encrypting values is a planned feature
  • periodic: operating system written in rust Paused sulfur (kernel) to learn more about kernel development first
  • gold: redis-like database made with rust Has support for HTTP requests, paused support for the redis protocol

Pinned Loading

  1. hivemind hivemind Public

    productivity tools for those who need it most

    Rust 6

  2. Component Responsability.md Component Responsability.md
    1
    ## The Problem
    2
    
                  
    3
    Adding inner margins and padding to one component should be avoided. In one screen it may make sense to do this, but as soon as other screen doesn't require that margin, the component becomes incorrect. Do not create new components with inner margins. There are a few ways to undo this. Let's first create an incorrect example:
    4
    
                  
    5
    :x: Wrong
  3. gold gold Public

    redis-like database made with rust

    Rust 8 1

  4. oxygen oxygen Public

    Rust userland compatible with GNU/Linux, *BSD, Mac and Windows systems

    Rust 2

  5. cfs cfs Public

    local key-value store for shell scripts

    Rust 3

  6. periodic periodic Public

    operating system written in rust, wip