Live data from Hacker News

Dear hackers, I pushed my "Hacker Top" program to github.

github.com

1–10 of 23 posts

Re: Dear hackers, I pushed my "Hacker Top" program to github.

#2
A few days ago I started pushing all the projects that I had done since 2007 to Git Hub and found this awesome program! I had already forgotten that I had written it! Try it out and if you like it, please contribute! :)

Ps. I currently have pushed 12 projects and have 19 projects left. I am pushing 1-2 works per day, because none of them have a good readme, and I have to write it. If you are interested in my works, you can follow my github profile.

Re: Dear hackers, I pushed my "Hacker Top" program to github.

#3
This is awesome! Currently, though, it allows you to browse a listing of headlines, but that's a great place the start.

One feature that would make this tremendously more usful is just adding integration to the Python 'webbrowser' module to open the currently selected entry in the user's default browser. That might even be the only feature this needs :)

I'll be watching this!

Re: Dear hackers, I pushed my "Hacker Top" program to github.

#6
post #4

Could you fix file modes, please? readme.txt file almost certainly doesn't need to be executable for anyone. (Just a minor issue.)

Oh? I didn't know it was getting excluded!

Update: oops, I misread "executable" for "excluded". You can ignore the rest of this thread.

Re: Dear hackers, I pushed my "Hacker Top" program to github.

#7
post #6
post #4

Could you fix file modes, please? readme.txt file almost certainly doesn't need to be executable for anyone. (Just a minor issue.)

Oh? I didn't know it was getting excluded! Update: oops, I misread "executable" for "excluded". You can ignore the rest of this thread.

He said "executable". Is the executable flag set on readme.txt?

Re: Dear hackers, I pushed my "Hacker Top" program to github.

#8
post #6
post #4

Could you fix file modes, please? readme.txt file almost certainly doesn't need to be executable for anyone. (Just a minor issue.)

Oh? I didn't know it was getting excluded! Update: oops, I misread "executable" for "excluded". You can ignore the rest of this thread.

I guess you're not a Linux user? See under "Permissions" at http://en.wikipedia.org/wiki/File_system_permissions#Traditi... .

Re: Dear hackers, I pushed my "Hacker Top" program to github.

#9
post #8
post #6

Earlier quoted context omitted.

Oh? I didn't know it was getting excluded! Update: oops, I misread "executable" for "excluded". You can ignore the rest of this thread.

I guess you're not a Linux user? See under "Permissions" at http://en.wikipedia.org/wiki/File_system_permissions#Traditi... .

Oh sorry. "executable" not "excluded". I misread.

Sure, gonna fix them right now.

Update: done.

Re: Dear hackers, I pushed my "Hacker Top" program to github.

#10
post #6

Earlier quoted context omitted.

Oh? I didn't know it was getting excluded! Update: oops, I misread "executable" for "excluded". You can ignore the rest of this thread.

He said "executable". Is the executable flag set on readme.txt?

Oh, sorry. I misread. Yes, it's set. Going to remove it. (But I don't find it a big deal that it's set personally.)

Update: done.

Post reply on HN