Skip to content
View TheFirstRandom's full-sized avatar
🌏
println!("Hello World!");
🌏
println!("Hello World!");
  • Switzerland
  • 10:44 (UTC +02:00)

Block or report TheFirstRandom

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

Sticker Hello world and welcome on my GitHub!


/etc/passwd - About me

Me in a json document:

import json
import datetime

if datetime.date.today() >= datetime.date(2025, 4, 8):
    employment = {
        "apprenticeship": {
            "profession": "information technologist",
            "specialization": "platform engineering",
        },
        "vocational baccalaureate": True
    }
else:
    employment = "statutory education"

about_me = {
    "alias": "TheFirstRandom",
    "country": "Switzerland",
    "employment": employment,
}

with open("me.json", "w") as file:
    json.dump(about_me, file)

/usr - My Toolchain

Python PyCharm Jupyter Rust RustRover GitHub Zsh Docker Static Badge Markdown Git Discord

I use Static Badge btw.


/etc/default/locale - Languages I'm speaking

🇨🇭 - Schwiizertüütsch

🇩🇪 - Deutsch

🇬🇧 - English


plane

Popular repositories Loading

  1. photosort photosort Public

    Sorts your images into annual directories according to their capture date.

    Python 1

  2. SeamlessCoopUpdater SeamlessCoopUpdater Public

    Search for a new release of the SeamlessCoop mod by LukeYui and install it.

    Python

  3. open-interpreter open-interpreter Public

    Forked from openinterpreter/open-interpreter

    A natural language interface for computers

    Python

  4. TheFirstRandom TheFirstRandom Public

    My dotfiles

  5. sysnote sysnote Public

    A stupidly small and simple config manager.

    Python