Skip to content
View massimodipaolo's full-sized avatar

Block or report massimodipaolo

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

Hi there πŸ‘‹

import developer as me
from skills import machine_learning, ai, python, database, csharp
import coffee
import keyboard
from datetime import time
import random

def start_workday():
    me.consume(coffee.espresso()) β˜•
    me.open_ide() πŸ’»
    me.crack_knuckles() πŸ‘

def write_code():
    if random.choice([True, False]):
        me.use_skill(python) 🐍
        print("Indentation is life! πŸš€")
    else:
        me.use_skill(csharp) #️⃣
        print("Semicolons everywhere! πŸ˜…")

def tackle_ml_problem():
    me.use_skill(machine_learning) πŸ€–
    me.use_skill(ai) 🧠
    print("Is this AI or just a bunch of if-statements? πŸ€”")

def wrestle_with_database():
    me.use_skill(database) πŸ—ƒοΈ
    print("SELECT * FROM problems WHERE solution IS NOT NULL πŸ”")

def end_workday():
    me.save_progress() πŸ’Ύ
    me.close_ide() πŸ”Œ
    me.stretch() 🧘

while time.now() < time(17, 0):  # 5 PM ⏰
    start_workday()
    for _ in range(100):
        write_code()
        if keyboard.is_pressed('ctrl+c'):
            print("Copy-paste from Stack Overflow complete! πŸ“‹βœ…")
        if random.random() < 0.1:
            tackle_ml_problem()
        if random.random() < 0.2:
            wrestle_with_database()
    end_workday()

print("Another day, another bug squashed (or created)! πŸ›πŸ’ͺ")

Popular repositories Loading

  1. ws-core ws-core Public archive

    @websolutespa backend modules.

    C# 6 3

  2. docker-swarm-nfs docker-swarm-nfs Public

    Setup docker swarm using nfs driver

    2

  3. AdventOfCode AdventOfCode Public

    AdventOfCode

    C#

  4. awesome-public-datasets awesome-public-datasets Public

    Forked from awesomedata/awesome-public-datasets

    A topic-centric list of HQ open datasets. PR β˜›β˜›β˜›

  5. My.Extensions.Localization.Json My.Extensions.Localization.Json Public

    Forked from hishamco/My.Extensions.Localization.Json

    JSON Localization Resources

    C#

  6. posh-build posh-build Public

    Forked from JeremySkinner/posh-build

    Powershell based build tools for the dotnet CLI.

    PowerShell