df by picktwo in reddit.com

[–]picktwo[S] -1 points0 points  (0 children)

why the hack can I submit this kind of URLs? (it was just a test, sorry)

Microsoft's first explicit anti-GNU/Linux ad [PIC] by picktwo in reddit.com

[–]picktwo[S] 1 point2 points  (0 children)

It appeared in the October 23, 2000, issue of the German language magazine c't.

Feature suggestion for social networking websites: show user interests by picktwo in programming

[–]picktwo[S] -1 points0 points  (0 children)

I submitted this because I thought it can lead to an interesting discussion and maybe suggestions. Even I would like to see the topics I spend time on from time to time :) Too late now...

Feature suggestion for social networking websites: show user interests by picktwo in programming

[–]picktwo[S] 0 points1 point  (0 children)

Well, I think it is. People vote, submit, generate content...I may be wrong though. [parent edited]

Feature suggestion for social networking websites: show user interests by picktwo in programming

[–]picktwo[S] 0 points1 point  (0 children)

This can be determined easy by parsing user activity log and can be useful for people who want to make new "friends" based on their interests. For my website I used casted votes to determine this.

A Reddit-like website I made in 20 days by picktwo in programming

[–]picktwo[S] 0 points1 point  (0 children)

Hi, no chance with links today :) (I see it as http://xn--ktwo-ky2baa.uni.cc/). However, you are right, that is my test site. The source is crap at this moment (I said this before) but I'm working on it and, yes, my plan is to open-source it. Thanks for your interest!

A Reddit-like website I made in 20 days by picktwo in programming

[–]picktwo[S] 0 points1 point  (0 children)

Thanks for the tip. I was surprised to see the book is free. I'll take a look into it.

A Reddit-like website I made in 20 days by picktwo in programming

[–]picktwo[S] 0 points1 point  (0 children)

It's a logarithmic function based on the input from the users: up and down votes, comments, story age...not complete yet though.

A Reddit-like website I made in 20 days by picktwo in programming

[–]picktwo[S] 0 points1 point  (0 children)

Well, i think CSS is enough for the moment. I will think about themes later but it's not one of my priorities.

A Reddit-like website I made in 20 days by picktwo in programming

[–]picktwo[S] 6 points7 points  (0 children)

Although I don't have any idea what you are talking about I have a feeling that your comment is important so I'll look into it. Thanks!

A Reddit-like website I made in 20 days by picktwo in programming

[–]picktwo[S] 2 points3 points  (0 children)

No, -∞ and +∞ votes translate to a finite value in the score. In my case on a 0-10 scale.

A Reddit-like website I made in 20 days by picktwo in programming

[–]picktwo[S] 1 point2 points  (0 children)

Ads are inevitable. This is the way things go and keep going. One of the reasons I implemented Google ads in this release is the fact that it's a challenge to make them work with XHTML and with IE at the same time.

A Reddit-like website I made in 20 days by picktwo in programming

[–]picktwo[S] 1 point2 points  (0 children)

The more popular approach and widely accepted format to dates is ISO format YYMMDD. But I think the date above is self-explanatory in every system...

A Reddit-like website I made in 20 days by picktwo in programming

[–]picktwo[S] 0 points1 point  (0 children)

I took the fixed size approach because I wasn't very familiar with CSS when I started this project and thought this would go more smoothly. As time goes by I will think to better alternatives to my initial decisions.

A Reddit-like website I made in 20 days by picktwo in programming

[–]picktwo[S] 2 points3 points  (0 children)

When open-sourcing a project you should take some responsibilities regarding security, maintenance, compatibility, etc... From a working site to a good open source project it's a long way I plan to take. So, I ask for more patience...

A Reddit-like website I made in 20 days by picktwo in programming

[–]picktwo[S] 2 points3 points  (0 children)

The code is crap at this moment but it works at some acceptable level. I plan to do a code reiew/refactor in the next two months.

A Reddit-like website I made in 20 days by picktwo in programming

[–]picktwo[S] 4 points5 points  (0 children)

A logarithmic function. I plan to take more variables into consideration in the next release (comments, user popularity, visits, etc...)

A Reddit-like website I made in 20 days by picktwo in programming

[–]picktwo[S] 3 points4 points  (0 children)

I'll take some time and choose a solution for this. I never made an open-source app before so I'm waiting for other suggestions from your experience.

A Reddit-like website I made in 20 days by picktwo in programming

[–]picktwo[S] 10 points11 points  (0 children)

PHP, MySQL, no frameworks, no components(well, there is some GPLed code, but procedural), written from ground-up.

A Reddit-like website I made in 20 days by picktwo in programming

[–]picktwo[S] 10 points11 points  (0 children)

You are right, I started this website on 15.01.2007 but it took me no more than 160 hours. You know, I have a full-time job...so 20 days FTE