Bitcoin blockchain parser by Ciro Santilli 37 Updated +Created
This section is about partial implementations that are only able to read the blocks, ususally coming from Bitcoin Core, to interpret the data:
Jed McCaleb by Ciro Santilli 37 Updated +Created
Interesting dude.
Astera Institute by Ciro Santilli 37 Updated +Created
By the rich founder of Mt. Gox and Ripple, Jed McCaleb.
Obelisk is the Artificial General Intelligence laboratory at Astera. We are focused on the following problems: How does an agent continuously adapt to a changing environment and incorporate new information? In a complicated stochastic environment with sparse rewards, how does an agent associate rewards with the correct set of actions that led to those rewards? How does higher level planning arise?
Zhang Ziqian by Ciro Santilli 37 Updated +Created
Daisy chain Bitcoin inscription by Ciro Santilli 37 Updated +Created
This is a term invented by Ciro Santilli, and refers to a loose set of uncommon Bitcoin inscription methods that involve inscribing one or a small number of payloads per Bitcoin transaction.
These methods are both inefficient and hard to detect and decode, partly because Bitcoin Core does not index spending transactions: bitcoin.stackexchange.com/questions/61794/bitcoin-rpc-how-to-find-the-transaction-that-spends-a-txo. This makes finding them all that more rewarding however.
On the other hand, they do have the advantage of not depending on any block size limits, as their individual transactions are very small.
Inscribing anything large would however take a very long time, as you'd have to wait until the previous payload chunk is confirmed before going to the next one. This alone makes the format impractical perhaps.
Maser by Ciro Santilli 37 Updated +Created
Video 1.
Principles of the Optical Maser by Bell Labs
. Source. Date: 1963.
Heroku by Ciro Santilli 37 Updated +Created
This feels good.
One problem though is that Heroku is very opinionated, a likely like other PaaSes. So if you are trying something that is slightly off the mos common use case, you might be fucked.
Another problem with Heroku is that it is extremely difficult to debug a build that is broken on Heroku but not locally. We needed a way to be able to drop into a shell in the middle of build in case of failure. Otherwise it is impossible.
Deployment:
git push heroku HEAD:master
View stdout logs:
heroku logs --tail
Drop and recreate database:
heroku pg:reset --confirm <app-name>
All tables are destroyed.
Restart app:
heroku restart
Piezoelectric motor by Ciro Santilli 37 Updated +Created
Relativistic particle in a box thought experiment by Ciro Santilli 37 Updated +Created
Described for example in lecture 1.
Solar System by Ciro Santilli 37 Updated +Created
OsmAnd by Ciro Santilli 37 Updated +Created
Kind of works! Notably, has the amazing cycling database offline for you, if you fall within the 6 area downloads. It is worth supporting these people beyond the 6 free downloads however.
Internet Relay Chat by Ciro Santilli 37 Updated +Created
Histone by Ciro Santilli 37 Updated +Created
These are apparenty an important part of transcriptional regulation given the number of modifications they can undergo! Quite exciting.
NP-complete by Ciro Santilli 37 Updated +Created
A problem that is both NP and NP-hard.
Sandia National Laboratories by Ciro Santilli 37 Updated +Created
New Testament passage by Ciro Santilli 37 Updated +Created

There are unlisted articles, also show them or only show them.