The opposite of a human-readable format.
Less evil are BLOBs that come from Reproducible builds.
By William Shockley in 1948 also at Bell Labs Murray Hill.
The BSD conjecture states that if your name is long enough, it will always count as two letters on a famous conjecture.
Maybe also insert a joke about BSD Operating Systems if you're into that kind of stuff.
The conjecture states that Equation 1. "BSD conjecture" holds for every elliptic curve over the rational numbers (which is defined by its constants and )
Equation 1.
BSD conjecture
. Where the following numbers are defined for the elliptic curve we are currently considering, defined by its constants and :- : number of elements of the elliptic curve over the finite field, where the finite field comes from the reduction of an elliptic curve from to . can be calculated algorithmically with Schoof's algorithm in polynomial time
- : rank of the elliptic curve over the rational numbers. We don't really have a good general way to calculate this besides this conjecture (?).
- : a constant
The conjecture, if true, provides a (possibly inefficient) way to calculate the rank of an elliptic curve over the rational numbers, since we can calculate the number of elements of an elliptic curve over a finite field by Schoof's algorithm in polynomial time. So it is just a matter of calculating like that up to some point at which we are quite certain about .
The Wikipedia page of the this conecture is the perfect example of why it is not possible to teach natural sciences on Wikipedia. A million dollar problem, and the page is thoroughly incomprehensible unless you already know everything!
Centerpiece of the CEA since the beginning of the French nuclear weapons program, headquarters since 2006.
Or in other words: there is no Turing machine that always halts for every input with the yes/no output.
Every undecidable problem must obviously have an infinite number of "possibilities of stuff you can try": if there is only a finite number, then you can brute-force it.
Lists of undecidable problems.
Coolest ones besides the obvious boring halting problem:
Official Bitcoin domain registered by Satoshi Nakamoto.
Registration: 2008-08-18 by www.namecheap.com, an American company. But using a privacy oriented registrar: bitcoin.stackexchange.com/questions/89532/how-did-nakamoto-untraceably-pay-for-registering-bitcoin-org It is unknown how he could have paid anonymously, so it seems likely that the true identity could be obtained by law enforcement if needed.
First archive 2009-01-31: web.archive.org/web/20090131115053/http://bitcoin.org/ Also from the archive history web.archive.org/web/20100701000000*/bitcoin.org, things really started picking up on July 2010. This is almost certainly due to the opening of
Genius: Richard Feynman and Modern Physics by James Gleick (1994) mentions several times how Richard Feynman was a reader of the encyclopedia. E.g. in youtu.be/ivxkd98mDvc?t=50 Richard's sister also talks about it.
Then the Internet came along and killed it.
The motivation model for collaborators was simple: to get famous. To be able to be selected contribute an article meant that you knew something or two! There was some physicist Ciro read the biography of who was really glad to be able to write an article on the encyclopedia after having worshiped it for so long, TODO find the reference.
While this is somewhat a part of Wikipedia motivation, it is much less so because there is no single article authorship. This is something OurBigBook.com aims to improve.
Startup lists:
Deep tech (have labs) unicorns:
- Oxford Nanopore Technologies
- Graphcore
- CMR Surgical
- Britishvolt
- Touchlight Genetics
A polynomial with multiple input arguments, e.g. with two inputs and :as opposed to a polynomial with a single argument e.g. one with just :
It is important to note that due to horizontal gene transfer, the early days of life, and still bacteria to this day due to bacterial conjugation, are actually a graph and not a tree, see also: Figure "Graph of life".
Definitely have a look at: coral of life representations.
E.g. in , the underlying field is , the real numbers. And in the underlying field is , the complex numbers.
Any field can be used, including finite field. But the underlying thing has to be a field, because the definitions of a vector need all field properties to hold to make sense.
Basic example tested on SQLite 3.40.1, Ubuntu 23.04:output:
sqlite3 :memory: 'select 1 union select 2'
1
2
Two columns two rows:output:
sqlite3 :memory: <<EOF
select * from (values (1, 2), (2, 3))
union
select * from (values (2, 3), (3, 4))
EOF
1|2
2|3
3|4
Note how duplicates are removed, to keep them we output:
UNION ALL
instead:sqlite3 :memory: <<EOF
select * from (values (1, 2), (2, 3))
union all
select * from (values (2, 3), (3, 4))
EOF
1|2
2|3
2|3
3|4
The United Kingdom is one big field.
Everything is extremely uniform and fully controlled by humans. Maybe this is partially due to it being an island with extensive flood plains. Loots of white mana floating around there.
Some impressively sounding natural parks look more like cute countryside that is slightly hillier than the surrounding countryside.
This uniformity does however make it quite comfortable for its Hobbit inhabitants.
It also means that whenever slightly out of the ordinary happens, e.g., a bit of slightly heavier rain, everything floods. In some way however, the Brits are very pragmatic, and as long as the flood is not too bad, they just let it be, it might be cheaper.
Decent interactive counties map: help.openstreetmap.org/questions/22603/displaying-uk-ceremonial-counties TODO districts...
Confusingly, in LaTeX:
\varepsilon
rendered , is the default modern Greek glyph\epsilon
rendered is the lunate variant
Unlisted articles are being shown, click here to show only listed articles.