purr changed the topic of #elliottcable to: a _better_ cult || topics << 'gamedev'
<devyn> hai I'm alive sorta
<devyn> how's life
<vigs> hi alive sorta, I'm vigs
<ELLIOTTCABLE> devyn!
<ELLIOTTCABLE> vigs!!
<ELLIOTTCABLE> human beings!
<vigs> Donkey!
<ELLIOTTCABLE> a network admin gets stuck on a deserted island
<ELLIOTTCABLE> with a spade, granola bar, and a single length of fiber
<ELLIOTTCABLE> he laughs,
<ELLIOTTCABLE> eats the granola bar,
<ELLIOTTCABLE> and buries the fiber.
<ELLIOTTCABLE> 24 hours later, a construction crew shows up to dig up the fibre,
<ELLIOTTCABLE> and he was saved
<vigs> .__.
eligrey has quit [Quit: Leaving]
sharkbot has quit [Remote host closed the connection]
sharkbot has joined #elliottcable
<whitequark> lol
oldskirt has joined #elliottcable
<inimino> ... I don't get it :(
eligrey has joined #elliottcable
<joelteon> i'm not feeling it everyone
<joelteon> not anymore
<joelteon> i had my alcohols last night
<joelteon> for the first time
<joelteon> ugh
<vigs> joelteon: first time EVER ever?
<vigs> :(
<joelteon> oh hi vigs lol
<joelteon> well no i've had alcohol in the past but i got fucked up last night
<vigs> multi-channel hello
<vigs> ah
<joelteon> yeah i didnt realize that was reddit-audio and not elliottcable
<joelteon> and when you replied it just confused me more
<vigs> lol
<vigs> I only noticed the other day that you're in both :P
<joelteon> I only noticed the other second that you're in both
<vigs> There's someone from that channel who's in ##meloetta, too (it's a pokémon channel)
<vigs> also: water, electrolytes, innocuous food (breads and such)
<vigs> And rest. Lots of rest.
<joelteon> i'm having a perrier and a coffee
<vigs> good call
<vigs> I know people swear by gatorade and powerade, too. But basically, hydration :P
<vigs> I blacked out last weekend and spent Saturday recovering (and genuflecting before the porcelain gods) so it'll be a while before I drink again
<joelteon> yeah fortunately i only owed a single prayer last night
<joelteon> and they've left me at peace this morning
<vigs> That's good.
<ELLIOTTCABLE> perrier!
<ELLIOTTCABLE> I don't drink much. But I'm headed to a Yes You MAY barbecue tonight, so we'll see how that goes …
<ELLIOTTCABLE> I really just want to hang shelves ;_;
<vigs> Yeah, I don't often WANT to go out and drink a lot, but sometimes you have to do stuff for socializing's sake
<vigs> Or at least, that's how I see it. I don't want to be one of those shut-ins who has no friends outside of his usual routine. That gets boring.
<whitequark> pffff, socializing. fuck socializing
<whitequark> let's deprecate socializing
<joelteon> i really just had to get my first fucked up night over with
<vigs> sounds like you got off easy, thankfull
<vigs> * y
<joelteon> yes
<eligrey> https://www.youtube.com/watch?v=oR3q4hlmoEo + sneakernet amirite
<devyn> lol
<devyn> fn factorial(n: u32) -> u32 { (1..n+1).product() }
<devyn> rust <3
<devyn> granted, Ruby's (1...n).inject(&:+) is pretty awesome too
<devyn> er
<devyn> (1...n).inject(&:*)
<devyn> oh
<devyn> Ruby has … as exclusive
<devyn> so
<devyn> (1..n).inject(&:*)
<devyn> weird, forgot that
<vigs> that reminds me…I should learn haskell