Data center by Ciro Santilli 35 Updated +Created
Local server by Ciro Santilli 35 Updated +Created
Server run on the current machine. That's how all websites are developed and born!
Client (computing) by Ciro Santilli 35 Updated +Created
Turing machine by Ciro Santilli 35 Updated +Created
The dominating model of a computer.
The model is extremely simple, but has been proven to be able to solve all the problems that any reasonable computer model can solve, thus its adoption as the "default model".
The smallest known Turing machine that cannot be proven to halt or not as of 2019 is 7,918-states: www.scottaaronson.com/blog/?p=2725. Shtetl-Optimized by Scott Aaronson is just the best website.
A bunch of non-reasonable-looking computers have also been proven to be Turing complete for fun, e.g. Magic: The Gathering.
Universal Turing machine by Ciro Santilli 35 Updated +Created
A Turing machine that simulates another Turing machine/input pair that has been encoded as a string.
In other words: an emulator!
The concept is fundamental to state several key results in computer science, notably the halting problem.
Turing complete by Ciro Santilli 35 Updated +Created
A computer model that is as powerful as the most powerful computer model we have: Turing machine!
List of anatomical systems by Ciro Santilli 35 Updated +Created
Formal language theory by Ciro Santilli 35 Updated +Created
The libertarian opposition to government-funded welfare is based on of course, ideals of voluntaryism, but also on the efficiency of private entities. Simply giving the poor money is not the best way to end poverty. With private charities, the ones that can actually cause change in a neighbourhood will get donations, and inefficient ones won't. This will likely involve putting conditions on the money given, eg., that the able-bodied and able-minded must participate in education/employment. There's also the task of making such initiatives as efficient as possible.
If a pseudo-libertarian government were to forcibly collect money for welfare, it would be best to decouple the voting for the NAP-enforcing and welfare-providing branches, but there would still be a big problem.
If contributing to welfare was compulsory and the welfare provider was voted upon democratically, the votes of wealthy charity givers that want to see change would be drowned out by the votes of the poor that would prefer to receive money with no strings attached, and the votes of the upper and middle classes that want their contributions reduced. And if the voting isn't democratic, the system will be overthrown by the people. But reducing compulsary welfare via the votes of the upper and middle class is currently possible if all of them could be convinced that it is misplaced kindness.
The main concern people have regarding abolishing welfare is whether enough money will be donated to cover all poor people. The rich who can afford to donate large amounts already do, be it out of kindness or to acquire goodwill, and people would certainly donate a lot more if they didn't already have to pay half their money in income, property, value-added, excise, and numerous other taxes, for the "betterment of society". Libertarians believe that this, combined with the fact that the best performing charities will be the ones donated to, mean that poverty will be alleviated with less money needing to be spent.
We can't definitively prove this yet, so why not first test things out by slowly reducing the scope of government welfare? It must not all be cut suddenly, since time will be needed for the culture surrounding welfare to shift as people pay less in taxes, and for private charities to strengthen and become effective.
Recursively enumerable language by Ciro Santilli 35 Updated +Created
There is a Turing machine that halts for every member of the language with the answer yes, but does not necessarily halt for non-members.
Mortal matrix problem by Ciro Santilli 35 Updated +Created
One of the most simple to state undecidable problems.
The reason that it is undecidable is that you can repeat each matrix any number of times, so there isn't a finite number of possibilities to check.
Computable problem by Ciro Santilli 35 Updated +Created
A:
Uncomputable function by Ciro Santilli 35 Updated +Created
The prototypical example is the Busy beaver function, which is the easiest example to reach from the halting problem.
Computable number by Ciro Santilli 35 Updated +Created
There are only boring examples of taking an uncomputable language and converting it into a number?
Recursive set by Ciro Santilli 35 Updated +Created
Same as recursive language but in the context of the integers.
Regular expression by Ciro Santilli 35 Updated +Created
Decision problem by Ciro Santilli 35 Updated +Created
Computational problem where the solution is either yes or no.
When there are more than two possible answers, it is called a function problem.
Decision problems come up often in computer science because many important problems are often stated in terms of "decide if a given string belongs to given formal language".

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!
Video 1.
Intro to OurBigBook
. Source.
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
    Video 2.
    OurBigBook Web topics demo
    . Source.
  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:
    • 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
    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.
    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