Skip to content
wwwinsights_logo

Insights into World Wide Web

My Humble Thoughts about Web Dev and Website Reviews

wwwinsights_logo
Insights into World Wide Web

My Humble Thoughts about Web Dev and Website Reviews

  • Home
  • AI
  • Content Management
    • Drupal
    • WordPress
  • Web Infrastructure
    • AWS
    • Network
    • Git
    • Nginx
    • Infra
  • Programming Language
    • Python
  • Contact
  • About
    • Home
    • 2023
Git

Git Repo Nesting – Clone a Git Repo inside another Repo

Dr. Anjing Wang December 20, 2023 0 Comments

For small projects, instead of Git Submodule, we recommend directly cloning a repo inside another repo for so-called repo nesting.

Infra Python

Use gdown to download Google Drive files in Linux – forget wget

Dr. Anjing Wang December 7, 2023 0 Comments

Use gdown to download files from Google drive and forget wget. This would save you lots of preciousl time and efforts.

AI

How to Install Azure Speech Python Package on Ubuntu

Dr. Anjing Wang October 20, 2023 0 Comments

Microsoft Azure provides excellent AI speech service, but how it organizes its documents and SDK drags me back to the bad memories when I read Microsoft Visual C++ MSDN documents…

Infra

The Best Way to Install Linux on Windows 11

Dr. Anjing Wang October 9, 2023 2 Comments

When it comes to merging the power of Linux with the user-friendliness of Windows, users often find themselves at a crossroads. The traditional methods, such as setting up a dual…

Network Nginx

Install a Free SSL Certificate on Linux for HTTPS

Dr. Anjing Wang September 8, 2023 0 Comments

Since Google requires HTTPS, you must apply for one. This blog shows you the step-by-step guide to installing an SSL certificate on Linux.

DNS Network

DNS Redirect non-www to www on Porkbun

Dr. Anjing Wang September 7, 2023 0 Comments

This post provide a step-by-step guide on how to use DNS to redirect non-www traffic to www on Porkbun.com.

AWS Network

Making AWS EC2 Public IP Address Pingable

Dr. Anjing Wang September 5, 2023 0 Comments

Sometimes you need to make your EC2 instance pingable from outside, and here's a step-by-step guide on how to achieve that.

Python

FastAPI’s Equal Sign (=) in Function Parameters

Dr. Anjing Wang August 29, 2023 0 Comments

FastAPI, a modern and fast web framework for building APIs with Python, is becoming increasingly popular. One of its strengths is to validate request parameters. However, how the equal sign…

Network

HTTP GET vs. POST – How to Send GET & POST Requests

Dr. Anjing Wang August 27, 2023 0 Comments

We'll dive into HTTP GET vs. POST and provide examples of how to send GET and POST requests to a server both on Windows and Linux.

Infra

SLURM Cheat Sheet

Dr. Anjing Wang August 19, 2023 0 Comments

SLURM (Simple Linux Utility for Resource Management) is the go-to scheduler for many of the world’s most powerful supercomputers. It efficiently schedules and manages computational workloads across clusters of computers.…

Git

How to Access Others’ GitHub Repository as a Collaborator

Dr. Anjing Wang August 7, 2023 0 Comments

We'll guide you on how to clone another's GitHub repository as a collaborator either by a classic personal token or an SSH key pair.

AI

How to Install text-generation-webui on runpod

Dr. Anjing Wang August 4, 2023 0 Comments

We'll go step by step to bring up a model on runpod.io and chat with it using text-generation-webui.

Git

Configuring GIT HTTPS Proxy Where GitHub Access is Restricted

Dr. Anjing Wang July 19, 2023 0 Comments

Being an active participant in the development community, you might sometimes find yourself in situations where access to essential platforms like GitHub is restricted. As cumbersome as this may seem,…

AI

How to Use ChatGPT Plugins?

Dr. Anjing Wang May 28, 2023 0 Comments

we'll explore how to use ChatGPT plugins in a general way with VoxScript, WebPilot, and AskYourPdf as examples.

AI

Similarity Metrics in Vector Databases

Dr. Anjing Wang May 22, 2023 1 Comments

We discuss similarity metrics such as Cosine Similarity, and Inner Product, especially why Inner Product can be used as a similarity metric.

Posts pagination

1 2 3

Next Page »

About the Author

Dr. Anjing Wang

Dr. Anjing Wang

I am an entrepreneur, data analyst, website builder, and enthusiastic educator. I hold a Ph.D. in computer science and worked for big corporations for years before starting up a few companies. Notably, one of my recent start-up projects is a video dictionary.

  • AI
  • AWS
  • DNS
  • Drupal
  • Git
  • Infra
  • Network
  • Nginx
  • Python
  • Wordpress
Causal Language Models vs. Conditional Generation Models: Key Differences and Real-World Examples
February 7, 2025
Unlocking the Power of Conditional Generation in AI
February 2, 2025
Unveiling NVIDIA DGX: A Journey Through AI Supercomputing
November 19, 2024
How to Measure the Performance of OCR: Why BLEU Isn’t Always the Best Choice
November 13, 2024
Understanding sklearn.metrics.accuracy_score and How to Calculate Accuracy Manually
November 13, 2024
Supervised Fine-Tuning (SFT): How to Fine-Tune Your Model Like a Pro
November 1, 2024
Deep Learning Model Precision: FP32, BF16, INT8 and INT4
October 31, 2024
LoRA vs. QLoRA: Fine-Tuning Your Model’s Superpowers on a Budget
October 31, 2024
How to Run a CUDA Docker Image on an AWS Ubuntu LTS Instance
October 29, 2024
How to Install NVIDIA driver on AWS Ubuntu LTS 24.04
October 29, 2024
Running One Linux Distribution Inside Another Using Docker: A Deep Dive
October 28, 2024
Fine-Tuning Qwen Models: Understanding the Key Parameters
October 25, 2024
Why PyTorch Uses Its Own Tensor Library Instead of NumPy
October 9, 2024
Using torch.Tensor to Represent Images in PyTorch: A Beginner’s Guide
September 17, 2024
Total Available Graphics Memory vs. Dedicated Video Memory – Understanding the Four Types of GPU Memory
September 10, 2024
wwwinsights_logo

Insights into World Wide Web

My Humble Thoughts about Web Dev and Website Reviews

Copyright by Anjing Wang © All rights reserved | Blogus by Themeansar.

  • Home
  • About
  • Terms of Use
  • Privacy Policy
  • Contact