Original link: https://zdyxry.github.io/2023/08/27/Weekly-Issue-2023-08-27/
Article link to title Technical link to title Code-first vs. Product-first
If the product doesn’t work well, the code is not good.
Scripting with Go — Bitfield Consulting
Write [[Golang]] in the [[Unix]] command style, such as script.Args().Concat().Match(“Error”).First(10).Stdout()
There is even jq built in: data, err := script.Do(req).JQ(“.[0] | {message: .commit.message, name: .commit.committer.name}”).String()
OpenTF Foundation
[[OpenTF]] has confirmed that it will fork [[terraform]] to ensure the availability of the open source protocol. Looking forward to the follow-up development of the story. Is it possible that like [[RHEL]] and [[centos]], the community is more prosperous because of the open source version?
Redirect xboxlive series CDN to domestic node to speed up download – TERRYCHAN.ME
Hijack DNS with HTTP redirection to speed up downloads.
Troubleshoot request timeout caused by HTTP Header
The request timeout problem caused by HTTP Expect: 100-continue, many services do not support this header well, use it with caution, but for the one automatically added by libcurl, there is no good way except stepping on the pit.
This article is transferred from: https://zdyxry.github.io/2023/08/27/Weekly-Issue-2023-08-27/
This site is only for collection, and the copyright belongs to the original author.