Skip to content
View TachLaif's full-sized avatar
πŸ’­
When your program works immediately, you did something wrong
πŸ’­
When your program works immediately, you did something wrong
Block or Report

Block or report TachLaif

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
TachLaif/README.md
________                   __       __       __  ______           
|        \                 |  \     |  \     |  \/      \          
 \β–“β–“β–“β–“β–“β–“β–“β–“ ______   _______| β–“β–“____ | β–“β–“      \β–“β–“  β–“β–“β–“β–“β–“β–“\ ______  
   | β–“β–“   /      \ /       \ β–“β–“    \| β–“β–“     |  \ β–“β–“_  \β–“β–“/      \ 
   | β–“β–“  |  β–“β–“β–“β–“β–“β–“\  β–“β–“β–“β–“β–“β–“β–“ β–“β–“β–“β–“β–“β–“β–“\ β–“β–“     | β–“β–“ β–“β–“ \   |  β–“β–“β–“β–“β–“β–“\
   | β–“β–“  | β–“β–“    β–“β–“ β–“β–“     | β–“β–“  | β–“β–“ β–“β–“     | β–“β–“ β–“β–“β–“β–“   | β–“β–“    β–“β–“
   | β–“β–“  | β–“β–“β–“β–“β–“β–“β–“β–“ β–“β–“_____| β–“β–“  | β–“β–“ β–“β–“_____| β–“β–“ β–“β–“     | β–“β–“β–“β–“β–“β–“β–“β–“
   | β–“β–“   \β–“β–“     \\β–“β–“     \ β–“β–“  | β–“β–“ β–“β–“     \ β–“β–“ β–“β–“      \β–“β–“     \
    \β–“β–“    \β–“β–“β–“β–“β–“β–“β–“ \β–“β–“β–“β–“β–“β–“β–“\β–“β–“   \β–“β–“\β–“β–“β–“β–“β–“β–“β–“β–“\β–“β–“\β–“β–“       \β–“β–“β–“β–“β–“β–“β–“

Hi,

I'm TechLife (he/him), 19-year old hobby coder from Germany.

Technologies I am interested in:

  • Artificial Intelligence / Machine Learning
  • Facial Recognition
  • Robotics
  • Malware
  • Cyber Security

I'm currently working on:

  • Journalist Scamscrape
  • Making and Cracking Enigma
  • VirusVanguard
  • Internet-Mapping
  • Sudoku Solver

I'm currently learning:

  • C++

What I want to learn:

  • CTF stuff
  • Lua (maybe)

Programming Languages and Tools I use:


About me:1

class TechLife:
    def __init__(self):
        self.name = 'TechLife'
        self.age = 18
        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 = [NULL,                   # E-Mail (comming soon (maybe (tm)))
                        'TechLife@techlife',    # Discord
                        '@_Tech4Life_']         # 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')

I'm currently playing:

Way too much

  1. Disclaimer ↩

Pinned Loading

  1. wahl-o-selfie-v1 wahl-o-selfie-v1 Public

    Wahl-O-Selfie v1 is using a self-trained machine learning model which categorizes human faces into (german) political partys similar to "Wahl-O-Mat".

    Python

  2. wahl-o-selfie-v2 wahl-o-selfie-v2 Public

    Wahl-O-Selfie v2 is using facial recognition to categorize human faces into (german) political partys similar to "Wahl-O-Mat".

    Python 1

  3. Bank-graph-for-Hypixel-Skyblock Bank-graph-for-Hypixel-Skyblock Public

    Bank graph for Hypixel Skyblock is a small program which I wrote to get the bank account balance of my coop SkyBlock world and print it to a graph to visualize our progress.

    Python 1

  4. Discord-bot-for-SkyBlock-graph Discord-bot-for-SkyBlock-graph Public

    Optional program which uses my Bank graph for Hypixel Skyblock program and connects it to a Discord bot which sends the graph to you when you type a command.

    Python 1