PyData talk: Using Julia for Decentralization by a Quant

Hello guys,

In relation to answer the question of “How to make Julia into mainstream like Python?”, I am giving a talk at PyData Global (online) conference today, with the title “Introduction to Using Julia for Decentralization by a Quant” at 13:30–14:00 (UTC)

https://global2023.pydata.org/cfp/talk/LLFFSD/

Essentially, we would like to change the way how software (especially open-source) are written — through decentralized composition, such that attributes (struct) and methods (functions) are completed decoupled, and the control of read/execute/write are decentralized with minimum cost thanks to multiple dispatch. This would be future-proof for heterogeneous accelerator hardware such as GPU/TPU/MPS etc. Blockchain technology will be integrated into the framework later to provide the foundation for better economics.

We have built the first package (some utility tool using Julia), and is ready for private evaluation. The current license is for personal evaluation only, not for commercial yet. Once we complete the series of packages to form whole framework, we will release it under a more open version of license.

If you are interested, please contact me on LinkedIn https://ae.linkedin.com/in/martinyxie

What does this mean?

Long story, can’t explain in one message, and it will take several steps to reach there. I will mention it in my talk in half an hour’s time. We are creating packages one step at a time. If you are interested, please add me on LinkedIn, and I will share the package for personal evaluation.