OurBigBook.com Advertisement Updated 2025-07-16
Maybe focus on job ads like Stack Overflow.
OurBigBook.com Blogs Updated 2025-07-16
Where blog is taken in a wide sense, including e.g. Medium, WordPress, Facebook, Twitter, etc., etc.
The main shortcoming of blogs is the lack of topic convergence across blogs. Each blog is a moderated castle. So who is the best user for a given topic, or the best content for a given tag, across the entire website?
The only reasonable free material we have for advanced subjects nowadays are university lecture notes.
While some of those are awesome, when writing a large content, no one can keep quality high across all sections, there will always be knowledge that you don't have which is enlightening. And Googlers are more often than not interested only in specific sections of your content.
Our website aims to make smaller subjects vertically curated across horizontal single author tutorials.
MIT calculus course UCLA calculus course
* Calculus <---> * Calculus
* Limit <---> * Limit
* Limit of a function
* Limit of a series <---> * Limit of a series
* Derivative <---> * Derivative
* L'Hôpital's rule
* Integral <---> * IntegralSome more links:
- prose.sh/ multiblog, the only feature is easy of publishing from CLI
Fusion power Updated 2025-07-16
Most promising approaches as of 2020:
Why Private Billions Are Flowing Into Fusion by Bloomberg (2022)
Source. - Joint European Torus
- General Fusion: compress with liquid metal. Intends to demo in JET site.
- Helion Energy: direct fusion to electricity conversion without steam, direct from magnetic field movements
- First Light: shootjobs.lever.co/proximafusion/23aab9a8-34ec-40d2-bb14-440f1130021c microscopic objct at a target to crush it so much that fusion happens
Fusion power could be the next big thing Updated 2025-07-16
Main section: fusion power.
Gallatin School of Individualized Study Updated 2025-07-16
Gallium arsenide Updated 2025-07-16
This is apparently the most important III-V semiconductor, it seems to actually have some applications, see also: gallium arsenide vs silicon.
Gallium arsenide vs silicon Updated 2025-07-16
Trying to use gallium arsenide was Seymour Cray's fatal last flaw as mentioned at The Supermen: The Story of Seymour Cray by Charles J. Murray (1997).
The Supermen: The Story of Seymour Cray by Charles J. Murray (1997) page 4 mentions:
Cray wanted his new machine to employ circuits made from a material called gallium arsenide. Gallium arsenide had achieved limited success, particularly in satellite communications and military electronics. But no one had succeeded with it in anything so complicated as a computer. In the computer industry, engineers had developed a saying: "Gallium arsenide is the technology of the future," they would say. "And it always will be."
Game of chance Updated 2025-07-16
The definition is not very precise, as in many games with random elements there is a mixture of both skill and luck.
So we just use the precise Non-deterministic game term instead for any game that has any random element beyond the control of the players.
Gao Qiu Updated 2025-07-16
He is extremely despicable and petty, enjoys only useless things, and is vengeful and disloyal. Rooting for sport teams is stupid.
OurBigBook.com Learning management systems Updated 2025-07-16
This website basically aims to be a learning management system, allowing in particular a teacher to focus his help on students that he is legally obliged to help due to their job. But it will have the following unusual characteristics in current LMS solutions:
- public first, to allow reuse across universities, rather than paywalled as is the case for most top universities
- students can create material just like teachers, both are on equal footing. Students/teachers will see an indicator "this is your teacher"/"this is your student for this/past semester", but that is the only difference between their interfaces.
Generative AI by modality Updated 2025-07-16
Genome Updated 2025-07-16
Genomics Updated 2025-07-16
Geographic information system file format Updated 2025-07-16
Gilberto Gil Updated 2025-07-16
Gilberto is definitely the most psychedelic/tribal one of the The Holy Trinity of popular Brazilian music, though he also has a boyish quality to his soul.
He is also perhaps the one that impresses Ciro Santilli the most, at times he can't help but feel:
OMG how the hell did he come up with that?!
Gilberto Gil in the cover of his 1977 album Refavela
. Source. OurBigBook.com PageRank-like ranking Updated 2025-07-16
It would be really cool to have a PageRank-link algorithm that answers the key questions:However, Ciro has decided to leave this for phase two action plan, because it is impossible to tune such an algorithm if you have no users or test data.
- what is the best content for subject X.For example, if you are reading
cirosantilli/riemann-integraland it is crap, you would be able to click the buttonwhich leads you to the URL: ourbigbook.com/subject/mathematics. This URL then contains a list of all pages people have written about the subjectVersions by other authors
mathematics, sorted by some algorithm, containing for example: - who knows the most about subject X. This can be found by visiting: ourbigbook.com/users/mathematics "Top Mathematics users", which would contain the list of users sorted by the algorithm:
Perhaps it is also worth looking into ExpertRank, they appear to do some kind of "expert in this area", but with clustering (unlike us, where the clustering would be more explicit).
Other dump of things worth looking into:
gitk Updated 2025-07-16
Git remote communcation Updated 2025-07-16
Git tips But which commit from master did we conflict with exactly? Updated 2025-07-16
git rebase does not tell you that, and that sucks.We only know which commit from the feature branch caused the problem.
Generally we can guess or it is not needed, but
imerge does look promising: stackoverflow.com/questions/18162930/how-can-i-find-out-which-git-commits-cause-conflicts Git tips
git log --graph Updated 2025-07-16For the strong.
git log --abbrev-commit --decorate --graph --pretty=oneline master HEADOutput:
* b4ec057 (master) 5
* 0b37c1b 4
| * fbfbfe8 (HEAD -> my-feature) 7
| * 7b0f59d 6
|/
* 661cfab 3
* 6d748a9 2
* c5f8a2c 1If we also add the As we can see, this removes any commit that is neither:
--simplify-by-decoration, which you very often want want on a real repository with many commits:* b4ec057 (master) 5
| * fbfbfe8 (HEAD -> my-feature) 7
|/
* c5f8a2c 1- under a branch or tag
- at the intersection of too branches or tags
Unlisted articles are being shown, click here to show only listed articles.


