I hope you know what you are getting into running a service like this - have a look at some of http://pastebin.com/archive for inspiration.
Show HN: Hackerhub.org
21–30 of 53 posts
Wow, I'd never looked at this before but there's some interesting stuff popping up in there. I think people believe Pastebin is more private than it actually is because in the 30 seconds I scanned through, I saw a Data Dump on a small E-commerce website and some other interesting stuff...
Re: Show HN: Hackerhub.org
#22Stumbled on an error when going to /r of my url:
Warning: file_get_contents() [function.file-get-contents]: Filename cannot be empty in /var/www/hackerhub/index.php on line 129Re: Show HN: Hackerhub.org
#23This is interesting.. what prompted such a project?
Re: Show HN: Hackerhub.org
#24Interesting, I've had a similar idea, but different: you download a command line tool and publish your local .md (markdown) files with it under some name, like:
$ p register
$ vim content.md
$ p publish .md # gets published under .domain.com/
I didn't know if people would find this useful, but judging from reactions to this, it looks like there might be a market for itRe: Show HN: Hackerhub.org
#25Re: Show HN: Hackerhub.org
#26The font you've chosen is missing some characters. http://j.hackerhub.org/unicode
Re: Show HN: Hackerhub.org
#27perhaps one could categorize pages, eg, I mentioned something here about creating a UIpalette http://news.ycombinator.com/item?id=3060902 - could you pivot around that? Make the site a destination to find new content.
Re: Show HN: Hackerhub.org
#28The font you've chosen is missing some characters. http://j.hackerhub.org/unicode
What browser are you using? I can see all the characters. They have specified 'sans-serif' (which most of the times means Helvetica).
Re: Show HN: Hackerhub.org
#29I don't think I understand. You post content elsewhere, and then this mirrors it?
I think the point is that you write your content in Markdown, the structure of your site in JSON, and this generates and serve HTML with a decent CSS. Interesting for programmers who want to quickly publish content without bothering with presentation. It's like Jekyll or Nanoc for busy (or lazy) people.
Re: Show HN: Hackerhub.org
#30The font you've chosen is missing some characters. http://j.hackerhub.org/unicode
What browser are you using? I can see all the characters. They have specified 'sans-serif' (which most of the times means Helvetica).
I'm on Chrome 13 and yes, I see all characters too, but Ż, ž, č, ą and ę are displayed in a fall-back sans-serif font. All others using Istok Web, as defined in the CSS. It doesn't look good.