Proposal 103 (Q1854)

From Nouns Dev
A Nouns proposal.
Language Label Description Also known as
English
Proposal 103
A Nouns proposal.

    Statements

    0 references
    Fund Nouns Clients Development
    0 references
    114
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    1 July 2022
    0 references
    36
    0 references
    103
    0 references
    1
    0 references
    Removing single points of failure is an important step in the maturation of the DAO toward true, full decentralization.
    0 references
    ⌐◨-◨ 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 🟩🟩🟩⬛🟩🟩🟩🟩🟩🟩🟩🟩🟩 🟩⬛⬛⬛🟩🟩🟩🟩🟩🟩🟩🟩🟩 🟩⬛🟩⬛⬛⬛🟩🟩🟩🟩🟩🟩🟩 🟩🟩⬛⬛🟩⬛⬛⬛🟩🟩🟩🟩🟩 🟩🟩🟩🟩⬛⬛🟩⬛⬛⬛🟩🟩🟩 🟩🟩🟩🟩🟩🟩⬛⬛🟩⬛⬛⬛🟩 🟩🟩🟩🟩🟩🟩🟩🟩🟩⬛🟩⬛🟩 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩⬛🟩 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩
    0 references
    Easy yes for me. Attract builders to Nouns while experimenting with single-point-of-failure resistance.
    0 references
    0 references
    Voted by the crowd at the Noun O Clock show
    0 references
    Fund nouns clients development
    0 references
    1 July 2022
    0 references
    100
    0 references
    0
    0 references
    100
    0 references
    Recent bids might be interesting perhaps?
    Recent bids might be interesting perhaps?--In the conversation, olli#3961 suggests an activity feed-like feature with auction bids and other events, such as delegates, proposals, and votes. While there isn't a direct answer to whether recent bids would be interesting, the conversation shows that the idea is being considered and discussed.
    0 references
    I’m about to push the rarity table feature but I want to make one improvement to make it more useful — what’s the best way to curve the occurrences of noun traits so we get meaningful rarity measurements?
    The best way to curve the occurrences of noun traits to get meaningful rarity measurements, as suggested by davidbrai#5671, is to use the cumulative distribution function of the binomial distribution. You can find more information on this at https://en.wikipedia.org/wiki/Binomial_distribution#Cumulative_distribution_function and use the formula for Pr(X <= k). An online calculator for this can be found at https://stattrek.com/online-calculator/binomial.
    0 references
    some feedback, i wanted to be able to place a quick bid, and the buttons were +5% etc. Is there a way that one of the buttons can pre-populate the min bid?
    There is a Min button that pre-populates the minimum bid. It was suggested to make Min one of the tabs and move it out of the secondary button location, which was implemented.
    0 references
    wallet balance = amount remaining in wallet after current bid?
    Yes, wallet balance refers to the amount of ETH remaining in the wallet after the current bid.
    0 references
    wouldn't it be multinomial instead of binomial? given that there are multiple types instead of just 2--it's like a dice with 45 sides instead of a coin with just 2 sides--https://en.wikipedia.org/wiki/Multinomial_distribution
    It doesn't make a difference in Austin's case because the probability of a specific head appearing in a single toss is calculated the same. It would make a difference if questions were about a series of nouns and the probabilities to get different heads.
    0 references
    Hello, <@202986009216942080> you added me to make noun o clock POAP.app arts for October. Could you please let me if there are any guidelines and templates available?
    For the Noun O' Clock POAP.app arts, you should add Noun O’ Clock at The Noun Square, your name for credit, and the noun number on each. Create the art for that day's noun in whatever style you like. You are booked for nouns #488-#494.
    0 references
    <@587947144304918550> just read <#1028837340883468288> and was thinking about resilience--> 2. Resilience. We architected the server in a way that takes resilience very seriously. It doesn't depend on the Graph, Dune, Nansen, or any proprietary provider APIs. E.g. Alchemy incident 2 weeks ago wouldn't affect nouns.sh because it can fallback to other providers. We believe it's super important for the DAO long-term.--we never made resilience as a stated goal, but can you shed some light on what shenounigans runs on?
    Shenounigans runs on Alchemy for chain interaction (bid, block numbers) and Graph to fetch aggregated data (trait stats, previous auction data, etc.). To improve resilience, they could add more providers as fallbacks (e.g., Infura) or even add their own Ethereum node for no third-party dependency. For Graph, it's a bit trickier without indexing the data themselves, and it's unclear if they're using additional fallback APIs (Covalent, Moralis, etc.) or if nouns.sh is open.
    0 references
    Activity feed-like thing with auction bids and other events perhaps?
    An activity feed-like feature with auction bids and other events was suggested by olli#3961. Krel#0404 responded positively to the idea and discussed various aspects of the holder page design, but there was no definitive confirmation that the feature would be implemented.
    0 references
    Got you booked in for nouns #488-#494
    0 references
    - Another toggle to see the noun for the current block — perhaps the toggle would show the block noun instead of the up-for-auction noun?--- if we do that, we can go even further and add some game-like mechanic where we let ppl vote on the current block noun — either thumbs up/down, or scale 1-10-- maybe even better would be to show the last 2 blocks nouns and run a this or that game?
    0 references
    i like the idea of having the noun auction always on?
    0 references
    maybe we should have something like a poll-like at the start of fomo?
    0 references
    now im thinking we just kill this part too?--the product looks good with the current split of [nouns stuff || chat]--and when we come up with new things we cant to add (say mini games, stats, etc) it forces us to come up with clever ways to include those features instead of just stuffing them into a catch-all drawer at the bottom
    0 references
    today we're pretty dependent on Alchemy for chain interaction (bid, block numbers) and Graph to fetch aggregated data (trait stats, prev auction data, etc.)--for alchemy dep we could add more providers as fallbacks (e.g. infura), even add our own eth node for no 3rd party dependency.--for graph I guess it's a bit trickier without indexing the data ourselves. curious if that's what they're doing or if they're using addt'l fallback apis (covalent, moralis, etc.). is nouns.sh open?
    0 references
    transfer events as in the noun changing wallets? i like it
    0 references
    wish list:-- during FOMO, either switch completely to FOMO mode (remove/swap out the Noun 447, auction ended text) OR show a small thumbnail with the noun we just sold — not sure what is best
    0 references
    The proposal requests 100 ETH to fund four teams with 25 ETH each for the development of Nouns Client via a Prop House Round. The aim is to develop multiple clients for the Nouns protocol to e xplore new designs, remove single points of failure, and decrease reliance on one vendor or technology.
    0 references
    3
    0 references