Skip to content
View Rudxain's full-sized avatar

Organizations

@Rick-Lang @Universal-Debloater-Alliance @Cincinnatus-Institute-of-Craftsmanship

Block or report Rudxain

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

Me

Personal

  • Working on CIC "Proyecto Transformación Digital"
  • Might consider leaving GH, for many reasons
  • If I contribute to any of your repos, I hope you do the same for me and/or other people :)

Repos

  • I'll delete any fork that has 0 "Yours"(from my POV) branches. Therefore, links to such forks may become broken (not dead, because it's not permanent).
    • I may delete "Yours" branches if their corresponding pull-request is merged/closed.
  • I may delete any of my Gists without warning. The most likely reason is due to moving its contents to an actual repo.

Langs

  • ❤Faves

  • 🧠Expertise: This takes into account my knowledge of the lang (and everything directly related to it), and my experience making useful, efficient, and correct/safe software in it. This is subject to D.K., I'll try my best to list in an accurate order. The list is non-exhaustive, as it focuses on specialization/fluency:

    1. A.R.T. REs. I've even catched an implementation bug (non-compliant with the Java spec) 🗿
    2. AM
    3. JS
    4. TS
    5. 🦀Rs
    6. POSIX sh (implies basic Bash and MirBSD Korn shell)
    7. HTML5
    8. GLSL v3.0 Fragment Shaders
    9. BF
  • Past experience. The list is biased and non-exhaustive, as it only has langs that are "wildly different" to the ones listed above, for the sake of complement:

    1. Scratch
    2. Google AppSheet
    3. Geometry Dash Editor 2.2
  • 👀Interested

    1. 💾Assembly
    2. Bend & Kind, because of HVM
    3. 🕊Ada
      • It statically-checks ranges at the type-system level! something that Pkl does, but Rs and TS don't:
      -- 32bit target arch
      type Integer is range -(2 ** 31) .. +(2 ** 31 - 1);
      -- I love this so much that
      -- I hate Py and Rs in comparison 😭
    4. (Common Lisp)
    5. Hylo
    6. Eff
    7. 🧿 Pipefish. I've found it when searching langs with 1st class support for "rollbacks" (undo internal side-effects)

Editor

  1. ❤Fav & fluent: hx
  2. Expertise (secondary): MS VS-code/Monaco

OS

  • Using

    1. Debian Testing
    2. Android 14
  • Past experience: MS Windows {XP, 7, 8.1, 10, 11}

  • 👀Interested

    1. Nix
    2. Redox
    3. PM

Browser

Moz Firefox

Terminal

Other tools

Pinned Loading

  1. Rudxain.github.io Rudxain.github.io Public

    My GHP domain

    HTML 2

  2. ideas ideas Public

    A collection of my non-started projects

    Rust 4 1

  3. dotfiles dotfiles Public

    Forked from mathiasbynens/dotfiles

    My config & profile files

    Shell 1

  4. uBO-rules uBO-rules Public

    uBlock-Origin rule-set boilerplates for admins and regular users (including me)

    Adblock Filter List

  5. .github .github Public

  6. bin-rle.rs bin-rle.rs Public

    Trying to calculate distributive operations in logarithmic-time

    Rust