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 StatsMy Most Used Languages

Pinned Loading

  1. dotfilesdotfilesPublic

    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. proj3-part6-multithreadingproj3-part6-multithreadingPublic

    Adding multithreading to the filesystem

    C

  5. libmsp430libmsp430Public

    Forked from BuLogics/libMSP430

    Fork-and-fix of the TI MSP430 Programmer library

    C

  6. mspdebugmspdebugPublic

    Debugging tool for MSP430 MCUs

    C