2006-08-08T11:23:01  <starshine> http://starshine.org/img/moin/moooin.html
2006-08-08T11:25:13  <starshine> if contrast is too low let me know, and I will take the gradient out of the 'white' part of the discs
2006-08-08T11:27:13  <starshine> these are not clean against any color but white, I can fix that once they're accepted.
2006-08-08T13:39:20  <xorAxAx> "Python Cookbook, 2nd Edition" contains code stolen from moin :)
2006-08-08T13:39:45  <xorAxAx> and jürgen hermann is credited :)
2006-08-08T13:54:11  <Kepplar> xorAxAx: let me guess
2006-08-08T13:54:21  <Kepplar> xorAxAx: how not to program python? :P
2006-08-08T13:54:48  <xorAxAx> no
2006-08-08T13:54:54  <xorAxAx> how to colorize python source code
2006-08-08T16:14:26  <fpletz> starshine_away: great work with the gfx. in the second draft the edges seem to be a bit fuzzy, though
2006-08-08T16:16:24  <fpletz> we'll also need an arrow pointing to the left side
2006-08-08T21:25:44  <starshine> fpletz: the edges are intentionally smooth, if you'd like them crispier it;s easily done.
2006-08-08T21:26:31  <starshine> fpletz: you prefer the first, the second, or some combo of them...?
2006-08-08T21:39:18  <fpletz> starshine: ah, sorry, wrong word.. I meant to say that the edges in the second are maybe a bit too crispy
2006-08-08T21:40:16  <fpletz> starshine: personally, I would go with the first design, but I guess the rest of the team should also vote :)
2006-08-08T21:41:00  <xorAxAx> the last logo vote was finished after ~ 12 months
2006-08-08T21:41:03  <xorAxAx> so go for it :)
2006-08-08T21:41:09  <xorAxAx> i.e. create a voting page :)
2006-08-08T21:41:43  <fpletz> lol
2006-08-08T21:42:12  <starshine> have we heard back from google if they'd dislike this?
2006-08-08T21:42:29  <fpletz> nothing yet
2006-08-08T21:42:40  <starshine> I can come up with a third that does google candycolors to the first one
2006-08-08T21:43:04  <starshine> .o( colorizing is easy
2006-08-08T21:44:01  <starshine> TW said the first looks a little complex, also being caps makes them look bigger than they are
2006-08-08T21:44:10  <fpletz> ok, if it's not too much work.. might be nice to compare :)
2006-08-08T21:44:18  <xorAxAx> fpletz: i am pretty sure that they will answer, with an invoice
2006-08-08T21:44:19  <starshine> fair enough
2006-08-08T21:44:23  <starshine> lol
2006-08-08T21:44:42  <fpletz> hehe
2006-08-08T21:44:57  <xorAxAx> i dont think that their law department does brand consulting for free nor give away its brand for free
2006-08-08T21:46:26  <starshine> my guess is if they think the color is their brand they will either be ok with the first in our blue, or unhappy about the whole idea
2006-08-08T21:47:05  <starshine> otoh if he's doing this for SoC they might appreciate the cross-ref, then tell us to take the colors off since it's not using googlejuice under the hood
2006-08-08T21:47:14  <fpletz> hmm, but lh indicated that it's the marketing department.. I'm confident :)
2006-08-08T22:35:14  <Kepplar> Moin
2006-08-08T23:05:35  <ThomasWaldmann> moin
2006-08-08T23:06:50  <felixw> Kepplar: A small percentage is sometimes reserved for root.
2006-08-08T23:07:00  <Kepplar> felixw: i know :)
2006-08-08T23:07:05  <Kepplar> felixw: its not thst
2006-08-08T23:07:11  <Kepplar> im having to manually unpack
2006-08-08T23:07:30  <felixw> Kepplar: Ooh, I got the *totally* wrong page.
2006-08-08T23:07:41  <felixw> That was displayed at the bottom.  8-)
2006-08-08T23:07:45  <felixw> Well, it's late. :-)
2006-08-08T23:07:47  <Kepplar> lol
2006-08-08T23:07:57  <Kepplar> well i knew what you were referring to so its ok :)
2006-08-08T23:08:12  <felixw> I was surprised you knew when I discovered that. :-)
2006-08-08T23:08:27  <Kepplar> photographic memory :)
2006-08-08T23:08:29  <felixw> Seem to have a good memory. :)
2006-08-08T23:08:34  <felixw> Yup. :)
2006-08-08T23:13:05  <Kepplar> so
2006-08-08T23:13:06  <Kepplar> question
2006-08-08T23:13:12  <Kepplar> why does legacy filesystem store users by ID?
2006-08-08T23:14:06  <xorAxAx> in order to have O(1) access without indirectiron?
2006-08-08T23:15:40  <Kepplar> sorry?
2006-08-08T23:19:24  <ThomasWaldmann> Kepplar: the id was in the cookie
2006-08-08T23:20:27  <Kepplar> why not username?
2006-08-08T23:20:38  <Kepplar> like any other item :)
2006-08-08T23:21:03  <ThomasWaldmann> that would be even more insecure
2006-08-08T23:31:20  <xorAxAx> Kepplar: do you know landau-symbols?
2006-08-08T23:31:30  <Kepplar> %s stuff?
2006-08-08T23:31:43  <xorAxAx> asymptotic algorithm behaviour?
2006-08-08T23:31:46  <Kepplar> if so yes yes i know
2006-08-08T23:31:50  <xorAxAx> %s? no
2006-08-08T23:32:00  <Kepplar> er, not sure by name
2006-08-08T23:32:12  <xorAxAx> O(1) means that you can access the data regardless of the no. of items
2006-08-08T23:32:39  <xorAxAx> 95% of the time, the wiki has an id and has to fetch names or settings based on it
2006-08-08T23:52:28  <Kepplar> not sure if i get it
2006-08-08T23:53:50  <xorAxAx> thats algorithms 100 :)
2006-08-08T23:54:13  <xorAxAx> (ok, that was an american course name, unsure about britain)

MoinMoin: MoinMoinChat/Logs/moin-dev/2006-08-08 (last edited 2007-10-29 19:09:07 by localhost)