Skip to content

Instantly share code, notes, and snippets.

@tabrez
tabrez / fstab
Created December 3, 2023 06:15
fstab entries to mount samba and nfs shares
//192.168.2.133/smb /home/tabrez/smb cifs credentials=/home/tabrez/smb_creds,guest,file_mode=0644,dir_mode=0755,uid=1000,gid=1000 0 0
192.168.2.133:/mnt/truenas/nfs /home/tabrez/nfs nfs defaults,timeo=800,retrans=5,_netdev 0 0
@tabrez
tabrez / requirements.txt
Created December 9, 2023 05:47
Basic requirements.txt for Python projects
ipython
ipykernel
jupyter
ipywidgets
ruff-lsp
@tabrez
tabrez / vs-code.md
Created December 9, 2023 05:55
My VS Code setup
  • Download and install VS Code

  • Install VS Code extensions:

    VS Code extensions

    wget https://gitlab.com/tabrez/kinoite-setup/-/raw/main/install/install_vscode_extensions.sh?ref_type=heads -O install-vscode-extensions.sh
    bash install-vscode-extensions.sh
@tabrez
tabrez / BeginnerWritingCourse.md
Last active November 6, 2025 09:52
ChatGPT vs SolveIT

(ChatGPT + GPT-5) Vs. (SolveIT + Claude Sonnet)

Prompt

I have never written a single fictional story in my life, we weren't taught such things in schools in my country. Most writing courses and books seem to be targeted for people who have already written some fiction or are at least native speakers of English or did creative writing in school, even the ones that are addressed for beginner writers. Can you create a mini course that is suitable for absolute beginners based on how creative writing is taught in schools in western countries(etc. Cambridge school board curriculum or oxford or something similar.) Give me step by step tasks to get started.

SolveIt response

Welcome! I'm excited to help you start your creative writing journey. It's wonderful that you're taking this step, and I promise we'll build everything from the ground up.