Live data from Hacker News

Ask HN: Idea Sunday

news.ycombinator.com

131–140 of 523 posts

Re: Ask HN: Idea Sunday

#131
I compiled different ideas over the week.

coMarketing: I would like to see a solution that allows smaller companies that target a similar audience to be able to put their "little" marketing dollar together and have a better chance at fighting the big guy.

Phone screen on my computer: When I am at my desk, I want to be able to use my phone from my computer. I can use the desktop interface to go through contacts, check feeds, answer texts, and even forward calls to my desk phone.

Conversation blog: A blogging platform that is based on discussion. Each blog post is a conversation between two or more people, let us stop the monologues because in real life to hear two is more interesting than one.

Alarm Band: A simple band that wakes me up with a buzz, but I just want to spend $25 for it.

PHP wrapper: I began to write a simple consistency wrapper for PHP, but I never finished. Basically it a class that gives me a clear structure on how to pass parameters for functions. I ALWAYS know to do function something (haystack, needle) then the wrapper rearranges according to the actual function requirement.

Re: Ask HN: Idea Sunday

#132
post #126

A sortable, queryable list of movies. A site that would retrieve a resulting (and sortable!) list of queries such as "Show me all science-fiction movies made in the last ten years", or "All Arnold Schwarzenegger movies that have won an Oscar" (trick question!) - Yes, IMDB exists. And has some of the functionality I'd like. But it is a slow site, replete with ads, upsells, 2003-esque "only show 10 results per page!",…

Take a look at Wolfram Alpha:

http://www.wolframalpha.com/examples/Movies.html

Re: Ask HN: Idea Sunday

#133
Idea: Tree of knowledge

Ever been interested in a topic that once you google you end up with explanations(quite often on wikipedia) that rely on foundational knowledge you didn't even know you should have? And then you started working your way back by googling things you didn't know until you hit something you do know and from that point you try to inch your way forward to the original topic just to get discouraged a few hours in? I know I have and it's a pain!

A well built knowledge map that would graph the relationships between different topics in a field would help alleviate this problem. Take for example linear algebra. You've heard about this fancy thing called singular value decomposition but barely know what a matrix is. You type SVD into a search box, and it generates a breadth first tree with all the topics you need to know to be able to understand SVD up to a certain depth. And then you just work from the leafs that you do understand up to the topic you are interested. This saves hours or sometimes days of just trying to understand the ordering in which you should be learning things. It essentially builds a curriculum for the user on the fly for a topic they are interested.

I would propose this as a community wiki so knowledge maps could be crowdsourced and curated as they would be time consuming and difficult to build for a single person. Would also suggest adding the ability to let users create accounts and mark off topics they feel confident they know.

Potential problems: The two big problems with this idea are 1) generating a proper knowledge map: There will be ambiguities in the edges and even the nodes of a map. Sometimes (often) you will need to be clever how you organize the information. For example, your have a dependency listing like: Matrix 2) a topics can be studied in different frameworks: E.g. linear algebra can be studied with or without using vector spaces. Once again, deciding how to create the knowledge graph will be difficult.

Solution: Have multiple types of edges. You can have edges to signify hard dependencies, soft dependencies, generalizations, and extensions. Maybe other types of edges. You will still need to be clever, but having a way to signify the relationship between topics will help resolve the problem.

Re: Ask HN: Idea Sunday

#134

An IDE for ideas. Intellisense for thoughts. For those of you who develop using powerful IDEs (such as Visual Studio, Eclipse, ...), it's hard to imagine going back to a basic notepad. Most people, most of the time, don't write software. They exchange ideas, express wishes, share their feelings. And to do that, they use tools that are not more powerful than a basic notepad. This forces them to be explicit, to explain…

There is probably an interesting opportunity in this idea and many ways to execute it. There are also existing products trying to address the problem. DEVONthink and Scrivener come to mind - both seem to have customers, but they are not what my dream product in this area is... In my daily routine I use Moleskine with two colour pens where I put both textual notes and many sketches and diagrams. The act of noting down what I learn/think is helpful in remembering it, but I would love a digital version of such 'idea journal' with all the modern tagging, searching, indexing, filtering and editing digital options!

Re: Ask HN: Idea Sunday

#135

Here's one I've had for a little while: Say you're playing a sport with your friends. You're yelling at each other.. commands likes, "pass the ball here". Or if you're out playing paintball and trying to coordinate an attack - your sound, and your opponent's sound are both pretty important. As far as I know, such use of voice does not exist in any game. Player's voice does not really interact with the environment. So…

Dolby Axon had something similar-ish:

You and others on voice chat were in a 'virtual' room and the sound was stereo/volume adjusted accordingly.

I remember that when people misbehaved on group voice chat we used to "put them in the corner"

It didn't map to the game environment but the execution was pretty nice; I fear that, if you use the game's physics, you'll quickly realize why radio-comm became such a thing

Re: Ask HN: Idea Sunday

#136
post #126

A sortable, queryable list of movies. A site that would retrieve a resulting (and sortable!) list of queries such as "Show me all science-fiction movies made in the last ten years", or "All Arnold Schwarzenegger movies that have won an Oscar" (trick question!) - Yes, IMDB exists. And has some of the functionality I'd like. But it is a slow site, replete with ads, upsells, 2003-esque "only show 10 results per page!",…

Have a look at http://www.imdb.com/interfaces. I'm not sure if the information in those files is sufficient or if the license prevents that, but maybe that's a starting point.

Re: Ask HN: Idea Sunday

#137

An IDE for ideas. Intellisense for thoughts. For those of you who develop using powerful IDEs (such as Visual Studio, Eclipse, ...), it's hard to imagine going back to a basic notepad. Most people, most of the time, don't write software. They exchange ideas, express wishes, share their feelings. And to do that, they use tools that are not more powerful than a basic notepad. This forces them to be explicit, to explain…

It's called Emacs. :)

More seriously, what would this IDE have in it?

Have you seen Scrivener? That's what many of my friends both in academia and in fiction use. What does it have that you would expect otherwise?

Re: Ask HN: Idea Sunday

#138
WP plugin to charge for guest posts.

As a blogger for last 10 years, I think someone should consider providing WP blogs with ability to charge for guest posts. That can be done either as a single time purchase (for a single guest post) or as a recurring payment (i.e. monthly charge for unlimited or predetermined number of guest posts per month). The purchaser makes a payment and opens an account, and then is redirected to WP where he can write a post.

Guests posts is a growing industry for a number of reasons: SEO manipulation, old fashioned PR, promotional activities, contests with multiple participants (such as writing contests), etc etc.

Re: Ask HN: Idea Sunday

#139
post #133

Idea: Tree of knowledge Ever been interested in a topic that once you google you end up with explanations(quite often on wikipedia) that rely on foundational knowledge you didn't even know you should have? And then you started working your way back by googling things you didn't know until you hit something you do know and from that point you try to inch your way forward to the original topic just to get discouraged a…

You mean something like this

https://www.khanacademy.org/exercisedashboard

but for all knowledge?

Re: Ask HN: Idea Sunday

#140
This might be fairly simple, but I can't find a good solution - A replacement for Google Groups.

More specifically, a better UI to use Mailing Lists. Perhaps like vBulletin or other advance forum software. Maybe even built-in support in my email client?

For the life of me, I can't find a good way to use Mailing Lists. I don't like receiving 40+ messages every day, but I don't find digest mode good enough either. Google Groups is clunky, and it gives me no good motivation to return to it. The readability is also not all that great imo. The whole ajaxy thing it has going for it is also bad. I want to read static text on a functional and beautiful UI. It's not too much to ask for. :(

Post reply on HN