Posts by Collection

posts_academia

posts_graphicsRendering

posts_pbRendering

posts_perception

posts_technologie

Misc01: Creating and Google Indexing GitHub Pages

less than 1 minute read

Published:

GitHub Pages

  • GitHub allows only one free hosting static page against per github account
  • developers can develop their page with HTML, CSS, and Javascript.
  • very important: for this your github account name, and newly created repository name must me the same. For example, if your github account is sample-git, then your page name must be sample-git.github.io, which later will generate url https://sample-git.github.io
  • you can not push files to your repository, upload templates, or develop manually.
  • https://jekyllthemes.io/ is an awesome repository for templates.

Overleaf01: Upgrading Overleaf Experience with Visual Studio Code and Local LaTeX IDEs

less than 1 minute read

Published:

Integration with Visual Studio Code and OpenAI (my choice)

  • Overleaf
    • Install Overleaf Worshop from Visual Studio Code Extension, more on the Overleaf Workshop github
    • Inspect » Network » Cookie or, as alternative set-cookie (copy it)
    • Open Overleaf Workshop » Login to Server » Login with Cookies » Paste the Cookie
  • Install Write Assist AI
    • go to https://platform.openai.com/api-keys and generate a new secret keyand copy it
    • In Visual Studio Code, press Ctrl + Shift+ P to open the Command Palette
    • Search Write Assist AI: Set OpenAI API Key
    • Paste the secrete key
  • Add New Server » Network » Referer (copy) »
  • Big thanks to Thiemo Fetzer’s youtube tutorial