I appreciate how open the dev is being and I like the article! But I have a moral annoyance towards username squatting, especially by folks who don’t actually participate in the network…
Selling Tiny Internet Projects for Fun and Profit
81–90 of 148 posts
Re: Selling Tiny Internet Projects for Fun and Profit
#82I appreciate how open the dev is being and I like the article! But I have a moral annoyance towards username squatting, especially by folks who don’t actually participate in the network…
I'm not sure about this, but my assumption was that the service provided information on the availability of names.. not squatting. Which to me is different.
Re: Selling Tiny Internet Projects for Fun and Profit
#83There's been this trend of new firms popping up that acquire small ecommerce brands (in fact, there was one on HN just the other day). I'm wondering if the same model can (or has) been applied to small "indie" companies and projects.
Re: Selling Tiny Internet Projects for Fun and Profit
#84Buyer: I think I could come up to maybe $7500 but that’s about it. .. then later: Buyer: Ok at $10,500 we have a deal. I've sold a few projects in my time, but this conversation makes me think I should really look at having an agent represent me in future. The whole "I can only offer $7500" but then that turned into a $10500 sale just goes over my head - the communications skills needed are next level, and I've read…
Never Split the Difference is another good book to read.
Re: Selling Tiny Internet Projects for Fun and Profit
#85> Giving your project to a stranger on the internet is risky, so we used escrow.com to make the transfer. I sold a website on Flippa once. The buyer put the money on Escrow.com, I transferred everything over, and they went AWOL. What I found out is that there is no straightforward way to obtain the funds when it happens. Apparently there is no way at all except via the court system. Which would mean the only real pro…
Germany's biggest Craigslist-like service recently added a service like this for purchases that are shipped. I sold my previous MacBook using the system and found it really stressful to wait for the buyer to confirm the item. In my case, it was just someone who was a little bit slow and just forgot, but I can imagine abuse in the system. Same thing happens with PayPal buyer's protection. I can't think of a better sys…
Re: Selling Tiny Internet Projects for Fun and Profit
#86Earlier quoted context omitted.
Never Split the Difference is another good book to read.
This negotiation as written was just moving down by the same amount offered by the buyer, is that what the book would recommend as a technique? It gave a gain of $750 over splitting the difference from the start.
Re: Selling Tiny Internet Projects for Fun and Profit
#87> Giving your project to a stranger on the internet is risky, so we used escrow.com to make the transfer. I sold a website on Flippa once. The buyer put the money on Escrow.com, I transferred everything over, and they went AWOL. What I found out is that there is no straightforward way to obtain the funds when it happens. Apparently there is no way at all except via the court system. Which would mean the only real pro…
That is how escrow works in other contexts, like real estate. Either both parties agree, or the escrow service holds it until it is resolved through the courts.
I was in a similar situation to the parent commenter. The buyer had deposited the funds into Escrow.com and received their assets. I notified Escrow.com that the business assets had been handed over and they awaited the response from the buyer - which never came.
Escrow.com sends notices after 3, 7, and 10 days of inactivity.
After 15 days the buyer requested a cancellation and Escrow.com notified me via email that I had 48 hours to provide proof that "the domain" had been transferred or the transaction would be cancelled and the buyer would received their funds back.
My issue was that there was no domain transfer associated with this purchase. The buyer was receiving software that they intended to use under a new brand and thus had no use for the domain.
I raised hell with Escrow.com. Calls, emails, assurances that someone would get back to me. The cancellation came on a Friday and no one contacted me until Tuesday. They called to ask if I had spoke to the buyer and then politely explained that they couldn't do anything because there was no domain attached to the sale.
Re: Selling Tiny Internet Projects for Fun and Profit
#88Buyer: I think I could come up to maybe $7500 but that’s about it. .. then later: Buyer: Ok at $10,500 we have a deal. I've sold a few projects in my time, but this conversation makes me think I should really look at having an agent represent me in future. The whole "I can only offer $7500" but then that turned into a $10500 sale just goes over my head - the communications skills needed are next level, and I've read…
On the flip side, an agent is motivated to close the deal not necessarily get the highest price. If the agent gets 10% cut, they get $750 or $1050. Is $300 worth potentially souring the deal?
Re: Selling Tiny Internet Projects for Fun and Profit
#89I appreciate how open the dev is being and I like the article! But I have a moral annoyance towards username squatting, especially by folks who don’t actually participate in the network…
This is exactly why I end up making usernames non-unique in many of my online projects (such as learnawesome.org). It makes things more complex to implement, but at least nobody has to compromise on the online nicknames they want.
Re: Selling Tiny Internet Projects for Fun and Profit
#90Earlier quoted context omitted.
This is exactly why I end up making usernames non-unique in many of my online projects (such as learnawesome.org). It makes things more complex to implement, but at least nobody has to compromise on the online nicknames they want.
besides the technical implementation, duplicate usernames seems confusing to users, which is why i’ve never given it too much consideration. is there a reliable and obvious way you differentiate users in the ui? i assume the primary key of the user on the backend moves to something like email or phone number (or just a unique id key i suppose). i’ve seen some projects use a randomly generated image/sprite for this, w…