Skip to content
View amadalusia's full-sized avatar
😨
Don't Hug Me! I'm Portuguese
😨
Don't Hug Me! I'm Portuguese
  • Lisbon, Portugal

Block or report amadalusia

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

amadalusia - github contributions only on github. [see me on codeberg!](https://codeberg.org/amadaluzia)

the portuguese dev

class Amadalusia:
    def __init__(self) -> None:
        self.IN_DOUBT = False
        self.favourite_color = "\x1b[31;41m"
        self.favourite_languages = ["Python", "Nix"]
        self.favourite_hobbyist_languages = ["C", "Zig", "Rust", "TypeScript"]
        self.distro = "NixOS"
        pass

    def __str__(self):
        return f"""
            Hey there, I am Artur Manuel. I am a developer in training living in Portugal.
            I love {self.favourite_languages[0]} and {self.favourite_languages[1]},
            but I also use {self.favourite_hobbyist_languages[0]} and
            {len(self.favourite_hobbyist_languages) - 1} other languages from time to time.
        """

Please read BALKENIX.md for more information.

Pinned Loading

  1. frozen-pond frozen-pond Public

    My current NixOS dotfiles.

    Nix

  2. pankomacs pankomacs Public

    opinionated opinionated emacs configuration

    Nix

  3. whyfetch whyfetch Public

    a fetch supposed to make you ask "why"

    Python