Live data from Hacker News

Show HN: Hackerhub.org

hackerhub.org

21–30 of 53 posts

Re: Show HN: Hackerhub.org

#21

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.

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

#22
Stumbled 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 129

Re: Show HN: Hackerhub.org

#24
Interesting, 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 it

Re: Show HN: Hackerhub.org

#25
post #20
post #17

Is there a way to force a cache update or does this limit you to (at most) one daily new item?

If you've made changes to your profile, you may force a refresh by pointing your browser to hackerhub.org/r/yourid.

Thanks, missed that. Will put it in a post-commit hook.

Re: Show HN: Hackerhub.org

#29
post #19

I 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

#30
post #28

The 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.
Post reply on HN