Options:
- # Session Start: Wed Apr 16 00:00:00 2014
- # Session Ident: #webplatform
- # [00:00] <@renoirb> you never got out of USA?
- # [00:00] <@Garbee> Nope.
- # [00:00] <@Garbee> :(
- # [00:01] <@Garbee> Once I get done with this store site and am working on WPD again, I should probably try to find a way to one of the international doc sprints.
- # [00:01] <@Garbee> That would be awesome.
- # [00:01] <@Garbee> btw, https://codio.com --- Online IDE. Pretty nifty.
- # [00:02] <@Garbee> Been using it lately, other than some pretty major intermittent issues the past two weeks it has been awesome.
- # [00:03] <@renoirb> cool.
- # [00:03] <@renoirb> I try to focus on vim and when I must use a mouse, sublime text
- # [00:03] <@renoirb> must as in, my human behavior kicks in :D
- # [00:03] <@Garbee> yea, I have vim keybindings on.
- # [00:03] <@Garbee> :D
- # [00:04] <@Garbee> I *love* vim for local editing.
- # [00:04] <@Garbee> But, this keeps my dev system stable and out of my hands.
- # [00:04] <@Garbee> Plus, works on my Chromebook. :D
- # [00:05] <@renoirb> do you use visual mode?
- # [00:05] <@Garbee> From time-to-time.
- # [00:05] <@renoirb> in horizontal?
- # [00:05] <@Garbee> Mainly when I'm re-indenting certain chunks of code.
- # [00:05] <@renoirb> sorry, vertical?
- # [00:06] <@Garbee> You mean my monitor orientation?
- # [00:06] <@renoirb> no, I wanted to know what you know that I dont, and vice-versa
- # [00:07] <@Garbee> I have no clue what the orientation is referring too.
- # [00:07] <@renoirb> I do a few quirks such as executing command with :! , regexes with :%s/from/to/
- # [00:07] * Quits: dontcallmedom (~dom@2a01:e35:8782:50e0:b1cc:3b39:651b:eeeb)
- # [00:07] * @Garbee don't regex.
- # [00:07] <@Garbee> I don't get how to regex. Not a skill I have needed yet.
- # [00:08] <@Garbee> https://github.com/garbee/dotvim --My needs are pretty simple.
- # [00:08] <@renoirb> if you get in [ESC] and do [CTRL]+[v] and move your cursor down. You can then do [shIft]+[i] and type. When you [ESC], then : it’ll do the same that you typed.
- # [00:08] <@renoirb> b = goes word backward
- # [00:08] <@renoirb> w = goes word forward
- # [00:09] <@Garbee> ah, those are the jump commands!
- # [00:09] <@renoirb> learn the basics without dotfiles. I can tell you, I have a curse at the moment.
- # [00:09] <@Garbee> I had been looking for those.
- # [00:09] <@renoirb> I learned screen with replacing [CTRL]+[a] with [ctrl]+[j]
- # [00:09] <@Garbee> (too lazy to RTFM and apparently haven't been able to find the right keywords for Google.)
- # [00:09] <@renoirb> and now i cannot unlearn
- # [00:09] <@renoirb> oh
- # [00:10] <@Garbee> I don't get what to call the commands where you actually quick jump around the document.
- # [00:10] <@Garbee> like Ctrl + A is end of line,then insert mode.
- # [00:10] <@Garbee> but I don't know how to get to the beginning. :(
- # [00:10] <@Garbee> Although, that one I can probably Google.
- # [00:11] <@Garbee> argh. ofc, I search that one, and get a good cheatsheet: http://www.worldtimzone.com/res/vi.html
- # [00:11] <@Garbee> fml
- # [00:11] <@Garbee> I spent a whole day looking for a navigation cheatsheet like this.
- # [00:11] <@Garbee> (few months ago.)
- # [00:16] <@renoirb> begining is easy Garbee
- # [00:16] <@renoirb> escape 0
- # [00:16] <@renoirb> to get to a line its escape :34
- # [00:17] <@renoirb> to go to line 34
- # [00:17] <@renoirb> in a json file, to format it
- # [00:17] <@renoirb> :%! python -m json.tool
- # [00:17] <@renoirb> % means take in put from current file, ! means that its to execute something, then python -m json.tool is to use the json.tool utility to pretty format it
- # [00:19] <@renoirb> if you are in a place where you want to delete a word
- # [00:19] <@renoirb> esc, dw will delete word
- # [00:19] <@renoirb> or a line from where you are: esc d$
- # [00:19] <@renoirb> $ is end of line
- # [00:19] <@renoirb> % is next matching bracket ({}, <>)
- # [00:20] <@Garbee> ah, to delete a line I always Shift + V and dd
- # [00:20] <@Garbee> d$ seems much faster. :P
- # [00:22] <@renoirb> yes, SHIFT + V is for lines
- # [00:22] <@renoirb> and if you do ctrl+u and ctrl+d
- # [00:22] <@renoirb> goes up and down
- # [00:22] <@renoirb> get used with those, youll see :)
- # [00:23] <@Garbee> I'll need to go over all that again later. :P
- # [00:24] <@Garbee> Focusing on a DB structure right now.
- # [00:24] <@Garbee> Product variations suck.
- # [00:24] <@Garbee> :(
- # [00:25] <@renoirb> Doctrine2?
- # [00:25] <@Garbee> I think I may just hash the keys together. Use that as an identifier.
- # [00:25] <@Garbee> Nah, eloquent.
- # [00:25] <@renoirb> let me have a look.
- # [00:25] <@renoirb> As I recall, the de-facto respected standard is Doctrine2 those days.
- # [00:26] <@Garbee> I need a way to identify product variations. i.e. one product can have 6 different variations (some even a few dozen variations due to colors.)
- # [00:26] <@renoirb> I validated with Python SQLAlchemy guys and explained what Doctrine2 says and its what the good ORMs does
- # [00:26] <@Garbee> Storing all variations and their values in their own table, relating back to the main product to which they belong.
- # [00:27] <@renoirb> you see, soft delete is a good pattern.
- # [00:27] <@Garbee> Yea, eloquent has soft deletes.
- # [00:27] <@renoirb> But it should not be part of ORM.
- # [00:27] <@Garbee> What is it you want to look at exactly?
- # [00:27] <@renoirb> ORM is ONLY about Object Relation Maps.
- # [00:27] <@renoirb> Not behavior.
- # [00:28] <@Garbee> http://laravel.com/docs/eloquent --Docs to eloquent.
- # [00:28] <@renoirb> If you want behaviuor, you can add @ORM\LifecycleEvents annotation to a Doctrine2 entity.
- # [00:28] * @renoirb sounds opinionated, sorry for that. If you were to use Doctrine2, I coudl actually guide you.
- # [00:28] <@renoirb> i’m in the eloquent docs :)
- # [00:28] <@renoirb> that’s why I’m saying this;
- # [00:29] <@renoirb> The nice thing is that you do not need an annotation reader, like symfony.
- # [00:29] <@Garbee> Yea. I just went with what Laravel provides. It has gotten the job done well so far.
- # [00:29] <@renoirb> But I never tried it.
- # [00:29] <@Garbee> Better than what i was using anyways. :P
- # [00:29] <@renoirb> Sure.
- # [00:30] <@renoirb> I’m sure you can use Doctrine2 into laravel
- # [00:30] * Quits: AmeliaBR (3263c548@gateway/web/freenode/ip.50.99.197.72) (Ping timeout: 240 seconds)
- # [00:31] <@Garbee> yup, you could.
- # [00:31] <@Garbee> Let me go check out the doctrine docs on that.
- # [00:31] <@Garbee> Maybe it will let me think of a way to do it in Eloquent.
- # [00:34] <@renoirb> the architecture seems to be different.
- # [00:34] <@renoirb> Eloquent makes me think of how Propel 1 worked
- # [00:35] <@renoirb> i might be wrong. I looked at documentation for five minutes only
- # [00:37] * Joins: mageemooney (~mageemoon@c-98-234-254-227.hsd1.ca.comcast.net)
- # [00:38] <@Garbee> Yea, Laravel does a bit more that only what an ORM should do.
- # [00:39] <@Garbee> Laravel/Eloquent
- # [00:40] * Quits: Bad_Advice_Cat (~Moai@unaffiliated/featheredserpent) (Ping timeout: 276 seconds)
- # [00:41] * Quits: auchenberg (~auchenber@x1-6-00-8e-f2-36-28-8a.cpe.webspeed.dk) (Remote host closed the connection)
- # [00:41] * Joins: auchenberg (~auchenber@x1-6-00-8e-f2-36-28-8a.cpe.webspeed.dk)
- # [00:45] * Joins: Bad_Advice_Cat (~Moai@unaffiliated/featheredserpent)
- # [00:46] * Quits: auchenberg (~auchenber@x1-6-00-8e-f2-36-28-8a.cpe.webspeed.dk) (Ping timeout: 250 seconds)
- # [00:46] * Quits: Bad_Advice_Cat (~Moai@unaffiliated/featheredserpent) (Client Quit)
- # [01:01] * DenSchub is now known as offSchub
- # [01:14] * Quits: roven (~roven@78-20-24-80.access.telenet.be)
- # [01:24] * Quits: kitikonti_ (~kitikonti@178-190-182-241.adsl.highway.telekom.at) (Ping timeout: 258 seconds)
- # [01:26] * Joins: eliezerb (uid25062@gateway/web/irccloud.com/x-nffmbvwkpxhskkuu)
- # [01:26] * ChanServ sets mode: +v eliezerb
- # [01:48] * Joins: morficus (~morficus@108-205-132-58.lightspeed.livnmi.sbcglobal.net)
- # [01:50] * Quits: wilmoore (~wilmoore@2001:1998:6f1:12:cc4b:667e:961c:3e53) (Ping timeout: 252 seconds)
- # [01:52] * Quits: morficus (~morficus@108-205-132-58.lightspeed.livnmi.sbcglobal.net) (Ping timeout: 245 seconds)
- # [02:00] * Joins: Rastus_Vernon (uid15187@wikimedia/Rastus-Vernon)
- # [02:01] * Joins: morficus (~morficus@108-205-132-58.lightspeed.livnmi.sbcglobal.net)
- # [02:05] * Quits: ckwalsh (~ckwalsh@facebook/engineering/ckwalsh) (Ping timeout: 240 seconds)
- # [02:15] * Joins: ckwalsh (~ckwalsh@facebook/engineering/ckwalsh)
- # [02:30] * Quits: hyperair (~hyperair@ubuntu/member/hyperair) (Ping timeout: 250 seconds)
- # [02:34] * Quits: morficus (~morficus@108-205-132-58.lightspeed.livnmi.sbcglobal.net) (Remote host closed the connection)
- # [02:34] * Joins: julee (~Adium@c-50-184-87-81.hsd1.ca.comcast.net)
- # [02:34] * ChanServ sets mode: +o julee
- # [02:39] * Quits: @julee (~Adium@c-50-184-87-81.hsd1.ca.comcast.net) (Quit: Leaving.)
- # [02:42] * Quits: wpdbot (~wpdbot@ec2-54-81-229-166.compute-1.amazonaws.com) (Remote host closed the connection)
- # [02:42] * Joins: wpdbot (~wpdbot@ec2-107-21-199-63.compute-1.amazonaws.com)
- # [03:13] * Quits: cpaul (~cpaul@72-18-233-188.static-ip.telepacific.net) (Quit: Computer has gone to sleep.)
- # [03:16] * Quits: @Ryan_Lane (~Ryan_Lane@wikimedia/Ryan-lane) (Quit: Leaving.)
- # [03:41] * Joins: hyperair (hyperair@ubuntu/member/hyperair)
- # [03:41] * Joins: morficus (~morficus@108-205-132-58.lightspeed.livnmi.sbcglobal.net)
- # [03:48] * Joins: wilmoore (~wilmoore@c-75-71-178-80.hsd1.co.comcast.net)
- # [04:07] * Quits: +eliezerb (uid25062@gateway/web/irccloud.com/x-nffmbvwkpxhskkuu) (Quit: Connection closed for inactivity)
- # [04:11] * Quits: morficus (~morficus@108-205-132-58.lightspeed.livnmi.sbcglobal.net) (Remote host closed the connection)
- # [04:12] * Quits: ckwalsh (~ckwalsh@facebook/engineering/ckwalsh) (Ping timeout: 240 seconds)
- # [04:55] <@renoirb> Garbee: Doctrine2 does all of what I’m talking about. Doctrine has a clear separation between common libraries to handle resultsets (regardless they come out off MongoDB, or MySQL), the connection layer (“DBAL”), the ORM, the ODM (for MongoDB), and on top of that, doctrine uses Symfony EventDispatcher; with that you have a set of events that you can create subscribers to handle.
- # [04:55] * Joins: Ryan_Lane (~Ryan_Lane@wikimedia/Ryan-lane)
- # [04:55] * ChanServ sets mode: +o Ryan_Lane
- # [04:56] * Joins: eliezerb (uid25062@gateway/web/irccloud.com/x-ekmgcikcyotitdyi)
- # [04:56] * ChanServ sets mode: +v eliezerb
- # [04:56] <@renoirb> And compared to Laravel+eloquent its one package back again like the old time. I might be wrong. Just that its been heavily inspired by Hibernate2 that is based on Hibernate1 that was already good in the java world.
- # [04:57] <@renoirb> And I feel that Eloquent is not leveraging the lessons learned.
- # [04:57] <@renoirb> that is all.
- # [05:53] * Joins: Bad_Advice_Cat (~Moai@unaffiliated/featheredserpent)
- # [06:01] * Quits: jerryitt (uid17132@gateway/web/irccloud.com/x-sxipcjhtcnfspvbj) (Quit: Connection closed for inactivity)
- # [06:47] * Joins: jswisher (~jswisher@cpe-72-182-94-57.austin.res.rr.com)
- # [07:09] * Quits: @Ryan_Lane (~Ryan_Lane@wikimedia/Ryan-lane) (Quit: Leaving.)
- # [07:27] * Quits: +eliezerb (uid25062@gateway/web/irccloud.com/x-ekmgcikcyotitdyi) (Quit: Connection closed for inactivity)
- # [07:36] * kaustavdm is now known as kaustavdm|away
- # [07:36] * Quits: mageemooney (~mageemoon@c-98-234-254-227.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [07:42] * kaustavdm|away is now known as kaustavdm
- # [07:49] * Joins: mageemooney (~mageemoon@c-98-234-254-227.hsd1.ca.comcast.net)
- # [07:57] * Quits: arnaudb (~arnaudb@72-18-233-188.static-ip.telepacific.net) (Remote host closed the connection)
- # [07:58] * Joins: arnaudb (~arnaudb@72-18-233-188.static-ip.telepacific.net)
- # [08:02] * Quits: arnaudb (~arnaudb@72-18-233-188.static-ip.telepacific.net) (Ping timeout: 276 seconds)
- # [08:13] * Joins: morficus (~morficus@108-205-132-58.lightspeed.livnmi.sbcglobal.net)
- # [08:18] * Quits: morficus (~morficus@108-205-132-58.lightspeed.livnmi.sbcglobal.net) (Ping timeout: 252 seconds)
- # [08:25] * Quits: brianjhong (~omfgpears@76.91.198.71) (Ping timeout: 258 seconds)
- # [08:34] * Joins: ckwalsh (~ckwalsh@facebook/engineering/ckwalsh)
- # [08:41] * Joins: mstalfoort (~manuchill@83.232.96.217)
- # [08:43] * Quits: ckwalsh (~ckwalsh@facebook/engineering/ckwalsh) (Ping timeout: 276 seconds)
- # [08:46] * Quits: Rastus_Vernon (uid15187@wikimedia/Rastus-Vernon) (Quit: Connection closed for inactivity)
- # [08:57] * kaustavdm is now known as kaustavdm|away
- # [09:00] * kaustavdm|away is now known as kaustavdm
- # [09:02] * Quits: Bad_Advice_Cat (~Moai@unaffiliated/featheredserpent) (Ping timeout: 276 seconds)
- # [09:11] * Joins: ravenzz (~raven@x1-6-20-4e-7f-5c-b6-fa.cpe.webspeed.dk)
- # [09:11] * Quits: ravenzz (~raven@x1-6-20-4e-7f-5c-b6-fa.cpe.webspeed.dk) (Changing host)
- # [09:11] * Joins: ravenzz (~raven@unaffiliated/ravenzz)
- # [09:11] * ChanServ sets mode: +o ravenzz
- # [09:25] * Joins: auchenberg (~auchenber@176.222.239.226)
- # [09:28] * Quits: auchenberg (~auchenber@176.222.239.226) (Remote host closed the connection)
- # [09:28] * Joins: auchenberg (~auchenber@176.222.239.226)
- # [09:33] * Joins: antdillon (~ant@nat/canonical/x-invotbbtvaovveqg)
- # [09:46] * Joins: ckwalsh (~ckwalsh@facebook/engineering/ckwalsh)
- # [09:52] * kaustavdm is now known as kaustavdm|away
- # [09:52] * Joins: chrismills (~chrismill@172.89.125.91.dyn.plus.net)
- # [09:52] * ChanServ sets mode: +o chrismills
- # [10:07] * Quits: @chrismills (~chrismill@172.89.125.91.dyn.plus.net) (Ping timeout: 245 seconds)
- # [10:14] * Joins: morficus (~morficus@108-205-132-58.lightspeed.livnmi.sbcglobal.net)
- # [10:19] * Quits: morficus (~morficus@108-205-132-58.lightspeed.livnmi.sbcglobal.net) (Ping timeout: 245 seconds)
- # [10:25] * Quits: @_cheney (~cheney@nat.sierrabravo.net) (Read error: Connection reset by peer)
- # [10:26] * Joins: _cheney (~cheney@nat.sierrabravo.net)
- # [10:26] * ChanServ sets mode: +o _cheney
- # [10:41] <@Garbee> You aren't wrong at all on what Eloquent is doing. But, it is built to be a more simple API all around. So mixing all the functions into the ORM gives a simple thing to setup and a pretty good API to interact with it from.
- # [10:42] <@Garbee> Yes, it kinda sucks for people that have used non-inclusive things. But for people that haven't touched one or just like the API that is the easiest to get running in, Eloquent is fine. Especially for teaching others.
- # [10:59] * Quits: ckwalsh (~ckwalsh@facebook/engineering/ckwalsh) (Ping timeout: 245 seconds)
- # [11:13] * kaustavdm|away is now known as kaustavdm
- # [11:17] * Joins: dobalina1 (~dobalina@gateway/tor-sasl/dobalina)
- # [11:25] * Quits: wilmoore (~wilmoore@c-75-71-178-80.hsd1.co.comcast.net) (Ping timeout: 265 seconds)
- # [11:44] * Joins: dontcallmedom (~dom@2a01:e35:8782:50e0:b1cc:3b39:651b:eeeb)
- # [11:52] * Quits: mageemooney (~mageemoon@c-98-234-254-227.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [11:53] * Joins: mageemooney (~mageemoon@c-98-234-254-227.hsd1.ca.comcast.net)
- # [11:57] * Quits: @ravenzz (~raven@unaffiliated/ravenzz) (Remote host closed the connection)
- # [11:58] * kaustavdm is now known as kaustavdm|away
- # [11:58] * Quits: mageemooney (~mageemoon@c-98-234-254-227.hsd1.ca.comcast.net) (Ping timeout: 250 seconds)
- # [11:58] * Joins: ravenzz (~raven@x1-6-20-4e-7f-5c-b6-fa.cpe.webspeed.dk)
- # [11:58] * Quits: ravenzz (~raven@x1-6-20-4e-7f-5c-b6-fa.cpe.webspeed.dk) (Changing host)
- # [11:58] * Joins: ravenzz (~raven@unaffiliated/ravenzz)
- # [11:58] * ChanServ sets mode: +o ravenzz
- # [12:00] * Quits: ptressel (~chatzilla@174-31-242-8.tukw.qwest.net) (Remote host closed the connection)
- # [12:15] * Joins: morficus (~morficus@108-205-132-58.lightspeed.livnmi.sbcglobal.net)
- # [12:18] * Joins: auchenbe_ (~auchenber@176.222.239.226)
- # [12:19] * Quits: auchenberg (~auchenber@176.222.239.226) (Ping timeout: 276 seconds)
- # [12:20] * Quits: morficus (~morficus@108-205-132-58.lightspeed.livnmi.sbcglobal.net) (Ping timeout: 250 seconds)
- # [12:21] * Quits: hyperair (hyperair@ubuntu/member/hyperair) (Ping timeout: 240 seconds)
- # [12:28] * Quits: auchenbe_ (~auchenber@176.222.239.226) (Remote host closed the connection)
- # [12:28] * Joins: auchenberg (~auchenber@176.222.239.226)
- # [12:31] * kaustavdm|away is now known as kaustavdm
- # [12:33] * Quits: auchenberg (~auchenber@176.222.239.226) (Ping timeout: 276 seconds)
- # [12:38] * Quits: @ravenzz (~raven@unaffiliated/ravenzz) (Ping timeout: 265 seconds)
- # [12:40] * Joins: Bad_Advice_Cat (~Moai@unaffiliated/featheredserpent)
- # [12:56] * Joins: auchenberg (~auchenber@176.222.239.226)
- # [13:08] * Joins: ravenzz (~raven@x1-6-20-4e-7f-5c-b6-fa.cpe.webspeed.dk)
- # [13:08] * Quits: ravenzz (~raven@x1-6-20-4e-7f-5c-b6-fa.cpe.webspeed.dk) (Changing host)
- # [13:08] * Joins: ravenzz (~raven@unaffiliated/ravenzz)
- # [13:08] * ChanServ sets mode: +o ravenzz
- # [13:26] * kaustavdm is now known as kaustavdm|away
- # [13:51] * Joins: jerryitt (uid17132@gateway/web/irccloud.com/x-qljoserbakfcigbl)
- # [13:59] * Joins: morficus (~morficus@108-205-132-58.lightspeed.livnmi.sbcglobal.net)
- # [14:06] * kaustavdm|away is now known as kaustavdm
- # [14:26] * Joins: hyperair (~hyperair@ubuntu/member/hyperair)
- # [14:27] * kaustavdm is now known as kaustavdm|away
- # [14:29] * Quits: morficus (~morficus@108-205-132-58.lightspeed.livnmi.sbcglobal.net) (Remote host closed the connection)
- # [14:33] * Quits: dobalina1 (~dobalina@gateway/tor-sasl/dobalina) (Remote host closed the connection)
- # [14:36] * Joins: dobalina1 (~dobalina@gateway/tor-sasl/dobalina)
- # [14:50] * kaustavdm|away is now known as kaustavdm
- # [15:11] * Quits: hyperair (~hyperair@ubuntu/member/hyperair) (Ping timeout: 265 seconds)
- # [15:11] * Joins: hyperair (~hyperair@ubuntu/member/hyperair)
- # [15:12] * Joins: eliezerb (uid25062@gateway/web/irccloud.com/x-kgleurmbluaihybh)
- # [15:12] * ChanServ sets mode: +v eliezerb
- # [15:16] * Quits: @ravenzz (~raven@unaffiliated/ravenzz) (Ping timeout: 265 seconds)
- # [15:46] * kaustavdm is now known as kaustavdm|away
- # [16:16] * Joins: chrismills (~chrismill@172.89.125.91.dyn.plus.net)
- # [16:16] * ChanServ sets mode: +o chrismills
- # [16:20] * Joins: AlbertoCG (~STUDIO@190.219.132.216)
- # [16:23] * Quits: @chrismills (~chrismill@172.89.125.91.dyn.plus.net) (Ping timeout: 252 seconds)
- # [16:27] * Joins: mageemooney (~mageemoon@c-98-234-254-227.hsd1.ca.comcast.net)
- # [16:30] * Joins: morficus (~morficus@108-205-132-58.lightspeed.livnmi.sbcglobal.net)
- # [16:32] * Quits: mageemooney (~mageemoon@c-98-234-254-227.hsd1.ca.comcast.net) (Ping timeout: 240 seconds)
- # [16:35] * Quits: morficus (~morficus@108-205-132-58.lightspeed.livnmi.sbcglobal.net) (Ping timeout: 276 seconds)
- # [16:39] * Joins: ravenzz (~raven@x1-6-20-4e-7f-5c-b6-fa.cpe.webspeed.dk)
- # [16:39] * Quits: ravenzz (~raven@x1-6-20-4e-7f-5c-b6-fa.cpe.webspeed.dk) (Changing host)
- # [16:39] * Joins: ravenzz (~raven@unaffiliated/ravenzz)
- # [16:39] * ChanServ sets mode: +o ravenzz
- # [16:44] * Joins: mageemooney (~mageemoon@c-98-234-254-227.hsd1.ca.comcast.net)
- # [16:47] * Joins: chrismills (~chrismill@172.89.125.91.dyn.plus.net)
- # [16:47] * ChanServ sets mode: +o chrismills
- # [16:57] * Joins: auchenbe_ (~auchenber@176.222.239.226)
- # [17:00] * Quits: auchenberg (~auchenber@176.222.239.226) (Ping timeout: 245 seconds)
- # [17:01] * Joins: arnaudb (~arnaudb@2602:306:ce87:5700:31ca:80ce:1019:be08)
- # [17:14] * Quits: @ravenzz (~raven@unaffiliated/ravenzz) (Ping timeout: 240 seconds)
- # [17:21] * Joins: Rchristi_ (~rchristia@CPE0026f31820b8-CM0026f31820b5.cpe.net.cable.rogers.com)
- # [17:21] * Quits: Rchristiani (~rchristia@CPE0026f31820b8-CM0026f31820b5.cpe.net.cable.rogers.com) (Ping timeout: 245 seconds)
- # [17:25] * Joins: ravenzz (~raven@x1-6-20-4e-7f-5c-b6-fa.cpe.webspeed.dk)
- # [17:25] * Quits: ravenzz (~raven@x1-6-20-4e-7f-5c-b6-fa.cpe.webspeed.dk) (Changing host)
- # [17:25] * Joins: ravenzz (~raven@unaffiliated/ravenzz)
- # [17:25] * ChanServ sets mode: +o ravenzz
- # [17:50] * Quits: Rchristi_ (~rchristia@CPE0026f31820b8-CM0026f31820b5.cpe.net.cable.rogers.com) (Remote host closed the connection)
- # [17:53] * Quits: mstalfoort (~manuchill@83.232.96.217) (Quit: kthxbai)
- # [17:54] * Joins: AlbertoC1196 (~STUDIO@190.219.132.216)
- # [17:57] * Quits: AlbertoCG (~STUDIO@190.219.132.216) (Ping timeout: 258 seconds)
- # [17:59] * Joins: cpaul (~cpaul@72-18-233-188.static-ip.telepacific.net)
- # [18:16] * Quits: hyperair (~hyperair@ubuntu/member/hyperair) (Ping timeout: 250 seconds)
- # [18:16] * Quits: @chrismills (~chrismill@172.89.125.91.dyn.plus.net) (Quit: Off to find beer and rock and roll...)
- # [18:18] * Joins: hyperair (~hyperair@ubuntu/member/hyperair)
- # [18:21] * Quits: arnaudb (~arnaudb@2602:306:ce87:5700:31ca:80ce:1019:be08) (Remote host closed the connection)
- # [18:21] * Joins: arnaudb (~arnaudb@108-232-117-112.lightspeed.sntcca.sbcglobal.net)
- # [18:22] * Quits: hyperair (~hyperair@ubuntu/member/hyperair) (Ping timeout: 245 seconds)
- # [18:22] * Quits: @ravenzz (~raven@unaffiliated/ravenzz) (Ping timeout: 240 seconds)
- # [18:26] * Quits: arnaudb (~arnaudb@108-232-117-112.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 240 seconds)
- # [18:26] * Joins: ravenzz (~raven@x1-6-20-4e-7f-5c-b6-fa.cpe.webspeed.dk)
- # [18:26] * Quits: ravenzz (~raven@x1-6-20-4e-7f-5c-b6-fa.cpe.webspeed.dk) (Changing host)
- # [18:26] * Joins: ravenzz (~raven@unaffiliated/ravenzz)
- # [18:26] * ChanServ sets mode: +o ravenzz
- # [18:31] * Joins: morficus (~morficus@108-205-132-58.lightspeed.livnmi.sbcglobal.net)
- # [18:33] * Joins: hyperair (~hyperair@ubuntu/member/hyperair)
- # [18:35] * Quits: morficus (~morficus@108-205-132-58.lightspeed.livnmi.sbcglobal.net) (Ping timeout: 265 seconds)
- # [18:37] * Joins: lmclister (~lmclister@192.150.10.210)
- # [18:42] * Joins: arnaudb (~arnaudb@72-18-233-188.static-ip.telepacific.net)
- # [18:42] * Quits: auchenbe_ (~auchenber@176.222.239.226) (Remote host closed the connection)
- # [18:43] * Joins: auchenberg (~auchenber@176.222.239.226)
- # [18:47] * Quits: auchenberg (~auchenber@176.222.239.226) (Ping timeout: 252 seconds)
- # [18:50] * Joins: julee (~Adium@c-50-184-87-81.hsd1.ca.comcast.net)
- # [18:50] * ChanServ sets mode: +o julee
- # [18:53] * Joins: Rchristiani (~rchristia@CPE0026f31820b8-CM0026f31820b5.cpe.net.cable.rogers.com)
- # [19:02] * Joins: wilmoore (~wilmoore@vlandnat.mystrotv.com)
- # [19:02] * Joins: SekhmetDesign (~SekhmetDe@modemcable062.202-23-96.mc.videotron.ca)
- # [19:11] * Joins: auchenberg (~auchenber@0173000641.0.fullrate.dk)
- # [19:15] * Joins: auchenbe_ (~auchenber@0173000641.0.fullrate.dk)
- # [19:15] * Quits: auchenberg (~auchenber@0173000641.0.fullrate.dk) (Ping timeout: 250 seconds)
- # [19:15] * Quits: @julee (~Adium@c-50-184-87-81.hsd1.ca.comcast.net) (Quit: Leaving.)
- # [19:24] * Parts: SekhmetDesign (~SekhmetDe@modemcable062.202-23-96.mc.videotron.ca)
- # [19:27] * Parts: mageemooney (~mageemoon@c-98-234-254-227.hsd1.ca.comcast.net)
- # [19:34] * Joins: Ryan_Lane (~Ryan_Lane@wikimedia/Ryan-lane)
- # [19:34] * ChanServ sets mode: +o Ryan_Lane
- # [19:40] * Quits: Rchristiani (~rchristia@CPE0026f31820b8-CM0026f31820b5.cpe.net.cable.rogers.com) (Remote host closed the connection)
- # [19:42] * Quits: hyperair (~hyperair@ubuntu/member/hyperair) (Ping timeout: 252 seconds)
- # [19:43] * Joins: kitikonti (~kitikonti@193-154-233-215.adsl.highway.telekom.at)
- # [19:45] * Joins: brianjhong (~omfgpears@76.91.198.71)
- # [19:50] * Joins: Rchristiani (~rchristia@CPE0026f31820b8-CM0026f31820b5.cpe.net.cable.rogers.com)
- # [19:57] * Quits: wilmoore (~wilmoore@vlandnat.mystrotv.com) (Ping timeout: 245 seconds)
- # [19:59] * Quits: antdillon (~ant@nat/canonical/x-invotbbtvaovveqg) (Quit: Leaving)
- # [20:13] * Quits: beverloo (beverloo@nat/google/x-kakjdwexdegedink) (Remote host closed the connection)
- # [20:16] * Joins: hyperair (~hyperair@ubuntu/member/hyperair)
- # [20:17] * Quits: auchenbe_ (~auchenber@0173000641.0.fullrate.dk) (Remote host closed the connection)
- # [20:18] * Joins: auchenberg (~auchenber@0173000641.0.fullrate.dk)
- # [20:22] * Quits: auchenberg (~auchenber@0173000641.0.fullrate.dk) (Ping timeout: 252 seconds)
- # [20:31] * Joins: morficus (~morficus@108-205-132-58.lightspeed.livnmi.sbcglobal.net)
- # [20:36] * Quits: morficus (~morficus@108-205-132-58.lightspeed.livnmi.sbcglobal.net) (Ping timeout: 240 seconds)
- # [20:40] * offSchub is now known as DenSchub
- # [20:42] * Joins: wilmoore (~wilmoore@vlandnat.mystrotv.com)
- # [20:47] * Quits: dontcallmedom (~dom@2a01:e35:8782:50e0:b1cc:3b39:651b:eeeb)
- # [20:59] * Quits: wilmoore (~wilmoore@vlandnat.mystrotv.com) (Ping timeout: 240 seconds)
- # [21:15] * Joins: ptressel (~chatzilla@174-31-242-8.tukw.qwest.net)
- # [21:29] * Joins: julee (~Adium@c-50-184-87-81.hsd1.ca.comcast.net)
- # [21:29] * ChanServ sets mode: +o julee
- # [21:30] * Quits: @ravenzz (~raven@unaffiliated/ravenzz)
- # [21:41] * Joins: wilmoore (~wilmoore@vlandnat.mystrotv.com)
- # [22:02] * Quits: hyperair (~hyperair@ubuntu/member/hyperair) (Ping timeout: 252 seconds)
- # [22:03] * Joins: auchenberg (~auchenber@x1-6-00-8e-f2-36-28-8a.cpe.webspeed.dk)
- # [22:07] * Quits: +eliezerb (uid25062@gateway/web/irccloud.com/x-kgleurmbluaihybh) (Quit: Connection closed for inactivity)
- # [22:14] * Quits: @Ryan_Lane (~Ryan_Lane@wikimedia/Ryan-lane) (Quit: Leaving.)
- # [22:25] * Quits: @_cheney (~cheney@nat.sierrabravo.net) (Read error: Connection reset by peer)
- # [22:25] * Joins: _cheney (~cheney@nat.sierrabravo.net)
- # [22:25] * ChanServ sets mode: +o _cheney
- # [22:32] * Joins: morficus (~morficus@108-205-132-58.lightspeed.livnmi.sbcglobal.net)
- # [22:33] * Joins: hyperair (~hyperair@ubuntu/member/hyperair)
- # [22:37] * Quits: morficus (~morficus@108-205-132-58.lightspeed.livnmi.sbcglobal.net) (Ping timeout: 265 seconds)
- # [22:48] * Joins: Ryan_Lane (~Ryan_Lane@wikimedia/Ryan-lane)
- # [22:48] * ChanServ sets mode: +o Ryan_Lane
- # [22:51] * Quits: Rchristiani (~rchristia@CPE0026f31820b8-CM0026f31820b5.cpe.net.cable.rogers.com) (Remote host closed the connection)
- # [23:05] * Quits: @Ryan_Lane (~Ryan_Lane@wikimedia/Ryan-lane) (Quit: Leaving.)
- # [23:06] * Joins: Ryan_Lane (~Ryan_Lane@wikimedia/Ryan-lane)
- # [23:06] * ChanServ sets mode: +o Ryan_Lane
- # [23:18] * Quits: wilmoore (~wilmoore@vlandnat.mystrotv.com) (Ping timeout: 276 seconds)
- # [23:25] * Joins: wilmoore (~wilmoore@2001:1998:6f1:12:24a7:3a48:ab92:172)
- # [23:35] * Quits: auchenberg (~auchenber@x1-6-00-8e-f2-36-28-8a.cpe.webspeed.dk) (Remote host closed the connection)
- # [23:36] * Joins: Rastus_Vernon (uid15187@wikimedia/Rastus-Vernon)
- # [23:56] * Quits: hyperair (~hyperair@ubuntu/member/hyperair) (Ping timeout: 265 seconds)
- # [23:58] * Joins: auchenberg (~auchenber@x1-6-00-8e-f2-36-28-8a.cpe.webspeed.dk)
- # Session Close: Thu Apr 17 00:00:00 2014
The end :)