(Translated by https://www.hiragana.jp/)
Rudxain (Ricardo Fernández Serrata) · GitHub
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:

    1. A.R.T. REs, I'm expert at ⚡optimizing them 🚀; DSV (almost any dialect).
    2. AM
    3. JS
    4. TS
    5. 🦀Rs
    6. POSIX sh
    7. Bash
    8. MKSh
    9. Py
    10. HTML5
    11. CSS3
    12. Scratch
    13. SVG1
    14. BF
  • 👀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

Editor

  1. ❤Fav & fluent: hx
  2. past experience: MS VS-code/Monaco

OS

  • Using

    1. Debian Testing
    2. Android 12.0 (can't update), S One UI 4.1
  • Past experience: MS Windows {XP, 7, 8.1, 10, 11}

  • 👀Interested

    1. Nix
    2. Redox
    3. PM

Browser

Moz Firefox

Terminal

Pinned Loading

  1. ideas ideas Public

    A collection of my non-started projects

    Rust 3 1

  2. custom-emoji-inliner custom-emoji-inliner Public

    takes a table of icon URLs, and it'll replace ":emoji_id:" by its corresponding <img> within any input file

    Python 1

  3. dotfiles dotfiles Public

    Forked from mathiasbynens/dotfiles

    config & profile files

    Shell 1

  4. hello-rosetta-goldberg hello-rosetta-goldberg Public

    Over-complicated hello-world programs in multiple langs!

    JavaScript 1

  5. bin-rle.rs bin-rle.rs Public

    Trying to calculate distributive operations in logarithmic-time

    Rust

  6. One of the many ways to measure entropy One of the many ways to measure entropy
    1
    'use strict'
    2
    /**
    3
    Calculates the minimum int-num of payload bits needed to encode the given data.
    4
    It does so with a simple algorithm:
    5