Add the old posts

This commit is contained in:
Sameer Rahmani 2021-02-24 13:54:23 +00:00
parent 157786556e
commit a17a32bda6
5 changed files with 28 additions and 1 deletions

View File

@ -28,3 +28,13 @@ pre.src {
border-radius: 6px; border-radius: 6px;
font-size: 1em; font-size: 1em;
} }
.footdef {
display: flex;
flex-direction: row;
align-items: start;
}
p.footpara {
margin: 2px 5px;
}

View File

@ -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]] - [[https://en.wikipedia.org/wiki/Ibn_al-Haytham][Ibn al-Haytham]]
#+END_QUOTE #+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 * Software Engineering
- Simplicity over Complexity - Simplicity over Complexity

View File

@ -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/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/my-new-programming-language.html][My new programming language]]
- [[https://lxsameer.com/essays/transaction-variants.html][Transaction Variants]] - [[https://lxsameer.com/essays/transaction-variants.html][Transaction Variants]]
- [[https://lxsameer.com/essays/fatty-liver.html][Fatty Liver]]

View File

@ -1,5 +1,9 @@
#+TITLE: lxsameer's nest #+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/serene-simple-version.org][Serene (simple versoin)]]
- [[file:essays/choosing-the-target-platform.org][Choosing the target platform]] - [[file:essays/choosing-the-target-platform.org][Choosing the target platform]]
- [[file:essays/rational-and-a-name.org][Rational and a name]] - [[file:essays/rational-and-a-name.org][Rational and a name]]

View File

@ -33,7 +33,7 @@
</main> </main>
<footer> <footer>
<span>© 2010-2021 Sameer Rahmani</span><br/> <span>© 2008-2021 Sameer Rahmani</span><br/>
<span>Built with <a href="https://www.gnu.org/software/emacs/">Emacs Lisp</a> and <a href="https://orgmode.org/">org-mode</a>.</span><br/> <span>Built with <a href="https://www.gnu.org/software/emacs/">Emacs Lisp</a> and <a href="https://orgmode.org/">org-mode</a>.</span><br/>
<span><a href="https://devheroes.codes/lxsameer/lxhome">https://devheroes.codes/lxsameer/lxhome</a></span> <span><a href="https://devheroes.codes/lxsameer/lxhome">https://devheroes.codes/lxsameer/lxhome</a></span>
</footer> </footer>