A quick overview of some developments: research.aimultiple.com/ordinal-inscriptions-history/
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.
Wikipedia reads:so basically exactly what Ciro Santilli wants to do on OurBigBook.com. Ominous.
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.
Like any closed source "failure", everything was deleted. wiki.archiveteam.org/index.php/Knol
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.
The first chapter of the New Testament.
gothinkster/django-realworld-example-app by
Ciro Santilli 37 Updated 2025-07-01 +Created 1970-01-01
As of 2021, last updated 2016, and python 3.5 appears to be mandatory or else:which apparently broke in 3.6: stackoverflow.com/questions/41343263/provide-classcell-example-for-python-3-6-metaclass and
RuntimeError: __class__ not set defining 'AbstractBaseUser' as <class 'django.contrib.auth.base_user.AbstractBaseUser'>. Was __classcell__ propagated to type.__new__?
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 have lost all power to companies by
Ciro Santilli 37 Updated 2025-07-01 +Created 1970-01-01
Beautifully argued at: Can't get you out of my head by Adam Curtis (2021).
Governments should provide basic Internet infrastructure by
Ciro Santilli 37 Updated 2025-07-01 +Created 1970-01-01
Taxes pay for the physical car roads, so why shouldn't they also pay for the "online roads" of today?
The following services are obvious picks because they are so simple:
Other less simple ones that might also be feasible:
- geographic information system. Notable anti-example: United Kingdom's Ordnance Survey's apparently non-free-data
- App stores
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.
See: exam.
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 2025-07-01 +Created 1970-01-01
Graduate course of the University of Oxford by
Ciro Santilli 37 Updated 2025-07-01 +Created 1970-01-01
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.
Notable examples:
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!
Intro to OurBigBook
. Source. We have two killer features:
- 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-calculusArticles 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/derivativeVideo 2. OurBigBook Web topics demo. Source. - 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.
- to OurBigBook.com to get awesome multi-user features like topics and likes
- as HTML files to a static website, which you can host yourself for free on many external providers like GitHub Pages, and remain in full control
Figure 2. You can publish local OurBigBook lightweight markup files to either OurBigBook.com or as a static website.Figure 3. Visual Studio Code extension installation.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. - Infinitely deep tables of contents:
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