Skip to content
View TheFirstRandom's full-sized avatar
🌏
print("Hello World!")
🌏
print("Hello World!")
  • Switzerland
  • 03:08 (UTC +01: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 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
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 GitHub Zsh Markdown Git Codeium Discord


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

🇨🇭 - Schwiizertüütsch

🇩🇪 - Deutsch

🇬🇧 - English


~/checklist.txt - What I want to do in the further future

  • Make own LFS build
  • Build own pc
  • Setup own proxmox homelab
  • Create a PR for the linux kernel
  • Code own AI/LLM model
  • Setup own network with smarthome integration
  • Get rid of Windows

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