Skip to content
View farhaduneci's full-sized avatar
๐Ÿ“š
Learning
๐Ÿ“š
Learning

Block or report farhaduneci

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

Hello, World! ๐ŸŒ

Iโ€™m Farhad, a tech enthusiast, an open-source advocate, and a software engineering athirst. I enjoy coding in Python and building efficient systems. Currently, I'm learning how NNs, LLMs, and AI work.

Letโ€™s connect and create something amazing together! ๐Ÿš€

LinkedIn

Pinned Loading

  1. MacOS run sudo with Touch ID MacOS run sudo with Touch ID
    1
    # Authenticate with Touch ID
    2
    
                  
    3
    By default running sudo commands is done via entering your password. If you would rather use your fingerprint to authenticate you must modify your `sudo` configuration.
    4
    
                  
    5
    ### MacOS Sonoma (14) and Later
  2. VS Code Python Snippets VS Code Python Snippets
    1
    {
    2
        "Print to Console": {
    3
            "prefix": "print",
    4
            "body": [
    5
                "print(${1:message})"