You are viewing a single comment's thread from:

RE: POB STREET 04-09-21 #4 with @onealfa

I believe @leprechaun has been working on use interface stuff. How and where can one even practice within the POB sphere, or do you have to take open source code, try it somewhere else and see how to manipulate it? Once you have an idea that seems to work with the code, how is it implemented for everyone? The reason I ask is, if I have a great idea, but it can't be implemented, what's the point, right?

For instance, the "focused" articles I get right now are only from those I have have followed. Is there a way to tell the user interface, or have it self learn the topics in ingested in? Right now, I can see what's "hot", new, or trending. Perhaps the ux is great and I just don't know how to use it better... but if that's the case, the ux isn't intuitive and needs updating to be easier. Maybe it exists, but it would be nice to have filtered search capabilities.

In regard to ux, what could clean up the look of pob while establishing its brand like a big company (fB, IG, YT, TikTok, etc)? We can all see it when we use their services. Give has the same feel as steem, which means there is an artistic element we can recognize in the ux. What elements should we add or remove to make pob stand out?

Sort:  

And then what is the official price of pob?@leprechaun
Is the Leodex price the official pob price value or is just a temporary price or is that it's permanent price?

No official price. Cryptos do not have official prices.

@leprechaun
So the right price is the one in leodex?
but a cryptocurrency price value should be market capacity/circulating supply.

If you want to buy it, the right price is the lowest. If you're trying to sell it, the right price is the highest.

can we create another exchange apart from leodex, like p2p exchange with the market price


Posted via proofofbrain.io

I'd like to see something like that I hear Thorchain is a solution, but if that were true why the hell are they directing us to centralized exchanges to buy Rune? .

i think centralised exchange too is nice for fast transactions, i discuss with an admin of a token about listing pob on it exchange (decentralised exchange), but he told me that the token must be under bsc20 or erc20.

Yes I got it
Thank you sir for answering all my questions

To my knowledge I don't think crypto currency have an official prize,the prize flotrate .


Posted via proofofbrain.io

but there is no liquidity pool, if am right cryptocurrency price is defined by the market cap/circulating supply.


Posted via proofofbrain.io

The marketcap is defined by the price and the circulating supply. I think most Austrian economists believe that an increase in supply of a currency creates a downward pressure on the unit price of a currency. I agree with this and I believe you do too. I don't like to use the term "inflation" because not everyone agrees what the word means.

The downward pressure doesn't immediately affect the value though. I think it depends on how much transfers are taking place. If there is little no economic activity, the price will take incredibly long to get re-discovered. In fiat the economic activity is much higher than that of any blockchain, so the incrase of supply has a relatively quick effect on fiat denominated prices.

The posts from those you have followed is stored in the blockchain. The front end doesn't really figure out what posts you should get based on who you followed it just requests it from a RPC server.

...Is there a way to tell the user interface, or have it self learn the topics in ingested in?

There is no way to do this in the backend and this is not implemented in any front end as far as I know. It is a stellar idea though.

If you want to implement this, you could write your own code in the language you want. It should just accept HTTP requests and accept JSON from the internet on some port other than 443, then you can setup Apache or something similar to handle the SSL (TLS) part with Let's Encrypt. There is another solution which has a weird acrynom name I don't remember.

Remember to fight for freedom everyday.

Stay Free!

Now I just need to learn how to code lol...I've played with HTML, but am very limited. I can create a mean spreadsheet in Excel with some Macros, but that's about the extent of my programming capabilities. With that being said, would there be a way to hire a professional programmer to program these things into the interface? It could very well be worth it to pony up some cash for that as a community.

The API is huge but I think one can get this sort of thing using this call:

condenser_api.get_discussions_by_active 
Returns a list of discussions based on active.

Query Parameters JSON 
[
  {
    "tag": "",
    "limit": 0,
    "filter_tags": [],
    "select_authors": [],
    "select_tags": [],
    "truncate_body": 0
  }
]

See https://developers.hive.io/apidefinitions/#condenser_api.get_discussions_by_active

Maybe there are routines in there that gives you the tags are in the posts a particular user has been voting on. If not we would have to create a backend to do that part.

And sorry for the typos...I typed it from my phone and it likes to replace words as I swipe...guess I should proofread my stuff more often :)

I have no expectations for good spelling on a small sized touch screen keyboards and some of our members do not have English as their first language.

Wow this will be so wonderful if this use case interface is carried out.