Skip to content
View henrikvtcodes's full-sized avatar

Highlights

  • Pro

Organizations

@uvmcscrew @anraisystems @VERSO-UVM @GruGang @greenmountainrobotics @aethersh @UVMHacks2025

Block or report henrikvtcodes

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.

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

Hello, I'm henrikvtcodes

I like to make useful stuff. Also studying Computer Science. Primarily proficient in frontend/fullstack web development, but I also dabble in low level programming, system administration/homelabbing, and embedded software. My languages of choice are typically Typescript & Go, with some Nix, Rust, Python, C++, and Java sprinkled in here and there.

I am also a Programming & Control Systems mentor on FRC team 9101, Green Mountain Robotics.

Current Projects

Stats

Pinned Loading

  1. website website Public

    my portfolio website

    Astro 2

  2. tungsten tungsten Public

    Custom DNS resolver for fun and no profit

    Go 1

  3. nix-machines nix-machines Public

    configs for my servers (and mac shell environment)

    Nix 1

  4. aethersh/infra aethersh/infra Public

    Our new NixOS-based infrastructure

    Nix

  5. uvmcscrew/hackhelp uvmcscrew/hackhelp Public

    a tool to help manage permissions and help tickets at uvm's 2nd annual hackathon!

    Svelte 1

  6. rm-pve-enterprise-warning.sh rm-pve-enterprise-warning.sh
    1
    # How to remove the "you do not have an enterprise subscription" warning from proxmox
    2
    # https://dannyda.com/2020/05/17/how-to-remove-you-do-not-have-a-valid-subscription-for-this-server-from-proxmox-virtual-environment-6-1-2-proxmox-ve-6-1-2-pve-6-1-2/
    3
    
                  
    4
    sed -i.backup -z "s/res === null || res === undefined || \!res || res\n\t\t\t.data.status.toLowerCase() \!== 'active'/false/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js && systemctl restart pveproxy.service