reinhard (~reinhard@M1249P020.adsl.highway.telekom.at) joined #gnuenterprise. btami (~tamas@ip102-205.ktv.tiszanet.hu) joined #gnuenterprise. harobed (~harobed@harobed.net1.nerim.net) left irc: Read error: 104 (Connection reset by peer) harobed (~harobed@harobed.net1.nerim.net) joined #gnuenterprise. IsoosI (dahoose@port-219-88-247-213.jet.net.nz) joined #gnuenterprise. Remosi (dahoose@port-219-88-246-74.jet.net.nz) left irc: Read error: 113 (No route to host) btami (~tamas@ip102-205.ktv.tiszanet.hu) left irc: johannes (~johannes@M1253P027.adsl.highway.telekom.at) joined #gnuenterprise. Remosi (dahoose@port-219-88-247-83.jet.net.nz) joined #gnuenterprise. IsoosI (dahoose@port-219-88-247-213.jet.net.nz) left irc: Read error: 113 (No route to host) ToyMan (~stuq@170-215-194-109.bras01.glv.ny.frontiernet.net) left irc: "Client Exiting" ToyMan (~stuq@smtp.dstoys.com) joined #gnuenterprise. dsmith (dsmith@oh-strongsvillecadent1-1d-224.clvhoh.adelphia.net) joined #gnuenterprise. dsmith (dsmith@oh-strongsvillecadent1-1d-224.clvhoh.adelphia.net) left #gnuenterprise ("Client exiting"). srbaker (~srbaker@u164n248.eastlink.ca) joined #gnuenterprise. deprogram (~hmason@66.94.69.196) joined #gnuenterprise. hey anyone around? hello srbaker hello greetings dsmith (dsmith@oh-strongsvillecadent1-1d-224.clvhoh.adelphia.net) joined #gnuenterprise. dsmith (dsmith@oh-strongsvillecadent1-1d-224.clvhoh.adelphia.net) left irc: "Client exiting" dsmith (dsmith@oh-strongsvillecadent1-1d-224.clvhoh.adelphia.net) joined #gnuenterprise. btami (~tamas@ip102-205.ktv.tiszanet.hu) joined #gnuenterprise. hi all btami: hi man, i'm just installed uhulinux on my win32 box (next to xp) and all progs talks hu ! it's a debian based hungarion distro :> havoc (~havoc@CPE-65-31-171-97.wi.rr.com) left irc: Remote closed the connection nice for you, of course... Action: deprogram is lucky enough to speak the dominant language in computing natively dominant verbal language, that is i like when programs talk my native lang, coz i want to turn my programs/users to linux jamest (~jamest@hilbert.math.ksu.edu) joined #gnuenterprise. havoc (~havoc@CPE-65-31-171-97.wi.rr.com) joined #gnuenterprise. btami: that's a great advantage we now have localised OOo, mozilla, galeon, spell-checker and finally www.uhulinux.hu oksay btami: is not plain debian localised badly? that's almost all you need ra3vat: debian hu loalisation isn't perfect, and needs hours of finetuning after installing in uhulinux the system and all programs is preconfigured for hu_hu and it has additions like suse/mandrake/redhat phear the mighty power of open source :P Action: ra3vat has liked altlinux.com for the same and it has some exclusive progs, lika a database of all hungarian law, whitch is an exclusive for uhulinux btami: is it under free licence? yes i mean uhulinux, yes i meant law database no :( you can use it only with uhulinux the same thing here, altlinux released on 9 CD's with few prop applications on the 9th disk including law database it's a prop software/database, used by justice and gow etc. so the data is free, but the sw isn't? sw and data all prop i did not look closely, think it is allowed to use on one machine but database also may be outdated for few month and you need subscription contract for updates exactly :) :) does form.setFocus(object) working for anyone? dunno i didn't test that one prior to release :( btami (~tamas@ip102-205.ktv.tiszanet.hu) left irc: "Kliens kilép" jamest: it is looked like setFocus was left from 0.4.3 version sigh http://geekcruises.com/home/ll3_home.html <- anyone going? jeffb (~jeffb@atlas.fundserv.com) joined #gnuenterprise. jeffb? nick change? Nope - New client. About to fix. jeffb (~jeffb@atlas.fundserv.com) left irc: "Client exiting" jbailey (~jbailey@atlas.fundserv.com) joined #gnuenterprise. Much better. =) steveb_ (~steveb@202.0.44.177) joined #gnuenterprise. steveb__ (~steveb@202.0.44.244) left irc: Read error: 110 (Connection timed out) fixe (~fixe@dsl093-081-253.chi2.dsl.speakeasy.net) joined #gnuenterprise. Action: deprogram upgrades yet another box to unstable there is no way to populate a DB backend directly from class definitions, right? not yet [using geas - or anything else] we certainly want to have such a possibility assuming that the class definitions are 'definitive' which it seems like they should be i am faced with the task of implementing my data structures - and i really do wish to use geas geas? the appserver what geas are you talking about? there was a piece of code named geas hah! the new one. which is obsolete ok i understand - the official designation is 'appserver'? the new appserver stores its definitions in the database yes at some point we agreed to use the term "appserver" for the new and "geas" for the old one to avoid confusion however the new appserver stores its definitions in the database and we want a way to create the db schema out of the definition Action: deprogram thinks he understands... almost there has to be some database agnostic way to create the definitions? that get stored in the database? sorry i don't understand "agnostic" reinhard: Try "neutral" insteead ah ok thanks dsmith: beat me to it :> there has been much talk about how to "author" the definitions one way is to have a form that accesses the tables of the database that contains the definitions like a form for item management you have a form for class management sure That's always a problem with dbs. How do you bootstrap them. The best place to store stuff is in the db, but how to you get to the db to find out "how do you get to the db" ? exactly this is the way that appserver will support first appserver will have a way of "bootstrapping" the very basic table definitions for the tables that hold the classes and properties and so on ah! those basic definitions will be written in a .ini file that .ini file will be read by appserver and appserver will "bootstrap" the database and when we have these tables then we can fill them with "user" tables like item, vendor, customer... where do the .gcd files fit in? or don't they? they were the way of defining classes for (the old) geas there has been talk about a lot of formats that appserver could import aha. so, an idea that lost favor somewhere along the way you write your class definitions in xyz and appserver imports those definitions into the system tables in the database where xyz could be .gcd XML ODL (Object Definition Language) whatever i see we started to dislike .gcd as we learned that most businessmen won't be able to understand that syntax the syntax of .gcd is quite understandable if you have some years of experience in C or a comparable language but not for a businessman however adding a new property to a class with a visual form will be easy even for Joe Accountant :) right - this is true especially if the prpoerty maintenance form looks similar to the customer maintenance certainly... however - user friendliness has its drawbacks my current project involves replacing a system that was TOO friendly any user could make arbitrary changes to database schema well the result was a terrific mess :> that's a matter of access control then agreed. however, a minimum level of DB design understanding would have been a good barrier to avoid design mistakes hmmm i'm not quite a friend of programs that include an IQ test before letting you do something ;-) COBOL was designed to be used and understood by managers but they can't figure it out... any more than any other programming language no - i agree with your design goals i'm very impressed with the level of thought that has gone into gnue in general so - primary focus is now a class builder? primary focus is getting appserver to a useful state creating a few forms for class and property management is a piece of cake with designer i guess that would be logical, indeed and then we would have to make this app that creates the db tables from the class definitions ok! what project does this app live under? basically appserver but most of it will be in common probably hmmm the assumption is that gnue must be functional without appserver so something as fundamental as base table building would have to live in common? yes but then we don't have class definitions i suppose not no what i meant is that things like the abstraction of db schema maintenance for different dbs must be in common like common has functions to create and update db schema and appserver tells common what to create/update ah... reinhard: thanks! you're welcome jbailey: get lots of errors installing debian packages. may i email you error messages? Sure - Just in case they're different than the ones I have now. chillywilly (~danielb@CPE-24-167-199-51.wi.rr.com) left irc: Read error: 104 (Connection reset by peer) jbailey: hmason@dbsinet.com = deprogram chillywilly (~danielb@CPE-24-167-199-51.wi.rr.com) joined #gnuenterprise. deprogram: tx. dsmith (dsmith@oh-strongsvillecadent1-1d-224.clvhoh.adelphia.net) left irc: "Client exiting" StyXman (~mdione@ADSL-200-59-84-208.cordoba.sinectis.com.ar) joined #gnuenterprise. hi guys remember me? kind of back from hell we hit a problem here hi when adding data to (var)char fields reinhard (~reinhard@M1249P020.adsl.highway.telekom.at) left irc: Read error: 104 (Connection reset by peer) hell? Y'mean they let you out after a while? (hi jamest.) they sent me back reinhard (~reinhard@M1249P020.adsl.highway.telekom.at) joined #gnuenterprise. gotta pay some debts Oy Action: jbailey hides. specially to devil's henchmen anyways we try to put some data in a varchar of certain size the prob arises when the data is bigger than the field mysql just truncs it and goes on but postgres chokes and fails do the entries/fields have any semantics about it? do you think of any? um pushing too much data into postgres choaks it? (hi jbailey) yeap. try it. can you just set the maxLength on the to prevent that from happening Action: jamest can't try it at the moment deprogram (~hmason@66.94.69.196) left irc: Read error: 110 (Connection timed out) reinhard (~reinhard@M1249P020.adsl.highway.telekom.at) left irc: "When all else fails, read the instructions" StyXman? jamest: yeap? was that what you were after? Action: jamest really didn't understand what you were after uh, didn't know of the existence of maxLenght so we wanted to know your opinion on what would be right. will maxLength work for you? jamest: does, yes. zanx deprogram (~hmason@66.94.69.196) joined #gnuenterprise. lupo (~lupo@pD9E6829D.dip.t-dialin.net) joined #gnuenterprise. hi there hit here hey steveb_ sorry damn tabs :) hey StyXman you haven't been around here for quite some time StyXman: did you guys see 0.5.0 is out it hopefully addressed issues you guys were having hem jamest: we're still stuck in 0.3.x :( but works fine so far. 0.3??? wtf to much work to switch maybe in a couple o' years or so... A couple of years? Waiting for 1.0? =) kind of... waitin' for our code stab :( which seems to never come (our code stab, I mean) lol i was about to say GNUe? unstable? Never. never! *cough* =) cough! SARS! Run away!!!! Action: chillywilly thinks this rsync is taking FOREVER never except for a hundred of DB000s, everything's fine um revDeke (www-data@alt1.libertydistribution.com) joined #gnuenterprise. that's a featre Action: revDeke is hear to warn jamest dont use your campus money card anymore at vending machine http://features.slashdot.org/features/03/04/14/1846250.shtml?tid=153&tid=172 appears some folks have found them incredibly easy to hack and the vendor has 'silenced' them with cease and desist orders Action: revDeke isnt sure if jamest's silence means he is cutting that card up or seeing if he can mirror packets to get free soda FREE MT. DEW!!!!!!!!!!! Action: jamest truely is in nirvana Oh yeah. Mt. Dew is caffeinated in your country, isn't it... It damn well be caffeinated in every country No, sorry. or else it isn't mt dew It's not permitted to be caffeinated in Canada. (for the same reason we don't have caffeinated water) You guys can't handle real beverages? or some other reason? :) Naw, just if it's not dark in colour, you can't add caffeine to it. (something about consumer expectations) that's odd i expect anything i drink to be caddeinated What I find funny is that the US is so anti-drug most of the time unless it's tabacco or caffeine. don't forget cigarettes and alcohol er scratch that first one Action: jamest had a SMP failure of the brain *lol* I didn't include alcohol, because the gov't did try to outlaw it once, didn't it? Action: lupo fetches his cigarettes from his car brb jbailey: yes - with a corresponding statistical spike in violent crime deprogram: But they ignored the spike in violent crime when mirijuana was made illegal in the early 1980's... there's no drugs. just abuse of consumible goods I don't know why noone learnt anything from the dry law. jbailey: of course! the WOD is in all contradiction to facts of any kind wod? war on dr_gs Action: deprogram looks over his shoulder the US seems to be leading a war against nearly everything ... yo, man, don't be so paranoic. hu, let's just not start on that. hehe StyXman: there is no paranoia. only real fear just because you're paranoid doesn't mean that they don't observe you :) fear is when your hairs at the back of your neck raises in warning now. i need to convince my boss that gnue is better than an in-house .net application >:( sick .net stuff does .net have data aware widgets? erm. the widget set is actually excellent. it's the platform that sux revDeke (www-data@alt1.libertydistribution.com) left #gnuenterprise. Action: jamest fears the non-caffienated neighbors to the north Oh, there's no shortage of caffeine. But it's lots of people drinking Coke and Pepsi. Action: StyXman fears not reach age 40 ah, well then, i'll sleep better ToyMan (~stuq@smtp.dstoys.com) left irc: "Client Exiting" 40? Of course. I don't consume caffeine at all. Action: chillywilly sips his coke man, is that old. i can't even imagine being 30 :) course not you're a freak chillywilly: Et tu brutes? Action: deprogram shakes his head, smiling night all... yeah, man. 14 years to go and is not clear to me there would be somewhere to live then. bye dep deprogram: bye then damn, i run out of table water whatever i go to bed now bye ppl dsmith (dsmith@68.70.204.224) joined #gnuenterprise. lupo (~lupo@pD9E6829D.dip.t-dialin.net) left irc: "using sirc version 2.211+KSIRC/1.1" deprogram (~hmason@66.94.69.196) left irc: "[BX] I got sucked into /dev/null!" dsmith (dsmith@68.70.204.224) left irc: Client Quit neilt (~neilt@ip68-105-182-97.nv.nv.cox.net) joined #gnuenterprise. hi hello jamest hows it going what month is it? ;) tuesday I think jamest: Your gfd file has an error. impossible must be a bug in forms :) sub_pop_culture (~link@129.210.184.56) joined #gnuenterprise. StyXman (~mdione@ADSL-200-59-84-208.cordoba.sinectis.com.ar) left irc: "aiiieee!" sub_pop_culture (~link@129.210.184.56) left #gnuenterprise ("Client exiting"). ****this is not a comment on my views of the war***** but I find this funny http://www.math.ksu.edu/~jamest/Protesters.jpg I bet they don't engage in any idle chat while standing out there lol jamest (~jamest@hilbert.math.ksu.edu) left irc: "[x]chat" dsmith (dsmith@oh-strongsvillecadent1-1d-224.clvhoh.adelphia.net) joined #gnuenterprise. Vee2d2 (~vin@c66.169.136.41.ts46v-07.otn-c1.ftwrth.tx.charter.com) left irc: Read error: 104 (Connection reset by peer) dsmith (dsmith@oh-strongsvillecadent1-1d-224.clvhoh.adelphia.net) left irc: Client Quit dsmith (dsmith@oh-strongsvillecadent1-1d-224.clvhoh.adelphia.net) joined #gnuenterprise. jbailey (~jbailey@atlas.fundserv.com) left irc: "Client exiting" dsmith (dsmith@oh-strongsvillecadent1-1d-224.clvhoh.adelphia.net) left irc: Client Quit dsmith (dsmith@oh-strongsvillecadent1-1d-224.clvhoh.adelphia.net) joined #gnuenterprise. Vee2d2 (~vin@c66.169.136.41.ts46v-07.otn-c1.ftwrth.tx.charter.com) joined #gnuenterprise. Vee2d2 (~vin@c66.169.136.41.ts46v-07.otn-c1.ftwrth.tx.charter.com) left irc: Client Quit Vee2d2 (~vin@c66.169.136.41.ts46v-07.otn-c1.ftwrth.tx.charter.com) joined #gnuenterprise. dsmith (dsmith@oh-strongsvillecadent1-1d-224.clvhoh.adelphia.net) left irc: "Client exiting" Vee2d2 (~vin@c66.169.136.41.ts46v-07.otn-c1.ftwrth.tx.charter.com) left irc: Remote closed the connection dsmith (dsmith@oh-strongsvillecadent1-1d-224.clvhoh.adelphia.net) joined #gnuenterprise. Vee2d2 (~vin@c66.169.136.41.ts46v-07.otn-c1.ftwrth.tx.charter.com) joined #gnuenterprise. jamest (~jamest@adsl-208-191-38-74.dsl.tpkaks.swbell.net) joined #gnuenterprise. neilt1 (~neilt@ip68-105-182-97.nv.nv.cox.net) joined #gnuenterprise. neilt (~neilt@ip68-105-182-97.nv.nv.cox.net) left irc: Read error: 104 (Connection reset by peer) neilt1 (~neilt@ip68-105-182-97.nv.nv.cox.net) left irc: Remote closed the connection neilt (~neilt@ip68-105-182-97.nv.nv.cox.net) joined #gnuenterprise. hi neilt long time no see\ neilt (~neilt@ip68-105-182-97.nv.nv.cox.net) left irc: Read error: 104 (Connection reset by peer) bah Action: chillywilly scares everyone away muwaahahahaha' Action: dsmith toughs it out neilt (~neilt@ip68-105-182-97.nv.nv.cox.net) joined #gnuenterprise. neilt (~neilt@ip68-105-182-97.nv.nv.cox.net) got netsplit. dsmith (dsmith@oh-strongsvillecadent1-1d-224.clvhoh.adelphia.net) got netsplit. chillywilly (~danielb@CPE-24-167-199-51.wi.rr.com) got netsplit. fixe (~fixe@dsl093-081-253.chi2.dsl.speakeasy.net) got netsplit. steveb_ (~steveb@202.0.44.177) got netsplit. srbaker (~srbaker@u164n248.eastlink.ca) got netsplit. neilt (~neilt@ip68-105-182-97.nv.nv.cox.net) returned to #gnuenterprise. dsmith (dsmith@oh-strongsvillecadent1-1d-224.clvhoh.adelphia.net) returned to #gnuenterprise. chillywilly (~danielb@CPE-24-167-199-51.wi.rr.com) returned to #gnuenterprise. fixe (~fixe@dsl093-081-253.chi2.dsl.speakeasy.net) returned to #gnuenterprise. steveb_ (~steveb@202.0.44.177) returned to #gnuenterprise. srbaker (~srbaker@u164n248.eastlink.ca) returned to #gnuenterprise. srbaker (~srbaker@u164n248.eastlink.ca) got netsplit. steveb_ (~steveb@202.0.44.177) got netsplit. dsmith (dsmith@oh-strongsvillecadent1-1d-224.clvhoh.adelphia.net) got netsplit. neilt (~neilt@ip68-105-182-97.nv.nv.cox.net) got netsplit. fixe (~fixe@dsl093-081-253.chi2.dsl.speakeasy.net) got netsplit. chillywilly (~danielb@CPE-24-167-199-51.wi.rr.com) got netsplit. jcater (~jason@cpe-066-061-083-220.midsouth.rr.com) joined #gnuenterprise. neilt (~neilt@ip68-105-182-97.nv.nv.cox.net) returned to #gnuenterprise. dsmith (dsmith@oh-strongsvillecadent1-1d-224.clvhoh.adelphia.net) returned to #gnuenterprise. chillywilly (~danielb@CPE-24-167-199-51.wi.rr.com) returned to #gnuenterprise. fixe (~fixe@dsl093-081-253.chi2.dsl.speakeasy.net) returned to #gnuenterprise. steveb_ (~steveb@202.0.44.177) returned to #gnuenterprise. srbaker (~srbaker@u164n248.eastlink.ca) returned to #gnuenterprise. srbaker (~srbaker@u164n248.eastlink.ca) left #gnuenterprise ("Client Exiting"). neilt (~neilt@ip68-105-182-97.nv.nv.cox.net) left irc: Read error: 110 (Connection timed out) jcater (~jason@cpe-066-061-083-220.midsouth.rr.com) left irc: "Client Exiting" --- Tue Apr 15 2003