Skip to content
View gjbauer's full-sized avatar
๐Ÿฆ€
๐Ÿฆ€

Block or report gjbauer

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
gjbauer/README.md

Hi there ๐Ÿ‘‹

I have been programming for 15 years.

  • ๐Ÿ”ญ Iโ€™m currently working on my B+Tree filesystem
  • ๐Ÿ’ฌ Ask me about Mach Ports
  • ๐Ÿ“ซ How to reach me: gabeb1277@gmail.com
  • ๐Ÿ˜„ Pronouns: he/him

Check out my Gists

๐Ÿ‘พ Profile details

My Github Stats My Most Used Languages

Pinned Loading

  1. dotfiles dotfiles Public

    Shell

  2. Porting my filesystem project to oth... Porting my filesystem project to other operating systems
    1
    # Porting my filesystem project to other operating systems
    2
    
                  
    3
    When I was taking a course on Operating Systems at my university, I visited the professor during his office hours, and he had suggested that I build a B-Tree filesystem.
    4
    
                  
    5
    So, I took his advice. I decided to build a full implementation with a block cache that is allocated dynamically based upon the available system RAM. I also wanted to take into account security measures.
  3. How to run sway using CPU accelerati... How to run sway using CPU acceleration on OpenBSD
    1
    # How to run sway using CPU acceleration on OpenBSD for systems without supported GPUs
    2
    
                  
    3
    I currently own two ARM64 machines with OpenBSD installed: a ThinkPad X13s and an M1 MacBook Air. The GPUs of both of these devices are currently unsupported on OpenBSD.
    4
    
                  
    5
    That being said, I have a preference for [sway](https://swaywm.org) as my window manager. Thus, I wanted to try to find a way to be able to run it anyways using CPU acceleration.
  4. libmsp430 libmsp430 Public

    Forked from BuLogics/libMSP430

    Fork-and-fix of the TI MSP430 Programmer library

    C

  5. mspdebug mspdebug Public

    Debugging tool for MSP430 MCUs

    C

  6. proj3-part5-journal proj3-part5-journal Public

    Implementing a journal for the filesystem

    C