Skip to content
View farhaduneci's full-sized avatar
📚
Learning
📚
Learning

Block or report farhaduneci

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})"