Skip to content

Instantly share code, notes, and snippets.

@akhavr
akhavr / RadicalLongevityManifesto.md
Created March 20, 2025 17:18
Radical Longevity Manifesto

Longevity manifesto

They Stole Our Future!

Wake up, fellow! Our dreams have been crushed by the greedy elite!

Remember the golden days of our grandgrandparents? They could travel the world freely, build a better life for their families, and reach for the stars. But the powerful few couldn't stand to see us prosper.

@akhavr
akhavr / LongevityManifesto.md
Created March 20, 2025 17:16
Longevity Manifesto

Longevity manifesto

Our life was stolen from us

In the beginning of 20th century standards of living improved beyond anyone believed possible even a generation before. First time people could travel around the world not with an army or a trade expedition, but in small companies, or even as a family.

@akhavr
akhavr / gist:e3c02431226c93afe6066dd671755bfb
Created October 6, 2017 08:54
MetaMask ETH address for Rinkeby faucet
0x95AD24cBA549D1eEC32E8F9d3086d48917a9971E

Keybase proof

I hereby claim:

  • I am akhavr on github.
  • I am akhavr (https://keybase.io/akhavr) on keybase.
  • I have a public key ASB4z0vpxrPzWVYdw3Ja3_XzKMvRVJSy-tbMBSvoyu3fCgo

To claim this, I am signing this object:

@akhavr
akhavr / Doing ripple transactions via ripple_api.py
Last active August 29, 2015 14:05
Doing ripple transactions via ripple_api.py
"""
This is short instruction how to start doing ripple transactions with python.
I'm using https://github.com/42cc/ripple_api/ , developed by 42 Coffee Cups, my company.
1. Install the package into your virtual environment
(.env) $ pip install -e git://github.com/42cc/ripple_api.git#egg=django-ripple_api
Obtaining django-ripple-api from git+git://github.com/42cc/ripple_api.git#egg=django-ripple_api
Cloning git://github.com/42cc/ripple_api.git to ./.env/src/django-ripple-api