A/B testing for the masses. Here's an example: Say a someone is deciding which shirt to wear. They whip out their smartphone, launch the A/B app, takes a picture of themselves wearing each of two shirts. Within 30 seconds, they have an answer of which shirt hundreds of people liked better. While they're waiting for the reply, they're prompted to rate other people's pictures. This is as simple as seeing two pictures a…
Ask HN: Idea Sunday
51–60 of 209 posts
Re: Ask HN: Idea Sunday
#52A/B testing for the masses. Here's an example: Say a someone is deciding which shirt to wear. They whip out their smartphone, launch the A/B app, takes a picture of themselves wearing each of two shirts. Within 30 seconds, they have an answer of which shirt hundreds of people liked better. While they're waiting for the reply, they're prompted to rate other people's pictures. This is as simple as seeing two pictures a…
One of my friends started a website that mostly fits what you're describing: http://www.pickfu.com/
Pickfu also charges for their service, which I don't think would work for someone wanting to simply choose their wardrobe. It'd have to monetize in other ways (ads, or charging for getting gender/age breakdowns of the results, more results, allowing to compare more than 2 photos, etc.)
Re: Ask HN: Idea Sunday
#53When you move to a new home or office, you can keep the same "Postal Domain Name", but change the address associated to it. Once.
Not sure how to convince all the big entities to use it, but it could catch on if you could convince some smaller companies to allow users to use it in their account settings.
Re: Ask HN: Idea Sunday
#54A search engine for the legal system. I had sent this idea to YC 2013 and they asked me to submit a video, but I felt I don't have the creds to apply. Take each section of a country's law and convert it into prolog clauses. Queries can then be run on the legal engine. For defendants it gives you insights on how to build a case and for prosecution it identifies relevant sections and evidence that needs to be provided…
Re: Ask HN: Idea Sunday
#55A/B testing for the masses. Here's an example: Say a someone is deciding which shirt to wear. They whip out their smartphone, launch the A/B app, takes a picture of themselves wearing each of two shirts. Within 30 seconds, they have an answer of which shirt hundreds of people liked better. While they're waiting for the reply, they're prompted to rate other people's pictures. This is as simple as seeing two pictures a…
The value for the poster is clear; what is the value for the voter?
Re: Ask HN: Idea Sunday
#56Cap'n Proto is a great piece of engineering that got quite a lot of things right. (For those who aren't familiar, Cap'n Proto is a data serialization format that is able to be very fast by encoding data in the same way modern processors encode data normally - with fixed width data types and pointers.) I think it would be nice to have a data serialization protocol that uses the same general concepts, but addresses a couple limitations in that format, including:
- Cap'n Proto doesn't allow you to edit messages in a robust way. You can't change the size of a list/string in a message, you can't replace one object with another without leaking "garbage", etc. The data model is simply not designed with fast editing in mind. - The data model is document based so it is inconvenient or impossible to capture certain kinds of relationships with a schema.
My idea is to address these limitations using the battle tested relational model and the massive amount of knowledge that's been accumulated about how to efficiently implement relational systems. In this serialization format, a message would be a veritable relational dataset, complete with a schema and multiple tables. Messages would be organized into pages, each page representing a node in a b tree, as in a normal rdbms. You can add, edit, and delete rows as necessary, and just send the binary encoding of the database over the wire directly. The utility of this system is obvious: a client could, for example, read an entire database from one server, add a row to a table (without parsing the rest of the message, which are in other tables on other pages), and forward the new database directly to another server. Being able to quickly edit even large datasets in this way would be a huge boon.
Re: Ask HN: Idea Sunday
#57A site with free, open, community driven practice problems and solutions. Sort of like a wikipedia for questions. I could imagine this being a key ingredient in the future of OER. Would be cool to see something like this integrated with http://metacademy.org
You could try http://www.hackerrank.com/
Re: Ask HN: Idea Sunday
#58DNS for the Post Office. When you move to a new home or office, you can keep the same "Postal Domain Name", but change the address associated to it. Once . Not sure how to convince all the big entities to use it, but it could catch on if you could convince some smaller companies to allow users to use it in their account settings.
Re: Ask HN: Idea Sunday
#59An MMO where all content is created by players using a wiki-like interface. Editing privilege is tied to a "creation skill" that levels up with each approved editing action.
Re: Ask HN: Idea Sunday
#60Last week:
https://news.ycombinator.com/item?id=7654771
2 weeks ago:
https://news.ycombinator.com/item?id=7616910
3 weeks ago:
https://news.ycombinator.com/item?id=7582077
4 weeks ago: