Hueristic
Legendary
Offline
Activity: 1904
Merit: 1140
Doomed to see the future and unable to prevent it
|
 |
February 13, 2015, 03:18:37 PM |
|
I will setup an SMF forum or something else just like bitcointalk for monero on monerotalk.com as a freebie with my domains  There already was a SMF forum setup for monero by Anon336 (or whatever three numbers postcede Anon), I forget the URL (maybe it was moneroforum.org, and now that redirects to forum.monero.cc?). There's also this forum which predates the SMF one: https://monerotalk.org/ . Is there a system for linking BBS's?
|
|
|
|
|
|
Your Bitcoin transactions The Ultimate Bitcoin mixer made truly anonymous. with an advanced technology.
|
|
|
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction. Advertise here.
|
|
|
|
jehst
|
 |
February 13, 2015, 03:24:50 PM Last edit: February 13, 2015, 03:39:18 PM by jehst |
|
I also agree with greek, I have no use for reddit or that style board.
The people has spoken, what will the devs do? jokes aside, I dont think demands have much say in an open source project. Why does the dev have to do it? As argued here already why doesn't the dev focus on Monero itself then a user, perhaps one of you who want a classic forum, can go start a classic forum. Rather than complain, execute. We could put up 10 forums tomorrow or 10 websites tomorrow. We already have 2-3 of each. Executing is not hard. We're trying to build a consensus here. Consensus is the hard part in an open source project. It took 7+ months or so to build consensus and finally settle the emission issue, right? And that had nothing to do with any extra work. It was just a decision. So consensus is an area where XMR is struggling a bit. I'm not talking about work or execution
|
Year 2021 Bitcoin Supply: ~90% mined Supply Inflation: <1.8%
|
|
|
Indefinitely
Newbie
Offline
Activity: 26
Merit: 0
|
 |
February 13, 2015, 04:09:38 PM |
|
I knew, I knew. I saw david talking about registering domain names in public and was counting the hours to some parasite register them all and come back asking for a ransom, here is my free sugestion to the devs: dump all other domains and stick to monero.cc subdomains and consider all other aside mymonero and xmrmonero a potential scam.
I am not apart of the core team, nor have I any close affiliation with Monero. But, I've taken precautions against just that, I'm willing to give free domains (Yes, they are high quality) to anyone wanting to build websites revolving around Monero, simply to combat domain ransoming this early on in the game.
|
|
|
|
GTO911
|
 |
February 13, 2015, 04:15:59 PM |
|
I knew, I knew. I saw david talking about registering domain names in public and was counting the hours to some parasite register them all and come back asking for a ransom, here is my free sugestion to the devs: dump all other domains and stick to monero.cc subdomains and consider all other aside mymonero and xmrmonero a potential scam.
I am not apart of the core team, nor have I any close affiliation with Monero. But, I've taken precautions against just that, I'm willing to give free domains (Yes, they are high quality) to anyone wanting to build websites revolving around Monero, simply to combat domain ransoming this early on in the game. I Dropped the price
|
|
|
|
Quicken
|
 |
February 13, 2015, 04:33:06 PM |
|
I Dropped the price
How about dropping the ransom attempts?
|
|
|
|
David Latapie
|
 |
February 13, 2015, 04:37:36 PM |
|
Dedicated XMR Forum should be the responsibility of MEW, but they are too interested in playing a game.
And xmrmonero.com, FOR FUCK SAKE! https://xmrmonero.com/forum/And been announced, people posted on it. And we even discussed two days ago about the new name. Yeah, playing a game... What if you posted there instead, mmh?
|
|
|
|
GTO911
|
 |
February 13, 2015, 04:54:28 PM |
|
I Dropped the price
How about dropping the ransom attempts? Final Drop
|
|
|
|
TheKoziTwo
Legendary
Offline
Activity: 1547
Merit: 1001
|
 |
February 13, 2015, 05:50:12 PM |
|
GTO911: This topic is for monero discussion, there is a marketplace subforum to sell your shitty domains.
|
|
|
|
medusa13
|
 |
February 13, 2015, 05:52:18 PM |
|
Error: wallet failed to connect to daemon (http://localhost:18081). Daemon either is not started or passed wrong port. Please, make sure that daemon is running or restart the wallet with correct daemo n address. what can i do? wallet seems to work, but the messages annoys me I am on windows and i start monero like this: @echo off tasklist /FI "IMAGENAME eq bitmonerod.exe" 2>NUL | find /I /N "bitmonerod.exe">NUL if not %ERRORLEVEL% == 0 ( echo Starting node... start /MIN bitmonerod.exe else ( echo Node already started. )
tasklist /FI "IMAGENAME eq simplewallet.exe" 2>NUL | find /I /N "simplewallet.exe">NUL if not %ERRORLEVEL% == 0 ( if exist x.keys ( echo Starting previous save... start simplewallet.exe --wallet x ) else ( echo Starting new save... start simplewallet.exe ) ) else ( echo wallet already started. )
|
XMR Monero
|
|
|
TheKoziTwo
Legendary
Offline
Activity: 1547
Merit: 1001
|
 |
February 13, 2015, 06:09:51 PM |
|
Maybe I'm old fashioned, but I can't stand "infinite scrolling" either. It's a feature I find to be very annoying for the most part (there are exceptions where it can serve a purpose, such as google image search). The problem I have with it is that I can't go to a particular page without scrolling endlessly. There are times when I want to lookup a discussion, and say there are 50 pages, I know it's likely to be somewhere around 30-40, with pagination I can make some guess and narrow it down fairly quick, but with infinite scroll I will have to scroll endlessly through page 1-30 or 50-40 before I can start my search. Another scenario could be you're reading a thread and are on page 30 (or in this case, far into your "scroll") and by accident you close the page or (god forbid) you are stupid enough to click a link without "open in new windows". Now you're left to wonder where you left of. Heh - the Markdown thing was a jab, but seriously it's so much better than BBCode and raw HTML for posts, and it's a LOT easier for us to handle security implications. On the infinite scrolling thing, we already handle pagination if you browse with JavaScript disabled:  JS enabled  JS disabled We can definitely add a user setting to disable infinite scrolling in lieu of pagination. We'll have to give some thought as to how we highlight jumped-to comments in short threads. That's excellent, shouldn't be too much of an issue to enable it then, if already created for non-js browsers. Maybe I'm old fashioned, but I can't stand "infinite scrolling" either. It's a feature I find to be very annoying for the most part (there are exceptions where it can serve a purpose, such as google image search). The problem I have with it is that I can't go to a particular page without scrolling endlessly. There are times when I want to lookup a discussion, and say there are 50 pages, I know it's likely to be somewhere around 30-40, with pagination I can make some guess and narrow it down fairly quick, but with infinite scroll I will have to scroll endlessly through page 1-30 or 50-40 before I can start my search. Another scenario could be you're reading a thread and are on page 30 (or in this case, far into your "scroll") and by accident you close the page or (god forbid) you are stupid enough to click a link without "open in new windows". Now you're left to wonder where you left of.
Try remember how long it took you to scroll down versus if you were on page 30 or not. You can't even remember the location of your scroll bar since there is no such thing as "half down the page" with infinite scroll.
As for my main concern (order), you are right, I can order it by oldest / latest. That's cool. But the quotes are not in the actual post, it's above in a tooltip, but the entire post is not displayed. So what happens if I want to read the post quoted? I have to click the link and it will take me to the post, but with infinite scroll how am I going to find my way back to the responding post? the scroll bar is useless. And it's not unreasonable to assume I want to read the quoted post of the quoted post, and as you move up you're just getting more lost.
Discourse addresses those issues. Jeff Atwood (CodingHorror) blogged about the troubles of pagination and infinite scrolling http://blog.codinghorror.com/the-end-of-pagination/Robin Ward (EvilTrout) then blogged about how to "do it right" a year later http://eviltrout.com/2013/02/16/infinite-scrolling-that-works.htmlHere's an example of a long thread at Discourse https://meta.discourse.org/t/what-is-the-most-awesome-plugin-for-discourse-that-does-not-yet-exist/31/73The /73 is the currently viewed reply so navigating to a link and hitting back works it's updated using the javascript replaceState function to update the URL as described in EvilTrout's blog In the lower right is a progress bar showing how far you are into a thread which upon clicking allows you to jump to a specific post, top, or bottom Love it, that was a much better user experience.
|
|
|
|
|
nioc
Legendary
Offline
Activity: 1596
Merit: 1007
out of the blue and into the black
|
 |
February 13, 2015, 09:04:21 PM |
|
FWIW I can login with no problem.
|
If you don't know where you're going any road will get you there
|
|
|
5w00p
|
 |
February 13, 2015, 09:11:30 PM |
|
I just created a new account. eff it, it was probably a mistake on my part.
|
|
|
|
fluffypony
Donator
Legendary
Offline
Activity: 1260
Merit: 1024
GetMonero.org / MyMonero.com
|
 |
February 13, 2015, 09:24:34 PM |
|
I can't see any outgoing password recovery mails in our MailGun logs; if you used the password recovery form using an email that doesn't exist it will tell you that it's sent a password recovery email even though it hasn't. This is unfortunately a security necessity, otherwise an attacker could use the password recovery form to ascertain what email address(es) are registered.
|
|
|
|
Hueristic
Legendary
Offline
Activity: 1904
Merit: 1140
Doomed to see the future and unable to prevent it
|
 |
February 14, 2015, 03:32:03 AM |
|
Dedicated XMR Forum should be the responsibility of MEW, but they are too interested in playing a game.
And xmrmonero.com, FOR FUCK SAKE! https://xmrmonero.com/forum/And been announced, people posted on it. And we even discussed two days ago about the new name. Yeah, playing a game... What if you posted there instead, mmh? My bad, completely missed it and signed up now.
|
|
|
|
bitspill
Legendary
Offline
Activity: 1848
Merit: 1006
|
 |
February 14, 2015, 04:05:43 AM |
|
if you used the password recovery form using an email that doesn't exist it will tell you that it's sent a password recovery email even though it hasn't. This is unfortunately a security necessity, otherwise an attacker could use the password recovery form to ascertain what email address(es) are registered.
This is also something they discussed over at discourse recently I don't have the link at the moment but can find it if you wish. Basically they deemed it worth the slight security hit in exchange for increased user experience. Although the forgot password page may not disclose it what happens if you try registering with an email that is already in the system?
|
|
|
|
pandher
Legendary
Offline
Activity: 952
Merit: 1000
Stagnation is Death
|
 |
February 14, 2015, 06:47:53 AM |
|
Something i wanted to say
Have been an emotional supporter since day one. But the state of affairs in here are pressing me to second thoughts. I mean what exactly is happening here? Mew making their own shitty forum while core team forum is nothing to talk about. No clear idea which website belongs to whom and where should we go to find info. And the prehistoric site designs dont do much to engage anyone.
Where is the community, where are the ideas, what is happening actually?
Only one thing i know, the db is coming and it is coming . Sigh Dont tell me it is in testing. Where are the repeated requests by the devs to test it
These are harsh but true words. We need to Organise. We need to streamline and stop playing games.
Here is what i want to happen -
Change the mew name to Monero Foundation, the foundation will have voting to select new members, irrespective of their holdings.
Only two groups. The Foundation and the Core Team
We need a new good looking website. We need a new good looking forum. No scratch experiments. Who got the time for that. Time is of utmost value in these times of competition.
These will be the official sites. The foundation will have a separate site and can have a private forum. Dont need two forums.
The core team needs to clearly define a timeline of things to be developed. They need to stop wasting time and pick up one thing at a time and work collaboratively on it.
To the extent of my knowledge we need the db and then the gui. We should focus on these goals only
Then the question arises of funding - there is no other way but to invite funding. So the real question is why will people fund us. We need a service like mymonero which we can sell shares of. We need to brainstorm some ideas.
All in all a scam called darkcoin is ahead of monero just because they are organized, focused, swift
|
|
|
|
Indefinitely
Newbie
Offline
Activity: 26
Merit: 0
|
 |
February 14, 2015, 07:06:10 AM |
|
I believe some people here are perfectionists, but in an environment such as thing one, temporary things should be put in place until the final design or implementation is achieved(temporary forum, temporary official website design, etc).
|
|
|
|
bitspill
Legendary
Offline
Activity: 1848
Merit: 1006
|
 |
February 14, 2015, 07:46:57 AM |
|
Here is what i want to happen -
We need a new good looking website. We need a new good looking forum. No scratch experiments. Who got the time for that. Time is of utmost value in these times of competition.
~~ SNIP ~~
To the extent of my knowledge we need the db and then the gui. We should focus on these goals only
Don't those contradict each other? Who's going to build the new good looking website and set up a good looking forum? Isn't that what they are working on with the custom forum being built.
|
|
|
|
5w00p
|
 |
February 14, 2015, 07:55:55 AM |
|
Something i wanted to say ...
You make some decent points. What if we start a kickstarter campaign to make potato salad? If a guy can gather tens of thousands of dollars for tater salad, we ought to be able to organize a campaign to fund whatever we want. A new websites is the answer? I am not so sure, but it seems to be the buzz lately. Personally, I shared on my FB page about MyMonero when it launched and offered 1 XMR to any friend who opened a wallet there. It went over like a turd in the punch bowl. I may not have the most tech-savvy bunch of FB friends but I do have some smart & successful friends, some who are in tech and whatnot, and I didn't get a single like or comment. Boo hoo.  Seems we are still pretty far ahead of what I foresee as a nice adoption curve with Monero and crypto in general. Meanwhile, @pple pay and whatever response g00gle has to it are the latest payment trends. Pay with your phone via NFC. The Core Devs will tell us "Things take time." Of course, I understand that. But, I do have to agree that some other coins are seemingly more well-organized as a community. The official forum is a ghost town. So, I believe we just need to collaborate to get some stuff done as a community, outside of the Core Devs. They are busy. What do we want to do?
|
|
|
|
|