Jason's Blog
Docker : Tag matters and so on
The article explains Docker issues with the default latest tag and the importance of specifying exact tags when pulling images. It also covers setting up Docker mirrors for faster image downloads and provides instructions on installing Docker on CentOS, removing old versions, and configuring user permissions for Docker usage.
Git configuration
The article explains how to speed up Git uploads by using a mirror to replace GitHub URLs. It also covers viewing and reverting Git configurations and setting up a network proxy for improved performance.
Linux Troubleshooting Summary
The article covers common Linux troubleshooting issues such as system recovery, user permissions, SSH keys, remote development with VS Code, software dependencies, and package management.
How to Generate SSH-Key and Add it into SSH-Agent.
Generate a new SSH key with ssh-keygen, copy the public key, then add it to GitHub under SSH settings by pasting the key in the "Key" field.
Read more about How to Generate SSH-Key and Add it into SSH-Agent.
Something Came over when building DOCKER IMAGE
The issue is caused by insufficient root partition space for Docker. Solutions include cleaning Docker cache, moving data storage to /home, or expanding the root partition.
Read more about Something Came over when building DOCKER IMAGE
Sex-Ed Tutor: A Community-Powered Conversational Agent for LGBTQ\+ Youth Sex Education
he title and summary of a recently posted article as an overview of the article.
Notes of HyperINR: A Fast and Predictive Hypernetwork for Implicit Neural Rrpresentations via Knowledge Distillation
Shepard's interpolation algorithm, Bridson's fast Poisson Disk sampling algorithm, Gaussian Kernel Sampling method, and the HyperINR system
Monthly Reports Collection
A collection of my monthly report.
Something came over when using Gunicorn in server
The user discussed their journey of deploying an educational AI-assisted app, including issues with server settings, worker timeouts, and potential solutions like server upgrade, cache cleanup, and using gevent with Gunicorn.
Read more about Something came over when using Gunicorn in server
When node's version's been updated but my project needs a old version.
The author discusses encountering problems due to a Node version update and offers temporary and long-term solutions involving various settings in the package.json file.
Read more about When node's version's been updated but my project needs a old version.
Notes of Standford Online Course: Building Large Language Models(LLMs)
The user provided detailed notes on Stanford's online course about Building Large Language Models including course structure, architecture, training algorithm & loss, evaluation, data, and scaling laws.
Read more about Notes of Standford Online Course: Building Large Language Models(LLMs)
I've successfully deployed an own ChatGPT on website using vercel.
The user discusses deploying a GPT on a website, mentioning potential issues for users in China and the possible solution of using transit tokens.
Read more about I've successfully deployed an own ChatGPT on website using vercel.
I've successfully deployed a chatGPT on WeChat.
The user has successfully deployed a chatGPT on WeChat and tested it in private and group chat settings.
Read more about I've successfully deployed a chatGPT on WeChat.
Deploy this blog project
The user shares a detailed guide on deploying a blog website, including one-click deployment, discussion setup, source site editing, domain name binding, Github webhook actions and activating comments with Giscus.