Live data from Hacker News

Ask HN: Idea Sunday

news.ycombinator.com

111–120 of 523 posts

Re: Ask HN: Idea Sunday

#112

RAID Arrays for online storage services. So many services offer a free tier, maybe 5gb for free and then you pay after that. Some are much higher. Build sort of a proxy to these services so that you have a distributed and large free online storage system. This was an idea my team had last year when we were looking closely at a photo organization and management startup. We had won a startup competition, had investors…

If I'm not mistaken OwnCloud provides Dropbox and S3 integration (uploading your files from OwnCloud to these services). Of course this is nowhere close to what you propose, but it appears they take a step into this direction.

Re: Ask HN: Idea Sunday

#113
post #62

Ok I'll go first. It's an "Imgur for audio files". Now there's times when you record an audio and want to share it. What do you do? Uhh,, umm.... Yup. exactly. There's no reliable, easy-to-use app to share audio files (not music). So, this is a web/mobile app for easily uploading and sharing audio files, and playing them. I don't have a full plan laid out, but I'll work on it for sure. (If you'd like to be notified w…

My 12-yr-old had a similar idea of "snap chat audio" which he and a buddy published as an app [0]. Seems a bit different than what you're looking for, which is more like Soundcloud? [0] http://snapradioapp.com

Your 12-year old son made that? Looks great!

Re: Ask HN: Idea Sunday

#114
post #39

A twitter/imageboard system where it takes 2 weeks for messages to appear once posted. The idea being that messages still relevant in 2 weeks are important and interesting ones.

I had a similar idea a while ago.

Basically: a reddit/HN clone, but at any given time only one article can be commented on. That article is replaced every day or every hour (whatever interval makes sense) with the highest-upvoted submission that doesn't have comments yet.

The goal would be to encourage deeper discussion of matters, rather than fleeting posts. I have no idea if tree-style comments would be better than just a simple forum thread. A major part of the site would also be scrolling through all of the past articles, and being able to read all of the previous discussions.

Re: Ask HN: Idea Sunday

#116

Sell anything in a snap. 1. Find something you want to sell 2. Snap a picture (or a short video) 3. Tap "list for sale" 4. Let mechanical turk + computer vision identify the object 5. Let the system pick a value (based on sales history, location, demand) 6. Contact the seller when a serious buyer made a deposit 7. Proceed to demo + sale I shouldn't have to write down any spec when selling something as ubiquitous as a…

This is precisely what a company called Sold used to do before their acquisition:

http://techcrunch.com/2013/11/04/dropbox-snatches-up-sold-th...

It's an interesting system to build, though, and there is money to be made. The very first version of my startup was something that was pretty much the same system, but we focused on offloading liquidation inventory. Some things that you will likely discover along the path

1. If you use eBay as your dataset, you are pretty much SOL. Their lack of rigorous moderation in terms of their image style guide makes computer vision really, really difficult to carry out. Using SIFT image features from the same exact images, I only got about a ~75% accuracy because eBay users tend to slap all types of random extra things onto their images. I can't imagine you'd have much success trying to use CV for identifying (with sufficient accuracy) consumer electronics in consumer supplied photos. I can't speak for Mechanical Turk... We wound up modifying our tech strategy such that we didn't need high accuracy in identifying other listings.

2. Product versions dramatically alter product value, but are just about impossible to figure out without being explicitly provided that data by the person holding the product.

3. Unless you own your own sales channel, you will be beholden to the marketplaces to offload the inventory in. In my case, we automated the process of selling on both eBay and Amazon. We were reading in data from multiple wholesalers (dropshippers), which had catalogs full of an arbitrary assortment of products... Which means we wound up listing weapons, sexual objects, etc. We got dinged pretty bad by eBay for these things (though, turns out batons sell really well on eBay). Eventually we pretty much got banned from both marketplaces for listing violations + bad fulfillment speed. We couldn't control the shipping speed of our dropshippers (we had no bargaining power), which I attribute to killing that section of the business.

As somebody who actually built the same system that you're describing (sans being an open marketplace, which actually makes it more difficult), I can say that you're in for a rough fight. Pretty epic watching an ebay store run itself, though...

Re: Ask HN: Idea Sunday

#117
A specific place to share and watch how other developers or designers work on their projects, by live screen sharing. It should be a good place to learn from real projects development.

I came across this idea after YC said no to my Android screen live sharing service https://shou.tv, a live video streaming service for Android gamers.

Re: Ask HN: Idea Sunday

#118
A system to compose and track drug/supplement stacks, regimen and diets.

Transforming yourself has never been more accessible than it is today. We have access to so much information and so many resources that there's rarely any valid excuse not to become what you want to be. The problem is that the whole process can be overwhelming, and finding what works for you requires discipline and dedication. Most results don't happen overnight, and the only way to get through months of imperceptible progress is to have a clear plan, track everything, and learn from others.

I've seen all kinds of people in all kinds of context attempting to share some regimen with others. You will find that on Oprah, in books, at the gym, at your doctors, on forums, etc. That's all fine, but why do they still have to write down the name of the product, the brand, the posology, the side-effects, their interactions, everything by hand? Wouldn't it be easier for them to write them down with a tool that understands what the regimen means, and easier for us to add them to our own regimen in a single click?

Once the system understands what I (and others) want to achieve, how I progress and exactly what I do to reach it, only good things can come out of it. It can learn (machine learning, correlation finding), it can recommend tweaks, it can help me acquire products, it can reward me, etc.

How hard is it to set-up a database of all drugs/supplements/vitamins, and let people semantically fill the why, what, when and how?

I don't think there's a lack of niches either:

- Bodybuilding

- Cognitive enhancement (nootropics)

- Weight loss

- Hair loss

- Skin care

- Allergies

- Acne

- Long distance running

- Diets (vegan, paleo)

- Chronic disease

- Life extension

Re: Ask HN: Idea Sunday

#119
A file naming convention (lightweight markup) that would allow us to store structured (meta)data right inside file names. Obviously inspired by Markdown and CSV.

We could then build lean, database-less asset management applications, while the user data (i.e. the files and their metadata) would always be portable, across platforms.

Take for example:

  J.M.W. Turner | Rain, Steam and Speed | ···· 1844.jpg
  W. Blake ···· | Newton ·············· | 1795–1805.jpg
as compared to the clutter we now must deal with:

  _IMG00123.JPG
  Turner_-_Rain%2C_Steam_and_Speed_-_National_Gallery_file.jpg

My practical use case: take snapshots of my incoming receipts, bills, etc., name the jpgs using the proposed file naming convention (including fields for VAT, net amount, etc.), put them in Dropbox, build a parser and accompanying GUI to edit file names (and their corresponding metadata; have total amounts etc. being calculated in real time), drop a link to that (web app) interface to my accountant.

It’s just an idea for HN Idea Sunday; I did a somewhat more detailed write-up:

https://gist.github.com/rhythmus/11118629

Re: Ask HN: Idea Sunday

#120

Just going to throw this one out there. I live in Lisbon, it's tourist-central (I'm from SF and I've never seen so many tourists). Since I see a ton of lost people every single day there should be a way to digitally leave comments on things and places and a free one-stop shop to find such info (like Wikitravel). This info, although having a central repository, should be pushed out to an app that connects to one's pho…

Really enjoy this idea, have implemented a similar prototype last year.

Another useful feature would be suggest me the best food list for the city I should eat.

Post reply on HN