Richard Feynman by Ciro Santilli 40 Updated 2025-07-16
Some of Feynman's key characteristics are:
  • obsession with understanding the experiments well, see also Section "How to teach and learn physics"
  • when doing more mathematical stuff, analogous obsession about starting with a concrete example and then generalizing that into the theory
  • liked to teach others. At Surely You're Joking, Mr. Feynman for example he mentions that one key problem of the Institute for Advanced Study is that they didn't have to teach, and besides that making you feel useless when were not having new ideas, it is also the case that student's questions often inspire you to look again in some direction which sometimes happens to be profitable
    He hated however mentoring others one to one, because almost everyone was too stupid for him
  • interest in other natural sciences, and also random art and culture (and especially if it involves pretty women)
Some non-Physics related ones, mostly highlighted at Genius: Richard Feynman and Modern Physics by James Gleick (1994):
Even Apple thinks so according to their Think different campaign: www.feynman.com/fun/think-different/
Video 1.
Murray Gell-Mann talks about Richard Feynman's intentional anecdote creation
. Source. TODO original interviewer, date and source. Very amusing, he tells how Feynman wouldn't brush his teeth, or purposefully forget to wear jacket and tie when going to the faculty canteen where it was required and so he would use ugly emergency jacket the canteen offered to anyone who had forgotten theirs.
Video 2.
Murray Gell-Mann talks about Feynman's partons by Web of Stories (1997)
Source. Listener is likely this Geoffrey West. Key quote:
Feynman of course, as usual, put it in a form so that the common people could use it, and experimentalists all over the world now thought they understood things because Feynman had put it in such simple language for them.
Two official websites?
In 1948 he published his reworking of classical quantum mechanics in terms of the path integral formulation: journals.aps.org/rmp/abstract/10.1103/RevModPhys.20.367 Space Time Approach to nonrelativistic quantum mechanics (paywalled 2021)
JSON trailing comma by Ciro Santilli 40 Updated 2025-07-16
The fact that you cannot have trailing commans in lists or dicts as in 3, at:
{
  "asdf": [
    1,
    2,
    3,
  ]
}
is one of the most infuriating design choices of all time!!!
jq by Ciro Santilli 40 Updated 2025-07-16
Yet another awk-like domain-specific language to do things from the CLI in a ridiculously short humber of character? Oh yes.
echo '[{"a": 1, "b": 2}, {"b": 3}]' | jq '.[] | select(.a) | .a'
Output:
1
and no empty lines as desired.
There's a billion simple looking expressions which are not known to be transcendental numbers or not. It's cute simple to state but hard to prove at its best.
Open as of 2020:
Bibliography:
Video 1.
Why π^π^π^π could be an integer by Stand-up Maths (2021)
Source. Sponsored by Jane Street. Shame.
Illumina by Ciro Santilli 40 Updated 2025-07-16
The by far dominating DNA sequencing company of the late 2000's and 2010's due to having the smallest cost per base pair.
Illumina actually bought their 2010's dominating technology from a Cambridge company called Solexa.
To understand how Illumina's technology works basically, watch this video: Video 1. "Illumina Sequencing by Synthesis by Illumina (2016)".
Video 1.
Illumina Sequencing by Synthesis by Illumina (2016)
Source.
The key innovation of this method is the Bridge amplification step, which produces a large amount of identical DNA strands.
XPath by Ciro Santilli 40 Updated 2025-07-16
XPath kind of died with the rise of CSS selectors around the beginnning of the 2010's. But that is a shame. XPath is a good standard, and was generally more powerful than CSS selectors for many many years.

Pinned article: Introduction to the OurBigBook Project

Welcome to the OurBigBook Project! Our goal is to create the perfect publishing platform for STEM subjects, and get university-level students to write the best free STEM tutorials ever.
Everyone is welcome to create an account and play with the site: ourbigbook.com/go/register. We belive that students themselves can write amazing tutorials, but teachers are welcome too. You can write about anything you want, it doesn't have to be STEM or even educational. Silly test content is very welcome and you won't be penalized in any way. Just keep it legal!
We have two killer features:
  1. topics: topics group articles by different users with the same title, e.g. here is the topic for the "Fundamental Theorem of Calculus" ourbigbook.com/go/topic/fundamental-theorem-of-calculus
    Articles of different users are sorted by upvote within each article page. This feature is a bit like:
    • a Wikipedia where each user can have their own version of each article
    • a Q&A website like Stack Overflow, where multiple people can give their views on a given topic, and the best ones are sorted by upvote. Except you don't need to wait for someone to ask first, and any topic goes, no matter how narrow or broad
    This feature makes it possible for readers to find better explanations of any topic created by other writers. And it allows writers to create an explanation in a place that readers might actually find it.
    Figure 1.
    Screenshot of the "Derivative" topic page
    . View it live at: ourbigbook.com/go/topic/derivative
  2. local editing: you can store all your personal knowledge base content locally in a plaintext markup format that can be edited locally and published either:
    This way you can be sure that even if OurBigBook.com were to go down one day (which we have no plans to do as it is quite cheap to host!), your content will still be perfectly readable as a static site.
    Figure 2.
    You can publish local OurBigBook lightweight markup files to either https://OurBigBook.com or as a static website
    .
    Figure 3.
    Visual Studio Code extension installation
    .
    Figure 4.
    Visual Studio Code extension tree navigation
    .
    Figure 5.
    Web editor
    . You can also edit articles on the Web editor without installing anything locally.
    Video 3.
    Edit locally and publish demo
    . Source. This shows editing OurBigBook Markup and publishing it using the Visual Studio Code extension.
    Video 4.
    OurBigBook Visual Studio Code extension editing and navigation demo
    . Source.
  3. https://raw.githubusercontent.com/ourbigbook/ourbigbook-media/master/feature/x/hilbert-space-arrow.png
  4. Infinitely deep tables of contents:
    Figure 6.
    Dynamic article tree with infinitely deep table of contents
    .
    Descendant pages can also show up as toplevel e.g.: ourbigbook.com/cirosantilli/chordate-subclade
All our software is open source and hosted at: github.com/ourbigbook/ourbigbook
Further documentation can be found at: docs.ourbigbook.com
Feel free to reach our to us for any help or suggestions: docs.ourbigbook.com/#contact