[00:00] Last message repeated 1 time(s). yeah started up x and this pops up :) currently cooking for wife's office tomorrow nothing like waiting until last minute :) ajmitch (me@p4-max6.dun.ihug.co.nz) left irc: Read error: 104 (Connection reset by peer) dsmith (~dsmith@oh-strongsville5a-64.clvhoh.adelphia.net) joined #gnuenterprise. Howdy People. Anyone ever use Quixote? How do you like it? ajmitch (~me@p39-max10.dun.ihug.co.nz) joined #gnuenterprise. never heard of it jcater: It's a python web system thing. http://www.mems-exchange.org/software/quixote/ interesting psu (psu@manorcon.demon.co.uk) joined #gnuenterprise. hi psu hi aj what's up? my connection, for a start that's good mine won't be for long ;) had a long conversation last night with a fellow brit phone's getting cut off in the morning, i'm moving out in the afternoon about some techie accountancy stuff k aj - no phone = no life IMHO heh Rafterman (tim@lister.sesgroup.net) left irc: "[x]chat" i'm just moving back with my parents for a couple of weeks then will be away for a little bit & then reappear on IRC in mid-january ;) good stuff Final day at work today for most ppl Action: psu has the graveyard slot on Mon systems shut down 1 p.m. Mon anyway no Gen Ledger = no life in work terms heh anyway have a good break, aj happy holidays all psu (psu@manorcon.demon.co.uk) left #gnuenterprise. derek: if you're here: is functional in cvs colonel (~arun@202.88.232.184) joined #gnuenterprise. ra3vat (~ds@195.239.66.34) joined #gnuenterprise. dsmith (dsmith@oh-strongsville5a-64.clvhoh.adelphia.net) left irc: "later.." jcater (jason@24.92.70.201) left irc: "nite" reinhard (~rm@62.47.44.109) joined #gnuenterprise. colonel (arun@202.88.232.184) left irc: Ping timeout: 180 seconds colonel (~arun@202.88.232.184) joined #gnuenterprise. pattieja (pattieja@www.pcxperience.com) left irc: Ping timeout: 180 seconds ra3vat (ds@195.239.66.34) left irc: Ping timeout: 180 seconds pattieja (~pattieja@www.pcxperience.com) joined #gnuenterprise. colonel (arun@202.88.232.184) left irc: "[x]chat" alexey (alex@techkran.vladimir.ru) left irc: Remote closed the connection alexey (alex@strel.techkran.vladimir.ru) joined #gnuenterprise. colonel (~arun@202.88.232.184) joined #gnuenterprise. dres__ (~dres@4.18.171.42) joined #gnuenterprise. dres_ (dres@4.18.171.42) left irc: Ping timeout: 180 seconds colonel (arun@202.88.232.184) left irc: "[x]chat" alexey (alex@strel.techkran.vladimir.ru) left irc: "[x]chat" jamest (~jamest@hobbes.math.ksu.edu) joined #gnuenterprise. good day good morning :) how is life treating you on this glorious day? um, ok I guess spent last day finding bugs in forms and thinking about the c/python interface we need clones clones? yeah sure clowns we have enough lol reinhard: did you look at the db stuff any? btw hello yes already got more questions for you may i ? heh fire away if i want to keep 2 resultsets say i want to read/modify a customer and at the same time have a zipcode record in memory ok then i need only one DataObject instance and can generate two ResultSet instances from that single DataObject by passing 2 queries is that correct? yes from but dataObject is really dataSource do i need datasource? yes ok so single dataSource it ties a connection (we do connection pooling) to a specific table and/or object wait, lemme reread your question can i use single dataSource for more than one table? um no i misunderstood what you were asking above so if i have 2 queries i need 2 DataSource instances you have two datasources and i get 2 DataObject instances and 2 ResultSet instances is that correct? jcater (~jason@w202.z065105010.mem-tn.dsl.cnc.net) joined #gnuenterprise. yes i believe so yes you're right' it is me man, you're making me think too early in the morning lol jcater can i use single dataSource for more than one table? um no i misunderstood what you were asking above so if i have 2 queries i need 2 DataSource instances you have two datasources and i get 2 DataObject instances and 2 ResultSet instances is that correct? yes i believe so jcater: am I thinking right? also, the datasources use the connection manager to pool connections yes Well, there can be many resultsets depending on the situation there's ALWAYS a 1:1 mapping between DataObject and DataSource ok so for my understanding and a 1:1 mapping between a dataSource and a backend table(or object) why do we have two distinct classes for DataObject and DataSource? to confuse people and in which cases do we have more than one ResultSet for a single DataObject? at least me anyway reinhard: datasource is just a placeholder until a dataobject is loaded a dataobject is specific to the database provider there'a a PG_DataObject, OracleDataObject, etc that datasource loads transparently I'd prefer to have a single class ok IIRC we provide wrapper functions in the datasource but it doesn't work out that well :( so that the app programmer never deals with a dataobject oh jamest that's exactly what i wanted to propose now :) reinhard: master/detail relationships can cause multiple resultsets to be created if you have a master record, there can be multiple resultSets for the detail records mainly useful in an interactive environment such as forms so if i have multiple master records loaded where there can be unsaved changes in a child resultset, but the user selects a different master record i have a detail resultset for each master record? reinhard: yes oh ah ToyMan (~stuq@c5300-3-ip137.albany.thebiz.net) joined #gnuenterprise. this is very handy in editing well, if there are unsaved changes Action: reinhard feels like he's slowly getting it :) as my users wanted to edit all the details for multiple masters I don't recall, do we requery detail sets if they have not changed? without saving between each set jcater: i don't recall either i only grok the data system for a few minutes at a time it'd really be nice to have a graphical breakdown of this puppy but I don't know UML (or whatever people use today) was that a hint? i think i got that now jcater: no good I thought I'd have to troutslap you :) i have even one more question does that system know about data types? yes unfortunately as it's breaking for form right now!!!!! :P for = my i think does it check values when fields are set? like can i do just a sec I'll look reinhard: it's still a work in progress although a fairly far along work myRecord.setField("salary", "very high") or will it tell me "invalid numeric value" they are all stored as strings in the recordSet's setField function hmmmmm ra3vat (~ds@195.239.66.3) joined #gnuenterprise. jamest: typecasting is on the todo list as forms has to be prepared first that's what has me hmmmm'ing as my form dies on a field that's tied to a data field in the db Dorao (dorao@mke-65-31-89-51.wi.rr.com) left irc: Ping timeout: 180 seconds data = date but first I must fix something important..... replace GNUe login logo with math logo :) are the available datatypes listed somewhere? common/src/GTypecast.py i believe this isn't completed btw Dorao (dorao@mke-65-31-89-51.wi.rr.com) joined #gnuenterprise. sigh [08:28] Last message repeated 2 time(s). jcater: I'm gnue'ing today :) plan on cleanup work as the 0.1.0 test this week found issues that I must fix ASAP geas/src/classdef/classdef.h contains a list of geas datatypes you should take the day off and return to your closet morning all would be cool if common would define similar (same) types reinhard: It's simple to extend the typecasts jbailey (~jbailey@Toronto-HSE-ppp3639898.sympatico.ca) joined #gnuenterprise. sigh the entire office is dressed in elf outfits me included argh! Action: jamest starts clawing at skull must....get...image...out...of....brain jcater: Elf like keebler, or elf like tolkein? =) keebler the only true elves that's elves, not elvis must....get...image...out...of....brain (has to clarify, being in memphis and all :) elvis in an elf outfit. =) jamest: wrt datatypes i am actually talking about introspection and schema creation where the datatype will be a parameter to functions introspection is a work in progress, but initial support is there for a few backends it needs added to other backends as we find people with access and knowledge of how to do it is there a way to ask for the datatype of a given column name? and if yes how is the result returned? not yet but IIRC we planned on providing that so that designer can preset forms options that way int fields automatically get set to numeric input only mode etc, etc Dorao (dorao@mke-65-31-89-51.wi.rr.com) left irc: Ping timeout: 180 seconds exactly it's depressing the more that is done the more there is todo that's the downside of top down implementation i think there is an upside to all of this? Well, you guys are slugging through the same hard way that Hurd is: Build an infrastructure, and don't settle for "well this will work for now" actually we do settle for that It doesn't seem like you do terribly often. mdean (mdean@mkc-65-28-73-63.kc.rr.com) left irc: Ping timeout: 180 seconds mdean (~mdean@mkc-65-28-73-63.kc.rr.com) joined #gnuenterprise. jamest: to replace the dbdriver in geas we would need fully functional introspection and schema creation methods at least for postgres understood Dorao (dorao@mke-65-31-89-51.wi.rr.com) joined #gnuenterprise. off topic - anyone know how to make gimp change a color to transparent? alexey_home (~alexey@195.151.214.34) joined #gnuenterprise. alexey_home (alexey@195.151.214.34) left irc: Client Quit alexey_home (~alexey@195.151.214.34) joined #gnuenterprise. alexey_home (alexey@195.151.214.34) left irc: Client Quit the schema introspection in postgresql is fairly complete alexey (~alexey@195.151.214.34) joined #gnuenterprise. reinhard (rm@62.47.44.109) left irc: Ping timeout: 180 seconds reinhard (~rm@N804P013.adsl.highway.telekom.at) joined #gnuenterprise. the schema introspection in postgresql is fairly complete i didn't think we pulled field types yet? field types are not _that_ important schema creation methods would be more important i.e. create table, add column etc hmmmm jamest: yes, we do jcater: cool but we don't have schema creation of course, until we looked at having geas use our dbdrivers, they weren't necessary :) but shouldn't be hard to add i don't think it be ha... nevermind :) I imagine we could easily add a SQL92 compliant module for building the needed sql then let individual drivers extend this yes sigh tell it we need a number field that holds at least 8 positions, sound like more work and have it use the appropriate data type jcater: you might want to look at the predefined datatypes we use in geas geas/src/classdef/classdef.h contains a list of geas datatypes however it's sabines birthday party this evening and i must help prepare so i'm off for today l8r all reinhard (rm@N804P013.adsl.highway.telekom.at) left irc: "Everything that is worth fighting for, is worthy fighting dirty for" aleni (alenitchev@202.155.120.47) joined #gnuenterprise. freakass (~abc@202.153.241.16) joined #gnuenterprise. ra3vat (ds@195.239.66.3) left irc: Read error: 104 (Connection reset by peer) freakass (~abc@202.153.241.16) left #gnuenterprise. aleni (alenitchev@202.155.120.47) left irc: "http://www.aleni.org | Client Exiting | love sux0r" dres__ (dres@4.18.171.42) left irc: Read error: 104 (Connection reset by peer) dres_ (~dres@4.18.171.42) joined #gnuenterprise. ra3vat (~ds@195.239.66.32) joined #gnuenterprise. jamest: The things I've found that's cool about the KC-Gnue's is that I learned there alot more happening than I expected. =) alexey (alexey@195.151.214.34) left irc: Ping timeout: 180 seconds Isomer (dahoose@210-86-56-110.jetstart.xtra.co.nz) left irc: Ping timeout: 180 seconds Isomer (dahoose@210-86-56-110.jetstart.xtra.co.nz) joined #gnuenterprise. lol yeah theres always someone breaking something lol it's what we do knoppix (~knoppix@pD901805E.dip.t-dialin.net) joined #gnuenterprise. jbailey: you still looking at the autoconf stuff? jamest: Not in the last couple of weeks, but I'm going to take another run at it over christmas. Someone has now produced Debian packages for the cygwin-cross environment, which is nice, too. dammit I'm jingling lol you're an elf! be jolly damnit! well, there are reasons to be jolly btw - what does it say about the company when the owner dresses up like santa and you all have to be elves? with all the elf outfits in the office argh! no hey, it's friday! don't say it too late yeah, I guess my rum cake did the trick the other day why else would we all be in costume hehe our sample app for next december should be a supply chain setup for santa's workshop others should suffer to - thought process went like this -> elves -> those tight pants things -> jcater is tight elf pants it'd be a great publicity stunt for GNUe :) lol we could do it under gnome w/a red and green theme it would be kinda neat I'm dead serious it'd be a great stunt this is too wierd setup santa.gnue.org Gdk-WARNING **: shmget failed: error 28 (No space left on device) every time I start forms on solaris man, that only gives us 12 months to get gnue usable! dneighbo (dneighbo@mail.libertydistribution.com) joined #gnuenterprise. jamest: nah we only need a demo and everyone knows demos don't have to work :) just the man to implement it! jamest: Define ``usable''. Some pieces are usable now. dneighbo: Run. run for your life. usable == I don't need happy pills after i look at the TODO list ra3vat (ds@195.239.66.32) left irc: "Client Exiting" yes, its usable now lol bugs in the debug output make things a bit confusing :) Dorao (dorao@mke-65-31-89-51.wi.rr.com) left irc: Ping timeout: 180 seconds Action: dneighbo run? hmm what are we wanting to implement/ btw: 2 tier is VERY usable Dorao (dorao@mke-65-31-89-51.wi.rr.com) joined #gnuenterprise. tell that to my forms sometimes its frustrating as you have unlearn some 'behaviors' but on the whole its pretty darn powerful !@#!@# thing dneighbo: we want to do a "Santa's Workshop" supply-chain management for next christmas the forms authors are crack fiends! a publicity stunt :) sigh oh and we volunteered you to do it and with the red clothing, you can be santa too :) jcater (jason@w202.z065105010.mem-tn.dsl.cnc.net) left irc: "Client Exiting" as long as i dont have to wear the 'tight pant things' jamest was referring too, im cool with it :) nah, we got a deer suit and a red nose for you dneighbo: errr.. define ``tight'' =) dres_ (dres@4.18.171.42) left irc: Read error: 104 (Connection reset by peer) dres (~dres@4.18.171.42) joined #gnuenterprise. knoppix (~knoppix@pD901805E.dip.t-dialin.net) left #gnuenterprise. anyone here know how to represent tab as html entity? i.e. space is   what is tab? fil_c (~username@host213-122-196-36.btinternet.com) joined #gnuenterprise. a diet alternative to coca-cola? rofl i thin &tab; might work dang, no dice, will have to wait for mdean to surface to see whats up Dorao (dorao@mke-65-31-89-51.wi.rr.com) left irc: Ping timeout: 180 seconds Dorao (dorao@mke-65-31-89-51.wi.rr.com) joined #gnuenterprise. jbailey (jbailey@Toronto-HSE-ppp3639898.sympatico.ca) left irc: "Client Exiting" argh!!!!!!!!!!!!!!!!! Action: jamest bashes head on desk whew... workaround for now... damn html sucks Action: dneighbo declares web apps lick bag dneighbo: i'll trade ya if you drive to TN and force jcater to quit cleaning, rehook the net up, and answer some questions i'll give the the URL : http://www.willcam.com/cmat/html/old30.html#Horizontal Tab joebullhead (~joe@h-64-105-244-252.ATLNGAHP.covad.net) joined #gnuenterprise. jamest: cool but i used brute force elsewhere to make it happen argh! ra3vat (~ds@195.239.66.32) joined #gnuenterprise. ra3vat (ds@195.239.66.32) left irc: Client Quit fil_c (username@host213-122-196-36.btinternet.com) left irc: Ping timeout: 180 seconds dres_ (~dres@4.18.171.42) joined #gnuenterprise. dres (dres@4.18.171.42) left irc: Read error: 104 (Connection reset by peer) dres_ (dres@4.18.171.42) got netsplit. mdean (mdean@mkc-65-28-73-63.kc.rr.com) got netsplit. pattieja (pattieja@www.pcxperience.com) got netsplit. Mr_You_ (rouzer@mankind.boredom.org) got netsplit. nickr (nick@e-172-IP26.empnet.net) got netsplit. gnuebot (eggdrop@mail.libertydistribution.com) got netsplit. Dorao (dorao@mke-65-31-89-51.wi.rr.com) got netsplit. jamest (jamest@hobbes.math.ksu.edu) got netsplit. ajmitch (me@p39-max10.dun.ihug.co.nz) got netsplit. dneighbo (dneighbo@mail.libertydistribution.com) got netsplit. Maniac (darryl@24.82.132.209) got netsplit. grib (grib@grib.customer.jump.net) got netsplit. derek (derek@cpe-24-221-112-50.az.sprintbbd.net) got netsplit. joebullhead (joe@h-64-105-244-252.ATLNGAHP.covad.net) got netsplit. Isomer (dahoose@210-86-56-110.jetstart.xtra.co.nz) got netsplit. ToyMan (stuq@c5300-3-ip137.albany.thebiz.net) got netsplit. bigbrother (~bigbrothe@tech-200078.flinthills.com) left #gnuenterprise. bigbrother joined #gnuenterprise. #gnuenterprise: mode change '+n ' by butler.openprojects.net -:#gnuenterprise- *** Notice -- TS for #gnuenterprise changed from 1008957308 to 1008460191 #gnuenterprise: mode change '+t ' by butler.openprojects.net gnuebot (eggdrop@mail.libertydistribution.com) joined #gnuenterprise. fil_c (~username@host213-122-190-127.btinternet.com) joined #gnuenterprise. dres_ (~dres@4.18.171.42) joined #gnuenterprise. joebullhead (~joe@h-64-105-244-252.ATLNGAHP.covad.net) joined #gnuenterprise. Dorao (dorao@mke-65-31-89-51.wi.rr.com) joined #gnuenterprise. dneighbo (dneighbo@mail.libertydistribution.com) joined #gnuenterprise. Isomer (dahoose@210-86-56-110.jetstart.xtra.co.nz) joined #gnuenterprise. mdean (~mdean@mkc-65-28-73-63.kc.rr.com) joined #gnuenterprise. ToyMan (~stuq@c5300-3-ip137.albany.thebiz.net) joined #gnuenterprise. jamest (~jamest@hobbes.math.ksu.edu) joined #gnuenterprise. pattieja (~pattieja@www.pcxperience.com) joined #gnuenterprise. ajmitch (~me@p39-max10.dun.ihug.co.nz) joined #gnuenterprise. Mr_You_ (rouzer@mankind.boredom.org) joined #gnuenterprise. Maniac (~darryl@24.82.132.209) joined #gnuenterprise. nickr (nick@e-172-IP26.empnet.net) joined #gnuenterprise. grib (~grib@grib.customer.jump.net) joined #gnuenterprise. derek (~derek@cpe-24-221-112-50.az.sprintbbd.net) joined #gnuenterprise. #gnuenterprise: mode change '+o gnuebot' by butler.openprojects.net Topic changed on #gnuenterprise by !zelazny.openprojects.net: Welcome to GNU Enterprise, need help or info email info@gnue.org nickr (nick@e-172-IP26.empnet.net) got netsplit. Mr_You_ (rouzer@mankind.boredom.org) got netsplit. mdean (mdean@mkc-65-28-73-63.kc.rr.com) got netsplit. dres_ (dres@4.18.171.42) got netsplit. gnuebot (eggdrop@mail.libertydistribution.com) got netsplit. pattieja (pattieja@www.pcxperience.com) got netsplit. jamest (jamest@hobbes.math.ksu.edu) got netsplit. Dorao (dorao@mke-65-31-89-51.wi.rr.com) got netsplit. ajmitch (me@p39-max10.dun.ihug.co.nz) got netsplit. grib (grib@grib.customer.jump.net) got netsplit. Maniac (darryl@24.82.132.209) got netsplit. dneighbo (dneighbo@mail.libertydistribution.com) got netsplit. derek (derek@cpe-24-221-112-50.az.sprintbbd.net) got netsplit. ToyMan (stuq@c5300-3-ip137.albany.thebiz.net) got netsplit. Isomer (dahoose@210-86-56-110.jetstart.xtra.co.nz) got netsplit. joebullhead (joe@h-64-105-244-252.ATLNGAHP.covad.net) got netsplit. fil_c (username@host213-122-190-127.btinternet.com) got netsplit. gnuebot (eggdrop@mail.libertydistribution.com) returned to #gnuenterprise. fil_c (~username@host213-122-190-127.btinternet.com) returned to #gnuenterprise. dres_ (~dres@4.18.171.42) returned to #gnuenterprise. joebullhead (~joe@h-64-105-244-252.ATLNGAHP.covad.net) returned to #gnuenterprise. Dorao (dorao@mke-65-31-89-51.wi.rr.com) returned to #gnuenterprise. dneighbo (dneighbo@mail.libertydistribution.com) returned to #gnuenterprise. Isomer (dahoose@210-86-56-110.jetstart.xtra.co.nz) returned to #gnuenterprise. mdean (~mdean@mkc-65-28-73-63.kc.rr.com) returned to #gnuenterprise. ToyMan (~stuq@c5300-3-ip137.albany.thebiz.net) returned to #gnuenterprise. jamest (~jamest@hobbes.math.ksu.edu) returned to #gnuenterprise. pattieja (~pattieja@www.pcxperience.com) returned to #gnuenterprise. ajmitch (~me@p39-max10.dun.ihug.co.nz) returned to #gnuenterprise. Mr_You_ (rouzer@mankind.boredom.org) returned to #gnuenterprise. Maniac (~darryl@24.82.132.209) returned to #gnuenterprise. nickr (nick@e-172-IP26.empnet.net) returned to #gnuenterprise. grib (~grib@grib.customer.jump.net) returned to #gnuenterprise. derek (~derek@cpe-24-221-112-50.az.sprintbbd.net) returned to #gnuenterprise. #gnuenterprise: mode change '+o gnuebot' by butler.openprojects.net jamest you here? any postgres masters out there? is there an easy way to run a query in psql and have it auto dump to csv or some flat file? dneighbo: yep how about this: psu (psu@manorcon.demon.co.uk) joined #gnuenterprise. Action: grib is flipping pages in the pg book i know you can set 'output' of psql to a file but didnt know if you could 'format' it you want 'copy to' bigerbrother joined #gnuenterprise. Nick change: bigerbrother -> bigbrother http://www.ninthwonder.com/info/postgres/user/sql-copy.htm seems to show some stuff \help copy in psql has the syntax nullexec (~nullexe@202.88.151.58) joined #gnuenterprise. grib i think that does what i want BUT it wont let me write to file only stdout w/o being superabuser in psql which im not in this particular case jamest (jamest@hobbes.math.ksu.edu) left irc: Ping timeout: 180 seconds psu (psu@manorcon.demon.co.uk) left irc: Read error: 104 (Connection reset by peer) jamest (~jamest@hobbes.math.ksu.edu) joined #gnuenterprise. dneighbo: sucky. is that even if you give it a full path name? yep but i found work around Action: dneighbo hugs unix what's the w/around? psql -c "COPY templist TO stdout USING DELIMITERS ',';" > /path/to/myfile/filename which is just stupid as it will let you issue to stdout or stdin but not a file unless you are SU but using the -c for shell scripting lets you circumvent this anyhow im happy now :) yabbut you con see why they did that ... otherwise, you could get postgres to write a file as the postgres user with basically arbitrary content grib yeah i guess which is a no-no im suprised they didnt document this though as in the help they document something pretty complex as you cant mix and match sql and psql'isms but they give an example on how to circumvent this in the -c command ? dneighbo: the sql copy command goes to the same machine as the server the psql \copy command implements the same features for the user and can be used on remote systems when you heading to TN? :) ToyMan (~stuq@c5300-3-ip137.albany.thebiz.net) left #gnuenterprise ("Client Exiting"). Action: nullexec is away: I'm busy nullexec (nullexe@202.88.151.58) left irc: "Client Exiting" ajmitch (me@p39-max10.dun.ihug.co.nz) left irc: "http://www.freedevelopers.net" fil_c (username@host213-122-190-127.btinternet.com) left irc: Read error: 54 (Connection reset by peer) sigh, possible first CC fraud case jcater (~jason@w202.z065105010.mem-tn.dsl.cnc.net) joined #gnuenterprise. http://www.google.com/googlegroups/archive_announce_20.html woohoo I have internet again :) heh fil_c (~username@host213-122-198-54.btinternet.com) joined #gnuenterprise. fil_c (username@host213-122-198-54.btinternet.com) left irc: Read error: 54 (Connection reset by peer) jamest thanks can \copy do remote via ssh? it only copies to the machine running psql (it's a psql feature) the psql \copy command implements the same features for the user and can be used on remote systems when you heading to TN? so you can use it remotely by... psql -h blah is that what you meant by 'remote' machines? yes chillywilly (~danielb@d24.as14.nwbl0.wi.voyager.net) joined #gnuenterprise. sup? joebullhead (joe@h-64-105-244-252.ATLNGAHP.covad.net) left irc: Remote closed the connection yo, yo, yo jcater - we abadoning patches branch for now? right? just working in head yes cool who is patches ;)? i think we have something that warrents a 0.1.1 release of forms aw shit wassat? Action: chillywilly feels ghetto today sheeeeet could someone with 0.1.0 try and edit a field that is of type int in the database man I need a nap I think it'll blow up as I *think* my install here is 0.1.0 Action: chillywilly throws bomb-filled trout at jamest er, trout bombs even ;) psu (psu@manorcon.demon.co.uk) joined #gnuenterprise. whassup 'g' quiet tonite you'd think it was Xmas or something ;-) :) s/X/christ/ Action: chillywilly doesn't celebrate "Xmas" ;) wow slashdot reports important stuff now heheh like what? "Christmas is Coming" top headline rofl they are on top of their game man tut bet linuxtoday missed that story and they only had 2000 years warning ;-) are 2000 samples enough to consider it a non-random event? only to a certain confidence limit Action: psu used to vaguely understand stats stats....eeeek now it's gone the way of my schoolboy french I love Lawrence Lessig did anyone read his interview on /.? no I do like some of his stuff though "And this leads me to the greatest pessimism: If you guys don't get the importance of neutral and open platforms to innovation and creativity; if you get bogged down in 20th century debates about libertarianism and property rights; if you can't see how the .commons was critical to the .com revolution, then what do expect from judges? " this was addressed to the /. readership :) Action: chillywilly never reads slushdot anymore me either Action: jcater is wasting time I see what exactly is "libertarianism" anyway? I try to make sense of it, but it's just seems to be a form of anarchy and ESR sure doesn't make it look good ;) not to me anyway lib*er*tar*i*an (lbr-tār-n) n. One who advocates maximizing individual rights and minimizing the role of the state. but it can't be an absolute psu: right' same principle as free software but the state has to be there for protecting individulas rights you see a lot of libertarian free software people doesn't it? yes, I know none of use would be there if free s/w was truely free i.e. you could abuse the freedom to deny freedom of others anyone ever read that thing this guy wrote called, "Libertarianism Amkes You Stupid "? er, Makes sounds like a PJ O'Rourke ? http://www.spectacle.org/897/finkel.html I just think he has a bit of a jaded view of it ;) I guess I myself am more of a conservative libertarian hmm Action: jcater is trying to picture that haha lessig rocks You tell me I have to justify Alice Randall's right to speak? I want to say in response something we lawyers don't say enough: Bullshit. lessig is not as nuts as rms though....rms has the best view of copyright ;), imho chillywilly_ (~danielb@d146.as0.nwbl0.wi.voyager.net) joined #gnuenterprise. chillywilly (danielb@d24.as14.nwbl0.wi.voyager.net) left irc: Ping timeout: 180 seconds Nick change: chillywilly_ -> chillywilly chillywilly (danielb@d146.as0.nwbl0.wi.voyager.net) left irc: Killed (NickServ (Ghost: chillywilly!~danielb@d146.as0.nwbl0.wi.voyager.net)) chillywilly (~danielb@d146.as0.nwbl0.wi.voyager.net) joined #gnuenterprise. jcater (jason@w202.z065105010.mem-tn.dsl.cnc.net) left irc: "home" bbl jamest (jamest@hobbes.math.ksu.edu) left irc: "[x]chat" hrrrrm why is lessig goingon about decentralized authentication/.NET stuff and not mentioing dotGNU? jcater (~jason@HubA-mcr-24-92-70-201.midsouth.rr.com) joined #gnuenterprise. jcater (jason@HubA-mcr-24-92-70-201.midsouth.rr.com) left irc: Client Quit psu (psu@manorcon.demon.co.uk) left #gnuenterprise. hmmm missed a bit i like to call myself about the only 'christian libertarian' ;) i think of it EXACTLY like free software in sense that the only 'restrictions' should be 'restrictions' to protect 'individual' i.e. i wouldnt want to live in a BSD society :) GeoDex (geodex@i.got.shelled.at.shellyeah.org) joined #gnuenterprise. neilt (~neilt@dhcp64-134-54-175.chan.dca.wayport.net) joined #gnuenterprise. #gnuenterprise: mode change '+o neilt' by ChanServ!ChanServ@services. hi GeoDex hi neilt morning all dneighbo: hello hey brb dneighbo: anything going on, have not had time to read the logs dont know i have been a slave lately so even when here not here :) i think jamest and reinhard have been steadily moving towards working geas support slave at home or work neilt : both holiday cheer and all ;) i think reinhard is looking at making GEAS work with GNUe Common for DB support (or so it appeared yesterday) excellent should not be too hard as they were debating best way to approach the interface (as long as someone else is doing it :) i heard jcater volunteer ;) dneighbo (dneighbo@mail.libertydistribution.com) left irc: "[BX] OH SHIT!\17" heh fil_c (~username@host213-122-203-207.btinternet.com) joined #gnuenterprise. hmm...2.4.17 :) 2.5.x started fil_c (username@host213-122-203-207.btinternet.com) left irc: Ping timeout: 180 seconds neilt (neilt@dhcp64-134-54-175.chan.dca.wayport.net) left irc: "later all" GeoDex (geodex@i.got.shelled.at.shellyeah.org) left irc: " The Internet Dreadnought." ra3vat (~ds@195.239.64.155) joined #gnuenterprise. hello all ahoy derek (~derek@cpe-24-221-112-50.az.sprintbbd.net) left #gnuenterprise. GeoDex (geodex@i.got.shelled.at.shellyeah.org) joined #gnuenterprise. mdean (mdean@mkc-65-28-73-63.kc.rr.com) left irc: Remote closed the connection jcater (~jason@HubA-mcr-24-92-70-201.midsouth.rr.com) joined #gnuenterprise. jcater (jason@HubA-mcr-24-92-70-201.midsouth.rr.com) left irc: Client Quit GeoDex (geodex@i.got.shelled.at.shellyeah.org) left irc: "BitchX-75p3 -- just do it." Isomer (dahoose@210-86-56-110.jetstart.xtra.co.nz) left irc: "Client Exiting" Maniac (darryl@24.82.132.209) left irc: "Client Exiting" ra3vat (ds@195.239.64.155) left irc: Ping timeout: 180 seconds jbailey (~jbailey@Toronto-HSE-ppp3639898.sympatico.ca) joined #gnuenterprise. CanaDyne (~CanaDyne@CPE0080C8F31E54.cpe.net.cable.rogers.com) joined #gnuenterprise. Maniac (~darryl@h24-82-132-209.wp.shawcable.net) joined #gnuenterprise. rdean (rdean@chcgil2-ar2-052-243.chcgil2.dsl.gtei.net) joined #gnuenterprise. jbailey (jbailey@Toronto-HSE-ppp3639898.sympatico.ca) left irc: "Client Exiting" rdean (rdean@chcgil2-ar2-052-243.chcgil2.dsl.gtei.net) left irc: "Client Exiting" Isomer (dahoose@210-86-56-110.jetstart.xtra.co.nz) joined #gnuenterprise. Isomer (dahoose@210-86-56-110.jetstart.xtra.co.nz) left irc: Client Quit Isomer (dahoose@210-86-56-110.jetstart.xtra.co.nz) joined #gnuenterprise. Isomer (dahoose@210-86-56-110.jetstart.xtra.co.nz) left irc: Client Quit Isomer (dahoose@210-86-56-110.jetstart.xtra.co.nz) joined #gnuenterprise. chillywilly_ (~danielb@d70.as29.nwbl0.wi.voyager.net) joined #gnuenterprise. --- Sat Dec 22 2001