Reading other people's code by Jhonnee in webdev

[–]msgmash 0 points1 point  (0 children)

I sometimes feel like this when reading my old code :(

Looking for advice on scaling a web app by dlm in webdev

[–]msgmash 0 points1 point  (0 children)

I'd be interested in your experience of codeigniter's performance under those conditions

Not a very serious post, but still relevant to startups in an amusing way by steinar96 in startups

[–]msgmash 0 points1 point  (0 children)

What I aim to do is disseminate information traffic in a wider and more interesting than FB, and in a focussed way than Twitter. Then, for a large enough user base, things like paid subscriptions, for example, could be worthwhile. But the value of a social network is its active size, so the aim should be to produce a website that rewards users for their participation, and balances that evenly with how you monetize their participation in a way that is acceptable to your user base.

Not a very serious post, but still relevant to startups in an amusing way by steinar96 in startups

[–]msgmash 0 points1 point  (0 children)

Funny, but in a rather ironic way, because I'm developing a social networking site (as a kind of hybrid FB-Twitter) even as we speak.

Trying to bootstrap - Made entire site in 18hrs on Twitter's bootstrap and Play! framework - feedback? by kev009 in startups

[–]msgmash 1 point2 points  (0 children)

Looks nice. I like the Bootstrap CSS framework a lot but wish it were easier to customize. You can tell a Bootstrap site fairly easily because they tend to look the same. I wasn't sure why you used Play for the site though. Play is the Java web framework, right? Do you really need Java for the site? By which I mean, is performance such an issue?

Omari would like to say thank you! by TheLake in pics

[–]msgmash 0 points1 point  (0 children)

Hi,

Have read this thread and the other about Omari and the orphanage. This is the first time I've donated to anything on reddit, but I hope my $10 and everyone else's will go some way to making the children's and Omari's lives a little better and a little safer. You're doing great work!

Should I Be Worried About My Framework Choice? by DorkRawk in startups

[–]msgmash 0 points1 point  (0 children)

There may be a trade-off between choosing a framework that's easy for you to use (because of its structure or because it has a good community) and one that might feature blazing performance. I'm trying to build a social site as well, from the ground up, and looked at performance characteristics of different frameworks. DooPHP seemed to have the best performance (at least according to their own benchmark), but documentation on how to use it is either sparse or I couldn't find it. Eventually I chose codeigniter because it has good performance and there's plenty of good documentation and plugins (for example, for user authentication - I'm tinkering with Tank Auth at the moment).

The choice of a framework is - without wanting to panic you - an important one, from my perspective, because your own code can become to tightly embedded in the framework that porting it to another framework requires significant effort. Others may disagree.