2014-02-17 GnuCash IRC logs

00:03:12 *** StuM has joined #gnucash
00:22:40 *** O01eg has quit IRC
00:40:15 *** AndroUser has joined #gnucash
00:42:33 <AndroUser> Where can i find documentation on setting up database instead of xml
00:50:03 *** MechtiIde has joined #gnucash
01:40:36 *** AndroUser has quit IRC
01:41:24 *** aqua__ has joined #gnucash
01:44:29 *** MechtiIde has quit IRC
01:50:16 *** aqua_ has quit IRC
01:54:25 *** kanru has quit IRC
02:26:20 *** aqua__ has quit IRC
02:33:32 *** AndroUser has joined #gnucash
02:59:17 *** aqua___ has joined #gnucash
03:37:11 *** jmd has joined #gnucash
03:38:08 *** fell_ has joined #gnucash
03:38:10 *** gncbot sets mode: +o fell_
03:45:20 *** jmd has quit IRC
04:18:17 *** kpreid has quit IRC
04:32:44 *** kpreid has joined #gnucash
05:55:41 *** aqua___ has quit IRC
06:12:21 *** himaxx has joined #gnucash
06:15:31 *** himaxx has quit IRC
06:42:07 *** jmd has joined #gnucash
06:42:18 *** Jimraehl1 has left #gnucash
06:44:02 *** Jimraehl1 has joined #gnucash
06:44:35 *** jmd has quit IRC
06:45:45 *** jmd has joined #gnucash
06:59:42 *** jmd has quit IRC
07:12:25 *** StuM has quit IRC
07:55:43 *** StuM has joined #gnucash
08:24:32 *** jmd has joined #gnucash
08:47:37 *** StuM has quit IRC
08:59:37 *** aqua___ has joined #gnucash
09:13:16 *** wizkid238 has quit IRC
09:15:20 *** wizkid238 has joined #gnucash
10:10:01 *** jmd has quit IRC
10:17:12 *** benoitg has joined #gnucash
11:02:42 *** benoitg1 has joined #gnucash
11:02:43 *** benoitg has quit IRC
11:08:27 *** O01eg has joined #gnucash
11:16:46 *** ErKa has joined #gnucash
11:43:26 *** MechtiIde has joined #gnucash
11:48:49 *** fell__ has joined #gnucash
11:48:51 *** gncbot sets mode: +o fell__
11:57:38 *** fell_ has quit IRC
12:39:17 *** Krzysiek_K has joined #gnucash
13:01:34 *** ErKa has quit IRC
13:33:29 *** lmat has joined #gnucash
13:33:54 <jralls> gjanssens: Geert, are you there?
13:36:31 *** ErKa has joined #gnucash
13:39:49 *** Krzysiek_K has left #gnucash
13:41:53 <gjanssens> jralls: yes
13:42:39 <jralls> How well do you know Brussels? We're planning a vacation there and I'm looking for an apartment to rent.
13:43:08 <jralls> A bunch of them seem to be in the Louiza neighborhood, and I wonder if that's a nice area.
13:44:19 <gjanssens> Hmm, I know Brussels as a passenger but not as a tourist
13:44:33 <gjanssens> I live in the neighouring town so I frequently go there for shopping
13:45:00 *** benoitg1 has quit IRC
13:45:22 <gjanssens> Louiza is a slightly upper-class area so I'd expect the appartments to be good there
13:45:55 <gjanssens> It's probably a good location to visit the rest of Brussels
13:46:11 <gjanssens> Relatively close to the old city centre
13:46:17 <jralls> From a tourism standpoint it should be OK, it's only a couple of blocks from a metro stop. I was more concerned about whether a bunch of rich americans would be out of place to the neighbors.
13:46:31 <gjanssens> :)
13:46:34 <gjanssens> No
13:46:39 <gjanssens> That's the place to be then
13:47:06 <gjanssens> There are lots of fancy boutiques in that area so you could expect similarly classed people there
13:47:22 <jralls> Great.
13:47:28 <jralls> Thanks.
13:47:34 <gjanssens> You're welcome
13:47:41 <gjanssens> When do you plan your trip ?
13:47:56 <jralls> Will you be around in July? I think it'd be nice to meet.
13:49:19 <gjanssens> That will depend a bit. We're usually on hollidays then as well.
13:49:32 <gjanssens> But let me know when you have exact dates
13:49:40 <gjanssens> I can match with my calendar then
13:50:48 <jralls> We're looking at 27 June - 18 July.
13:52:00 <gjanssens> Then we may still be able to meet. We usually leave second week of July.
13:52:47 <jralls> OK. We can get specific later on.
13:54:25 <gjanssens> Great!
13:56:25 *** jmd has joined #gnucash
13:56:26 <gjanssens> jralls: I see you are profiling the code
13:56:49 <gjanssens> I happened to try that yesterday as well, but didn't get very far
13:56:57 <gjanssens> Care to share some experience ?
13:57:04 <gjanssens> What profiling tool did you use ?
13:57:52 <gjanssens> I was playing with various tools from within Eclipse but I suspect I better start with the raw tools
13:58:27 <gjanssens> First in line was oprofile but I only got some profile data for system libraries, nothing gnucash
13:58:55 <gjanssens> I also ran with gprof (after recompiling with -gp)
13:59:25 <gjanssens> This only returned profiling data for gnucash-bin, but none of the dynamically loaded libraries
13:59:39 <gjanssens> And then it became too late to continue...
14:03:11 *** MechtiIde has quit IRC
14:07:35 <gjanssens> warlord: Cristian Marchi asked about jobs on the mailing list (why customer/vendor jobs are separate)
14:07:46 <gjanssens> If you find a minute can you reply to that thread ?
14:07:57 <gjanssens> I don't know the answer myself...
14:14:32 *** AndroUser has joined #gnucash
14:23:55 <jralls> OSX "Instruments". It rocks. Doesn't require any special compilation even, so I can profile the production package.
14:25:35 <jralls> Not only that, but I can restrict the profile to a section of the run, so I can look at file loading and the import wizard separately in the same run.
14:27:22 <jralls> I noticed an interesting effect as well: Code compiled with gcc-4.2 runs *much* slower than the same code compiled with LLVM, but it profiled out the same. I need to experiment a bit more with that and see if it applies on Linux too.
14:32:35 <gjanssens> Sounds like oprofile on linux except that I haven't managed yet to get useful data out of it
14:36:36 <jralls> Did you compile with -pg?
14:38:48 <gjanssens> I did when I played with gprof
14:39:12 <gjanssens> The oprofile documentation claims nothing should be done for oprofile
14:39:38 <gjanssens> It's supposed to use hardware counters
14:39:50 <gjanssens> Perhaps I should have enabled some additional counters
14:40:01 <gjanssens> I admit I didn't spend much time on it yet
14:47:28 <jralls> OK, I think that's how the Instruments tool works, too. I did notice that, like gdb, you have to be careful to point it at the actual executable rather than a shell wrapper, but we're not using a shell wrapper anymore except in the OSX bundle.
15:02:49 *** AndroUser has quit IRC
15:22:55 *** benoitg has joined #gnucash
16:03:23 <gjanssens> Hah, I love how we can maintain the original author on git commits now that svn is out of the mix :)
16:03:52 <gjanssens> Patches are now properly attributed without thinking about it
16:11:26 *** jmd has quit IRC
16:15:15 *** aqua___ has quit IRC
17:02:23 *** Jimraehl1 has quit IRC
17:39:58 *** aqua___ has joined #gnucash
18:09:12 *** StuM has joined #gnucash
18:30:44 *** ErKa has quit IRC
18:36:47 *** lmat has quit IRC
19:10:21 *** ErKa has joined #gnucash
19:42:29 *** benoitg has quit IRC
20:15:44 *** Jimraehl1 has joined #gnucash
20:26:00 *** Jimraehl1 has quit IRC
20:44:18 *** fell__ has quit IRC
21:03:09 *** benoitg has joined #gnucash
21:29:13 *** benoitg has quit IRC
22:59:30 *** ErKa has quit IRC
23:49:28 *** kpreid has quit IRC
23:50:05 *** kpreid has joined #gnucash