Ciro is looking for:
The initial incentive for the creators is to make them famous and allow them to get more fulfilling jobs more easily, although Ciro also wants to add money transfer mechanisms to it later on.
We can't rely on teachers writing materials, because they simply don't have enough incentive: publication count is all that matters to their careers. The students however, are desperate to prove themselves to the world, and becoming famous for amazing educational content is something that some of them might want to spend their times on, besides grinding for useless grade.
There is basically only one scalable business model in education as of the 2020's: helping teenagers pass university entry exams. And nothing else. Everything else is a "waste" of time.
Perhaps there is a little bit of publicity incentive to helping them win knowledge olympiads as well, but it is tiny in comparison, and almost certainly not a scalable investment. This may also depend on whether universities consider anything but exams, which varies by country.
That marked is completely saturated, and Ciro Santilli refuses to participate in it for moral reasons.
Beyond that, there is no scalable investment. Other non-scalable investments that could allow one to make a lifestyle business are:
  • extra-curricular initiatives to get younger children interested in science. These may have some money stream coming from the parents of the children. This happens because for young children, the parents are more in control, and the parents, unlike the students, have some money to spend. An example: www.littlehouseofscience.com/
    The space is also further crowded by several not-for profits.
    This business model is possible because experiments for young children may be cheap to realize, unlike any experiment that would matter to a teenager or adult.
  • creating a private university, for profit or not. Of course, at this point, you would be either:
Teenagers and young adults:
  • don't have money to give you if you want to "help them learn for real"
  • are somewhat forced to obtain their "reputable university" reputation to kickstart their careers
It is this perfect storm that places this specific section of education in such a bad shape that it is today.
This project is likely to fail. It could become the TempleOS of wikis. The project' autism score is quite high. It might be an impossible attempt at a lifestyle business. But Ciro is beyond caring now. It must be done. Other things that come to mind:
Dangerous combination:
One man with a laptop and a dream.
and for any crazy person who might wish to join: Men Wanted for Hazardous Journey.
Video 1.
One Man's Dream - Ken Fritz Documentary (2021)
Source.
In some ways, Ciro was reminded of OurBigBook.com by this documentary. Ken built his ultimate audio system without regard to money and time, to enjoy until he dies. Ciro is doing something similar. There is one fundamental difference however: everyone can enjoy a website all over the world.
A bit ominous though that the whole thing was eventually sold off for a fraction of the building cost: www.washingtonpost.com/style/interactive/2024/ken-fritz-greatest-stereo-auction-cost/.
Once the ball starts rolling, these are people who should be contacted.
Basically anything under educational charitable organization counts.
Start with consulting for universities to get some cash flowing.
Help teachers create perfect courses.
At the same time, develop the website, and use the generated content to bootstrap it.
Choose a domain of knowledge, generate perfect courses for it, and find all teachers of the domain in the world who are teaching that and help them out.
Then expand out to other domains.
TODO: which domain of knowledge should we go for? The more precise the better.
If enough people use it, we could let people sell knowledge content through us.
Teachers have the incentive of making open source to get more students.
Students pay when they want help to learn something.
We take a cut of the transactions.
However this goes a bit against our "open content" ideal.
Forced sponsorware would be a possibility.
Would be a bit like Fiverr. Hmmm, maybe this is not a good thing ;-)
Don't like this very much, but if it's the only way...
Maybe focus on job ads like Stack Overflow.
Then:
  • like YouTube, pay creators proportionally to views/metrics
  • paid subscription to remove ads from site
Not a fun of giving up control for such a low-maintenance cost venture... but keeping a list just in case...
If Ciro Santilli weren't a natural born activist, he chould have made an excellent intelligence analyst! See also: Section "Being naughty and creative are correlated".
In this project Ciro Santilli extracted (almost) all Git commit emails from GitHub with Google BigQuery! The repo was later taken down by GitHub. Newbs, censoring publicly available data!
Ciro also created a beautifully named variant with one email per commit: github.com/cirosantilli/imagine-all-the-people. True art. It also had the effect of breaking this "what's my first commit tracker": twitter.com/NachoSoto/status/1761873362706698469
Figure 1.
GitHub Archive query showing hashed emails
. It was Ciro Santilli that made them hash the emails. They weren't hashed before he published the emails publicly.
Figure 2.
All GitHub Commit Emails repo before takedown
. Screenshot from archive.is.
The Paul F. Forman Team Engineering Excellence Award is presented by the Institute of Electrical and Electronics Engineers (IEEE) to recognize outstanding engineering teams that have made significant contributions to the field of electrical and electronics engineering. The award honors teams that demonstrate exceptional collaboration, creativity, and innovation in engineering projects, showcasing the impact of teamwork on achieving engineering excellence. The award is named after Paul F.
In electromagnetism, reciprocity refers to a principle that relates the response of a system to an electromagnetic field to the response of the same system when the source of the field and the observation point are interchanged. This principle is grounded in the linearity and time-invariance of many physical systems described by Maxwell's equations, which govern the behavior of electric and magnetic fields.

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