00:00:37 | * | gallicrooster joined #nim |
00:01:53 | * | BlaXpirit quit (Quit: Quit Konversation) |
00:09:34 | * | gsingh93 quit (Ping timeout: 255 seconds) |
00:28:10 | * | HakanD_ joined #nim |
00:32:31 | * | HakanD_ quit (Ping timeout: 256 seconds) |
00:33:24 | * | filcuc quit (Quit: Konversation terminated!) |
00:34:51 | * | filcuc joined #nim |
00:37:44 | * | filcuc quit (Client Quit) |
00:46:18 | * | saml_ joined #nim |
00:48:10 | * | alex99 quit (Ping timeout: 246 seconds) |
01:12:54 | * | gsingh93 joined #nim |
01:15:19 | * | vendethiel quit (Ping timeout: 264 seconds) |
01:23:52 | * | vendethiel joined #nim |
01:46:37 | * | EXetoC quit (Ping timeout: 264 seconds) |
02:39:55 | * | BitPuffin quit (Ping timeout: 264 seconds) |
02:48:43 | * | darkf joined #nim |
03:07:59 | * | gsingh93 quit (Ping timeout: 265 seconds) |
03:09:24 | onionhammer | Varriount is that new sublime-syntax format available yet? |
03:09:41 | * | vendethiel quit (Ping timeout: 248 seconds) |
03:12:59 | * | gallicrooster quit (Remote host closed the connection) |
03:13:20 | * | ChrisMAN quit (Ping timeout: 244 seconds) |
03:20:49 | * | vendethiel joined #nim |
03:21:43 | * | gallicrooster joined #nim |
03:26:24 | * | saml_ quit (Quit: Leaving) |
03:48:32 | * | Kingsquee quit (Ping timeout: 252 seconds) |
03:51:29 | * | ob_ quit (Quit: Connection closed for inactivity) |
03:59:58 | * | brson joined #nim |
04:03:53 | * | vendethiel quit (Ping timeout: 256 seconds) |
04:24:35 | * | vendethiel joined #nim |
04:26:29 | * | Flaise quit (Quit: Leaving.) |
04:41:43 | * | endragor joined #nim |
04:54:58 | * | Varriount_ quit (Read error: Connection reset by peer) |
05:02:46 | * | pafmaf joined #nim |
05:11:08 | * | dewdrop quit (Remote host closed the connection) |
05:15:44 | * | gsingh93 joined #nim |
05:18:54 | * | HakanD_ joined #nim |
05:24:00 | * | HakanD_ quit (Ping timeout: 276 seconds) |
05:24:45 | * | endragor quit (Remote host closed the connection) |
05:28:38 | * | johnsoft quit (Ping timeout: 252 seconds) |
05:29:34 | * | dewdrop joined #nim |
05:43:18 | * | a5i quit (Quit: Connection closed for inactivity) |
05:44:40 | * | zahary joined #nim |
05:44:44 | * | vendethiel quit (Ping timeout: 250 seconds) |
05:48:41 | * | Kingsquee joined #nim |
05:51:16 | * | gallicrooster quit (Remote host closed the connection) |
05:53:08 | * | johnsoft joined #nim |
06:17:49 | * | BlaXpirit joined #nim |
06:19:59 | * | HakanD_ joined #nim |
06:20:37 | * | dewdrop quit (Remote host closed the connection) |
06:21:12 | * | vendethiel joined #nim |
06:24:42 | * | HakanD_ quit (Ping timeout: 265 seconds) |
06:32:18 | * | BlaXpirit quit (Quit: Quit Konversation) |
06:41:05 | * | BlaXpirit joined #nim |
07:04:39 | * | HakanD_ joined #nim |
07:07:25 | * | pafmaf quit (Quit: Verlassend) |
07:09:02 | * | HakanD_ quit (Ping timeout: 256 seconds) |
07:25:28 | * | vendethiel quit (Ping timeout: 244 seconds) |
07:26:19 | fowlmouth | cool i can use parameter constraints to figure out if o.x is a field access or if its really x(o) |
07:28:28 | fowlmouth | stmt{nkDotExpr} vs stmt{nkCall} |
07:30:42 | * | dtscode is now known as nexiia |
07:31:55 | * | nexiia is now known as dtscode |
07:32:35 | * | HakanD_ joined #nim |
07:58:48 | * | dewdrop joined #nim |
08:00:40 | * | HakanD_ quit (Quit: Be back later ...) |
08:05:14 | * | endragor joined #nim |
08:14:14 | * | gsingh93 quit (Ping timeout: 246 seconds) |
08:18:47 | * | endragor quit (Remote host closed the connection) |
08:21:20 | * | HakanD_ joined #nim |
08:24:26 | * | HakanD__ joined #nim |
08:24:49 | * | brson quit (Ping timeout: 245 seconds) |
08:26:08 | HakanD__ | hey |
08:26:37 | HakanD__ | anyone participating in ludum dare? |
08:27:48 | * | HakanD_ quit (Ping timeout: 256 seconds) |
08:29:30 | * | Trustable joined #nim |
08:42:36 | * | endragor joined #nim |
08:44:50 | * | endragor quit (Remote host closed the connection) |
08:45:09 | * | endragor joined #nim |
08:56:13 | * | bcinman quit (Quit: My Mac has gone to sleep. ZZZzzz…) |
09:01:22 | * | vendethiel joined #nim |
09:07:27 | * | cmk_zzz_ joined #nim |
09:07:31 | * | endragor quit (Remote host closed the connection) |
09:13:39 | cmk_zzz_ | hi guys, very new to nim but need RSA (public_encrypt/private_decrypt) and aes crypto operations. Are there any available libraries for these? |
09:23:10 | novist | openssl is wrapped i think |
09:24:50 | * | filcuc joined #nim |
09:26:13 | * | vendethiel quit (Ping timeout: 255 seconds) |
09:26:54 | cmk_zzz_ | novist: I saw that but wasn't sure at all how it works. Does this give me access to all openssl C library functions? I tried import openssl and then rsa = RSA_new() but compiler doesn't find RSA_new() |
09:27:23 | cmk_zzz_ | I've also found openssl_evp so will try to see if that gets me anywhere |
09:28:01 | * | milosn quit (Ping timeout: 255 seconds) |
09:29:56 | novist | cmk_zzz_: see if it has what you need https://github.com/Araq/Nim/blob/devel/lib/wrappers/openssl.nim |
09:32:09 | cmk_zzz_ | novist: thanks, I'll look through it |
09:56:06 | novist | i got this: var bucket: ref KBucket / .. / add_node(bucket[], node). it complains it needs (self: var KBucket, node: Node) but gets (KBucket, ref Node), how come? |
09:56:56 | fowlmouth | says it gets ref Node but it wants Node |
09:57:22 | novist | oh lol.. i was concentrating on first argument. thanks |
09:58:27 | fowlmouth | i think it doesnt report var because it would normally look weird |
09:59:30 | fowlmouth | "need (KBucket, Node), got (var KBucket, ref Node)" would be confusing too :D |
10:00:43 | novist | maybe var should not be anywhere. since it would yield error on assignment when var is missing. so here actually its not relevant |
10:00:54 | novist | but this not matching between need/got turned out to be confusing heh |
10:02:00 | novist | fowlmouth: happen to know if there is any difference between using "proc" and "method"? |
10:05:04 | fowlmouth | methods provide dynamic dispatch |
10:09:44 | fowlmouth | and they cant be generic |
10:34:46 | * | BitPuffin joined #nim |
10:41:58 | * | milosn joined #nim |
10:42:49 | * | endragor joined #nim |
10:48:01 | * | milosn quit (Read error: Connection reset by peer) |
10:48:28 | * | milosn joined #nim |
10:59:46 | * | cmk_zzz_ quit (Ping timeout: 250 seconds) |
11:01:51 | * | milosn quit (Read error: Connection reset by peer) |
11:02:29 | * | milosn joined #nim |
11:12:45 | * | banister quit (Quit: My MacBook has gone to sleep. ZZZzzz…) |
11:16:15 | * | milosn quit (Ping timeout: 256 seconds) |
11:32:11 | * | Kingsquee quit (Quit: Konversation terminated!) |
11:48:16 | * | filcuc quit (Ping timeout: 240 seconds) |
11:56:23 | novist | "So, when using inheritance, be sure to inherit using refs, unless you know what you are doing." |
11:56:28 | novist | anyone care to elaborate why? |
11:56:45 | novist | and whats the difference aside from being objecto n heap vs stack? |
12:02:44 | fowlmouth | if you do var myObj: BaseObj = DerivedObj() you will lose data |
12:04:00 | fowlmouth | I think it will be disallowed soon |
12:04:08 | novist | cause non-ref are copied right |
12:04:11 | novist | so thats the only difference? |
12:04:58 | fowlmouth | no its because DerivedObj has some fields that BaseObj doesnt have so BaseObj is smaller |
12:05:43 | novist | and only sizeof(BaseObj) data is copied |
12:07:47 | fowlmouth | i dunno, you could check the generated c :) |
12:09:36 | * | OnO joined #nim |
12:15:05 | * | filcuc joined #nim |
12:18:31 | * | darkf_ joined #nim |
12:18:38 | * | darkf_ quit (Changing host) |
12:18:38 | * | darkf_ joined #nim |
12:20:23 | * | darkf quit (Ping timeout: 245 seconds) |
12:55:14 | * | johnsoft quit (Ping timeout: 265 seconds) |
12:56:16 | * | JinShil joined #nim |
13:03:23 | * | vendethiel joined #nim |
13:09:54 | * | JinShil quit (Quit: Konversation terminated!) |
13:12:08 | * | BlaXpirit quit (Quit: Quit Konversation) |
13:14:06 | * | BlaXpirit joined #nim |
13:15:44 | * | EXetoC joined #nim |
13:20:33 | * | saml_ joined #nim |
13:37:50 | * | darkf_ is now known as darkf |
13:49:50 | * | milosn joined #nim |
14:20:28 | * | a5i joined #nim |
14:55:19 | * | gallicrooster joined #nim |
14:58:43 | * | HakanD__ quit (Quit: Be back later ...) |
14:59:13 | * | darkf quit (Quit: Leaving) |
15:00:19 | * | gallicrooster quit (Ping timeout: 264 seconds) |
15:04:19 | * | elbow_json joined #nim |
15:04:20 | * | elbow_jason quit (Read error: Connection reset by peer) |
15:04:36 | * | Trustable quit (Ping timeout: 240 seconds) |
15:10:24 | * | Trustable joined #nim |
15:18:51 | * | HakanD__ joined #nim |
15:27:52 | * | banister joined #nim |
15:28:56 | * | milosn quit (Ping timeout: 265 seconds) |
15:31:24 | * | untitaker quit (Ping timeout: 246 seconds) |
15:33:01 | * | untitaker joined #nim |
15:35:23 | * | banister quit (Read error: Connection reset by peer) |
15:36:21 | * | filcuc quit (Quit: Konversation terminated!) |
15:40:45 | * | pidg joined #nim |
15:42:23 | * | bcinman joined #nim |
15:52:14 | * | gallicrooster joined #nim |
15:57:43 | * | gallicrooster quit (Remote host closed the connection) |
16:20:16 | * | Arrrrrr joined #nim |
16:21:10 | Arrrrrr | Hello Nimrod. |
16:21:45 | BlaXpirit | getting pretty annoying |
16:22:03 | BlaXpirit | Hello, Arrrrrrrod |
16:23:05 | Arrrrrr | Me ? |
16:29:42 | * | OnO quit (Quit: My iMac has gone to sleep. ZZZzzz…) |
16:30:48 | HakanD__ | Arrrrrr: I think he is referring to -rod after the "Nim" (: |
16:35:03 | Arrrrrr | And how is that "pretty annoying", nim comes from nimrod anyway, which was x100 a better name. |
16:41:24 | * | banister joined #nim |
16:53:10 | * | OnO joined #nim |
17:03:14 | * | OnO quit (Quit: My iMac has gone to sleep. ZZZzzz…) |
17:04:10 | * | BlaXpirit quit (Read error: Connection reset by peer) |
17:05:15 | * | BlaXpirit joined #nim |
17:21:31 | EXetoC | others disagree. they think they are being insulted |
17:28:07 | Arrrrrr | Well, i'ts a shame |
17:28:54 | * | banister quit (Ping timeout: 250 seconds) |
17:34:02 | * | filcuc joined #nim |
17:41:32 | * | gsingh93 joined #nim |
17:54:32 | * | filcuc quit (Quit: Konversation terminated!) |
17:55:12 | * | HakanD__ quit (Quit: Be back later ...) |
18:01:35 | * | Demon_Fox quit (Quit: Leaving) |
18:18:49 | * | irrequietus joined #nim |
18:19:00 | * | OnO joined #nim |
18:19:41 | * | OnO quit (Client Quit) |
18:25:39 | * | milosn joined #nim |
18:46:16 | * | brson joined #nim |
18:46:34 | * | brson quit (Client Quit) |
18:52:34 | * | BitPuffin quit (Ping timeout: 272 seconds) |
18:52:47 | * | BitPuffin joined #nim |
18:57:35 | Arrrrrr | I suppose the language was named after this Nimrod http://www.wikiwand.com/en/Nimrod. |
18:57:59 | Arrrrrr | Now, it is a shame it had to be renamed because people can spend hours hunting for a bug but not five minutes to read the mythological history of this king. |
18:58:09 | Arrrrrr | Whatever, see you people. |
18:58:12 | * | Arrrrrr quit (Quit: Page closed) |
19:07:43 | * | irrequietus quit () |
19:33:33 | * | gsingh93 quit (Ping timeout: 276 seconds) |
19:34:15 | * | johnsoft joined #nim |
19:39:46 | * | HakanD__ joined #nim |
19:52:11 | * | irrequietus joined #nim |
19:58:34 | * | TEttinger quit (Ping timeout: 256 seconds) |
20:09:21 | * | saml_ quit (Remote host closed the connection) |
20:33:32 | * | brson joined #nim |
20:35:12 | * | brson quit (Client Quit) |
20:44:42 | * | banister joined #nim |
20:44:47 | * | banister quit (Max SendQ exceeded) |
20:45:26 | * | Trustable quit (Remote host closed the connection) |
21:02:31 | * | gallicrooster joined #nim |
21:05:36 | * | Flaise joined #nim |
21:21:17 | * | brson joined #nim |
21:26:41 | * | gallicrooster quit () |
21:53:48 | * | HakanD__ quit (Quit: Be back later ...) |
22:03:57 | * | BitPuffin quit (Ping timeout: 256 seconds) |
22:14:01 | * | BitPuffin joined #nim |
22:14:31 | * | polkm joined #nim |
22:15:44 | * | jeffburdges joined #nim |
22:16:24 | polkm | hey fowl, the unchecked fix worked well, but I'm just getting the numbers 0..vertexCount aoincs the indicies? is this right? the model file shows the indicies boincing around |
22:19:38 | * | jeffburdges quit (Client Quit) |
22:23:56 | * | jeffburdges joined #nim |
22:24:07 | * | jeffburdges quit (Client Quit) |
22:27:58 | polkm | nvm was usng the wrong flags |
22:33:35 | * | HakanD__ joined #nim |
22:39:02 | * | irrequietus quit () |
22:40:26 | * | JinShil joined #nim |
22:49:56 | * | endragor quit (Ping timeout: 246 seconds) |
23:14:06 | * | BlaXpirit quit (Quit: Quit Konversation) |
23:32:53 | * | bcinman quit (Ping timeout: 252 seconds) |
23:37:47 | * | Kingsquee joined #nim |
23:43:54 | * | HakanD__ quit (Quit: Be back later ...) |