Skip to content
View tameTNT's full-sized avatar
:electron:
In multiple states until observed
:electron:
In multiple states until observed

Block or report tameTNT

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

Greetings! Animated widely smiling face emoji

Animated programmer at a laptop

I am currently a Graduate Engineer at Riverlane, working on Quantum Error Correction (QEC).

#!/usr/bin/python


class Person:
    def __init__(self):
        self.name = "Luca Huelle"
        self.pronouns = "he/him"
        self.languages_spoken = ["en_GB", "de", "ko"]  # British English, German, Korean
        self.personal_website = "https://51.pegasib.dev"
        self.email = "wave@pegasib.dev"
        self.current_tech = {
            "Desktop OS": "Windows 11 24H2/macOS 15 Sequoia",
            "IDE Family": "JetBrains",
            "Mobile OS": "Android 12",
        }

        self.qualifications = ["BSc Natural Sciences (Computer Science & Mathematics)"]
        self.experience = [
            "Machine Learning/AI", "Python", "Full-stack Web Development", "TypeScript"
        ]

    def say_hello(self):
        print(f"Welcome to {self.name}'{'' if self.name.endswith('s') else 's'} GitHub profile!")


me = Person()
me.say_hello()

Animated bubbles rising

Pinned Loading

  1. pegasib.dev pegasib.dev Public

    Source code for pegasib.dev including the main page site and a LOONA Heardle game

    TypeScript

  2. evaluating-xai-remote-sensing evaluating-xai-remote-sensing Public

    My final year (level 3) self-proposed dissertation project undertaken at Durham University in 2024/25 covering satellite imagery, deep learning, explainable AI (xAI), and evaluation metrics for xAI…

    Jupyter Notebook

  3. ducompsoc/durhack-jury ducompsoc/durhack-jury Public

    Forked from parth23-dev/jury

    A fork of popular hackathon judging application Jury, customised for DurHack with single sign on and batch ranking.

    TypeScript 1

  4. SNU_MFDNN_assignments SNU_MFDNN_assignments Public

    My submitted assignment notebooks for Mathematical Foundations of Deep Neural Networks [M1407.001200]. Taken at Seoul National University in the Spring semester of 2024. All material credit to Erne…

    Jupyter Notebook 1

  5. COMP1101-Summative-Assessment-1 COMP1101-Summative-Assessment-1 Public

    My first full-stack (HTML, CSS, JavaScript) web development project for COMP1101 Programming (Black) Summative coursework 2021/22. Final mark of 83% from peer assessment and video demonstration.

    JavaScript