diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-11-16 02:05:42 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-11-16 02:05:42 +0900 |
commit | 519faa0940e0a24897b70e9668fbae29e72a3b5e (patch) | |
tree | 8d591c27027058e6175cc525d3e5fa44ba60f7b5 | |
parent | 84e9bd3f95ead7712be1be0a173a37f3d7c97289 (diff) | |
download | site-519faa0940e0a24897b70e9668fbae29e72a3b5e.tar.gz |
Reword one more time
-rw-r--r-- | blog/2020/gsoc/index.md | 2 | ||||
-rw-r--r-- | blog/dedep.md | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/blog/2020/gsoc/index.md b/blog/2020/gsoc/index.md index 97f4f4f..ec8b12c 100644 --- a/blog/2020/gsoc/index.md +++ b/blog/2020/gsoc/index.md @@ -3,7 +3,7 @@ rss = "GSoC 2020 final report" date = Date(2020, 8, 31) rss_pubdate = date # work around Franklin issue GH-797 fd_full_url = "https://cnx.gdn/blog/2020/gsoc/index.html" -tags = ["fun", "gsoc", "packaging", "pip"] +tags = ["fun", "gsoc", "pkg", "pip"] internship = "https://summerofcode.withgoogle.com/archive/2020/projects/6238594655584256" benchmark = "/blog/2020/gsoc/article/7/#the_benchmark" python_gsoc = "https://blogs.python-gsoc.org/en/mcsinyxs-blog" diff --git a/blog/dedep.md b/blog/dedep.md index 51a2300..9f1ce1e 100644 --- a/blog/dedep.md +++ b/blog/dedep.md @@ -1,7 +1,7 @@ +++ rss = "Comments for Static Sites without JavaScript via Emails" date = Date(2022, 11, 10) -tags = ["fun", "packaging"] +tags = ["fun", "pkg"] +++ # De-Dependency December @@ -88,7 +88,7 @@ can likely outperform the replaced public library][context]. In many cases, you will find yourself making use of the standard library. Standards make life much easier, [if only][standards] people can come up -with an agreement. And maybe they don't have to. Maybe each could choose +with an agreement. Or maybe they don't have to. Maybe each could choose among the [utilities libraries]. At the end of the day, it's the total number of packages that can have bugs to be reported upstream and patched that matters. |