Insane Ramblings of an Open Source Activist!

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
Post Reply
pcmattman
Member
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:

Insane Ramblings of an Open Source Activist!

Post by pcmattman »

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 :D

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 :D

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?)
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Post by Solar »

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")...
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.
pcmattman
Member
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:

Post by pcmattman »

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?
Well, no for the first, and no for the second.

Ok, so that makes me a freeware activist...
User avatar
mathematician
Member
Member
Posts: 437
Joined: Fri Dec 15, 2006 5:26 pm
Location: Church Stretton Uk

Post by mathematician »

I must admit that I try to get the stuff I want for free whenever I can. Even so, I can understand why somebody quite keen on having food in their stomach might want you to pay it.
pcmattman
Member
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:

Post by pcmattman »

I do like getting source if I like the binary.

But being a Windows user, it's often more convenient to get a binary...

And I don't mind some advertising if the developer is getting paid (I'd do the same).
Crazed123
Member
Member
Posts: 248
Joined: Thu Oct 21, 2004 11:00 pm

Post by Crazed123 »

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 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.
User avatar
mystran
Member
Member
Posts: 670
Joined: Thu Mar 08, 2007 11:08 am

Post by mystran »

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.
The real problem with goto is not with the control transfer, but with environments. Properly tail-recursive closures get both right.
Post Reply