I'm Benjamin (he/him) and I'm a 19-year old hobby coder from Germany who is currently studying computer science.
- Artificial Intelligence / Machine Learning
- Facial Recognition
- Robotics
- Malware
- Cyber Security
- My bachelor degree
- NULL
- C# / C++
- CTF stuff
- Lua (maybe)
- probably Rust
class BenjaminHupf:
def __init__(self):
self.name = 'Benjamin Hupf'
self.age = 19
self.country = 'Germany'
self.hobbies = ['Programming', # duh
'Reading', # mostly Sci-Fi novels
'Graphic design',
'Space', # so much space...need to see it all
'Playing video games']
self.contact = ['benjamin.hupf@proton.me', # E-Mail
'@BenjaminHupf'] # Twitter
self.computer = setComputer(cpu = 'Ryzen 9 5900x',
gpu = 'GeForce RTX 3090',
ram = 'DDR 4 32 GB 3200 MHz')
self.openForHire = False
def drinkCoffee():
print('*slurp')