Live data from Hacker News

Ask HN: Idea Sunday

news.ycombinator.com

251–260 of 523 posts

Re: Ask HN: Idea Sunday

#251

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…

If I could figure out how to do comrketing - I would

Re: Ask HN: Idea Sunday

#252

GitHub for mathematicians. For every theory, define its axioms and valid logical steps. Let anyone build theorems based on these (validate them automatically), and allow people to fork others theorems to create their own. It's probably possible to get a lot of proofs from projects like Mizar and Metamath to start with, then let the community build on top of it. Maybe even a crowd sourced bounty program for unproven t…

> validate them automatically

That's the hard part. There is some research being done in that are really interesting, such as

* Koepke, Schröder, Cramer with Naproche http://www.naproche.net/index.php

* Paskevich with SAD (unfortunately he stopped his research) https://web.archive.org/web/20131207185950/http://nevidal.or...

Re: Ask HN: Idea Sunday

#253

Why are recipes linear and textual? I'm surprised the recipe-book metaphor sticked with us for that long. I want a social cooking platform where the only way to represent a recipe is with a diagram. http://payload.cargocollective.com/1/4/156044/2247517/Pancak... You're a cooking master? No need to explain you how to make a roux or how to blanch vegetables. Don't have butter? We'll substitute the step where you need b…

You should try http://www.caldrono.com/

Re: Ask HN: Idea Sunday

#254

Why are recipes linear and textual? I'm surprised the recipe-book metaphor sticked with us for that long. I want a social cooking platform where the only way to represent a recipe is with a diagram. http://payload.cargocollective.com/1/4/156044/2247517/Pancak... You're a cooking master? No need to explain you how to make a roux or how to blanch vegetables. Don't have butter? We'll substitute the step where you need b…

You'd like "Cooking for Engineers"

Re: Ask HN: Idea Sunday

#255

A major pain point in my life is house maintenance and repair. I really miss having a (good) landlord. That's what I want - a single point of contact to manage the upkeep of and fix any issues related to my home. There's so much friction in the process of finding the various contractors needed to keep a home in good order. First you have to search on craigslist, angieslist, or google for contractors that service your…

Property management companies take care of this for rental units.

Why not just find a good one that operates in your area and pitch the idea to them? Normally they operate for a percentage of rents but I'm sure you could find one who would do it for flat rate.

Your problem with the insurance company thing is you might have to give them Power of Attorney (which you really don't want to do) to make insurance claims on your behalf.

The Property Management company would already have the liability insurance that any company working in this space would need to do this for you.

Re: Ask HN: Idea Sunday

#257
post #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 redirect…

I'm pretty sure the User Frontend plugin provides that:

https://wordpress.org/plugins/wp-user-frontend/

Re: Ask HN: Idea Sunday

#258

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

Threadable (YC W14) is working on the mailing list problem. http://threadable.com/

They have a walkthrough video here. http://vimeo.com/90926057 Stay with it till the end; it looks like any other forum software until it becomes clear it's all happening over email, without any need for your team to learn a new tool or sign into anything. You can split off new discussions at any time, or make any sublist digest-only.

Re: Ask HN: Idea Sunday

#259
post #213

I really want a nice wysiwyg markdown editor. Not the two column layout. I want syntax highlighting, but it should not only do colors but also semantics. Headings should be actually bigger and italics slanted. I tried and failed to make this idea a reality. I got to partial solution using regular expressions. But it is far from functional and reliable but it is only like 200 lines! You can check it out here: https://…

I’ve been working on a Markdown stylesheet generator which would have you do just that — unfinished side project, though.

Have a look at my inventory¹ of Markdown editors (both native and web based), parsers, stylesheets, etc.

[¹] https://github.com/rhythmus/markdown-resources

Re: Ask HN: Idea Sunday

#260

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…

Interesting idea, but could you elaborate on the practical side of this? Here's my take on this, in the form a ramble: Intellisense works really well for code because there's a finite set of, for instance, methods you can call on a certain object - so I'm assuming you mean something that's more than just autocompletion. I'm not really sure language on its own is powerful enough to handle ideas. When I think of organi…

"sometimes have trouble with situations where idea A and idea B are related, but are situated at two completely ends of a mind map"

Freemind has an arrow that can jump branches. Also you can drag A to B, flip a branch up, down, to either side, etc. No such thing as opposite ends. Also I think you can hyperlink A to B.

Post reply on HN