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)
🇨🇭 - Schwiizertüütsch
🇩🇪 - Deutsch
🇬🇧 - English
- 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