Folyd
Folyd
I didn't found any principle of **TWIR** regard to the contribution content. Since I often see some non-English articles, I believe the **TWIR** is open to all languages around the...
Add `zine lint` command to help detect some common misbehavior, such as broken links, path typos in the config file, etc. Especially, it is a good tool to auto-find broken...
To support co-authors, we simply need to change the `author` field to support both single plain string and string array. ```toml [[article]] # single author author = "author1" ``` ```toml...
If the user uploaded the `static` directory to CDN, then they can specify the CDN domain to speed up static assets request. ```toml [site] url = "xxx.tld" cdn = "cdn.xxx.tld"...
The incremental build is another good choice to speed up build time. When we detect any change, we should rebuild as less files as possible.
Can we learn something from this project which brings auto instrumentation to golang via eBPF. https://github.com/keyval-dev/opentelemetry-go-instrumentation
Hi, I found a suspicious website [tor2web.ch](https://www.tor2web.ch/) which was disguised as a fake `systemd` process running 100% CPU. I don't know what the fake process actually do, probably mining. Here...
My bad. The [`Service`]: https://docs.rs/tower/trait.Service.html is a broken link. It should be https://docs.rs/tower/*/tower/trait.Service.html.
This PR simply adds Legend support. Here is the screenshot: 