Create account

Nikamoto
replied 1753d
That's the sticking point. You need to be n°1 to add features to the protocol
replied 1753d
I'm guessing you're not a dev, but just FYI no one controls any protocols. Many apps implement many protocols. This app use Memo, SLP, B://, etc.
Nikamoto
replied 1752d
If I want to add something to the memo protocol (let say private message) and you disagree/dont want to implement it then it'll fail and cause frustration for everyone
Nikamoto
replied 1752d
It works too with the retweet functionality that is missing here, if only 10% can rt it's weird
It's a good thing because the n1 should be the one that decides because who else should
replied 1752d
Email works the same way, over the years different email providers have added new features that have been selectively supported by others. No one controls email.
replied 1752d
There are multiple apps that have added to the protocol. None have failed or caused frustration afaik.
Nikamoto
replied 1752d
To the memo protocol ? You are the only one developing it so you are the only one modifying the protocol. I don't think there is an alternative serious site that is a "memo clone"
replied 1752d
The memo protocol is just OP_RETURN with prefixes. Just because they don't have large amounts of traffic doesn't mean they weren't able to add new prefixes.
replied 1753d
He's a Faketoshi zealot. All words are wasted on him.
replied 1753d
Memo is still small. It could be eclipsed in no time.
replied 1753d
We need more competition! So glad the interest is there though, I bet this is going to be a huge sector eventually. I'll help out in any way I can
replied 1753d
Do you know any CSS? That’s what’s holding me up right now because I suck at CSS and design.
replied 1753d
I got u. What needs to be done?
replied 1753d
CSS grids. One row is 7 cols. #1 is left justified, #2 is blank (resizes with the window), #3-7 are right justified. Can't get a constant gap with #3-7; it changes with resize.
replied 1753d
Can you make a code pen
replied 1753d
Use CSS Flexbox, it's native and works extremely easily:

https://css-tricks.com/snippets/css/a-guide-to-flexbox/
replied 1753d
Grid is the successor to flexbox, so I was hoping to employ new tech. Might give up and just use bootstrap 😂
replied 1753d
Unfortunately I haven't done any web development in a while, I would be happy to help out where I can though