Soulteary | 苏洋

Nginx Black Magic: Low-Cost High-Performance Applications Using NGX-PHP Modules

Original link: https://soulteary.com/2022/10/05/nginx-black-magic-low-cost-high-performance-applications-using-ngx-php-modules.html This article shares a “black magic” related to Nginx and PHP: the NGX-PHP module. In this way, we can implement high-performance applications at low cost, and experience the efficiency of Nginx and the flexibility of PHP at the same time when server resources are limited. If your impression of PHP is still …

Nginx Black Magic: Low-Cost High-Performance Applications Using NGX-PHP Modules Read More »

NLP Text Sentiment Analysis Application Using Docker and HuggingFace

Original link: https://soulteary.com/2022/09/30/nlp-text-sentiment-analysis-application-using-docker-and-huggingface.html Before continuing to share the “dry and interesting” [Vector database combat] content, let’s talk about a simple and interesting content: how to use the ready-made models of Docker and HuggingFace to quickly implement an NLP text sentiment analysis application that supports both Chinese and English content. Sentiment quick analysis. In this article, …

NLP Text Sentiment Analysis Application Using Docker and HuggingFace Read More »

Redmi 11T PRO flash MIUI 13 overseas version

Original link: https://soulteary.com/2022/09/25/redmi-11-t-pro-flashing-miui-13-overseas-version.html Record the MIUI 13 overseas version flashing process. This article is reprinted from: https://soulteary.com/2022/09/25/redmi-11-t-pro-flashing-miui-13-overseas-version.html This site is for inclusion only, and the copyright belongs to the original author.

Vector database into the pit: the dimensionality reduction of traditional text retrieval methods, using Faiss to achieve vector semantic retrieval

Original link: https://soulteary.com/2022/09/10/the-dimensionality-reduction-of-traditional-text-retrieval-methods-using-faiss-to-achieve-vector-semantic-retrieval.html In the previous article [“Talk about the similarity retrieval technology Faiss from the Metaverse factory Meta”], we talked about how to quickly get started with vector retrieval technology, and use the faiss produced by Meta AI (Facebook Research) to achieve “the most basic” Text Content Similarity Retrieval Tool”, initially came into contact …

Vector database into the pit: the dimensionality reduction of traditional text retrieval methods, using Faiss to achieve vector semantic retrieval Read More »

Vector database entry guide: talk about the similarity retrieval technology from Metaverse, a big factory, Faiss

Original link: https://soulteary.com/2022/09/03/vector-database-guide-talk-about-the-similarity-retrieval-technology-from-metaverse-big-company-faiss.html Many functions in the various apps we use every day are inseparable from similarity retrieval technology. For example, one-by-one news and video recommendations, various common dialogue robots, risk control systems that protect the security of our daily accounts, listening to songs that can find songs by humming, and even the best route …

Vector database entry guide: talk about the similarity retrieval technology from Metaverse, a big factory, Faiss Read More »

Building Blocks of Nginx with Docker: Quickly Implement High-Performance QR Code Services

Original link: https://soulteary.com/2022/08/27/building-blocks-of-nginx-with-docker-quickly-implement-high-performance-qr-code-services.html This article is still about how to “use Nginx and Docker to be lazy”. Taking the generation of our common QR code as an example, let’s talk about the applications of Nginx in daily business, in addition to the access layer business. In this article, we will focus on the more general, …

Building Blocks of Nginx with Docker: Quickly Implement High-Performance QR Code Services Read More »

To new friends: Vote for life, keep finding better friends

Original link: https://soulteary.com/2022/08/26/to-new-friends-vote-for-life-keep-finding-better-friends.html This is a late article, mainly to share the operating experience of the soon-to-be four-year-old “Tossing Group”, and to clarify some of my personal views on making friends on the Internet. I hope this content can help new friends who want to join us to “toss together” and understand why “it is …

To new friends: Vote for life, keep finding better friends Read More »

“Triangle Strategy” one week clear

Original link: https://soulteary.com/2022/08/13/triangle-strategy-stage-clear.html Last month, I opened a new pit of the triangular strategy. Taking advantage of the two weeks on the way to Hangzhou, I completed the week. Follow the old example and keep it simple, too. This article is reprinted from: https://soulteary.com/2022/08/13/triangle-strategy-stage-clear.html This site is for inclusion only, and the copyright belongs to …

“Triangle Strategy” one week clear Read More »

Site optimization log (2022.08.12)

Original link: https://soulteary.com/2022/08/12/site-optimization-log.html Record some changes since the last update. This article is reprinted from: https://soulteary.com/2022/08/12/site-optimization-log.html This site is for inclusion only, and the copyright belongs to the original author.

Mid-2022 Summary

Original link: https://soulteary.com/2022/08/01/2021-year-end-summary.html Due to a few things, this mid-year summary is a full month late. After the long vacation, I re-selected a “déjà vu” job and continued with the minority “cultivation”. Before sharing this journey and thinking, let’s still talk about the technology-related part. This article is reprinted from: https://soulteary.com/2022/08/01/2021-year-end-summary.html This site is for …

Mid-2022 Summary Read More »

Into Vector Computing: Making OpenBLAS Docker Prebuilt Product Images

Original link: https://soulteary.com/2022/07/31/into-vector-computing-making-openblas-docker-prebuilt-product-images.html In this article, I will talk about how to complete the Docker image of OpenBLAS that supports multiple CPU architectures (x86, ARM) and multiple CPU types (Intel, AMD) in a container, so that software including Milvus can use OpenBLAS. Docker image builds can be “stable and fast”. I will try to continue …

Into Vector Computing: Making OpenBLAS Docker Prebuilt Product Images Read More »

Correctly handle IP data from the top five internet registries using Golang

Original link: https://soulteary.com/2022/07/16/correct-handling-of-ip-data-from-the-world-s-top-five-internet-registries-using-golang.html Add an article to talk about the small pits in the IP data provided by the five major Internet registries. This article is reprinted from: https://soulteary.com/2022/07/16/correct-handling-of-ip-data-from-the-world-s-top-five-internet-registries-using-golang.html This site is for inclusion only, and the copyright belongs to the original author.