Live data from Hacker News

Logojoy: AI-powered logo creator

indiehackers.com

51–60 of 343 posts

Re: Logojoy: AI-powered logo creator

#52
post #40

What struck me the most is going with the old and tried tools (PHP+MySQL). Nowadays everyone - myself included - is trying to have an excuse to try the sexiest JS framework of the day and most of us fail miserably to deliver anything useful - because of lack of experience or just reinventing the wheel altogether. Old and boring is still sometimes the best.

... yet when I tried to use it, it gave me "Firefox is not supported. Use Chrome". Feels like 2001 indeed.

Re: Logojoy: AI-powered logo creator

#54

Earlier quoted context omitted.

So, I went through the whole logo creation process and got stuck at the sign up screen. I don't mind signing up, but when I used last pass to generate a password, I got told it was too long. I only tried to generate one that was ~9 characters long. If you are checking length, might want to put the requirements on that screen

I got past the signup screen but was then presented with a scrolling list of empty logo options (testing on my iPhone 7).

I thought the same, but it turns out you need to type a word into that input box to see the logos. The words scrolling are just examples you could type.

Re: Logojoy: AI-powered logo creator

#55
post #40

What struck me the most is going with the old and tried tools (PHP+MySQL). Nowadays everyone - myself included - is trying to have an excuse to try the sexiest JS framework of the day and most of us fail miserably to deliver anything useful - because of lack of experience or just reinventing the wheel altogether. Old and boring is still sometimes the best.

> Old and boring is still sometimes the best.

It's not so much old vs new, or cool vs boring, but rather the thing you are most experienced with. If the goal is to just build the damn thing, go with a stack you would be most productive in.

Re: Logojoy: AI-powered logo creator

#57
post #43

Super beat that you need to sign up for it to view the logos it produced. Enjoy the fake email I guess.

The messaging here is a little coy - "Signup to save your progress" But I don't care about saving my progress, I'll just close this and... oh, I can't. So it's not so much, sign up to save your progress, it's sign up, period.

Re: Logojoy: AI-powered logo creator

#58
post #40

What struck me the most is going with the old and tried tools (PHP+MySQL). Nowadays everyone - myself included - is trying to have an excuse to try the sexiest JS framework of the day and most of us fail miserably to deliver anything useful - because of lack of experience or just reinventing the wheel altogether. Old and boring is still sometimes the best.

... yet when I tried to use it, it gave me "Firefox is not supported. Use Chrome". Feels like 2001 indeed.

and yet he's making $15k a month off this project. Imagine the growth possibilities! :)

Re: Logojoy: AI-powered logo creator

#59
post #40

What struck me the most is going with the old and tried tools (PHP+MySQL). Nowadays everyone - myself included - is trying to have an excuse to try the sexiest JS framework of the day and most of us fail miserably to deliver anything useful - because of lack of experience or just reinventing the wheel altogether. Old and boring is still sometimes the best.

... yet when I tried to use it, it gave me "Firefox is not supported. Use Chrome". Feels like 2001 indeed.

Got the same, switched to Chrome, took me a second. Worth it.

I bet this is on the roadmap.

Re: Logojoy: AI-powered logo creator

#60

Earlier quoted context omitted.

hey Dawson - would love if you could go into more technical depth on how things work. Cool product!

Absolutely. I talk a lot about the tech in the IH article, but I'll re-iterate here with as little jargon as possible, focusing on the machine learning part, as I assume that's what you're more interested in. The logo generating algorithm is still in its infancy, so right now it's mostly acting as an idea source for most users. So our logos are just combinations of ingredients — fonts, colors, layouts, symbols, etc.…

Is it just rule-based, or are these "weights" being used to train a classifier, ANN, or some kind of genetic algorithm? Nothing wrong with the former, if it works for ya - but the latter would be interesting, too!
Post reply on HN