Live data from Hacker News

Ask HN: Is there a platform for sharing ideas that people want to “give away”?

news.ycombinator.com

51–60 of 173 posts

Re: Ask HN: Is there a platform for sharing ideas that people want to “give away”?

#51
post #23

I just maintain such a list on my website: http://www.nateeag.com/software/ideas.html I haven't tried to publicize it at all (well, until this post). Start the list on a website somewhere, and if you want people to look at it, submit it to HN, Reddit, et al. That should give you everything you need. Not everything needs to be a platform.

> A Better (D)VCS

Well there are a couple git based reimplementations. I look forward to GOT (http://gameoftrees.org/) functional but still work in progress

Re: Ask HN: Is there a platform for sharing ideas that people want to “give away”?

#52

I tried to tackle this problem, or atleast the problem of helping people find ideas. I built http://oppsdaily.com and http://oppslist.com . They're both now sunset and I'm no longer sending emails out or updating the platform. I will say that ideas are generally far less valuable than a first customer. My readers told me time and time again that they wanted to be connected to someone who would pay for the idea. That…

love the name. good luck

Re: Ask HN: Is there a platform for sharing ideas that people want to “give away”?

#53
post #23

I just maintain such a list on my website: http://www.nateeag.com/software/ideas.html I haven't tried to publicize it at all (well, until this post). Start the list on a website somewhere, and if you want people to look at it, submit it to HN, Reddit, et al. That should give you everything you need. Not everything needs to be a platform.

Not that I'm going to build this, but in regards to your time-tracking software[0]:

Is this something you'd want to integrate with Org-Mode or similar note-taking formats for logging? Or do you keep your time-tracking separate from your notes and TODO lists?

[0]: https://github.com/NateEag/track-time

Re: Ask HN: Is there a platform for sharing ideas that people want to “give away”?

#54
post #52

I tried to tackle this problem, or atleast the problem of helping people find ideas. I built http://oppsdaily.com and http://oppslist.com . They're both now sunset and I'm no longer sending emails out or updating the platform. I will say that ideas are generally far less valuable than a first customer. My readers told me time and time again that they wanted to be connected to someone who would pay for the idea. That…

love the name. good luck

Thanks :) My cofounder wanted to name the project "wall street dungeons" or WSD, which I also thought was pretty funny. We'll see how it goes!

Re: Ask HN: Is there a platform for sharing ideas that people want to “give away”?

#55
post #23

I just maintain such a list on my website: http://www.nateeag.com/software/ideas.html I haven't tried to publicize it at all (well, until this post). Start the list on a website somewhere, and if you want people to look at it, submit it to HN, Reddit, et al. That should give you everything you need. Not everything needs to be a platform.

Not that I'm going to build this, but in regards to your time-tracking software[0]: Is this something you'd want to integrate with Org-Mode or similar note-taking formats for logging? Or do you keep your time-tracking separate from your notes and TODO lists? [0]: https://github.com/NateEag/track-time

I'm an Emacser but not an Orger, oddly enough.

For some reason I kinda want this to be distinct from note-taking, and it could be integrated with other tools more easily if it's a CLI tool (think things like automatically changing tasks when you change git branches).

Re: Ask HN: Is there a platform for sharing ideas that people want to “give away”?

#56
Dig through the HN archives... I'm pretty sure that some variation of the basic idea of "a platform for sharing ideas that people want to give away" has been developed about 100 times over the past 10 years or so. OK, maybe not quite 100, but this seems to come up fairly often, and I'm pretty sure I remember more than a few people saying "I'm building a site to X" where X is pretty close to the above notion.

Re: Ask HN: Is there a platform for sharing ideas that people want to “give away”?

#57
post #32

There are a lot of us with the technical chops (and/or can get a team together) to make a good software solution/product/service that are stuck on step 1: Identifying a real problem that companies will pay money to have solved for them. I wish there was a place/service that would connect businesses with real problems (that they either can't or would rather not solve in-house) with aspiring (tech) entrepreneurs. I'm s…

You identified a sales problem. There is a giant gulf between problems that companies say they have, even say they want to pay for, and actually cutting a purchase order when the rubber meets the road.

What we are lacking is a blockchain-verifiable reputation audit trail into an escrow-like system tied to an ideas factory on one side, implementers on another side, and funders on a third side, down to the individual natural person level. The problem with an escrow is no one wants to park unused capital, but implementers are screwed if they put up the effort and when it comes time to collect all the "funders" evaporate.

Milestone-based backing also encounters problems with funders getting screwed when implementers reel off an endless stream of milestones with no real end in sight, like with Star Citizen.

If you can trace escrow and delivery promises (perhaps with time bounds) not just to an organization but to a natural person sponsor within that organization, then over time the actual probability of funders and implementers actually delivering can be tracked and algorithmically computed for present and future promises to fund or deliver. This tends to flush out sociopathic individuals who hide their track record behind their hops from organization to organization (especially those who implement dark patterns that only show up in the long-run).

This is just recognizing a general scaling problem with monetary systems in general: they preserve pricing information but lossy encode all other aspects of the transaction, and that doesn't work efficiently in a global economy.

Re: Ask HN: Is there a platform for sharing ideas that people want to “give away”?

#58
post #23

I just maintain such a list on my website: http://www.nateeag.com/software/ideas.html I haven't tried to publicize it at all (well, until this post). Start the list on a website somewhere, and if you want people to look at it, submit it to HN, Reddit, et al. That should give you everything you need. Not everything needs to be a platform.

Nice list! There are at least four Android GPS trackers in F-Droid: OpenTracks, RunnerUp, OSMTracker and TinyTravelTracker, maybe there's one less app you need to build! https://github.com/OpenTracksApp/OpenTracks https://github.com/jonasoreland/runnerup https://github.com/labexp/osmtracker-android/wiki https://github.com/redfish64/TinyTravelTracker

Thanks for the links!

Some of these I'd seen before and I actually used OSMTracker to generate GPS traces of my walks for a while.

OpenTracks looks like it might be closest to what I'd like.

What I really want, though, is something that aggregates the data from a collection of GPS tracks to give me the big picture - basically a static site generator that takes a directory of GPS tracks as input.

I've got a few tiny steps towards that implemented in a private repo, actually. It's private because my GPS traces are right there in the repo - maybe I should split them apart and get it out in the open.

A bonus feature / stretch goal would be to use ANT+ (or something else) to log heart rate and any other markers from a fitness device and provide deeper analysis based on those (also helpful for things like strength training where GPS is inapplicable).

BangleJS might just get me off my butt to work on this if it ships and gets good reviews: https://banglejs.com/

Re: Ask HN: Is there a platform for sharing ideas that people want to “give away”?

#59

I tried to tackle this problem, or atleast the problem of helping people find ideas. I built http://oppsdaily.com and http://oppslist.com . They're both now sunset and I'm no longer sending emails out or updating the platform. I will say that ideas are generally far less valuable than a first customer. My readers told me time and time again that they wanted to be connected to someone who would pay for the idea. That…

> Some kind of platform that matches a developer and an initial customer in a way that rewards both. Finding these people is a challenge, but I think it's possible, and the person who figures out how to do it is going to have a MASSIVE business on their hands. I could go on about this a lot further, but I wholly recommend exploring it.

I'd pursue it, but I wouldn't know how to go about finding a first customer for the platform :)

Re: Ask HN: Is there a platform for sharing ideas that people want to “give away”?

#60
post #32

There are a lot of us with the technical chops (and/or can get a team together) to make a good software solution/product/service that are stuck on step 1: Identifying a real problem that companies will pay money to have solved for them. I wish there was a place/service that would connect businesses with real problems (that they either can't or would rather not solve in-house) with aspiring (tech) entrepreneurs. I'm s…

Looks like you've just identified a real problem that entrepreneurs will pay money to have solved for them.
Post reply on HN