Nova Kwok

Why can the image be pulled but no such manifest is displayed during manifest inspect? ——Docker Buildx Attestations inspection note

Have you ever encountered such a situation, for a mirror, it can be pulled normally: pad ~ # docker pull knatnetwork/github-runner-amd64:focal-2.301.1 focal-2.301.1: Pulling from knatnetwork/github-runner-amd64 846c0b181fff: Pull complete 588b3eef3b63: Pull complete 189ea0ac146f: Pull complete 4f4fb700ef54: Pull complete 546945707c6e: Pull complete 71464c2d54c9: Pull complete 1c4efc443e6a: Pull complete 21bbc223ea9a: Pull complete Digest: sha256:6b5b4aa94f8c1e781785e831d18d7ccc1a0de7d70d63b1afd4df3cce27ddd53f Status: Downloaded newer image …

Why can the image be pulled but no such manifest is displayed during manifest inspect? ——Docker Buildx Attestations inspection note Read More »

What is the air-fuel ratio, fuel correction and AFM curve – also talk about how to know whether your intake components are working properly through Hondata Log data

This article is a note after learning about AF/Trim and some related knowledge. As a non-vehicle engineering related person, some of the article content may not be correct and is for reference only. Many times we may replace our car with an air intake kit that is different from the original air intake kit for …

What is the air-fuel ratio, fuel correction and AFM curve – also talk about how to know whether your intake components are working properly through Hondata Log data Read More »

Why can’t the Pod in my EKS connect to a certain EC2? Strange Docker Compose Bridge Network Debug Notes

The book continues from the previous chapter: “A Web application must use AWS if it wants to scale elastically? Notes on deploying a typical Web App on Amazon Elastic Kubernetes Service (EKS) “, there is already an EKS cluster, and some applications have been successfully dropped. It started running in EKS, but due to historical …

Why can’t the Pod in my EKS connect to a certain EC2? Strange Docker Compose Bridge Network Debug Notes Read More »

Web applications must use AWS if they want to scale elastically? Notes for deploying a typical web app on Amazon Elastic Kubernetes Service (EKS)

This article is a note, which is convenient for future generations to step on the pit, and it is also convenient for yourself to review the entire process after stepping on the pit. Reading this article requires the following preliminary knowledge/preparation: An AWS account with no arrears Applications that can already be containerized and run, …

Web applications must use AWS if they want to scale elastically? Notes for deploying a typical web app on Amazon Elastic Kubernetes Service (EKS) Read More »

Solve the problem of error obtaining VCS status: exit status 128 when building in container after Golang upgrade to 1.18+

Intro Golang is a very magical language. Its syntax is not very complicated, and the compiled program is a Binary. It can be run without installing any additional runtime. If you want to write a small program such as Hello World, you can quickly follow the tutorial. Write it out. If you want to write …

Solve the problem of error obtaining VCS status: exit status 128 when building in container after Golang upgrade to 1.18+ Read More »

Read ERC20 smart contract information directly on the chain with Go Ethereum

I don’t know what’s the use of this, I just feel like it’s more fun to do. When looking at the Etherscan of Görli Testnet, such as this link:https://goerli.etherscan.io/token/0x3ffc03f05d1869f493c7dbf913e636c6280e0ff9#readContract , you can directly see some basic information of a contract, such as Decimals, Max Total Supply, etc. So I wonder if there is any reasonable …

Read ERC20 smart contract information directly on the chain with Go Ethereum Read More »

Using Convolutional Neural Networks to Train a Model to Automatically Identify Captcha – Practice at YYeTs

BennyThink has made a very cool website called ” Renren Video Sharing Station “, but I found that I need a verification code when I log in. If I forget my password, how can I log in 100 times in an instant to try my various password combinations? Woolen cloth? The verification code is saved …

Using Convolutional Neural Networks to Train a Model to Automatically Identify Captcha – Practice at YYeTs Read More »