IRC log of #zope for Monday, 2013-06-17

Iljathe problem is actually related more generally to zodb - any event based processing framework should be hitting similar problems00:40
Iljathing is that zodb is a monster and we need somebody with deep understanding of how it works to show where we screwed up00:40
Ilja(the code is open, actually, if somebody's wiling to take a look - https://github.com/opennode/opennode-management/blob/master/opennode/oms/zodb/db.py)00:41
koshyou are probably going to be better off asking tomorrow since today is Sunday and most people are doing other things here00:44
Iljatrue :)00:44
Iljathanks00:44
koshI just don't want to get involved in something like that anymore00:44
koshone year left before I am out of any web stuff :)00:45
Iljaactually, the reason for using zodb was to provide a verifying ORM for Twisted (which is not really web) . It was a nice idea, but we've run into sooo many problems along the way that frankly I would suggest to think twice before using ZODB.00:48
Iljakosh, where are you going that doesn't require "web stuff"? music? :)00:49
koshDNA stuff00:50
koshwent back to school and graduating with a degree in chemical and biological engineering00:50
koshgoing to do nanotech and biotech work00:50
koshrecently I have been doing DNA optimization for ecoli for a summer project00:50
Iljawhat does 'dna stuff' mean? (I have bioinf background)00:53
IljaI mean, do you have a concrete plan, e.g. EBI job or smth?00:54
Iljaout of curiosity00:54
Ilja(sorry for offtopic)00:54
koshactually I plan to work on the engineering side to turn lab science stuff into actual shipping products00:54
koshI don't want to work on the actual science side of figuring out how to do stuff intially but on the industrial side of turning the science into a real product00:55
*** saily has quit IRC00:55
koshdoing a genetic engineering competition over the summer01:14
*** mwilkes|away is now known as MatthewWilkes01:28
*** Ilja has quit IRC01:44
*** J1m_ has quit IRC01:59
*** pyqwer has quit IRC02:35
*** mindthief414 has joined #zope02:38
*** J1m_ has joined #zope02:43
*** mr_jolly has joined #zope02:46
*** mindthief414 has quit IRC02:59
*** RichyB has quit IRC03:50
*** RichyB has joined #zope03:54
*** J1m_ has quit IRC03:57
*** KageSenshi has joined #zope04:02
*** mindthief414 has joined #zope04:32
*** MatthewWilkes is now known as mwilkes|away05:00
*** mr_jolly has quit IRC05:38
*** mr_jolly has joined #zope05:42
*** mr_jolly has quit IRC06:09
*** mindthief414 has quit IRC06:32
*** yvl has joined #zope06:55
*** yvl has quit IRC06:55
*** KageSenshi has quit IRC07:11
*** kosh has quit IRC07:28
*** yvl has joined #zope07:40
*** Ilja has joined #zope07:45
*** Ilja has quit IRC07:56
*** Ilja has joined #zope08:08
*** Ilja has quit IRC08:11
*** saily has joined #zope08:53
*** KageSenshi has joined #zope08:55
*** saily has quit IRC08:56
*** agroszer has joined #zope09:43
*** pyqwer has joined #zope09:57
*** agroszer has quit IRC10:01
*** agroszer has joined #zope10:01
*** m8 has joined #zope10:06
*** mr_jolly has joined #zope10:10
*** agroszer has quit IRC10:23
*** emidal has joined #zope10:23
*** agroszer has joined #zope10:23
*** mr_jolly has quit IRC10:25
*** goschtl has joined #zope10:28
*** jakke has joined #zope10:40
*** tmog has joined #zope10:50
*** thetet has joined #zope10:55
*** PeterZ1 has joined #zope11:00
*** PeterZ1 has left #zope11:00
*** eperez has joined #zope11:21
*** chaoflow has quit IRC11:30
*** chaoflow has joined #zope11:30
*** __mac__ has joined #zope11:38
*** evilbungle has quit IRC11:44
*** mwilkes|away is now known as MatthewWilkes11:50
*** evilbungle has joined #zope12:12
*** do3cc has joined #zope12:12
do3ccHi, what is up with mail.zope.org?12:14
*** gauthierbastien has joined #zope12:15
do3ccI wanted to ask on the ML, but i realized an error in my thinking12:15
gauthierbastienhi everybody12:15
*** pyqwer has quit IRC12:15
gauthierbastienI would like to know where is the current CMF repository, is it still http://svn.zope.org/CMF/trunk?12:15
do3ccI think so12:17
do3ccrepos that are being moved are emptied and the readme contains a link to the new canonical source12:17
do3ccthat is not the case for CMF, also I am not sure if the CMF Community wanted to move to github or stay12:18
*** maurits1 has joined #zope12:22
gauthierbastiendo3cc: ok, thank you12:24
gauthierbastiendo3cc: are zope SVN access relevant while wishing to contribute to CMF?  Where are plips and so on discussed?12:25
*** maurits1 is now known as maurits12:25
do3ccI am not aware of any special commitor agreements for CMF. I just committed stuff there with my zope user12:32
do3ccNew stuff is probably discussed on the CMF List. Unfortunately mail.zope.org is down for some days already12:33
gauthierbastiendo3cc: thank you :-)12:41
gauthierbastiendo3cc: I will try to spam them when the lists will be available...12:42
do3ccwhat do you want to do?12:43
*** agroszer has quit IRC12:48
*** agroszer has joined #zope12:49
gauthierbastiendo3cc: in fact in CMFCore/exportimport/content.py, while using the generic setup "import content" step, it only take care of title and description...12:51
gauthierbastienin _makeInstance12:52
gauthierbastiendo3cc: it explicitly only take care of title/description12:52
gauthierbastiendo3cc: we use a monkeypatch for some time now, that finally take care of every attributes, and it works (in Plone with both AT and dexterity), we would like to see this going back to the core...12:53
gauthierbastienI suppose there is a good reason for only keeping title and description but I do not see why...12:53
*** fredvd has joined #zope12:53
do3ccI guess that CMF wants this method to stay generic and wants Dexterity and AT to implement more specific importers12:56
gauthierbastiendo3cc: I suppose, but why not using every attributes used in the .properties import file...  I mean, if someone, wanting to import any kind of object he wants, add to this .properties file something like "myattribute= My value", why not taking this into account?12:58
gauthierbastiento me it is way to restrictive, I do not see why, and I understand why this is never used ;-)12:59
do3ccI cant tell you, I don't know either12:59
gauthierbastiendo3cc: yes, that is why I would like to discuss this...  I think I will try the mailing list first, thank you for the tip ;-)13:01
*** mr_jolly has joined #zope13:08
*** menesis has joined #zope13:11
*** fdrake has quit IRC13:31
*** pyqwer has joined #zope13:47
*** thetet has quit IRC14:09
*** mr_jolly has quit IRC14:25
*** mr_jolly has joined #zope14:39
*** J1m_ has joined #zope14:44
*** mitchell` has joined #zope14:46
*** benji has joined #zope14:50
*** thetet has joined #zope14:53
*** J1m_ has quit IRC14:56
*** J1m_ has joined #zope14:59
*** ralx has joined #zope15:02
*** J1m_ has quit IRC15:04
*** fdrake has joined #zope15:19
*** tmog has quit IRC15:23
*** pingveno has quit IRC15:25
*** tmog has joined #zope15:25
*** pingveno has joined #zope15:25
*** goschtl has quit IRC15:43
*** jakke has quit IRC15:55
*** m8 has quit IRC15:59
*** m8 has joined #zope15:59
*** kosh has joined #zope16:02
*** Ilja has joined #zope16:10
*** eperez has quit IRC16:12
*** J1m_ has joined #zope16:14
*** J1m has joined #zope16:17
*** Ilja has quit IRC17:22
*** agroszer has quit IRC17:24
*** kosh has quit IRC17:37
*** yvl has quit IRC17:47
*** Ilja has joined #zope18:01
*** do3cc has quit IRC18:07
*** alecm has quit IRC18:11
*** gauthierbastien has quit IRC18:14
*** benbange1t has left #zope18:28
*** mr_jolly has quit IRC18:31
*** tmog has quit IRC18:32
*** supton has joined #zope18:35
*** alecm has joined #zope18:41
*** alecm has joined #zope18:41
*** kiorky has quit IRC18:46
*** kiorky has joined #zope18:47
*** __mac__ has quit IRC18:52
ralxHi everybody! Anybody here can tell why *.zope.org/* is down?18:58
*** thetet has quit IRC18:59
*** ralx is now known as nobodydotpy19:01
suptonnobodydotpy: http://www.downforeveryoneorjustme.com/download.zope.org19:03
suptonseems to work just fine for me, now19:03
betabugI've seen some mention that a server from the zope foundation has died19:03
suptonwell, plone patch tuesday is tomorrow… and I know it was delayed from last week for worries about download.zope.org breaking folks' buildouts19:04
nobodydotpysupton, how about "old.zope.org", "bluebream.zope.org"?19:04
suptonnobodydotpy: hetzner03-1.zopefoundation.org maybe stalling, dunno19:05
nobodydotpylokks like It's been this way, since before the weekend...19:07
nobodydotpy*looks19:07
*** Spanktar has joined #zope19:12
betabugit was off for a week, then came back for a day or so, then it broke again19:13
betabuga couple of subdomains of zpoe.org are on that machine19:14
nobodydotpyHumm... I'd seen a blog post (http://devblog.4teamwork.ch/blog/2013/06/06/download-dot-zope-dot-org-is-down-how-to-fix-buildout/) about the download sectio, but actually, my intention was to access the "Products" section to check some products and other docs for learning purposes...19:18
nobodydotpy*section19:18
nobodydotpyHope they can get it fixed soon. I'll keep googling about it next coming days.19:21
*** fredvd has quit IRC19:23
*** Ilja has quit IRC19:25
*** maurits has quit IRC19:29
*** Ilja has joined #zope19:30
*** julesa has joined #zope19:30
*** julesa has quit IRC19:38
*** julesa has joined #zope19:39
*** tiwula has joined #zope19:45
*** pyqwer has quit IRC19:47
*** agroszer has joined #zope20:06
*** emidal has quit IRC20:09
*** mr_jolly has joined #zope20:19
*** evilbungle has quit IRC20:26
*** evilbungle has joined #zope20:37
*** evilbungle has quit IRC20:38
*** mindthief414 has joined #zope20:44
*** Ilja has quit IRC20:49
*** agroszer has quit IRC20:51
*** pyqwer has joined #zope20:57
*** Ilja has joined #zope21:08
nobodydotpyIs there any place where I could download Zope 2.5.*? In download.zope.org there's only 2.12.* and 2.13.* releases21:11
*** benbangert has joined #zope21:11
*** benbangert has left #zope21:12
*** mitchell` is now known as mitchell`off21:13
MatthewWilkesnobodydotpy: Think they're on old.zope.org which is currently down21:22
nobodydotpyMatthewWilkes: I appreciate your response. I actually have been waiting for the server to be up again so I could download that version. So I asked here just in case someone knew somewhere else I could find it.21:24
MatthewWilkesnobodydotpy: The oldest one I have lying around is 2.8.6, sorry21:27
nobodydotpyMatthewWilkes, do you have the source of this 2.8.6? I could try to make use of it.21:28
MatthewWilkesnobodydotpy: Yeah, dunno the best way to get it to you. Could try magnet:?xt=urn:btih:564ac8a9f604e11c7e6ab59e4bfe9be1fdde9fd9&dn=Zope-2.8.6-final.tgz if you have a bittorent client around?21:32
nobodydotpyMatthewWilkes: Yes, I do have on right on! Thank you again!21:34
nobodydotpyIf the files are zipped or in a tar file and they're smaller than 10mb, theres the e-mail option: empadv@gmail.com21:35
MatthewWilkesthat's a point21:40
MatthewWilkesI always forget about email21:40
MatthewWilkesnobodydotpy: sent21:40
*** Spanktar is now known as spanky|essen21:42
nobodydotpyMatthewWilkes: It'll certainly take some time to come. Thanks!21:44
*** emidal has joined #zope21:44
MatthewWilkesnobodydotpy:21:45
MatthewWilkesAn error occurred while sending mail. The mail server responded:  5.7.0 Our system detected an illegal attachment on your message. Please21:45
MatthewWilkes5.7.0 visit http://support.google.com/mail/bin/answer.py?answer=6590 to21:45
MatthewWilkes5.7.0 review our attachment guidelines. fb9sm23944213wid.2 - gsmtp. Please check the message and try again21:45
MatthewWilkessorry21:45
nobodydotpyThat's ok. The torrent option is still on. Besides that, there might be google drive, if you have a gmail account21:47
*** menesis has quit IRC21:55
*** MatthewWilkes is now known as mwilkes|away21:56
*** mitchell`off has quit IRC21:59
*** nobodydotpy has quit IRC22:00
*** KageSenshi has quit IRC22:03
*** KageSenshi has joined #zope22:03
*** nobodydotpy has joined #zope22:04
*** mitchell` has joined #zope22:06
*** mcdonc has quit IRC22:26
*** spanky|essen is now known as Spanktar22:34
*** evilbungle has joined #zope22:47
*** menesis has joined #zope22:48
*** evilbungle_ has joined #zope23:05
*** evilbungle has quit IRC23:06
*** evilbungle_ is now known as evilbungle23:06
*** Ilja has quit IRC23:28
*** julesa has quit IRC23:46
*** esteele|away is now known as esteele23:50
*** motto has joined #zope23:56
*** _mup_ has quit IRC23:57

Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!