Oddbean new post about | logout
 Yeah I just don't see this working. If the system is so complex we need a small handful of really smart people to paper over the complexities, the masses will become dependent. I'm not expecting perfect decentralization, but it's just that it's far more convenient and decentralized to send on-chain if I don't want to use a smartphone and someone else's nodes.  
 My goal is to create a binary / library that just works, then wrap an app/system around it. Still rough, but it works. 

https://github.com/trbouma/safebox-binaries 
 curious why you don't have safebox produce binaries as a build or even automated? 
 Not that sophisticated yet.  
 Yeah I would highly recommend against checking in binaries into git, you'd want to release those as an asset for sure. 

maybe I could lend a hand sometime although I'm very unfamiliar with python build/compilation tools. I'm curious how Python creates "Linux" safe binaries.