From 19c50714d1343332d073285fe6d954756a913f69 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 2 Aug 2024 22:53:05 +0000 Subject: [PATCH] update fb154e6 chore: readme; pagination 10; drafts (#34) --- docs/index.html | 2 +- docs/page/2/index.html | 6 ------ .../2024-05-26-documenting-code/index.html | 2 +- .../index.html | 12 ++++++------ docs/posts/index.html | 2 +- docs/posts/page/2/index.html | 7 ------- docs/sitemap.xml | 3 --- docs/tags/index.html | 2 +- docs/tags/index.xml | 7 ------- docs/tags/links/index.html | 7 ------- docs/tags/links/index.xml | 19 ------------------- docs/tags/links/page/1/index.html | 2 -- 12 files changed, 10 insertions(+), 61 deletions(-) delete mode 100644 docs/page/2/index.html delete mode 100644 docs/posts/page/2/index.html delete mode 100644 docs/tags/links/index.html delete mode 100644 docs/tags/links/index.xml delete mode 100644 docs/tags/links/page/1/index.html diff --git a/docs/index.html b/docs/index.html index d901aec..e99ac04 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,6 +1,6 @@ Andrey Nautilus blog

Hi there 👋

Welcome to my blog

Random point in circle with uniform distribution

angle = random(); distance = R * sqrt(random())

July 29, 2024 · 1 min

Evenly distributed random points

Bridson’s Algorithm to build Poisson disk distribution of points

July 21, 2024 · 3 min

Linux process memory: RSS, VSZ, etc

RSS, VSZ, PSS, USS explained

July 16, 2024 · 1 min

Documenting code

names = what, code = how, comments = why

May 26, 2024 · 1 min

git with multiple users

Configure multiple git users on the same workstation

May 22, 2024 · 3 min

Random point in circle with uniform distribution

angle = random(); distance = R * sqrt(random())

July 29, 2024 · 1 min

Evenly distributed random points

Bridson’s Algorithm to build Poisson disk distribution of points

July 21, 2024 · 3 min

Linux process memory: RSS, VSZ, etc

RSS, VSZ, PSS, USS explained

July 16, 2024 · 1 min

Documenting code

names = what, code = how, comments = why

May 26, 2024 · 1 min

git with multiple users

Configure multiple git users on the same workstation

May 22, 2024 · 3 min

git push --force vs --force-with-lease

Prefer ‘git push –force-with-lease’ over ‘git push –force’

May 16, 2024 · 5 min
diff --git a/docs/page/2/index.html b/docs/page/2/index.html deleted file mode 100644 index 2ebb29f..0000000 --- a/docs/page/2/index.html +++ /dev/null @@ -1,6 +0,0 @@ -Andrey Nautilus blog -

git push --force vs --force-with-lease

Prefer ‘git push –force-with-lease’ over ‘git push –force’

May 16, 2024 · 5 min
- \ No newline at end of file diff --git a/docs/posts/2024-05-26-documenting-code/index.html b/docs/posts/2024-05-26-documenting-code/index.html index dc4bf60..b70bdc3 100644 --- a/docs/posts/2024-05-26-documenting-code/index.html +++ b/docs/posts/2024-05-26-documenting-code/index.html @@ -1,5 +1,5 @@ Documenting code | Andrey Nautilus blog -

Documenting code

Summary of “My 3 Rules for Documenting Code” article.

  1. Names (classes, variables, functions) should explain What (what is it? what does this function do?).
  2. Code should explain How (how is it implemented?).
  3. Comments should explain Why (why is it implemented this way?).

Added to the Collection of links.

diff --git a/docs/posts/page/2/index.html b/docs/posts/page/2/index.html deleted file mode 100644 index 17b7be0..0000000 --- a/docs/posts/page/2/index.html +++ /dev/null @@ -1,7 +0,0 @@ -posts | Andrey Nautilus blog -

git push --force vs --force-with-lease

Prefer ‘git push –force-with-lease’ over ‘git push –force’

May 16, 2024 · 5 min
- \ No newline at end of file diff --git a/docs/sitemap.xml b/docs/sitemap.xml index f93ab5b..d5a26cb 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -31,9 +31,6 @@ https://andreynautilus.github.io/posts/2024-05-26-documenting-code/ 2024-05-26T19:05:29+02:00 - - https://andreynautilus.github.io/tags/links/ - 2024-05-26T19:05:29+02:00 https://andreynautilus.github.io/tags/git/ 2024-05-22T20:24:48+02:00 diff --git a/docs/tags/index.html b/docs/tags/index.html index 50dfe2b..80abb2e 100644 --- a/docs/tags/index.html +++ b/docs/tags/index.html @@ -1,5 +1,5 @@ tags | Andrey Nautilus blog -