<< 04-07-2013 >>

00:13:43*fowl quit (Ping timeout: 264 seconds)
00:26:26*fowl joined #nimrod
01:17:09*q66 quit (Quit: Leaving)
02:13:55*BitPuffin quit (Ping timeout: 256 seconds)
04:44:02*DAddYE quit (Read error: Connection reset by peer)
05:02:51*DAddYE joined #nimrod
05:21:33*OrionPK quit (Quit: Leaving)
05:39:19*DAddYE quit (Remote host closed the connection)
06:14:13*XAMPP joined #nimrod
06:18:41*XAMPP quit (Ping timeout: 248 seconds)
06:35:07*EXetoC joined #nimrod
06:59:19*EXetoC quit (Ping timeout: 246 seconds)
07:06:13*Araq_ joined #nimrod
07:29:04*Araq_ quit (Quit: ChatZilla 0.9.90 [Firefox 22.0/20130618035212])
07:39:52*EXetoC joined #nimrod
08:31:18*zahary____ left #nimrod (#nimrod)
08:44:31*dom96_ joined #nimrod
08:45:12*dom96_ quit (Client Quit)
09:25:36*silven_ joined #nimrod
09:32:06*EXetoC quit (*.net *.split)
09:32:07*Roin quit (*.net *.split)
09:32:08*silven quit (*.net *.split)
09:35:00*q66 joined #nimrod
09:38:20*Roin joined #nimrod
09:42:57*EXetoC joined #nimrod
09:59:37*Araq_ joined #nimrod
10:06:23*BitPuffin joined #nimrod
10:29:23SirSkidmorehey dom96 you around?
10:29:34SirSkidmoreI'm finally getting back to looking at nimkernel
10:31:07*dom96_ joined #nimrod
10:31:19dom96_I'm at work but yeah, kinda here.
10:31:49SirSkidmorenimbase.h:376:28: error: 'assert_numbits' declared as an array with a negative size I'm getting this error when I try to run nakefile run
10:32:41dom96_I had that when I specified an incorrect CPU IIRC
10:32:51dom96_But it should be specified in nimkernel's .cfg file
10:35:23SirSkidmoreohh
10:35:30SirSkidmorewait, it is
10:36:21SirSkidmoreI deleted the line and everything compiled correctly
10:37:04SirSkidmorebut then when I get to ld, it says main.o: file not recognized: File format not recognized
10:40:01dom96_no idea why that would happen
10:40:06SirSkidmore:/
10:40:08SirSkidmoreokay
10:44:15SirSkidmoreiirc everything compiled on the first go-around on my nix machine
10:47:53dom96_are you doing this on windows?
10:48:30EXetoCmeep
10:49:05SirSkidmoredom96_: nah Mac
11:00:21dom96_that may be the problem
11:00:31dom96_Follow the osdev instructions they may help.
11:00:50SirSkidmoreI thought I did
11:00:58SirSkidmorebut I guess I didn't do a very good job
11:00:59SirSkidmoreahah
11:50:11Araq_EXetoC: try to bootstrap with -d:useFFI to get FFI support at compile time but it's experimental
12:06:50EXetoCok
12:09:29Araq_bonus points if you can get it to work on windows
12:17:28*Associat0r quit (Quit: Associat0r)
12:30:04*dom96_ quit (Ping timeout: 246 seconds)
13:02:51*gradha joined #nimrod
13:12:12*shafire joined #nimrod
13:58:08*Araq_ quit (Quit: ChatZilla 0.9.90 [Firefox 22.0/20130618035212])
14:03:39*XAMPP joined #nimrod
14:04:25gradhaso there's parsexml and htmlparse
14:05:10gradhaoh, htmlparse builds on the other, and that's why parsexml has to support ugly html
14:46:12gradhacan I haz a recursive iterator to implement an xml findAll proc?
14:48:18*BitPuffin quit (Read error: Connection reset by peer)
14:48:39*BitPuffin_ joined #nimrod
14:53:23*OrionPK joined #nimrod
14:58:37gradhaTXmlNode.k is not exported, so I can't check the type before calling tag() on it, which crashes if the type is incorrect
14:59:17*BitPuffin_ is now known as BitPuffin
15:48:03*BitPuffin quit (Ping timeout: 245 seconds)
16:10:25*Endy joined #nimrod
16:12:48*shafire left #nimrod (#nimrod)
16:57:17*Trix[a]r_za is now known as Trixar_za
17:41:54*Trixar_za is now known as Trix[a]r_za
17:56:48dom96SirSkidmore: Got it working?
18:22:23EXetoCAraq: what would FFI be used for in this case? isn't the problem that it doesn't recognize the fact that 'importc' is of no relevance at this time, since it's just being treated as an expression at compile-time?
18:25:53EXetoCor maybe the FFI stuff does nothing other than recognize that in this case
18:26:13dom96FFI stand for foreign function interface
18:26:24dom96Using importc means using foreign function.
18:26:28dom96*stand
18:26:30dom96*stands
18:29:01EXetoCseems like more of a runtime thing. whatever, I'll try it some time
18:30:15EXetoCI'll just get it over with. modifying the arch package should be simple
18:35:46EXetoCdom96: did the .babel/libs -> .babel/pkgs transition happen recently?
18:36:12dom96yes
18:36:48EXetoCmakes sense. I guess the default nimrod.cfg needs to be modified
18:38:05dom96yes
18:38:38EXetoCwill do
18:42:25EXetoCAraq: nevermind, silly question. I'm getting a relevant ICE, so it's being used alright. will report it
18:48:45EXetoCdom96: will anyone be able to add packages eventually? though I guess just having a couple of people with commit access will go a long way
18:50:55gradhababel 2.0 will feature a distributed package managing system including bittorrent and PKI based encryption, optionally over tor
18:51:32gradhaactually, maybe it could adopt bittorrent sync
18:51:41EXetoCcool
18:52:55gradhathe bottleneck will still be dom96 accepting pull requests to update a central index of the keys to the distributed hosts, though
18:57:11EXetoCyou could have an unofficial repository as well
18:58:02EXetoCa la Arch, and maybe Ubuntu's multiverse thing works similarly
18:59:12dom96EXetoC: I'd rather make sure people don't abuse the system :P
18:59:24dom96You can already do: babel update <url>
19:00:59EXetoCok
19:03:51OrionPKquality control is a good thing
19:05:10EXetoCyou know what you get if it's unofficial
19:05:15EXetoCbut I don't mind either way
19:05:40gradhadom96: you should create a babelstore
19:07:30dom96gradha: would that automatically submit packages?
19:08:05gradhano, you would hire a cohort of people to approve packages every week or two
19:08:19gradhaor implement it with a script using random() for a delay
19:08:25gradhawhatever you think is more cost effective
19:19:25dom96perhaps I should start asking people to pay me to review their packages?
19:21:03gradhaand for people who don't pay you could write blog posts about their horrendous style
19:21:39EXetoCdom96: I could do it. I know you have plenty of money already!
19:22:11dom96hah, I wish.
19:24:11dom96Araq is the one who has plenty of money. He gets $3 every week on gittip!
19:25:56EXetoCnice
19:28:21dom96So apparently there is a band called "Prodigy" and "The Prodigy"
19:28:43gradhasounds like the go language and the go! language or something
19:29:52EXetoCdom96: there is!
19:30:04dom96bbl
19:41:05*SirSkidmore quit (Ping timeout: 248 seconds)
19:45:13*SirSkidmore joined #nimrod
19:46:08*OnionPK joined #nimrod
19:49:04*OrionPK quit (Ping timeout: 276 seconds)
19:55:25*silven joined #nimrod
19:57:48*silven_ quit (Ping timeout: 276 seconds)
20:06:38dom96back
20:44:17*gradha quit (Quit: bbl, need to watch https://www.youtube.com/watch?v=1ZZC82dgJr8 again)
20:50:23*Endy quit (Ping timeout: 240 seconds)
21:24:29EXetoCmeeep
21:24:44Araqmuuup
23:16:55*Trix[a]r_za is now known as Trixar_za