create account

... by rok-sivante

View this thread on: hive.blogpeakd.comecency.com
· @rok-sivante · (edited)
$94.31
properties (23)
authorrok-sivante
permlinksteemit-app-expansions-the-future-of-in-post-smart-contract-integrations
categorysteemit
json_metadata{"tags":["steemit"],"image":[],"links":["https://steemit.com/steemit/@rok-sivante/steemit-app-idea-the-future-of-smart-contract-integration-for-fundraising-contests-and-more","https://steemit.com/eos/@trogdor/introduction-to-eos-the-epic-blockchain-operating-system"],"app":"steemit/0.1","format":"markdown","users":[]}
created2017-05-27 00:56:15
last_update2021-09-09 05:26:24
depth0
children12
last_payout2017-06-03 00:56:15
cashout_time1969-12-31 23:59:59
total_payout_value88.128 HBD
curator_payout_value6.183 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length3
author_reputation665,093,768,323,780
root_title...
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,837,979
net_rshares14,388,281,691,559
author_curate_reward""
vote details (247)
@digicrypt ·
Really interesting and valuable information. I hope you will keep us updated on any developments. So many possibilities...
properties (22)
authordigicrypt
permlinkre-rok-sivante-steemit-app-expansions-the-future-of-in-post-smart-contract-integrations-20170527t013751069z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-05-27 01:37:51
last_update2017-05-27 01:37:51
depth1
children0
last_payout2017-06-03 01:37:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length122
author_reputation9,344,424,618,224
root_title...
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,839,021
net_rshares0
@dwinblood ·
Awesome idea.  If that didn't work you could also worst case base 64 encode some relevant data for your contract and embed it in the post as plain text.    If it has an appropriate header and footer it could be filtered and/or handled properly.
properties (22)
authordwinblood
permlinkre-rok-sivante-steemit-app-expansions-the-future-of-in-post-smart-contract-integrations-20170527t005918803z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-05-27 00:59:15
last_update2017-05-27 00:59:15
depth1
children5
last_payout2017-06-03 00:59:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length244
author_reputation383,232,067,634,988
root_title...
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,838,057
net_rshares0
@rok-sivante ·
mmm... kinda lost with the technicals.

but curiosity intrigued with the 64... 64 I Ching hexagrams... 64 codons in DNA... hmmmm... ha ha :-)
properties (22)
authorrok-sivante
permlinkre-dwinblood-re-rok-sivante-steemit-app-expansions-the-future-of-in-post-smart-contract-integrations-20170527t010213059z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-05-27 01:02:12
last_update2017-05-27 01:02:12
depth2
children4
last_payout2017-06-03 01:02:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length141
author_reputation665,093,768,323,780
root_title...
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,838,108
net_rshares0
@dwinblood ·
Base 64 is how they encode attachments in EMAIL.

You may have heard of HEXIDECIMAL which is 0123456789ABCEF.

When you do math it is usually base 10.   This means you use digits from 0 to 9 for all of your math.

So if we use two digits we can store the number from 00 to 99.

Hexidecimal has 16 symbols.   So we can store values from 0-15 in one digit.

In two digits it can represent a value from 00-FF  which in Base 10 is (0-255).

So just by adding more digit types we can store more information in the same amount of space.

Base 64 uses something like:
0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz/+

So each digit can store a value from 0-63.   So in the example above that would be:
00 to ++ which in base 10 is (0 to 4095) using only TWO digits.

There is a computer technical reason why both Base 64 and Base 16 are desireable in terms of how they fit into memory.

Mainly what you need to know is that you can take any binary file or data and convert it easily to and from base 64.

You end up with a lot of plain text gibberish, but this could be in a post with something like.

[CONTRACT]
Base 64 gibberish
[/CONTRACT]

Steemit or any website could be designed to filter out that contract block, or display it however you want.

We could potentially infinitely extend steem this way with the existing services.   The only drawback is the unsightly appearance of the BASE 64 block data.   If the website hides that or turns it into something useful it would not be a problem.
properties (22)
authordwinblood
permlinkre-rok-sivante-re-dwinblood-re-rok-sivante-steemit-app-expansions-the-future-of-in-post-smart-contract-integrations-20170527t011356263z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-05-27 01:13:51
last_update2017-05-27 01:13:51
depth3
children2
last_payout2017-06-03 01:13:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,507
author_reputation383,232,067,634,988
root_title...
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,838,375
net_rshares0
@gruppler ·
Base 64 encoding is just a way to encode binary data as a string of text using 64 different characters.

64 is 2^6, and all powers of 2 pop up in computing all the time, because binary is base 2 (as is the I Ching).
👍  
properties (23)
authorgruppler
permlinkre-rok-sivante-re-dwinblood-re-rok-sivante-steemit-app-expansions-the-future-of-in-post-smart-contract-integrations-20170527t014619239z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-05-27 01:46:18
last_update2017-05-27 01:46:18
depth3
children0
last_payout2017-06-03 01:46:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length215
author_reputation231,861,405,465
root_title...
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,839,187
net_rshares3,450,100,854
author_curate_reward""
vote details (1)
@jraysteem ·
Great!
properties (22)
authorjraysteem
permlinkre-rok-sivante-steemit-app-expansions-the-future-of-in-post-smart-contract-integrations-20170527t023025885z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-05-27 02:30:33
last_update2017-05-27 02:30:33
depth1
children0
last_payout2017-06-03 02:30:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length6
author_reputation8,784,912,117,192
root_title...
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,840,175
net_rshares0
@steemitboard ·
Congratulations @rok-sivante! You have completed some achievement on Steemit and have been rewarded with new badge(s) :

[![](https://steemitimages.com/70x80/http://steemitboard.com/notifications/comments.png)](http://steemitboard.com/@rok-sivante) Award for the number of comments

Click on any badge to view your own Board of Honnor on SteemitBoard.
For more information about SteemitBoard, click [here](https://steemit.com/@steemitboard)

If you no longer want to receive notifications, reply to this comment with the word `STOP`

If you want to support the SteemitBoard project, your upvote for this notification is welcome!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-rok-sivante-20170527t073640000z
categorysteemit
json_metadata{"image":["https://steemitboard.com/img/notifications.png"]}
created2017-05-27 05:36:45
last_update2017-05-27 05:36:45
depth1
children0
last_payout2017-06-03 05:36:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length628
author_reputation38,975,615,169,260
root_title...
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,844,096
net_rshares0
@stpro1 ·
Everybody would want a Steemit app. Why haven't I thought of this before?
properties (22)
authorstpro1
permlinkre-rok-sivante-steemit-app-expansions-the-future-of-in-post-smart-contract-integrations-20170527t021706681z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-05-27 02:17:09
last_update2017-05-27 02:17:09
depth1
children0
last_payout2017-06-03 02:17:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length73
author_reputation80,115,115,396
root_title...
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,839,871
net_rshares0
@team101 ·
Great idea.  thanks.
👍  
properties (23)
authorteam101
permlinkre-rok-sivante-steemit-app-expansions-the-future-of-in-post-smart-contract-integrations-20170527t010604902z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-05-27 01:06:09
last_update2017-05-27 01:06:09
depth1
children0
last_payout2017-06-03 01:06:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length20
author_reputation12,700,047,182,916
root_title...
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,838,198
net_rshares1,445,870,534
author_curate_reward""
vote details (1)
@team101 ·
Great idea.  Thanks!
👍  
properties (23)
authorteam101
permlinkre-rok-sivante-steemit-app-expansions-the-future-of-in-post-smart-contract-integrations-20170527t011614520z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-05-27 01:16:18
last_update2017-05-27 01:16:18
depth1
children0
last_payout2017-06-03 01:16:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length20
author_reputation12,700,047,182,916
root_title...
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,838,452
net_rshares1,445,870,534
author_curate_reward""
vote details (1)