Author Topic: n00b prog  (Read 1935 times)

badkarma

  • VIP
  • Member
  • ***
  • Posts: 497
  • Kudos: 0
n00b prog
« Reply #15 on: 2 August 2002, 13:21 »
If I were to write this program and I would use Qt the license would have to be GPL seeing as I don't have a commercial Qt license (well, not for myself at least)
If you can't learn to do something well, learn to enjoy doing it poorly.

choasforages

  • VIP
  • Member
  • ***
  • Posts: 1,729
  • Kudos: 7
    • http://it died
n00b prog
« Reply #16 on: 3 August 2002, 06:27 »
well, its all just conceptual right know, but i like the lgpl more then the gpl. i know its not the license of the purist but then agian, i was thinking that it should be seperated at the frontend/backend level, meaning that a library would have to be written, and what if a company wanted to use it for a project that wasn't opensource. it is tempting to put it under the bsd license, but i like the terms of the lgpl, becuase it avoids several problems like what happen with nusphere a few months ago i think
x86: a hack on a hack of a hackway
alpha, hewlett packed it A-way
ppc: the fruity way
mips: the graphical way
sparc: the sunny way
4:20.....forget the DMCA for a while!!!

TheQuirk

  • VIP
  • Member
  • ***
  • Posts: 2,154
  • Kudos: 315
n00b prog
« Reply #17 on: 3 August 2002, 08:42 »
err.. maybe that should be discussed when I atleast partially finish it?

flap

  • Member
  • **
  • Posts: 1,268
  • Kudos: 137
n00b prog
« Reply #18 on: 4 August 2002, 00:38 »
quote:
i like the terms of the lgpl, becuase it avoids several problems like what happen with nusphere a few months ago i think


How was that a problem?
"While envisaging the destruction of imperialism, it is necessary to identify its head, which is none other than the United States of America." - Ernesto Che Guevara

http://counterpunch.org
http://globalresearch.ca


TheQuirk

  • VIP
  • Member
  • ***
  • Posts: 2,154
  • Kudos: 315
n00b prog
« Reply #19 on: 4 August 2002, 10:44 »
It'll use Qt, and it'l be under the GPL. It's not going to be a library, but a stand alone applicaiton.

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
n00b prog
« Reply #20 on: 4 August 2002, 11:12 »
Ya know yer going to have to pump out an curses/ncurses version as well don't you?  
Someone please remove this account. Thanks...

choasforages

  • VIP
  • Member
  • ***
  • Posts: 1,729
  • Kudos: 7
    • http://it died
n00b prog
« Reply #21 on: 4 August 2002, 11:22 »
well, make it thou selve, i just think of this shit.
x86: a hack on a hack of a hackway
alpha, hewlett packed it A-way
ppc: the fruity way
mips: the graphical way
sparc: the sunny way
4:20.....forget the DMCA for a while!!!

sporkme

  • Member
  • **
  • Posts: 501
  • Kudos: 149
    • http://sporkme.net/
n00b prog
« Reply #22 on: 4 August 2002, 22:36 »
the only problem i can see is that the newbs wont be able to install it without a graphical interface in the first place!
just that you do not take an interest in politics does not mean that politics will not take an interest in you.  -pericles 430 b.c.

TheQuirk

  • VIP
  • Member
  • ***
  • Posts: 2,154
  • Kudos: 315
n00b prog
« Reply #23 on: 4 August 2002, 22:44 »
I'll just include in the readme "For installation instructions, go to forum.fuckmicrosoft.com"   :D        :rolleyes:

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
n00b prog
« Reply #24 on: 5 August 2002, 06:22 »
quote:
Originally posted by choasforages:
well, make it thou selve, i just think of this shit.


Naaa, I have no need for such a utility...
Someone please remove this account. Thanks...

DC

  • Member
  • **
  • Posts: 211
  • Kudos: 0
n00b prog
« Reply #25 on: 5 August 2002, 08:43 »
quote:
Originally posted by sporkme / bob:
the only problem i can see is that the newbs wont be able to install it without a graphical interface in the first place!


That's where distro's and friends are for.
OK, maybe they'll have problems with this, but installing *one* program by source/RPM and the rest by gui is easier than installing lots of 'em.

Anyway, 'bout the ./configure options: those are far from always the same, and the help provided with the files is usually quite arcane (that's the original problem). How do you present those in an orderly fashion if you can't even get a decent list?. Unless you're manually adding them to every packet available - if you do that I will praise you untill eternity (or untill you're finished - but that's the same).
GS/CS d- s-: a--- C++ UL+ P+ L++>+++ E W++ N>+ o K- w-- O- M V? PS+>++ PE- Y+ PGP t+ 5+ X R tv+ b+++ DI+ D+ G++ e>++++ h! r- y
A quantummechanical wavefunction describing an unknown amount of bottles of beer on the wall
A quantummechanical wavefunction describing an unknown amount of bottles of beer on the wall
We take a measurement, the wavefunction will collapse, and one of the bottles of beer will fall

badkarma

  • VIP
  • Member
  • ***
  • Posts: 497
  • Kudos: 0
n00b prog
« Reply #26 on: 5 August 2002, 13:14 »
quote:
Originally posted by DC:


That's where distro's and friends are for.
OK, maybe they'll have problems with this, but installing *one* program by source/RPM and the rest by gui is easier than installing lots of 'em.

Anyway, 'bout the ./configure options: those are far from always the same, and the help provided with the files is usually quite arcane (that's the original problem). How do you present those in an orderly fashion if you can't even get a decent list?. Unless you're manually adding them to every packet available - if you do that I will praise you untill eternity (or untill you're finished - but that's the same).



seeing the configure script is automatically generated, the options are presented in a (reasonably) coherent way, which means they are parsable by a regular expression, and to me it seems possible to isolate the configure options (I'll have a look at this maybe next weekend)
If you can't learn to do something well, learn to enjoy doing it poorly.

sporkme

  • Member
  • **
  • Posts: 501
  • Kudos: 149
    • http://sporkme.net/
n00b prog
« Reply #27 on: 6 August 2002, 05:33 »
the simpler solution would be to make the packages more installable, not the installer more complicated.

personally once i did it a coupla times it became easier than clicking. one step.  type it and it is (likely to be) right.
just that you do not take an interest in politics does not mean that politics will not take an interest in you.  -pericles 430 b.c.

choasforages

  • VIP
  • Member
  • ***
  • Posts: 1,729
  • Kudos: 7
    • http://it died
n00b prog
« Reply #28 on: 6 August 2002, 22:27 »
i don't know, i just thought it up. im currently thinking of another cool idea that someone should do. www.nostatic.org/groove looks pretty sweet from the screen shots.
x86: a hack on a hack of a hackway
alpha, hewlett packed it A-way
ppc: the fruity way
mips: the graphical way
sparc: the sunny way
4:20.....forget the DMCA for a while!!!