I love open source. It's so great... If I need some software, the first place I look is SourceForge. So far, I haven't been unhappy with stuff I've gotten. The newest program I've gotten is PokerTH, a single-player poker (texas holdem) game that actually works well and looks nice! Best part is, they are putting network support into it now
Then, I find out that to build it myself I have to get Qt, which is NOT free unless it's for open source purposes
Now, can anyone out there tell me any other good open source software packages (for Windows) that can save me heaps of money? Who knows, I might find something I never knew I needed (a virtual flowerpot?)
Insane Ramblings of an Open Source Activist!
You are confusing OpenSource with freeware.
Answer these two question for yourself, and be honest:
- have you ever made a code review, or read some other's code review, before employing OpenSource software?
- would it really matter to you, from a technical (not ethical / moral) standpoint, if you would get a ready-to-run binary instead of source?
Back in Amiga times, the AmiNet was a premium resource for games, tools, applications, sampler music and more. No-one cared much that you didn't always get the source.
The problem today is that there is no "freeware" community to speak of anymore, which allowed the "OpenSource activists" to polarize between OpenSource ("good") and the rest of the world ("bad")...
Answer these two question for yourself, and be honest:
- have you ever made a code review, or read some other's code review, before employing OpenSource software?
- would it really matter to you, from a technical (not ethical / moral) standpoint, if you would get a ready-to-run binary instead of source?
Back in Amiga times, the AmiNet was a premium resource for games, tools, applications, sampler music and more. No-one cared much that you didn't always get the source.
The problem today is that there is no "freeware" community to speak of anymore, which allowed the "OpenSource activists" to polarize between OpenSource ("good") and the rest of the world ("bad")...
Last edited by Solar on Tue May 29, 2007 2:57 am, edited 1 time in total.
Every good solution is obvious once you've found it.
-
- Member
- Posts: 2566
- Joined: Sun Jan 14, 2007 9:15 pm
- Libera.chat IRC: miselin
- Location: Sydney, Australia (I come from a land down under!)
- Contact:
Well, no for the first, and no for the second.Solar wrote:Answer these two question for yourself, and be honest:
- have you ever made a code review, or read some other's code review, before employing OpenSource software?
- would it really matter to you, from a technical (not ethical / moral) standpoint, if you would get a ready-to-run binary instead of source?
Ok, so that makes me a freeware activist...
- mathematician
- Member
- Posts: 437
- Joined: Fri Dec 15, 2006 5:26 pm
- Location: Church Stretton Uk
I once had to hand-hack the source of a wireless-card driver to make it work with the knockoff POS my ISP gave me. I was glad for open source.Solar wrote:You are confusing OpenSource with freeware.
Answer these two question for yourself, and be honest:
- have you ever made a code review, or read some other's code review, before employing OpenSource software?
- would it really matter to you, from a technical (not ethical / moral) standpoint, if you would get a ready-to-run binary instead of source?
Back in Amiga times, the AmiNet was a premium resource for games, tools, applications, sampler music and more. No-one cared much that you didn't always get the source.
The problem today is that there is no "freeware" community to speak of anymore, which allowed the "OpenSource activists" to polarize between OpenSource ("good") and the rest of the world ("bad")...
I for one will claim that having the source actually matters to me from a technical standpoint: when I hit a bug (and more often than not I do) having the source allows me to at least go and see if there's a trivial fix. Sometimes there is, sometimes there isn't. Sometimes it's too painful to fix, but having the source allows tracing the cause and working around it.
So there you got it: I actually do read other peoples source. Not necessarily before starting to use something, but rather after, when it doesn't quite do what I wanted.
So there you got it: I actually do read other peoples source. Not necessarily before starting to use something, but rather after, when it doesn't quite do what I wanted.
The real problem with goto is not with the control transfer, but with environments. Properly tail-recursive closures get both right.