From 52a3de3776e0215ffce860e967daacbf53e93b81 Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Thu, 14 May 2026 16:22:48 +0200 Subject: small update --- content/_index.md | 14 ++++---------- content/code-of-ethics.md | 3 +-- content/guide/valgrind.md | 2 +- 3 files changed, 6 insertions(+), 13 deletions(-) diff --git a/content/_index.md b/content/_index.md index 5a1414b..fb2d097 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,16 +1,9 @@ --- title: "cool place" -date: 2025-09-14T11:51:17+02:00 -index: false -draft: false -#icon: '' -#copied: ["me", "/"] -table: false +date: 2025-09-14 --- -Hi lovely-little-thing browsing the web, welcome to my website. - -If you want to subscribe to the blog's rss feed, it's [here](/index.xml) +Hi. ## Blog @@ -20,4 +13,5 @@ If you want to subscribe to the blog's rss feed, it's [here](/index.xml) {{< article-list category="guide" number="5" >}} -There is useful links at the bottom of this page. +[Blog's RSS feed](/index.xml) + diff --git a/content/code-of-ethics.md b/content/code-of-ethics.md index e1aafa0..8c640d5 100644 --- a/content/code-of-ethics.md +++ b/content/code-of-ethics.md @@ -5,8 +5,7 @@ date: 2026-05-10 Copy of [SQLite's code of ethics](https://sqlite.org/codeofethics.html). -> _"No one is required to follow The Rule, to know The Rule, or even to think that The Rule is a good idea. The Founder of SQLite believes that anyone who follows The Rule will live a happier and more productive life, but individuals are free to dispute or ignore that advice if they wish. -The founder of SQLite and all current developers have pledged to follow the spirit of The Rule to the best of their ability. They view The Rule as their promise to all SQLite users of how the developers are expected to behave. This is a one-way promise, or covenant. In other words, the developers are saying: 'We will treat you this way regardless of how you treat us.'"_ +> _"No one is required to follow The Rule, to know The Rule, or even to think that The Rule is a good idea. The Founder of SQLite believes that anyone who follows The Rule will live a happier and more productive life, but individuals are free to dispute or ignore that advice if they wish."_ ## The Rule diff --git a/content/guide/valgrind.md b/content/guide/valgrind.md index 5286b6c..a630c0b 100644 --- a/content/guide/valgrind.md +++ b/content/guide/valgrind.md @@ -53,7 +53,7 @@ Now compile the program with the following : gcc main.c ``` -We can then use Valgrind to see if this program as any memory leak. +We can then use Valgrind to see if this program has any memory leak. ```sh valgrind ./a.out -- cgit v1.2.3