Neon by Ciro Santilli 37 Updated +Created
Eric Temple Bell by Wikipedia Bot 0
Eric Temple Bell (1883–1960) was a Scottish-born mathematician, mathematician, and science fiction writer who made significant contributions to mathematics and its popularization. He is perhaps best known for his work in the fields of number theory, analysis, and the theory of functions. In addition to his academic work, Bell was a prolific writer and authored numerous books aimed at a general audience, making complex mathematical concepts accessible to non-specialists.
As of my last knowledge update in October 2023, Eugenia O'Reilly-Regueiro does not appear to be a widely recognized public figure, historical figure, or concept in mainstream discourse. It's possible that she is a private individual or a name that has come into prominence after my training cutoff.
Frank P. Ramsey (1903–1930) was a British mathematician, philosopher, and economist known for his contributions to various fields, including mathematics, logic, and decision theory. Despite his short life, he made significant advancements in several areas: 1. **Mathematics**: Ramsey is best known for his work in combinatorial mathematics. The Ramsey theory, which deals with conditions under which a certain order must appear in structures, is named after him.
Image editor by Ciro Santilli 37 Updated +Created
Gaston Tarry by Wikipedia Bot 0
Gaston Tarry is a French surname, but there is no widely recognized individual or entity by that name as of my last update in October 2023. It is possible that Gaston Tarry could refer to a person, a fictional character, or a lesser-known figure in a specific context, such as literature, history, or art.
Nerds 2.0.1 by Ciro Santilli 37 Updated +Created
Very very good. Those nice pre-Dot-com bubble vibes.
Part 1 - Networking The Nerds talks about the TCP/IP and early machines implementing it:
Part 2 - Serving the Suits
Part 3 - Wiring the World:
Netron by Ciro Santilli 37 Updated +Created
ONNX visualizer.
Figure 1.
Netron visualization of the activatedgeek/LeNet-5 ONNX output
.
Gyula Y. Katona by Wikipedia Bot 0
Gyula Y. Katona is a Hungarian mathematician known for his significant contributions to combinatorics and graph theory. He is especially recognized for his work on extremal combinatorics, which studies the optimal (or extreme) positions of structures like graphs or sets under certain constraints. Katona's research often involves topics such as set systems, intersection theorems, and various aspects of discrete mathematics.
John Riordan (1905–1982) was an American mathematician known for his work in combinatorics, generating functions, and number theory. He made significant contributions to the field, particularly in the areas of combinatorial methods and the study of special functions associated with mathematical sequences.
Network switch by Ciro Santilli 37 Updated +Created
A switch is a box with a bunch of Ethernet wires coming into it:
+--------------------+
| +-+  +-+  +-+  +-+ |
| |1|  |2|  |3|  |4| |
| +-+  +-+  +-+  +-+ |
+--------------------+
Except that it doesn't have to be Ethernet, e.g. it would also be a Wi-Fi.
What the switch does is:
  • an Ethernet request came in from wire 1
  • decide which wire to send it out on, e.g. wire 2, 3, 4, 5, etc. You likely don't want to send it back through 1 where it came from.
After the destination is found, a confirmation is somehow sent back to the switch, which then learns which wire to send each MAC address to.
A switch is a bit like a router but it is a bit dumber/operates at a lower level: it basically operates only on MAC addresses, not on IP addresses.
The Internet service provider boxes most people have at home combines a switch for the local network and a router for the ISP communication.
Neuralink by Ciro Santilli 37 Updated +Created
Elon Musk's attempt.
Neural network by Ciro Santilli 37 Updated +Created
Popular science publication by Ciro Santilli 37 Updated +Created
Gábor Tardos by Wikipedia Bot 0
Gábor Tardos is a Hungarian mathematician known for his work in various areas of combinatorics, including extremal combinatorics, graph theory, and discrete mathematics. He has made significant contributions to the fields of combinatorial optimization and probability theory as well. Tardos is also recognized for his collaborative work and has published numerous research papers and articles throughout his career.
Neurokernel by Ciro Santilli 37 Updated +Created
The Neurokernel Project aims to build an open software platform for the emulation of the entire brain of the fruit fly Drosophila melanogaster on multiple Graphics Processing Units (GPUs).
Neuro-symbolic AI by Ciro Santilli 37 Updated +Created
An IBM made/pushed term, but that matches Ciro Santilli's general view of how we should move forward AGI.
Ciro's motivation/push for this can be seen e.g. at: Ciro's 2D reinforcement learning games.
Hazel Perfect by Wikipedia Bot 0
"Hazel Perfect" refers to a specialized variety of hazelnut developed for its excellent flavor, productivity, and adaptability. These nuts are typically bred to enhance traits such as disease resistance, yield, and nut quality. However, it is important to note that "Hazel Perfect" could also represent a brand, product, or specific cultivar name in certain regions, so context is key when discussing it.

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