Tagged Questions

5
votes
4answers
156 views

Can you make a living by developing open-source software?

I'm sure there are a lot of top-notch people doing this abroad. But I was wondering whether it is also possible for an average Filipino developer (based in the Philippines) to make …
2
votes
3answers
31 views

blogging tool in Python

Is there a free or open source tool or website for publishing blogs like Wordpress in Python? Tnx!
5
votes
6answers
115 views

What Javascript UI Library would you use for a highly interactive web project?

I am doing a personal web project. I want it to be very interactive, thus I am going to do alot of javascript. please recommend a javascript ui library that I could use. I kno …
5
votes
3answers
130 views

Which is a better database MySQL or PostgreSQL?

For web applications that handle millions and millions of data and performs joins with huge tables?
3
votes
1answer
74 views

What is considered derivative work under the AGPL license?

I know this must be a legal question but I just want to get a pulse on what Filipino think about this. There are a lot of people who use open source library to save on cost. I woul …
5
votes
12answers
196 views

What is your preferred open-source database?

I personally prefer PostgreSQL; it feels and handles just like the paid "big enterprise" databases, and certain features, like triggers, stored procedures and multiple index use, a …
4
votes
2answers
72 views

What “pet projects” are you guys handling?

Sooo I just finished my last project for the year and I'm looking for a pet project that would keep me busy coding for the x'mas season. At least it'll keep my attention off the f …
3
votes
1answer
27 views

What Open Source License are you using, and why?

I mostly use the MIT license for pretty mundane plugins w/c I publish at GitHub, but I am pondering the use of the GPL for bigger ones.
3
votes
1answer
78 views

Advice for a good db replication solution

I've been living with MySQL replication for some time now, and it is very far from being perfect and is in fact, a bit of a pain. Does anyone know of a good, free (or at least che …
5
votes
0answers
25 views

Is there an open source PHP groupware that has file management and versioning available out-of-the-box?

I've asked about Simple Groupware before, but its manner of versioning is primitive (you just rename the old file and indicate the version number). I'm looking for something that …
2
votes
0answers
24 views

Lightweight, open-source gallery package?

I've tried Gallery2, but I still find it a tad slower than I expected for a lightweight package. I was also hoping I wouldn't have to use a database. (Although database use causi …