00:11
jenrzzz has quit [Ping timeout: 252 seconds]
00:14
esp32_prog has joined #ruby
00:15
tdy has quit [Ping timeout: 272 seconds]
00:19
esp32_prog has quit [Ping timeout: 252 seconds]
00:21
[rg] has quit [Quit: [rg]]
00:24
eletious has quit [Ping timeout: 272 seconds]
00:30
jenrzzz has joined #ruby
00:37
evdubs has quit [Remote host closed the connection]
00:39
ricardo has joined #ruby
00:39
evdubs has joined #ruby
00:41
Harlin has joined #ruby
00:42
SeepingN has quit [Quit: The system is going down for reboot NOW!]
00:45
hightower3 has quit [Ping timeout: 246 seconds]
00:46
ricardo is now known as [rg]
00:47
AJA4350 has quit [Ping timeout: 252 seconds]
00:54
d10n-work has quit [Quit: Connection closed for inactivity]
00:54
troulouliou_div2 has joined #ruby
00:58
AJA4350 has joined #ruby
00:59
houhoulis has quit [Remote host closed the connection]
01:04
dbz has joined #ruby
01:09
dbz has quit [Ping timeout: 272 seconds]
01:16
fphilipe has joined #ruby
01:18
<
haxx0r >
how to encrypt a file with a public key (and somewhere else decrypt with privatekey)? i can't find it
01:20
<
havenwood >
haxx0r: Do you want to use a gem or do it with the stdlib?
01:21
<
haxx0r >
i don't mind a gem.
01:21
<
haxx0r >
i need to protect some fields in production, after we used the data to work with
01:21
fphilipe has quit [Ping timeout: 248 seconds]
01:21
<
haxx0r >
we also upload a screenshot with sensitive data for the user, but 3 days after we want also to decrypt it
01:22
<
haxx0r >
so in case lawenforcement shows up they get encrypted data
01:25
<
haxx0r >
i'm ready the docs right now
01:33
<
haxx0r >
i dont get it
01:33
<
haxx0r >
i dont know how to use it for a file
01:33
<
haxx0r >
maybe better we just delete the files :P
01:35
bambanx has quit [Quit: Leaving]
01:36
<
havenwood >
haxx0r: You can just put the bytes of the file in the payload, then encrypt them. You could Base64 them first, but you shouldn't have to.
01:37
duderonomy has joined #ruby
01:38
duderonomy has quit [Client Quit]
01:39
<
brool >
you just want to encrypt a file?
01:39
<
haxx0r >
ya, with my publickey
01:39
<
brool >
why not just use openssl on the command line
01:39
<
haxx0r >
good question
01:41
<
haxx0r >
openssl enc -aes-256-cbc -salt -in SECRET_FILE -out SECRET_FILE.enc -pass file:./key.bin
01:41
<
haxx0r >
that command?
01:45
<
haxx0r >
echo "test" > test.txt
01:45
<
haxx0r >
openssl enc -aes-256-cbc -in test.txt -out test.txt -pass file:./public.pub
01:45
<
haxx0r >
this seems to work, no error
01:45
<
haxx0r >
but i go for decrypting it: openssl enc -d -aes-256-cbc -in test.txt -out test.ori.txt -pass file:./private.key
01:46
<
haxx0r >
it's throwing erro
01:46
<
havenwood >
haxx0r: You can use OpenSSL in Ruby. Are you doing this from Ruby or is the command line or other languages fine as well?
01:46
codefriar has joined #ruby
01:46
<
havenwood >
ah, okay
01:46
<
haxx0r >
lemme try from ruby. might be easier
01:47
troulouliou_div2 has quit [Ping timeout: 246 seconds]
01:48
dbz has joined #ruby
01:49
aferreira has quit [Ping timeout: 248 seconds]
01:49
dbz has quit [Remote host closed the connection]
01:49
dbz has joined #ruby
01:49
dbz has quit [Remote host closed the connection]
01:52
tdy has joined #ruby
01:54
eletious has joined #ruby
01:58
aferreira has joined #ruby
01:59
eletious has quit [Ping timeout: 272 seconds]
02:02
llua has quit [Quit: <Rudolph> shell code is what greycat reads to kids when he tucks them in]
02:02
esp32_prog has joined #ruby
02:03
llua has joined #ruby
02:04
AJA4350 has quit [Quit: AJA4350]
02:05
troulouliou_div2 has joined #ruby
02:07
esp32_prog has quit [Ping timeout: 252 seconds]
02:12
tdy has quit [Ping timeout: 245 seconds]
02:16
mcspud has quit [Ping timeout: 250 seconds]
02:17
quarters has quit [Ping timeout: 250 seconds]
02:18
mosh has quit [Ping timeout: 248 seconds]
02:18
dar123 has quit [Ping timeout: 248 seconds]
02:20
quarters has joined #ruby
02:20
thistledown has joined #ruby
02:21
mcspud has joined #ruby
02:22
mosh has joined #ruby
02:35
jenrzzz has quit [Ping timeout: 272 seconds]
02:37
gix- has quit [Ping timeout: 248 seconds]
02:51
thistledown has quit [Ping timeout: 248 seconds]
02:52
thistledown has joined #ruby
02:55
houhoulis has joined #ruby
02:58
troulouliou_div2 has quit [Ping timeout: 252 seconds]
02:59
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
03:03
cerulean has joined #ruby
03:05
braincrash has quit [Quit: bye bye]
03:07
cerulean has quit [Ping timeout: 248 seconds]
03:10
braincrash has joined #ruby
03:12
jenrzzz has joined #ruby
03:16
haxx0r has quit [Ping timeout: 248 seconds]
03:17
fphilipe has joined #ruby
03:20
jenrzzz has quit [Ping timeout: 248 seconds]
03:21
fphilipe has quit [Ping timeout: 252 seconds]
03:22
tdy has joined #ruby
03:23
jenrzzz has joined #ruby
03:26
[rg] has quit [Quit: [rg]]
03:42
Swyper has joined #ruby
03:51
esp32_prog has joined #ruby
03:51
Swyper has quit [Remote host closed the connection]
03:55
eletious has joined #ruby
03:55
esp32_prog has quit [Ping timeout: 248 seconds]
04:00
eletious has quit [Ping timeout: 272 seconds]
04:09
galaxie has quit [Remote host closed the connection]
04:09
galaxie has joined #ruby
04:11
brool has quit [Ping timeout: 252 seconds]
04:12
Swyper has joined #ruby
04:15
Swyper has quit [Remote host closed the connection]
04:19
thistledown has quit [Ping timeout: 258 seconds]
04:22
pabs has quit [Ping timeout: 268 seconds]
04:24
thistledown has joined #ruby
04:34
kyrylo has joined #ruby
04:38
dbz has joined #ruby
04:38
mac_ava has quit [Ping timeout: 258 seconds]
04:39
thistledown has quit [Quit: Leaving]
04:39
pabs has joined #ruby
04:46
ur5us has quit [Remote host closed the connection]
04:57
schne1der has joined #ruby
04:59
dellavg_ has quit [Ping timeout: 246 seconds]
05:08
fphilipe has joined #ruby
05:09
abaiste^ has quit []
05:12
tsrt^ has joined #ruby
05:21
qladstone has joined #ruby
05:24
Ai9zO5AP has joined #ruby
05:24
sauvin has joined #ruby
05:30
Swyper has joined #ruby
05:30
Swyper has quit [Remote host closed the connection]
05:38
ur5us has joined #ruby
05:39
ur5us has quit [Read error: Connection reset by peer]
05:39
esp32_prog has joined #ruby
05:39
ur5us has joined #ruby
05:41
houhoulis has quit [Remote host closed the connection]
05:42
houhoulis has joined #ruby
05:42
houhoulis has quit [Remote host closed the connection]
05:43
schne1der has quit [Ping timeout: 258 seconds]
05:44
haxx0r has joined #ruby
05:44
esp32_prog has quit [Ping timeout: 258 seconds]
05:50
bga57 has quit [Quit: Leaving.]
05:50
ur5us has quit [Remote host closed the connection]
05:52
bga57 has joined #ruby
05:56
eletious has joined #ruby
05:59
jenrzzz has quit [Ping timeout: 252 seconds]
06:00
eletious has quit [Ping timeout: 244 seconds]
06:05
duderonomy has joined #ruby
06:07
Emmanuel_Chanel has quit [Read error: Connection reset by peer]
06:10
Emmanuel_Chanel has joined #ruby
06:15
dbz has quit [Remote host closed the connection]
06:21
jenrzzz has joined #ruby
06:24
reber has joined #ruby
06:26
fphilipe has quit [Ping timeout: 248 seconds]
06:32
andikr has joined #ruby
06:37
dbz has joined #ruby
06:41
dbz has quit [Ping timeout: 246 seconds]
06:42
hightower3 has joined #ruby
06:43
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
06:45
fphilipe has joined #ruby
06:51
krandi has joined #ruby
06:58
krandi has quit [Remote host closed the connection]
07:03
dbz has joined #ruby
07:04
tdy has quit [Ping timeout: 258 seconds]
07:04
BTRE has quit [Ping timeout: 244 seconds]
07:08
BTRE has joined #ruby
07:09
cerulean has joined #ruby
07:13
cerulean has quit [Ping timeout: 246 seconds]
07:16
queip has quit [Ping timeout: 245 seconds]
07:16
Emmanuel_Chanel has quit [Ping timeout: 272 seconds]
07:16
Emmanuel_Chanel_ has joined #ruby
07:16
Emmanuel_Chanel_ has quit [Remote host closed the connection]
07:21
jenrzzz has quit [Ping timeout: 272 seconds]
07:23
queip has joined #ruby
07:25
Emmanuel_Chanel has joined #ruby
07:27
esp32_prog has joined #ruby
07:28
dbz has quit [Remote host closed the connection]
07:29
rippa has joined #ruby
07:32
esp32_prog has quit [Ping timeout: 245 seconds]
07:35
lunarkitty7 has quit [Ping timeout: 252 seconds]
07:45
esp32_prog has joined #ruby
07:49
dbz has joined #ruby
07:51
iNs_ has quit [Remote host closed the connection]
07:51
iNs has joined #ruby
07:53
dbz has quit [Ping timeout: 244 seconds]
07:54
mikecmpbll has joined #ruby
07:54
vondruch has quit [Quit: vondruch]
07:55
vondruch has joined #ruby
07:56
jenrzzz has joined #ruby
07:58
staticx has joined #ruby
07:58
vondruch has quit [Client Quit]
08:00
Jonopoly has joined #ruby
08:00
exmortus has quit [Ping timeout: 246 seconds]
08:02
vondruch has joined #ruby
08:04
dviola has quit [Quit: WeeChat 2.4]
08:05
hrhsh has joined #ruby
08:05
deepredsky has joined #ruby
08:06
vondruch has quit [Client Quit]
08:08
schne1der has joined #ruby
08:09
hrhsh has quit [Client Quit]
08:13
ur5us has joined #ruby
08:14
klarrimore_ has joined #ruby
08:18
PaddyF has quit [Ping timeout: 248 seconds]
08:20
znz_jp has quit [Remote host closed the connection]
08:25
znz_jp has joined #ruby
08:26
kyrylo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
08:33
Swyper has joined #ruby
08:36
PaddyF has joined #ruby
08:37
Swyper has quit [Ping timeout: 248 seconds]
08:38
jefffrails35 has joined #ruby
08:45
eletious has joined #ruby
08:49
jenrzzz has quit [Ping timeout: 248 seconds]
08:49
eletious has quit [Ping timeout: 258 seconds]
08:50
queip has quit [Ping timeout: 244 seconds]
08:50
ur5us has quit [Read error: Connection reset by peer]
08:50
ur5us has joined #ruby
08:52
dbz has joined #ruby
08:52
klarrimore__ has joined #ruby
08:54
klarrimore_ has quit [Ping timeout: 248 seconds]
08:57
clemens3 has joined #ruby
08:57
dbz has quit [Ping timeout: 248 seconds]
08:59
queip has joined #ruby
09:00
klarrimore__ has quit [Ping timeout: 248 seconds]
09:00
sameerynho has joined #ruby
09:01
dhollin has joined #ruby
09:01
qladstone has quit [Ping timeout: 256 seconds]
09:03
dhollin3 has quit [Ping timeout: 258 seconds]
09:03
roblucas has joined #ruby
09:07
tdy has joined #ruby
09:10
Furai has quit [Quit: WeeChat 2.4]
09:11
imadper has quit [Remote host closed the connection]
09:14
deepreds1 has joined #ruby
09:17
deepredsky has quit [Ping timeout: 248 seconds]
09:18
Furai has joined #ruby
09:19
jenrzzz has joined #ruby
09:19
imadper has joined #ruby
09:34
AJA4350 has joined #ruby
09:34
dbz has joined #ruby
09:35
rbanffy has joined #ruby
09:36
vondruch has joined #ruby
09:39
dbz has quit [Ping timeout: 248 seconds]
09:39
tdy has quit [Ping timeout: 272 seconds]
09:40
klarrimore__ has joined #ruby
09:44
deepredsky has joined #ruby
09:44
deepreds1 has quit [Ping timeout: 248 seconds]
09:48
Arahael has quit [Ping timeout: 258 seconds]
09:50
klarrimore_ has joined #ruby
09:51
Arahael has joined #ruby
09:52
klarrimore__ has quit [Ping timeout: 248 seconds]
09:53
jenrzzz has quit [Ping timeout: 268 seconds]
09:54
klarrimore_ is now known as klarrimore
10:01
<
Jonopoly >
got 80% of website tested using ruby
10:01
<
Jonopoly >
website is java/react
10:01
<
Jonopoly >
trying to convince other devs its just quicker/lighter with ruby T_T
10:02
<
Jonopoly >
highly unlikely could java perform these tasks this small..
10:10
klarrimore has quit [Ping timeout: 248 seconds]
10:13
jenrzzz has joined #ruby
10:16
dbz has joined #ruby
10:20
roblucas has quit [Quit: Leaving]
10:21
dbz has quit [Ping timeout: 248 seconds]
10:28
troulouliou_div2 has joined #ruby
10:28
clemens3 has quit [Quit: WeeChat 1.6]
10:30
UncleCid__ has joined #ruby
10:30
jenrzzz has quit [Ping timeout: 272 seconds]
10:34
pwnd_nsfw` has quit [Ping timeout: 272 seconds]
10:34
ams__ has joined #ruby
10:36
jenrzzz has joined #ruby
10:37
ur5us has quit [Remote host closed the connection]
10:38
AJA4350 has quit [Ping timeout: 245 seconds]
10:43
jenrzzz has quit [Ping timeout: 248 seconds]
10:46
eletious has joined #ruby
10:51
eletious has quit [Ping timeout: 248 seconds]
10:52
esp32_prog has quit [Ping timeout: 246 seconds]
10:54
AJA4350 has joined #ruby
10:57
rbanffy has quit [Quit: rbanffy]
10:59
Swyper has joined #ruby
11:05
jenrzzz has joined #ruby
11:08
GodFather has joined #ruby
11:16
cerulean has joined #ruby
11:19
dbz has joined #ruby
11:20
esp32_prog has joined #ruby
11:20
cerulean has quit [Ping timeout: 252 seconds]
11:24
dbz has quit [Ping timeout: 252 seconds]
11:25
esp32_prog has quit [Ping timeout: 248 seconds]
11:34
phaul has quit [Quit: :wq]
11:38
jenrzzz has quit [Ping timeout: 245 seconds]
11:42
Emmanuel_Chanel has quit [Read error: Connection reset by peer]
11:43
Emmanuel_Chanel has joined #ruby
11:45
Swyper has quit [Remote host closed the connection]
11:48
cow[moo] has joined #ruby
11:55
esp32_prog has joined #ruby
12:03
phaul has joined #ruby
12:06
stryek has joined #ruby
12:09
tdy has joined #ruby
12:10
kyrylo has joined #ruby
12:13
jenrzzz has joined #ruby
12:15
<
KrzaQ >
I'm on Windows, and TCPSocket.new seems to take a bit over 1 second to create a socket, consistently
12:16
<
KrzaQ >
am I doing something wrong?
12:19
eletious has joined #ruby
12:19
<
KrzaQ >
hm, it seems that when I change 'localhost' to '127.0.0.1' it drops dramatically, to ~15-20ms
12:20
<
KrzaQ >
possibly timer resolution
12:20
andikr has quit [Remote host closed the connection]
12:23
eletious has quit [Ping timeout: 248 seconds]
12:30
<
KrzaQ >
well, thanks for being good ducks :)
12:30
<
KrzaQ >
it works great now
12:42
tdy has quit [Ping timeout: 258 seconds]
12:47
jenrzzz has quit [Ping timeout: 268 seconds]
12:48
ricekrispie has joined #ruby
12:51
zodd has joined #ruby
12:51
zodd is now known as Guest36380
12:55
Guest36380 is now known as zodd_
13:04
dbz has joined #ruby
13:09
dbz has quit [Ping timeout: 248 seconds]
13:14
zodd_ has quit [Read error: Connection reset by peer]
13:15
queip has quit [Ping timeout: 248 seconds]
13:18
jcalla has joined #ruby
13:19
jenrzzz has joined #ruby
13:22
queip has joined #ruby
13:23
yasumi2136 has joined #ruby
13:24
tdy has joined #ruby
13:30
tdy has quit [Ping timeout: 246 seconds]
13:35
vondruch has left #ruby [#ruby]
13:35
clemens3 has joined #ruby
13:36
vondruch has joined #ruby
13:36
vondruch has quit [Read error: Connection reset by peer]
13:37
queip has quit [Ping timeout: 272 seconds]
13:38
dbugger has joined #ruby
13:41
spiette has joined #ruby
13:42
schne1der has quit [Ping timeout: 272 seconds]
13:43
vondruch has joined #ruby
13:47
tdy has joined #ruby
13:48
queip has joined #ruby
13:52
tdy has quit [Ping timeout: 258 seconds]
13:52
jenrzzz has quit [Ping timeout: 245 seconds]
13:55
mkaito- has joined #ruby
13:56
mkaito- is now known as mkaito
13:56
mkaito has quit [Changing host]
13:56
mkaito has joined #ruby
13:57
alem0lars has joined #ruby
13:58
queip has quit [Ping timeout: 268 seconds]
14:00
vondruch_ has joined #ruby
14:00
dysp has joined #ruby
14:01
jeremycw has joined #ruby
14:01
tdy has joined #ruby
14:02
vondruch has quit [Ping timeout: 268 seconds]
14:02
vondruch_ is now known as vondruch
14:04
queip has joined #ruby
14:04
Rapture has joined #ruby
14:09
dbz has joined #ruby
14:10
hightower3 has quit [Ping timeout: 258 seconds]
14:13
dbz has quit [Ping timeout: 272 seconds]
14:13
i9zO5AP has joined #ruby
14:16
Ai9zO5AP has quit [Ping timeout: 252 seconds]
14:17
dante has quit [Ping timeout: 245 seconds]
14:17
alem0lars has quit [Ping timeout: 272 seconds]
14:23
jenrzzz has joined #ruby
14:25
iliaskarim has joined #ruby
14:28
queip has quit [Ping timeout: 248 seconds]
14:31
octos has joined #ruby
14:32
Harlin has quit [Quit: leaving]
14:34
queip has joined #ruby
14:35
zapata has quit [Read error: Connection reset by peer]
14:36
zapata has joined #ruby
14:36
<
Nikhil_Singhal >
Does anyone know how to implement pascal triangle?
14:36
<
phaul >
Nikhil_Singhal: what do you have so far?
14:37
rsh_ has joined #ruby
14:37
<
Nikhil_Singhal >
I just how pascal triangle works
14:37
<
Nikhil_Singhal >
Im trying from like 4-5 hours count code it
14:37
matheusmoreira has joined #ruby
14:38
<
phaul >
can you construct row n+1 from row n? Then it's just a recursion
14:38
<
Nikhil_Singhal >
I didn't get you
14:39
<
phaul >
imagine you have pascal_triangle(n). can you append stuff to it to extend it to be pascal_triangle(n+1) ?
14:39
<
Nikhil_Singhal >
What im able to do so far is
14:39
klarrimore has joined #ruby
14:40
<
Nikhil_Singhal >
11
14:40
<
Nikhil_Singhal >
111
14:40
<
Nikhil_Singhal >
1111
14:40
<
Nikhil_Singhal >
11111
14:40
<
Nikhil_Singhal >
This thing only
14:40
<
Nikhil_Singhal >
Tbh
14:42
<
phaul >
def pascal_triangle(n) ; if n == 1; then [[1]] else prev=pascal_trianlge(n-1); prev + (extend_last_row(prev[-1]); end
14:43
klarrimore has quit [Read error: Connection reset by peer]
14:43
<
phaul >
where extend_last_row just constructs the new row from the last row of the already existing smaller triangle
14:44
<
Nikhil_Singhal >
Okay lemme try thank you
14:45
alem0lars has joined #ruby
14:45
Inline has joined #ruby
14:50
alem0lars has quit [Ping timeout: 268 seconds]
14:53
Harlin has joined #ruby
14:54
happyhans has joined #ruby
14:57
jenrzzz has quit [Ping timeout: 258 seconds]
15:05
clemens3 has quit [Quit: WeeChat 1.6]
15:06
lunarkitty7 has joined #ruby
15:12
dysp has quit [Remote host closed the connection]
15:14
queip has quit [Ping timeout: 252 seconds]
15:14
octos has quit [Ping timeout: 248 seconds]
15:16
cthulchu_ has joined #ruby
15:19
queip has joined #ruby
15:21
PaddyF has left #ruby ["bbl"]
15:21
grilix has joined #ruby
15:25
brool has joined #ruby
15:26
cerulean has joined #ruby
15:30
fphilipe has quit [Ping timeout: 248 seconds]
15:31
cerulean has quit [Ping timeout: 246 seconds]
15:31
jenrzzz has joined #ruby
15:33
dbz has joined #ruby
15:37
dbz has quit [Ping timeout: 244 seconds]
15:41
<
Seance[m] >
Hi, I'm hoping someone can ELI5 this line of code
15:41
<
Seance[m] >
if string[0] == string[-1]
15:41
<
Seance[m] >
palindrome(string[1..-2])
15:41
<
Seance[m] >
This is a small snippet from a recursive function
15:42
<
Seance[m] >
I'm not sure how the end condition of checking the palindrom is progressed by this piece of code
15:42
<
Seance[m] >
I see that string[0] and [-1] check for the equality of the first and last character
15:43
<
Seance[m] >
but how does the range passed as an argument progress?
15:43
<
Seance[m] >
does ruby check the relationship in the range and continue to loop through progressively?
15:44
<
phaul >
you are checking palindromeness on a string that is 2 chars shorter ( removed first and last ) so it progresses towards the empty string
15:44
<
Seance[m] >
so it knows the next check would be string[2..-3] etc.
15:44
<
Seance[m] >
ooooooooooooooooooooh
15:44
<
Seance[m] >
Thank you phaul!
15:46
<
phaul >
well it just keeps calling palindrome to decide if the next shorter string is palindrome. At some point it calls itself wit the empty string, which I assume handled in this function as well
15:47
deathwishdave has joined #ruby
15:47
AJA4350 has quit [Ping timeout: 248 seconds]
15:47
al2o3-cr has quit [Quit: If the universe is a machine where the future is uniquely determined by its present state, it would not be possible to calculate what the future will be.]
15:47
<
phaul >
one has to be careful about the edge cases especially ending with 1 character string at the end.
15:48
<
Seance[m] >
Yeah, the empty string was handled in un snippeted parts, that was the only piece I didn't understand, and I didn't want to violate the code pasting length stuff
15:48
<
deathwishdave >
however, I am translating it to C++, which does not support look-around assertions:
15:49
<
deathwishdave >
is there an alternative regexp that does not use look-around assertions please?
15:49
queip has quit [Ping timeout: 248 seconds]
15:51
alem0lars has joined #ruby
15:55
<
havenwood >
deathwishdave: We could give you lots of solutions in Ruby, but you want C++, right?
15:55
<
havenwood >
deathwishdave: One option is boost::regex, but a C++ channel would probably be a better place to ask.
15:55
<
deathwishdave >
yeah, asked here as regexp experts reside
15:55
queip has joined #ruby
15:56
alem0lars has quit [Remote host closed the connection]
15:57
dar123 has joined #ruby
15:58
al2o3-cr has joined #ruby
15:58
GodFather has quit [Ping timeout: 245 seconds]
16:00
Jonopoly has quit [Quit: WeeChat 2.4]
16:00
jenrzzz has quit [Ping timeout: 248 seconds]
16:02
esp32_prog has quit [Ping timeout: 244 seconds]
16:03
fphilipe has joined #ruby
16:04
octos has joined #ruby
16:04
orbyt_ has joined #ruby
16:06
AJA4350 has joined #ruby
16:07
fphilipe has quit [Ping timeout: 248 seconds]
16:10
queip has quit [Ping timeout: 248 seconds]
16:12
xfbs has joined #ruby
16:18
schne1der has joined #ruby
16:20
queip has joined #ruby
16:23
eletious has joined #ruby
16:23
iNs has quit [Remote host closed the connection]
16:23
iNs has joined #ruby
16:25
SeepingN has joined #ruby
16:26
iliaskarim has quit [Ping timeout: 248 seconds]
16:30
esp32_prog has joined #ruby
16:32
dbugger has quit [Remote host closed the connection]
16:32
dbugger has joined #ruby
16:34
mikecmpbll has quit [Quit: inabit. zz.]
16:36
esp32_prog has quit [Ping timeout: 272 seconds]
16:40
dbz has joined #ruby
16:40
themsay has quit [Ping timeout: 268 seconds]
16:40
dbz has quit [Remote host closed the connection]
16:41
dbz has joined #ruby
16:41
dbz has quit [Read error: Connection reset by peer]
16:42
dbz has joined #ruby
16:42
tdy has quit [Ping timeout: 248 seconds]
16:43
tdy has joined #ruby
16:43
iliaskarim has joined #ruby
16:47
laaron has joined #ruby
16:50
queip has quit [Ping timeout: 248 seconds]
16:56
jenrzzz has joined #ruby
16:57
queip has joined #ruby
17:03
Emmanuel_Chanel has quit [Quit: Leaving]
17:03
jenrzzz has quit [Ping timeout: 248 seconds]
17:09
dbugger has quit [Quit: Leaving]
17:10
nowhereman has joined #ruby
17:15
AJA4350 has quit [Ping timeout: 248 seconds]
17:20
moei has joined #ruby
17:23
grilix has quit [Quit: Ooops]
17:26
octos has quit [Ping timeout: 244 seconds]
17:29
cadeskywalker has quit [Ping timeout: 258 seconds]
17:34
octos has joined #ruby
17:35
octos has quit [Remote host closed the connection]
17:36
octos has joined #ruby
17:36
brendan- has quit [Ping timeout: 272 seconds]
17:38
duderonomy has joined #ruby
17:40
octos has quit [Ping timeout: 248 seconds]
17:42
queip has quit [Ping timeout: 244 seconds]
17:43
cadeskywalker has joined #ruby
17:45
nowhere_man has joined #ruby
17:45
nowhereman has quit [Ping timeout: 258 seconds]
17:46
gix has joined #ruby
17:47
esp32_prog has joined #ruby
17:47
leah2 has quit [Ping timeout: 248 seconds]
17:48
dar123 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
17:49
queip has joined #ruby
17:50
kyrylo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
17:51
brendan- has joined #ruby
17:52
esp32_prog has quit [Ping timeout: 272 seconds]
17:52
octos has joined #ruby
17:53
dbz has quit [Remote host closed the connection]
17:58
LtHummus has joined #ruby
18:04
fphilipe has joined #ruby
18:04
jenrzzz has joined #ruby
18:07
ravenous_ has joined #ruby
18:07
happyhans has quit [Ping timeout: 256 seconds]
18:08
fphilipe has quit [Ping timeout: 248 seconds]
18:09
Emmanuel_Chanel has joined #ruby
18:15
octos has quit [Ping timeout: 272 seconds]
18:15
dar123 has joined #ruby
18:16
octos has joined #ruby
18:16
SeepingN has quit [Quit: The system is going down for reboot NOW!]
18:17
leah2 has joined #ruby
18:20
octos has quit [Ping timeout: 268 seconds]
18:22
themsay has joined #ruby
18:29
sauvin has quit [Ping timeout: 252 seconds]
18:32
themsay has quit [Ping timeout: 272 seconds]
18:34
gix has quit [Ping timeout: 244 seconds]
18:35
rbanffy has joined #ruby
18:35
gix has joined #ruby
18:35
tdy has quit [Read error: Connection reset by peer]
18:36
tdy has joined #ruby
18:36
zeamp has quit [Ping timeout: 268 seconds]
18:38
leah2 has quit [Ping timeout: 272 seconds]
18:40
zeamp has joined #ruby
18:40
dar123 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
18:43
klarrimore has joined #ruby
18:44
brool has quit [Ping timeout: 252 seconds]
18:46
rafadc has quit [Read error: Connection reset by peer]
18:48
rafadc has joined #ruby
18:50
klarrimore has quit [Ping timeout: 246 seconds]
18:51
jasmin has joined #ruby
18:52
deathwishdave has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
18:53
leah2 has joined #ruby
18:58
queip has quit [Ping timeout: 258 seconds]
18:58
sameerynho has quit [Ping timeout: 244 seconds]
18:59
Leopere has joined #ruby
19:02
jenrzzz has quit [Ping timeout: 248 seconds]
19:03
sameerynho has joined #ruby
19:04
queip has joined #ruby
19:06
themsay has joined #ruby
19:12
hiroaki has joined #ruby
19:14
ghormoon has quit [Remote host closed the connection]
19:15
ghormoon has joined #ruby
19:18
ghormoon has quit [Remote host closed the connection]
19:19
ghormoon has joined #ruby
19:20
zeamp has quit [Quit: ze]
19:20
zeamp has joined #ruby
19:20
zeamp has quit [Remote host closed the connection]
19:24
schne1der has quit [Ping timeout: 246 seconds]
19:27
ghormoon has quit [Remote host closed the connection]
19:29
yasumi2136 has quit [Quit: Konversation terminated!]
19:35
cerulean has joined #ruby
19:35
esp32_prog has joined #ruby
19:36
jasmin_ has joined #ruby
19:38
jasmin has quit [Ping timeout: 248 seconds]
19:39
cerulean has quit [Ping timeout: 245 seconds]
19:39
miah has quit [Quit: DevOps? DerpOps maybe!]
19:39
miah has joined #ruby
19:40
esp32_prog has quit [Ping timeout: 272 seconds]
19:43
reber has quit [Remote host closed the connection]
19:44
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
19:50
gix has quit [Disconnected by services]
19:51
gix has joined #ruby
20:01
brool has joined #ruby
20:04
fphilipe has joined #ruby
20:06
jenrzzz has joined #ruby
20:06
jasmin_ has quit [Remote host closed the connection]
20:06
jasmin_ has joined #ruby
20:08
fphilipe has quit [Ping timeout: 248 seconds]
20:09
jasmin__ has joined #ruby
20:13
jasmin_ has quit [Ping timeout: 246 seconds]
20:25
gix has quit [Disconnected by services]
20:25
gix- has joined #ruby
20:25
octos has joined #ruby
20:28
i9zO5AP has quit [Quit: WeeChat 2.4]
20:30
<
havenwood >
VSpike: They both attempt to, but #to_json was implemented and #to_xml was not on svc.
20:32
<
havenwood >
VSpike: svc.respond_to? :to_xml #=> false
20:32
<
havenwood >
VSpike: svc.respond_to? :to_json #=> true
20:32
<
havenwood >
VSpike: (I'm assuming.)
20:34
jasmin__ has quit [Read error: Connection reset by peer]
20:36
catbusters has joined #ruby
20:37
jasmin has joined #ruby
20:39
<
havenwood >
Sanity check with: svc.define_singleton_method(:to_xml) { attributes.to_xml }
20:39
<
havenwood >
If it then works, you know why.
20:40
ravenous_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
20:41
jasmin_ has joined #ruby
20:42
sameerynho has quit [Ping timeout: 272 seconds]
20:43
jasmin has quit [Ping timeout: 248 seconds]
20:47
rsh_ has quit [Ping timeout: 272 seconds]
20:47
AJA4350 has joined #ruby
20:50
Seich has joined #ruby
20:51
ur5us has joined #ruby
20:59
Freshnuts has joined #ruby
21:00
hightower3 has joined #ruby
21:02
ErhardtMundt_ has quit [Remote host closed the connection]
21:02
laaron- has joined #ruby
21:02
cthu| has joined #ruby
21:03
ErhardtMundt has joined #ruby
21:03
jasmin_ has quit [Read error: Connection reset by peer]
21:03
jasmin_ has joined #ruby
21:04
laaron has quit [Remote host closed the connection]
21:05
cthulchu_ has quit [Ping timeout: 248 seconds]
21:06
jefffrails35 has quit [Ping timeout: 268 seconds]
21:08
jasmin_ has quit [Remote host closed the connection]
21:08
haxx0r has quit [Ping timeout: 252 seconds]
21:08
jasmin_ has joined #ruby
21:08
vulski has quit [Quit: WeeChat 2.4]
21:08
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
21:11
jasmin_ has quit [Read error: Connection reset by peer]
21:11
jasmin has joined #ruby
21:12
orbyt_ has joined #ruby
21:13
Swyper has joined #ruby
21:15
orbyt_ has quit [Client Quit]
21:16
Swyper has quit [Remote host closed the connection]
21:16
wallace_mu has joined #ruby
21:17
jasmin has quit [Ping timeout: 246 seconds]
21:23
jasmin has joined #ruby
21:23
esp32_prog has joined #ruby
21:26
mikecmpbll has joined #ruby
21:26
jenrzzz has quit [Ping timeout: 268 seconds]
21:28
esp32_prog has quit [Ping timeout: 272 seconds]
21:30
jasmin has quit [Read error: Connection reset by peer]
21:30
jasmin_ has joined #ruby
21:31
weteamsteve has joined #ruby
21:32
iliaskarim has quit [Quit: leaving]
21:32
jenrzzz has joined #ruby
21:33
deathwishdave has joined #ruby
21:35
ricardo_ has joined #ruby
21:35
ricardo_ is now known as [rg]
21:39
GodFather has joined #ruby
21:42
themsay has quit [Read error: Connection reset by peer]
21:43
SuperLag has quit [Remote host closed the connection]
21:45
themsay has joined #ruby
21:45
weteamsteve1 has joined #ruby
21:46
fphilipe has joined #ruby
21:47
jeremycw has quit [Ping timeout: 244 seconds]
21:49
hightower2 has joined #ruby
21:50
<
VSpike >
havenwood: looks like you were spot on ... thanks!
21:51
fphilipe has quit [Ping timeout: 248 seconds]
21:51
queip has quit [Ping timeout: 268 seconds]
21:52
nomercy has joined #ruby
21:52
<
nomercy >
hello guys
21:52
hightower3 has quit [Ping timeout: 248 seconds]
21:52
<
nomercy >
i have a problem with Net::FTP library, in tls mode
21:53
<
nomercy >
it incorrectly works, getting previous command response as current
21:55
<
nomercy >
for example when it passes "PROT P" command, output is from previous one, "200 Command PBSZ okay" :D
21:55
<
nomercy >
it's true for MRI 2.5.3p105
21:57
iNs has quit [Remote host closed the connection]
21:57
<
nomercy >
any suggestions how to deal with it?
21:58
iNs has joined #ruby
21:58
queip has joined #ruby
21:59
<
nomercy >
server itself is ok, i just checked it with ncat
22:01
rbanffy has quit [Quit: rbanffy]
22:03
orbyt_ has joined #ruby
22:05
mooe has joined #ruby
22:05
weteamsteve1 has quit [Quit: Leaving]
22:06
wallace_mu has quit [Remote host closed the connection]
22:06
SeepingN has joined #ruby
22:07
wallace_mu has joined #ruby
22:07
deathwishdave has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
22:11
wallace_mu has quit [Ping timeout: 244 seconds]
22:20
ghormoon has joined #ruby
22:20
ghormoon has quit [Remote host closed the connection]
22:22
ghormoon has joined #ruby
22:24
jasmin_ has quit [Ping timeout: 248 seconds]
22:26
vondruch_ has joined #ruby
22:27
jeremycw has joined #ruby
22:28
vondruch has quit [Ping timeout: 244 seconds]
22:28
vondruch_ is now known as vondruch
22:29
troulouliou_div2 has quit [Remote host closed the connection]
22:32
moei has quit [Quit: Leaving...]
22:36
jeremycw has quit [Ping timeout: 248 seconds]
22:37
SeepingN has quit [Disconnected by services]
22:37
SeepingN_ has joined #ruby
22:44
jenrzzz has quit [Ping timeout: 268 seconds]
22:48
salerace has joined #ruby
22:53
salerace has quit [Client Quit]
22:57
hiroaki has quit [Ping timeout: 248 seconds]
22:57
hiroaki has joined #ruby
23:05
dviola has joined #ruby
23:06
catbusters has quit [Quit: Connection closed for inactivity]
23:08
jeremycw has joined #ruby
23:11
esp32_prog has joined #ruby
23:12
jeremycw has quit [Ping timeout: 248 seconds]
23:13
rsh has joined #ruby
23:16
esp32_prog has quit [Ping timeout: 248 seconds]
23:18
rsh has quit [Ping timeout: 252 seconds]
23:20
jenrzzz has joined #ruby
23:29
cthu| has quit [Ping timeout: 252 seconds]
23:31
dar123 has joined #ruby
23:33
jenrzzz has quit [Ping timeout: 252 seconds]
23:34
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
23:39
cerulean has joined #ruby
23:43
cerulean has quit [Ping timeout: 248 seconds]
23:47
fphilipe has joined #ruby
23:51
fphilipe has quit [Ping timeout: 257 seconds]
23:52
jeremycw has joined #ruby
23:58
jenrzzz has joined #ruby