I hereby claim:
- I am vporton on github.
- I am porton (https://keybase.io/porton) on keybase.
- I have a public key ASBwvejjmaetGkkHF7QxxH9oTLzl4_eYwHfJizu5jq8rYAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
The future of open source is to reward open source developers with minted crypto money (instead of current inefficient or not working ways to monetize). It can be done with my Ethereum Reward Courts software.
Open source usually benefits the entire world, but only a small number of people or companies provide reward for an open source product. Instead we should mint money creating inflation in the entire world spread approximately equally between all and reward open source with those minted money. It means that open source will be both free and paid: free for users, paid by the entire world (the entity who benefits).
This way we could turn most of the closed source software into open source, because open source will become more profitable than closed source, due to a more just spreading of spents.
Response to a security audit
Chain of trust is interntional. It has (at least) the following usages:
So, in my opinion, your response to trusted courts is invalid. If you have any response, please respond.
#!/bin/sh | |
# Script to run a shell command without breaching security of your home dir: | |
# safe cat /home/me/VERY-SECRET-FILE | |
# cat: /home/me/VERY-SECRET-FILE: No such file or directory | |
# Requires `firejail`, `expect`, `xserver-xorg-video-dummy`. | |
# The file /etc/X11/xorg.conf.d/dummy-1920x1080.conf is to be taken from | |
# https://techoverflow.net/2019/02/23/how-to-run-x-server-using-xserver-xorg-video-dummy-driver-on-ubuntu/ |
#!/usr/bin/env python3 | |
import re | |
import subprocess | |
import json | |
import urllib.request | |
import shutil | |
import os | |
import sys |