havenwood changed the topic of #ruby to: Rules & more: https://ruby-community.com || Ruby 2.4.2, 2.3.5 & 2.2.8: https://www.ruby-lang.org || Paste >3 lines of text to: https://gist.github.com || Rails questions? Ask in: #RubyOnRails || Logs: https://irclog.whitequark.org/ruby || Books: https://goo.gl/wpGhoQ
mim1k has joined #ruby
drowze has joined #ruby
milardovich has joined #ruby
MrBusiness has quit [Ping timeout: 248 seconds]
knight33 has joined #ruby
alveric1 has joined #ruby
<morfin> i tried 5.1.12
<morfin> i started an app but it's not available
shinnya has joined #ruby
alveric4 has quit [Ping timeout: 240 seconds]
workmad3 has joined #ruby
MrBusiness has joined #ruby
mim1k has quit [Ping timeout: 240 seconds]
carp3120 has quit [Remote host closed the connection]
workmad3 has quit [Ping timeout: 248 seconds]
carp3120 has joined #ruby
<morfin> how passenger actually works?
ramfjord has joined #ruby
Technodrome has joined #ruby
mooe_ has quit [Quit: Connection closed for inactivity]
drowze has quit [Ping timeout: 240 seconds]
eckhardt has quit [Quit: Textual IRC Client: www.textualapp.com]
ramfjord has quit [Ping timeout: 248 seconds]
nowhereman_ has joined #ruby
nowhere_man has quit [Ping timeout: 268 seconds]
rainbowz has quit [Ping timeout: 260 seconds]
<c-c> morfin: here are some ancient documents that may provide clues https://github.com/csmr/random-dev-notes/blob/master/phusion-passenger-node-test.md
DTZUZU has quit [Quit: WeeChat 1.9]
cdg has joined #ruby
leitz has joined #ruby
<leitz> apeiros, I'm not sure I get the Struct thing well. https://gist.github.com/LeamHall/f9005bc62de51a59d8cc9b56c0ed9c76
<apeiros> leitz: you create a new class every time like that :)
<apeiros> put line 14 outside and make it Stats (or Upp) instead of stats, so it's a constant
<apeiros> next step is to make generate a class method on it, so: my_upp = Upp.generate
shinnya has quit [Ping timeout: 260 seconds]
vondruch has quit [Quit: vondruch]
<apeiros> and another step is to make upp_to_s an instance method Upp#to_s
vondruch has joined #ruby
<leitz> That bit was what I couldn't figure out; how to put methods in the Struct.
yabbes has quit [Quit: lu]
<leitz> I saw the "do" on your Line 1 but wasn't sure that was the way.
<apeiros> Struct.new(…members…) do …class level code… end
cdg has quit [Ping timeout: 255 seconds]
<leitz> Okay, lemme go "do" more.
vondruch has quit [Client Quit]
vondruch has joined #ruby
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
wald0 has joined #ruby
DTZUZU has joined #ruby
knight33 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Cohedrin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<apeiros> line 7, you can drop the "upp ="
<apeiros> line 10: this should be an instance method, so just "def to_s"
bloodycock has quit [Ping timeout: 248 seconds]
* apeiros still sad there's no pack option to go Integer -> hex
tomphp has joined #ruby
<leitz> I think that has it.
<leitz> Once I commented out the command line.
<leitz> Oh, cool, C87A96 out the gate. Before a career! Nice numbers.
<leitz> Lemme see if i can put that into the actual program now.
<apeiros> so F is the max upp value for a single stat?
morfin has quit []
<leitz> C is the max rolled, can go to F with Career modifications.
<leitz> Usually. There are some 0.005% outliers I'm ignoring.
<leitz> However, for UWP and USP (World and Ship) Profiles the character set goes to Z, I think.
<apeiros> to_s(36) works
<apeiros> if 0.005% can go beyond F, I'd use that for Upp too
<leitz> Except you want to avoid uppercase i and o.
<apeiros> tr for those
<leitz> tr?
<apeiros> >> 18.to_s(36)
<ruby[bot]> apeiros: # => "i" (https://eval.in/907379)
<apeiros> oh, that's already lowercase
<leitz> All uppercase. Part of the routine. Users can be such a pain...
<apeiros> >> 18.to_s(36).upcase.tr("IO","io")
<ruby[bot]> apeiros: # => "i" (https://eval.in/907380)
<apeiros> >> 19.to_s(36).upcase.tr("IO","io")
<ruby[bot]> apeiros: # => "J" (https://eval.in/907381)
carp3120 has quit [Read error: Connection reset by peer]
carp3120 has joined #ruby
plexigras has joined #ruby
<leitz> Can I put the struct stuff into the character_tools module?
sent-hil has quit [Quit: Connection closed for inactivity]
carp3120 has quit [Remote host closed the connection]
carp3120 has joined #ruby
<apeiros> modules can act as namespaces, so yes
<apeiros> I do hope it's CharacterTools, though :)
<apeiros> module CharacterTools; Upp = Struct.new(…) do … end; end; my_upp = CharacterTools::Upp.generate
* apeiros afk for a couple of hours now, have fun
<leitz> Thanks! I'll be asleep soon, but will post the resutls.
<leitz> results, too...
Cohedrin has joined #ruby
dinfuehr has quit [Ping timeout: 268 seconds]
carp3120 has quit [Read error: Connection reset by peer]
kuchi has quit [Ping timeout: 250 seconds]
dinfuehr has joined #ruby
carp3120 has joined #ruby
kuchi has joined #ruby
Technodrome has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
marr has quit [Ping timeout: 240 seconds]
gizmore has quit [Ping timeout: 268 seconds]
jottr_ has joined #ruby
bloodycock has joined #ruby
jottr has quit [Ping timeout: 240 seconds]
mk[] has joined #ruby
hutch34 has joined #ruby
mim1k has joined #ruby
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tomphp has joined #ruby
milardovich has quit [Remote host closed the connection]
konsolebox has quit [Ping timeout: 255 seconds]
Illianthe2 has quit [Ping timeout: 255 seconds]
mim1k has quit [Ping timeout: 268 seconds]
John___ has quit [Ping timeout: 248 seconds]
jottr_ has quit [Ping timeout: 268 seconds]
mson has quit [Quit: Connection closed for inactivity]
dstrunk has joined #ruby
milardovich has joined #ruby
ramfjord has joined #ruby
konsolebox has joined #ruby
benlieb has joined #ruby
DoubleMalt has quit [Ping timeout: 248 seconds]
xco has joined #ruby
milardovich has quit [Ping timeout: 240 seconds]
eckhardt has joined #ruby
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
postmodern has joined #ruby
<leitz> apeiros, mostly done with the UPP. Nappy time. Tomorrow I need to figure out how to set and test the new UPP. https://github.com/LeamHall/CT_Character_Generator/tree/upp_to_struct
<leitz> It's in the "upp_to_struct" branch.
leitz has quit [Quit: Nappy time]
roamingdog has joined #ruby
ramfjord has quit [Ping timeout: 268 seconds]
carp3120 has quit [Remote host closed the connection]
ahrs has quit [Remote host closed the connection]
silvermine has joined #ruby
ahrs has joined #ruby
DoubleMalt has joined #ruby
d^sh has quit [Ping timeout: 268 seconds]
d^sh has joined #ruby
jottr_ has joined #ruby
bloodycock has quit [Ping timeout: 240 seconds]
jottr_ has quit [Ping timeout: 268 seconds]
Technodrome has joined #ruby
mson has joined #ruby
dhollinger has quit [Ping timeout: 240 seconds]
jottr_ has joined #ruby
dhollinger has joined #ruby
luminor has joined #ruby
bloodycock has joined #ruby
bloodycock has quit [Client Quit]
jottr_ has quit [Ping timeout: 240 seconds]
luminor_ has joined #ruby
luminor has quit [Ping timeout: 248 seconds]
DoubleMalt has quit [Ping timeout: 240 seconds]
workmad3 has joined #ruby
code_zombie has quit [Quit: Leaving]
quobo has quit [Quit: Connection closed for inactivity]
luminor has joined #ruby
nowhereman_ has quit [Ping timeout: 248 seconds]
workmad3 has quit [Ping timeout: 260 seconds]
luminor_ has quit [Ping timeout: 248 seconds]
FastJack has quit [Ping timeout: 258 seconds]
mjolnird has quit [Remote host closed the connection]
dstrunk has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
DoubleMalt has joined #ruby
dstrunk has joined #ruby
FastJack has joined #ruby
luminor has quit [Ping timeout: 248 seconds]
jottr_ has joined #ruby
luminor has joined #ruby
dviola has quit [Quit: WeeChat 1.9.1]
silvermine has quit [Quit: WeeChat 2.0-dev]
DoubleMalt has quit [Ping timeout: 268 seconds]
blackmesa1 has quit [Ping timeout: 264 seconds]
jottr_ has quit [Ping timeout: 248 seconds]
cadillac_ has quit [Quit: I quit]
nchambers has quit [Quit: So long and thanks for all the fish!]
cadillac_ has joined #ruby
good-girl has quit [Ping timeout: 248 seconds]
girl-video has joined #ruby
sspreitz has quit [Ping timeout: 240 seconds]
d^sh has quit [Ping timeout: 248 seconds]
DoubleMalt has joined #ruby
d^sh has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jenrzzz has joined #ruby
sspreitz has joined #ruby
mfb2 has joined #ruby
hutch34 has quit [Ping timeout: 250 seconds]
charliesome has joined #ruby
luminor_ has joined #ruby
elcontrastador has joined #ruby
luminor has quit [Ping timeout: 240 seconds]
dstrunk has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
hutch34 has joined #ruby
luminor_ has quit [Ping timeout: 240 seconds]
dstrunk has joined #ruby
nofxx has quit [Remote host closed the connection]
nofxx has joined #ruby
eightlimbed has joined #ruby
elcontrastador has quit [Read error: Connection reset by peer]
k3rn31 has joined #ruby
elcontrastador has joined #ruby
nofxx has quit [Client Quit]
k3rn31_ has quit [Ping timeout: 246 seconds]
luminor has joined #ruby
kickr has quit [Read error: Connection reset by peer]
kickr has joined #ruby
luminor_ has joined #ruby
Cohedrin has quit [Read error: Connection reset by peer]
luminor has quit [Ping timeout: 248 seconds]
tpendragon has quit [Ping timeout: 250 seconds]
konsolebox has quit [Ping timeout: 268 seconds]
Cohedrin has joined #ruby
tuelz has quit [Ping timeout: 250 seconds]
epochwolf has quit [Ping timeout: 255 seconds]
irick_ has quit [Ping timeout: 240 seconds]
luminor_ has quit []
bkxd has joined #ruby
irick has joined #ruby
DoubleMalt has quit [Ping timeout: 240 seconds]
epochwolf has joined #ruby
shinnya has joined #ruby
konsolebox has joined #ruby
tpendragon has joined #ruby
DoubleMalt has joined #ruby
bmurt has joined #ruby
harfangk has joined #ruby
bmurt has quit [Client Quit]
DoubleMalt has quit [Max SendQ exceeded]
jackjackdripper has joined #ruby
mfb2 has quit [Remote host closed the connection]
bkxd has quit [Ping timeout: 260 seconds]
mim1k has joined #ruby
dstrunk has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
troys_ is now known as troys
cdg has joined #ruby
konsolebox has quit [Ping timeout: 260 seconds]
mim1k has quit [Ping timeout: 248 seconds]
cdg has quit [Ping timeout: 250 seconds]
DoubleMalt has joined #ruby
bkxd has joined #ruby
xco has quit [Quit: xco]
kitsunenokenja has joined #ruby
miskatonic has joined #ruby
hutch34 has quit [Ping timeout: 250 seconds]
mjolnird has joined #ruby
deepredsky has joined #ruby
konsolebox has joined #ruby
zanoni has quit [Ping timeout: 248 seconds]
DoubleMalt has quit [Ping timeout: 240 seconds]
tuelz has joined #ruby
hutch34 has joined #ruby
deepredsky has quit [Ping timeout: 240 seconds]
bkxd has quit [Ping timeout: 240 seconds]
bkxd has joined #ruby
knight33 has joined #ruby
carp3120 has joined #ruby
DoubleMalt has joined #ruby
wald0 has quit [Ping timeout: 240 seconds]
konsolebox has quit [Ping timeout: 248 seconds]
jottr_ has joined #ruby
wald0 has joined #ruby
roamingdog has quit []
jottr_ has quit [Ping timeout: 248 seconds]
enterprisey has joined #ruby
DTZUZO has joined #ruby
konsolebox has joined #ruby
DoubleMalt has quit [Ping timeout: 268 seconds]
wald0 has quit [Quit: Lost terminal]
DoubleMalt has joined #ruby
konsolebox has quit [Ping timeout: 240 seconds]
John___ has joined #ruby
benlieb has quit [Quit: benlieb]
DoubleMalt has quit [Ping timeout: 255 seconds]
benlieb has joined #ruby
benlieb has quit [Client Quit]
benlieb has joined #ruby
benlieb has quit [Client Quit]
benlieb has joined #ruby
benlieb has quit [Client Quit]
mson has quit [Quit: Connection closed for inactivity]
tastygradient has joined #ruby
gix- has joined #ruby
gix has quit [Disconnected by services]
John___ has quit [Ping timeout: 255 seconds]
lexruee has quit [Ping timeout: 240 seconds]
lexruee has joined #ruby
mim1k has joined #ruby
ramfjord has joined #ruby
bkxd has quit [Ping timeout: 240 seconds]
mim1k has quit [Ping timeout: 240 seconds]
ramfjord has quit [Ping timeout: 240 seconds]
bkxd has joined #ruby
konsolebox has joined #ruby
DoubleMalt has joined #ruby
kitsunenokenja has quit [Ping timeout: 240 seconds]
DoubleMalt has quit [Ping timeout: 248 seconds]
drowze has joined #ruby
milardovich has joined #ruby
uZiel has joined #ruby
DoubleMalt has joined #ruby
milardovich has quit [Ping timeout: 260 seconds]
DoubleMalt has quit [Max SendQ exceeded]
jottr_ has joined #ruby
DoubleMalt has joined #ruby
jenrzzz has quit [Ping timeout: 248 seconds]
tamouse__ has joined #ruby
jottr_ has quit [Ping timeout: 268 seconds]
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jenrzzz has joined #ruby
konsolebox has quit [Ping timeout: 240 seconds]
hutch34 has quit [Ping timeout: 258 seconds]
govg has quit [Ping timeout: 240 seconds]
DoubleMalt has quit [Ping timeout: 240 seconds]
bkxd has quit [Ping timeout: 248 seconds]
tastygradient has quit [Quit: leaving]
konsolebox has joined #ruby
bkxd has joined #ruby
jenrzzz has quit [Ping timeout: 240 seconds]
jottr_ has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jenrzzz has joined #ruby
konsolebox has quit [Ping timeout: 240 seconds]
bkxd has quit [Ping timeout: 248 seconds]
bkxd has joined #ruby
konsolebox has joined #ruby
hutch34 has joined #ruby
jottr_ has quit [Ping timeout: 240 seconds]
knight33 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
wolakkk has joined #ruby
hutch34 has quit [Ping timeout: 250 seconds]
rippa has joined #ruby
ur5us has joined #ruby
deepredsky has joined #ruby
troys is now known as troys_
ur5us has quit [Ping timeout: 240 seconds]
deepredsky has quit [Ping timeout: 240 seconds]
jenrzzz has quit [Ping timeout: 268 seconds]
tamouse__ has left #ruby [""Poets have been mysteriously silent on the subject of cheese" -- G.K.Chesterson"]
hutch34 has joined #ruby
elcontrastador has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
konsolebox has quit [Ping timeout: 240 seconds]
konsolebox has joined #ruby
govg has joined #ruby
jottr_ has joined #ruby
jackjackdripper has quit [Quit: Leaving.]
jottr_ has quit [Ping timeout: 248 seconds]
RyanMcCoskrie has joined #ruby
oetjenj has joined #ruby
konsolebox has quit [Ping timeout: 248 seconds]
konsolebox has joined #ruby
bkxd_ has joined #ruby
RyanMcCoskrie has quit [Remote host closed the connection]
troys_ is now known as troys
bkxd has quit [Ping timeout: 240 seconds]
bkxd has joined #ruby
bkxd_ has quit [Ping timeout: 248 seconds]
konsolebox has quit [Ping timeout: 248 seconds]
konsolebox has joined #ruby
mson has joined #ruby
konsolebox has quit [Ping timeout: 260 seconds]
konsolebox has joined #ruby
konsolebox has quit [Ping timeout: 268 seconds]
konsolebox has joined #ruby
milardovich has joined #ruby
carp3120 has quit [Remote host closed the connection]
carp3120 has joined #ruby
carp3120 has quit [Remote host closed the connection]
x77686d has quit [Quit: x77686d]
ramfjord has joined #ruby
carp3120 has joined #ruby
exhiled has joined #ruby
ramfjord has quit [Ping timeout: 240 seconds]
carp3120 has quit [Ping timeout: 255 seconds]
konsolebox has quit [Ping timeout: 240 seconds]
exhiled has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
konsolebox has joined #ruby
carp3120 has joined #ruby
carp3120 has quit [Client Quit]
iceden has quit [Ping timeout: 240 seconds]
iceden has joined #ruby
exhiled has joined #ruby
mkaito has quit [Ping timeout: 240 seconds]
mkaito has joined #ruby
bkxd_ has joined #ruby
jottr_ has joined #ruby
bkxd has quit [Ping timeout: 268 seconds]
bkxd__ has joined #ruby
bkxd_ has quit [Ping timeout: 248 seconds]
uZiel has quit [Ping timeout: 248 seconds]
jottr_ has quit [Ping timeout: 268 seconds]
ramfjord has joined #ruby
konsolebox has quit [Ping timeout: 268 seconds]
iceden has quit [Ping timeout: 248 seconds]
konsolebox has joined #ruby
conta has joined #ruby
ramfjord has quit [Ping timeout: 248 seconds]
iceden has joined #ruby
miskatonic has quit [Remote host closed the connection]
miskatonic has joined #ruby
jamesaxl has joined #ruby
xlegoman has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
conta has quit [Ping timeout: 268 seconds]
ramfjord has joined #ruby
uZiel has joined #ruby
iNs has quit [Ping timeout: 240 seconds]
troys has quit [Quit: Bye]
milardovich has quit [Remote host closed the connection]
drowze has quit [Ping timeout: 248 seconds]
konsolebox has quit [Ping timeout: 248 seconds]
miskatonic has quit [Remote host closed the connection]
John___ has joined #ruby
konsolebox has joined #ruby
Mia has joined #ruby
Mia has quit [Changing host]
Mia has joined #ruby
Neptu has quit [Ping timeout: 240 seconds]
Dimik has quit [Ping timeout: 240 seconds]
exhiled has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
deepredsky has joined #ruby
konsolebox has quit [Ping timeout: 248 seconds]
konsolebox has joined #ruby
hutch34 has quit [Quit: WeeChat 1.5]
hutch34 has joined #ruby
bkxd__ has quit [Read error: Connection reset by peer]
deepredsky has quit [Ping timeout: 240 seconds]
bkxd has joined #ruby
Immune has quit [Ping timeout: 248 seconds]
John___ has quit [Ping timeout: 240 seconds]
yabbes has joined #ruby
konsolebox has quit [Ping timeout: 240 seconds]
konsolebox has joined #ruby
n13z has quit [Ping timeout: 258 seconds]
jottr_ has joined #ruby
konsolebox has quit [Ping timeout: 255 seconds]
dionysus69 has joined #ruby
jottr_ has quit [Ping timeout: 268 seconds]
konsolebox has joined #ruby
ramfjord has quit [Ping timeout: 248 seconds]
hutch34 has quit [Ping timeout: 258 seconds]
eightlimbed has quit [Ping timeout: 240 seconds]
konsolebox has quit [Ping timeout: 240 seconds]
wolakkk has quit [Ping timeout: 268 seconds]
konsolebox has joined #ruby
konsolebox has quit [Ping timeout: 248 seconds]
konsolebox has joined #ruby
hutch34 has joined #ruby
Cohedrin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
n13z has joined #ruby
konsolebox has quit [Ping timeout: 248 seconds]
konsolebox has joined #ruby
hutch34 has quit [Ping timeout: 250 seconds]
bkxd has quit [Ping timeout: 260 seconds]
Immune has joined #ruby
bkxd has joined #ruby
mson has quit [Quit: Connection closed for inactivity]
enterprisey has quit [Remote host closed the connection]
hutch34 has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jenrzzz has joined #ruby
yabbes has quit [Ping timeout: 260 seconds]
lexruee has quit [Ping timeout: 248 seconds]
yabbes has joined #ruby
jottr_ has joined #ruby
hutch34 has quit [Ping timeout: 258 seconds]
lexruee has joined #ruby
PixeLInc has quit [Ping timeout: 246 seconds]
claudiuinberlin has joined #ruby
bronson has quit [Read error: Connection reset by peer]
alveric1 has quit [Quit: WeeChat 1.9.1]
bronson has joined #ruby
Cohedrin has joined #ruby
Neptu has joined #ruby
hutch34 has joined #ruby
kith has quit [Ping timeout: 240 seconds]
lele has quit [Ping timeout: 260 seconds]
hutch34 has quit [Ping timeout: 258 seconds]
jenrzzz has quit [Ping timeout: 240 seconds]
meinside has quit [Quit: Connection closed for inactivity]
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jenrzzz has joined #ruby
marr has joined #ruby
bkxd has quit [Read error: Connection reset by peer]
bkxd has joined #ruby
yasumi2136 has joined #ruby
harfangk has quit [Ping timeout: 255 seconds]
plexigras has quit [Ping timeout: 260 seconds]
hutch34 has joined #ruby
conta has joined #ruby
lele has joined #ruby
hutch34 has quit [Ping timeout: 250 seconds]
zanoni has joined #ruby
michael3 has joined #ruby
jnyw has joined #ruby
ta_ has quit [Ping timeout: 240 seconds]
quobo has joined #ruby
catbusters has joined #ruby
QualityAddict has joined #ruby
dionysus69 has quit [Ping timeout: 248 seconds]
drowze has joined #ruby
ta_ has joined #ruby
dionysus69 has joined #ruby
mikecmpbll has quit [Quit: inabit. zz.]
hutch34 has joined #ruby
jenrzzz has quit [Ping timeout: 258 seconds]
dionysus69 has quit [Ping timeout: 248 seconds]
CrazyEddy has quit [Ping timeout: 248 seconds]
hutch34 has quit [Ping timeout: 250 seconds]
Cohedrin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
PixeLInc has joined #ruby
bkxd has quit [Ping timeout: 255 seconds]
bkxd has joined #ruby
eckhardt has quit [Quit: Textual IRC Client: www.textualapp.com]
sid__ has joined #ruby
bkxd_ has joined #ruby
bkxd has quit [Ping timeout: 248 seconds]
hutch34 has joined #ruby
Quentinius has joined #ruby
Quentinius has quit [Client Quit]
hutch34 has quit [Ping timeout: 246 seconds]
dionysus69 has joined #ruby
mk[] has quit [Quit: WeeChat 1.9.1]
bkxd_ has quit []
jenrzzz has joined #ruby
dinfuehr_ has joined #ruby
dinfuehr has quit [Ping timeout: 268 seconds]
hutch34 has joined #ruby
jenrzzz has quit [Ping timeout: 248 seconds]
mfb2 has joined #ruby
oetjenj has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
oetjenj has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jenrzzz has joined #ruby
oetjenj has quit [Client Quit]
postmodern has quit [Quit: Leaving]
hutch34 has quit [Ping timeout: 255 seconds]
mfb2 has quit [Ping timeout: 268 seconds]
jenrzzz has quit [Ping timeout: 260 seconds]
jnyw has quit [Quit: WeeChat 1.9.1]
jnyw has joined #ruby
drowze has quit [Ping timeout: 250 seconds]
jnyw has quit [Client Quit]
John___ has joined #ruby
uZiel has quit [Ping timeout: 248 seconds]
blackmesa1 has joined #ruby
hutch34 has joined #ruby
tomphp has joined #ruby
tomphp has quit [Client Quit]
tomphp has joined #ruby
hutch34 has quit [Ping timeout: 250 seconds]
jottr_ has quit [Quit: WeeChat 1.9.1]
leeice has joined #ruby
leeice has left #ruby [#ruby]
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jenrzzz has joined #ruby
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
John___ has quit [Ping timeout: 250 seconds]
mikecmpbll has joined #ruby
hutch34 has joined #ruby
alex`` has joined #ruby
tomphp has joined #ruby
alex`` is now known as alexherbo2
alexherbo2 is now known as alex``
jenrzzz has quit [Read error: Connection reset by peer]
hutch34 has quit [Ping timeout: 255 seconds]
deadnull has joined #ruby
deadnull has quit [Client Quit]
leitz has joined #ruby
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tomphp has joined #ruby
tomphp has quit [Client Quit]
alex`` is now known as alexherbo2
hutch34 has joined #ruby
<leitz> Wow, tracking down an odd bug. Even in my own code this can be a challenge.
hutch34 has quit [Ping timeout: 252 seconds]
<leitz> ta-da...
dviola has joined #ruby
<leitz> On to the next bug, just discovered... :(
catbusters has quit [Quit: Connection closed for inactivity]
uZiel has joined #ruby
hutch34 has joined #ruby
someuser has quit [Ping timeout: 240 seconds]
ta_ has quit [Remote host closed the connection]
someuser has joined #ruby
hutch34 has quit [Ping timeout: 264 seconds]
uZiel has quit [Ping timeout: 248 seconds]
ta_ has joined #ruby
jenrzzz has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
InfinityFye has joined #ruby
milardovich has joined #ruby
d^sh has quit [Ping timeout: 268 seconds]
d^sh has joined #ruby
uZiel has joined #ruby
jenrzzz has quit [Read error: Connection reset by peer]
hutch34 has joined #ruby
dionysus69 has quit [Ping timeout: 268 seconds]
milardovich has quit [Ping timeout: 240 seconds]
charliesome has joined #ruby
Qommand0r has joined #ruby
hutch34 has quit [Ping timeout: 246 seconds]
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jenrzzz has joined #ruby
alexherbo2 is now known as alex``
blackmesa1 has quit [Ping timeout: 264 seconds]
Azure has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
michael3 has quit [Ping timeout: 268 seconds]
miskatonic has joined #ruby
jenrzzz has quit [Ping timeout: 240 seconds]
hutch34 has joined #ruby
hutch34 has quit [Ping timeout: 246 seconds]
hutch34 has joined #ruby
ta_ has quit [Ping timeout: 248 seconds]
gizmore has joined #ruby
ledestin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
synthroid has joined #ruby
hutch34 has quit [Ping timeout: 240 seconds]
ramfjord has joined #ruby
lexruee has quit [Ping timeout: 248 seconds]
herbmillerjr has quit [Quit: Konversation terminated!]
lexruee has joined #ruby
ramfjord has quit [Ping timeout: 268 seconds]
hutch34 has joined #ruby
ta_ has joined #ruby
hutch34 has quit [Ping timeout: 246 seconds]
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jenrzzz has joined #ruby
jenrzzz has quit [Read error: Connection reset by peer]
ta_ has quit [Read error: Connection reset by peer]
pokmo has joined #ruby
<pokmo> what might be a good way to design numeric, strictly increasing user IDs without exposing the true number of users?
ta_ has joined #ruby
x77686d has joined #ruby
kitsunenokenja has joined #ruby
hutch34 has joined #ruby
jenrzzz has joined #ruby
michael3 has joined #ruby
hutch34 has quit [Ping timeout: 240 seconds]
raynold has quit [Quit: Connection closed for inactivity]
TinkerTyper has quit [Read error: Connection reset by peer]
TinkerTyper has joined #ruby
halt- has quit [Quit: ZNC 1.6.5 - http://znc.in]
hutch34 has joined #ruby
lele has quit [Ping timeout: 240 seconds]
apparition has joined #ruby
Guest65753 has joined #ruby
hutch34 has quit [Ping timeout: 255 seconds]
megamos has joined #ruby
lele has joined #ruby
hutch34 has joined #ruby
<apeiros> pokmo: do not expose the user-id to the outside. map it to a uuid.
lunarkitty7 has quit [Ping timeout: 250 seconds]
<pokmo> apeiros, but what might be a good way to make an increasing uuid?
<pokmo> that doesn't expose the user id
hutch34 has quit [Ping timeout: 246 seconds]
<pokmo> db id
<apeiros> you misunderstand
<apeiros> have your increasing numerical id
<apeiros> have a map {id => uuid}
<apeiros> and only expose the uuid to the outside
<pokmo> apeiros, yes i know, but i'm hoping to make the public ids increasing
<apeiros> why?
<pokmo> just for the sake of consistency
<apeiros> and is that sake of consistency more or less important than not exposing the true number of users?
<pokmo> ok
John___ has joined #ruby
lunarkitty7 has joined #ruby
<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
<pokmo> yeah i guess
gheegh has joined #ruby
blackmesa1 has joined #ruby
hutch34 has joined #ruby
michael3 has quit [Ping timeout: 255 seconds]
hyperreal has quit [Quit: ZNC 1.6.5+deb1 - http://znc.in]
hutch34 has quit [Ping timeout: 258 seconds]
Qommand0r has quit [Quit: WeeChat 1.9.1]
John___ has quit [Ping timeout: 248 seconds]
hutch34 has joined #ruby
hutch34 has quit [Ping timeout: 246 seconds]
rippa has quit [Ping timeout: 248 seconds]
mfb2 has joined #ruby
silvermine has joined #ruby
blackmesa1 has quit [Ping timeout: 264 seconds]
mfb2 has quit [Ping timeout: 248 seconds]
rippa has joined #ruby
kickr has quit [Read error: Connection reset by peer]
kickr has joined #ruby
<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?
<ule> humm I remember something like class variables @@foo
<ule> let me try
DLSteve has joined #ruby
hutch34 has joined #ruby
sepp2k has joined #ruby
Cohedrin has joined #ruby
steffes has joined #ruby
jenrzzz has quit [Ping timeout: 240 seconds]
guille-moe has joined #ruby
<apeiros> ule: blocks have access to all local variables around them
<apeiros> >> x = 5; [1,3,5,7,9].select { |y| y > x }
<ruby[bot]> apeiros: # => [7, 9] (https://eval.in/907569)
<ule> what, so I'm getting crazy then
<ule> apeiros: that make sense
hutch34 has quit [Ping timeout: 246 seconds]
<ule> thanks apeiros
kapil___ has joined #ruby
John___ has joined #ruby
ta__ has joined #ruby
ta_ has quit [Read error: Connection reset by peer]
alex`` has quit [Quit: WeeChat 1.9.1]
hutch34 has joined #ruby
megamos has quit [Ping timeout: 268 seconds]
megamos has joined #ruby
uZiel has quit [Remote host closed the connection]
ramfjord has joined #ruby
hutch34 has quit [Ping timeout: 240 seconds]
kickr has quit [Read error: Connection reset by peer]
kickr has joined #ruby
ramfjord has quit [Ping timeout: 240 seconds]
kitsunenokenja has quit [Ping timeout: 240 seconds]
hutch34 has joined #ruby
conta has quit [Remote host closed the connection]
ams__ has joined #ruby
nowhereman_ has joined #ruby
hutch34 has quit [Ping timeout: 252 seconds]
silvermine has quit [Quit: WeeChat 2.0-dev]
silvermine has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jenrzzz has joined #ruby
gheegh has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
uZiel has joined #ruby
gheegh has joined #ruby
hutch34 has joined #ruby
Azure has joined #ruby
jenrzzz has quit [Read error: Connection reset by peer]
John___ has quit [Ping timeout: 248 seconds]
hutch34 has quit [Ping timeout: 246 seconds]
megamos has quit [Ping timeout: 258 seconds]
jenrzzz has joined #ruby
herbmillerjr has joined #ruby
psychicist__ has joined #ruby
Cohedrin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
apparition has quit [Quit: Bye]
Azure has quit [Read error: Connection reset by peer]
silvermine has quit [Quit: WeeChat 2.0-dev]
Azure has joined #ruby
silvermine has joined #ruby
hutch34 has joined #ruby
zautomata1 has quit [Ping timeout: 248 seconds]
knight33 has joined #ruby
silvermine has quit [Client Quit]
zautomata1 has joined #ruby
silvermine has joined #ruby
John___ has joined #ruby
silvermine has quit [Client Quit]
hutch34 has quit [Ping timeout: 264 seconds]
silvermine has joined #ruby
silvermine has quit [Client Quit]
silvermine has joined #ruby
gheegh has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
silvermine has quit [Client Quit]
silvermine has joined #ruby
michael3 has joined #ruby
xlegoman has joined #ruby
knight33 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
hutch34 has joined #ruby
silvermine has quit [Client Quit]
silvermine has joined #ruby
steffes has quit [Remote host closed the connection]
nowhereman_ has quit [Ping timeout: 248 seconds]
hutch34 has quit [Ping timeout: 246 seconds]
EdwardIII has joined #ruby
<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
zautomata1 has quit [Ping timeout: 264 seconds]
guille-moe has quit [Ping timeout: 240 seconds]
<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
houhoulis has joined #ruby
<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
<EdwardIII> wondered if there was a sort of popular route to go for this kind of activity?
oetjenj has joined #ruby
hutch34 has joined #ruby
quobo has quit [Quit: Connection closed for inactivity]
John___ has quit [Ping timeout: 264 seconds]
thinkpad has quit [Ping timeout: 248 seconds]
kul0 has joined #ruby
knight33 has joined #ruby
cdg has joined #ruby
reaVer has quit [Remote host closed the connection]
ek926m has joined #ruby
bmurt has joined #ruby
reaVer has joined #ruby
InfinityFye has quit [Read error: Connection reset by peer]
shinnya has quit [Ping timeout: 248 seconds]
<apeiros> EdwardIII: huh? concurrent-ruby should be non-native. the native parts are afaik purely optional?
kul0 has quit []
<apeiros> and intern.h might come from a ruby-dev package or similar
knight33 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<EdwardIII> apeiros: hmm odd. maybe i had a typo or something - i'll double check. thanks
oetjenj has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jenrzzz has quit [Ping timeout: 248 seconds]
Emmanuel_Chanel has quit [Read error: Connection reset by peer]
ledestin has joined #ruby
Emmanuel_Chanel has joined #ruby
ShekharReddy has joined #ruby
konsolebox has quit [Ping timeout: 250 seconds]
ek926m has quit [Ping timeout: 240 seconds]
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jrabe has quit []
michael3 has quit [Quit: meh]
jrabe has joined #ruby
bmurt has joined #ruby
plexigras has joined #ruby
Guest84051 has quit [Changing host]
Guest84051 has joined #ruby
Guest84051 is now known as Kestrel-029
konsolebox has joined #ruby
bmurt has quit [Client Quit]
govg has quit [Ping timeout: 240 seconds]
gheegh has joined #ruby
ramfjord has joined #ruby
zautomata1 has joined #ruby
ramfjord has quit [Ping timeout: 258 seconds]
guacamole has joined #ruby
neo95 has joined #ruby
hutch34 has quit [Ping timeout: 255 seconds]
EdwardIII has quit [Ping timeout: 240 seconds]
ek926m has joined #ruby
EdwardIII has joined #ruby
EdwardIII has quit [Changing host]
EdwardIII has joined #ruby
mfb2 has joined #ruby
neo95 has quit [Quit: Leaving]
mfb2 has quit [Remote host closed the connection]
hutch34 has joined #ruby
ams__ has quit [Quit: Connection closed for inactivity]
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jenrzzz has joined #ruby
jackjackdripper has joined #ruby
devchild has joined #ruby
hutch34 has quit [Ping timeout: 240 seconds]
hahuang65 has quit [Read error: Connection reset by peer]
milardovich has joined #ruby
hahuang65 has joined #ruby
tomphp has joined #ruby
iceden has quit [Ping timeout: 240 seconds]
hutch34 has joined #ruby
dionysus69 has joined #ruby
muelleme has joined #ruby
raynold has joined #ruby
gheegh has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
iceden has joined #ruby
blackmesa1 has joined #ruby
hutch34 has quit [Ping timeout: 240 seconds]
muelleme has quit [Ping timeout: 268 seconds]
kapil___ has quit [Quit: Connection closed for inactivity]
mfb2 has joined #ruby
dionysus69 has quit [Read error: Connection reset by peer]
dionysus69 has joined #ruby
hutch34 has joined #ruby
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tomphp has joined #ruby
n13z has quit [Ping timeout: 248 seconds]
tomphp has quit [Client Quit]
n13z has joined #ruby
tomphp has joined #ruby
tomphp has quit [Client Quit]
hutch34 has quit [Ping timeout: 264 seconds]
tomphp has joined #ruby
tomphp has quit [Client Quit]
s3nd1v0g1us has joined #ruby
steffes has joined #ruby
mfb2 has quit [Remote host closed the connection]
ledestin has quit [Quit: Textual IRC Client: www.textualapp.com]
mfb2 has joined #ruby
Azure has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
marco_ has joined #ruby
<marco_> hi :)
hutch34 has joined #ruby
dstrunk has joined #ruby
blackmesa1 has quit [Ping timeout: 264 seconds]
Ltem has joined #ruby
kitsunenokenja has joined #ruby
ledestin has joined #ruby
eightlimbed has joined #ruby
dstrunk has quit [Client Quit]
hutch34 has quit [Ping timeout: 258 seconds]
tomphp has joined #ruby
milardovich has quit [Remote host closed the connection]
EdwardIII has quit [Ping timeout: 240 seconds]
zautomata1 has quit [Ping timeout: 240 seconds]
mfb2 has quit [Remote host closed the connection]
hinbody has joined #ruby
hutch34 has joined #ruby
zautomata1 has joined #ruby
guacamole has quit [Quit: My face has gone to sleep. ZZZzzz…]
jamesaxl has quit [Read error: Connection reset by peer]
jamesaxl has joined #ruby
digitalowl has joined #ruby
hutch34 has quit [Ping timeout: 255 seconds]
<digitalowl> Guys, what's better - PriodicTimer from EventMachine or loop supervisor with sleep?
nadir has quit [Quit: Connection closed for inactivity]
mson has joined #ruby
hutch34 has joined #ruby
marco_ has quit [Quit: Lost terminal]
hutch34 has quit [Ping timeout: 255 seconds]
webnanners has quit [Ping timeout: 246 seconds]
eightlimbed has quit [Ping timeout: 268 seconds]
Cohedrin has joined #ruby
TomyLobo has joined #ruby
<TomyLobo> hi
hutch34 has joined #ruby
<TomyLobo> i wanna take a stab at parsing stellaris savegames (see this page for an example of what the saves look like: https://github.com/nickbabcock/jomini)
<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
<TomyLobo> can you recommend one to use?
cdg has quit [Remote host closed the connection]
cdg has joined #ruby
hutch34 has quit [Ping timeout: 240 seconds]
nadir has joined #ruby
<TomyLobo> I'm gonna try parslet
cdg has quit [Ping timeout: 250 seconds]
x77686d has quit [Quit: x77686d]
hutch34 has joined #ruby
Neptu has quit [Quit: ZNC - http://znc.in]
devchild has quit [Remote host closed the connection]
devchild has joined #ruby
devchild has quit [Remote host closed the connection]
ramfjord has joined #ruby
hutch34 has quit [Ping timeout: 258 seconds]
bkxd has joined #ruby
hutch34 has joined #ruby
jenrzzz has quit [Ping timeout: 260 seconds]
houhoulis has quit [Remote host closed the connection]
hutch34 has quit [Ping timeout: 264 seconds]
Guest24088 has quit [Remote host closed the connection]
tpendragon has quit [Remote host closed the connection]
gizmore has quit [Remote host closed the connection]
jackjackdripper has quit [Quit: Leaving.]
hutch34 has joined #ruby
steffes has quit [Remote host closed the connection]
ShekharReddy has quit [Quit: Connection closed for inactivity]
dstrunk has joined #ruby
bkxd_ has joined #ruby
hutch34 has quit [Ping timeout: 258 seconds]
blackmesa1 has joined #ruby
John__ has joined #ruby
bkxd has quit [Ping timeout: 248 seconds]
hutch34 has joined #ruby
uZiel has quit [Ping timeout: 248 seconds]
mtkd has quit [Read error: Connection reset by peer]
mtkd has joined #ruby
x77686d has joined #ruby
houhoulis has joined #ruby
hutch34 has quit [Ping timeout: 252 seconds]
uZiel has joined #ruby
nowhereman_ has joined #ruby
GodFather has joined #ruby
hutch34 has joined #ruby
uZiel has quit [Ping timeout: 248 seconds]
hutch34 has quit [Ping timeout: 240 seconds]
Dimik has joined #ruby
lexruee has quit [Ping timeout: 250 seconds]
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jenrzzz has joined #ruby
nofxx has joined #ruby
guacamole has joined #ruby
lexruee has joined #ruby
devchild has joined #ruby
hutch34 has joined #ruby
devchild has quit [Remote host closed the connection]
devchild has joined #ruby
devchild has quit [Remote host closed the connection]
devchild has joined #ruby
cdg has joined #ruby
guacamole has quit [Quit: My face has gone to sleep. ZZZzzz…]
hutch34 has quit [Ping timeout: 264 seconds]
dionysus69 has quit [Ping timeout: 240 seconds]
ek926m has quit [Ping timeout: 250 seconds]
jenrzzz has quit [Read error: Connection reset by peer]
goyox86_ has joined #ruby
goyox86_ is now known as goyox86
blackmesa1 has quit [Ping timeout: 258 seconds]
uZiel has joined #ruby
hutch34 has joined #ruby
bkxd_ has quit []
ramfjord has quit [Ping timeout: 260 seconds]
nowhereman_ has quit [Ping timeout: 248 seconds]
jenrzzz has joined #ruby
blackmesa1 has joined #ruby
hutch34 has quit [Ping timeout: 246 seconds]
goyox86 has left #ruby [#ruby]
nowhereman_ has joined #ruby
goyox86 has joined #ruby
hutch34 has joined #ruby
nowhereman_ has quit [Ping timeout: 240 seconds]
sepp2k1 has joined #ruby
hutch34 has quit [Ping timeout: 252 seconds]
wogi has quit [Quit: EliteBNC 1.6.3 - http://elitebnc.org]
sepp2k has quit [Ping timeout: 250 seconds]
ramfjord has joined #ruby
knight33 has joined #ruby
hutch34 has joined #ruby
mjolnird has quit [Remote host closed the connection]
hutch34 has quit [Ping timeout: 258 seconds]
knight33 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
goyox86 has quit [Quit: goyox86]
<darix> TomyLobo: ruby-ll, ragel
<darix> come to mind
<TomyLobo> hmm, already wrote up 3/4 of the grammer in parslet ^^
hutch34 has joined #ruby
jenrzzz has quit [Ping timeout: 248 seconds]
phate408 has joined #ruby
girl-video has quit [Quit: • IRcap • 8.72 •]
wogi has joined #ruby
helpa has quit [Remote host closed the connection]
helpa has joined #ruby
Azure has joined #ruby
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
hutch34 has quit [Ping timeout: 252 seconds]
dstrunk has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
hutch34 has joined #ruby
ek926m has joined #ruby
nchambers has joined #ruby
dstrunk has joined #ruby
hutch34 has quit [Ping timeout: 255 seconds]
dstrunk has quit [Client Quit]
vondruch has quit [Ping timeout: 248 seconds]
hutch34 has joined #ruby
guacamole has joined #ruby
yqt has joined #ruby
hutch34 has quit [Ping timeout: 264 seconds]
<TomyLobo> okaaay, parslet slowly fills up my memory then dies
hutch34 has joined #ruby
hyperreal has joined #ruby
goyox86 has joined #ruby
hyperreal has quit [Changing host]
hyperreal has joined #ruby
quobo has joined #ruby
milardovich has joined #ruby
hutch34 has quit [Ping timeout: 258 seconds]
<darix> or your way of using the library
hutch34 has joined #ruby
TheRealMattM has quit [Read error: Connection reset by peer]
TheRealMattM has joined #ruby
hutch34 has quit [Ping timeout: 258 seconds]
<leitz> Should the Pickaxe book be available in PDF on github?
<leitz> And is there a better place to tell someone if I find the above?
<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.
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jenrzzz has joined #ruby
selim has quit [Ping timeout: 268 seconds]
hutch34 has joined #ruby
Technodrome has quit [Quit: Textual IRC Client: www.textualapp.com]
knight33 has joined #ruby
selim has joined #ruby
neo95 has joined #ruby
<jhass> the differences between 1.8 and 1.9 are already pretty big, to 2.4 now even more so
gheegh has joined #ruby
hutch34 has quit [Ping timeout: 255 seconds]
<darix> so we need pickaxe 2.4
<apeiros> baweaver is writing a book
ek926m has quit [Remote host closed the connection]
hutch34 has joined #ruby
safetypin has joined #ruby
sepp2k1 has quit [Ping timeout: 248 seconds]
sepp2k has joined #ruby
hutch34 has quit [Ping timeout: 258 seconds]
Azure has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<jhass> baweaver: no pressure though!
guacamole has quit [Quit: My face has gone to sleep. ZZZzzz…]
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
hutch34 has joined #ruby
s3nd1v0g1us has quit [Quit: tempusfugit]
s3nd1v0g1us has joined #ruby
<darix> baweaver: just why arent you done yet?:P
hutch34 has quit [Ping timeout: 258 seconds]
AlexRussia has joined #ruby
oetjenj has joined #ruby
cadillac_ has quit [Ping timeout: 240 seconds]
basket has joined #ruby
s3nd1v0g1us has quit [Quit: tempusfugit]
hutch34 has joined #ruby
synthroid has quit []
hutch34 has quit [Ping timeout: 246 seconds]
cadillac_ has joined #ruby
pb122 has joined #ruby
neo95 has quit [Quit: Leaving]
hutch34 has joined #ruby
cdg has quit [Remote host closed the connection]
cdg has joined #ruby
bkxd has joined #ruby
hutch34 has quit [Ping timeout: 258 seconds]
oetjenj has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
oetjenj has joined #ruby
oetjenj has quit [Client Quit]
oetjenj has joined #ruby
rainbowz has joined #ruby
oetjenj has quit [Client Quit]
oetjenj has joined #ruby
devchild has quit [Remote host closed the connection]
oetjenj has quit [Client Quit]
alveric1 has joined #ruby
jenrzzz has quit [Ping timeout: 240 seconds]
hutch34 has joined #ruby
devchild has joined #ruby
jamesaxl has quit [Quit: WeeChat 1.9.1]
bkxd_ has joined #ruby
hutch34 has quit [Ping timeout: 240 seconds]
giraffe has joined #ruby
bkxd has quit [Ping timeout: 255 seconds]
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
yasumi2136 has quit [Remote host closed the connection]
tpendragon has joined #ruby
chmurifree has quit [Ping timeout: 240 seconds]
uZiel has quit [Remote host closed the connection]
hutch34 has joined #ruby
dstrunk has joined #ruby
tomphp has joined #ruby
hutch34 has quit [Ping timeout: 250 seconds]
DLSteve has quit [Quit: All rise, the honorable DLSteve has left the channel.]
goyox86 has quit [Ping timeout: 260 seconds]
chmurifree has joined #ruby
devchild has quit [Remote host closed the connection]
milardovich has quit [Remote host closed the connection]
hutch34 has joined #ruby
dstrunk has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cdg has quit [Remote host closed the connection]
<TomyLobo> darix, quite possible :)
<TomyLobo> but it's also a 36.2 MB file
hutch34 has quit [Ping timeout: 258 seconds]
hutch34 has joined #ruby
cdg has joined #ruby
milardovich has joined #ruby
char_var[buffer] has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jenrzzz has joined #ruby
cdg has quit [Remote host closed the connection]
phate408 has quit [Remote host closed the connection]
konsolebox has quit [Ping timeout: 240 seconds]
Ltem has quit [Quit: Leaving]
konsolebox has joined #ruby
nofxx has quit [Quit: Leaving]
silvermine has quit [Ping timeout: 248 seconds]
silvermine has joined #ruby
bkxd_ has quit [Ping timeout: 260 seconds]
bkxd has joined #ruby
tomphp has quit [Read error: Connection reset by peer]
blackmesa1 has quit [Ping timeout: 240 seconds]
tomphp has joined #ruby
konsolebox has quit [Ping timeout: 248 seconds]
devchild has joined #ruby
konsolebox has joined #ruby
silvermine has quit [Ping timeout: 248 seconds]
devchild has quit [Ping timeout: 264 seconds]
blackmesa1 has joined #ruby
blackmesa has joined #ruby
thinkpad has joined #ruby
Technodrome has joined #ruby
CrazyEddy has joined #ruby
blackmesa1 has quit [Ping timeout: 255 seconds]
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
x77686d has quit [Quit: x77686d]
janko_s has joined #ruby
tomphp has joined #ruby
tomphp has quit [Client Quit]
houhoulis has quit [Remote host closed the connection]
tomphp has joined #ruby
tomphp has quit [Client Quit]
janko_s has left #ruby [#ruby]
yqt has quit [Ping timeout: 255 seconds]
janko_s has joined #ruby
<TomyLobo> from what i can tell, i dont have anything that *should* inflate backtracks
<TomyLobo> but then, i'm using that library for the first time and i dont know its quirks :)
janko_s has quit [Remote host closed the connection]
janko_s has joined #ruby
janko_s has left #ruby [#ruby]
janko_s has joined #ruby
janko_s has left #ruby [#ruby]
konsolebox has quit [Ping timeout: 255 seconds]
konsolebox has joined #ruby
kinbiko has joined #ruby
konsolebox has quit [Ping timeout: 260 seconds]
konsolebox has joined #ruby
bkxd has quit []
miskatonic has quit [Remote host closed the connection]
blackmesa has quit [Quit: WeeChat 1.9.1]
houhoulis has joined #ruby
janko_s has joined #ruby
<leitz> I really like the refernece part of Pickaxe. Would love to figure out a way to generate docs from the 2.5 codebase.
janko_s has left #ruby [#ruby]
dstrunk has joined #ruby
Dimik has quit [Ping timeout: 268 seconds]
gheegh has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bkxd has joined #ruby
kinbiko has quit [Quit: WeeChat 1.9.1]
kinbiko has joined #ruby
bkxd_ has joined #ruby
konsolebox has quit [Ping timeout: 240 seconds]
konsolebox has joined #ruby
dstrunk has quit [Client Quit]
bkxd has quit [Ping timeout: 255 seconds]
jenrzzz has quit [Ping timeout: 248 seconds]
<apeiros> leitz: if you use rvm: rvm docs generate
konsolebox has quit [Ping timeout: 248 seconds]
<leitz> apeiros, may have to do rvm just for that. At least for a bit.
konsolebox has joined #ruby
mjolnird has joined #ruby
mjolnird has quit [Read error: Connection reset by peer]
<al2o3-cr> any bindings to uinput?
<al2o3-cr> only one i can find is https://github.com/kui/ruinput