Spock by Ciro Santilli 37 Updated +Created
Ciro's nc HTTP test server by Ciro Santilli 37 Updated +Created
As per stackoverflow.com/a/52351480/895245 our standard test setup is:
while true; do
  resp=$"$(date): hello\n"
  len="$(printf '%s' "$resp" | wc -c)"
  printf "HTTP/1.1 200 OK\r\nContent-Length: $len\r\n\r\n${resp}\n" | nc -Nl 8000
done
List of bitcoin blocks by Ciro Santilli 37 Updated +Created
Bitcoin entrepreneur by Ciro Santilli 37 Updated +Created
Bitcoin Core executable by Ciro Santilli 37 Updated +Created
Bitcoin miner inscription by Ciro Santilli 37 Updated +Created
Horrible Horrendous Terrible Tremendous by Ciro Santilli 37 Updated +Created
They might have shut down, but they still have the cutest name! And they've made some cute inscriptions too, see: HHTT
Bitcoin address by Ciro Santilli 37 Updated +Created
Coinbase transaction by Ciro Santilli 37 Updated +Created
The first transaction of each Bitcoin block is called the "coinbase transaction", and it is magic as it does not need to point to a previous output script and have a valid input script as it serves as a Block reward for miners.
ipinf.ru by Ciro Santilli 37 Updated +Created
Category 5 cable by Ciro Santilli 37 Updated +Created
Blockchain explorer by Ciro Santilli 37 Updated +Created
Silk Road (film) by Ciro Santilli 37 Updated +Created
We need a mini-series, this just doesn't have enough time. Notably, too much focus on dob, and not enough on the development of Silk Road iteslf. Though it is cool to see what his motivations might have been like. One wonders how realistic the character is. Though him meeting Ross Ulbricht personally sounds exceptionally unlikely.
Vulcan salute by Ciro Santilli 37 Updated +Created
This construction takes as input:and it produces an elliptic curve over a finite field of order as output.
The constructions is used in the Birch and Swinnerton-Dyer conjecture.
To do it, we just convert the coefficients and from the Equation "Definition of the elliptic curves" from rational numbers to elements of the finite field.
For example, suppose we have and we are using .
For the denominator , we just use the multiplicative inverse, e.g. supposing we have
where because , related: math.stackexchange.com/questions/1204034/elliptic-curve-reduction-modulo-p

Unlisted articles are being shown, click here to show only listed articles.