00:01
mim1k has joined #ruby
00:02
drowze has joined #ruby
00:02
milardovich has joined #ruby
00:03
MrBusiness has quit [Ping timeout: 248 seconds]
00:03
knight33 has joined #ruby
00:03
alveric1 has joined #ruby
00:05
<
morfin >
i tried 5.1.12
00:05
<
morfin >
i started an app but it's not available
00:06
shinnya has joined #ruby
00:06
alveric4 has quit [Ping timeout: 240 seconds]
00:06
workmad3 has joined #ruby
00:09
MrBusiness has joined #ruby
00:11
mim1k has quit [Ping timeout: 240 seconds]
00:12
carp3120 has quit [Remote host closed the connection]
00:12
workmad3 has quit [Ping timeout: 248 seconds]
00:13
carp3120 has joined #ruby
00:14
<
morfin >
how passenger actually works?
00:16
ramfjord has joined #ruby
00:16
Technodrome has joined #ruby
00:17
mooe_ has quit [Quit: Connection closed for inactivity]
00:17
drowze has quit [Ping timeout: 240 seconds]
00:20
ramfjord has quit [Ping timeout: 248 seconds]
00:21
nowhereman_ has joined #ruby
00:25
nowhere_man has quit [Ping timeout: 268 seconds]
00:26
rainbowz has quit [Ping timeout: 260 seconds]
00:33
DTZUZU has quit [Quit: WeeChat 1.9]
00:33
cdg has joined #ruby
00:34
leitz has joined #ruby
00:35
<
apeiros >
leitz: you create a new class every time like that :)
00:36
<
apeiros >
put line 14 outside and make it Stats (or Upp) instead of stats, so it's a constant
00:36
<
apeiros >
next step is to make generate a class method on it, so: my_upp = Upp.generate
00:36
shinnya has quit [Ping timeout: 260 seconds]
00:37
vondruch has quit [Quit: vondruch]
00:37
<
apeiros >
and another step is to make upp_to_s an instance method Upp#to_s
00:37
vondruch has joined #ruby
00:37
<
leitz >
That bit was what I couldn't figure out; how to put methods in the Struct.
00:37
yabbes has quit [Quit: lu]
00:38
<
leitz >
I saw the "do" on your Line 1 but wasn't sure that was the way.
00:38
<
apeiros >
Struct.new(…members…) do …class level code… end
00:38
cdg has quit [Ping timeout: 255 seconds]
00:38
<
leitz >
Okay, lemme go "do" more.
00:42
vondruch has quit [Client Quit]
00:42
vondruch has joined #ruby
00:45
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
00:45
wald0 has joined #ruby
00:47
DTZUZU has joined #ruby
00:53
knight33 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
00:57
Cohedrin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
00:57
<
apeiros >
line 7, you can drop the "upp ="
00:57
<
apeiros >
line 10: this should be an instance method, so just "def to_s"
00:58
bloodycock has quit [Ping timeout: 248 seconds]
00:59
* apeiros
still sad there's no pack option to go Integer -> hex
00:59
tomphp has joined #ruby
00:59
<
leitz >
I think that has it.
01:00
<
leitz >
Once I commented out the command line.
01:00
<
leitz >
Oh, cool, C87A96 out the gate. Before a career! Nice numbers.
01:01
<
leitz >
Lemme see if i can put that into the actual program now.
01:01
<
apeiros >
so F is the max upp value for a single stat?
01:02
<
leitz >
C is the max rolled, can go to F with Career modifications.
01:02
<
leitz >
Usually. There are some 0.005% outliers I'm ignoring.
01:03
<
leitz >
However, for UWP and USP (World and Ship) Profiles the character set goes to Z, I think.
01:03
<
apeiros >
to_s(36) works
01:03
<
apeiros >
if 0.005% can go beyond F, I'd use that for Upp too
01:03
<
leitz >
Except you want to avoid uppercase i and o.
01:03
<
apeiros >
tr for those
01:04
<
apeiros >
>> 18.to_s(36)
01:04
<
apeiros >
oh, that's already lowercase
01:04
<
leitz >
All uppercase. Part of the routine. Users can be such a pain...
01:04
<
apeiros >
>> 18.to_s(36).upcase.tr("IO","io")
01:05
<
apeiros >
>> 19.to_s(36).upcase.tr("IO","io")
01:06
carp3120 has quit [Read error: Connection reset by peer]
01:07
carp3120 has joined #ruby
01:07
plexigras has joined #ruby
01:08
<
leitz >
Can I put the struct stuff into the character_tools module?
01:08
sent-hil has quit [Quit: Connection closed for inactivity]
01:08
carp3120 has quit [Remote host closed the connection]
01:08
carp3120 has joined #ruby
01:09
<
apeiros >
modules can act as namespaces, so yes
01:10
<
apeiros >
I do hope it's CharacterTools, though :)
01:10
<
apeiros >
module CharacterTools; Upp = Struct.new(…) do … end; end; my_upp = CharacterTools::Upp.generate
01:10
* apeiros
afk for a couple of hours now, have fun
01:11
<
leitz >
Thanks! I'll be asleep soon, but will post the resutls.
01:11
<
leitz >
results, too...
01:11
Cohedrin has joined #ruby
01:19
dinfuehr has quit [Ping timeout: 268 seconds]
01:20
carp3120 has quit [Read error: Connection reset by peer]
01:20
kuchi has quit [Ping timeout: 250 seconds]
01:20
dinfuehr has joined #ruby
01:20
carp3120 has joined #ruby
01:22
kuchi has joined #ruby
01:22
Technodrome has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
01:22
marr has quit [Ping timeout: 240 seconds]
01:23
gizmore has quit [Ping timeout: 268 seconds]
01:25
jottr_ has joined #ruby
01:28
bloodycock has joined #ruby
01:28
jottr has quit [Ping timeout: 240 seconds]
01:29
mk[] has joined #ruby
01:30
hutch34 has joined #ruby
01:30
mim1k has joined #ruby
01:31
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
01:33
tomphp has joined #ruby
01:35
milardovich has quit [Remote host closed the connection]
01:35
konsolebox has quit [Ping timeout: 255 seconds]
01:36
Illianthe2 has quit [Ping timeout: 255 seconds]
01:36
mim1k has quit [Ping timeout: 268 seconds]
01:36
John___ has quit [Ping timeout: 248 seconds]
01:40
jottr_ has quit [Ping timeout: 268 seconds]
01:40
mson has quit [Quit: Connection closed for inactivity]
01:46
dstrunk has joined #ruby
01:47
milardovich has joined #ruby
01:48
ramfjord has joined #ruby
01:49
konsolebox has joined #ruby
01:50
benlieb has joined #ruby
01:50
DoubleMalt has quit [Ping timeout: 248 seconds]
01:51
xco has joined #ruby
01:51
milardovich has quit [Ping timeout: 240 seconds]
01:53
eckhardt has joined #ruby
01:54
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
01:55
postmodern has joined #ruby
01:57
<
leitz >
It's in the "upp_to_struct" branch.
01:57
leitz has quit [Quit: Nappy time]
01:58
roamingdog has joined #ruby
02:01
ramfjord has quit [Ping timeout: 268 seconds]
02:01
carp3120 has quit [Remote host closed the connection]
02:01
ahrs has quit [Remote host closed the connection]
02:01
silvermine has joined #ruby
02:02
ahrs has joined #ruby
02:03
DoubleMalt has joined #ruby
02:05
d^sh has quit [Ping timeout: 268 seconds]
02:06
d^sh has joined #ruby
02:06
jottr_ has joined #ruby
02:08
bloodycock has quit [Ping timeout: 240 seconds]
02:11
jottr_ has quit [Ping timeout: 268 seconds]
02:13
Technodrome has joined #ruby
02:14
mson has joined #ruby
02:16
dhollinger has quit [Ping timeout: 240 seconds]
02:16
jottr_ has joined #ruby
02:17
dhollinger has joined #ruby
02:19
luminor has joined #ruby
02:20
bloodycock has joined #ruby
02:21
bloodycock has quit [Client Quit]
02:21
jottr_ has quit [Ping timeout: 240 seconds]
02:22
luminor_ has joined #ruby
02:24
luminor has quit [Ping timeout: 248 seconds]
02:24
DoubleMalt has quit [Ping timeout: 240 seconds]
02:25
workmad3 has joined #ruby
02:26
code_zombie has quit [Quit: Leaving]
02:27
quobo has quit [Quit: Connection closed for inactivity]
02:28
luminor has joined #ruby
02:28
nowhereman_ has quit [Ping timeout: 248 seconds]
02:30
workmad3 has quit [Ping timeout: 260 seconds]
02:31
luminor_ has quit [Ping timeout: 248 seconds]
02:32
FastJack has quit [Ping timeout: 258 seconds]
02:40
mjolnird has quit [Remote host closed the connection]
02:40
dstrunk has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
02:45
DoubleMalt has joined #ruby
02:48
dstrunk has joined #ruby
02:50
FastJack has joined #ruby
02:51
luminor has quit [Ping timeout: 248 seconds]
02:51
jottr_ has joined #ruby
02:52
luminor has joined #ruby
02:52
dviola has quit [Quit: WeeChat 1.9.1]
02:53
silvermine has quit [Quit: WeeChat 2.0-dev]
02:55
DoubleMalt has quit [Ping timeout: 268 seconds]
02:56
blackmesa1 has quit [Ping timeout: 264 seconds]
02:56
jottr_ has quit [Ping timeout: 248 seconds]
03:00
cadillac_ has quit [Quit: I quit]
03:00
nchambers has quit [Quit: So long and thanks for all the fish!]
03:00
cadillac_ has joined #ruby
03:01
good-girl has quit [Ping timeout: 248 seconds]
03:01
girl-video has joined #ruby
03:02
sspreitz has quit [Ping timeout: 240 seconds]
03:02
d^sh has quit [Ping timeout: 248 seconds]
03:02
DoubleMalt has joined #ruby
03:04
d^sh has joined #ruby
03:04
jenrzzz has joined #ruby
03:04
jenrzzz has quit [Changing host]
03:04
jenrzzz has joined #ruby
03:04
sspreitz has joined #ruby
03:07
mfb2 has joined #ruby
03:07
hutch34 has quit [Ping timeout: 250 seconds]
03:08
charliesome has joined #ruby
03:09
luminor_ has joined #ruby
03:11
elcontrastador has joined #ruby
03:13
luminor has quit [Ping timeout: 240 seconds]
03:13
dstrunk has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
03:13
hutch34 has joined #ruby
03:14
luminor_ has quit [Ping timeout: 240 seconds]
03:15
dstrunk has joined #ruby
03:16
nofxx has quit [Remote host closed the connection]
03:16
nofxx has joined #ruby
03:16
eightlimbed has joined #ruby
03:16
elcontrastador has quit [Read error: Connection reset by peer]
03:17
k3rn31 has joined #ruby
03:17
elcontrastador has joined #ruby
03:17
nofxx has quit [Client Quit]
03:19
k3rn31_ has quit [Ping timeout: 246 seconds]
03:19
luminor has joined #ruby
03:20
kickr has quit [Read error: Connection reset by peer]
03:21
kickr has joined #ruby
03:21
luminor_ has joined #ruby
03:23
Cohedrin has quit [Read error: Connection reset by peer]
03:24
luminor has quit [Ping timeout: 248 seconds]
03:24
tpendragon has quit [Ping timeout: 250 seconds]
03:25
konsolebox has quit [Ping timeout: 268 seconds]
03:25
Cohedrin has joined #ruby
03:26
tuelz has quit [Ping timeout: 250 seconds]
03:27
epochwolf has quit [Ping timeout: 255 seconds]
03:27
irick_ has quit [Ping timeout: 240 seconds]
03:29
luminor_ has quit []
03:30
bkxd has joined #ruby
03:30
irick has joined #ruby
03:31
DoubleMalt has quit [Ping timeout: 240 seconds]
03:31
epochwolf has joined #ruby
03:34
shinnya has joined #ruby
03:34
konsolebox has joined #ruby
03:35
tpendragon has joined #ruby
03:38
DoubleMalt has joined #ruby
03:38
bmurt has joined #ruby
03:38
harfangk has joined #ruby
03:40
bmurt has quit [Client Quit]
03:41
DoubleMalt has quit [Max SendQ exceeded]
03:45
jackjackdripper has joined #ruby
03:45
mfb2 has quit [Remote host closed the connection]
03:46
bkxd has quit [Ping timeout: 260 seconds]
03:46
mim1k has joined #ruby
03:46
dstrunk has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
03:47
troys_ is now known as troys
03:48
cdg has joined #ruby
03:49
konsolebox has quit [Ping timeout: 260 seconds]
03:51
mim1k has quit [Ping timeout: 248 seconds]
03:52
cdg has quit [Ping timeout: 250 seconds]
03:52
DoubleMalt has joined #ruby
03:52
bkxd has joined #ruby
03:54
xco has quit [Quit: xco]
03:55
kitsunenokenja has joined #ruby
03:56
miskatonic has joined #ruby
03:57
hutch34 has quit [Ping timeout: 250 seconds]
03:57
mjolnird has joined #ruby
03:58
deepredsky has joined #ruby
03:59
konsolebox has joined #ruby
04:00
zanoni has quit [Ping timeout: 248 seconds]
04:01
DoubleMalt has quit [Ping timeout: 240 seconds]
04:01
tuelz has joined #ruby
04:02
hutch34 has joined #ruby
04:02
deepredsky has quit [Ping timeout: 240 seconds]
04:05
bkxd has quit [Ping timeout: 240 seconds]
04:06
bkxd has joined #ruby
04:07
knight33 has joined #ruby
04:14
carp3120 has joined #ruby
04:14
DoubleMalt has joined #ruby
04:14
wald0 has quit [Ping timeout: 240 seconds]
04:15
konsolebox has quit [Ping timeout: 248 seconds]
04:15
jottr_ has joined #ruby
04:17
wald0 has joined #ruby
04:18
roamingdog has quit []
04:20
jottr_ has quit [Ping timeout: 248 seconds]
04:21
enterprisey has joined #ruby
04:25
DTZUZO has joined #ruby
04:25
konsolebox has joined #ruby
04:29
DoubleMalt has quit [Ping timeout: 268 seconds]
04:29
wald0 has quit [Quit: Lost terminal]
04:29
DoubleMalt has joined #ruby
04:30
konsolebox has quit [Ping timeout: 240 seconds]
04:32
John___ has joined #ruby
04:34
benlieb has quit [Quit: benlieb]
04:34
DoubleMalt has quit [Ping timeout: 255 seconds]
04:35
benlieb has joined #ruby
04:35
benlieb has quit [Client Quit]
04:36
benlieb has joined #ruby
04:36
benlieb has quit [Client Quit]
04:36
benlieb has joined #ruby
04:36
benlieb has quit [Client Quit]
04:40
mson has quit [Quit: Connection closed for inactivity]
04:45
tastygradient has joined #ruby
04:49
gix- has joined #ruby
04:49
gix has quit [Disconnected by services]
04:51
John___ has quit [Ping timeout: 255 seconds]
04:52
lexruee has quit [Ping timeout: 240 seconds]
04:54
lexruee has joined #ruby
04:56
mim1k has joined #ruby
04:57
ramfjord has joined #ruby
04:58
bkxd has quit [Ping timeout: 240 seconds]
05:00
mim1k has quit [Ping timeout: 240 seconds]
05:01
ramfjord has quit [Ping timeout: 240 seconds]
05:02
bkxd has joined #ruby
05:04
konsolebox has joined #ruby
05:05
DoubleMalt has joined #ruby
05:08
kitsunenokenja has quit [Ping timeout: 240 seconds]
05:10
DoubleMalt has quit [Ping timeout: 248 seconds]
05:12
drowze has joined #ruby
05:13
milardovich has joined #ruby
05:14
uZiel has joined #ruby
05:16
DoubleMalt has joined #ruby
05:18
milardovich has quit [Ping timeout: 260 seconds]
05:18
DoubleMalt has quit [Max SendQ exceeded]
05:18
jottr_ has joined #ruby
05:18
DoubleMalt has joined #ruby
05:21
jenrzzz has quit [Ping timeout: 248 seconds]
05:23
tamouse__ has joined #ruby
05:24
jottr_ has quit [Ping timeout: 268 seconds]
05:26
jenrzzz has joined #ruby
05:26
jenrzzz has quit [Changing host]
05:26
jenrzzz has joined #ruby
05:30
konsolebox has quit [Ping timeout: 240 seconds]
05:32
hutch34 has quit [Ping timeout: 258 seconds]
05:33
govg has quit [Ping timeout: 240 seconds]
05:34
DoubleMalt has quit [Ping timeout: 240 seconds]
05:37
bkxd has quit [Ping timeout: 248 seconds]
05:38
tastygradient has quit [Quit: leaving]
05:40
konsolebox has joined #ruby
05:40
bkxd has joined #ruby
05:41
jenrzzz has quit [Ping timeout: 240 seconds]
05:46
jottr_ has joined #ruby
05:46
jenrzzz has joined #ruby
05:46
jenrzzz has quit [Changing host]
05:46
jenrzzz has joined #ruby
05:47
konsolebox has quit [Ping timeout: 240 seconds]
05:47
bkxd has quit [Ping timeout: 248 seconds]
05:48
bkxd has joined #ruby
05:48
konsolebox has joined #ruby
05:49
hutch34 has joined #ruby
05:50
jottr_ has quit [Ping timeout: 240 seconds]
05:51
knight33 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
05:52
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
05:52
wolakkk has joined #ruby
05:53
hutch34 has quit [Ping timeout: 250 seconds]
05:56
rippa has joined #ruby
05:58
ur5us has joined #ruby
05:59
deepredsky has joined #ruby
05:59
troys is now known as troys_
06:02
ur5us has quit [Ping timeout: 240 seconds]
06:03
deepredsky has quit [Ping timeout: 240 seconds]
06:04
jenrzzz has quit [Ping timeout: 268 seconds]
06:08
tamouse__ has left #ruby [""Poets have been mysteriously silent on the subject of cheese" -- G.K.Chesterson"]
06:09
hutch34 has joined #ruby
06:10
elcontrastador has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
06:10
konsolebox has quit [Ping timeout: 240 seconds]
06:11
konsolebox has joined #ruby
06:14
govg has joined #ruby
06:17
jottr_ has joined #ruby
06:21
jackjackdripper has quit [Quit: Leaving.]
06:21
jottr_ has quit [Ping timeout: 248 seconds]
06:21
RyanMcCoskrie has joined #ruby
06:23
oetjenj has joined #ruby
06:23
konsolebox has quit [Ping timeout: 248 seconds]
06:25
konsolebox has joined #ruby
06:29
bkxd_ has joined #ruby
06:30
RyanMcCoskrie has quit [Remote host closed the connection]
06:30
troys_ is now known as troys
06:33
bkxd has quit [Ping timeout: 240 seconds]
06:34
bkxd has joined #ruby
06:36
bkxd_ has quit [Ping timeout: 248 seconds]
06:36
konsolebox has quit [Ping timeout: 248 seconds]
06:37
konsolebox has joined #ruby
06:40
mson has joined #ruby
06:42
konsolebox has quit [Ping timeout: 260 seconds]
06:43
konsolebox has joined #ruby
06:48
konsolebox has quit [Ping timeout: 268 seconds]
06:49
konsolebox has joined #ruby
06:53
milardovich has joined #ruby
06:54
carp3120 has quit [Remote host closed the connection]
06:55
carp3120 has joined #ruby
06:55
carp3120 has quit [Remote host closed the connection]
06:56
x77686d has quit [Quit: x77686d]
06:57
ramfjord has joined #ruby
06:57
carp3120 has joined #ruby
06:59
exhiled has joined #ruby
07:02
ramfjord has quit [Ping timeout: 240 seconds]
07:02
carp3120 has quit [Ping timeout: 255 seconds]
07:03
konsolebox has quit [Ping timeout: 240 seconds]
07:05
exhiled has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
07:05
konsolebox has joined #ruby
07:08
carp3120 has joined #ruby
07:08
carp3120 has quit [Client Quit]
07:10
iceden has quit [Ping timeout: 240 seconds]
07:11
iceden has joined #ruby
07:12
exhiled has joined #ruby
07:13
mkaito has quit [Ping timeout: 240 seconds]
07:14
mkaito has joined #ruby
07:14
bkxd_ has joined #ruby
07:17
jottr_ has joined #ruby
07:18
bkxd has quit [Ping timeout: 268 seconds]
07:19
bkxd__ has joined #ruby
07:20
bkxd_ has quit [Ping timeout: 248 seconds]
07:21
uZiel has quit [Ping timeout: 248 seconds]
07:22
jottr_ has quit [Ping timeout: 268 seconds]
07:23
ramfjord has joined #ruby
07:23
konsolebox has quit [Ping timeout: 268 seconds]
07:24
iceden has quit [Ping timeout: 248 seconds]
07:26
konsolebox has joined #ruby
07:28
conta has joined #ruby
07:28
ramfjord has quit [Ping timeout: 248 seconds]
07:29
iceden has joined #ruby
07:31
miskatonic has quit [Remote host closed the connection]
07:31
miskatonic has joined #ruby
07:32
jamesaxl has joined #ruby
07:33
xlegoman has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
07:33
conta has quit [Ping timeout: 268 seconds]
07:36
ramfjord has joined #ruby
07:39
uZiel has joined #ruby
07:40
iNs has quit [Ping timeout: 240 seconds]
07:40
troys has quit [Quit: Bye]
07:42
milardovich has quit [Remote host closed the connection]
07:45
drowze has quit [Ping timeout: 248 seconds]
07:46
konsolebox has quit [Ping timeout: 248 seconds]
07:47
miskatonic has quit [Remote host closed the connection]
07:48
John___ has joined #ruby
07:48
konsolebox has joined #ruby
07:48
Mia has joined #ruby
07:48
Mia has quit [Changing host]
07:48
Mia has joined #ruby
07:53
Neptu has quit [Ping timeout: 240 seconds]
07:56
Dimik has quit [Ping timeout: 240 seconds]
07:57
exhiled has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
07:59
deepredsky has joined #ruby
08:00
konsolebox has quit [Ping timeout: 248 seconds]
08:01
konsolebox has joined #ruby
08:02
hutch34 has quit [Quit: WeeChat 1.5]
08:03
hutch34 has joined #ruby
08:03
bkxd__ has quit [Read error: Connection reset by peer]
08:04
deepredsky has quit [Ping timeout: 240 seconds]
08:04
bkxd has joined #ruby
08:06
Immune has quit [Ping timeout: 248 seconds]
08:06
John___ has quit [Ping timeout: 240 seconds]
08:07
yabbes has joined #ruby
08:08
konsolebox has quit [Ping timeout: 240 seconds]
08:11
konsolebox has joined #ruby
08:12
n13z has quit [Ping timeout: 258 seconds]
08:13
jottr_ has joined #ruby
08:16
konsolebox has quit [Ping timeout: 255 seconds]
08:17
dionysus69 has joined #ruby
08:18
jottr_ has quit [Ping timeout: 268 seconds]
08:18
konsolebox has joined #ruby
08:20
ramfjord has quit [Ping timeout: 248 seconds]
08:23
hutch34 has quit [Ping timeout: 258 seconds]
08:23
eightlimbed has quit [Ping timeout: 240 seconds]
08:28
konsolebox has quit [Ping timeout: 240 seconds]
08:29
wolakkk has quit [Ping timeout: 268 seconds]
08:29
konsolebox has joined #ruby
08:36
konsolebox has quit [Ping timeout: 248 seconds]
08:37
konsolebox has joined #ruby
08:39
hutch34 has joined #ruby
08:40
Cohedrin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
08:42
n13z has joined #ruby
08:42
konsolebox has quit [Ping timeout: 248 seconds]
08:44
konsolebox has joined #ruby
08:44
hutch34 has quit [Ping timeout: 250 seconds]
08:47
bkxd has quit [Ping timeout: 260 seconds]
08:49
Immune has joined #ruby
08:49
bkxd has joined #ruby
08:50
mson has quit [Quit: Connection closed for inactivity]
08:52
enterprisey has quit [Remote host closed the connection]
09:00
hutch34 has joined #ruby
09:01
jenrzzz has joined #ruby
09:01
jenrzzz has quit [Changing host]
09:01
jenrzzz has joined #ruby
09:03
yabbes has quit [Ping timeout: 260 seconds]
09:04
lexruee has quit [Ping timeout: 248 seconds]
09:04
yabbes has joined #ruby
09:05
jottr_ has joined #ruby
09:05
hutch34 has quit [Ping timeout: 258 seconds]
09:06
lexruee has joined #ruby
09:10
PixeLInc has quit [Ping timeout: 246 seconds]
09:10
claudiuinberlin has joined #ruby
09:18
bronson has quit [Read error: Connection reset by peer]
09:19
alveric1 has quit [Quit: WeeChat 1.9.1]
09:19
bronson has joined #ruby
09:19
Cohedrin has joined #ruby
09:19
Neptu has joined #ruby
09:21
hutch34 has joined #ruby
09:23
kith has quit [Ping timeout: 240 seconds]
09:24
lele has quit [Ping timeout: 260 seconds]
09:26
hutch34 has quit [Ping timeout: 258 seconds]
09:26
jenrzzz has quit [Ping timeout: 240 seconds]
09:28
meinside has quit [Quit: Connection closed for inactivity]
09:29
jenrzzz has joined #ruby
09:29
jenrzzz has quit [Changing host]
09:29
jenrzzz has joined #ruby
09:30
marr has joined #ruby
09:34
bkxd has quit [Read error: Connection reset by peer]
09:34
bkxd has joined #ruby
09:36
yasumi2136 has joined #ruby
09:37
harfangk has quit [Ping timeout: 255 seconds]
09:38
plexigras has quit [Ping timeout: 260 seconds]
09:42
hutch34 has joined #ruby
09:43
conta has joined #ruby
09:44
lele has joined #ruby
09:46
hutch34 has quit [Ping timeout: 250 seconds]
09:47
zanoni has joined #ruby
09:48
michael3 has joined #ruby
09:48
jnyw has joined #ruby
09:50
ta_ has quit [Ping timeout: 240 seconds]
09:53
quobo has joined #ruby
09:55
catbusters has joined #ruby
09:56
QualityAddict has joined #ruby
09:56
dionysus69 has quit [Ping timeout: 248 seconds]
09:59
drowze has joined #ruby
10:00
ta_ has joined #ruby
10:00
dionysus69 has joined #ruby
10:03
mikecmpbll has quit [Quit: inabit. zz.]
10:03
hutch34 has joined #ruby
10:05
jenrzzz has quit [Ping timeout: 258 seconds]
10:07
dionysus69 has quit [Ping timeout: 248 seconds]
10:07
CrazyEddy has quit [Ping timeout: 248 seconds]
10:08
hutch34 has quit [Ping timeout: 250 seconds]
10:10
Cohedrin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
10:14
PixeLInc has joined #ruby
10:14
bkxd has quit [Ping timeout: 255 seconds]
10:17
bkxd has joined #ruby
10:18
sid__ has joined #ruby
10:20
bkxd_ has joined #ruby
10:22
bkxd has quit [Ping timeout: 248 seconds]
10:24
hutch34 has joined #ruby
10:25
Quentinius has joined #ruby
10:28
Quentinius has quit [Client Quit]
10:29
hutch34 has quit [Ping timeout: 246 seconds]
10:32
dionysus69 has joined #ruby
10:36
mk[] has quit [Quit: WeeChat 1.9.1]
10:41
jenrzzz has joined #ruby
10:42
dinfuehr_ has joined #ruby
10:43
dinfuehr has quit [Ping timeout: 268 seconds]
10:45
hutch34 has joined #ruby
10:46
jenrzzz has quit [Ping timeout: 248 seconds]
10:46
mfb2 has joined #ruby
10:46
oetjenj has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
10:47
oetjenj has joined #ruby
10:47
jenrzzz has joined #ruby
10:47
jenrzzz has quit [Changing host]
10:47
jenrzzz has joined #ruby
10:47
oetjenj has quit [Client Quit]
10:49
postmodern has quit [Quit: Leaving]
10:49
hutch34 has quit [Ping timeout: 255 seconds]
10:51
mfb2 has quit [Ping timeout: 268 seconds]
10:52
jenrzzz has quit [Ping timeout: 260 seconds]
10:54
jnyw has quit [Quit: WeeChat 1.9.1]
10:54
jnyw has joined #ruby
10:55
drowze has quit [Ping timeout: 250 seconds]
10:56
jnyw has quit [Client Quit]
11:03
John___ has joined #ruby
11:05
uZiel has quit [Ping timeout: 248 seconds]
11:06
blackmesa1 has joined #ruby
11:06
hutch34 has joined #ruby
11:06
tomphp has joined #ruby
11:06
tomphp has quit [Client Quit]
11:07
tomphp has joined #ruby
11:10
hutch34 has quit [Ping timeout: 250 seconds]
11:10
jottr_ has quit [Quit: WeeChat 1.9.1]
11:17
leeice has joined #ruby
11:17
leeice has left #ruby [#ruby]
11:21
jenrzzz has joined #ruby
11:21
jenrzzz has quit [Changing host]
11:21
jenrzzz has joined #ruby
11:22
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
11:22
John___ has quit [Ping timeout: 250 seconds]
11:24
mikecmpbll has joined #ruby
11:26
hutch34 has joined #ruby
11:28
alex`` has joined #ruby
11:29
tomphp has joined #ruby
11:29
alex`` is now known as alexherbo2
11:30
alexherbo2 is now known as alex``
11:30
jenrzzz has quit [Read error: Connection reset by peer]
11:31
hutch34 has quit [Ping timeout: 255 seconds]
11:32
deadnull has joined #ruby
11:32
deadnull has quit [Client Quit]
11:35
leitz has joined #ruby
11:41
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
11:43
tomphp has joined #ruby
11:45
tomphp has quit [Client Quit]
11:47
alex`` is now known as alexherbo2
11:48
hutch34 has joined #ruby
11:52
<
leitz >
Wow, tracking down an odd bug. Even in my own code this can be a challenge.
11:52
hutch34 has quit [Ping timeout: 252 seconds]
12:00
dviola has joined #ruby
12:00
<
leitz >
On to the next bug, just discovered... :(
12:04
catbusters has quit [Quit: Connection closed for inactivity]
12:06
uZiel has joined #ruby
12:08
hutch34 has joined #ruby
12:12
someuser has quit [Ping timeout: 240 seconds]
12:12
ta_ has quit [Remote host closed the connection]
12:13
someuser has joined #ruby
12:13
hutch34 has quit [Ping timeout: 264 seconds]
12:16
uZiel has quit [Ping timeout: 248 seconds]
12:19
ta_ has joined #ruby
12:20
jenrzzz has joined #ruby
12:20
jenrzzz has joined #ruby
12:20
jenrzzz has quit [Changing host]
12:20
InfinityFye has joined #ruby
12:27
milardovich has joined #ruby
12:27
d^sh has quit [Ping timeout: 268 seconds]
12:27
d^sh has joined #ruby
12:28
uZiel has joined #ruby
12:29
jenrzzz has quit [Read error: Connection reset by peer]
12:29
hutch34 has joined #ruby
12:29
dionysus69 has quit [Ping timeout: 268 seconds]
12:30
milardovich has quit [Ping timeout: 240 seconds]
12:31
charliesome has joined #ruby
12:31
Qommand0r has joined #ruby
12:34
hutch34 has quit [Ping timeout: 246 seconds]
12:34
jenrzzz has joined #ruby
12:34
jenrzzz has quit [Changing host]
12:34
jenrzzz has joined #ruby
12:36
alexherbo2 is now known as alex``
12:36
blackmesa1 has quit [Ping timeout: 264 seconds]
12:38
Azure has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
12:41
michael3 has quit [Ping timeout: 268 seconds]
12:41
miskatonic has joined #ruby
12:44
jenrzzz has quit [Ping timeout: 240 seconds]
12:50
hutch34 has joined #ruby
12:55
hutch34 has quit [Ping timeout: 246 seconds]
13:06
hutch34 has joined #ruby
13:08
ta_ has quit [Ping timeout: 248 seconds]
13:08
gizmore has joined #ruby
13:09
ledestin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
13:09
synthroid has joined #ruby
13:10
hutch34 has quit [Ping timeout: 240 seconds]
13:17
ramfjord has joined #ruby
13:17
lexruee has quit [Ping timeout: 248 seconds]
13:18
herbmillerjr has quit [Quit: Konversation terminated!]
13:19
lexruee has joined #ruby
13:22
ramfjord has quit [Ping timeout: 268 seconds]
13:22
hutch34 has joined #ruby
13:24
ta_ has joined #ruby
13:26
hutch34 has quit [Ping timeout: 246 seconds]
13:28
jenrzzz has joined #ruby
13:28
jenrzzz has quit [Changing host]
13:28
jenrzzz has joined #ruby
13:34
jenrzzz has quit [Read error: Connection reset by peer]
13:34
ta_ has quit [Read error: Connection reset by peer]
13:34
pokmo has joined #ruby
13:35
<
pokmo >
what might be a good way to design numeric, strictly increasing user IDs without exposing the true number of users?
13:35
ta_ has joined #ruby
13:36
x77686d has joined #ruby
13:36
kitsunenokenja has joined #ruby
13:38
hutch34 has joined #ruby
13:39
jenrzzz has joined #ruby
13:40
michael3 has joined #ruby
13:42
hutch34 has quit [Ping timeout: 240 seconds]
13:47
raynold has quit [Quit: Connection closed for inactivity]
13:50
TinkerTyper has quit [Read error: Connection reset by peer]
13:52
TinkerTyper has joined #ruby
13:53
hutch34 has joined #ruby
13:54
lele has quit [Ping timeout: 240 seconds]
13:56
apparition has joined #ruby
13:56
Guest65753 has joined #ruby
13:58
hutch34 has quit [Ping timeout: 255 seconds]
14:03
megamos has joined #ruby
14:04
lele has joined #ruby
14:09
hutch34 has joined #ruby
14:13
<
apeiros >
pokmo: do not expose the user-id to the outside. map it to a uuid.
14:13
lunarkitty7 has quit [Ping timeout: 250 seconds]
14:13
<
pokmo >
apeiros, but what might be a good way to make an increasing uuid?
14:14
<
pokmo >
that doesn't expose the user id
14:14
hutch34 has quit [Ping timeout: 246 seconds]
14:14
<
apeiros >
you misunderstand
14:14
<
apeiros >
have your increasing numerical id
14:14
<
apeiros >
have a map {id => uuid}
14:14
<
apeiros >
and only expose the uuid to the outside
14:15
<
pokmo >
apeiros, yes i know, but i'm hoping to make the public ids increasing
14:15
<
pokmo >
just for the sake of consistency
14:16
<
apeiros >
and is that sake of consistency more or less important than not exposing the true number of users?
14:19
John___ has joined #ruby
14:20
lunarkitty7 has joined #ruby
14:20
<
apeiros >
other things you can do, but those just obfuscate things a bit: don't start at 0, start at a high random number. don't increase numbers by 1 but by a random number
14:21
<
pokmo >
yeah i guess
14:23
gheegh has joined #ruby
14:23
blackmesa1 has joined #ruby
14:25
hutch34 has joined #ruby
14:25
michael3 has quit [Ping timeout: 255 seconds]
14:30
hutch34 has quit [Ping timeout: 258 seconds]
14:37
Qommand0r has quit [Quit: WeeChat 1.9.1]
14:37
John___ has quit [Ping timeout: 248 seconds]
14:41
hutch34 has joined #ruby
14:45
hutch34 has quit [Ping timeout: 246 seconds]
14:46
rippa has quit [Ping timeout: 248 seconds]
14:46
mfb2 has joined #ruby
14:48
silvermine has joined #ruby
14:50
blackmesa1 has quit [Ping timeout: 264 seconds]
14:51
mfb2 has quit [Ping timeout: 248 seconds]
14:51
rippa has joined #ruby
14:53
kickr has quit [Read error: Connection reset by peer]
14:53
kickr has joined #ruby
14:54
<
ule >
Is it possible to inject a parameter inside a block like: map, each, keep_if, select? I have foo = get_something_from_db. I can solve this issue adding an instance variable @foo or calling "get_something_from_db inside the loop block. I'm wondering if I can do something like: aaa.keep_if(foo) { |a| foo?
14:55
<
ule >
humm I remember something like class variables @@foo
14:56
DLSteve has joined #ruby
14:56
hutch34 has joined #ruby
14:57
sepp2k has joined #ruby
14:57
Cohedrin has joined #ruby
14:57
steffes has joined #ruby
14:58
jenrzzz has quit [Ping timeout: 240 seconds]
14:59
guille-moe has joined #ruby
15:00
<
apeiros >
ule: blocks have access to all local variables around them
15:00
<
apeiros >
>> x = 5; [1,3,5,7,9].select { |y| y > x }
15:00
<
ule >
what, so I'm getting crazy then
15:01
<
ule >
apeiros: that make sense
15:02
hutch34 has quit [Ping timeout: 246 seconds]
15:02
<
ule >
thanks apeiros
15:03
kapil___ has joined #ruby
15:08
John___ has joined #ruby
15:12
ta__ has joined #ruby
15:12
ta_ has quit [Read error: Connection reset by peer]
15:12
alex`` has quit [Quit: WeeChat 1.9.1]
15:13
hutch34 has joined #ruby
15:14
megamos has quit [Ping timeout: 268 seconds]
15:16
megamos has joined #ruby
15:17
uZiel has quit [Remote host closed the connection]
15:17
ramfjord has joined #ruby
15:18
hutch34 has quit [Ping timeout: 240 seconds]
15:21
kickr has quit [Read error: Connection reset by peer]
15:21
kickr has joined #ruby
15:21
ramfjord has quit [Ping timeout: 240 seconds]
15:22
kitsunenokenja has quit [Ping timeout: 240 seconds]
15:29
hutch34 has joined #ruby
15:30
conta has quit [Remote host closed the connection]
15:31
ams__ has joined #ruby
15:32
nowhereman_ has joined #ruby
15:34
hutch34 has quit [Ping timeout: 252 seconds]
15:35
silvermine has quit [Quit: WeeChat 2.0-dev]
15:35
silvermine has joined #ruby
15:35
jenrzzz has joined #ruby
15:35
jenrzzz has quit [Changing host]
15:35
jenrzzz has joined #ruby
15:36
gheegh has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
15:38
uZiel has joined #ruby
15:41
gheegh has joined #ruby
15:45
hutch34 has joined #ruby
15:46
Azure has joined #ruby
15:46
jenrzzz has quit [Read error: Connection reset by peer]
15:47
John___ has quit [Ping timeout: 248 seconds]
15:50
hutch34 has quit [Ping timeout: 246 seconds]
15:51
megamos has quit [Ping timeout: 258 seconds]
15:52
jenrzzz has joined #ruby
15:52
herbmillerjr has joined #ruby
15:55
psychicist__ has joined #ruby
15:58
Cohedrin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
15:58
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
15:59
apparition has quit [Quit: Bye]
16:00
Azure has quit [Read error: Connection reset by peer]
16:00
silvermine has quit [Quit: WeeChat 2.0-dev]
16:00
Azure has joined #ruby
16:00
silvermine has joined #ruby
16:01
hutch34 has joined #ruby
16:01
zautomata1 has quit [Ping timeout: 248 seconds]
16:02
knight33 has joined #ruby
16:03
silvermine has quit [Client Quit]
16:04
zautomata1 has joined #ruby
16:04
silvermine has joined #ruby
16:04
John___ has joined #ruby
16:05
silvermine has quit [Client Quit]
16:05
hutch34 has quit [Ping timeout: 264 seconds]
16:05
silvermine has joined #ruby
16:07
silvermine has quit [Client Quit]
16:07
silvermine has joined #ruby
16:08
gheegh has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
16:12
silvermine has quit [Client Quit]
16:12
silvermine has joined #ruby
16:15
michael3 has joined #ruby
16:15
xlegoman has joined #ruby
16:15
knight33 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
16:16
hutch34 has joined #ruby
16:16
silvermine has quit [Client Quit]
16:17
silvermine has joined #ruby
16:20
steffes has quit [Remote host closed the connection]
16:20
nowhereman_ has quit [Ping timeout: 248 seconds]
16:21
hutch34 has quit [Ping timeout: 246 seconds]
16:24
EdwardIII has joined #ruby
16:25
<
EdwardIII >
hey. i just want to fire off a bunch of http requests on a non-blocking way (just doing a little "site uptime checker" for some internal bits and pieces). i'm reading around but there's so much stuff i'm not sure where to start. em, promises.rb, fibres, ruby-concurrent
16:25
zautomata1 has quit [Ping timeout: 264 seconds]
16:26
guille-moe has quit [Ping timeout: 240 seconds]
16:26
<
EdwardIII >
concurrent-ruby looked like it'd be the quickest to get up and running as it supports promises which i'm pretty familiar with, but that requires intern.h. i can't figure out what library this header comes from and googling came up with nothing helpful
16:26
houhoulis has joined #ruby
16:27
<
EdwardIII >
next i tried promise.rb. this worked pretty nicely - it requires EM to actually execute async i think. works sort of ok but the app doesn't stop when finished and i wasn't sure of a sane way to make event reactor stop when it was finished or how to quickly add timeouts etc
16:28
<
EdwardIII >
wondered if there was a sort of popular route to go for this kind of activity?
16:28
oetjenj has joined #ruby
16:29
hutch34 has joined #ruby
16:33
quobo has quit [Quit: Connection closed for inactivity]
16:34
John___ has quit [Ping timeout: 264 seconds]
16:34
thinkpad has quit [Ping timeout: 248 seconds]
16:38
kul0 has joined #ruby
16:41
knight33 has joined #ruby
16:45
cdg has joined #ruby
16:50
reaVer has quit [Remote host closed the connection]
16:50
ek926m has joined #ruby
16:51
bmurt has joined #ruby
16:51
reaVer has joined #ruby
16:52
InfinityFye has quit [Read error: Connection reset by peer]
16:54
shinnya has quit [Ping timeout: 248 seconds]
16:56
<
apeiros >
EdwardIII: huh? concurrent-ruby should be non-native. the native parts are afaik purely optional?
16:57
<
apeiros >
and intern.h might come from a ruby-dev package or similar
16:59
knight33 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
16:59
<
EdwardIII >
apeiros: hmm odd. maybe i had a typo or something - i'll double check. thanks
17:00
oetjenj has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
17:00
jenrzzz has quit [Ping timeout: 248 seconds]
17:01
Emmanuel_Chanel has quit [Read error: Connection reset by peer]
17:02
ledestin has joined #ruby
17:03
Emmanuel_Chanel has joined #ruby
17:03
ShekharReddy has joined #ruby
17:03
konsolebox has quit [Ping timeout: 250 seconds]
17:05
ek926m has quit [Ping timeout: 240 seconds]
17:05
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
17:05
michael3 has quit [Quit: meh]
17:07
jrabe has joined #ruby
17:08
bmurt has joined #ruby
17:08
plexigras has joined #ruby
17:08
Guest84051 has quit [Changing host]
17:08
Guest84051 has joined #ruby
17:11
Guest84051 is now known as Kestrel-029
17:11
konsolebox has joined #ruby
17:11
bmurt has quit [Client Quit]
17:14
govg has quit [Ping timeout: 240 seconds]
17:17
gheegh has joined #ruby
17:17
ramfjord has joined #ruby
17:17
zautomata1 has joined #ruby
17:22
ramfjord has quit [Ping timeout: 258 seconds]
17:22
guacamole has joined #ruby
17:24
neo95 has joined #ruby
17:25
hutch34 has quit [Ping timeout: 255 seconds]
17:29
EdwardIII has quit [Ping timeout: 240 seconds]
17:29
ek926m has joined #ruby
17:30
EdwardIII has joined #ruby
17:30
EdwardIII has quit [Changing host]
17:30
EdwardIII has joined #ruby
17:31
mfb2 has joined #ruby
17:31
neo95 has quit [Quit: Leaving]
17:32
mfb2 has quit [Remote host closed the connection]
17:33
hutch34 has joined #ruby
17:34
ams__ has quit [Quit: Connection closed for inactivity]
17:35
jenrzzz has joined #ruby
17:35
jenrzzz has quit [Changing host]
17:35
jenrzzz has joined #ruby
17:37
jackjackdripper has joined #ruby
17:37
devchild has joined #ruby
17:37
hutch34 has quit [Ping timeout: 240 seconds]
17:40
hahuang65 has quit [Read error: Connection reset by peer]
17:40
milardovich has joined #ruby
17:40
hahuang65 has joined #ruby
17:41
tomphp has joined #ruby
17:41
iceden has quit [Ping timeout: 240 seconds]
17:42
hutch34 has joined #ruby
17:42
dionysus69 has joined #ruby
17:44
muelleme has joined #ruby
17:45
raynold has joined #ruby
17:47
gheegh has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
17:50
iceden has joined #ruby
17:52
blackmesa1 has joined #ruby
17:52
hutch34 has quit [Ping timeout: 240 seconds]
17:52
muelleme has quit [Ping timeout: 268 seconds]
17:52
kapil___ has quit [Quit: Connection closed for inactivity]
17:52
mfb2 has joined #ruby
17:54
dionysus69 has quit [Read error: Connection reset by peer]
17:54
dionysus69 has joined #ruby
17:58
hutch34 has joined #ruby
17:58
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
17:59
tomphp has joined #ruby
17:59
n13z has quit [Ping timeout: 248 seconds]
17:59
tomphp has quit [Client Quit]
18:00
n13z has joined #ruby
18:02
tomphp has joined #ruby
18:02
tomphp has quit [Client Quit]
18:03
hutch34 has quit [Ping timeout: 264 seconds]
18:03
tomphp has joined #ruby
18:03
tomphp has quit [Client Quit]
18:03
s3nd1v0g1us has joined #ruby
18:04
steffes has joined #ruby
18:04
mfb2 has quit [Remote host closed the connection]
18:06
mfb2 has joined #ruby
18:07
Azure has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
18:07
marco_ has joined #ruby
18:08
hutch34 has joined #ruby
18:08
dstrunk has joined #ruby
18:08
blackmesa1 has quit [Ping timeout: 264 seconds]
18:08
Ltem has joined #ruby
18:09
kitsunenokenja has joined #ruby
18:09
ledestin has joined #ruby
18:10
eightlimbed has joined #ruby
18:11
dstrunk has quit [Client Quit]
18:13
hutch34 has quit [Ping timeout: 258 seconds]
18:13
tomphp has joined #ruby
18:14
milardovich has quit [Remote host closed the connection]
18:16
EdwardIII has quit [Ping timeout: 240 seconds]
18:16
zautomata1 has quit [Ping timeout: 240 seconds]
18:17
mfb2 has quit [Remote host closed the connection]
18:17
hinbody has joined #ruby
18:18
hutch34 has joined #ruby
18:19
zautomata1 has joined #ruby
18:19
guacamole has quit [Quit: My face has gone to sleep. ZZZzzz…]
18:20
jamesaxl has quit [Read error: Connection reset by peer]
18:20
jamesaxl has joined #ruby
18:21
digitalowl has joined #ruby
18:23
hutch34 has quit [Ping timeout: 255 seconds]
18:23
<
digitalowl >
Guys, what's better - PriodicTimer from EventMachine or loop supervisor with sleep?
18:27
nadir has quit [Quit: Connection closed for inactivity]
18:28
mson has joined #ruby
18:28
hutch34 has joined #ruby
18:32
marco_ has quit [Quit: Lost terminal]
18:33
hutch34 has quit [Ping timeout: 255 seconds]
18:35
webnanners has quit [Ping timeout: 246 seconds]
18:36
eightlimbed has quit [Ping timeout: 268 seconds]
18:37
Cohedrin has joined #ruby
18:37
TomyLobo has joined #ruby
18:39
hutch34 has joined #ruby
18:39
<
TomyLobo >
I could probably hand-code the parser, but i wanna try and see if i can get it done faster using a parser generator
18:40
<
TomyLobo >
can you recommend one to use?
18:41
cdg has quit [Remote host closed the connection]
18:42
cdg has joined #ruby
18:43
hutch34 has quit [Ping timeout: 240 seconds]
18:45
nadir has joined #ruby
18:47
<
TomyLobo >
I'm gonna try parslet
18:47
cdg has quit [Ping timeout: 250 seconds]
18:47
x77686d has quit [Quit: x77686d]
18:49
hutch34 has joined #ruby
18:50
devchild has quit [Remote host closed the connection]
18:50
devchild has joined #ruby
18:50
devchild has quit [Remote host closed the connection]
18:53
ramfjord has joined #ruby
18:54
hutch34 has quit [Ping timeout: 258 seconds]
18:56
bkxd has joined #ruby
18:59
hutch34 has joined #ruby
18:59
jenrzzz has quit [Ping timeout: 260 seconds]
19:03
houhoulis has quit [Remote host closed the connection]
19:04
hutch34 has quit [Ping timeout: 264 seconds]
19:05
Guest24088 has quit [Remote host closed the connection]
19:05
tpendragon has quit [Remote host closed the connection]
19:06
gizmore has quit [Remote host closed the connection]
19:09
jackjackdripper has quit [Quit: Leaving.]
19:09
hutch34 has joined #ruby
19:10
steffes has quit [Remote host closed the connection]
19:12
ShekharReddy has quit [Quit: Connection closed for inactivity]
19:12
dstrunk has joined #ruby
19:14
bkxd_ has joined #ruby
19:14
hutch34 has quit [Ping timeout: 258 seconds]
19:16
blackmesa1 has joined #ruby
19:17
John__ has joined #ruby
19:17
bkxd has quit [Ping timeout: 248 seconds]
19:19
hutch34 has joined #ruby
19:21
uZiel has quit [Ping timeout: 248 seconds]
19:22
mtkd has quit [Read error: Connection reset by peer]
19:23
mtkd has joined #ruby
19:23
x77686d has joined #ruby
19:24
houhoulis has joined #ruby
19:24
hutch34 has quit [Ping timeout: 252 seconds]
19:28
uZiel has joined #ruby
19:28
nowhereman_ has joined #ruby
19:29
GodFather has joined #ruby
19:30
hutch34 has joined #ruby
19:33
uZiel has quit [Ping timeout: 248 seconds]
19:34
hutch34 has quit [Ping timeout: 240 seconds]
19:34
Dimik has joined #ruby
19:35
lexruee has quit [Ping timeout: 250 seconds]
19:35
jenrzzz has joined #ruby
19:35
jenrzzz has quit [Changing host]
19:35
jenrzzz has joined #ruby
19:35
nofxx has joined #ruby
19:35
guacamole has joined #ruby
19:36
lexruee has joined #ruby
19:39
devchild has joined #ruby
19:40
hutch34 has joined #ruby
19:41
devchild has quit [Remote host closed the connection]
19:42
devchild has joined #ruby
19:42
devchild has quit [Remote host closed the connection]
19:43
devchild has joined #ruby
19:43
cdg has joined #ruby
19:43
guacamole has quit [Quit: My face has gone to sleep. ZZZzzz…]
19:45
hutch34 has quit [Ping timeout: 264 seconds]
19:47
dionysus69 has quit [Ping timeout: 240 seconds]
19:48
ek926m has quit [Ping timeout: 250 seconds]
19:48
jenrzzz has quit [Read error: Connection reset by peer]
19:49
goyox86_ has joined #ruby
19:49
goyox86_ is now known as goyox86
19:49
blackmesa1 has quit [Ping timeout: 258 seconds]
19:50
uZiel has joined #ruby
19:50
hutch34 has joined #ruby
19:51
ramfjord has quit [Ping timeout: 260 seconds]
19:54
nowhereman_ has quit [Ping timeout: 248 seconds]
19:54
jenrzzz has joined #ruby
19:54
blackmesa1 has joined #ruby
19:55
hutch34 has quit [Ping timeout: 246 seconds]
19:56
goyox86 has left #ruby [#ruby]
19:56
nowhereman_ has joined #ruby
19:57
goyox86 has joined #ruby
20:00
hutch34 has joined #ruby
20:00
nowhereman_ has quit [Ping timeout: 240 seconds]
20:03
sepp2k1 has joined #ruby
20:05
hutch34 has quit [Ping timeout: 252 seconds]
20:06
sepp2k has quit [Ping timeout: 250 seconds]
20:08
ramfjord has joined #ruby
20:10
knight33 has joined #ruby
20:10
hutch34 has joined #ruby
20:12
mjolnird has quit [Remote host closed the connection]
20:15
hutch34 has quit [Ping timeout: 258 seconds]
20:16
knight33 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
20:16
goyox86 has quit [Quit: goyox86]
20:19
<
darix >
TomyLobo: ruby-ll, ragel
20:19
<
darix >
come to mind
20:20
<
TomyLobo >
hmm, already wrote up 3/4 of the grammer in parslet ^^
20:21
hutch34 has joined #ruby
20:21
jenrzzz has quit [Ping timeout: 248 seconds]
20:22
phate408 has joined #ruby
20:23
girl-video has quit [Quit: • IRcap • 8.72 •]
20:23
wogi has joined #ruby
20:23
helpa has quit [Remote host closed the connection]
20:23
helpa has joined #ruby
20:24
Azure has joined #ruby
20:24
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
20:25
hutch34 has quit [Ping timeout: 252 seconds]
20:29
dstrunk has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
20:31
hutch34 has joined #ruby
20:31
ek926m has joined #ruby
20:33
nchambers has joined #ruby
20:34
dstrunk has joined #ruby
20:35
hutch34 has quit [Ping timeout: 255 seconds]
20:36
dstrunk has quit [Client Quit]
20:38
vondruch has quit [Ping timeout: 248 seconds]
20:41
hutch34 has joined #ruby
20:45
guacamole has joined #ruby
20:45
yqt has joined #ruby
20:46
hutch34 has quit [Ping timeout: 264 seconds]
20:50
<
TomyLobo >
okaaay, parslet slowly fills up my memory then dies
20:51
hutch34 has joined #ruby
20:52
hyperreal has joined #ruby
20:52
goyox86 has joined #ruby
20:53
hyperreal has quit [Changing host]
20:53
hyperreal has joined #ruby
20:53
quobo has joined #ruby
20:54
milardovich has joined #ruby
20:56
hutch34 has quit [Ping timeout: 258 seconds]
21:00
<
darix >
or your way of using the library
21:01
hutch34 has joined #ruby
21:04
TheRealMattM has quit [Read error: Connection reset by peer]
21:05
TheRealMattM has joined #ruby
21:06
hutch34 has quit [Ping timeout: 258 seconds]
21:06
<
leitz >
Should the Pickaxe book be available in PDF on github?
21:06
<
leitz >
And is there a better place to tell someone if I find the above?
21:07
<
leitz >
And, for those who know, if I have the Ruby 1.8 version of it, do things change enough to get the 1.9/2.0 version. The reference material is easier to read than web pages.
21:08
jenrzzz has joined #ruby
21:08
jenrzzz has quit [Changing host]
21:08
jenrzzz has joined #ruby
21:11
selim has quit [Ping timeout: 268 seconds]
21:11
hutch34 has joined #ruby
21:13
knight33 has joined #ruby
21:13
selim has joined #ruby
21:15
neo95 has joined #ruby
21:15
<
jhass >
the differences between 1.8 and 1.9 are already pretty big, to 2.4 now even more so
21:16
gheegh has joined #ruby
21:16
hutch34 has quit [Ping timeout: 255 seconds]
21:17
<
darix >
so we need pickaxe 2.4
21:18
<
apeiros >
baweaver is writing a book
21:19
ek926m has quit [Remote host closed the connection]
21:22
hutch34 has joined #ruby
21:23
safetypin has joined #ruby
21:25
sepp2k1 has quit [Ping timeout: 248 seconds]
21:26
sepp2k has joined #ruby
21:26
hutch34 has quit [Ping timeout: 258 seconds]
21:26
Azure has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
21:27
<
jhass >
baweaver: no pressure though!
21:30
guacamole has quit [Quit: My face has gone to sleep. ZZZzzz…]
21:32
hutch34 has joined #ruby
21:32
s3nd1v0g1us has quit [Quit: tempusfugit]
21:33
s3nd1v0g1us has joined #ruby
21:36
<
darix >
baweaver: just why arent you done yet?:P
21:37
hutch34 has quit [Ping timeout: 258 seconds]
21:37
AlexRussia has joined #ruby
21:37
oetjenj has joined #ruby
21:40
cadillac_ has quit [Ping timeout: 240 seconds]
21:41
basket has joined #ruby
21:42
s3nd1v0g1us has quit [Quit: tempusfugit]
21:42
hutch34 has joined #ruby
21:44
synthroid has quit []
21:47
hutch34 has quit [Ping timeout: 246 seconds]
21:47
cadillac_ has joined #ruby
21:49
pb122 has joined #ruby
21:49
neo95 has quit [Quit: Leaving]
21:52
hutch34 has joined #ruby
21:53
cdg has quit [Remote host closed the connection]
21:53
cdg has joined #ruby
21:54
bkxd has joined #ruby
21:57
hutch34 has quit [Ping timeout: 258 seconds]
21:58
oetjenj has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
21:58
oetjenj has joined #ruby
21:59
oetjenj has quit [Client Quit]
21:59
oetjenj has joined #ruby
21:59
rainbowz has joined #ruby
22:00
oetjenj has quit [Client Quit]
22:00
oetjenj has joined #ruby
22:00
devchild has quit [Remote host closed the connection]
22:00
oetjenj has quit [Client Quit]
22:01
alveric1 has joined #ruby
22:01
jenrzzz has quit [Ping timeout: 240 seconds]
22:02
hutch34 has joined #ruby
22:03
devchild has joined #ruby
22:03
jamesaxl has quit [Quit: WeeChat 1.9.1]
22:05
bkxd_ has joined #ruby
22:07
hutch34 has quit [Ping timeout: 240 seconds]
22:07
giraffe has joined #ruby
22:08
bkxd has quit [Ping timeout: 255 seconds]
22:08
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
22:08
yasumi2136 has quit [Remote host closed the connection]
22:08
tpendragon has joined #ruby
22:10
chmurifree has quit [Ping timeout: 240 seconds]
22:11
uZiel has quit [Remote host closed the connection]
22:13
hutch34 has joined #ruby
22:14
dstrunk has joined #ruby
22:14
tomphp has joined #ruby
22:17
hutch34 has quit [Ping timeout: 250 seconds]
22:18
DLSteve has quit [Quit: All rise, the honorable DLSteve has left the channel.]
22:20
goyox86 has quit [Ping timeout: 260 seconds]
22:20
chmurifree has joined #ruby
22:21
devchild has quit [Remote host closed the connection]
22:23
milardovich has quit [Remote host closed the connection]
22:23
hutch34 has joined #ruby
22:23
dstrunk has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
22:26
cdg has quit [Remote host closed the connection]
22:27
<
TomyLobo >
darix, quite possible :)
22:27
<
TomyLobo >
but it's also a 36.2 MB file
22:28
hutch34 has quit [Ping timeout: 258 seconds]
22:33
hutch34 has joined #ruby
22:35
cdg has joined #ruby
22:35
milardovich has joined #ruby
22:37
char_var[buffer] has joined #ruby
22:39
jenrzzz has joined #ruby
22:39
jenrzzz has quit [Changing host]
22:39
jenrzzz has joined #ruby
22:40
cdg has quit [Remote host closed the connection]
22:44
phate408 has quit [Remote host closed the connection]
22:44
konsolebox has quit [Ping timeout: 240 seconds]
22:46
Ltem has quit [Quit: Leaving]
22:46
konsolebox has joined #ruby
22:47
nofxx has quit [Quit: Leaving]
22:47
silvermine has quit [Ping timeout: 248 seconds]
22:49
silvermine has joined #ruby
22:49
bkxd_ has quit [Ping timeout: 260 seconds]
22:50
bkxd has joined #ruby
22:55
tomphp has quit [Read error: Connection reset by peer]
22:57
blackmesa1 has quit [Ping timeout: 240 seconds]
22:58
tomphp has joined #ruby
22:58
konsolebox has quit [Ping timeout: 248 seconds]
22:58
devchild has joined #ruby
22:59
konsolebox has joined #ruby
23:00
silvermine has quit [Ping timeout: 248 seconds]
23:03
devchild has quit [Ping timeout: 264 seconds]
23:03
blackmesa1 has joined #ruby
23:05
blackmesa has joined #ruby
23:07
thinkpad has joined #ruby
23:07
Technodrome has joined #ruby
23:07
CrazyEddy has joined #ruby
23:08
blackmesa1 has quit [Ping timeout: 255 seconds]
23:10
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
23:10
x77686d has quit [Quit: x77686d]
23:10
janko_s has joined #ruby
23:11
tomphp has joined #ruby
23:11
tomphp has quit [Client Quit]
23:12
houhoulis has quit [Remote host closed the connection]
23:13
tomphp has joined #ruby
23:13
tomphp has quit [Client Quit]
23:13
janko_s has left #ruby [#ruby]
23:14
yqt has quit [Ping timeout: 255 seconds]
23:15
janko_s has joined #ruby
23:19
<
TomyLobo >
from what i can tell, i dont have anything that
*should* inflate backtracks
23:19
<
TomyLobo >
but then, i'm using that library for the first time and i dont know its quirks :)
23:20
janko_s has quit [Remote host closed the connection]
23:20
janko_s has joined #ruby
23:23
janko_s has left #ruby [#ruby]
23:26
janko_s has joined #ruby
23:26
janko_s has left #ruby [#ruby]
23:26
konsolebox has quit [Ping timeout: 255 seconds]
23:27
konsolebox has joined #ruby
23:28
kinbiko has joined #ruby
23:32
konsolebox has quit [Ping timeout: 260 seconds]
23:34
konsolebox has joined #ruby
23:34
miskatonic has quit [Remote host closed the connection]
23:37
blackmesa has quit [Quit: WeeChat 1.9.1]
23:37
houhoulis has joined #ruby
23:38
janko_s has joined #ruby
23:39
<
leitz >
I really like the refernece part of Pickaxe. Would love to figure out a way to generate docs from the 2.5 codebase.
23:40
janko_s has left #ruby [#ruby]
23:41
dstrunk has joined #ruby
23:41
Dimik has quit [Ping timeout: 268 seconds]
23:41
gheegh has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
23:41
bkxd has joined #ruby
23:42
kinbiko has quit [Quit: WeeChat 1.9.1]
23:43
kinbiko has joined #ruby
23:43
bkxd_ has joined #ruby
23:43
konsolebox has quit [Ping timeout: 240 seconds]
23:45
konsolebox has joined #ruby
23:45
dstrunk has quit [Client Quit]
23:46
bkxd has quit [Ping timeout: 255 seconds]
23:46
jenrzzz has quit [Ping timeout: 248 seconds]
23:47
<
apeiros >
leitz: if you use rvm: rvm docs generate
23:50
konsolebox has quit [Ping timeout: 248 seconds]
23:51
<
leitz >
apeiros, may have to do rvm just for that. At least for a bit.
23:52
konsolebox has joined #ruby
23:52
mjolnird has joined #ruby
23:53
mjolnird has quit [Read error: Connection reset by peer]
23:57
<
al2o3-cr >
any bindings to uinput?