diff --git a/assets/styles/main.css b/assets/styles/main.css index 9b47b4f..7bdd728 100644 --- a/assets/styles/main.css +++ b/assets/styles/main.css @@ -28,3 +28,13 @@ pre.src { border-radius: 6px; font-size: 1em; } + +.footdef { + display: flex; + flex-direction: row; + align-items: start; +} + +p.footpara { + margin: 2px 5px; +} diff --git a/orgs/coh.org b/orgs/coh.org index 324e659..bac33fe 100644 --- a/orgs/coh.org +++ b/orgs/coh.org @@ -48,6 +48,18 @@ I always try to live by my code of honor. A man is nothing without his honor. –- [[https://en.wikipedia.org/wiki/Ibn_al-Haytham][Ibn al-Haytham]] #+END_QUOTE + +** Five basic principles of a scientist + - Question Authorities, No idea is true just because someone says so, *Including me*. + - Think for yourself. Question yourself. + - Don't believe anything just because you want to, believing something doesn't make it so. Test ideas + by evidence gained from observation and experiments. If a favorite idea failed a well designed test, + *It's wrong, get over it*. + - Follow the evidence, where ever it leads. If you have no evidence, reserve judgment. + - And *the most important* of all, remember you could be wrong, even the best scientists have been wrong + about something. every great scientist in the history made mistake. Of course they did, we are only human. + Science keeps us from fooling ourselves and *each other* + * Software Engineering - Simplicity over Complexity diff --git a/orgs/index.org b/orgs/index.org index ec2b269..fb13dc4 100644 --- a/orgs/index.org +++ b/orgs/index.org @@ -22,3 +22,4 @@ in the [[./faq.org][FAQs]] page. - [[https://lxsameer.com/essays/rational-and-a-name.html][Rational and a name]] - [[https://lxsameer.com/essays/my-new-programming-language.html][My new programming language]] - [[https://lxsameer.com/essays/transaction-variants.html][Transaction Variants]] + - [[https://lxsameer.com/essays/fatty-liver.html][Fatty Liver]] diff --git a/orgs/sitemap.inc b/orgs/sitemap.inc index fc0894a..9c55499 100644 --- a/orgs/sitemap.inc +++ b/orgs/sitemap.inc @@ -1,5 +1,9 @@ #+TITLE: lxsameer's nest +- [[file:categories/Life.org][Life]] +- [[file:tags/Life.org][Life]] +- [[file:tags/Health.org][Health]] +- [[file:essays/fatty-liver.org][Fatty Liver]] - [[file:essays/serene-simple-version.org][Serene (simple versoin)]] - [[file:essays/choosing-the-target-platform.org][Choosing the target platform]] - [[file:essays/rational-and-a-name.org][Rational and a name]] diff --git a/templates/blog.html b/templates/blog.html index ba4bc6b..f2af8c2 100644 --- a/templates/blog.html +++ b/templates/blog.html @@ -33,7 +33,7 @@