Live data from Hacker News

Show HN: OneMillionColors – explore, add and customize One Million Colors

onemillioncolors.com

1–10 of 13 posts

Re: Show HN: OneMillionColors – explore, add and customize One Million Colors

#2
I don't get it. What is the point? What is the top-right toggle? Why doesn't it find the color I search for? At one point I did see an add-color button, where is it now? Doesn't rgb hex space have sixteen million colors? Why the mandatory #-prefix?

Re: Show HN: OneMillionColors – explore, add and customize One Million Colors

#3
post #2

I don't get it. What is the point? What is the top-right toggle? Why doesn't it find the color I search for? At one point I did see an add-color button, where is it now? Doesn't rgb hex space have sixteen million colors? Why the mandatory #-prefix?

Please make your points a little less aggressively when responding to a Show HN. We want sharing work on HN to be a good experience, not a bad one. For this, it matters not just what your points are but how you express them.

https://news.ycombinator.com/showhn.html

Re: Show HN: OneMillionColors – explore, add and customize One Million Colors

#4
If you are trying to make something like one million checkboxe this is not a very good UI imo.

Setting a color in a box should have been quicker. Before opening the page, i was expecting something like /r/place. Its not that. I don't see why i should be toggling a box at all. If you have more boxes visible at a time, it will give a feeling of canvas you are trying to draw by setting colors. It will have a purpose.

In its current state, i don't see a point.

edit: instead of free choice of colors, you could give a pallete to pick color from. It will be much quicker than chosing color using sliders from a popup.

Re: Show HN: OneMillionColors – explore, add and customize One Million Colors

#5
i don’t think there’s any other input type you can apply the one million schtick to except color. i was thinking of squared shaped browser native color pickers on a 1000x1000 or 10k x 100 non responsive grid. but after seeing the infra and bandwidth costs from the guy who did checkboxes i don’t think my stack of choice could keep up (RoR) i was really looking forward to utilizing fly’s pause/resume feature

Re: Show HN: OneMillionColors – explore, add and customize One Million Colors

#9

Are you doing any kind of validation/moderation of user provided names? I'd be afraid of getting something like a "epstein did nothing wrong red" submission.

Thanks for the great point. Currently, i don't have a validation system for the names submitted by users, but I appreciate your concern and see the potential issues it could pose. I'm planning to adjust the submission process. Users will only submit the hex code, which is straightforward to validate, and then i will utilize the 'webcolors' Python library to automatically assign a standardized name based on the hex code. This should help maintain consistency and prevent any inappropriate naming. Thanks again for your valuable feedback
Post reply on HN