TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Here is my current batch of ideas. In exchange, I ask for your feedback.

26 pointsby famfamalmost 15 years ago
I have a pool of unimplemented (or partially implemented) ideas laying around right now. I've decided to let them go into the wild in order to light a fire under myself to chase after which ever ones (if any) that I "miss" after I let go. Not claiming any of these are original, but I though there may be unique opportunities in some of them.<p>In sharing these, all I ask is that you provide feedback on them, even in the form of "I hate 1,2, don't care about 3, 5, 6, and I may be interested in 4."<p>1. An alternate twitter landing page (e.g. username.twitteridea.com) that each user can heavily style and customize. I'm shocked that Twitter customization is relegated to simple background images and color. Tweets are pulled via client-side javascript, so themes are simple html/css/js. As awful as MySpace skinning was, people clearly wanted it. Viral potential is large here. Main problem, people don't read a lot of tweets by visiting a user's profile. Revenue model a bit iffy.<p>2. A simplified system for conducting beta tests. Match up companies (thinking micro ISVs or small webapps here -- this is not an enterprise play) that need exposure + a diverse tester pool with people who like being early adopters. Allow testers to earn reputations and allow companies to filter candidates through quality thresholds. Now testers are incentivized to do a better job, so they can get into more "exclusive" betas. Plenty of room to add in social elements here too. I think someone must be doing this but I've yet to Google the right set of keywords to find them. The differentiator here is that it's an offering for <i>testers</i> too, not just companies. Almost creating a marketplace where the currency is reputation.<p>3. A hosted solution for referrals (non e-commerce - this is not an affiliate system). I posted about this here once at http://news.ycombinator.com/item?id=1280478. Basic idea is to host a system/api that lets you build per-user referral codes, track those referrals, and then provide widgets to let you give users badges, show top referrers, things like that.<p>4. A guided daily diary. Inspired by Keen's Simple Diary. http://www.simplediary.com Pose simple questions to allow people to reflect on each day. Short and sweet, no feeling of obligation. Okay, that's just a rehash of the book itself. Now make it interesting by crowd-sourcing the guided questions or making them social (amongst your friends). Share entries etc. Favoriting answers. This needs more fleshing out. Big problems are: content until you solve crowd-sourcing, and how to monetize.<p>5. Private blogs/microsocial sites for families. Keep it fun and easy - think Tumblr. #1 use case is just sharing photos - email sucks for this, nor am I friending grandma on Facebook to share photos, and almost all blogging platforms I've seen besides Posterous do not offer a reasonable password protection system. But after photo sharing, I think family member activity streams could be fun, and you could integrate some location functionality so kids could "check in" easily without having to call/txt etc. There are a lot of ways it could go. I posted about this at http://news.ycombinator.com/item?id=1385447. The offerings I can find - myfamily.com, familysays.com, and famiva.com are truly wretched. Seems like a huge opportunity here.<p>6. Site monitoring that goes beyond the simple "is it up"/ping/L7 health check junk. Gomez and Alertsite et al. are fine solutions but stupidly expensive. Just stupidly expensive. Seems like there is a gap you can slide into here between those two ends of the spectrum. Real admins measure their page latencies not just uptime. (Note: just found out about http://www.watchmouse.com today, which sort of moots this... seems to be just what I envisioned at the price point that I imagined could succeed.)

19 comments

petervandijckalmost 15 years ago
#2 Like it, but it feels somehow like it'd be a though one.<p>#4 I think vox.com does that. Whatever happened to vox btw? Is it just hanging in there, bringing in some ad revenue?<p>#5 I was thinking about this yesterday. Definitely a need. Photos + stories are huge, think family sitting around picture albums.<p>#6: yea, totally. I always thought site monitoring where you can send it events from your backend or js. Google analytics has events, but can't send it from backend (ie. signups, ...)
评论 #1397124 未加载
petervandijckalmost 15 years ago
#5: the demand seems to be there. Assuming this is a freemium, then the challenge will be to acquire enough customers. You would assume that after the initial drop-off, the data gathered would be very valuable and people would want to keep paying... So after building the basic tech, it becomes a marketing play? I'd love to hear more thoughts on this, or perhaps good sites, because if I found a good one I'd use it. (Not sure what defines good here though.)
jasonlbaptistealmost 15 years ago
Ironically I'm tackling 3(<a href="http://flow.cloudomatic.com" rel="nofollow">http://flow.cloudomatic.com</a>) and 5(<a href="http://www.genevine.com" rel="nofollow">http://www.genevine.com</a>) right now.<p>I like 2 a lot as well.
评论 #1397137 未加载
评论 #1396869 未加载
评论 #1397588 未加载
评论 #1397660 未加载
lazyantalmost 15 years ago
Humble opinions:<p>1. Easy to implement, but I don't know if people would be interested in it. Another downside is that twitter can pull the rug under your feet at any time.<p>2. Interesting. I'm not sure if the benefits for testers are big enough.<p>3. I have no opinion on this; I don't like the referrals in general (except free "word of mouth") anyways.<p>4. nice but as with any social site it's hard to get the initial people and critical mass.<p>5. Hard to differentiate enough or see the real benefit when there are so many blogs/facebook/etc applications out there.<p>6. There are definitively lots of monitoring services of all kinds, prices (from zero) and features. It would be interesting to have one addressing a very particular niche one or at a particular feature set / price point as you said.
评论 #1397142 未加载
megamark16almost 15 years ago
With regards to #6: The bank I used to work at used Gomez and we were (well they probably still are) paying out the ying yang for a handful of tests each hour against a few core webapps.<p>So I had this idea to create a distributed monitoring service that would use nodes (similar to the genome@home project) with actual residential internet connections to give websites a true idea of how fast their site was from different locations around the world. Node owners would just be regular people, and they would get a small percentage of the revenue from each test they ran, and the infrastructure would be designed such that a failing or slow test result would initiate verification tests from other nodes to insure that it wasn't just an issue due to the node's internet connection slowing down or failing. Gomez runs different test from their own servers around the country and sometimes we could tell what the issue was based on which nodes were down (i.e. the west coast server is the only one that's failing). So we'd have all these nodes running all over the world and we could tell people "well here's how quickly this page and all it's resources load from New York City, LA, and Russia..." and give them historical and real time metrics and notifications based on those response times.<p>I got as far as creating a client that worked relatively well and was ready to upload results for each test ran to a master server, plus it made requests to the master server to see what the next test it needed to run was. With all the other availability testing services out there I kind of moved on, but I've still got the source if someone is interested.
评论 #1397092 未加载
Rustalmost 15 years ago
#5 - I actually started developing this one, called KinCMS (stupid, but descriptive), but got a job before finishing it - and thus, never got back to it. I never let it go, either, and some of it's code formed the basis of Noostr recently. I guess I should get it working and launched, eh?<p>#6 - Again, something I had started and had working for my own servers a few years ago, but never expanded or monetized. I don't think I have my old source code anymore though...
WestCoastJustinalmost 15 years ago
#6 -- you should check out nagios. We have many thousands of checks running on all aspects of our infrastructure. Allows for email, text messages, etc notifications on OK, WARN, and CRITICAL events. There are plenty of plugins already available but if you want something custom create it... it's free and open-source.<p>For example, we have checks to see if there are fan, drive, power supply, etc, failures within systems. We also monitor main power feeds, UPS, ventilation, etc on site infrastructure. You can also monitor/graph/check history of websites and their load times.<p>EDIT: you might also want to check out ganglia from the OS side. This doesn't allow notifications (as far as I know) like nagios but you can instantly see what your resources are being used on in larger machine clusters.
评论 #1399093 未加载
coverbandalmost 15 years ago
#2 has a lot of promise, based on the gap I experienced first hand working for a very large software company. They have supposedly a complex infrastructure to get beta users but had extreme difficulty in extending it to thousands of users and consolidating their input.<p>I would consider #5 as the weakest idea in the bunch. There are an enormous number of existing sites that offer the same premise. In fact, one could even use Facebook in the same way when the family restricts the friends to other family members.
djb_hackernewsalmost 15 years ago
I like pretty much all of them, though have no use for any of them.<p>#1 would be super simple and I predict very popular. Could build an ecosystem of template designers ala wordpress themes.<p>#2 All I can think of is mechanical turk.<p>#3 takes the work out of having to build all that yourself.<p>#4 I imagined this like a daily email service a la Groupon instead of a webapp.<p>#5 How does this not already exist?<p>#6 I'd like to steal this one but don't have the time
nreecealmost 15 years ago
#1 doesn't really solve a major problem for a lot of people.<p>I like #2. I've been thinking about something similar (Feedback for Startups - <a href="http://www.nilkanth.com/2010/05/21/6-ideas-off-my-chest/" rel="nofollow">http://www.nilkanth.com/2010/05/21/6-ideas-off-my-chest/</a>)<p>Simple Diary (#4) looks cool, but I'm not sure if it can do more than a hobby.<p>Family network (#5) sounds interesting. Facebook, and other family networks, are just bloated.
评论 #1397159 未加载
jeffeppalmost 15 years ago
1. Great idea, agree on limitations but I would def use it. 2. Love it - would use 100% 3. Building sth like this currently (+ affiliate) 4. not for me 5. this is a great idea. If you are serious about this, email me I know someone in this space looking for help 6. Not techie enough to understand the value of this.
orlickalmost 15 years ago
There is something I really like about #4 the guided daily diary. I wonder if you could turn this idea into a dating site -- users can submit a guide and the top ranked ones get answered the next day. Users of the site can browse everyone's answers for that day.
Rickasaurusalmost 15 years ago
I like #5 quite a lot. You could probably monetize quite well by selling print versions of the online content they generate. The one caveat though: it's got to be simple enough for grandma/grandpa.
robgoughalmost 15 years ago
I've not seen this mentioned yet, but there is a mac only version of 2) already <a href="http://macdeveloper.net" rel="nofollow">http://macdeveloper.net</a>
petervandijckalmost 15 years ago
ps #6: is there a reliable solution to track respone times (latency) over time? I want to enter, say, 10 urls, preferably some with a cookie (loggedin), and see from various locations how fast they are (including js, images, ...). I'd pay 10$/month for this. I don't need any other features, just good, easy and reliable latency/speed measuring, so that I can work on improving it and actually see results (or not).
shankedalmost 15 years ago
#2 I've been working on for 2 months and will be releasing in a week or two... I'm still debating what the name should be, any ideas?
评论 #1398398 未加载
marilynalmost 15 years ago
<a href="http://www.launchly.com/" rel="nofollow">http://www.launchly.com/</a> is doing #2 I believe
评论 #1397391 未加载
smwhreyebelongalmost 15 years ago
I had thought about a variation of #2 at some point but I've been too busy to implement anything.
评论 #1397097 未加载
Concoursalmost 15 years ago
I hate 1. , I like 6. and I'm not interest in the rest.