Skip to content
View glfmn's full-sized avatar
💼
Find me on codeberg
💼
Find me on codeberg

Organizations

@HackFSU @ACM-SIGGRAPH-FSU @fsu-ciscor
Block or Report

Block or report glfmn

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

I have moved!

All of my repositories here are in the process of being migrated in protest of Github Copilot.

While many of the early changes after the Microsoft acquisition were positive, GitHub has started going down the road to enshittification: no more searching code when not logged in, everything seems generally more gated and closed off, github copilot is advertised on my code. I still make the occassional open source contribution through here though since many projects only exist on github nowadays, but most of my code is either archived on codeberg.org/glfmn or hosted elsewhere.

I'm greatful to everything github has done for me, but it's no longer the place it was in 2015.

Pinned

  1. glitter glitter Public

    Display git status information in your shell prompt

    Rust 51 2

  2. pre-commit Test Automation Script pre-commit Test Automation Script
    1
    #!/usr/bin/env sh
    2
    # pre-commit.sh
    3
    
                  
    4
    # Colors
    5
    RED='\033[1;31m'