<< 02-06-2017 >>

00:04:30*gokr quit (Quit: Leaving.)
00:06:09*yingjun joined #nim
00:07:15*smt__ joined #nim
00:10:05*smt_ quit (Ping timeout: 240 seconds)
00:10:35*yingjun quit (Ping timeout: 240 seconds)
00:13:26*gokr joined #nim
00:14:49*mwbrown quit (Ping timeout: 268 seconds)
00:15:09*mwbrown joined #nim
00:18:52*kunev quit (Ping timeout: 240 seconds)
00:22:02*kunev joined #nim
00:33:26*daaf quit (Write error: Broken pipe)
00:33:26*yeeve quit (Excess Flood)
00:33:43*daaf joined #nim
00:33:48*yeeve joined #nim
00:46:53*benny_ joined #nim
00:51:49*benny_ quit (Ping timeout: 268 seconds)
01:10:20*chemist69 quit (Ping timeout: 255 seconds)
01:20:30*jtremback_____ quit (Quit: Connection closed for inactivity)
01:22:08*Nobabs27 quit (Quit: Leaving)
01:22:39*chemist69 joined #nim
01:40:34*gokr quit (Quit: Leaving.)
01:46:01*rauss joined #nim
01:47:39*benny_ joined #nim
01:49:03*daaf quit (Ping timeout: 240 seconds)
01:52:20*benny_ quit (Ping timeout: 258 seconds)
02:00:45*yingjun joined #nim
02:06:12FromGitter<Varriount> @zacharycarter I <3 macros.quote
02:07:37FromGitter<Varriount> https://gist.github.com/Varriount/cb3eff3662e392ad3bba57a1ba29c355
02:26:11FromGitter<tuttza> Hi guys, I am trying to use the parsecfg module to create configuration file, I keep getting an error saying 'double free or corruption' I'm not sure how to fix this problem ⏎ this is what I am doing in my code: ⏎ '''nim ⏎ proc createConfigurationFile(): void = ⏎ let location = getHomeDir() & ".app_dir/" & "backup_locations.ini" ... [https://gitter.im/nim-lang/Nim?at=5930ccc331f589c64f676a99]
02:28:13FromGitter<tuttza> ```code paste, see link``` [https://gitter.im/nim-lang/Nim?at=5930cd3d167d046a7d5de580]
02:33:33FromGitter<Varriount> @tuttza Do you get errors with any other compiled Nim applications? What version of Nim are you using?
02:34:57FromGitter<tuttza> I am using the latest version: ⏎ ⏎ ```code paste, see link``` [https://gitter.im/nim-lang/Nim?at=5930ced1167d046a7d5de9f0]
02:35:09FromGitter<tuttza> I have not tried another compiled nim application
02:35:32FromGitter<tuttza> at least I think that is the latest version
02:35:49ftsftuttza, i've reported an issue about that
02:36:28ftsfhttps://github.com/nim-lang/Nim/issues/5906
02:36:40ftsfit's fixed in devel, but not the latest release
02:48:26*benny_ joined #nim
02:53:08*benny_ quit (Ping timeout: 260 seconds)
02:54:29*libman quit (Quit: Connection closed for inactivity)
02:58:58*gangstacat quit (Quit: Ĝis!)
03:00:43*rauss quit (Quit: WeeChat 1.8)
03:09:39*rauss joined #nim
03:10:43*chemist69 quit (Ping timeout: 246 seconds)
03:16:12*chemist69 joined #nim
03:49:12*benny_ joined #nim
03:53:47*benny_ quit (Ping timeout: 260 seconds)
03:57:32*yingjun quit (Remote host closed the connection)
03:57:42*yingjun joined #nim
04:23:14*faix joined #nim
04:27:02*nceglia joined #nim
04:28:36*pilne quit (Quit: Quitting!)
04:28:48*nceglia quit (Quit: BitchX-1.2.1 -- just do it.)
04:29:35*faix quit (Ping timeout: 240 seconds)
04:37:12*def-pri-pub joined #nim
04:37:13*def-pri-pub quit (Quit: leaving)
04:37:18FromGitter<gogolxdong> ```code paste, see link``` [https://gitter.im/nim-lang/Nim?at=5930eb7ecf9c13503c4612ea]
04:37:30FromGitter<gogolxdong> how can I achieve this
04:38:55FromGitter<gogolxdong> ```code paste, see link``` ⏎ ⏎ How can I achieve this? [https://gitter.im/nim-lang/Nim?at=5930ebdf142826e9727599a2]
04:49:58*benny_ joined #nim
04:54:28*benny_ quit (Ping timeout: 260 seconds)
04:59:26*faix joined #nim
05:07:44*Vladar joined #nim
05:30:12*__trace__ joined #nim
05:34:21*__trace__ quit (Quit: Textual IRC Client: www.textualapp.com)
05:34:36*__trace__ joined #nim
05:44:15*aedigix quit (Ping timeout: 260 seconds)
05:46:04*__trace__ quit (Quit: My MacBook has gone to sleep. ZZZzzz…)
05:50:27*faix quit (Ping timeout: 240 seconds)
06:02:38*gokr joined #nim
06:08:03*chemist69 quit (Ping timeout: 260 seconds)
06:18:33*Matthias247 joined #nim
06:21:07*smt_ joined #nim
06:21:47chrishellerIs it possible to import a .compiletime. proc into another module (for use in another .compiletime. proc)? I keep getting "Undeclared identifier" when I try to do so
06:24:05*smt__ quit (Ping timeout: 240 seconds)
06:25:20*Matthias247 quit (Read error: Connection reset by peer)
06:27:19*chemist69 joined #nim
06:28:08Araqchrisheller: export it with a *
06:28:30Araqmacros.nim is full of these things and you import it, why wouldn't it work
06:35:01*rauss quit (Quit: WeeChat 1.8)
06:41:10chrishellerIt is exported with a *. That's what's strange.
06:42:09chrishellerLet me simplify the test case and see if I can come up with something simple to reproduce.
06:48:50*nsf joined #nim
06:57:14*__trace__ joined #nim
06:57:56chrishellerOf course my simplified test case behaves properly. Time to figure out why my other code does not :)
07:00:10*smt__ joined #nim
07:03:35*smt_ quit (Ping timeout: 255 seconds)
07:13:48chrishellerMust be time for bed. My static export proc wasn't being found because I was being stupid.
07:15:38chrishellerWas just experimenting with introducing a new file to hold the proc I wanted to share with other modules, but I have been compiling things on a different machine than my laptop and hadn't sync-ed the new file over. Doh!
07:17:12Araqok lol
07:19:18*yglukhov joined #nim
07:42:53*yingjun_ joined #nim
07:42:53*yingjun quit (Read error: Connection reset by peer)
08:14:31*chemist69 quit (Ping timeout: 246 seconds)
08:15:40*chemist69 joined #nim
08:34:00*Vladar quit (Remote host closed the connection)
08:37:17*yingjun_ quit (Remote host closed the connection)
08:39:21*yingjun joined #nim
08:40:12*Ven joined #nim
08:40:35*Ven is now known as Guest35264
08:44:14*__trace__ quit (Quit: My MacBook has gone to sleep. ZZZzzz…)
08:45:39*murych joined #nim
08:52:03*rokups joined #nim
09:04:32*Guest35264 quit (Read error: Connection reset by peer)
09:10:59*Ven joined #nim
09:11:29*Ven is now known as Guest39608
09:12:29FromGitter<coffeepots> hey guys, just a quick update on my table.del woes: after @Araq pointed out the delete slowness was from consecutive keys I tried returning new entityIds as lastId+2 instead of consecutively, kind of just for a laugh to see if it made any difference. Well, it made a massive difference and runs as expected! I'm still going to try to replace tables with arrays where I can, and put in a proper non-consecutive entity ID
09:12:29FromGitter... mechanism that isn't silly, but glad I can proceed with an ECS without hitting that wall.
09:14:23FromGitter<coffeepots> Also, @Arrrr thanks for the links to ECS systems, I was reading those all night, seems like every method has it's compromises and still haven't found a system I really like, but am getting there slowly :)
09:16:37FromGitter<coffeepots> *now runs as expected
09:19:34*Guest39608 quit (Read error: Connection reset by peer)
09:22:33*krux02 joined #nim
09:25:00*Ven_ joined #nim
09:42:41Araqcofeepots: also check out the "colony" data structure
09:55:46*Ven_ quit (Quit: My MacBook has gone to sleep. ZZZzzz…)
10:02:34FromGitter<coffeepots> @Araq thanks for this! Currently reading through http://plflib.org/colony.htm
10:06:19*wgf_ joined #nim
10:07:11wgf_quit
10:07:34*wgf_ left #nim (#nim)
10:13:08*yingjun quit (Remote host closed the connection)
10:13:18*yingjun joined #nim
10:27:52*chemist69 quit (Ping timeout: 246 seconds)
10:35:40*benny_ joined #nim
10:36:49*Neomex joined #nim
10:41:21*benny_ quit (Ping timeout: 268 seconds)
10:49:37*yingjun quit (Remote host closed the connection)
10:51:55*yingjun joined #nim
10:53:22*yingjun quit (Remote host closed the connection)
10:54:34*lenstr quit (Read error: No route to host)
10:54:53*chemist69 joined #nim
10:55:20*yingjun joined #nim
10:57:01*rokups quit (Quit: Connection closed for inactivity)
10:58:25*yingjun quit (Remote host closed the connection)
10:58:37*yingjun joined #nim
11:00:00*yingjun quit (Remote host closed the connection)
11:05:57*yingjun joined #nim
11:12:57ritchie_hello, if I use stuff from "future" how likely is it to go into the standard lib at a later date?
11:15:07dom96very
11:16:28ritchie_:) ok thanks, I'll use it then
11:30:05enthus1asti've got a strange behavior on windows and linux, im useing jester, with an nginx reverse proxy. When one of my clients reloads the browser, i get around 8-10 new socket connections which are stuck in CLOSE_WAIT state. It *seems* that this is roughly the amounth of http gets the javascript does. Any good advice?
11:30:46enthus1astIf i restart the server the sockets went away
11:30:54enthus1ast(the server executable)
11:34:42*yingjun quit (Remote host closed the connection)
11:34:51*yingjun joined #nim
11:35:31*yingjun quit (Remote host closed the connection)
11:37:06*benny_ joined #nim
11:41:47*benny_ quit (Ping timeout: 268 seconds)
11:45:07*arnetheduck joined #nim
11:54:07fr1endenthus1ast: are you sure they're new connections? Sounds like just the browser opened 8 parallel connections, and then when refreshing, closed the connections
11:54:17fr1endleading them in CLOSE_WAIT for the final packets
11:55:45fr1endoh, sorry, I mixed up CLOSE_WAIT and TIME_WAIT
11:56:10fr1ends/leading/leaving
11:57:07*vlad1777d joined #nim
11:58:12fr1endenthus1ast: does communicating with the server (i.e. to cause epoll to return) cause it to close the sockets? Thinking being, maybe the server isn't notified about closed connections and only reaps them after processing other IO
11:58:18*tankfeeder joined #nim
11:59:07tankfeederhi all
11:59:10tankfeederhttps://pastebin.com/0kGq1cGt
11:59:47tankfeederwhile did choosenim update stable server hangs
11:59:56tankfeederand now its all unsync
12:00:05tankfeederhow better fix this ?
12:36:15*yingjun joined #nim
12:38:04*benny_ joined #nim
12:40:20*yingjun quit (Ping timeout: 240 seconds)
12:42:19*pilne joined #nim
12:43:37*benny_ quit (Ping timeout: 258 seconds)
12:52:39FromGitter<Varriount> tankfeeder: Run the command again?
12:58:15*yeeve quit (Ping timeout: 268 seconds)
12:58:48tankfeedercheck pastebin link again
12:58:57tankfeederalready done as first command
13:03:18*yglukhov quit (Remote host closed the connection)
13:03:43FromGitter<zacharycarter> @Varriount was that macro you shared for serializing JSON?
13:03:51*yglukhov joined #nim
13:04:56FromGitter<Varriount> @zacharycarter Unserializing. I have objects whose members match the JSON fields
13:05:25FromGitter<Varriount> And I can't use dom96's additions to the JSON module, as not all fields will be filled in
13:06:28FromGitter<zacharycarter> gotcha
13:06:49FromGitter<zacharycarter> yeah I had that problem too
13:07:03FromGitter<zacharycarter> optional fields and the JSON module don't play nicely
13:09:00enthus1astfr1end: they pile up until the executable crashes, they never vanish.
13:09:46enthus1astfr1end: ill play with it and report
13:16:37*gokr quit (Ping timeout: 272 seconds)
13:25:09*Arrrr joined #nim
13:39:45*benny_ joined #nim
13:43:01*yeeve joined #nim
13:44:30*benny_ quit (Ping timeout: 268 seconds)
13:49:20*gokr joined #nim
13:53:09*smt_ joined #nim
13:53:22*gokr quit (Ping timeout: 240 seconds)
13:55:06*tankfeeder quit (Quit: Leaving)
13:56:04*gokr joined #nim
13:56:05*smt__ quit (Ping timeout: 240 seconds)
14:04:28*Vladar joined #nim
14:04:39*gokr quit (Ping timeout: 240 seconds)
14:06:38*rauss joined #nim
14:12:12*gangstacat joined #nim
14:13:27*arnetheduck quit (Ping timeout: 255 seconds)
14:19:15*roxma quit (Quit: WeeChat 1.4)
14:20:41*gokr joined #nim
14:40:32*benny_ joined #nim
14:41:09*smt__ joined #nim
14:44:05*smt_ quit (Ping timeout: 240 seconds)
14:44:57*benny_ quit (Ping timeout: 255 seconds)
14:48:17*PMunch joined #nim
15:02:13*Snircle quit (Quit: Textual IRC Client: www.textualapp.com)
15:04:29FromGitter<Varriount> @zacharycarter Work on the AWS library is going well though. I have JSON loading almost done, and basic type generation is finished.
15:05:00FromGitter<Varriount> Next is procedure generation, and all the backend stuff (http requests, parsing, etc)
15:06:07FromGitter<zacharycarter> @Varriount that's awesome :D I'm in aws training right now :)
15:09:32*Trustable joined #nim
15:09:33FromGitter<ftsf> \o/ nice one
15:09:59FromGitter<ftsf> @zacharycarter giving frag a try, managed to get it to build =)
15:18:06FromGitter<zacharycarter> @ftsf sweet!
15:18:32FromGitter<zacharycarter> @ftsf I just got the first version of the deferred renderer working
15:18:45FromGitter<ftsf> i noticed a bunch of the examples don't compile due to missing import colors
15:18:48FromGitter<ftsf> cool!
15:20:20FromGitter<zacharycarter> @ftsf yeah I need to fix that I'll do that now
15:22:30FromGitter<ftsf> and also the 3d model one complains about modelbatch not knowing about model
15:37:44FromGitter<zacharycarter> hrm okay I have a massive commit commit to fix all of that I believe
15:38:51*yingjun joined #nim
15:39:34FromGitter<zacharycarter> @ftsf are you on windows or linux / osx?
15:41:09*aedigix joined #nim
15:41:14*benny_ joined #nim
15:43:20*yingjun quit (Ping timeout: 255 seconds)
15:44:18FromGitter<zacharycarter> @ftsf just committed - should fix the examples
15:44:32FromGitter<zacharycarter> the 3d example won't work on windows yet
15:45:42FromGitter<ftsf> on linux
15:45:48*benny_ quit (Ping timeout: 260 seconds)
15:50:06*aedigix quit (Remote host closed the connection)
15:50:27*aedigix joined #nim
15:51:08FromGitter<zacharycarter> okay cool everything should hopefully work now
15:51:18FromGitter<zacharycarter> including the 3d example
15:51:26FromGitter<zacharycarter> if it still fails please let me know
15:52:57FromGitter<zacharycarter> actually it might fail if you don't have assimp :/
16:20:52*krux02 quit (Remote host closed the connection)
16:29:24FromGitter<Varriount> Hm. How would you unit test a macro?
16:33:04*benny_ joined #nim
16:37:48FromGitter<zacharycarter> write another macro?
16:37:53FromGitter<zacharycarter> j/k I have no idea
16:44:01*yglukhov quit (Remote host closed the connection)
16:45:16*ofelas joined #nim
16:50:01*yglukhov joined #nim
16:50:11*__trace__ joined #nim
16:55:03*yglukhov quit (Ping timeout: 268 seconds)
17:05:50*gokr quit (Read error: Connection reset by peer)
17:20:05demi-yeah i was going to say, write another macro and use a lot of asserts
17:24:22*gokr joined #nim
17:31:06FromGitter<Varriount> demi-: And what tests that macro? :3
17:31:22demi-¯\_(ツ)_/¯
17:31:26demi-assert a lot
17:33:13*yglukhov joined #nim
17:37:38*yglukhov quit (Ping timeout: 255 seconds)
17:39:31*yglukhov joined #nim
17:50:31FromGitter<zacharycarter> this aws training is boring as fuq
17:51:09LyndsySimonCan I get a link to a simple shell utility written in Nim?
17:59:41*Matthias247 joined #nim
18:02:09LyndsySimonI really, really like what I see in Nim so far - but it's ridiculously hard to get started.
18:04:38*smt_ joined #nim
18:06:46FromGitter<zacharycarter> LyndsySimon: what do you mean?
18:07:01FromGitter<zacharycarter> why is it hard to get started?
18:07:14LyndsySimonIt's very hard to find answers to things like "How do I execute a shell command and get the stdout?
18:07:35*smt__ quit (Ping timeout: 240 seconds)
18:07:38FromGitter<zacharycarter> https://nim-lang.org/docs/osproc.html
18:08:32FromGitter<zacharycarter> https://nim-lang.org/docs/lib.html
18:08:39FromGitter<zacharycarter> https://nim-lang.org/docs/manual.html
18:08:58FromGitter<zacharycarter> first link is relevant to your specific question
18:09:03FromGitter<zacharycarter> last two are more general
18:10:44LyndsySimonRight, I've read all those. They're helpful, but without having seen a functional shell utility written in Nim it's just hard to put all the pieces together.
18:11:04FromGitter<zacharycarter> hrm
18:11:15FromGitter<zacharycarter> I can point you something that I wrote but it's not a shell utility
18:11:23FromGitter<zacharycarter> it does spin up a process with osproc and read from stdout
18:11:51FromGitter<zacharycarter> https://github.com/zacharycarter/nim-playground/blob/master/src/nim_playground.nim
18:11:54*nsf quit (Quit: WeeChat 1.7.1)
18:12:15FromGitter<zacharycarter> it's the source for the backend of - https://play.nim-lang.org/
18:12:55FromGitter<zacharycarter> https://github.com/zacharycarter/nim-playground/blob/master/src/nim_playground.nim#L59 that line specifically launches the os proc
18:13:17FromGitter<zacharycarter> sorry I forgot this doesn't read the stdout, since the process itself writes stdout to a file, I'll try to find an example of that
18:15:39*libman joined #nim
18:15:43FromGitter<zacharycarter> https://github.com/fowlmouth/nake/blob/master/nakelib.nim might be a better example
18:15:49demi-LyndsySimon: https://github.com/samdmarshall/battery-level/blob/master/BatteryLevel.nim https://github.com/samdmarshall/preview/blob/master/preview.nim https://github.com/samdmarshall/rune/blob/master/src/rune.nim#L19-L33
18:16:04FromGitter<zacharycarter> or the nimble source
18:16:05demi-that last link shows providing input through stdin and reading from stdout
18:16:18*PMunch quit (Quit: leaving)
18:16:34LyndsySimondemi-, zacharycarter: Thanks :)
18:16:43FromGitter<zacharycarter> sure thing!
18:21:29*yglukhov quit (Remote host closed the connection)
18:25:44*yglukhov joined #nim
18:27:27LyndsySimonI went ahead and bought Nim in Action. I *really* want to replace all my shell scripts with Nim.
18:29:27*Matthias247 quit (Read error: Connection reset by peer)
18:30:46*Matthias247 joined #nim
18:33:14dom96LyndsySimon: thanks! :)
18:37:41LyndsySimondom96: NP. I remember buying "Practical Django Projects" about ten years ago. That turned into a career, so here's hoping NiA is similarly impactful :P
18:40:11FromGitter<zacharycarter> I wish I could find a career coding in Nim :P One day
18:40:12*yglukhov quit (Remote host closed the connection)
18:41:00*yingjun joined #nim
18:42:13LyndsySimonMake one!
18:42:53LyndsySimonMost people couldn't care less what language is used to build webapps, for instance. Lots of data processing work out there too that can be done in Nim. It's even very well-suited for that.
18:43:59FromGitter<zacharycarter> Unfortunately my company cares and Nim hasn't hit their radar yet
18:45:13*yingjun quit (Ping timeout: 246 seconds)
18:48:23LyndsySimonI know those feels. I'm a Python guy, but I'm writing Ruby at my day job at the moment.
18:50:35*chemist69 quit (Ping timeout: 260 seconds)
18:52:56*SusWombat quit (Remote host closed the connection)
18:53:01*chemist69 joined #nim
18:55:44*SusWombat joined #nim
18:59:08*smt__ joined #nim
18:59:29*Vladar quit (Quit: Leaving)
19:00:42FromGitter<zacharycarter> http://imgur.com/a/541Xu
19:00:50FromGitter<zacharycarter> gif of the deferred shading
19:02:05*smt_ quit (Ping timeout: 240 seconds)
19:05:26*yglukhov joined #nim
19:12:38LyndsySimonzacharycarter: Wrong channel?
19:13:01LyndsySimonzacharycarter: Are you in Virginia, by chance? I'm in Charlottesville.
19:14:53*Neomex quit (Read error: Connection reset by peer)
19:16:22FromGitter<zacharycarter> LyndsySimon: nope right channel, that's written in Nim :D
19:16:35FromGitter<zacharycarter> I am LyndsySimon: In northern VA, Centreville to be specific
19:17:03LyndsySimonAh, cool. The chances for the first big Nim conference being close enough for me to attend just went up :)
19:17:30FromGitter<zacharycarter> :D there are a few other Nimmers in VA too
19:18:30*Arrrr quit (Read error: Connection reset by peer)
19:20:08FromGitter<zacharycarter> going to work on PBR materials next
19:31:47LyndsySimonProfessional Bull Riding, or Pabst Blue Ribbon?
19:35:52*chrisheller quit (Ping timeout: 260 seconds)
19:50:59fr1endphysically based rendering
20:00:41*ofelas quit (Ping timeout: 272 seconds)
20:10:39*jsgrant joined #nim
20:12:37FromGitter<gokr> For an example that calls out to shell cmds you can peek at blimp I wrote: https://gitlab.3dicc.com/gokr/blimp/blob/master/blimp.nim
20:14:41*ofelas joined #nim
20:21:07*smt_ joined #nim
20:24:05*smt__ quit (Ping timeout: 240 seconds)
20:26:05*smt_ quit (Ping timeout: 240 seconds)
20:33:39*chrisheller joined #nim
20:38:22*Snircle joined #nim
20:49:52*Neomex joined #nim
20:51:40*jsgrant quit (Ping timeout: 255 seconds)
20:52:57*nsf joined #nim
21:00:09*jsgrant joined #nim
21:04:16*murych quit (Read error: Connection reset by peer)
21:14:39*yglukhov quit (Remote host closed the connection)
21:21:27*jsgrant quit (Ping timeout: 268 seconds)
21:36:29*rauss quit (Quit: WeeChat 1.8)
21:43:23*yingjun joined #nim
21:43:35*PMunch joined #nim
21:44:09*Trustable quit (Remote host closed the connection)
21:46:37*yglukhov joined #nim
21:47:35*yingjun quit (Ping timeout: 240 seconds)
21:49:29*jsgrant joined #nim
22:05:23*yglukhov quit (Remote host closed the connection)
22:20:11*onionhammer1 joined #nim
22:23:23*onionhammer quit (Ping timeout: 260 seconds)
22:24:22*jsgrant quit (Quit: Peace Peeps. o/ If you need me asap, message me at msg([at])jsgrant.io & I'll try to get back to you within 24-to-36 hours.)
22:29:17*NimBot joined #nim
22:32:41libmanY u no slurp in defaultConfig?
22:33:48*beatmox_ joined #nim
22:34:55libmanDoes gitRoot return a string?
22:38:26*noethics__ is now known as noethicd
22:38:29*noethicd is now known as noethics
22:39:00libmanAnother random thought: have you considered using IPFS?
22:40:05*beatmox quit (Write error: Broken pipe)
22:40:05*beatmox_ is now known as beatmox
22:40:06*Etheco quit (Excess Flood)
22:40:23*Etheco joined #nim
22:44:18libmanEmbedding large strings (vs slurp / staticRead) shouldn't affect compile time, but having huge source files can affect some slow IDEs.
22:46:07*vlad1777d quit (Remote host closed the connection)
22:57:08*chemist69 quit (Ping timeout: 240 seconds)
22:59:42*chemist69 joined #nim
23:03:13*Etheco quit (Read error: Connection reset by peer)
23:07:21*nsf quit (Quit: WeeChat 1.7.1)
23:08:24*Matthias247 quit (Read error: Connection reset by peer)
23:21:42*xet7 quit (Ping timeout: 245 seconds)
23:26:13*hag joined #nim
23:26:21hagOops.
23:26:34*hag left #nim (#nim)
23:37:06*xet7 joined #nim
23:37:52*Neomex quit (Quit: Leaving)
23:44:08*benny_ quit (Ping timeout: 240 seconds)
23:44:37*benny_ joined #nim