Live data from Hacker News

Logojoy: AI-powered logo creator

indiehackers.com

201–210 of 343 posts

Re: Logojoy: AI-powered logo creator

#201

> I've been a designer for 12 years or so... I would get frustrated designing logos for small businesses because (a) it was so time-consuming to create 30 mockups, (b) it would take weeks to do those small back-and-forths, and (c) the logo would end up being so simple that I felt like that entire process was a waste... As soon as I had the idea ... I started working on it. I think this is my favorite part of the stor…

Really well said.

Re: Logojoy: AI-powered logo creator

#202

Earlier quoted context omitted.

At work, we've been using a new JS framework paired with server-less infrastructure for the past 9 months. It's barely production stable, so it's been painful, but hey look at our fancy new framework. When I started a new side project, I wanted to get an MVP out as quickly as possible. I opted for PHP/MySQL, and development time felt like lightning. It was so refreshing. I plan on rebuilding the code base, now that t…

I have a similar story I recently set out to build a SaaS product and wanted to use/learn elixir. I enjoyed using elixir but a lot of the fairly complex things I wanted to do requires quite a bit of learning and custom solutions. I wound up scraping that version after 2 months and rewriting it in Ruby/Rails in about a week. And adding new features.

I did the exact opposite: I have ~8years of professional ruby/rails experience and I was building a little SaaS. At some point, after 100 hours, I got bored/stuck with only 20% of the planned features to reach a MVP. I decided to switch to elixir/phoenix, where I had few confidence and there was apparently a growing ecosystem not always ready or complete. After 100 hours I completed the MVP and launched it. Using elixir was refreshing and right now I'm using it for almost all my side projects/prototypes.

Re: Logojoy: AI-powered logo creator

#203

Earlier quoted context omitted.

Is that 25k USD? :)

Somali Shillings

Doesn't it make sense to be specific with the currency you are talking about on an international forum? I realise the US is the worlds most powerful country with a very important currency, but it doesn't follow that we should always just assume that any currency spoken about is USD.

Re: Logojoy: AI-powered logo creator

#204

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

You talk about the ML being reinforced over time by user actions so you must have suffered from the 'cold start' problem in the beginning. How did you address this? Did you initialize it with your own expert curated rules/weightings? Something else? Have you done any automated mining of the elements in existing "good" company logos (e.g. Nike, AirBnB, etc.). I could see doing something manual too like Music Genome Pr…

Yeah, the ML is still in it's infancy, so we're almost in that cold-start right now. To address that, I built in some more randomness into the algorithm so the initial logo designs can just get the user thinking and then we can get a better sense of their taste as they favorite logos. Without that randomness, the algorithm tries and fails horribly at creating logos.

I would love to analyze 'good' logos. I would imagine it's realllllyyy hard to analyze actual pixels. We just analyze actions and pre-created objects (ie. a font choice).

Re: Logojoy: AI-powered logo creator

#205

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

You may want to try using an ML algorithm called association rules, which produces rules automatically. Though acccounting for the sequence of events would be harder.

Re: Logojoy: AI-powered logo creator

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

While the backend might be what you call "old" PHP/MySQL, the design and front-end (UI/UX) is extremely good and modern.

Re: Logojoy: AI-powered logo creator

#207
post #29

Their website is broken because of an HTML syntax error. Cases like this remind me that success is often "right place, right time." Notch is another good example of bad engineering going far.

Go back to your mom's basement. He built an actual company with actual nice revenue.

Re: Logojoy: AI-powered logo creator

#208

Earlier quoted context omitted.

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.

Oh really? I ended up skipping it because I thought they weren't loading. Should at least have a blinking cursor.

Re: Logojoy: AI-powered logo creator

#209
post #29

Their website is broken because of an HTML syntax error. Cases like this remind me that success is often "right place, right time." Notch is another good example of bad engineering going far.

Go back to your mom's basement. He built an actual company with actual nice revenue.

Go back to your mom's basement.

No need for the insult, regardless of what you're replying to, particularly when you're implying the parent comment is uncalled for.

Re: Logojoy: AI-powered logo creator

#210
post #147

Earlier quoted context omitted.

I had to hit enter and wait...and wait...and wait

Well, if it doesn't find any icons it will not change anything on the screen. :)

Should probably return a "We couldn't find anything like that :/" so you can know whether it's loading or just came up short.
Post reply on HN