00:03
<
JJonah >
Nice trick here: `meta_klass = class << self; self end`. I've been doing a lot of meta-programming lately but never thought to do that. Thanks for sharing.
00:05
<
cthu| >
my lovely fellas
00:06
<
cthu| >
is there a way to skip lines in file.each_line
00:06
<
cthu| >
no, I'm not gonna do that
00:06
<
cthu| >
I'm not gonna do it here, I'll have another loop
00:06
<
blackhaze >
I could resolve
00:06
<
blackhaze >
my probelm
00:06
<
blackhaze >
I installed sqlite3 in my distro
00:08
<
baweaver >
cthu|: define skip
00:08
<
baweaver >
probably `next`
00:09
<
cthu| >
no, I have a bigger problem
00:09
<
cthu| >
I need to combine one hash from a few lines
00:09
<
cthu| >
that's not done via this kind of loop
00:09
<
baweaver >
Examples?
00:09
<
cthu| >
I'm gonna just iterate with a counter where I can do i++ in the loop
00:10
<
JJonah >
that sounds like an un-rubyish solutino
00:10
<
cthu| >
in this log file I have lines that start with garbage or Category: or Action: or Label: C,A,L lines go one after another.
00:10
<
cthu| >
I need to create a large array with objects. each object has three fields
00:11
<
cthu| >
see? if I see C, I need to make an object using it and next two lines
00:11
<
cthu| >
after which I want to skip two lines, effectively doing i+=2
00:12
<
cthu| >
but I don't have access to the next lines from here and I don't want awkward logic
00:12
<
baweaver >
You have an example file and example output you want?
00:12
<
cthu| >
ok, forget about it
00:12
<
cthu| >
I think I have a few ways to go with it
00:12
<
baweaver >
Suit yourself
00:15
<
JJonah >
cthu: if the file large enough to load into memory, do one pass where you filter out the junk, then each_slice to get your C,A,L lines as chunks, then map to make the objects.
00:15
<
JJonah >
small enough to load into memory*
00:16
<
baweaver >
Read 3 lines, seek + 2, read 3 lines ...
00:16
orbyt_ has joined #ruby
00:17
Autolycus has joined #ruby
00:20
Francisco has joined #ruby
00:20
Fr4n has quit [Read error: Connection reset by peer]
00:29
ramfjord has quit [Ping timeout: 268 seconds]
00:35
Autolycus has quit []
00:36
darkhanb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
00:42
cthu| has quit [Ping timeout: 252 seconds]
00:43
DTZUZO has quit [Ping timeout: 246 seconds]
00:51
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
00:53
mzo has quit [Ping timeout: 246 seconds]
00:56
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
00:57
duderonomy has joined #ruby
00:59
aleph- has joined #ruby
01:00
chouhoulis has quit [Remote host closed the connection]
01:00
<
aleph- >
Hey there, so I was curious if anybody had a good quick primer for Ruby centered towards admins/devops?
01:00
pr0ton has quit [Quit: pr0ton]
01:00
<
aleph- >
Preferably for those with previous experience so as to cut through the cruft.
01:04
lxsameer has joined #ruby
01:05
<
baweaver >
define previous experience.
01:05
bmurt has joined #ruby
01:07
<
aleph- >
baweaver: Intermediate in Python, Bash, Rust, semi competent in C, Java and x86/MIPS/Thumb ASM, meh in Haskell, Scheme, etc.
01:07
<
baweaver >
Eloquent Ruby covers a lot of how to write Ruby like someone who writes Ruby
01:07
<
baweaver >
Past that it depends heavily on what you want to do or what type of work it is.
01:09
lxsameer has quit [Ping timeout: 268 seconds]
01:09
<
aleph- >
Gotcha, mainly scripts to plug in to the k8s api, general scripting work, plugins for Chef, auto provisioning over ssh in a pinch, graphing of data etc.
01:11
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
01:19
orbyt_ has joined #ruby
01:23
edwardthefma has joined #ruby
01:23
<
edwardthefma >
Sup all
01:26
blackhaze has left #ruby [#ruby]
01:31
Puffball has joined #ruby
01:31
fluxAeon has quit [Ping timeout: 252 seconds]
01:44
darkhanb has joined #ruby
01:54
cagomez has joined #ruby
02:00
c0ncealed3 has quit [Remote host closed the connection]
02:01
c0ncealed3 has joined #ruby
02:03
fluxAeon has joined #ruby
02:06
mostlybadfly has quit [Quit: Connection closed for inactivity]
02:07
fluxAeon has quit [Ping timeout: 260 seconds]
02:19
wildermind has quit [Quit: Connection closed for inactivity]
02:21
esrse has joined #ruby
02:25
teej has quit [Quit: Connection closed for inactivity]
02:28
dviola has quit [Quit: WeeChat 2.2]
02:39
* edwardthefma
is looikng for someone who can dev a rbot plugin using My anime list plugin
02:39
<
edwardthefma >
My anime list api
02:44
Puffball has quit [Remote host closed the connection]
02:44
Puffball has joined #ruby
02:52
<
baweaver >
edwardthefma: for...?
02:52
<
baweaver >
We could also teach you to make one depending on what it is
02:59
<
edwardthefma >
Its a simple plugin that searches the my anime list data base
03:00
<
edwardthefma >
For anime buy name
03:01
millerti has quit [Ping timeout: 252 seconds]
03:01
<
edwardthefma >
Its for a channel im going to start on another server
03:05
braincrash has quit [Quit: bye bye]
03:08
<
baweaver >
So why Ruby?
03:09
braincrash has joined #ruby
03:10
Azure has joined #ruby
03:11
<
edwardthefma >
I know ruby isnt rescouce intensive
03:24
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
03:28
dbz has joined #ruby
03:29
<
edwardthefma >
Well i g2g
03:30
<
edwardthefma >
Ttyl
03:30
edwardthefma has left #ruby ["Quit message"]
03:32
dbz has quit [Ping timeout: 252 seconds]
03:35
knight33 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
03:36
SeepingN has quit [Quit: The system is going down for reboot NOW!]
03:46
Francisco has quit [Read error: Connection reset by peer]
03:46
Fr4n has joined #ruby
03:56
<
baweaver >
veers a bit advanced, but a lot of fun stuff around in it
03:57
sp3ncer has joined #ruby
03:58
<
sp3ncer >
I'm trying to build a gem for an executable ruby project and am having a lot of trouble
03:58
<
sp3ncer >
Could someone give me a hand if they have a minute?
04:01
dbz has joined #ruby
04:05
dbz has quit [Ping timeout: 245 seconds]
04:07
gnufied has quit [Ping timeout: 252 seconds]
04:09
uplime has joined #ruby
04:10
knight33 has joined #ruby
04:10
<
uplime >
is there a method for arrays like collect, but if the return value is nil don't add it to the array?
04:11
<
sp3ncer >
I think I finally figured it out
04:11
<
sp3ncer >
that was really not well documented
04:11
ramfjord has joined #ruby
04:12
<
baweaver >
uplime: typically map is more common, though you probably want compact as well
04:13
<
baweaver >
[1, 2, 3].map { |n| n.even? x * 2 : nil }.compact
04:13
<
uplime >
that should just be [2] right?
04:13
<
baweaver >
[4], but pretty much
04:13
<
uplime >
yeah thats perfect, thank you!
04:15
donofrio has quit [Remote host closed the connection]
04:15
<
sp3ncer >
great and someone already took my name
04:16
ramfjord has quit [Ping timeout: 252 seconds]
04:17
za1b1tsu has joined #ruby
04:27
cagomez has quit [Remote host closed the connection]
04:33
LiftLeft has quit [Ping timeout: 240 seconds]
04:42
knight33 has quit [Read error: Connection reset by peer]
04:45
LiftLeft has joined #ruby
04:46
APK has joined #ruby
04:47
lxsameer has joined #ruby
04:48
clemens3 has joined #ruby
04:49
Church_ has joined #ruby
04:50
sauvin_ has joined #ruby
04:51
lxsameer has quit [Ping timeout: 252 seconds]
04:52
aleph- has quit [*.net *.split]
04:52
sauvin has quit [*.net *.split]
04:52
alicef has quit [*.net *.split]
04:52
trif has quit [*.net *.split]
04:52
dhollinger has quit [*.net *.split]
04:52
Xiti has quit [*.net *.split]
04:52
Xeago has quit [*.net *.split]
04:52
AKPWD has quit [*.net *.split]
04:52
Cthulu201 has quit [*.net *.split]
04:52
yokel has quit [*.net *.split]
04:52
i8igmac has quit [*.net *.split]
04:52
z3uS has quit [*.net *.split]
04:52
Emmanuel_Chanel has quit [*.net *.split]
04:52
akhkharu has quit [*.net *.split]
04:54
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
04:55
Psy-Q has quit [Ping timeout: 252 seconds]
04:57
Scient has quit [Ping timeout: 252 seconds]
04:57
trif has joined #ruby
04:57
i8igmac has joined #ruby
04:57
z3uS has joined #ruby
04:57
yokel has joined #ruby
04:57
Cthulu201 has joined #ruby
04:57
akhkharu has joined #ruby
04:57
Xeago has joined #ruby
04:57
Emmanuel_Chanel has joined #ruby
04:57
Xiti has joined #ruby
04:57
dhollinger has joined #ruby
04:57
helpa has quit [Remote host closed the connection]
04:58
yokel has quit [Max SendQ exceeded]
04:58
Xiti has quit [Max SendQ exceeded]
04:58
Xiti has joined #ruby
04:58
yokel has joined #ruby
04:59
cschneid_ has joined #ruby
04:59
cschneid_ has quit [Read error: Connection reset by peer]
04:59
helpa has joined #ruby
05:00
Scient has joined #ruby
05:00
Psy-Q has joined #ruby
05:01
reber has joined #ruby
05:01
DTZUZO has joined #ruby
05:03
cschneid_ has joined #ruby
05:06
MoritaShinobu has joined #ruby
05:08
cschneid_ has quit [Ping timeout: 264 seconds]
05:09
cschneid_ has joined #ruby
05:09
Church_ has quit [Ping timeout: 246 seconds]
05:10
za1b1tsu has quit [Ping timeout: 252 seconds]
05:16
rspades has joined #ruby
05:18
rspades has quit [Client Quit]
05:18
cschneid_ has quit [Ping timeout: 268 seconds]
05:22
elphe has quit [Ping timeout: 245 seconds]
05:25
n13z has quit [Ping timeout: 252 seconds]
05:30
elphe has joined #ruby
05:32
cschneid_ has joined #ruby
05:41
za1b1tsu has joined #ruby
05:46
ta_ has quit [Remote host closed the connection]
05:51
troys has quit [Quit: Bye]
05:52
dellavg_ has joined #ruby
06:05
sauvin_ is now known as Sauvin
06:12
ramfjord has joined #ruby
06:13
aupadhye has joined #ruby
06:16
ramfjord has quit [Ping timeout: 240 seconds]
06:35
cschneid_ has quit [Ping timeout: 240 seconds]
06:50
clemens3 has quit [Ping timeout: 252 seconds]
07:17
clemens3 has joined #ruby
07:18
za1b1tsu has quit [Ping timeout: 252 seconds]
07:19
za1b1tsu has joined #ruby
07:20
Francisco has joined #ruby
07:21
Fr4n has quit [Read error: Connection reset by peer]
07:31
yohji has joined #ruby
07:33
vondruch has joined #ruby
07:45
phaul has joined #ruby
07:48
kapil____ has joined #ruby
07:55
aupadhye has quit [Ping timeout: 240 seconds]
07:59
mikecmpbll has joined #ruby
08:05
cd has quit [Quit: cd]
08:06
lxsameer has joined #ruby
08:09
schneider has joined #ruby
08:11
schneider has quit [Client Quit]
08:12
ramfjord has joined #ruby
08:16
schneider has joined #ruby
08:17
ramfjord has quit [Ping timeout: 260 seconds]
08:19
Blaguvest has joined #ruby
08:25
stooj_ has joined #ruby
08:26
DTZUZO has quit [Ping timeout: 252 seconds]
08:26
stooj has quit [Ping timeout: 252 seconds]
08:29
Blaguvest has quit [Ping timeout: 252 seconds]
08:34
themsay has quit [Ping timeout: 246 seconds]
08:40
BTRE has quit [Remote host closed the connection]
08:43
im0nde_ has joined #ruby
08:43
BTRE has joined #ruby
08:46
ellcs has joined #ruby
08:54
ellcs has quit [Ping timeout: 252 seconds]
08:55
aufi_ has joined #ruby
08:55
Beams has joined #ruby
08:57
xfbs has joined #ruby
09:07
jkprg has joined #ruby
09:08
esrse has quit [Ping timeout: 268 seconds]
09:10
kreantos has joined #ruby
09:12
im0nde_ has quit [Ping timeout: 245 seconds]
09:17
jkprg has quit [Quit: jkprg]
09:25
aupadhye has joined #ruby
09:30
xfbs has quit [Quit: afk]
09:33
asphyxia has joined #ruby
09:35
<
asphyxia >
hey y'all, I have a uni assignment that is asking me to create a method with a parameter of (a). And I have no idea what they mean. Is that a built in ruby thing? so method_name(a) <-- I'm currently thinking they mean a for array?
09:47
im0nde_ has joined #ruby
09:54
bkxd has quit [Ping timeout: 252 seconds]
09:54
DTZUZO has joined #ruby
10:02
NL3limin4t0r has quit [Quit: WeeChat 1.9.1]
10:07
kapil____ has quit [Quit: Connection closed for inactivity]
10:12
ramfjord has joined #ruby
10:15
bkxd has joined #ruby
10:17
ramfjord has quit [Ping timeout: 260 seconds]
10:17
Puffball has quit [Remote host closed the connection]
10:32
AJA4350 has joined #ruby
10:33
cschneid_ has joined #ruby
10:34
bkxd has quit [Ping timeout: 252 seconds]
10:35
bkxd has joined #ruby
10:36
Mike111 has joined #ruby
10:37
Blaguvest has joined #ruby
10:49
<
canton7 >
asphyxia, that just means a method which has a single parameter, called 'a'. It could be an array, or anything else: there's no enough information to say
10:50
kreantos has quit [Remote host closed the connection]
11:05
cschneid_ has quit [Ping timeout: 246 seconds]
11:08
tdy has quit [Read error: Connection reset by peer]
11:08
tdy has joined #ruby
11:11
donofrio has joined #ruby
11:13
Cork has quit [Ping timeout: 246 seconds]
11:15
xfbs has joined #ruby
11:15
aupadhye has quit [Ping timeout: 244 seconds]
11:17
<
asphyxia >
canton7: ok sweet, ty ^^
11:23
<
zenspider >
working on a emacs mode to color methods based on flog scores... I'm undecided on how to do the score -> shading at this point. Suggestions?
11:24
<
zenspider >
(right now it goes from white through pink all the way up to full red linearly
11:29
aupadhye has joined #ruby
11:34
devyn has joined #ruby
11:48
phaul has quit [Ping timeout: 252 seconds]
11:50
elphe has quit [Ping timeout: 240 seconds]
11:50
im0nde_ is now known as im0nde
11:51
phaul has joined #ruby
12:02
n13z has joined #ruby
12:02
cschneid_ has joined #ruby
12:07
gnufied has joined #ruby
12:12
ramfjord has joined #ruby
12:16
elphe has joined #ruby
12:17
ramfjord has quit [Ping timeout: 240 seconds]
12:19
devyn has quit [Remote host closed the connection]
12:19
roshanavand has joined #ruby
12:21
elphe has quit [Ping timeout: 244 seconds]
12:22
gnufied has quit [Quit: Leaving]
12:25
devyn has joined #ruby
12:25
ramfjord has joined #ruby
12:27
roshanavand has quit [Quit: leaving]
12:30
ramfjord has quit [Ping timeout: 252 seconds]
12:36
cschneid_ has quit [Ping timeout: 268 seconds]
12:39
Mike111 has quit [Quit: Leaving.]
12:52
elphe has joined #ruby
12:53
chouhoulis has joined #ruby
12:54
im0nde has quit [Ping timeout: 252 seconds]
12:57
elphe has quit [Ping timeout: 252 seconds]
13:00
bmurt has joined #ruby
13:04
aupadhye has quit [Quit: Leaving]
13:04
aupadhye has joined #ruby
13:12
im0nde has joined #ruby
13:17
bkxd has quit [Ping timeout: 244 seconds]
13:21
vonfry has joined #ruby
13:21
rippa has joined #ruby
13:27
leeijaw_mobile has joined #ruby
13:28
akem__ has quit [Read error: Connection reset by peer]
13:28
fluxAeon has joined #ruby
13:29
leeijaw_mobile has quit [Client Quit]
13:30
akem has joined #ruby
13:33
cschneid_ has joined #ruby
13:35
uplime has quit [Ping timeout: 268 seconds]
13:35
vonfry has quit [Quit: WeeChat 2.2]
13:35
phaul has quit [Ping timeout: 252 seconds]
13:35
bkxd has joined #ruby
13:35
dmitch has joined #ruby
13:37
Cork has joined #ruby
13:45
chouhoulis has quit [Remote host closed the connection]
13:46
chouhoulis has joined #ruby
13:47
gnufied has joined #ruby
13:52
xfbs has quit [Quit: afk]
14:03
Rapture has joined #ruby
14:07
bkxd has quit [Ping timeout: 252 seconds]
14:08
edwardthefma has joined #ruby
14:08
<
edwardthefma >
Hello all
14:09
bkxd has joined #ruby
14:09
asphyxia has left #ruby [#ruby]
14:09
chouhoulis has quit [Remote host closed the connection]
14:14
bkxd has quit [Ping timeout: 268 seconds]
14:25
chouhoulis has joined #ruby
14:34
aufi_ has quit [Ping timeout: 268 seconds]
14:37
yohji has quit [Remote host closed the connection]
14:39
elphe has joined #ruby
14:39
dviola has joined #ruby
14:40
chouhoulis has quit [Remote host closed the connection]
14:41
chouhoulis has joined #ruby
14:48
SuperL4g is now known as SuperLag
14:48
bkxd has joined #ruby
14:48
SuperLag_ is now known as SuperL4g
14:50
uplime has joined #ruby
14:50
cschneid_ has quit [Ping timeout: 244 seconds]
14:55
apeiros_ has joined #ruby
14:56
fluxAeon has quit [Read error: Connection reset by peer]
14:57
fluxAeon has joined #ruby
14:58
cschneid_ has joined #ruby
14:59
aupadhye has quit [Ping timeout: 268 seconds]
15:03
cschneid_ has quit [Remote host closed the connection]
15:06
vondruch has left #ruby [#ruby]
15:06
sameerynho has joined #ruby
15:07
sticaz has joined #ruby
15:19
clemens3 has quit [Remote host closed the connection]
15:21
rrichardsr3 has joined #ruby
15:26
xfbs has joined #ruby
15:27
Cork has quit [Ping timeout: 268 seconds]
15:36
APK is now known as AKPWD
15:38
MoritaShinobu has quit [Quit: Leaving]
15:38
aufi_ has joined #ruby
15:44
orbyt_ has joined #ruby
15:48
aeze has joined #ruby
15:51
phaul has joined #ruby
15:53
<
edwardthefma >
Yawn
15:53
duderonomy has joined #ruby
15:55
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
15:57
duderonomy has quit [Client Quit]
15:58
<
Eiam >
edwardthefma: hello
15:58
vondruch has joined #ruby
15:58
spiette has quit [Read error: Connection reset by peer]
15:59
spiette has joined #ruby
16:00
emerson has quit [Quit: WeeChat 2.2]
16:00
Yxhuvud has joined #ruby
16:01
emerson has joined #ruby
16:03
lxsameer has quit [Ping timeout: 268 seconds]
16:03
darkhanb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
16:04
DTZUZO has quit [Ping timeout: 252 seconds]
16:05
fredlinhares has joined #ruby
16:05
duderonomy has joined #ruby
16:05
za1b1tsu has quit [Ping timeout: 240 seconds]
16:07
orbyt_ has joined #ruby
16:07
duderonomy has quit [Client Quit]
16:08
duderonomy has joined #ruby
16:08
mikecmpbll has quit [Quit: inabit. zz.]
16:09
fredlinhares has quit [Quit: WeeChat 1.4]
16:13
<
edwardthefma >
Its always so quiet hear
16:14
<
edwardthefma >
Other than people joining and leaving
16:14
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
16:17
<
apeiros_ >
edwardthefma: it's friday
16:17
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
16:18
<
havenwood >
edwardthefma It gets active when someone has a Ruby question.
16:20
cthulchu_ has joined #ruby
16:20
apeiros has joined #ruby
16:21
duderonomy has joined #ruby
16:21
<
apeiros_ >
woot, two apeiros!
16:21
<
apeiros >
wooot, two apeiros!
16:22
apeiros_ has quit []
16:23
<
apeiros >
well, it was nice while it lasted.
16:23
akem has quit [Remote host closed the connection]
16:24
akem has joined #ruby
16:24
wildermind has joined #ruby
16:24
duderonomy has quit [Client Quit]
16:27
cd has joined #ruby
16:29
darkhanb has joined #ruby
16:29
Cork has joined #ruby
16:30
dinfuehr has quit [Ping timeout: 268 seconds]
16:32
dinfuehr has joined #ruby
16:32
Beams has quit [Quit: .]
16:34
spiette has quit [Remote host closed the connection]
16:35
spiette has joined #ruby
16:39
hogetaro has quit [Quit: Leaving...]
16:41
knight33 has joined #ruby
16:41
orbyt_ has joined #ruby
16:44
tdy has quit [Ping timeout: 252 seconds]
16:49
Rapture has joined #ruby
16:51
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
16:51
Nicmavr has quit [Read error: Connection reset by peer]
16:52
orbyt_ has joined #ruby
16:54
Nicmavr has joined #ruby
16:54
rrichardsr3 has quit [Quit: He who dares .... wins.]
16:56
orbyt_ has quit [Client Quit]
16:59
mikecmpbll has joined #ruby
16:59
spiette has quit [Remote host closed the connection]
17:00
dbz has joined #ruby
17:00
dbz has quit [Remote host closed the connection]
17:00
spiette has joined #ruby
17:01
dbz has joined #ruby
17:01
dbz has quit [Remote host closed the connection]
17:02
dbz has joined #ruby
17:02
dbz has quit [Remote host closed the connection]
17:02
elphe has quit [Ping timeout: 252 seconds]
17:02
DTZUZO has joined #ruby
17:02
dbz has joined #ruby
17:12
ramfjord has joined #ruby
17:14
DTZUZO has quit [Ping timeout: 252 seconds]
17:18
za1b1tsu has joined #ruby
17:20
savolla has joined #ruby
17:26
bkxd has quit [Ping timeout: 260 seconds]
17:27
BloodyMary has joined #ruby
17:27
pr0ton has joined #ruby
17:27
DTZUZO has joined #ruby
17:33
Cork has quit [Ping timeout: 252 seconds]
17:37
Francisco has quit [Ping timeout: 252 seconds]
17:40
DTZUZO has quit [Ping timeout: 244 seconds]
17:41
DTZUZO has joined #ruby
17:42
duderonomy has joined #ruby
17:42
Cork has joined #ruby
17:42
xfbs has quit [Quit: afk]
17:52
za1b1tsu has quit [Ping timeout: 268 seconds]
17:55
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
17:56
duderonomy has joined #ruby
17:57
BloodyMary has quit [Quit: BloodyMary]
18:00
Emmanuel_Chanel has quit [Read error: Connection reset by peer]
18:00
duderonomy has quit [Client Quit]
18:00
dbz_ has joined #ruby
18:01
Emmanuel_Chanel has joined #ruby
18:04
dbz has quit [Ping timeout: 252 seconds]
18:05
bkxd has joined #ruby
18:06
duderonomy has joined #ruby
18:07
DTZUZO_ has joined #ruby
18:08
duderonomy has quit [Client Quit]
18:10
DTZUZO has quit [Ping timeout: 252 seconds]
18:17
chouhoulis has quit [Ping timeout: 244 seconds]
18:18
DTZUZO_ has quit [Read error: Connection reset by peer]
18:19
DTZUZO_ has joined #ruby
18:22
xfbs has joined #ruby
18:32
Fr4n has joined #ruby
18:47
dbz_ has quit [Remote host closed the connection]
18:47
dbz has joined #ruby
18:48
pr0ton has quit [Quit: pr0ton]
18:52
dbz has quit [Ping timeout: 264 seconds]
18:53
phaul has quit [Ping timeout: 272 seconds]
18:54
savolla has quit [Remote host closed the connection]
18:54
dviola has quit [Quit: WeeChat 2.2]
18:55
postmodern has joined #ruby
18:56
conta1 has joined #ruby
18:58
AJA4351 has joined #ruby
18:59
AJA4350 has quit [Ping timeout: 252 seconds]
18:59
AJA4351 is now known as AJA4350
19:00
fluxAeon has quit [Ping timeout: 252 seconds]
19:02
apeiros has quit []
19:03
AJA4350 has quit [Ping timeout: 245 seconds]
19:04
AJA4350 has joined #ruby
19:09
aufi_ has quit [Ping timeout: 252 seconds]
19:09
graphene has joined #ruby
19:10
duderonomy has joined #ruby
19:11
duderonomy has quit [Client Quit]
19:14
phaul has joined #ruby
19:18
DTZUZO_ has quit [Quit: WeeChat 2.0]
19:19
DTZUZO has joined #ruby
19:21
conta1 has quit [Remote host closed the connection]
19:23
apeiros_ has joined #ruby
19:23
unCork has joined #ruby
19:24
Cork has quit [Ping timeout: 246 seconds]
19:27
unCork is now known as Cork
19:28
SeepingN has joined #ruby
19:34
rserkov has joined #ruby
19:42
samort7 has joined #ruby
19:46
aleph- has joined #ruby
19:52
dbz has joined #ruby
19:52
dbz has quit [Remote host closed the connection]
19:52
dbz has joined #ruby
19:58
apeiros_ has quit []
19:58
ivanskie has joined #ruby
20:01
mikecmpbll has quit [Quit: inabit.]
20:02
kinduff has joined #ruby
20:03
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
20:07
kinduff has quit [Client Quit]
20:09
al2o3-cr has joined #ruby
20:12
dbz_ has joined #ruby
20:14
BloodyMary has joined #ruby
20:15
rserkov has quit [Ping timeout: 246 seconds]
20:15
dbz has quit [Ping timeout: 244 seconds]
20:23
graphene has quit [Remote host closed the connection]
20:24
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
20:24
graphene has joined #ruby
20:29
uplime has quit [Ping timeout: 246 seconds]
20:30
chouhoulis has joined #ruby
20:33
chouhoulis has quit [Remote host closed the connection]
20:35
pr0ton has joined #ruby
20:41
uplime has joined #ruby
20:43
c0ncealed3 has quit [Read error: Connection reset by peer]
20:44
c0ncealed3 has joined #ruby
20:47
tdy has joined #ruby
20:55
im0nde has quit [Quit: im0nde]
20:56
tdy has quit [Ping timeout: 268 seconds]
20:57
ivanskie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
20:59
schneider has quit [Ping timeout: 252 seconds]
21:00
DTZUZO has quit [Ping timeout: 268 seconds]
21:00
dellavg_ has quit [Ping timeout: 268 seconds]
21:00
schneider has joined #ruby
21:03
BloodyMary has quit [Ping timeout: 252 seconds]
21:03
c0ncealed3 has quit [Read error: Connection reset by peer]
21:04
SeepingN has quit [Disconnected by services]
21:04
SeepingN_ has joined #ruby
21:05
c0ncealed3 has joined #ruby
21:05
schneider has quit [Ping timeout: 252 seconds]
21:06
apeiros_ has joined #ruby
21:08
BTRE has quit [Ping timeout: 245 seconds]
21:09
schneider has joined #ruby
21:11
dbz_ has quit [Remote host closed the connection]
21:12
dbz has joined #ruby
21:12
<
baweaver >
404 users not found :D
21:12
baweaver is now known as lemur
21:12
<
lemur >
Aw, ruined it
21:13
ShekharReddy has joined #ruby
21:13
dbz has quit [Remote host closed the connection]
21:13
<
apeiros_ >
lemur: I'm back :)
21:13
dbz has joined #ruby
21:14
<
apeiros_ >
sorry, had to run a couple of target disk mode experiments
21:14
dbz has quit [Remote host closed the connection]
21:14
<
lemur >
not a problem
21:14
<
apeiros_ >
and I gotta say, target mode is terrible on the 2018 models. ~330MB/s max.
21:14
apeiros_ is now known as apeiros
21:14
<
apeiros >
(connected two 2018 models and copied a 250GB file)
21:14
<
lemur >
I'm on both of my computers
21:14
<
lemur >
one is on baweaver
21:14
<
lemur >
as far as meta klass?
21:14
<
lemur >
Lazy googling
21:14
dbz has joined #ruby
21:14
schneider has quit [Ping timeout: 252 seconds]
21:15
<
apeiros >
but nice article 👍🏻
21:17
xfbs has quit [Quit: afk]
21:19
schneider has joined #ruby
21:20
SCHAPiE has joined #ruby
21:20
ivanskie has joined #ruby
21:21
anothertorusr has joined #ruby
21:21
<
lemur >
It was a fun little jaunt
21:21
dbz has quit [Remote host closed the connection]
21:21
<
lemur >
Likely going to use it for destructuring in Qo later.
21:22
<
lemur >
Just not sure how to make it look nice
21:22
<
apeiros >
btw., why do you do the strict check and not just destructure kwargs?
21:22
<
apeiros >
I mean we could have `foo(1,2,destructure_only_this)`
21:22
<
apeiros >
with `def foo(a,b,c:,d:,e:)`
21:24
schneider has quit [Ping timeout: 272 seconds]
21:25
<
zenspider >
havenwood: maaaannn... I love rinda
21:25
<
zenspider >
I really need more reasons to use it
21:25
<
zenspider >
>> 1 + 2
21:25
<
apeiros >
isn't rinda part of drb?
21:25
<
apeiros >
rings a bell at least
21:26
<
zenspider >
built on top of it, yeah
21:26
<
zenspider >
apeiros: bot still brokey?
21:27
<
apeiros >
just wanted to check the logs. but new macbook, so my keychain is in disarray… :-S
21:27
<
zenspider >
hah. ouch.
21:27
<
zenspider >
that said... I've probably carried this ssh key a tad too far.
21:28
<
apeiros >
since when is the verify step when mounting a disk image mandatory? is that a mojave thing? o0
21:28
schneider has joined #ruby
21:29
<
zenspider >
if the image is signed, I believe
21:29
<
zenspider >
oh. you mean there is no "skip" button? that seems new
21:30
<
apeiros >
yeah, that
21:30
<
zenspider >
I'm holding off on mojave for a while... until at least .1
21:30
<
apeiros >
wanted to do that too. but new laptop. thought maybe it fixes my stupid target disk mode issues.
21:30
<
apeiros >
(it doesn't)
21:30
pr0ton has quit [Quit: pr0ton]
21:30
gnufied has quit [Remote host closed the connection]
21:31
BTRE has joined #ruby
21:31
<
apeiros >
huh? now there's a skip button. weird.
21:32
cthu| has joined #ruby
21:33
schneider has quit [Ping timeout: 244 seconds]
21:33
<
apeiros >
I still can't get used to journalctl
21:35
cthulchu_ has quit [Ping timeout: 252 seconds]
21:35
ruby[bot] has joined #ruby
21:35
<
ruby[bot] >
apeiros: I'm terribly sorry, I could not evaluate your code because of an error: NoMethodError:undefined method `[]' for nil:NilClass
21:35
graphene has quit [Remote host closed the connection]
21:35
<
zenspider >
haha. oh no
21:36
<
apeiros >
ah yeah, eval.in still broken. but don't know why it failed to recognize it as a command before. that's new and weird.
21:36
<
apeiros >
because it did see the message.
21:36
graphene has joined #ruby
21:36
<
apeiros >
well, my 3 month work timeout is soon-ish. will devote a few days for bot & website updates.
21:37
schneider has joined #ruby
21:38
tdy has joined #ruby
21:42
schneider has quit [Ping timeout: 252 seconds]
21:47
schneider has joined #ruby
21:52
schneider has quit [Ping timeout: 268 seconds]
21:56
schneider has joined #ruby
22:01
schneider has quit [Ping timeout: 246 seconds]
22:05
schneider has joined #ruby
22:05
reber has quit [Remote host closed the connection]
22:10
schneider has quit [Ping timeout: 244 seconds]
22:14
VeryBewitching has joined #ruby
22:14
apeiros has quit [Remote host closed the connection]
22:14
schneider has joined #ruby
22:19
elphe has joined #ruby
22:19
schneider has quit [Ping timeout: 245 seconds]
22:23
mroutis has joined #ruby
22:24
schneider has joined #ruby
22:27
StuckMojo has joined #ruby
22:29
schneider has quit [Ping timeout: 252 seconds]
22:29
<
StuckMojo >
hi. i've got a rakefile that's causing rake to bail immediately with "Don't know how to build task 'coverage'" and the only mention of "coverage" in it is: Rake::Task[:coverage].clear along with a comment about rcov not working. am i reading that right (zero ruby experince) as being a line that's supposed to
*remove* the coverage task?
22:30
<
StuckMojo >
this is in a custom puppet module btw, if that matters at all
22:33
schneider has joined #ruby
22:35
bkxd has quit [Ping timeout: 245 seconds]
22:37
schneider has quit [Ping timeout: 244 seconds]
22:39
agent_white has joined #ruby
22:42
schneider has joined #ruby
22:43
mroutis has quit [Remote host closed the connection]
22:44
dr3w_ has joined #ruby
22:48
schneider has quit [Ping timeout: 272 seconds]
22:51
schneider has joined #ruby
22:57
schneider has quit [Ping timeout: 252 seconds]
22:58
<
StuckMojo >
nevermind, it was the version or rspec
22:58
<
StuckMojo >
s/or/of/
22:58
StuckMojo has left #ruby [#ruby]
23:00
nertzy has joined #ruby
23:00
apeiros has joined #ruby
23:01
ta_ has joined #ruby
23:01
schneider has joined #ruby
23:03
bkxd has joined #ruby
23:05
ta_ has quit [Ping timeout: 272 seconds]
23:06
aleph- has quit [Ping timeout: 252 seconds]
23:06
schneider has quit [Ping timeout: 268 seconds]
23:08
nertzy has quit [Quit: This computer has gone to sleep]
23:09
apeiros has quit [Ping timeout: 272 seconds]
23:10
schneider has joined #ruby
23:12
Blaguvest has quit [Remote host closed the connection]
23:15
schneider has quit [Ping timeout: 272 seconds]
23:19
schneider has joined #ruby
23:20
uplime has quit [Ping timeout: 252 seconds]
23:22
ShekharReddy has quit [Quit: Connection closed for inactivity]
23:24
schneider has quit [Ping timeout: 245 seconds]
23:29
schneider has joined #ruby
23:31
sameerynho has quit [Ping timeout: 252 seconds]
23:33
schneider has quit [Ping timeout: 245 seconds]
23:36
phaul has quit [Quit: WeeChat 2.2]
23:36
DTZUZO has joined #ruby
23:38
AJA4350 has quit [Quit: AJA4350]
23:38
schneider has joined #ruby
23:38
ta_ has joined #ruby
23:40
ua has quit [Ping timeout: 268 seconds]
23:42
schneider has quit [Ping timeout: 245 seconds]
23:47
schneider has joined #ruby
23:52
schneider has quit [Ping timeout: 252 seconds]
23:56
schneider has joined #ruby