Live data from Hacker News

Logojoy: AI-powered logo creator

indiehackers.com

171–180 of 343 posts

Re: Logojoy: AI-powered logo creator

#171
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.

One of the hardest things for programmers to learn (including myself) is that success is almost entirely determined by how well your solution solves the problem you're aiming at, and how well you market it. The tools you use to create your solution matter to almost nobody.

It's true that if the company really grows, scalability, code manageability for teams etc. might become an issue if your backend is very poorly engineered, but that's the exception to the rule. As long as it works, it's good enough to launch with.

Re: Logojoy: AI-powered logo creator

#172
post #116

I was going to say that I could hire a human designer on Upwork to design a logo like that for the same kind of money, but I guess I can't argue with your revenue numbers. Congratulations!

Indie Hackers has a vested interest in inaccurate/misleading revenue reporting[1]. Regardless of that, I'm not sure they properly verify the revenue in the first place.

I wouldn't go as far as to call the numbers a lie, but I would never use this website as a data point to create a business model.

[1] https://news.ycombinator.com/item?id=12269425

Re: Logojoy: AI-powered logo creator

#173
post #27
post #14

I could not for the life of me figure out what I was supposed to do on the "pick up to 3 symbols" page. And I really tried!

Type a word or phrase then press ENTER. (Suggestions are scrolling below.) THEN choose an icon from the suggestions. Clear your typed input, repeat.

I tried to click on the suggestions a few times, until I realized that I had to type ...

Re: Logojoy: AI-powered logo creator

#174

Earlier quoted context omitted.

If you click into a logo, then click back out, it should un-stick. I talked about the ML in a comment here and on IH. And yes the site is definitely hurting right now :P

Where are you hosting it?

Seems heroku

    $ nslookup logojoy.com
    Server:         8.8.8.8
    Address:        8.8.8.8#53
    
    Non-authoritative answer:
    logojoy.com     canonical name = carbonlogo.herokuapp.com.
    carbonlogo.herokuapp.com        canonical name = us-east-1-a.route.herokuapp.com.
    Name:   us-east-1-a.route.herokuapp.com
    Address: 23.21.52.24

Re: Logojoy: AI-powered logo creator

#175

Earlier quoted context omitted.

> 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.

When I’ve seen people set out to learn something and build something, they tend to accomplish neither—but if they focus on just one of those, the other is often a happy side effect.

I did just that about a year ago. I moved over from a an MS stack to a Linux/Node/Postgres stack. And while I finally got the damn product shipped - it was a terrible idea to change my tooling/environment so dramatcially. Everything took way longer. And honestly, the quality of the end product is worse.

Re: Logojoy: AI-powered logo creator

#176

Earlier quoted context omitted.

When I’ve seen people set out to learn something and build something, they tend to accomplish neither—but if they focus on just one of those, the other is often a happy side effect.

I did just that about a year ago. I moved over from a an MS stack to a Linux/Node/Postgres stack. And while I finally got the damn product shipped - it was a terrible idea to change my tooling/environment so dramatcially. Everything took way longer. And honestly, the quality of the end product is worse.

What motivated the change? Were Linux/Node/Postgres technologies you were familiar with in comparison to the MS stack you were using? This can be problematic regardless of the technologies involved.

Re: Logojoy: AI-powered logo creator

#178

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.…

Could you say anything more about the ML portion? I'm curious how you account for the temporal/chaining aspect of actions, what kinds of learners worked well, etc. On the implementation side, did you find a usable ML library for PHP or roll your own implementations?

Re: Logojoy: AI-powered logo creator

#179

Earlier quoted context omitted.

... 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.

I ignored it, worked fine for me.

Re: Logojoy: AI-powered logo creator

#180

Hey guys - Dawson here (founder) let me know if you have any questions about Logojoy / the story.

Please stop having Javascript take over the scroll event in the logo generator. I am having to throw my mouse across the room to even barely scroll down the page.
Post reply on HN