I once was an intern in a company that wanted to rewrite the whole Reddit code in .net. The founder was a charming person and managed to raise a huge pile of money. "We can redo this with current technology and elegant design! We will run circles around Reddit!". We had a great time. Free snacks, lot's of parties, luxurious office furniture, skateboarding in the hall... In the end, the company ran out of money before…
He was obviously obsessed by .net and circles. But what do you mean by "circles around Reddit" or "circles around something"? Like... g+ circles?
Reddit source code
41–50 of 58 posts
Re: Reddit source code
#42Wow I am impressed that a commercial social networking software company open sources their entire codebase.
Re: Reddit source code
#43Earlier quoted context omitted.
It is an eye sore for me as well. The CakePHP project has done away with yearly update by replacing the year(s) with '(c)'. https://github.com/cakephp/cakephp/commit/7b860debe4731a9cbc... I remember watching a Stephen Fry interview who mentioned that placing the Copyright symbol once on your piece of work is sufficient to claim Copyright. But is placing the symbol once on a book, the same as placing a Copyright/Licen…
As a matter of fact, you do not need to even declare copyright anywhere in the text to claim copyright (at least in the US). Copyright exists from the moment of the work's creation. [1] And placing a copyright notice does not afford you any other benefits without registration anyway. Once you've registered with the US Copyright Office, you may place a copyright notice if you want, but your work is still protected eve…
Re: Reddit source code
#44I once was an intern in a company that wanted to rewrite the whole Reddit code in .net. The founder was a charming person and managed to raise a huge pile of money. "We can redo this with current technology and elegant design! We will run circles around Reddit!". We had a great time. Free snacks, lot's of parties, luxurious office furniture, skateboarding in the hall... In the end, the company ran out of money before…
Re: Reddit source code
#45Earlier quoted context omitted.
That’s odd. As if the programming language itself is what makes Reddit what it is :)
Unfortunately from my experience, people thinking that background technology choices can give them a consumer advantage is not that uncommon.
Re: Reddit source code
#46Earlier quoted context omitted.
Unfortunately from my experience, people thinking that background technology choices can give them a consumer advantage is not that uncommon.
Well, they're right pretty much by definition - otherwise it wouldn't matter at all what technology you use. You could code your CRUDs in Brainfuck connected to MongoDB. In real world, you gain consumer advantage by e.g. chosing right database for the problem, or playing to language's strengths (which is what pg done at Viaweb).
Re: Reddit source code
#47Earlier quoted context omitted.
I do this too and so why do I do it? In essence it's because there is a very large number of lazy programmers who live by cut and paste. We're not just talking the "I've found a solution on Stack Overflow and will use that", but more "I've searched Github for keyword + language and this file does what I need". The files are copied into their projects in its entirety, sometimes whole libraries are, and those programme…
> In essence it's because there is a very large number of lazy programmers who live by cut and paste. I've had programmers copy and paste GPL'd code into proprietary projects I'm responsible for. It's not laziness it's ignorance. "What's a GPL?"
Laziness, ignorance, irresponsibility. Or: usage.
Re: Reddit source code
#48Me, I see no difference between reddit now, and USENET of the 80's/90's. Except that reddit isn't distributed, by nature, but rather .. empirical ..
I still use USENET. Its a quite place now the kids have all grown up and left the basements...
Re: Reddit source code
#49Earlier quoted context omitted.
That’s odd. As if the programming language itself is what makes Reddit what it is :)
Unfortunately from my experience, people thinking that background technology choices can give them a consumer advantage is not that uncommon.
Spend months rewriting the most beautiful backend and nobody care, redesign a button and everyone is excited.
Re: Reddit source code
#50Earlier quoted context omitted.
To be fair, you can build a decent social site out of .net; e.g. Stack Overflow does quite well. But its not a main factor.
To be fair you can build a decent anything out of any language / framework / environment; the point is, technology doesn't matter that much if your product is good. Look at Twitter or something for example, they built a product in a language they were comfortable with, and evolved from there.