about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--content/about.md13
-rw-r--r--content/posts/2022-10-23-bcrypt-hashing-time.md4
2 files changed, 9 insertions, 8 deletions
diff --git a/content/about.md b/content/about.md
index 9ccc151..cc3f5d5 100644
--- a/content/about.md
+++ b/content/about.md
@@ -16,10 +16,11 @@ fictions, blah blah.
 - languages: Vietnamese, English, French, German, with proficiency and
   fluency decrementally sorted
 - Contacts: See [footer](#footer)
-  - etiquette: use [plain text for email][plain]
-    and [no Word document][no-word] or other proprietary format like RAR.
-    Avoid any kind of attachment, if possible.  If the platform support it,
-    media description (e.g. [alt text][alt]) is much appreciated
+  - etiquette:
+    - use [plain text for email][plain]
+    - [no Word document][no-word] or other proprietary format like RAR.
+    - Avoid any unnecessary attachments, if possible.
+    - If the platform support it, media description (e.g. [alt text][alt]) is much appreciated
 
 [alt]: https://www.w3.org/WAI/PF/HTML/wiki/Media_Alt_Technologies
 
@@ -27,8 +28,8 @@ fictions, blah blah.
 
 I write [free software][free-sw], but unfortunately not as a professional job.
 
-If you're an employer, you can find my [CV][cv] in PDF format, browse some
-miscellaenous [work](/works/).
+If you're an employer, you can find my [CV](/cv/) in web format, printable as
+PDF, browse some miscellaenous [work](/works/).
 
 I accept payment and donation on [liberapay][liberapay].
 You can also send me money on [patreon][patreon] ~~and
diff --git a/content/posts/2022-10-23-bcrypt-hashing-time.md b/content/posts/2022-10-23-bcrypt-hashing-time.md
index c9957b6..a77ed72 100644
--- a/content/posts/2022-10-23-bcrypt-hashing-time.md
+++ b/content/posts/2022-10-23-bcrypt-hashing-time.md
@@ -83,7 +83,7 @@ func main() {
     isn't much difference.
 - Time increases exponentially, as it is supposed to be
 - Comparing this with [auth0's measurement][auth0-bcrypt], this takes slightly
-    less time. It could be due to either hardware improvement or implementation
-    (Auth0 use JavaScript)
+    less time. It could be due to hardware improvement or implementation
+    (Auth0 uses JavaScript)
 
 [auth0-bcrypt]: https://auth0.com/blog/hashing-in-action-understanding-bcrypt/#-bcrypt--Best-Practices