Ask HN: Please give me your thoughts on my new site: www.coderegator.com
8 comments
Nice work Rob, I can see this being very useful. Some feedback:
The title of each code snippet should be a link, which takes you to the same page as the "comments" link. I imagine people will want to bookmark or email their favourite links, this might make it easier.
Social buttons (twitter etc) on each "code snippet" page will help spread the word
Although it has been downvoted I agree with the commenter who advised you to avoid use of "codes". "Code snippets" perhaps? Codes, in my experience, is usually seen in the context of a poorly-worded forum question. It obviously won't kill the site, but IMHO it just looks like a spelling mistake and doesn't fit in with the professional look of the site.
Best of luck with this, it looks great!
The title of each code snippet should be a link, which takes you to the same page as the "comments" link. I imagine people will want to bookmark or email their favourite links, this might make it easier.
Social buttons (twitter etc) on each "code snippet" page will help spread the word
Although it has been downvoted I agree with the commenter who advised you to avoid use of "codes". "Code snippets" perhaps? Codes, in my experience, is usually seen in the context of a poorly-worded forum question. It obviously won't kill the site, but IMHO it just looks like a spelling mistake and doesn't fit in with the professional look of the site.
Best of luck with this, it looks great!
Thanks for the feedback, I think I will implement all of those. The title links were meant to link to a "source" so that you can provide credit, but they don't seem to be used much so I will probably just link to the comments as you suggested and put a little "source" link beside it if someone wants to give credit.
If a category has no entries the button should be disabled, why let users make preventable errors?
Yes! I'm going to add some color shading here for items with no entries as a visual guide.
hey. good job. i can definitely see myself using this.
i'm having a bit of trouble reading some of the content though (using ubuntu/chrome) font/font-size/colorschemes can be better. maybe refine the interface a bit, but good start!
If you could send me a screen grab to [email protected] that would be awesome.
[deleted]
So I found myself constantly looking up code references and commands at work. There was always that thing I did like 3 months ago for Apache that I would not remember since it's not something I do often.
I mostly kept all these references in Google docs or through bookmarks, but I still found myself searching for certain tidbits, so I decided to write this little code organizer.
Some features:
-add code samples
-add tags to code samples
-add other users code to your samples (can't edit these but you can put your own tags)
-fork any code including your own (these can be edited)
-add users to follow
-filter on categories, tags, users simultaneously, so you can really drill it down, like: show me codes by user "rob" in category "mysql" with tag "blah"
Anyway, if this describes you, I hope you will find it useful:
http://www.coderegator.com
Thanks,
Rob