not sure if you can speak about rush when they were talking about it 3 years ago when i first signed up ... i think they must have told the man something about "fast" and "exciting" "new" "organic" ... "blockchain" ... tribes and TEAM ! (perhaps), then dusted off that moldy code and wheeled it out in 48 hours heh
next up : SMT's like ... custom json is as old as teh cahin there 8kb of it, you can store whatever you like and the steemit UI won't pick it up, you could have your own sub-feed on your feed that only you can pick out if you keep it to 8kb per post and encrypt it with some pgp-type key
or store hyperlinks ( https://steemd.com/tx/17fd044b692ba0205eb52a0fe01ae3e67243b63e )
from steem import Steem
from steem.transactionbuilder import TransactionBuilder
from steembase import operations
s = Steem(nodes=["https://api.steemit.com"],
keys=["postingkeyofcourse"])
account = "gmdatacenter"
apythonvariable = "tutorial php cron"
ops = [
operations.CustomJson(**{
"from": account,
"id": "datacenter.links",
"json": [
'this thing',
{
"desc": "php_sapi_name",
"cont": "https://www.php.net/php_sapi_name",
"args": apythonvariable
}
],
"required_auths": [],
"required_posting_auths": ["gmdatacenter"],
}),
]
tb = TransactionBuilder()
tb.appendOps(ops)
tb.appendSigner(account, "posting")
tb.sign()
tb.broadcast()
or
d&d characters maybe
from steem import Steem
from steem.transactionbuilder import TransactionBuilder
from steembase import operations
s = Steem(nodes=["https://api.steemit.com"],
keys=["INSERTTHATPOSTINGKEYHERE"])
account = "INSERTYOURACCOUNTNAMEHERE"
apythonvariable = "i dont really know howapythonvariable works and what it looks like"
#post = [line.rstrip('\n') for line in open('ascithing')]
ops = [
operations.CustomJson(**{
"from": account,
"id": "dndchar",
"json": [ 'my char',
{
"name": "Littelas de Von Pluriël",
"race": "high elf",
"alignment": "chaotic-good",
"STATS": "STR:12,DEX:18,CON:10,INT:16:WIS:14,CHA:16",
"ETCETERA": "i suppose you can use more brackets im not the json expert",
"ETC2": "and stuff",
"args": apythonvariable
}
],
"required_auths": [],
"required_posting_auths": ["INSERTYOURACCOUNTNAMEHERE"],
}),
]
tb = TransactionBuilder()
tb.appendOps(ops)
tb.appendSigner(account, "posting")
tb.sign()
tb.broadcast()
or ...
https://steemd.com/tx/00ce3f18c3ee220ed209a7ee8218bf7d3e78eadf
500+ 'localized - internal' wallets for a game () ... unpractical since the size is 8kb max
I don't know why stuff like steemmonsters has to spam every single transaction all across everybody's feed since in essence for all i know it is 1 blockchain so any transaction can be stored anywhere just once so they could just as well store it on their own whale account and it would be just as immutable but i suppose reasons , i don't know
what i DO know is that when steemit comes out with it in maybe five or ten years it will be :
new !
and
so let's all be very excited about it (lol , orley rolley , those people omg ...)
https://slashdot.org/story/20/02/26/1633236/why-do-corporations-speak-the-way-they-do
and thus ... its not just you, i cant seem to find the hide re-steems button as well
RE: Is it just me?