Inscription (blockchain) by Ciro Santilli 37 Updated +Created
Data that is inscribed in a blockchain as a way to perpetuate the data, rather than to follow the main intended purpose of the given blockchain, e.g. ASCII art instead of financial transactions on the Bitcoin blockchain.
Google Trends by Ciro Santilli 37 Updated +Created
Google X by Ciro Santilli 37 Updated +Created
Wikipedia reads:
Any contributor could create and own new Knol articles, and there could be multiple articles on the same topic with each written by a different author.
so basically exactly what Ciro Santilli wants to do on OurBigBook.com. Ominous.
Like any closed source "failure", everything was deleted. wiki.archiveteam.org/index.php/Knol
Go (programming language) by Ciro Santilli 37 Updated +Created
Likely a good replacement for Python. If the ecosystem gets there, Ciro Santilli would gladly use it more.
Fixed-point arithmetic is a numerical representation and computation method where numbers are represented with a fixed number of digits before and after the decimal point (or binary point). Unlike floating-point arithmetic, which can represent a wide range of values by using a variable number of significant digits and exponents, fixed-point arithmetic has a predetermined level of precision and range. ### Key Characteristics of Fixed-point Arithmetic: 1. **Representation**: The numbers are represented as integers multiplied by a scaling factor.
Biological photovoltaics (BPV) is a technology that combines biological processes with photovoltaic (solar energy) systems to convert sunlight into electrical energy. BPV systems use living organisms, typically microorganisms such as algae or bacteria, to capture and convert solar energy into chemical energy, which can then be transformed into electrical energy.
Gospel of John by Ciro Santilli 37 Updated +Created
Gospel of Matthew by Ciro Santilli 37 Updated +Created
The first chapter of the New Testament.
gothinkster/django-realworld-example-app by Ciro Santilli 37 Updated +Created
As of 2021, last updated 2016, and python 3.5 appears to be mandatory or else:
RuntimeError: __class__ not set defining 'AbstractBaseUser' as <class 'django.contrib.auth.base_user.AbstractBaseUser'>. Was __classcell__ propagated to type.__new__?
which apparently broke in 3.6: stackoverflow.com/questions/41343263/provide-classcell-example-for-python-3-6-metaclass and pyenv install fails on Ubuntu 20.10, so... fuck. Workarounds at:but am I in the mood considering that the ancient Django version would require an immediate port anyways? Repo is at Django 1.0, while newest is now already Django 3. The Rails one is broken for the same reason. Fuck 2.
Half-precision floating-point format, often referred to as "half" or "binary16," is a computer number format that occupies 16 bits (2 bytes) in memory and is typically used for representing floating-point numbers with lower precision and range than single-precision (float) or double-precision (double) formats.
Governments should provide basic Internet infrastructure by Ciro Santilli 37 Updated +Created
Companies are getting too much power to distort regulations and destroy privacy.
Taxes pay for the physical car roads, so why shouldn't they also pay for the "online roads" of today?
Other less simple ones that might also be feasible:
All of them should have strong privacy enabled by default: end-to-end encryption, logless, etc. Governments are not going to like this part.
And then if you ever forget a password or lose a multi-factor authentication token, you can just go to an ID center with your ID to recover it.
Grade (exam) by Ciro Santilli 37 Updated +Created
Hexadecimal by Wikipedia Bot 0
Hexadecimal, often abbreviated as "hex," is a base-16 numeral system that uses sixteen distinct symbols to represent values. The symbols used in hexadecimal include: - The digits 0 to 9, which represent values zero through nine. - The letters A to F (or a to f), which represent values ten through fifteen.
Gradient, Divergence, Curl, and Laplacian by Ciro Santilli 37 Updated +Created
Graduate course of the University of Oxford by Ciro Santilli 37 Updated +Created
Andrey Kiselyov by Wikipedia Bot 0
Andrey Kiselyov may refer to a few individuals, but one of the more notable figures is a Russian scientist known for his contributions to the field of physics and engineering, particularly in areas related to nanotechnology and materials science. However, there may be other individuals with the same name in different fields, including sports or other professions.
Brain reading by Ciro Santilli 37 Updated +Created
Gram-negative bacteria by Ciro Santilli 37 Updated +Created
Notable examples:
Figure 1.
Structure of a Gram-negative bacteria
. Source.

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