Development Tool

How to Check the Linux System Architecture Type

Identifying the bit architecture of a Linux operating system is a common task. Below, we’ll introduce several commands that can be used to determine the system’s architecture. These methods are applicable across various distributions, such as RHEL, CentOS, Fedora, Debian, Ubuntu, Linux Mint, and OpenSUSE, whether you’re working in a desktop environment or a text-based

How to Check the Linux System Architecture Type Read More »

VSCode Source Code Study (Part 1): Running Locally

Introduction Recently, I am going to learn the source code of vscode. The first step is to run it. The steps I followed are mostly based on the official contribution documentation: VSCode: How to Contribute Here are some key steps distilled from there. For accuracy, please refer to the official documentation. Steps Since VSCode’s compilation

VSCode Source Code Study (Part 1): Running Locally Read More »

Python + ChatGPT API Development | Based on gpt-3.5-turbo model

Background ChatGPT is a cloud-based artificial intelligence chatbot that uses OpenAI’s GPT-3.5-turbo model to implement natural language processing (NLP) and language generation tasks. The new GPT-3.5-turbo model is an upgrade and improvement based on the GPT-3 model, with higher accuracy and expressiveness, it can automatically identify the semantics and context of text, and generate more

Python + ChatGPT API Development | Based on gpt-3.5-turbo model Read More »

iOS Background Appstoreconnect Cannot Be Opened

Introduction In the mobile developer group, my friends often report that the iOS developer background (that is, https://appstoreconnect.apple.com/apps) is difficult to open. Sometimes restarting the computer or changing the browser can solve the problem, but it does not Stablize. Analysis I have just come into contact with iOS-related development content recently, so I opened the

iOS Background Appstoreconnect Cannot Be Opened Read More »

How to Use the 2captcha-solver Plugin in Puppeteer

Introduction In the previous article, I introduced a useful captcha service 2Captcha, and wrote a tutorial and a review article. For those who don’t know 2Captcha, you can read these two articles first. Tutorial: How to Bypass Captcha Automatic Login with Nodejs Playwright 2Captcha Review: 2Captcha Review 2022 | Principles & Usage & Getting Started

How to Use the 2captcha-solver Plugin in Puppeteer Read More »

CDN Platform Jsdelivr Reports an Error, Introduction to Alternative Solutions

Introduction Many friends who are in contact with open source may know jsdelivr, and often use this cdn service, which is a very fast and free cdn service. All public javascript npm packages and github repositories can use jsdelivr as a static resource server, and it is free, Super fast! The address is https://www.jsdelivr.com/ Accident

CDN Platform Jsdelivr Reports an Error, Introduction to Alternative Solutions Read More »

Jetbrains License Server Address Recommended 2023

Introduction Jetbrains’ code editor is used by many developers because of its intelligent code prompts, powerful search, version control, and code refactoring functions, such as IDEA for Java development, WebStorm for front-end development, and GoLand for Go development, PyCharm for Python development, etc. Although the tools are good, the products of Jetbrains are very expensive

Jetbrains License Server Address Recommended 2023 Read More »