Soulteary | 苏洋

Using Golang and Docker to implement Python computing services

Original link: https://soulteary.com/2023/05/22/using-golang-and-docker-to-implement-python-computing-services.html In this article, we continue the previous topic [“Using Golang and Docker to Run Python Code”] and talk about how to use Golang and Docker to package ordinary Python software packages into high-performance services. This article is transferred from: https://soulteary.com/2023/05/22/using-golang-and-docker-to-implement-python-computing-services.html This site is only for collection, and the copyright belongs to the […]

Using Golang and Docker to implement Python computing services Read More »

Code writing practice supported by AI: quickly implement Nginx configuration formatting tool

Original link: https://soulteary.com/2023/05/20/code-writing-practice-supported-by-ai-quickly-implement-nginx-configuration-formatting-tool.html This article talks about how to use GPT to quickly complete a small open source project, solve practical problems, and light up the contributor icon of the Nginx open source community on GitHub. “Talk is Cheap, Show you the Code. This article is transferred from: https://soulteary.com/2023/05/20/code-writing-practice-supported-by-ai-quickly-implement-nginx-configuration-formatting-tool.html This site is only for collection,

Code writing practice supported by AI: quickly implement Nginx configuration formatting tool Read More »

Make OpenAI more open and freely access data sources in ChatGPT

Original link: https://soulteary.com/2023/05/19/make-openai-more-open-and-freely-access-data-sources-in-chatgpt.html In this article, we briefly talk about how to freely access and use various data sources in OpenAI’s ChatGPT web client. This article is reproduced from: https://soulteary.com/2023/05/19/make-openai-more-open-and-freely-access-data-sources-in-chatgpt.html This site is only for collection, and the copyright belongs to the original author.

Make OpenAI more open and freely access data sources in ChatGPT Read More »

Make Ubuntu’s Native Remote Control Reliable with Urch

Original link: https://soulteary.com/2023/04/11/make-ubuntu-native-remote-control-reliable-with-urch.html Sometimes, using remote control can simplify a lot of operation and maintenance and operations. This article shares how to make Ubuntu’s native remote control (remote desktop) function stable and reliable through the open source tool “Urch (Ubuntu Remote Control Helper)”. The solution has been verified on Ubuntu 22.04 LTS and the latest

Make Ubuntu’s Native Remote Control Reliable with Urch Read More »

Model talk: 1.5G memory can run RNN 14B open source model (ChatRWKV)

Original link: https://soulteary.com/2023/03/25/model-talk-open-source-model-of-rnn-14b-that-can-run-on-little-gpu-memory-chatrwkv.html In this article, let’s talk about how to quickly get started with a model with 14B parameters, but a special RNN model: ChatRWKV. This article will introduce how to get started quickly, including using a 4090 high-speed inference generation content with 24 video memory, and how to run this model with only

Model talk: 1.5G memory can run RNN 14B open source model (ChatRWKV) Read More »

Stable Web Terminal Services Using Docker, Nginx, and ttyd

Original link: https://soulteary.com/2023/03/12/stable-web-terminal-services-using-docker-nginx-and-ttyd.html This article shares a little trick, how to directly share the terminal of your device through the network. This article is reproduced from: https://soulteary.com/2023/03/12/stable-web-terminal-services-using-docker-nginx-and-ttyd.html This site is only for collection, and the copyright belongs to the original author.

Stable Web Terminal Services Using Docker, Nginx, and ttyd Read More »

RSS Can: Use Golang Rod to parse dynamically rendered content in the browser: (4)

Original link: https://soulteary.com/2022/12/15/rsscan-use-golang-rod-to-parse-the-content-dynamically-rendered-in-the-browser-part-4.html In the fourth article, let’s talk about how to “remote control” the browser in the Golang ecosystem, and use the browser based on the CDP (Chrome DevTools Protocol) protocol as a container more simply and reliably to obtain dynamic rendering content such as Weibo and Station B. information, converting them into RSS

RSS Can: Use Golang Rod to parse dynamically rendered content in the browser: (4) Read More »

RSS Can: Convert Website Information Stream to RSS Feed (3)

Original link: https://soulteary.com/2022/12/14/rsscan-convert-website-information-stream-to-rss-feed-part-3.html In the third article, let’s talk about converting structured data into an RSS feed that can be subscribed to. This article is reproduced from: https://soulteary.com/2022/12/14/rsscan-convert-website-information-stream-to-rss-feed-part-3.html This site is only for collection, and the copyright belongs to the original author.

RSS Can: Convert Website Information Stream to RSS Feed (3) Read More »

RSS Can: Make Golang applications dynamic with V8 (2)

Original link: https://soulteary.com/2022/12/13/rsscan-make-golang-applications-with-v8-part-2.html Continue to talk about the experience of stepping on a small thing that I have done before. If you also want to obtain information efficiently, maybe the content of this series will be useful to you. This article is transferred from: https://soulteary.com/2022/12/13/rsscan-make-golang-applications-with-v8-part-2.html This site is only for collection, and the copyright belongs

RSS Can: Make Golang applications dynamic with V8 (2) Read More »

RSS Can: Using Golang to achieve a better RSS Hub service (1)

Original link: https://soulteary.com/2022/12/12/rsscan-better-rsshub-service-build-with-golang-part-1.html Let’s talk about the process of stepping on a small thing that I have done before. If you also want to obtain information efficiently, maybe the content of this series will be useful to you. There are many things involved in this matter, so I consider splitting it into a series to

RSS Can: Using Golang to achieve a better RSS Hub service (1) Read More »

Use Docker to quickly get started with the Chinese Stable Diffusion model: Taiyi

Original link: https://soulteary.com/2022/12/09/use-docker-to-quickly-get-started-with-the-chinese-stable-diffusion-model-taiyi.html In this article, we talk about how to use Docker to quickly run the Chinese Stable Diffusion model: Taiyi. This article is reproduced from: https://soulteary.com/2022/12/09/use-docker-to-quickly-get-started-with-the-chinese-stable-diffusion-model-taiyi.html This site is only for collection, and the copyright belongs to the original author.

Use Docker to quickly get started with the Chinese Stable Diffusion model: Taiyi Read More »

Docker tool image with only 3MB self-signed certificate: Certs Maker

Original link: https://soulteary.com/2022/10/22/make-docker-tools-image-with-only-3md-self-signed-certificate-certs-maker.html This article introduces a small SSL certificate generation tool. Considering the cross-platform operation, I built it into a Docker tool image. The image size is only about 3MB. It is not as big as a photo taken by a mobile phone, so it should be considered relatively lightweight. . You can use

Docker tool image with only 3MB self-signed certificate: Certs Maker Read More »

Lightweight and highly available K8s cluster construction solution: MicroK8s

Original link: https://soulteary.com/2022/10/15/lightweight-and-highly-available-k8s-cluster-construction-solution-microk8s.html MicroK8s is a CNCF certified Kubernetes distribution developed and maintained by Canonical, the commercial company behind Ubuntu. It supports high availability (HA) like the full version of Kubernetes, and supports the rapid formation of K8s clusters. Suitable for edge computing, IoT, and MLOps machine learning scenarios using KubeFlow. Of course, it is

Lightweight and highly available K8s cluster construction solution: MicroK8s Read More »