Skip to content
View DateMasamune2000's full-sized avatar

Block or report DateMasamune2000

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

Featured projects

  • irc\_server: An IRC server that uses non-blocking I/O (with select) instead of threads for multiplexing.
  • agent: An AI agent powered by Google's Gemini language model
  • webserver: Serves local files over HTTP, with customizable routes. Uses read/write to read files quickly with less overhead.
  • diofs: Read-only filesystem using FUSE that supports creating custom directories.
  • getanime: Gets a list of upcoming anime using a JSON API, and saves the list into a MariaDB (MySQL) database.
  • diostring: String library that does away with the null terminator in favour of tracking string size.

My Setup

  • Two laptops:
    • Void Linux (glibc) with i3 on X11 (X.org implementation)
    • MacOS Tahoe with Aerospace
  • bash shell (and zsh on Mac) with vi keybinds
  • nvim with minimal plugins (plus vi for small edits) on both systems

Pinned Loading

  1. webserver webserver Public

    Web server in C

    C

  2. irc_server irc_server Public

    chat program

    C

  3. dios dios Public

    Raspberry Pi 2 operating system with command shell

    C

  4. agent agent Public

    Python

  5. diofs diofs Public

    Basic userspace filesystem

    C 1

  6. diozip diozip Public

    RLE compression/decompression programs

    C