apeiros changed the topic of #ruby-lang to: Nick registration required to talk || Ruby 2.0.0-p247: http://ruby-lang.org (Ruby 1.9.3-p448) || Paste >3 lines of text on http://gist.github.com
nofxx has joined #ruby-lang
a1ph4g33k has quit [Quit: Leaving]
dingus_khan has quit [Remote host closed the connection]
Trapper has quit [Remote host closed the connection]
symm- has quit [Ping timeout: 246 seconds]
momomomomo has joined #ruby-lang
Trapper has joined #ruby-lang
momomomomo has quit [Client Quit]
sevvie has quit [Read error: Connection reset by peer]
micalexander has quit [Remote host closed the connection]
micalexander has joined #ruby-lang
saarinen has quit [Quit: saarinen]
Johz has quit [Remote host closed the connection]
micalexander has quit [Ping timeout: 268 seconds]
Johz has joined #ruby-lang
Johz has quit [Client Quit]
sevvie has joined #ruby-lang
jsullivandigs has joined #ruby-lang
asdasd has joined #ruby-lang
mdedetrich has joined #ruby-lang
wallerdev has quit [Quit: wallerdev]
tylersmith has quit [Remote host closed the connection]
cnivolle_ has quit [Remote host closed the connection]
nathanstitt has joined #ruby-lang
nathanstitt has quit [Client Quit]
cnivolle has joined #ruby-lang
nathanstitt has joined #ruby-lang
dingus_khan has joined #ruby-lang
cnivolle has quit [Ping timeout: 246 seconds]
JasonC_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mdedetrich has quit [Quit: Computer has gone to sleep.]
shinnya has quit [Ping timeout: 240 seconds]
hogeo has joined #ruby-lang
hogeo has quit [Remote host closed the connection]
francisfish has quit [Remote host closed the connection]
julweber has joined #ruby-lang
francisfish has joined #ruby-lang
muh has quit [Quit: muh]
workmad3 has quit [Ping timeout: 265 seconds]
workmad3 has joined #ruby-lang
bastilian has quit [Ping timeout: 240 seconds]
jxie has joined #ruby-lang
francisfish has quit [Ping timeout: 246 seconds]
cnivolle has quit [Read error: Connection reset by peer]
cnivolle has joined #ruby-lang
stevepsharpe has joined #ruby-lang
julweber has quit [Remote host closed the connection]
micalexander has joined #ruby-lang
julweber has joined #ruby-lang
warmwaffles has left #ruby-lang [#ruby-lang]
jsullivandigs has quit [Remote host closed the connection]
jsullivandigs has joined #ruby-lang
workmad3 has quit [Ping timeout: 272 seconds]
jsullivandigs has quit [Read error: Connection reset by peer]
julweber has quit [Ping timeout: 260 seconds]
jsullivandigs has joined #ruby-lang
workmad3 has joined #ruby-lang
bastilian has joined #ruby-lang
tubbo has quit [Ping timeout: 272 seconds]
tkuchiki has quit [Remote host closed the connection]
pothibo has joined #ruby-lang
tkuchiki has joined #ruby-lang
<micalexander>
Using Refexp.union(/pattern1/,/pattern2/,/pattern3/), how can I assign these matches to variables
<micalexander>
It seems to give me multiple strings
<apeiros>
huh?
<apeiros>
Regex.union gives you a regex, not matches
Trapper has joined #ruby-lang
<micalexander>
yeah so what it gives me back it the match to my regex right
<apeiros>
o0
deception has joined #ruby-lang
<micalexander>
how do I assign those
mannyt has joined #ruby-lang
tubbo has joined #ruby-lang
tkuchiki has quit [Ping timeout: 272 seconds]
<micalexander>
apeiros: what do you mean by oO
<micalexander>
or o0
<apeiros>
it's a questioning look
<bean__>
as in O.o
<bean__>
o.O
JohnBat26 has quit [Ping timeout: 245 seconds]
<apeiros>
again, the return value of Regexp.union is a Regexp instance. not a match.
<apeiros>
to get a match, you must match the resulting regex against a string.
Trapper has quit [Remote host closed the connection]
mistym_away is now known as mistym
<bean__>
So, Regexp.union("sledding","skiing") gives you a regexp of /skiing|sledding/
<bean__>
not any form of a match
<imperator>
TIL there's a Regexp.union method, cool
<micalexander>
apeiros: I must be using the wrong verbiage then and reading a file and and am doing file.each_line, if line =~ Refexp.union(/pattern1/,/pattern2/,/pattern3/). when I do puts line I get a three strings of the what it found based on my patterns entered
Trapper has joined #ruby-lang
Mon_Ouie has joined #ruby-lang
<apeiros>
micalexander: you wrote Refexp now twice
<apeiros>
you're aware it's Regexp?
<micalexander>
I am
<micalexander>
it was a copy and paste from a mispelling
<apeiros>
and line =~ regex matches against line. it returns the offset at which the string matched the regex.
<apeiros>
and you assign the result of =~ just like you assign everything else - with a =
<apeiros>
result = line =~ regex
snarfmason has joined #ruby-lang
martndemus has quit [Ping timeout: 240 seconds]
uokesita has joined #ruby-lang
uokesita_ has quit [Ping timeout: 246 seconds]
<micalexander>
apeiros: so there is no super cool way to just have them assigned dynamically. Sense Im using a each_line do, I actually want to add each result to a hash dynamically
__butch__ has joined #ruby-lang
<apeiros>
I don't really get what you want
solars has quit [Ping timeout: 240 seconds]
<micalexander>
apeiros: I want each of the Regexp.union(/pattern1/,/pattern2/,/pattern3/), found pattern to be assigned like so: { one: pattern1. two: pattern2, three: pattern3}
venu0336 has joined #ruby-lang
dennus has quit []
kek_ has joined #ruby-lang
venu0336 has quit [Remote host closed the connection]
jithu_ has quit [Quit: Mother, did it need to be so high?]
schaerli has quit [Remote host closed the connection]
r0bby_ has joined #ruby-lang
sepp2k has joined #ruby-lang
schaerli has joined #ruby-lang
kek_ has quit [Read error: Operation timed out]
kek has quit [Remote host closed the connection]
francisfish has joined #ruby-lang
schaerli has quit [Ping timeout: 272 seconds]
lfox has quit [Quit: ZZZzzz…]
cnivolle has quit [Remote host closed the connection]
pothibo has quit [Quit: pothibo]
cnivolle has joined #ruby-lang
uokesita has quit [Ping timeout: 265 seconds]
cored has quit [Ping timeout: 240 seconds]
mistym has quit [Remote host closed the connection]
cnivolle has quit [Ping timeout: 272 seconds]
banisterfiend has joined #ruby-lang
Guest41306 has quit [Quit: Leaving]
mschneider_dev has quit [Remote host closed the connection]
mschneider_dev has joined #ruby-lang
tubbo has quit [Ping timeout: 272 seconds]
wnd has quit [Ping timeout: 268 seconds]
wnd has joined #ruby-lang
mschneider_dev has quit [Ping timeout: 245 seconds]
a1ph4g33k has joined #ruby-lang
mistym has joined #ruby-lang
mistym has joined #ruby-lang
mistym has quit [Changing host]
lfox has joined #ruby-lang
ruurd has quit [Quit: Leaving...]
r0bby_ has quit [Max SendQ exceeded]
heftig has quit [Ping timeout: 245 seconds]
tubbo has joined #ruby-lang
kek has joined #ruby-lang
Johz has quit [Read error: Operation timed out]
heftig has joined #ruby-lang
heftig has quit [Client Quit]
Tearan has joined #ruby-lang
heftig has joined #ruby-lang
benlovell has quit [Ping timeout: 268 seconds]
Squarepy has quit [Quit: Leaving]
ruby-lang307 has joined #ruby-lang
violarium has joined #ruby-lang
ruby-lang307 has quit [Client Quit]
Kabaka has quit [Remote host closed the connection]
Boohbah has quit [Write error: Connection reset by peer]
kenta_ has quit [Remote host closed the connection]
kenta_ has joined #ruby-lang
cnivolle has joined #ruby-lang
metus_violarium has quit [Ping timeout: 260 seconds]
CCD has joined #ruby-lang
CCD has left #ruby-lang [#ruby-lang]
CCD has joined #ruby-lang
CCD has quit [Remote host closed the connection]
jxpx777 has joined #ruby-lang
kenta_ has quit [Ping timeout: 265 seconds]
io_syl has joined #ruby-lang
Boohbah has joined #ruby-lang
ruurd has joined #ruby-lang
Kabaka has joined #ruby-lang
snooc has quit []
sevvie has joined #ruby-lang
mschneider_dev has joined #ruby-lang
Johz has joined #ruby-lang
fuhgeddaboudit has joined #ruby-lang
elia has quit [Ping timeout: 264 seconds]
kireevco_ has joined #ruby-lang
tbuehlmann has quit [Quit: Konversation terminated!]
mbj has joined #ruby-lang
Coincidental has joined #ruby-lang
julweber has joined #ruby-lang
jsullivandigs has quit [Remote host closed the connection]
tubbo has quit [Ping timeout: 272 seconds]
VTLob has joined #ruby-lang
jsullivandigs has joined #ruby-lang
mbj has quit [Read error: Connection reset by peer]
petercooper has joined #ruby-lang
ruurd has quit [Quit: Leaving...]
carlosgaldino has quit [Ping timeout: 240 seconds]
jsullivandigs has quit [Ping timeout: 245 seconds]
snooc has joined #ruby-lang
hahuang65 has quit [Ping timeout: 272 seconds]
julweber has quit [Remote host closed the connection]
carlosgaldino has joined #ruby-lang
julweber has joined #ruby-lang
workmad3 has quit [Ping timeout: 265 seconds]
soba has quit [Ping timeout: 272 seconds]
Pupeno_ has quit [Remote host closed the connection]
Pupeno has joined #ruby-lang
Pupeno has joined #ruby-lang
Pupeno has quit [Changing host]
julweber has quit [Ping timeout: 260 seconds]
petercooper has quit [Remote host closed the connection]
petercooper has joined #ruby-lang
x0f has quit [Ping timeout: 272 seconds]
jithu has joined #ruby-lang
francisfish has quit [Remote host closed the connection]
petercooper has quit [Ping timeout: 272 seconds]
wnd has quit [Ping timeout: 240 seconds]
kireevco_ has quit [Ping timeout: 240 seconds]
mbj has joined #ruby-lang
x0f has joined #ruby-lang
mbj has quit [Read error: Connection reset by peer]
benanne has quit [Quit: kbai]
Elico has quit [Ping timeout: 272 seconds]
wnd has joined #ruby-lang
shireesh has quit [Quit: Leaving]
tubbo has joined #ruby-lang
amerine has joined #ruby-lang
pr0ton has joined #ruby-lang
Elico has joined #ruby-lang
petercooper has joined #ruby-lang
charliesome has joined #ruby-lang
MaddinXx has joined #ruby-lang
elia has joined #ruby-lang
jeff_r has joined #ruby-lang
sirfilip has quit [Quit: Leaving]
pr0ton has quit [Quit: pr0ton]
majjoha has quit [Ping timeout: 264 seconds]
tubbo has quit [Ping timeout: 272 seconds]
pr0ton has joined #ruby-lang
arBmind has quit [Quit: Leaving.]
braingraft has joined #ruby-lang
richardburton has joined #ruby-lang
elia has quit [Ping timeout: 245 seconds]
hahuang65 has joined #ruby-lang
braingraft has quit [Remote host closed the connection]
kalesage has joined #ruby-lang
tubbo has joined #ruby-lang
schaerli has joined #ruby-lang
malev has joined #ruby-lang
wnd has quit [Excess Flood]
wnd has joined #ruby-lang
bastilian has quit [Quit: Leaving...]
schaerli has quit [Remote host closed the connection]
ruurd has joined #ruby-lang
schaerli has joined #ruby-lang
schaerli has quit [Remote host closed the connection]
schaerli has joined #ruby-lang
fuhgeddaboudit has quit [Ping timeout: 268 seconds]
Trapper has quit [Ping timeout: 272 seconds]
richardburton has quit [Quit: Leaving.]
violarium has quit [Quit: Konversation terminated!]
Authenticator has joined #ruby-lang
nisstyre has joined #ruby-lang
francisfish has joined #ruby-lang
fuhgeddaboudit has joined #ruby-lang
metus_violarium has joined #ruby-lang
arBmind has joined #ruby-lang
__butch__ has quit [Quit: Leaving.]
michael_mbp is now known as zz_michael_mbp
Pupeno has quit [Read error: Operation timed out]
zz_michael_mbp is now known as michael_mbp
kek has quit [Remote host closed the connection]
kalesage has quit [Quit: ThrashIRC v2.9 sic populo comunicated]
saarinen has joined #ruby-lang
saarinen has quit [Client Quit]
majjoha has joined #ruby-lang
jaimef has quit [Quit: Emacs must have died]
<yorickpeterse>
GUYS GUYS
saarinen has joined #ruby-lang
<yorickpeterse>
This just in: one dumbass couldn't find his missing part of his brain and behave so lets condemn an entire community of thousands on unrelated men and women
benanne has joined #ruby-lang
<yorickpeterse>
and calling people to not attend Ruby conferences is totally going to solve the problem
<yorickpeterse>
ugh, grrrrr
* yorickpeterse
shakes fist
<havenwood>
So looking forward to RubyConf in Miami!!
<tubbo>
same
retro|cz has quit [Ping timeout: 264 seconds]
<havenwood>
yorickpeterse: Not attend conferences? Why? Says who?
<yorickpeterse>
so tl;dr some nerd sexually assaulted a woman, got called out on it (different perspectives) and now people are basically saying the entire Ruby community is bad and that you shouldn't attend Ruby conferences
<wmoxam>
yorickpeterse: I thought the idea was to not attend confs where the molester is going to attend
<yorickpeterse>
wmoxam: HEY
<yorickpeterse>
DON'T BE SO RATIONAL
* yorickpeterse
gives wmoxam a clout round the head with a fresh copy of WeeChat
<tubbo>
yorickpeterse: at least it's not irssi amirite
jaimef has joined #ruby-lang
* wmoxam
uses irssi
<tubbo>
i think DHH's reply to that sums up how i feel about this particular situation
<wmoxam>
:p
<tubbo>
wmoxam: "a few extra pounds"
scampbell has quit [Remote host closed the connection]
<tubbo>
trololoooooooooooooooooooool
Coincidental has quit [Remote host closed the connection]
Coincidental has joined #ruby-lang
petercooper has quit [Remote host closed the connection]
<yorickpeterse>
I probably shouldn't get started about this at this point because I'll quite literally end up grabbing the first nerd within arm's reach, shake him violently while yelling "WHY DO PEOPLE NOT UNDERSTAND? WHAT YEAR IS IT"
<yorickpeterse>
Having met steve I'm really not sure so I'm not going to judge it too much, though I do think his emotions are more in control than himself
<yorickpeterse>
(which imho can be quite dangerous)
<yorickpeterse>
though maybe that's because I'm more of a machine in that regard
Coincidental has quit [Ping timeout: 272 seconds]
petercooper has quit [Ping timeout: 240 seconds]
__butch__ has joined #ruby-lang
skade has quit [Quit: Computer has gone to sleep.]
lele|w has quit [Read error: No route to host]
majjoha has quit [Ping timeout: 240 seconds]
lele|w has joined #ruby-lang
tbuehlmann has joined #ruby-lang
francisfish has quit [Read error: Connection reset by peer]
lele|w has quit [Read error: Connection reset by peer]
francisfish has joined #ruby-lang
Trapper has joined #ruby-lang
lele|w has joined #ruby-lang
mj12albert has quit [Ping timeout: 272 seconds]
<tubbo>
i have a feeling steve holds a lot more back when talking IRL, much like every other human on the planet
mj12albert has joined #ruby-lang
mj12albert has quit [Max SendQ exceeded]
hatoishi has joined #ruby-lang
<tubbo>
it's nothing to do with people's understanding of the subject and everything to do with people's undying need to argue with each other over everything
mj12albert has joined #ruby-lang
hatoishi has left #ruby-lang [#ruby-lang]
mj12albert has quit [Max SendQ exceeded]
symm- has quit [Read error: Connection reset by peer]
<tubbo>
like this was a sexual assault that happened at a bar that involved people nobody in this channel knows. it's really not that uncommon, sorry to say. i don't go on Twitter tirades every time a girl i know gets cat-called on the street or gets unwanted advances placed on them in a public setting...
mj12albert has joined #ruby-lang
<tubbo>
it's not part of the "women in tech problem", it's a horrible thing that happened but it happens and being adults about it is probably the best solution :\
sevvie has quit [Quit: leaving]
<mistym>
tubbo: Just a reminder that "sexual assault" and "catcalls" are different levels of severity
symm- has joined #ruby-lang
ninjago_ has joined #ruby-lang
<csaunders>
^
Trapper has quit [Remote host closed the connection]
<tubbo>
alright
<mistym>
If sexual assault has become a norm within a community than that is a *serious fucking problem* and the community needs to get its shit together
<tubbo>
so substitute cat-called for raped or sexual assaulted, and my argument is still valid.
<tubbo>
mistym: it's not a "norm" within OUR community, it's a common problem that occurs in humanity on planet earth.
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
<tubbo>
so that's why we need to overcome it and band together as a community to help these people out, not go on a witch hunt about what to ban next
<tubbo>
or what to do/not to do @ confs, or even to go to conferences at all
<tubbo>
if anything we should be giving justine and her friends emotional support, and joe o'brien some psychological help
<tubbo>
if we were a true community, we'd be doing that instead of expressing our angst in the most childish way possible
<mistym>
Being angry about sexual assault happening is not "childish"
<tubbo>
that's not what i said. i said reacting in the way that some members of the ruby community have reacted is.
<tubbo>
if i really feel strongly about the issue, wouldn't it make sense to somehow help the people involved and ensure that in our community this doesn't happen as often as it happens outside of the community?
<tubbo>
if so, how can i do that?
<csaunders>
yes.
<csaunders>
We can start encouraging safe spaces. If we want to keep the drinking events, then having alt events are something
<csaunders>
lots of groups have started doing boardgames and such
<mistym>
Yes, exactly. This is why the discussion of "are Ruby conferences safe spaces, can we make them safe spaces?" is happening.
<apeiros>
talking about it helps
<tubbo>
^
<apeiros>
I'm happy that those women had the courage to tell their stories
<csaunders>
While it's unfortunate to have to break the groups up: 2 different events, it helps keep everyone comfortable
<apeiros>
perpetrators prosper in silence.
<apeiros>
silence is implicit acceptance.
<tubbo>
yeah that's true
<csaunders>
It would be cool to see some other events as well. I was thinking maybe group sporting events, though they do have beer… but I'd say a baseball or hockey game is a somewhat safe environment
<mistym>
Exactly. Saying "don't talk about it" helps keep the cycle going, and tone-policing keeps the conversation from happening.
<tubbo>
i just wish the chatter was more positive, like "how can we make this better", and not scare-mongering, like "DON'T GO TO RUBY CONFS!"
<csaunders>
Like people aren't limited to just doing safe events at boardgame cafes or whatever.
<mistym>
Steve already apologized for that comment, fwiw
<csaunders>
tubbo: He admitted the fault
<tubbo>
he's not the only one who made that error.
<csaunders>
It's easy to generalized when you are sad, angry or frustrated
<tubbo>
csaunders: especially if you look at the post time...2:30 am... :)
<tubbo>
mister drunk tweets
<csaunders>
European time?
<tubbo>
is that where he is now? i thought he was bouncing between pittsburgh and L.A.
<csaunders>
¯\(°_o)/¯
<tubbo>
i always see him posting beautiful shots of santa monica on vine and it makes me want to go
<apeiros>
nice emo :D
<tubbo>
hah
<csaunders>
thought maybe he was in the EU… regardless
<tubbo>
csaunders: it's like the computer from hitchhiker's guide
<tubbo>
:D
<tubbo>
(your emoticon)
majjoha has joined #ruby-lang
<csaunders>
apeiros: the only thing text expander is useful for
Coincidental has joined #ruby-lang
<csaunders>
anyway… Yes. Negative rarely breeds anything postive or useful.
<tubbo>
aaaanyway, would anyone here be really opposed to drinking going away from conferences?
duphus has joined #ruby-lang
adambeynon has joined #ruby-lang
<csaunders>
tubbo: Some might, I really don't care… I find it just destroys you anyway. I never sleep well
<tubbo>
i would not give a shit, but i also feel kinda sad that "we can't have nice things" like a beer or two because 1 guy can't keep control of his actions
<tubbo>
seems ridiculous
<csaunders>
but I *loooooove* tasting all the good beer in 'merica
<tubbo>
yeah i'm not advocating getting drunk at all, there's such a thing as "responsible use", especially around THE PEOPLE WHO PAY YOU...
* imperator
is all about boardgames
<csaunders>
indeed
<tubbo>
now *there* is a conf i won't be attending
<tubbo>
i have plenty better things to do than play monopoly with a bunch of nerds
<csaunders>
just no AGoT :P
<tubbo>
no offense but that sounds way less fun than going to a bar.
<imperator>
tubbo, srsly?
<tubbo>
yarly
<csaunders>
tubbo: what games are you thinking of.
<imperator>
you haven't experienced the board gaming revolution apparently
<csaunders>
There's some pretty good ones out there
<tubbo>
just in general
<tubbo>
imperator: "the revolution will not be televised, it will be rolled on dice"
<csaunders>
tubbo: That's fine. I say have the pub events still, just keep alt events open so people who don't like that stuff have an alternative
<tubbo>
csaunders: i'm down with that, definitely. there are some of us who don't go to the pub events because they don't like the atmosphere of those loud drinking places
<csaunders>
But like you say, boardgames might turn people off. Maybe it's because they don't know about everything, or maybe they legitimately don't like boardgames
<imperator>
ticket to ride, settlers of catan, carcassone, netrunner, puerto rico, power grid.....
<tubbo>
so this would lump those people in
<tubbo>
sorry i'm just like, not interested at all in board games. just like you probably aren't interested in listening to a lot of bad electronic music so you find the 1 or 2 gems that you can DJ
<csaunders>
It's why it would be cool if there were other alts. Like maybe a guided city tour for outsiders, or something? Sports games?
bastilian has joined #ruby-lang
<tubbo>
it sounds tedious...and it is. it's very boring and sometimes you get nothing. :)
<csaunders>
Dunno, at Nickel City I went and say a Leafs vs Sabres game
<csaunders>
was awesome
pr0ton has quit [Ping timeout: 246 seconds]
<imperator>
tubbo, i got matt darey on right now ;)
<yorickpeterse>
god damn it now I have to read a backlog
<tubbo>
csaunders: lol sports games? now we'll have a problem with ruby developers being thrown out of stadiums for getting too rowdy ;)
gnufied has left #ruby-lang [#ruby-lang]
<tubbo>
imperator: boom :D
<yorickpeterse>
ok done
<tubbo>
haha
<tubbo>
yorickpeterse: reading comprehension 200%
majjoha has quit [Ping timeout: 245 seconds]
<imperator>
ferry corsten, dj gt vs project c, yada yada
<csaunders>
tubbo: Yeah… it's just coming up with stuff. That might be accessible.
jeff_r has quit [Read error: Connection reset by peer]
<yorickpeterse>
tubbo: I just skimmed through it
jeff_r has joined #ruby-lang
<yorickpeterse>
Case in point, IT may be a sexist industry in general but at least from what I know (a fairly limited view) it's also an industry with a lot of people actively campaigning/trying to fight it
<tubbo>
imperator: heh, i've been listening to a lot of UK Garage recently...i started listening to electronic music right between the heyday of trance and the heyday of dubstep
<yorickpeterse>
Thus you'd probably hear more about it
martndemus has joined #ruby-lang
<tubbo>
so i listened to the old trance when i was younger but never went out to hear it spun...now that i can go out i spin house and uk garage and jungle
<tubbo>
i love UKG because it's basically like a combo of house and jungle, as well as some old raver hardcore mixed in
francisfish has quit [Remote host closed the connection]
francisfish has joined #ruby-lang
<yorickpeterse>
Guess I should get myself a Medium blog and blag about it, post it on HN
<yorickpeterse>
then have a bunch of neckbeards try to justify all this
<yorickpeterse>
"SHEEE WAS TOOOOOTALLLLYY ASKING FOR IT, I MEAN LOOK AT THAT, SHE'S NOT WEARING A NIQAB!"
<yorickpeterse>
grrr
<csaunders>
tubbo: question for you. You like 4X style games like Civilization, Gal Civ, Sins of a Solar empire, etc?
mucker has quit [Remote host closed the connection]
<tubbo>
csaunders: yeah. i used to play axis and allies and diplomacy a lot, actually. i also am a big fan of RTS and FPS games
<tubbo>
csaunders: but i don't play any video games anymore, sadly.
<imperator>
twilight imperium, space empires 4x, eclipse - you would like those i think
<csaunders>
tubbo: understandable. Well there's boardgames like that --- ^^^
<csaunders>
what I was going to say imperator. Stole my thunder! :P
<yorickpeterse>
Monopoly is still the best boardgame
<csaunders>
ಠ_ಠ
<tubbo>
yeah...so i liked those games but it was really a pain to set it up
<yorickpeterse>
Best way to ruin friendships
* imperator
slaps yorickpeterse with a trout
* yorickpeterse
gives imperator a hearty slap
<yorickpeterse>
WHY DOES IT NOT USE MY CUSTOM ONES DAMN IT
* yorickpeterse
likes slapping people and randomly picks yorickpeterse to slap
<yorickpeterse>
oh ffs
workmad3 has joined #ruby-lang
<imperator>
stop hitting yourself
<yorickpeterse>
hehe
francisfish has quit [Ping timeout: 240 seconds]
<imperator>
tubbo, never got into some of the other genres, pretty much stuck with vocal trance
nisstyre has quit [Quit: Leaving]
jeer has joined #ruby-lang
<imperator>
though i'm not all that clear on the classification system, either, so it's possible i like some things from those other types of music without realizing what they're called
mucker has quit [Ping timeout: 252 seconds]
<imperator>
yorickpeterse, best way to ruin friendships? monopoly or diplomacy? ;)
<yorickpeterse>
there's no diplomacy in monopoly
<yorickpeterse>
it's all about crushing the opposition
<imperator>
"Diplomacy" is a game :)
<yorickpeterse>
oh?
<imperator>
Henry Kissinger's favorite, supposedly
<yorickpeterse>
Is that a game where nothing ever happens?
<imperator>
no, that's monopoly
<tubbo>
imperator: yeah. i typically check the trance charts for gems. people have no idea sometimes when i play out the tracks.
kurko_ has quit [Ping timeout: 264 seconds]
<tubbo>
i check all kinds of charts and areas to hear music because you never know when you're gonna find that track that everyone else is too stupid to look for
<csaunders>
I'm all about the eurogames…
<csaunders>
love that worker placement
* imperator
is more of a wargamer
kenta_ has joined #ruby-lang
<csaunders>
though I do kinda like space stuff like Merchant of Venus
<imperator>
though i do like some euros, too - dominant species is pretty much the only worker placement i like
<yxhuvud>
diplomacy is the game when nothing much happens, and then you get backstabbed and die horribly.
<csaunders>
imperator, miniatures a la war machine?
kurko_ has joined #ruby-lang
<imperator>
nah, not miniatures, more like historical wargames, the gmt stuff for example
<csaunders>
ah
<csaunders>
i have Twilight Imperium. Played it with the lady once. Got confused :(
<csaunders>
Err… Twilight Struggle*
<imperator>
spqr, close action, russian campaign, paths of glory, etc
<imperator>
yeah, that one is popular, though i don't really consider it a wargame
Coincidental has quit [Remote host closed the connection]
francisfish has joined #ruby-lang
<imperator>
seems to appeal to eurogamers since it's a sort of area control game really
<csaunders>
haha yeah
Coincidental has joined #ruby-lang
<imperator>
yxhuvud, no, YOU get stabbed in the back, sucker! ;)
<yorickpeterse>
imperator: clearly you've never played Monopoly with me
<imperator>
"this fleet in the english channel? oh, purely defensive reasons."
<yorickpeterse>
more like "I already crushed your country under my iron boot"
<yorickpeterse>
(that's more like Risk btw)
<yorickpeterse>
Cards against humanity is pretty fun too
<yorickpeterse>
though it requires...a certain mindset
<imperator>
best played with booze and close friends i suspect
<imperator>
never played it myself, though
<yorickpeterse>
yup
momomomomo has quit [Quit: momomomomo]
Coincidental has quit [Ping timeout: 272 seconds]
<apeiros>
21:16 yorickpeterse: "SHEEE WAS TOOOOOTALLLLYY ASKING FOR IT, I MEAN LOOK AT THAT, SHE'S NOT WEARING A NIQAB!"
<apeiros>
this
momomomomo has joined #ruby-lang
<apeiros>
when I read about muslimic countries requiring niqabs, I always think "wow, their men must have weak morale if they need that"
<tubbo>
yo
<apeiros>
and now I look what happens here…
<tubbo>
yorickpeterse: i have played cards against humanity
<Trapper>
Muslimic haha
<Trapper>
*islamic
<apeiros>
blerp
<yorickpeterse>
apeiros: The few islamic families that I've dealt with in close relationships were very complicated ones, so I'm not sure if it's simply that
<yorickpeterse>
Mind you that at least they were progressive regarding clothing
<apeiros>
yorickpeterse: of course it isn't. but it gets used as rationale.
<yorickpeterse>
Though certainly the part of men fearing women becoming more powerful (or as equal) plays a role
<apeiros>
IMO it's a tool of suppression
<apeiros>
or it's become one
arBmind has quit [Quit: Leaving.]
kleesc has joined #ruby-lang
<yorickpeterse>
It's interesting to see how various countries, e.g. Afghanistan, were actually totally different during the 80s
<yorickpeterse>
basically before the Taliban/US fucked everythig up
<yorickpeterse>
(US army that is, not the people in general)
jsullivandigs has joined #ruby-lang
<yorickpeterse>
The most interesting part for me is always how people can defend these things like sexual misbehaviour, supression, etc
petercooper has joined #ruby-lang
Elico has quit [Ping timeout: 272 seconds]
<yorickpeterse>
As in, I don't always get how somebody can be so fundamentally broken at their core that they think it's allright
<yorickpeterse>
well, I never get that actually
dus7 has joined #ruby-lang
michael_mbp is now known as zz_michael_mbp
<yorickpeterse>
In that same category falls people not understanding why timezones are hard
tbuehlmann has quit [Remote host closed the connection]
kleesc has quit [Quit: Page closed]
<yorickpeterse>
guess it's time for #ruby-yorick-whitequark-politics
dus7 has left #ruby-lang [#ruby-lang]
<Trapper>
Gentlemen, if I may interject
<Trapper>
FileUtils.cp('root/file.txt','root/')
<Trapper>
That should duplicate file.txt in the root directory
<imperator>
one would think
<Trapper>
but it doesn't, because 'file.txt' already exists
<mistym>
Trapper: Not to be a jerk, but this channel is not all gentlemen ;)
<imperator>
i think there's a :force => true option but don't quote me on it
petercooper has quit [Remote host closed the connection]
<yorickpeterse>
The normal approach is to store some kind of hash (e.g. a SHA1 hash) based on the content
petercooper has joined #ruby-lang
tdm00 has joined #ruby-lang
<momomomomo>
yorickpeterse: Trapper it depends
mistym is now known as mistym_lunch
tdm00 has quit [Remote host closed the connection]
<momomomomo>
If you're doing this check to see if a PDF contents have changed, then a hash won't work
<yorickpeterse>
true
pr0ton has joined #ruby-lang
<Trapper>
It's just a plain text file
<Trapper>
:)
<momomomomo>
ie: the hash may be different due to a timestamp in the file format somewhere, so you'd probably want to check size & contents
<imperator>
Trapper, FileStat#mtime
momomomomo has quit [Quit: momomomomo]
petercoo_ has joined #ruby-lang
petercoo_ has quit [Remote host closed the connection]
petercoo_ has joined #ruby-lang
petercooper has quit [Ping timeout: 272 seconds]
majjoha has quit [Ping timeout: 252 seconds]
metus_violarium has quit [Quit: Konversation terminated!]
petercoo_ has quit [Ping timeout: 272 seconds]
<rickhull>
anyone familiar with serverspec in here?
<rickhull>
i'm having some trouble using it as the docs indicate, and I'm wondering if there are workarounds, or i'm also tempted to fork the project
<rickhull>
my main complaints are: it pushes you towards one-test-per-remote-command, and each remote command is a separate ssh session
<rickhull>
and it seems to be reinventing a lot of wheels by implementing rspec matchers and whatnot, that seem to me redundant against what e.g. minitest/spec provides
francisfish has quit [Read error: Connection reset by peer]
<rickhull>
so i'm thinking about adding a minitest front-end to complement or replace rspec
<rickhull>
and looking at making the backend ssh stuff more session-efficient
francisfish has joined #ruby-lang
Nisstyre-laptop has joined #ruby-lang
<rickhull>
my specific problem: running a remote shell command which hits remote APIs and returns many lines of output
Nisstyre-laptop is now known as nisstyre
<rickhull>
i'd like to have several independent tests of that output, rather than trying to specify what it should be a in a single giant regex
zz_michael_mbp is now known as michael_mbp
<rickhull>
from what i understand of serverspec so far, i would need to execute the command remotely for each output test, and each remote execution requires a new ssh session
kek has joined #ruby-lang
<rickhull>
really i just want serverspec to help run the command once, and provide nice tests/assertions for the output
<yorickpeterse>
I hate pizzas
<yorickpeterse>
Bought brand Y again, forgot I can't properly prepare it in my microwave/oven
<yorickpeterse>
clearly the problem here is the pizza
<Trapper>
yorickpeterse: haha
<yorickpeterse>
rickhull: serverspec?
<Trapper>
can I use regex with the glob Dir.glob("lib/tasks**/**")
mistym has joined #ruby-lang
<yorickpeterse>
Trapper: No, but you can use limited patterns
<seydar>
drbrain: i swear i tried that to no avail, but i'll do it again because i understand that sometimes things depend on the phase of the moon
<seydar>
drbrain: and of course, it worked flawlessly
<drbrain>
\o/
<seydar>
NO. WE'RE UPSET.
MaddinXx has quit [Remote host closed the connection]
Kabaka has quit [Remote host closed the connection]
jsullivandigs has quit [Ping timeout: 253 seconds]
digs has joined #ruby-lang
akatakritos has quit [Quit: akatakritos]
digs is now known as Guest20998
Kabaka has joined #ruby-lang
ssb123 has joined #ruby-lang
seydar has quit [Quit: leaving]
Coincidental has joined #ruby-lang
elia has quit [Quit: Computer has gone to sleep.]
Guest20998 has quit [Ping timeout: 248 seconds]
cnivolle has quit [Remote host closed the connection]
cnivolle has joined #ruby-lang
elia has joined #ruby-lang
julweber has joined #ruby-lang
alexju has quit [Remote host closed the connection]
cnivolle_ has joined #ruby-lang
alexju has joined #ruby-lang
r0bby_ has joined #ruby-lang
adambeynon has joined #ruby-lang
cnivolle has quit [Ping timeout: 246 seconds]
elia has quit [Quit: Computer has gone to sleep.]
michael_mbp is now known as zz_michael_mbp
francisfish has quit [Remote host closed the connection]
alexju has quit [Ping timeout: 272 seconds]
francisfish has joined #ruby-lang
mistym has quit [Remote host closed the connection]
majjoha has joined #ruby-lang
petercooper has quit [Remote host closed the connection]
JasonC_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
francisfish has quit [Ping timeout: 246 seconds]
petercooper has joined #ruby-lang
elia has joined #ruby-lang
nisstyre has quit [Quit: Leaving]
majjoha has quit [Ping timeout: 272 seconds]
mistym_lunch is now known as mistym
petercooper has quit [Ping timeout: 272 seconds]
<charliesome>
apeiros: i am very late, but #[] can indeed take a block
JasonC_ has joined #ruby-lang
<apeiros>
charliesome: not via the ordinary syntax, though
<charliesome>
sure but it's not a lot harder
<charliesome>
Dir.[] { .. }
<apeiros>
ah, ok, I thought it'd at least take send
<rickhull>
http://x.rubini.us/ "Ruby presently only provides threads as a concurrency mechanism." really?
<apeiros>
rickhull: you could add forks, but those are non-portable.
<rickhull>
fibers?
<apeiros>
hm, though, fibers
<apeiros>
right
richardburton has joined #ruby-lang
<rickhull>
generally i like the content of that page, otherwise
Coincidental has quit [Remote host closed the connection]
fuhgeddaboudit has quit [Ping timeout: 260 seconds]
Coincidental has joined #ruby-lang
Oloryn_lt21 has joined #ruby-lang
Oloryn_lt2 has quit [Ping timeout: 245 seconds]
Coincidental has quit [Ping timeout: 256 seconds]
elia has quit [Quit: Computer has gone to sleep.]
ruurd has quit [Read error: Connection reset by peer]
Coincidental has joined #ruby-lang
pr0ton has quit [Quit: pr0ton]
petercooper has joined #ruby-lang
fuhgeddaboudit has joined #ruby-lang
simoz has joined #ruby-lang
mdedetrich has joined #ruby-lang
pr0ton has joined #ruby-lang
kurko_ has quit [Quit: Computer has gone to sleep.]
<yorickpeterse>
not sure if I'd consider fibers in the same boat as threads
<rickhull>
effectively cooperative multi rather than preemptive?
<apeiros>
doesn't need to be in the same boat
<drbrain>
is IO.select a concurrency mechanism?
<apeiros>
it's a means for concurrency
<mistym>
rickhull: "anything inspired by Perl should be removed" on that page seems extraordinarily broad
<drbrain>
mistym: no more String#split!
<apeiros>
note that concurrent != parallel
<rickhull>
mistym: verbatim, agreed with you. i completely agree with the sentiment
<rickhull>
i.e. remove those things that people are like WTF? oh a perlism
<mistym>
drbrain: Hope they don't like postfixed if statements
<mistym>
rickhull: Yeah, things like the magic globals I completely agree on. But the statement as written is pretty different from the apparent statement as intended
<rickhull>
yeah, i took it to mean, most of the warty warts come from perl, and let's remove all of those
<rickhull>
though, i do tend to disagree on disabling all globals
<rickhull>
i'd be happy to say, the default impl doesn't use any globals
<rickhull>
but sometimes you really do want e.g. a $LOG
r0bby_ has quit [Read error: Connection reset by peer]
<eam>
most of the good stuff about ruby comes from perl, though
<rickhull>
but i'd be happy to see all globals banished from core and stdlib
<rickhull>
eam: yeah, i think it's a mistake to say, it comes from perl therefore bad
<rickhull>
but most people agree on the warty warts, and they do seem to mostly come from perl. completely aside from good stuff from perl
<eam>
re: concurrency, IO multiplexing cannot deliver concurrency on unix
kek has quit [Remote host closed the connection]
<eam>
nonblocking i/o is an ok way to fake it for small stuff, but it won't work with all i/o types
<rickhull>
yeah, select and event machine are io multiplexing, then
<eam>
(eg disk)
<drbrain>
eam: I meant to imply IO concurrency in my question
<eam>
without taking threads/forks into account you severely limit the operational scope
<drbrain>
since IO.select asks the OS if it's ready to read/write more bytes
<eam>
drbrain: yeah, but you can't do IO concurrency without a thread or fork on unix
mj12albert has quit [Ping timeout: 272 seconds]
<eam>
for all types of i/o
* drbrain
nods
<eam>
select on a socket does work though :)
mj12albert has joined #ruby-lang
<rickhull>
and not other FDs?
mj12albert has quit [Max SendQ exceeded]
<eam>
rickhull: select works, however O_NONBLOCK does not
mj12albert has joined #ruby-lang
<rickhull>
ah, ok
mj12albert has quit [Max SendQ exceeded]
<eam>
async-io is a "fix" except it's implemented with a thread per ...
mj12albert has joined #ruby-lang
mj12albert has quit [Max SendQ exceeded]
<eam>
at least on popular unixes
mj12albert has joined #ruby-lang
Oloryn_lt21 has quit [Quit: Leaving.]
mj12albert has quit [Max SendQ exceeded]
Oloryn_lt2 has joined #ruby-lang
petercooper has quit [Remote host closed the connection]
<eam>
apeiros: no, nonblocking io is different from async io
ruby-lang986 has joined #ruby-lang
<apeiros>
phew
<apeiros>
you've shocked me quite a bit there
<eam>
nonblocking i/o changes the semantics of read/write, but doesn't work on some kinds of fds (like, disk files)
<eam>
it's basically for sockets
nathanstitt has quit [Quit: I growing sleepy]
<eam>
the aio_* family of io calls are for async i/o and will work with disk files
petercooper has quit [Ping timeout: 265 seconds]
<apeiros>
hm, well, I guess it doesn't make too much sense for disk files anyway. you can have threadless concurrency there by using cooperative methods
<eam>
and on linux at least it's implemented by creating threads
Forgetful_Lion has quit [Remote host closed the connection]
<eam>
yeah, the trouble is when you want to say, act like a database and put data on block devices
<drbrain>
eam: do other OSes have aio_*?
<eam>
but if you're only writing business logic between a rdbms and the net, you're fine
<apeiros>
(and select is a cooperative way of concurrency too I'd say)
<drbrain>
hrm, I must not have noticed, it says it appeared in FreeBSD 3
<eam>
it probably wasn't any good, and probably still isn't
<drbrain>
probably
<Trapper>
is this how you test if something is -1 or + 1?
<Trapper>
if integer == -1 || 1
<drbrain>
Trapper: how about: if integer.abs == 1
<Trapper>
what does abs do?
<rickhull>
Trapper: also, that's not how the comparison works
<Trapper>
rickhull: Go on
bean__ has quit [Quit: Computer has gone to sleep.]
<drbrain>
Trapper: absolute value
intellitech has quit [Ping timeout: 240 seconds]
<rickhull>
(integer == 1) || (integer == −1)
<drbrain>
if the number is negative it makes it positive
<rickhull>
(-1 || 1) evaluates to -1
<Trapper>
drbrain: That's really clever :
enebo has quit [Quit: enebo]
<rickhull>
and note that || has high operator precedence, so it acts as though its parenthesized. 'or' has the same logical meaning but with lower operator precedence — it can be tricky to anticipate how it will evaluate, so explicit parens are helpful
ruby-lang986 has quit [Quit: Page closed]
<rickhull>
Trapper: are you familiar with irb, or pry?
<Trapper>
rickhull: Only irb
<rickhull>
pry is like irb, but much more powerful. i would suggest using pry where you might otherwise use irb. it behaves just like irb if you don't use the extra features
<rickhull>
"just like" — anyone care to point out any caveats? (I'm not immediately aware of any)
<rickhull>
so if you get used to using pry now, it will be very easy to transition to more powerful techniques
<Trapper>
rickhull: Ah okay, thanks a lot
cads has quit [Ping timeout: 240 seconds]
<Trapper>
rickhull: So how is pry better?
<Trapper>
I'm sure there's a myriad of reasons, but practically speaking?
<rickhull>
1. binding.pry
<rickhull>
2. built-in tab completion
ruurd has joined #ruby-lang
<rickhull>
3. build-in documentation
<ruurd>
builT-in
<ruurd>
nit
<rickhull>
thanks. i'm working on a post-edit patch for IRC :P
simoz has quit [Ping timeout: 272 seconds]
<Trapper>
rickhull: 2 and 3 are damn practical :)
<Trapper>
I will be looking into that
<ruurd>
might be better to work on a pre-post IRC patch.
<ruurd>
Maybe time travel is a good thing now and again :-) :-)
<rickhull>
once you understand what binding.pry does, and use it once or twice, you'll start to see the light
<ruurd>
my eyes my eyes. sorry. it's the time of day...
<zenspider>
irb has tab completion. my irb has doco (simple function that calls out to ri)
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<rickhull>
yeah, the default irb does not, at least on my system
<rickhull>
i had some thing or other to add tab-completion to irb, and then i just moved to pry
jeff_r has quit [Remote host closed the connection]
jeff_r has joined #ruby-lang
mistym has quit [Quit: Leaving]
<rickhull>
Trapper: also pry's main developer sometimes hangs out, and even talks in here
mbj has joined #ruby-lang
<drbrain>
"and even talks"
<drbrain>
:D :D :D :D
<banisterfiend>
rickhull the least we say about that guy the better, i think ;)
<rickhull>
half the time he's driving and I don't want to encourage him to get distracted
mistym has joined #ruby-lang
<banisterfiend>
haha, i haven't driven for an entire year since i moved to europe, thankfully (opposite side of the road here..:)
mbj has quit [Read error: Connection reset by peer]
fijimunkii has joined #ruby-lang
jeff_r has quit [Ping timeout: 260 seconds]
Johz has quit [Remote host closed the connection]
mbj has joined #ruby-lang
shinnya has joined #ruby-lang
<Trapper>
banisterfiend: I'll have you know driving on the left is far superior than your barbaric tradition of driving on the right! :P
<banisterfiend>
Trapper in NZ we drive on the left :)
<banisterfiend>
NL they drive on the right
mschneider_dev has quit [Remote host closed the connection]
<banisterfiend>
it's weird how completely that mindset permeates every day life, when you bump into someone when walking, you tend to move to the left in NZ, but in NL people step to the right
<Trapper>
no no there are no roads in Middle Earth
petercooper has joined #ruby-lang
<Trapper>
NZ is Newzealand, right?
<banisterfiend>
yyep
<Trapper>
cool :L
<Trapper>
So, is it super nice?
<Trapper>
As I imagine it is
<banisterfiend>
Yeah, but very quiet.
<Trapper>
That's no problem
<Trapper>
really want to live there actually
cnivolle_ has quit [Remote host closed the connection]
cnivolle has joined #ruby-lang
<banisterfiend>
Yeah, now i have a remote job i can move back to NZ during the horrible dutch winters, and flip back and forth for an endless summer
<Trapper>
genius
<Trapper>
I live in Wales :(
<Trapper>
so it's basically endless winter
cads has joined #ruby-lang
<banisterfiend>
Trapper ah, are you from the village of llareggub?
<Trapper>
ah incredible. That was pretty concrete for Dylan Thomas actually...time for the big guns
<Trapper>
have you read
<Trapper>
John Milton's
<Trapper>
Paradise Lost
<banisterfiend>
bits and pieces, mostly i read a lot of non-english surrealistic/symbolist stuff, like rimbaud and garcia lorca
chendo has joined #ruby-lang
kireevco_ has joined #ruby-lang
tenderlove has quit [Remote host closed the connection]
workmad3 has quit [Ping timeout: 246 seconds]
<Trapper>
Can't really comment, I only know English and about 15% of Welsh
serroft has joined #ruby-lang
sepp2k has joined #ruby-lang
elia has joined #ruby-lang
serroft has quit [Client Quit]
serroft has joined #ruby-lang
<Trapper>
Paradise Lost is really good though...I can't really, it's just a real story. There's a bit where Satan is looking out over the space outside the Universes, and it's all this swirling blackness that God uses to create planets. It's really cool, like science fiction.
<imperator>
i've listened to enya a few times, does that count?
<Trapper>
*I can't really describe it
<Trapper>
imperator: Hahaha
<Trapper>
imperator: Does she even use words?
sevvie has quit [Read error: Connection reset by peer]
<rickhull>
as far as feminism promotes equality, i'm a feminist. i just disagree with most of the stuff coming out of the radfem hivemind, which is unsurprisingly the loudest contingent
ninjago has quit [Remote host closed the connection]
<apeiros>
rickhull: +1
fowl_ has joined #ruby-lang
<apeiros>
not everything which claims to be X is indeed X
ninjago has joined #ruby-lang
<r0bgleeson>
yeah im for equality too
<r0bgleeson>
equal pay, for sure, etc, but it can get to an extreme. which i think it is at now.
hahuang65 has quit [Ping timeout: 272 seconds]
<ykk`>
lol
<ykk`>
Robert
<ykk`>
she's just being catty
<apeiros>
extreme equality?
<banisterfiend>
r0bgleeson +1 for keeping the k00 alive in your tweet
<banisterfiend>
:D
<r0bgleeson>
apeiros: eh well, no, making devils out of people who really have no hate in their bones at all for women
<r0bgleeson>
turning misunderstandings into the next drama
<ykk`>
she's cute too. she stated an observation and totally pulled a Bad Girls on you
CoreData has quit [Ping timeout: 260 seconds]
<rickhull>
there is equality of opportunity and equality of outcomes. the latter might be described as extreme equality. for example, mandating that sports starts get paid minimum wage
<banisterfiend>
r0bgleeson hash wow she really bit your head off
<ykk`>
lol banisterfiend
<apeiros>
r0bgleeson: you see, those kinds of things happen if you get vitriol from about all sides
<ykk`>
she totally did
tkuchiki has joined #ruby-lang
jeff_r has quit [Ping timeout: 272 seconds]
VTLob has quit [Quit: VTLob]
hahuang65 has joined #ruby-lang
elia has quit [Quit: Computer has gone to sleep.]
woollyams has joined #ruby-lang
CoreData has joined #ruby-lang
woollyams has quit [Client Quit]
* imperator
decides to go look at open rubygems issues
<Trapper>
Women live longer than men
<Trapper>
so, it all evens out
woollyams has joined #ruby-lang
<Trapper>
and they get loads of vouchers in their catalogues
ruurd has quit [Quit: Leaving...]
<imperator>
let's get back to ruby, shall we? i don't think this conversation can end well
<drbrain>
Trapper: no really, not cool
kurko_ has quit [Ping timeout: 240 seconds]
<Trapper>
drbrain: I'm not being serious!
<Trapper>
imperator's got the best suggestion
bantic has quit [Quit: bantic]
<drbrain>
Trapper: I don't care, it doesn't belong in this channel
elia has joined #ruby-lang
enebo has quit [Quit: enebo]
<Trapper>
drbain: Aright
saarinen has quit [Quit: saarinen]
whatasunnyday has joined #ruby-lang
<apeiros>
drbrain: +1
<rickhull>
i'm having some trouble with net/ssh, specifying a user and keys via Net::SSH.start
r0bby_ has joined #ruby-lang
<rickhull>
apparently it only wants to know about private keys, and then it goes and looks for what it thinks should be the matching public key
<rickhull>
and it fails when the public key is not what it expects
<rickhull>
from the docs, it seems clear that keys should be a list of private keys
whatasunnyday has quit [Quit: Leaving]
<rickhull>
does it *need* to find the corresponding public key? and if so, how can i tell it where to find it?
ssb123 has quit [Remote host closed the connection]