Mary Croarken by Wikipedia Bot 0
Mary Croarken does not appear to be a widely recognized public figure or concept based on the information available up to October 2023. It's possible that she is a private individual or a figure in a specific context that is not broadly documented.
Online forums that lock threads after some time by Ciro Santilli 37 Updated +Created
And of course, 4chan just takes that to a whole new level, usually closing on the same day, and then getting deleted within a week. Why would anyone contribute non-illegal content to that king of system?!
Ridiculous, so when new information comes out, we just duplicate all the old comments on a new thread again?
Remember, Ciro Santilli is the Necromancer God.
List of static site generators by Ciro Santilli 37 Updated +Created
Bookdown by Ciro Santilli 37 Updated +Created
Written in R, but also relies on pandoc, so quite bad dependency wise.
Cross files references to IDs: yes. But no check by default for duplicates when doing automatic ID from title. Just automatically disambiguates with -1, -2 suffixes, and links take the last one available.
Source page splitting: splits at h2 by default. If configurable, likely always af fixed level?
Has some nice image generation from inline code from standard R plotting functions.
Hello world on Ubuntu 23.04 after installing R:
sudo R -e 'install.packages("bookdown")'
git clone https://github.com/rstudio/bookdown-demo
cd bookdown-demo
Rscript -e 'bookdown::render_book("index.Rmd")'
xdg-open _book/index.html
The build CLI comes from: stackoverflow.com/questions/50888871/how-to-use-rscript-command-line-tool-to-build-a-book-in-bookdown
The installatoin Rscript -e 'bookdown::render_book("index.Rmd")' takes several minutes, it compiles a bunch of stuff from source apparently. but it did work.
R. Anthony Hyman by Wikipedia Bot 0
R. Anthony Hyman is a prominent scientist known for his work in the fields of cell biology and biophysics. He has made significant contributions to our understanding of cellular organization, particularly regarding the role of phase separation in organizing cellular components. His research often focuses on processes such as the formation of biomolecular condensates and their implications in cellular function and disease.
Lammily by Wikipedia Bot 0
Lammily is a brand of dolls that was created with the aim of promoting a more realistic and healthy body image for children. Launched by Nickolay Lamm in 2014, the Lammily doll is designed to reflect the proportions of an average American girl, in contrast to traditional fashion dolls that often have unrealistic body shapes. The Lammily doll features a range of body types and comes with accessories that encourage imaginative play while also addressing issues of diversity and self-acceptance.
Fruit fly model by Ciro Santilli 37 Updated +Created
Raymond Flood is a mathematician known for his contributions to mathematics education and mathematical outreach, particularly in the context of the British Mathematical Society and other mathematical organizations. He has worked to promote the understanding of mathematics and its applications, often focusing on the importance of mathematical literacy in society. His work often involves developing educational resources, engaging with teachers and students, and contributing to discussions on improving mathematics pedagogy.
Hugo (static site generator) by Ciro Santilli 37 Updated +Created
Blog by Ciro Santilli 37 Updated +Created
Blog comment hosting service by Ciro Santilli 37 Updated +Created
Disqus by Ciro Santilli 37 Updated +Created
Thomas Heath (1861–1940) was a notable British classicist, mathematician, and historian of science, particularly recognized for his work on ancient Greek mathematics. He is best known for his translations and analyses of the works of prominent ancient mathematicians, including Euclid and Archimedes. Heath authored several influential texts, including "A History of Greek Mathematics," which provides a comprehensive overview of the development of mathematics in ancient Greece.
Giscus by Ciro Santilli 37 Updated +Created
Medium (website) by Ciro Santilli 37 Updated +Created
While this has some of the metrics features that Ciro Santilli wants to implement for OurBigBook.com, it limits the number of articles your readeres can read.
How the fuck can you publish on a website that limits the number of views for your articles?!?! When all it has is static pages + some metrics?!?!
Evil. Just learn to use GitHub Pages for God's sake.
Hyperbolic functions by Ciro Santilli 37 Updated +Created
Adrian Wyatt by Wikipedia Bot 0
As of my last update in October 2023, there isn’t a widely recognized figure or entity specifically known as "Adrian Wyatt." It could refer to a private individual, a fictional character, or someone who has gained prominence in a specific field after my last update.
HyperNormalisation by Adam Curtis (2016) by Ciro Santilli 37 Updated +Created
Mailing list by Ciro Santilli 37 Updated +Created
It boggles Ciro Santilli's mind that people use mailing list to collaborate on projects!
The only explanation is that the dinosaurs who created the projects are unable to adapt to new superior technologies.
Yes, Ciro is talking to you, big fundamental projects from last century: Linux kernel, GNU Compiler Collection (gcc.gnu.org/lists.html), Binutils (sourceware.org/binutils/), etc.
Some of you are already using Bugzilla for the bugs, so kudos. But if you've seen their benefit, why you still use the mailing list for patches?
Advantages of mailing lists:
Disadvantages: everything else:
Not sure:
  • you can have infinitely many trackers to replicate data in case apocalypse happens in some part of the world.
    Although I'm not sure this is an advantage, as you don't know anymore which one is the canonical trackers an advantage, as you don't know anymore which one is the canonical tracker.
    And all web interfaces already have an API to export messages, and someone has already scripted it to import from any web UI to any web UI for you.
    And GitHub offers infinite precise history transparently on its API.

Pinned article: ourbigbook/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 5. . 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.
  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