<< 01-06-2018 >>

00:02:07*Electrux quit (Ping timeout: 256 seconds)
00:03:56*mal`` quit (Quit: Leaving)
00:08:46FromGitter<epmor> @megawac Looks like a bit like Todd Howard from Bethesda 😄
00:16:26*Electrux joined #nim
00:17:03*mal`` joined #nim
00:19:59FromGitter<amscotti> dom96, reported https://github.com/nim-lang/Nim/issues/7936 ⏎ Thanks for the help!
00:20:35*Electrux quit (Ping timeout: 240 seconds)
00:28:31*Electrux joined #nim
00:33:31*Electrux quit (Ping timeout: 268 seconds)
00:41:53dom96amscotti: thanks :)
00:57:31*Electrux joined #nim
01:02:46*Yardanico quit (Read error: Connection reset by peer)
03:44:45*dddddd quit (*.net *.split)
03:44:45*zahary quit (*.net *.split)
03:44:45*m712 quit (*.net *.split)
03:44:46*mgdelacroix quit (*.net *.split)
03:44:46*msmorgan quit (*.net *.split)
03:44:46*dashed quit (*.net *.split)
03:44:46*dzho quit (*.net *.split)
03:44:46*JacobEdelman quit (*.net *.split)
03:44:46*Guest40451 quit (*.net *.split)
03:44:46*abeaumont quit (*.net *.split)
03:44:54TangerHey cool doods, if a cstring is just a char*, can I allocate memory for it using alloc?
03:47:20*Guest93660 quit (Ping timeout: 260 seconds)
03:49:27*avsej joined #nim
03:49:27*avsej quit (Changing host)
03:49:27*avsej joined #nim
03:51:47FromGitter<kayabaNerve> Likely. castcstring (alloc0(len*sizeof(char)))
03:53:57FromGitter<data-man> Yes, and dealloc, and realloc. :) alloc0 will fill all bytes with zero.
03:55:05FromGitter<kayabaNerve> @data-man Which puts in your null terminator and clears gibberish
03:58:10TangerAh, thanks!
04:00:55*Snircle quit (Quit: Textual IRC Client: www.textualapp.com)
04:01:11FromGitter<data-man> @kayabaNerve It's safer but often unnecessary.
04:02:08FromGitter<kayabaNerve> One extra letter for safety though
04:02:30FromGitter<kayabaNerve> And I don't know a single situation it'd be consider bad. This is alloc and not malloc/realloc
04:04:41FromGitter<data-man> Do not argue with me, just study the source stdlib. :-D
04:11:25*endragor joined #nim
04:12:26*skrylar joined #nim
04:27:37FromGitter<kayabaNerve> The stdlib doesn't cover every use case :P
04:31:34*yglukhov_ joined #nim
04:33:57*yglukhov[i] quit (Ping timeout: 240 seconds)
04:47:11skrylarmratsim: i bring presents. in the form of a blosc wrapper
04:47:17skrylarbecause that seems to be relevant to tensors '_'
04:50:04skrylarhttps://github.com/Skrylar/nblosc although getting it in to nimble will be a chore
04:58:47shashlickIs it nimgen'able?
05:00:16skrylarno idea. i never got the auto wrapper tools to work
05:02:12FromGitter<data-man> @shashlick: Yes, I think. https://github.com/Blosc/c-blosc and newest https://github.com/Blosc/c-blosc2
05:04:08FromGitter<data-man> Candidates for NimCompresson :-D
05:12:21skrylardata-man: it looks like the big things of blosc2 were backported?
05:16:07skrylarthe byte shuffle filter seems impressive. uncompressed wav data (doubles) crunched to 38%
05:17:59skrylarmight have been smaller than that :ponder: since i did the test wrong :b
05:18:23skrylarwell anyway. was curious if it was worth storing audio batches in RAM and unpacking them when doing the training batch
05:18:31FromGitter<data-man> https://github.com/inikep/lzbench#benchmarks ⏎ @skrylar backported?
05:18:32skrylaralthough since an SSD is on the machine doing the training, "probably not"
05:19:41skrylari'm not sure what this lzbench is for?
05:20:32skrylarthey are showing codecs which are absolutely not meant for real-time use, which doesn't compare?
05:21:15FromGitter<data-man> Benchmarks for compression's geeks :)
05:22:29FromGitter<data-man> And https://github.com/powturbo/TurboBench
05:23:34skrylarmeh
05:23:36*Yardanico joined #nim
05:28:44skrylarError: unhandled exception: error:140E0197:SSL routines:SSL_shutdown:shutdown while in init [SslError]
05:28:48skrylar'_'
05:29:04skrylarone day i will type `nimble publish` and it will just work
05:32:29*nsf joined #nim
06:25:29skrylarinteresting. looks like the tacotron people discovered a thing similar to facebook; if you train a neural TTS with a handful of 'accent' tokens it can then reuse those
06:31:14*Vladar joined #nim
06:38:04*Timofffee joined #nim
06:44:25*xkapastel quit (Quit: Connection closed for inactivity)
06:46:34*Timofffee quit (Quit: Page closed)
06:57:41*Ven`` joined #nim
07:26:00*Ven`` quit (Read error: Connection reset by peer)
07:26:19*Ven`` joined #nim
07:34:10*dddddd joined #nim
07:41:16*mwbrown quit (Ping timeout: 244 seconds)
07:47:27*zahary joined #nim
07:47:27*dzho joined #nim
07:47:27*m712 joined #nim
07:47:27*mgdelacroix joined #nim
07:47:27*msmorgan joined #nim
07:47:27*dashed joined #nim
07:47:27*JacobEdelman joined #nim
07:47:27*Guest40451 joined #nim
07:47:27*abeaumont joined #nim
07:52:27*Ven`` quit (Quit: My MacBook has gone to sleep. ZZZzzz
)
08:04:35*gmpreussner_ quit (Ping timeout: 240 seconds)
08:05:40*gmpreussner joined #nim
08:12:51skrylarnoice. they made a new wavenet
08:12:58skrylar"WaveRNN." It's... significantly smaller.
08:24:57*floppydh joined #nim
08:55:58*Ven`` joined #nim
09:07:48*yglukhov_ quit (Read error: Connection reset by peer)
09:08:23*yglukhov[i] joined #nim
09:38:27FromGitter<ephja> I dunno if the stack tracebacks are correct anymore. has anyone noticed any changes after upgrading in the last few weeks?
09:44:28skrylarthey work for me as well as they ever have (0.18)
10:00:17skrylari have no idea why but every so often this [nim] program crashes because it can't open a file
10:01:43skrylarnot sure if its running out of file descriptors or something silly. moved it over to use beanstalk so at least the work queue is safe against the Mysterious Crash, but.. hrm
10:14:09*skrylar quit (Quit: Leaving)
10:14:49*Ven`` quit (Quit: My MacBook has gone to sleep. ZZZzzz
)
10:35:45*Ven`` joined #nim
10:36:39*Ven`` quit (Read error: Connection reset by peer)
10:37:31*Ven`` joined #nim
10:42:37*Ven`` quit (Read error: Connection reset by peer)
10:42:50*Ven`` joined #nim
10:48:49*Ven`` quit (Read error: No route to host)
10:49:24*Ven`` joined #nim
10:52:44*yglukhov[i] quit (Read error: Connection reset by peer)
10:53:18*yglukhov[i] joined #nim
10:56:27*Ven`` quit (Read error: No route to host)
10:56:41*Ven`` joined #nim
11:00:30*NimBot joined #nim
11:18:03*xet7 quit (Quit: Leaving)
11:19:18*Ven`` quit (Quit: My MacBook has gone to sleep. ZZZzzz
)
11:22:45*xet7 joined #nim
11:23:23*krux02 joined #nim
11:24:29*xet7 quit (Remote host closed the connection)
11:26:05*natrys joined #nim
11:35:39*dddddd quit (Remote host closed the connection)
11:45:43*Electrux quit (Read error: Connection reset by peer)
11:46:25*Electrux joined #nim
11:50:59*Ven`` joined #nim
11:57:01*find0x90 joined #nim
11:58:44*sz0 quit (Quit: Connection closed for inactivity)
12:18:14*Ven`` quit (Read error: Connection reset by peer)
12:18:42*Ven`` joined #nim
12:23:01*find0x90 quit (Quit: find0x90)
12:48:56*Snircle joined #nim
12:59:45*Ven` joined #nim
12:59:45*Ven`` quit (Read error: Connection reset by peer)
13:01:07*Ven` quit (Client Quit)
13:04:49*Ven`` joined #nim
13:09:14*Vladar quit (Quit: Leaving)
13:37:15*endragor quit (Remote host closed the connection)
13:37:42*endragor joined #nim
13:38:41*xkapastel joined #nim
13:42:25*endragor quit (Ping timeout: 244 seconds)
13:48:58*DarkArctic quit (Read error: Connection reset by peer)
13:51:43*endragor joined #nim
13:56:08*endragor quit (Ping timeout: 256 seconds)
14:26:54*yglukhov[i] quit (Read error: Connection reset by peer)
14:27:30*yglukhov[i] joined #nim
14:41:27Yardanico@skrylar about your issue - are you on windows?
14:41:33Yardanicowith vscode probably?
14:50:31*floppydh quit (Quit: WeeChat 2.1)
14:53:15*Ven`` quit (Quit: My MacBook has gone to sleep. ZZZzzz
)
14:54:41Yardanicolol, I've never seen the word "wholeheartedly" before today :)
15:08:15*yglukhov_ joined #nim
15:08:17*yglukhov[i] quit (Read error: Connection reset by peer)
15:08:37*Trustable joined #nim
15:17:33FromGitter<data-man> Wholebrainly©
15:23:14*krux02 quit (Remote host closed the connection)
15:35:56*yglukhov_ quit (Read error: Connection reset by peer)
15:36:32*yglukhov[i] joined #nim
16:02:19*dddddd joined #nim
16:44:26*arecaceae quit (Remote host closed the connection)
16:44:50*arecaceae joined #nim
17:01:03*nsf quit (Quit: WeeChat 2.1)
17:04:00FromGitter<Varriount> @data-man Wholeheadedly
17:18:10*Camparis left #nim (#nim)
17:18:10*Camparis joined #nim
17:21:50*yglukhov[i] quit (Ping timeout: 256 seconds)
17:25:41FromGitter<data-man> @Varriount: Wholenimly! :)
17:26:35*yglukhov[i] joined #nim
18:01:37*Vladar joined #nim
18:34:58*xet7 joined #nim
19:01:16*thomasross joined #nim
19:02:17*arecaceae quit (Read error: Connection reset by peer)
19:02:41*arecaceae joined #nim
19:02:42*jjido joined #nim
19:12:34*hogeland quit (Ping timeout: 244 seconds)
19:12:43*hogeland joined #nim
19:19:02*jjido quit (Quit: My MacBook has gone to sleep. ZZZzzz
)
19:59:22*Electrux quit (Ping timeout: 245 seconds)
19:59:58Yardanicohttps://forum.nim-lang.org/t/3879
20:01:55FromGitter<mratsim> proliferate? interesting choice of word
20:05:32*Electrux joined #nim
20:09:57*Electrux quit (Ping timeout: 240 seconds)
20:16:30*Electrux joined #nim
20:17:59dom96I appreciate the want to help our community by raising these issues, but man, I bet someone will see this thread and decide against using Nim for their projects :(
20:18:59FromGitter<kayabaNerve> Use Nim. It's great. Issues are generally the user's fault. It's amazing. Compiles to C. Fast. High level. Standard sockets.
20:19:19FromGitter<kayabaNerve> dom96: Just end the thread now that we have that glowing recommendation.
20:19:22FromGitter<kayabaNerve> ez
20:20:57*Electrux quit (Ping timeout: 240 seconds)
20:21:03Yardanico:D
20:21:04Yardanicojust delete it xD
20:21:11Yardanico(of course I'm joking)
20:26:30*Electrux joined #nim
20:31:13*Electrux quit (Ping timeout: 256 seconds)
20:32:43*Trustable quit (Remote host closed the connection)
20:46:31*Electrux joined #nim
20:49:57*natrys quit (Ping timeout: 240 seconds)
20:50:57*Electrux quit (Ping timeout: 260 seconds)
20:56:30*Electrux joined #nim
21:01:15*Electrux quit (Ping timeout: 256 seconds)
21:03:04*natrys joined #nim
21:05:30*Electrux joined #nim
21:09:57*Electrux quit (Ping timeout: 240 seconds)
21:13:10*Vladar quit (Quit: Leaving)
21:16:31*Electrux joined #nim
21:20:51*Electrux quit (Ping timeout: 240 seconds)
21:23:12*Shivelight joined #nim
21:26:30*Electrux joined #nim
21:30:57*Electrux quit (Ping timeout: 240 seconds)
21:35:32*Electrux joined #nim
21:38:27*enthus1ast joined #nim
21:40:21*Electrux quit (Ping timeout: 256 seconds)
21:45:33*Electrux joined #nim
21:46:15FromGitter<Varriount> Hm, how much memory does a set that can contain 2 values take?
21:48:59FromGitter<notTito> *grabs popcorn
21:50:01*Electrux quit (Ping timeout: 265 seconds)
21:53:37*gb00s quit (Quit: The Lounge - https://thelounge.github.io)
21:55:14FromGitter<Varriount> !eval echo sizeof({true})
21:55:16NimBot1
21:55:40FromGitter<Varriount> !eval echo sizeof({true, false})
21:55:42NimBot1
21:56:29*Electrux joined #nim
21:58:01FromGitter<notTito> dataman killed it right there xD
21:58:18FromGitter<notTito> i vote to lock this thread
21:59:15FromGitter<stisa> !eval echo sizeof({1})
21:59:17NimBot8192
22:01:05*Electrux quit (Ping timeout: 260 seconds)
22:01:20FromGitter<notTito> obv someone is trolling
22:06:32*Electrux joined #nim
22:10:57*Electrux quit (Ping timeout: 256 seconds)
22:14:20*natrys quit (Quit: natrys)
22:20:31*sz0 joined #nim
22:26:33*Electrux joined #nim
22:31:25*Electrux quit (Ping timeout: 260 seconds)
22:36:30*Electrux joined #nim
22:41:15*Electrux quit (Ping timeout: 265 seconds)
22:45:40shashlicknope, he's been working with Nim for a while now, not a troll
22:46:29*Electrux joined #nim
22:50:27*yglukhov[i] quit (Ping timeout: 268 seconds)
22:51:24*Electrux quit (Ping timeout: 265 seconds)
22:51:40*enthus1ast quit (Quit: Lost terminal)
22:56:34*Electrux joined #nim
23:00:57*Electrux quit (Ping timeout: 240 seconds)
23:14:34*xet7 quit (Remote host closed the connection)
23:16:31*Electrux joined #nim
23:18:23*craigger quit (Ping timeout: 256 seconds)
23:20:40*craigger joined #nim
23:21:17*Electrux quit (Ping timeout: 268 seconds)
23:23:27*Ven`` joined #nim
23:25:30*Electrux joined #nim
23:30:20*Electrux quit (Ping timeout: 260 seconds)
23:31:16*Ven`` quit (Quit: My MacBook has gone to sleep. ZZZzzz
)
23:31:21*yglukhov[i] joined #nim
23:36:31*Electrux joined #nim
23:41:25*Electrux quit (Ping timeout: 260 seconds)
23:46:04*mwbrown joined #nim
23:49:33*mwbrown quit (Client Quit)
23:52:50*Shivelight quit (Quit: Connection closed for inactivity)
23:53:01*mwbrown joined #nim
23:55:36*Electrux joined #nim