<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:01:47] *** Techokami|Off is now known as Techokami
L2[00:12:51] ⇦ Quits: Pwaro (~poireau@2a01:e35:2f6a:7060:e2ca:94ff:fe1f:76e0) (Quit: See ya !)
L3[00:18:57] ⇨ Joins: Ekoserin (~ekoserin@c-98-231-193-97.hsd1.va.comcast.net)
L4[00:21:47] <Ekoserin> Hello!
L5[00:22:56] <AngieBLD> hi!
L6[00:34:55] ⇦ Quits: Ekoserin (~ekoserin@c-98-231-193-97.hsd1.va.comcast.net) (Read error: Connection reset by peer)
L7[00:36:52] ⇨ Joins: dangranos (~dangranos@176.50.179.198)
L8[00:38:01] ⇨ Joins: Waddledee (~Waddledee@50.123.109.156)
L9[00:39:05] <Waddledee> Hey there! Having a robot-programming issue. I have a function called insist() that repeatedly calls a function until it returns true; generally it's used for things like robot.forward(), to make the robot bonk its head until it moves successfully.
L10[00:39:38] <Waddledee> I also have a function called check() that checks the robot's power level before calling the function it's passed; if the power's too low, it does some get-power-back stuff.
L11[00:39:40] <dangranos> do you rember to yield?
L12[00:40:06] <dangranos> s/m/me
L13[00:40:06] <Kibibyte> <dangranos> do you remeber to yield?
L14[00:40:13] <Waddledee> That's not the issue. (Though I'll double-check.)
L15[00:40:52] <Waddledee> The issue is, I sometimes want to keep trying something until it succeeds, CHECKING POWER BEFORE EACH TRY. (I don't always want to do that, because if it's trying to get home to recharge, it shouldn't panic and give up on that.)
L16[00:41:17] <Waddledee> But I can't use check(insist(robot.forward)) , because then it only checks once before starting to try.
L17[00:41:34] <Waddledee> And if I use insist(check(robot.forward)), check() gets evaluated before being passed to insist().
L18[00:41:47] <Waddledee> So what I'm asking is, is there a way to pass a function, WITH ARGUMENTS, to another function?
L19[00:42:03] <dangranos> write it inside a function?
L20[00:42:23] <Waddledee> Uh, I don't understand that response.
L21[00:42:56] <dangranos> add check inside of insist function
L22[00:44:03] <pong> oh god
L23[00:44:16] <dangranos> ?
L24[00:44:20] <pong> nvm
L25[00:44:29] <Waddledee> All right, let me try to explain this more clearly.
L26[00:45:01] <Waddledee> I have this line: "local function insist(f) repeat until f() end" . I call insist(robot.forward), and it keeps trying to move forward until it succeeds.
L27[00:45:17] <Waddledee> I also have this function:
L28[00:45:20] <Waddledee> local function check(f) while computer.energy() < lowEnergy do print("I'm low on power!") resupply() end return f() end
L29[00:45:42] <dangranos> while?
L30[00:45:47] <Waddledee> I call check(robot.forward), and it first checks if the robot is low on power, and if so calls a function to send it to recharge, then bring it back.
L31[00:46:02] <pong> local function insistCheck(f) repeat check() until f() end
L32[00:46:38] <dangranos> why there is while-do cycle in check?
L33[00:46:52] <Waddledee> I suppose that could be an if-then, yeah.
L34[00:46:57] <dangranos> ^
L35[00:47:09] <Waddledee> Hm. I'll try that, Pong.\
L36[00:47:27] <dangranos> you are stuck in check until computer energy is low
L37[00:48:04] <Waddledee> Well, no, it was stuck until it was HIGHER than lowEnergy, but it doesn't need to do that more than once.
L38[00:48:30] <dangranos> >_<
L39[00:52:04] ⇦ Quits: TangentDelta (~christine@63.143.24.24) (Remote host closed the connection)
L40[00:58:41] ⇨ Joins: Maxwolf (labs@pipette.madsciencemod.com)
L41[00:58:41] zsh sets mode: +v on Maxwolf
L42[01:14:53] ⇦ Quits: Waddledee (~Waddledee@50.123.109.156) (Remote host closed the connection)
L43[01:16:27] ⇦ Quits: TabletCube (~TCube@90.210.11.249) (Ping timeout: 201 seconds)
L44[01:18:02] *** Cruor is now known as Cruor|Away
L45[01:20:45] <expert700> Rob
L46[01:20:45] ⇦ Quits: pong (~notPing@c-71-238-153-166.hsd1.mi.comcast.net) (Quit: http://i.imgur.com/Akc6r.gif)
L47[01:20:52] * expert700 facepalms
L48[01:21:05] <expert700> I wonder how I managed to say something in the wrong irc channel
L49[01:22:17] <dangranos> bye
L50[01:22:33] ⇦ Quits: dangranos (~dangranos@176.50.179.198) (Quit: school)
L51[01:27:59] *** AngieBLD is now known as AngieBLD|Off
L52[01:31:46] *** darknife25 is now known as darknife25|AFK
L53[01:50:58] *** ds84182 is now known as dsAway
L54[01:58:50] ⇨ Joins: VikeStep (~VikeStep@CPE-124-186-100-38.lns9.woo.bigpond.net.au)
L55[02:01:50] *** Benguin is now known as Benguin[ZzZ]
L56[02:11:26] <v^> rofl http://www.comcast.com/Corporate/Customers/CustomerGuarantee.html
L57[02:11:29] <v^> .addfail http://www.comcast.com/Corporate/Customers/CustomerGuarantee.html
L58[02:11:29] <^v> v^, Fail 66 added
L59[02:14:49] ⇨ Joins: Johnson|away (~Johnson@24-178-233-39.dhcp.stls.mo.charter.com)
L60[02:15:26] ⇦ Quits: Johnson (~Johnson@24-178-233-39.dhcp.stls.mo.charter.com) (Ping timeout: 186 seconds)
L61[02:22:06] *** Cazzar|Away is now known as Cazzar
L62[02:32:41] *** Johnson|away is now known as Johnson
L63[02:33:11] *** LordFokas is now known as LordFokas|off
L64[02:38:02] ⇦ Quits: ^vDoge (~mooooon@c-71-238-153-166.hsd1.mi.comcast.net) (Remote host closed the connection)
L65[02:38:05] ⇨ Joins: ^vDoge (~mooooon@c-71-238-153-166.hsd1.mi.comcast.net)
L66[02:46:04] <Techokami> http://tumblokami.tumblr.com/post/97189049318/microsoft-fortran-5-10-for-dos-and-os-2-part-21016
L67[02:46:50] ⇦ Quits: Magik6k_ (~lukasz@37.190.203.243) (Quit: Lost terminal)
L68[03:14:27] *** justastranger is now known as justastranger|zzz
L69[03:24:22] *** Techokami is now known as Techokami|Off
L70[03:30:32] ⇦ Quits: expert700 (~kvirc@pool-108-49-37-95.bstnma.fios.verizon.net) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
L71[03:33:18] ⇦ Quits: Lathanael|Away (~Lathanael@p54972C6E.dip0.t-ipconnect.de) (Ping timeout: 186 seconds)
L72[03:35:14] ⇦ Quits: orthoplex64 (~orthoplex@cpe-68-206-247-199.satx.res.rr.com) (Ping timeout: 186 seconds)
L73[03:38:14] ⇨ Joins: Lathanael|Away (~Lathanael@p54972AF6.dip0.t-ipconnect.de)
L74[03:44:10] ⇦ Quits: Farinhir (~Farinhir@68-186-114-201.dhcp.knwc.wa.charter.com) (Read error: Connection reset by peer)
L75[03:44:20] ⇨ Joins: Farinhir (~Farinhir@68-186-114-201.dhcp.knwc.wa.charter.com)
L76[03:53:36] ⇨ Joins: ping (~notPing@c-71-238-153-166.hsd1.mi.comcast.net)
L77[03:53:37] zsh sets mode: +v on ping
L78[04:01:20] ⇨ Joins: Daiyousei (illuminati@188.113.81.176)
L79[04:30:08] ⇨ Joins: asie (~asie@078088168214.elblag.vectranet.pl)
L80[04:30:08] zsh sets mode: +v on asie
L81[04:30:58] ⇦ Quits: ping (~notPing@c-71-238-153-166.hsd1.mi.comcast.net) (Quit: http://i.imgur.com/Akc6r.gif)
L82[04:50:20] *** Cruor|Away is now known as Cruor
L83[04:51:26] <SpiritedDusty> has there been any news of an emulator?
L84[04:52:59] <asie> Whoever picked the OETF font...
L85[04:53:02] <asie> it looks HORRIBLE on my display
L86[04:53:09] <asie> Like, absolutely horrible
L87[04:53:13] <asie> this kind of things only looks good on retinas
L88[04:54:01] <SpiritedDusty> ^ same here
L89[04:55:03] <SpiritedDusty> oh wait it looks normal for me now. it looked terrible the last time I checked
L90[04:56:42] <SpiritedDusty> oetf on chrome: http://puu.sh/buiKZ/ee32b2222b.png :(
L91[05:00:48] ⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Quit: Leaving)
L92[05:29:33] *** Daiyousei is now known as Dai|School
L93[05:33:24] ⇨ Joins: mindstorm8191 (~IceChat77@162-203-90-21.lightspeed.lsvlky.sbcglobal.net)
L94[05:39:28] ⇦ Quits: Johannes13__ (~Johannes@p4FDEBFFE.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
L95[05:40:14] ⇦ Quits: phillips1012 (~phillips1@72.42.104.172) (Ping timeout: 186 seconds)
L96[05:56:29] ⇨ Joins: phillips1012 (~phillips1@72.42.104.172)
L97[06:04:55] ⇦ Quits: Maxwolf (labs@pipette.madsciencemod.com) (Quit: Leaving)
L98[06:07:13] ⇨ Joins: asie (~asie@apn-95-40-125-1.dynamic.gprs.plus.pl)
L99[06:07:13] zsh sets mode: +v on asie
L100[06:07:20] *** alekso56_off is now known as alekso56
L101[06:09:13] *** alekso56 is now known as alekso56_off
L102[06:32:48] ⇨ Joins: danphone (~AndChat62@85.26.231.137)
L103[06:34:22] <danphone> hello
L104[06:35:57] ⇦ Quits: asie (~asie@apn-95-40-125-1.dynamic.gprs.plus.pl) (Read error: Connection reset by peer)
L105[06:38:11] *** Nentify|away is now known as Nentify
L106[06:38:38] <mindstorm8191> hi
L107[06:40:20] ⇨ Joins: asie (~asie@apn-46-215-92-27.dynamic.gprs.plus.pl)
L108[06:40:20] zsh sets mode: +v on asie
L109[06:42:54] *** SKS-Away is now known as ShadowKatStudios
L110[06:45:49] ⇦ Quits: danphone (~AndChat62@85.26.231.137) (Quit: Bye)
L111[06:46:06] ⇨ Joins: danphone (~AndChat62@85.26.231.137)
L112[06:46:14] <mindstorm8191> night everyone
L113[06:48:12] ⇨ Joins: tgame14 (~tgame14@bzq-79-181-96-222.red.bezeqint.net)
L114[06:48:26] *** Nentify is now known as Nentify|away
L115[06:48:48] zsh sets mode: +v on tgame14
L116[06:49:38] ⇦ Quits: mindstorm8191 (~IceChat77@162-203-90-21.lightspeed.lsvlky.sbcglobal.net) (Ping timeout: 186 seconds)
L117[06:51:08] ⇨ Joins: Trangar (~Trangar3@46.144.110.37)
L118[06:55:25] ⇨ Joins: skyem (skyem@5.150.100.90)
L119[07:00:46] ⇦ Quits: asie (~asie@apn-46-215-92-27.dynamic.gprs.plus.pl) (Ping timeout: 186 seconds)
L120[07:09:48] ⇦ Quits: noobidoo (~noobs@n86.ip4.netikka.fi) (Ping timeout: 201 seconds)
L121[07:11:17] ⇨ Joins: noobidoo (~noobs@n86.ip4.netikka.fi)
L122[07:11:44] ⇦ Quits: skyem (skyem@5.150.100.90) (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
L123[07:11:59] ⇨ Joins: skyem (skyem@5.150.100.90)
L124[07:17:41] ⇦ Quits: skyem (skyem@5.150.100.90) (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
L125[07:17:50] ⇦ Quits: danphone (~AndChat62@85.26.231.137) (Ping timeout: 186 seconds)
L126[07:36:58] ⇨ Joins: Epix (~Epix@2605:8900:5000:1001:8:0:10b:2)
L127[07:40:06] ⇨ Joins: Trangar1 (~Trangar3@46.144.110.37)
L128[07:44:50] ⇦ Quits: Trangar (~Trangar3@46.144.110.37) (Ping timeout: 360 seconds)
L129[07:57:17] ⇦ Quits: Epix (~Epix@2605:8900:5000:1001:8:0:10b:2) (Ping timeout: 201 seconds)
L130[08:04:17] *** Yepoleb is now known as Guest74875
L131[08:04:18] ⇨ Joins: Yepoleb (~quassel@194-166-2-151.adsl.highway.telekom.at)
L132[08:06:10] ⇦ Quits: Guest74875 (~quassel@178-190-227-4.adsl.highway.telekom.at) (Ping timeout: 360 seconds)
L133[08:09:29] ⇨ Joins: dangranos (~dangranos@176.50.179.198)
L134[08:11:54] *** Oddstr13 is now known as Odd|Away
L135[08:35:48] *** Kodos is now known as Kodos|Zzz
L136[08:41:07] <Ender> SpiritedDusty, that's because DeanIsGone is using a SSL cert. from his own collection (i forgot the name of it)
L137[08:59:12] *** Hobbyboy|Sleep is now known as Hobbyboy
L138[09:02:01] *** DeanIsGone is now known as DeanIsaKitty
L139[09:03:03] <Ender> ohai DeanIsaKitty, i'm just leaving :/
L140[09:03:14] <DeanIsaKitty> oh :(
L141[09:03:22] <DeanIsaKitty> Where are you going?
L142[09:03:24] <dangranos> hello
L143[09:03:29] <DeanIsaKitty> hi
L144[09:07:40] ⇨ Joins: asie (~asie@apn-5-60-69-191.dynamic.gprs.plus.pl)
L145[09:07:40] zsh sets mode: +v on asie
L146[09:25:02] <Lizzy> DeanIsaKitty, he's going to work I think
L147[09:26:01] <DeanIsaKitty> I figured.
L148[09:27:15] <Ender> Yes, on my way to work
L149[09:27:28] <Lizzy> \o/ Ender
L150[09:27:38] <Ender> \o/ Lizzy
L151[09:27:48] <Ender> Hehehe
L152[09:28:12] * Ender hugs Lizzy & DeanIsaKitty
L153[09:28:25] <dangranos> ._.
L154[09:28:26] * DeanIsaKitty hugs back
L155[09:30:19] <Ender> \o/ bus is here
L156[09:30:37] <Ender> \o/ I am on said bus
L157[09:45:32] ⇨ Joins: Lumien (~lumien@p4FED5F60.dip0.t-ipconnect.de)
L158[09:48:01] *** manmaed|AFK is now known as manmaed
L159[09:51:59] ⇦ Quits: asie (~asie@apn-5-60-69-191.dynamic.gprs.plus.pl) (Ping timeout: 201 seconds)
L160[10:07:45] ⇨ Joins: AtomSponge (~AtomSpong@aftr-37-201-225-150.unity-media.net)
L161[10:32:56] *** dsAway is now known as ds84182
L162[10:35:10] ⇨ Joins: wer38 (~wer38@CPE-58-164-66-234.lns1.ken.bigpond.net.au)
L163[10:36:27] ⇦ Quits: wer38 (~wer38@CPE-58-164-66-234.lns1.ken.bigpond.net.au) (Client Quit)
L164[10:47:05] *** ShadowKatStudios is now known as SKS-Away
L165[11:16:11] <DeanIsaKitty> http://ptrace.fefe.de/apple-steal-your-information.png That is ... harsh xD
L166[11:16:34] <Ender> hahaha
L167[11:18:43] <Trangar1> "For example, passwords, messages, credit cards or nudes"
L168[11:20:15] ⇦ Quits: Lumien (~lumien@p4FED5F60.dip0.t-ipconnect.de) (Quit: Nettalk6 - www.ntalk.de)
L169[11:25:51] ⇨ Joins: Vexatos (~Vexatos@p200300556E319A48E1078680DE0C33FC.dip0.t-ipconnect.de)
L170[11:26:44] ⇨ Joins: Hobbyboy_ (~Hobbyboy@host217-44-129-199.range217-44.btcentralplus.com)
L171[11:27:52] ⇦ Quits: Hobbyboy_ (~Hobbyboy@host217-44-129-199.range217-44.btcentralplus.com) (Client Quit)
L172[11:30:37] *** ds84182 is now known as dsAway
L173[11:37:42] <Ender> http://imgur.com/gallery/WU5zkQN
L174[11:37:46] *** Csstform|Away is now known as Csstform
L175[11:44:09] *** Hobbyboy is now known as Hobbyboy|Away
L176[11:47:55] *** Odd|Away is now known as Oddstr13
L177[11:51:55] ⇨ Joins: Trangar (~Trangar3@46.144.110.37)
L178[11:54:39] ⇦ Quits: Trangar1 (~Trangar3@46.144.110.37) (Ping timeout: 201 seconds)
L179[11:54:39] ⇨ Joins: Luckdemon_ (~Luckdemon@c-73-47-160-42.hsd1.nh.comcast.net)
L180[11:54:43] ⇨ Joins: AtomSponge_ (~AtomSpong@aftr-37-201-225-150.unity-media.net)
L181[11:56:50] ⇦ Quits: AtomSponge (~AtomSpong@aftr-37-201-225-150.unity-media.net) (Ping timeout: 186 seconds)
L182[11:56:50] ⇦ Quits: Luckdemon (~Luckdemon@c-73-47-160-42.hsd1.nh.comcast.net) (Ping timeout: 186 seconds)
L183[12:11:31] ⇨ Joins: asie (~asie@078088168214.elblag.vectranet.pl)
L184[12:11:31] zsh sets mode: +v on asie
L185[12:13:31] *** Hobbyboy|Away is now known as Hobbyboy
L186[12:14:50] ⇦ Quits: progwml6|L (~progwml6@n2-198-175.resnet.drexel.edu) (Ping timeout: 186 seconds)
L187[12:17:33] ⇦ Quits: VikeStep (~VikeStep@CPE-124-186-100-38.lns9.woo.bigpond.net.au) (Quit: Leaving)
L188[12:24:02] *** SKS-Away is now known as ShadowKatStudios
L189[12:28:22] ⇦ Quits: AtomSponge_ (~AtomSpong@aftr-37-201-225-150.unity-media.net) (Quit: Leaving)
L190[12:28:42] ⇨ Joins: AtomSponge (~AtomSpong@aftr-37-201-225-150.unity-media.net)
L191[12:30:01] ⇦ Quits: w00tc0d3_ (~quassel@212.83.57.84) (Quit: No Ping reply in 180 seconds.)
L192[12:30:43] ⇨ Joins: skyem (skyem@5.150.100.90)
L193[12:32:37] ⇨ Joins: w00tc0d3 (~quassel@212.83.57.84)
L194[12:35:37] *** prassel|off is now known as prasselpikachu
L195[12:35:55] ⇨ Joins: Epix (~Epix@2605:8900:5000:1001:8:0:10b:2)
L196[12:38:55] *** Hobbyboy is now known as Hobbyboy|Away
L197[12:44:01] ⇨ Joins: orthoplex64 (~orthoplex@cpe-68-206-247-199.satx.res.rr.com)
L198[12:52:58] *** prasselpikachu is now known as prassel|off
L199[12:53:33] *** prassel|off is now known as prasselpikachu
L200[12:56:36] <ShadowKatStudios> If anyone cares, I finally fixed my site and uploaded 3.4
L201[13:01:37] ⇦ Quits: Dai|School (illuminati@188.113.81.176) (Quit: I'll be back soon.)
L202[13:01:58] *** prasselpikachu is now known as prassel|off
L203[13:06:33] ⇦ Quits: skyem (skyem@5.150.100.90) (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
L204[13:06:56] ⇦ Quits: orthoplex64 (~orthoplex@cpe-68-206-247-199.satx.res.rr.com) (Read error: Connection reset by peer)
L205[13:09:13] <ShadowKatStudios> Fourth try at watching this episode...
L206[13:12:02] ⇦ Quits: alekso56_off (~alekso56@ti0020a400-4178.bb.online.no) (Ping timeout: 186 seconds)
L207[13:12:30] *** prassel|off is now known as prasselpikachu
L208[13:15:54] ⇨ Joins: alekso56_off (~alekso56@ti0020a400-4178.bb.online.no)
L209[13:21:04] *** alekso56_off is now known as alekso56
L210[13:25:46] *** prasselpikachu is now known as prassel|off
L211[13:25:53] *** alekso56 is now known as alekso56_off
L212[13:27:29] ⇨ Joins: Daiyousei (~fairy@188.113.74.118)
L213[13:42:26] ⇦ Quits: alekso56_off (~alekso56@ti0020a400-4178.bb.online.no) (Read error: Connection reset by peer)
L214[13:47:53] *** Vaht is now known as Tahg
L215[13:48:26] ⇨ Joins: alekso56_off (~alekso56@ti0020a400-4178.bb.online.no)
L216[14:09:05] *** ShadowKatStudios is now known as SKS-Away
L217[14:15:16] *** SKS-Away is now known as ShadowKatStudios
L218[14:29:28] ⇨ Joins: skyem (skyem@5.150.100.90)
L219[14:43:43] ⇦ Quits: skyem (skyem@5.150.100.90) (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
L220[14:46:06] ⇦ Quits: jk-5 (uid20074@id-20074.charlton.irccloud.com) (Quit: Connection closed for inactivity)
L221[14:49:39] ⇨ Joins: jk-5 (uid20074@id-20074.charlton.irccloud.com)
L222[14:49:40] zsh sets mode: +v on jk-5
L223[14:55:36] ⇨ Joins: progwml6 (~progwml6@n2-198-175.resnet.drexel.edu)
L224[14:55:36] zsh sets mode: +v on progwml6
L225[15:13:45] *** Hobbyboy|Away is now known as Hobbyboy
L226[15:21:08] *** darknife25|AFK is now known as darknife25
L227[15:21:34] ⇦ Quits: Trangar (~Trangar3@46.144.110.37) (Ping timeout: 186 seconds)
L228[15:23:18] *** Nentify|away is now known as Nentify
L229[15:26:06] ⇨ Joins: kuya (~dunk@2.30.124.109)
L230[15:26:47] <kuya> hello, i think im stupid, how do you open the computer screen so.. its like a ui and i can type stuff and things.. o_0
L231[15:27:02] <kuya> i can see my computer has booted, but only because i can see the text on the side of the block
L232[15:27:24] <Caitlyn> kuya, put a keyboard on the monitor
L233[15:27:26] <dangranos> ^
L234[15:27:30] <dangranos> *near
L235[15:27:31] <Caitlyn> then you can right click it to open the ui
L236[15:27:39] <Caitlyn> I slap one on the back usually
L237[15:27:45] <kuya> oh on the monitor.. i put it on the case
L238[15:28:12] <kuya> thanks guys
L239[15:33:16] *** Nentify is now known as Nentify|away
L240[15:35:35] ⇨ Joins: Negi (~poireau@mcl71-1-82-246-167-6.fbx.proxad.net)
L241[15:37:27] *** SkylordRS|zzz is now known as SkylordRedstone
L242[15:39:03] ⇨ Joins: Vexaton (~Vexatos@p200300556E319A8201EE1C216630F6E2.dip0.t-ipconnect.de)
L243[15:41:38] ⇦ Quits: Vexatos (~Vexatos@p200300556E319A48E1078680DE0C33FC.dip0.t-ipconnect.de) (Ping timeout: 201 seconds)
L244[15:46:49] *** alekso56_off is now known as alekso56
L245[15:49:16] *** Vexaton is now known as Vexatos
L246[15:53:22] *** Nentify|away is now known as Nentify
L247[15:58:20] ⇨ Joins: Johannes13 (~Johannes@p4FDEBFFE.dip0.t-ipconnect.de)
L248[15:58:40] <kuya> how do i copy the openos disk to the hard drive? i cant see it in the wiki
L249[15:59:11] <Ender> kuya: use the 'install' application when booting from the OpenOS disk
L250[15:59:53] <kuya> thankyou Ender
L251[16:01:16] <kuya> can i talk to AE2?
L252[16:01:42] <DeanIsaKitty> sure. not sure if it will answer though
L253[16:01:47] <kuya> hehe
L254[16:02:42] *** prassel|off is now known as prasselpikachu
L255[16:06:17] *** prasselpikachu is now known as prassel|off
L256[16:10:29] <kuya> i probably should of checked that last question before spending an hour making a computer -_-
L257[16:10:38] ⇨ Joins: sleepyflenix (~Flenix@90.195.248.180)
L258[16:14:51] ⇨ Joins: Trangar (~Trangar3@188-142-42-190.FTTH.ispfabriek.nl)
L259[16:15:03] ⇨ Joins: Lumien (~lumien@p4FED5F60.dip0.t-ipconnect.de)
L260[16:16:55] *** prassel|off is now known as prasselpikachu
L261[16:22:11] ⇨ Joins: Magik6k (~lukasz@37.190.203.243)
L262[16:22:16] <Magik6k> o/
L263[16:22:20] <DeanIsaKitty> \o
L264[16:22:23] <Magik6k> Is there some Sangar?
L265[16:22:31] *** prasselpikachu is now known as prassel|off
L266[16:22:44] <DeanIsaKitty> Snagar has to learn alot
L267[16:25:15] *** prassel|off is now known as prasselpikachu
L268[16:33:16] ⇨ Joins: sciguyryan (sciguyryan@109-205-169-246.dynamic.swissvpn.net)
L269[16:39:35] ⇦ Quits: Magik6k (~lukasz@37.190.203.243) (Quit: leaving)
L270[16:40:03] ⇨ Joins: Magik6k (~lukasz@37.190.203.243)
L271[16:46:29] *** Hobbyboy is now known as Hobbyboy|Away
L272[16:52:41] <v^> DeanIsaKitty, alot has no patience for puny human Sangar
L273[16:53:27] <DeanIsaKitty> .-.
L274[16:53:59] ⇦ Quits: dangranos (~dangranos@176.50.179.198) (Quit: Leaving)
L275[16:55:09] <v^> alot will smash
L276[16:55:37] <skyem123> ._.
L277[16:58:00] <v^> .alot
L278[16:58:01] <^v> v^, http://hyperboleandahalf.blogspot.no/2010/04/alot-is-better-than-you-at-everything.html
L279[16:58:21] <skyem123> I know.
L280[16:58:28] * skyem123 pets the alot
L281[17:01:21] <v^> new webserver works well https://github.com/P-T-/webserver
L282[17:02:42] *** prasselpikachu is now known as prassel|off
L283[17:05:58] *** Hobbyboy|Away is now known as Hobbyboy
L284[17:10:54] ⇦ Quits: Negi (~poireau@mcl71-1-82-246-167-6.fbx.proxad.net) (Read error: Connection reset by peer)
L285[17:14:50] *** Techokami|Off is now known as Techokami
L286[17:15:43] ⇦ Quits: v^ (~no@c-71-238-153-166.hsd1.mi.comcast.net) (Read error: Connection reset by peer)
L287[17:15:43] ⇦ Quits: ^vDoge (~mooooon@c-71-238-153-166.hsd1.mi.comcast.net) (Read error: Connection reset by peer)
L288[17:15:43] ⇦ Quits: ^v (~ping@c-71-238-153-166.hsd1.mi.comcast.net) (Read error: Connection reset by peer)
L289[17:15:59] ⇨ Joins: v^ (~no@c-71-238-153-166.hsd1.mi.comcast.net)
L290[17:15:59] zsh sets mode: +v on v^
L291[17:16:09] ⇨ Joins: ^v (~ping@c-71-238-153-166.hsd1.mi.comcast.net)
L292[17:18:38] ⇦ Quits: v^ (~no@c-71-238-153-166.hsd1.mi.comcast.net) (Read error: Connection reset by peer)
L293[17:18:38] ⇦ Quits: ^v (~ping@c-71-238-153-166.hsd1.mi.comcast.net) (Read error: Connection reset by peer)
L294[17:18:52] ⇨ Joins: v^ (~no@c-71-238-153-166.hsd1.mi.comcast.net)
L295[17:18:52] zsh sets mode: +v on v^
L296[17:18:58] ⇦ Quits: Epix (~Epix@2605:8900:5000:1001:8:0:10b:2) (Quit: Leaving)
L297[17:19:06] ⇨ Joins: ^v (~ping@c-71-238-153-166.hsd1.mi.comcast.net)
L298[17:20:14] <skyem123> .-.
L299[17:20:25] ⇨ Joins: Negi (~poireau@mcl71-1-82-246-167-6.fbx.proxad.net)
L300[17:21:41] *** prassel|off is now known as prasselpikachu
L301[17:22:18] ⇨ Joins: CompanionCube (~Samuel@90.210.61.27)
L302[17:24:53] ⇦ Quits: v^ (~no@c-71-238-153-166.hsd1.mi.comcast.net) (Quit: Leaving)
L303[17:25:18] ⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Ping timeout: 186 seconds)
L304[17:29:09] ⇨ Joins: v^ (~no@c-71-238-153-166.hsd1.mi.comcast.net)
L305[17:29:09] zsh sets mode: +v on v^
L306[17:30:49] ⇦ Quits: Trangar (~Trangar3@188-142-42-190.FTTH.ispfabriek.nl) (Read error: Connection reset by peer)
L307[17:31:16] <v^> .p
L308[17:31:18] <^v> Ping reply from v^ 1.95s
L309[17:31:38] <skyem123> .p
L310[17:31:39] <^v> Ping reply from skyem123 0.38s
L311[17:31:43] <Ender> .p
L312[17:31:44] <^v> Ping reply from Ender 0.26s
L313[17:31:47] <skyem123> .p
L314[17:31:48] <^v> Ping reply from skyem123 0.26s
L315[17:32:00] <skyem123> hm...
L316[17:32:03] <skyem123> .p
L317[17:32:03] <^v> Ping reply from skyem123 0.23s
L318[17:32:10] <skyem123> ^.^
L319[17:37:51] <vifino> Ender!
L320[17:37:52] <vifino> :D
L321[17:38:00] <Ender> vifino!
L322[17:38:07] * skyem123 shoots vifino with kitty ray
L323[17:38:07] <vifino> Ender! :D
L324[17:38:24] <vifino> skyem123: I am already a cat .-.
L325[17:38:29] <skyem123> wat.
L326[17:38:46] <vifino> sheeesh, das racist yo
L327[17:39:01] * vifino shakes head
L328[17:39:17] <skyem123> how did i know?
L329[17:39:25] <vifino> ._.
L330[17:39:32] * vifino hides behind Ender
L331[17:39:40] ⇦ Quits: v^ (~no@c-71-238-153-166.hsd1.mi.comcast.net) (Quit: Leaving)
L332[17:40:02] ⇦ Quits: phillips1012 (~phillips1@72.42.104.172) (Ping timeout: 186 seconds)
L333[17:40:05] * skyem123 gets cat ray and sets to "human with ears and tail" mode.
L334[17:40:11] <skyem123> hmm...
L335[17:40:36] * skyem123 tunnels underneath Ender
L336[17:40:50] * skyem123 pokes hole and shoots at vifino.
L337[17:40:58] * skyem123 hide
L338[17:41:08] <skyem123> s/e/es
L339[17:41:08] <Kibibyte> * skyem123 hides
L340[17:41:35] <vifino> NUUU
L341[17:41:40] <vifino> Ender halp
L342[17:41:43] <vifino> haaaaalp
L343[17:41:51] <skyem123> ._.
L344[17:42:21] <skyem123> bwahahahahahaha
L345[17:42:27] <skyem123> >:-)
L346[17:42:58] * Daiyousei slaps skyem123 with wings
L347[17:43:07] <skyem123> ow
L348[17:43:14] <skyem123> cold.
L349[17:43:55] * skyem123 runs
L350[17:45:27] * vifino cries in Daiyousei's shoulder
L351[17:45:55] * skyem123 trips over kitty ray
L352[17:46:06] <skyem123> oh £*^%
L353[17:46:14] <Daiyousei> you cannot use da ray on a fairy
L354[17:46:17] <Daiyousei> 8D
L355[17:46:25] <skyem123> I broke the ray.
L356[17:46:32] <skyem123> Now i can't change vifino back
L357[17:46:48] * vifino cries loud
L358[17:46:55] * Ender changes vifino back to before skyem123 changed him
L359[17:46:57] <skyem123> hm...
L360[17:47:02] <skyem123> ...
L361[17:47:10] <skyem123> that was op
L362[17:47:19] * skyem123 runs
L363[17:47:25] <Ender> skyem123, you forget i am root
L364[17:47:30] <Daiyousei> ur noot
L365[17:47:34] <Daiyousei> jk
L366[17:47:41] * Daiyousei hacks Ender's root
L367[17:47:44] <skyem123> .-.
L368[17:47:47] <Ender> good luck
L369[17:48:00] <Daiyousei> haxxed shared memory section with custom shellcode payload
L370[17:48:02] <DeanIsaKitty> but vifino... those ears were cute on you... :/
L371[17:48:25] * skyem123 hides
L372[17:48:44] * vifino blushes
L373[17:48:54] <skyem123> ._.
L374[17:49:40] <DeanIsaKitty> Just missing a long fluffy tail. (Damn, that works so much better in german ._. )
L375[17:49:51] <skyem123> wat
L376[17:50:06] <Ender> DeanIsaKitty, that sentance seems fine to me
L377[17:50:07] ⇨ Joins: Trangar (~Trangar3@188-142-42-190.FTTH.ispfabriek.nl)
L378[17:50:14] <Ender> my spelling on the other hand
L379[17:50:17] <Ender> ....
L380[17:50:25] * skyem123 gibbs slaps ender
L381[17:50:39] <DeanIsaKitty> Ender: You don't get the joke if you don't speak german :P
L382[17:50:47] <Ender> meh
L383[17:50:58] <DeanIsaKitty> afk for a bot
L384[17:51:00] <DeanIsaKitty> *bit
L385[17:51:05] <skyem123> is there any way you can explain it?
L386[17:51:05] *** DeanIsaKitty is now known as Omnomnomnivore
L387[17:51:09] <skyem123> .-.
L388[17:51:11] <skyem123> wat
L389[17:51:25] <vifino> Omnomnomnivore: yes, i got it :3
L390[17:51:34] <Omnomnomnivore> thats enough ;)
L391[17:51:39] <skyem123> wat
L392[17:52:01] ⇨ Joins: Luckdemon (~LuckDemon@2600:1000:b007:4dce:0:46:7871:3201)
L393[17:52:24] * vifino hops on Omnomnomnivore's head and curls up
L394[17:53:03] * skyem123 faints
L395[17:53:11] * vifino looks like that http://cdn.cutestpaw.com/wp-content/uploads/2011/12/Baby-Cat-s.jpg
L396[17:53:39] <skyem123> the adorableness
L397[17:54:31] <Ender> http://imgur.com/user/JoshTheEnder/favorites/P9Utw87
L398[17:54:54] <skyem123> .-.
L399[17:55:37] <Ender> http://imgur.com/gallery/C4sf5xf
L400[17:55:45] * vifino wants a picture of Ender
L401[17:56:51] ⇨ Joins: phillips1012 (~phillips1@72.42.104.172)
L402[17:58:13] <Ender> vifino, back drop of my oc profile http://oc.cil.li/index.php?/user/111-joshtheender/
L403[17:58:46] ⇦ Quits: ^v (~ping@c-71-238-153-166.hsd1.mi.comcast.net) (Remote host closed the connection)
L404[18:05:19] ⇦ Quits: prasselpikachu (~Prassel@5.231.51.109) (Ping timeout: 201 seconds)
L405[18:07:19] ⇨ Joins: prasselpikachu (~Prassel@5.231.51.109)
L406[18:07:33] ⇨ Joins: asie (~asie@078088168214.elblag.vectranet.pl)
L407[18:07:33] zsh sets mode: +v on asie
L408[18:07:35] <vifino> Ender: I dont think that counts as a picture ._.
L409[18:07:46] <vifino> https://1.t.4cdn.org/b/1410451150866s.jpg <of
L410[18:07:46] <Ender> vifino, it's a picture isnt it?
L411[18:07:53] <vifino> </offtopic>*
L412[18:08:00] <vifino> no
L413[18:08:45] <Ender> well, unless you wanna go find one of the other social sites i use and get the picture off of that i'ma just keep linking cool things
L414[18:10:56] <vifino> :C
L415[18:11:14] *** Kodos|Zzz is now known as Kodos
L416[18:11:28] <Ender> o/ Kodos
L417[18:11:34] <vifino> Ender: https://pbs.twimg.com/profile_images/2004714840/381732_339474286071977_100000282248416_1295472_1650480701_n.jpg
L418[18:11:36] <vifino> :DDDDD
L419[18:11:39] <Kodos> o/
L420[18:12:01] <vifino> You kinda look like me...
L421[18:12:30] <Ender> vifino, https://www.youtube.com/watch?v=0NwMECo0pls
L422[18:12:30] -Kibibyte- [Ender] Well You Found Me Congratulations | by pockishadi | 35s | 151w1d ago | 1,798 views | Rated: 3.91/5.00
L423[18:13:18] <Ender> vifino, also i cant remember how old that picture is
L424[18:13:33] <vifino> Ender: You look nice, friendly.
L425[18:13:43] <Ender> really?
L426[18:13:54] <vifino> Yeah.
L427[18:14:11] <Ender> hmm
L428[18:14:31] ⇨ Joins: ^vDoge (~mooooon@2601:4:4500:e15:1131:af30:bf33:b754)
L429[18:14:35] <vifino> Other than the hair, you look very much like me
L430[18:14:35] ⇨ Joins: ^v (~ping@2601:4:4500:e15:1131:af30:bf33:b754)
L431[18:14:45] ⇨ Joins: v^ (~no@2601:4:4500:e15:1131:af30:bf33:b754)
L432[18:14:45] zsh sets mode: +v on v^
L433[18:14:51] <vifino> I have crazy hair :D
L434[18:15:30] <v^> sigh
L435[18:15:36] <v^> dd-wrt failed me
L436[18:15:44] <v^> back to ol shitty lynksys firmware
L437[18:15:53] <Ender> i wonder if i can find a fairly recent picture of me without family in it...
L438[18:15:54] <v^> http://71.238.153.166:81/ but anyway, break my webserver
L439[18:16:13] * Ender contemplates using LOIC
L440[18:16:30] <v^> Ender, go for it
L441[18:16:32] <skyem123> F5F5F5F5F5F5F5F5F5F5F5F5F5
L442[18:16:53] * vifino doesnt have photos of himself, because he hates himself
L443[18:16:57] ⇨ Joins: Maxwolf (labs@pipette.madsciencemod.com)
L444[18:16:57] zsh sets mode: +v on Maxwolf
L445[18:18:07] * skyem123 pets vifino
L446[18:18:09] <Ender> v^, am i impacting it much?
L447[18:18:10] ⇨ Joins: mindstorm8191 (~IceChat77@162-203-90-21.lightspeed.lsvlky.sbcglobal.net)
L448[18:18:34] <mindstorm8191> okay guys, I'm really not sure how to keep the cable complexity down on this craft-on-demand system of mine
L449[18:18:41] <v^> Ender, lolno
L450[18:19:29] <Ender> v^, hmm, all the packets are now failing
L451[18:19:32] <Ender> meh
L452[18:19:35] <mindstorm8191> a single bundled cable can support 16 'channels', but how can I manage more than 16 different redstone engines?
L453[18:19:41] <v^> Ender, :P ISP
L454[18:19:46] <Ender> ahh
L455[18:20:06] <Kodos> mindstorm8191, group them
L456[18:20:08] <v^> alright, domains work \o/
L457[18:20:09] <v^> http://pt.ptoast.tk:81/
L458[18:20:13] <Kodos> sets of 3, one set on a channel
L459[18:20:50] <mindstorm8191> Kodos: erm, you mean, put 3 redstone engines on a single channel?
L460[18:21:04] <Kodos> Yes, or are you not using the engines for power
L461[18:21:13] <mindstorm8191> the engines aren't for power
L462[18:21:15] <vifino> v^: What do you like more? ping.pi.es, pixel.pi.es, <someone here>likes.pi.es
L463[18:21:29] <v^> pixel.pi.es
L464[18:21:31] <Kodos> pixel.pi.es sounds funnier
L465[18:21:37] <vifino> Okay.
L466[18:21:54] <v^> $> admin.users.vifino.account
L467[18:21:54] <^vDoge> v^, vifino
L468[18:22:01] <mindstorm8191> its to manage which way the items move through my 'system'. I start with chests to pull from, then have to route items to the correct machine / crafting table, then detect when the machine has finished
L469[18:22:02] <v^> $tip vifino 16000
L470[18:22:02] <^vDoge> v^, Sent Ɖ16000 to vifino
L471[18:22:15] <vifino> wat
L472[18:22:25] ⇨ Joins: Johannes13_ (~Johannes@p4FDEA860.dip0.t-ipconnect.de)
L473[18:22:28] <vifino> wtf is 16k doge in €
L474[18:22:28] <Kodos> $bal v^
L475[18:22:28] <^vDoge> Kodos, Ɖ137769.02457445
L476[18:22:29] <mindstorm8191> I'm also wanting to detect items coming into the storage chests, so I know what I have available to craft with
L477[18:22:34] <Kodos> Jesus
L478[18:22:35] ⇦ Quits: ^v (~ping@2601:4:4500:e15:1131:af30:bf33:b754) (Ping timeout: 201 seconds)
L479[18:22:51] <Kodos> $convert $bal v^
L480[18:22:51] <^vDoge> Kodos, Invalid number
L481[18:22:52] <CompanionCube> huh
L482[18:22:57] <v^> Ender, u tard
L483[18:22:59] ⇨ Joins: ^v (~ping@2601:4:4500:e15:1131:af30:bf33:b754)
L484[18:23:01] <vifino> ;conv 16000
L485[18:23:07] <skyem123> $bal v^
L486[18:23:08] <^vDoge> skyem123, Ɖ137769.02457445
L487[18:23:08] <CompanionCube> port 81 is apparently denied by local proxy
L488[18:23:08] <v^> you DDoSed ^v's webserver
L489[18:23:08] <vifino> :I
L490[18:23:17] <vifino> $conv 16000
L491[18:23:18] <^vDoge> vifino, Ɖ16000 = $3.2409 €2.5068 £1.9955
L492[18:23:26] <Ender> v^, i stopped after a bit
L493[18:23:31] <Ender> but cool
L494[18:23:40] *** Omnomnomnivore is now known as DeanIsGone
L495[18:24:02] <vifino> DeanIsGone :(
L496[18:24:07] <v^> well the problem is that there is a file descriptor limit, and sockets count
L497[18:24:22] <v^> so opening a shitload of sockets will kill it
L498[18:24:26] <CompanionCube> lol
L499[18:24:36] <Ender> lol
L500[18:24:39] <CompanionCube> that website on port 81 triggers squid to deny access for some reason
L501[18:24:39] <skyem123> lol
L502[18:24:48] *** Csstform is now known as Csstform|Away
L503[18:24:56] * CompanionCube turns off proxy momentarily
L504[18:25:03] ⇦ Quits: Johannes13 (~Johannes@p4FDEBFFE.dip0.t-ipconnect.de) (Ping timeout: 201 seconds)
L505[18:25:08] <v^> "squid"
L506[18:25:11] <CompanionCube> 'TEST DOMAIN!'
L507[18:25:14] <v^> that evil thing :>
L508[18:25:17] <v^> well anyway, brb
L509[18:25:23] <v^> http://imgur.com/a/ra93L
L510[18:25:23] <CompanionCube> v^: I run it locally to cache shit
L511[18:25:28] *** DeanIsGone is now known as DeanIsaKitty
L512[18:26:01] <DeanIsaKitty> back
L513[18:26:06] <Ender> \o.
L514[18:26:47] <Ender> urghh, i have to get VMware player because VirtualBox doesn't support running VMs using physical HDDs
L515[18:26:48] <skyem123> \o/
L516[18:27:05] <CompanionCube> Ender: VMWare player is good
L517[18:27:09] <Nentify> Is it possible to disable things like sending achievments/chat messages on a computer?
L518[18:27:12] <CompanionCube> but don't play games in it
L519[18:27:22] <CompanionCube> (It fucks with ze mouse.)
L520[18:27:58] <Ender> CompanionCube, i dont plan to, i just wanted to boot my linux install on my 2nd hdd so i could back up important data because i want to re-install mint on it
L521[18:28:07] <CompanionCube> ah
L522[18:28:10] <CompanionCube> VM hax
L523[18:28:18] <CompanionCube> be prepared for errors then :p
L524[18:28:33] <skyem123> I'd use a live cd
L525[18:28:51] <Ender> skyem123, i can boot into it fine, just cba to switch from windows
L526[18:28:57] <skyem123> .-.
L527[18:29:14] <skyem123> watch it fail horribly.
L528[18:29:18] <CompanionCube> why not try something like Arch Linux?
L529[18:29:26] <CompanionCube> inb4 Ender gets dumped to initramfs / emergency shell
L530[18:29:28] <DeanIsaKitty> anyone in for a round of unturned?
L531[18:29:37] <Ender> CompanionCube, because i dont want to spend and entire week setting it up
L532[18:29:59] <CompanionCube> Ender: It took me a day or 2 to get me fully functioning Xorg in a VM.
L533[18:30:06] <Ender> CompanionCube, i've used linux from my laptop's hdd before on my pc. it ran fine
L534[18:30:12] <CompanionCube> not bad, considering it was my first install :p
L535[18:32:06] <Ender> internet could you not be a pos?
L536[18:32:37] <CompanionCube> Internet is always a POS
L537[18:33:01] <skyem123> a POS is always a POS
L538[18:33:12] <vifino> .p
L539[18:33:12] <^v> Ping reply from vifino 0.32s
L540[18:33:15] <skyem123> .p
L541[18:33:15] <^v> Ping reply from skyem123 0.17s
L542[18:33:21] <vifino> .p
L543[18:33:21] <^v> Ping reply from vifino 0.3s
L544[18:33:24] <Ender> that or it's chrome's throttling
L545[18:33:24] <vifino> wtf
L546[18:33:27] <Ender> .p
L547[18:33:28] <^v> Ping reply from Ender 0.16s
L548[18:33:33] <vifino> idonteven
L549[18:33:39] * Ender blames chrome
L550[18:33:53] <skyem123> .p
L551[18:33:53] <^v> Ping reply from skyem123 0.17s
L552[18:33:56] <skyem123> .p
L553[18:33:56] <^v> Ping reply from skyem123 0.16s
L554[18:34:12] <vifino> Ender: I run weechat on my server with a gigabit dl, and 1ms ping to google
L555[18:34:12] <skyem123> all hail ^v!
L556[18:34:19] <vifino> y dafuq is it so slow
L557[18:34:38] <CompanionCube> >1ms
L558[18:34:39] <CompanionCube> >slow
L559[18:34:45] <skyem123> .p
L560[18:34:45] * ^v slaps skyem123, #oc is not a ping machine, please PM
L561[18:34:48] <Ender> vifino, my comment about throttling was about my download
L562[18:34:51] <skyem123> lol
L563[18:34:56] <Ender> which is now done
L564[18:35:01] <CompanionCube> How is 1ms slow ._.
L565[18:35:08] * skyem123 pings CompanionCube
L566[18:35:14] <CompanionCube> .p
L567[18:35:15] <^v> Ping reply from CompanionCube 0.47s
L568[18:35:35] *** Csstform|Away is now known as Csstform
L569[18:35:39] <vifino> .p
L570[18:35:39] <^v> Ping reply from vifino 0.29s
L571[18:35:42] <vifino> .p
L572[18:35:42] <^v> Ping reply from vifino 0.3s
L573[18:35:44] <Ender> guys
L574[18:35:46] <vifino> dayum
L575[18:35:47] <Ender> pm it please
L576[18:35:56] <skyem123> but....but....
L577[18:35:56] <vifino> Ender: shush! D:
L578[18:36:01] <Ender> vifino, no
L579[18:36:07] <skyem123> but.....
L580[18:36:11] <Ender> No
L581[18:36:24] * vifino hugs Ender
L582[18:37:19] * vifino hugs Ender again
L583[18:37:34] <Ender> brb, sugar levels just went negative
L584[18:37:40] <skyem123> wat
L585[18:37:45] <skyem123> .p
L586[18:37:45] <^v> Ping reply from skyem123 0.16s
L587[18:40:44] <CompanionCube> lol
L588[18:40:54] <CompanionCube> http://www.ratemynetworkdiagram.com/index2.php
L589[18:40:56] <CompanionCube> is a thing
L590[18:42:31] <Ender> ok then
L591[18:42:41] <Ender> vmware cant use the hdd properly
L592[18:42:43] <Ender> oh well
L593[18:42:50] <vifino> Ender!
L594[18:42:55] <Ender> brb again
L595[18:43:00] <vifino> >:I
L596[18:43:51] ⇨ Joins: Altenius (~Altenius@2600:1015:b126:c786:dafa:7324:22d1:59b9)
L597[18:46:11] <Ender> back again
L598[18:47:37] <Kodos> Since the other channel is being useless
L599[18:47:44] <Kodos> How many times has Sept 11 fallen on a Tuesday since 2001
L600[18:48:06] <Ender> Kodos, TBH, dont know dont care
L601[18:53:48] <CompanionCube> Kodos, ask wolfram alpha?
L602[18:53:59] <Kodos> Tried, it failed horribly
L603[18:58:16] <Kodos> v^, does your bot support php
L604[18:58:32] <Daiyousei> ew pjp
L605[18:58:35] <Daiyousei> php*
L606[19:01:11] <Kodos> Fable Anniversary will support modding with included Unreal Engine 3 editor
L607[19:01:12] <Kodos> \o/
L608[19:01:45] * Lizzy phases in and extends her wings
L609[19:01:51] <skyem123> wat
L610[19:01:52] <Ender> ohai Lizzy
L611[19:01:55] <Lizzy> hai
L612[19:02:48] ⇦ Quits: Altenius (~Altenius@2600:1015:b126:c786:dafa:7324:22d1:59b9) (Quit: Bye)
L613[19:04:20] <v^> Kodos, ofc not
L614[19:04:31] <v^> i refuse to install that peice of shit anywhere
L615[19:05:09] <v^> alright, because i am sick of my precalc class forcing us to simplify
L616[19:05:15] <v^> im going to make a program for it >_>
L617[19:08:50] ⇦ Quits: justastranger|zzz (justastran@thinks.men.can-be.sexy) (Ping timeout: 201 seconds)
L618[19:10:22] ⇨ Joins: expert700 (~kvirc@pool-108-49-37-95.bstnma.fios.verizon.net)
L619[19:10:27] ⇨ Joins: Altenius (~Altenius4@199.193.183.1)
L620[19:13:34] ⇦ Quits: Magik6k (~lukasz@37.190.203.243) (Ping timeout: 186 seconds)
L621[19:14:24] ⇨ Joins: justastranger|zzz (justastran@b1f-005.static.bnc4free.com)
L622[19:19:06] <vifino> Hai Daiyousei!
L623[19:19:10] * vifino hugs Daiyousei
L624[19:20:38] ⇨ Joins: Wobbo (~Wobbo@5249A243.cm-4-2c.dynamic.ziggo.nl)
L625[19:20:38] zsh sets mode: +v on Wobbo
L626[19:20:42] <Wobbo> o/
L627[19:21:01] <Lizzy> \o
L628[19:21:04] <Ender> o/
L629[19:21:21] <skyem123> \o
L630[19:22:00] <Wobbo> We wave in zigzags :D
L631[19:22:15] <Kodos> o7
L632[19:22:17] <skyem123> \o/
L633[19:22:37] <v^> \o/
L634[19:22:46] <Ender> \o/
L635[19:22:48] <v^> so
L636[19:22:51] <Lizzy> \o/
L637[19:22:55] * Lizzy stabs v^
L638[19:22:56] <v^> who wants to use my brand new webserver
L639[19:23:06] <v^> .didtoday new webserver works
L640[19:23:06] <^v> v^, Inserted
L641[19:23:11] <Ender> v^, already used and abused
L642[19:23:13] <Ender> :P
L643[19:23:18] <Ender> well
L644[19:23:23] <Ender> just abused :P
L645[19:23:34] <v^> it has domain configuration now ._.
L646[19:24:24] <Wobbo> v^: what can it do?
L647[19:25:13] <Ender> compiling InspIRCd on a Pi is so slow...
L648[19:26:06] ⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Ping timeout: 201 seconds)
L649[19:28:23] <Ender> \o/ pc crashed so on linux getting files backed up
L650[19:28:44] <skyem123> lol
L651[19:29:39] <skyem123> \o/
L652[19:33:03] ⇦ Quits: vifino (~vifino@vifino.cc) (Quit: Oh, Oh! What does this button do..)
L653[19:33:04] *** vifino|off is now known as vifino
L654[19:35:38] <v^> Ender, then dont compile on the pi >_>
L655[19:36:11] <Ender> v^, i'm not sure how well going from x86 to ARM would work
L656[19:36:13] <v^> cross-compiling ftw
L657[19:36:36] <v^> Ender, basically its the ARM gcc compiled for x86
L658[19:36:45] <v^> it still creates ARM binaries
L659[19:37:36] <DeanIsaKitty> Ender, what are your plans on 14.11 ? ;)
L660[19:37:42] <Ender> ?
L661[19:38:09] <Ender> DeanIsaKitty, y u throw random numbers at me?
L662[19:39:04] *** Csstform is now known as Csstform|Away
L663[19:40:17] ⇦ Quits: Vexatos (~Vexatos@p200300556E319A8201EE1C216630F6E2.dip0.t-ipconnect.de) (Ping timeout: 201 seconds)
L664[19:48:46] ⇦ Quits: Maxwolf (labs@pipette.madsciencemod.com) (Ping timeout: 186 seconds)
L665[19:57:33] ⇦ Quits: Luckdemon (~LuckDemon@2600:1000:b007:4dce:0:46:7871:3201) (Ping timeout: 201 seconds)
L666[19:57:51] ⇨ Joins: Luckdemon (~LuckDemon@pool-71-161-99-83.cncdnh.east.myfairpoint.net)
L667[20:00:07] <Kodos> I'm so excited I could just fart
L668[20:00:48] <Ender> k
L669[20:01:32] <Wobbo> What are you so excited about?
L670[20:01:41] <Kodos> Space Engineers updated, Remote Ship control blocks, and Timer blocks
L671[20:09:03] *** prasselpikachu is now known as prassel|off
L672[20:09:46] ⇨ Joins: vifino|VPS (~vifino@vifino.cc)
L673[20:11:17] ⇦ Quits: vifino|VPS (~vifino@vifino.cc) (Client Quit)
L674[20:13:01] ⇨ Joins: vifino|VPS (~vifino@vifino.cc)
L675[20:14:56] ⇦ Quits: vifino|VPS (~vifino@vifino.cc) (Client Quit)
L676[20:15:07] ⇨ Joins: vifino|VPS (~vifino@vifino.cc)
L677[20:16:40] ⇦ Quits: Luckdemon (~LuckDemon@pool-71-161-99-83.cncdnh.east.myfairpoint.net) (Ping timeout: 201 seconds)
L678[20:16:53] *** vifino is now known as vifino|off
L679[20:17:02] *** vifino|VPS is now known as vifino
L680[20:17:22] *** SkylordRedstone is now known as SkylordRS|zzz
L681[20:17:43] ⇨ Joins: Luckdemon (~LuckDemon@2600:1000:b010:51d8:0:46:7897:5c01)
L682[20:22:22] ⇦ Quits: Tahg (~Tahg@pool-108-20-163-248.bstnma.fios.verizon.net) (Ping timeout: 186 seconds)
L683[20:24:09] ⇦ Quits: Trangar (~Trangar3@188-142-42-190.FTTH.ispfabriek.nl) (Read error: Connection reset by peer)
L684[20:24:25] ⇦ Quits: Wobbo (~Wobbo@5249A243.cm-4-2c.dynamic.ziggo.nl) (Read error: Connection reset by peer)
L685[20:24:42] ⇨ Joins: Wobbo (~Wobbo@5249A243.cm-4-2c.dynamic.ziggo.nl)
L686[20:24:42] zsh sets mode: +v on Wobbo
L687[20:46:16] ⇦ Quits: Luckdemon (~LuckDemon@2600:1000:b010:51d8:0:46:7897:5c01) (Ping timeout: 201 seconds)
L688[20:53:38] ⇦ Quits: AtomSponge (~AtomSpong@aftr-37-201-225-150.unity-media.net) (Quit: Leaving)
L689[21:01:01] ⇦ Quits: Lumien (~lumien@p4FED5F60.dip0.t-ipconnect.de) (Quit: Nettalk6 - www.ntalk.de)
L690[21:01:23] ⇦ Quits: Daiyousei (~fairy@188.113.74.118) (Quit: this is my swamp >:c)
L691[21:01:29] ⇦ Quits: CompanionCube (~Samuel@90.210.61.27) (Read error: Connection reset by peer)
L692[21:05:00] *** prassel|off is now known as prasselpikachu
L693[21:07:06] ⇨ Joins: TabletCube (~TCube@90.210.61.27)
L694[21:08:02] *** justastranger|zzz is now known as justastranger
L695[21:09:17] *** prasselpikachu is now known as prassel|off
L696[21:23:44] *** AngieBLD|Off is now known as AngieBLD
L697[21:24:01] <AngieBLD> \o
L698[21:24:05] <Lizzy> o/
L699[21:24:09] <Ender> \o
L700[21:24:17] <Wobbo> o/
L701[21:25:09] <AngieBLD> :D
L702[21:28:37] <DeanIsaKitty> AngieBLD! \o/
L703[21:30:00] *** Cruor is now known as Cruor|Away
L704[21:31:19] <AngieBLD> DeanIsakitty :D
L705[21:33:07] *** LordFokas|off is now known as LordFokas
L706[21:33:19] <Ender> FordFocus
L707[21:37:09] *** Nentify is now known as Nentify|away
L708[21:38:08] *** Nentify|away is now known as Nentify
L709[21:52:57] <Techokami> compiling a "mad science experiment" version of OpenComputers... I will be very VERY surprised if this works
L710[21:53:14] <Wobbo> Techokami: what changes did you make?
L711[21:53:27] *** Hobbyboy is now known as Hobbyboy|Sleep
L712[21:53:30] <Techokami> overclocked the Tier 2 and 3 GPUs :O I have NO IDEA if this is going to work
L713[21:54:52] <Wobbo> Sounds dangerous. Did you add fire?
L714[21:57:36] ⇨ Joins: Ekoserin (webchat@c-98-231-193-97.hsd1.va.comcast.net)
L715[21:57:59] <Ekoserin> Right, where is the OpenComputers config file? I want to disable the need for computers to use energy.
L716[21:58:22] <Techokami> oh my god CompViewer is lightning quick and buttery smooth
L717[21:58:39] <Ender> Ekoserin, in the main config directory
L718[21:58:59] <Ekoserin> ...oh
L719[21:59:09] * Ekoserin wonders how the hell he missed a folder labeled "config"
L720[21:59:21] ⇦ Quits: Negi (~poireau@mcl71-1-82-246-167-6.fbx.proxad.net) (Quit: Night.)
L721[22:05:01] *** dsAway is now known as ds84182
L722[22:07:23] <Ekoserin> "ignorePower=false"
L723[22:08:00] <Ekoserin> Wouldn't it make more sense if it was "requirePower=true"
L724[22:08:12] <Kodos> Feel free to PR the necessary code edits
L725[22:08:46] ⇨ Joins: TangentDelta (~christine@63.143.24.24)
L726[22:08:49] <Ekoserin> "necessary" I like your sarcasm.
L727[22:09:04] <Kodos> Uhh okay
L728[22:09:42] <Ekoserin> [sets it to true, tries to boot up PC] "Not enough energy."
L729[22:09:58] <Ekoserin> Alright, what'd I do wrong?
L730[22:10:15] <Kodos> Did you remember to close your client completely before changing the config, and did you remember to hit save
L731[22:10:32] <Ekoserin> I closed the game, but left the launcher open. I'm fairly certain I hit Save.
L732[22:10:43] <Ekoserin> Then again, my memory is shit.
L733[22:11:57] <Kodos> Launcher being open might have kept the configs from refreshing
L734[22:12:04] <Kodos> Dunno though, I use MultiMC
L735[22:12:23] <Ekoserin> I'm using the FeedTheBeast launcher because I'm doing this for the LexBuild modpack.
L736[22:12:39] <Kodos> Never used FTB
L737[22:13:36] <Ekoserin> Yep, I see it clear as day " ignorePower=true"
L738[22:13:54] <Kodos> Right, but the new settings wouldn't have taken effect if the launcher is where configs are read
L739[22:14:11] <Ekoserin> Why would the launcher be reading the configs
L740[22:14:20] <Ender> the launchers shouldnt touch the configs at all but i dont know how launching goes, try restarting the launcher as well
L741[22:14:21] <DeanIsaKitty> Just restart it.
L742[22:14:35] ⇨ Joins: home (~home@119.81.65.254-static.reverse.softlayer.com)
L743[22:15:07] ⇨ Joins: rocketstrong (~rocketstr@119.81.65.254-static.reverse.softlayer.com)
L744[22:15:36] <rocketstrong> im talking from a computer in open computers mod
L745[22:15:46] <DeanIsaKitty> \o/ Good job!
L746[22:16:29] <home> does anyone know how to make a password lock in opencomputers
L747[22:16:32] ⇨ Joins: VikeStep (~VikeStep@CPE-124-186-100-38.lns9.woo.bigpond.net.au)
L748[22:16:35] <Ekoserin> Nope, computers still demand power.
L749[22:16:50] <Kodos> Try breaking and replacing your case
L750[22:17:00] *** manmaed is now known as manmaed|AFK
L751[22:17:13] <Ekoserin> That'd be hella inconvenient, but okay.
L752[22:17:46] <Ekoserin> Breaking and replacing does not help.
L753[22:18:38] ⇦ Quits: home (~home@119.81.65.254-static.reverse.softlayer.com) (Remote host closed the connection)
L754[22:19:50] <rocketstrong> hi guys
L755[22:20:49] <rocketstrong> who here has a tablet in minecraft
L756[22:21:13] <DeanIsaKitty> You can't craft it yet iirc
L757[22:21:14] <Ekoserin> I don't have a mod that adds tablets- unless you mean a stone tablet.
L758[22:21:28] <Kilobyte> #seen Sangar
L759[22:21:37] <DeanIsaKitty> Ekoserin: OpenComputer adds Tablets ._.
L760[22:21:51] <Kilobyte> ah, one day ago
L761[22:21:52] <Ekoserin> It does? I fail to see them.
L762[22:22:04] <rocketstrong> open computers has tablet cases and if you put them in an assembler you can make portable computer
L763[22:22:04] <Ekoserin> Huh, I must be blind.
L764[22:22:52] <DeanIsaKitty> yeah, probably
L765[22:24:12] <rocketstrong> does any one know how to get input from lua
L766[22:24:38] <DeanIsaKitty> What exactly do you mean?
L767[22:24:48] <Ekoserin> Oh sweet, this really does have tablets. "Unrecoverable Error -newline- no bootable medium found: file not found"
L768[22:24:49] <rocketstrong> keyboard input
L769[22:25:03] <DeanIsaKitty> .w
L770[22:25:04] <^v> DeanIsaKitty, http://ocd.cil.li/
L771[22:25:38] <rocketstrong> how do paste text into a computer
L772[22:25:46] <Kilobyte> rocketstrong: io.read() iirc
L773[22:25:53] <Kodos> .w signals
L774[22:25:53] <^v> Kodos, http://ocd.cil.li/signals
L775[22:26:02] ⇦ Quits: Altenius (~Altenius4@199.193.183.1) (Ping timeout: 186 seconds)
L776[22:26:30] <Kodos> http://ocdoc.cil.li/component:signals
L777[22:26:32] <Kodos> Since bots fail
L778[22:26:46] <Kodos> http://ocdoc.cil.li/component:signals#keyboard
L779[22:27:04] <Ekoserin> I think a nice creative item in OC would be pre-built computers.
L780[22:27:52] <DeanIsaKitty> Ekoserin: Make it happen :P
L781[22:28:06] <Ekoserin> And it still demands power even though I turned off power requirements ;_;
L782[22:28:45] <Kilobyte> Ekoserin: latest dev build from jenkins?=
L783[22:28:56] <Ekoserin> What do you mean?
L784[22:29:02] <Kilobyte> .jenkins
L785[22:29:05] <Ekoserin> I'm just using the 1.6.4 version on front page.
L786[22:29:08] ⇦ Quits: rocketstrong (~rocketstr@119.81.65.254-static.reverse.softlayer.com) (Quit: rocketstrong)
L787[22:29:12] <EnderBot2> Latest builds: OpenGX: #17 | ICBMComponent: #21 | OpenLights1.7: #17 | OpenComputers: #556 | OpenComputers-MC1.7.10: #64 | OpenComponents: #49 | OpenPrinter: #75 | Kilo1710: #6 | OpenComponents-MC1.7: #19 | OpenLights: #20 | Kilo164: #11 | OpenPrinter1.7: #71
L788[22:29:18] <Kilobyte> try the jenkins version
L789[22:29:26] <Kilobyte> reminds me to fix my fork...
L790[22:30:01] ⇨ Joins: Tahg (~Tahg@pool-96-233-104-191.bstnma.fios.verizon.net)
L791[22:30:01] zsh sets mode: +v on Tahg
L792[22:30:01] <Ekoserin> My point is, why have a setting that doesn't do anything?
L793[22:30:08] <Wobbo> I'm going
L794[22:30:10] <Wobbo> Bye!
L795[22:30:12] <DeanIsaKitty> bye!
L796[22:30:13] <Kilobyte> Ekoserin: it should do something
L797[22:30:17] <DeanIsaKitty> Ekoserin: It works for me.
L798[22:30:17] ⇦ Quits: Wobbo (~Wobbo@5249A243.cm-4-2c.dynamic.ziggo.nl) (Quit: Textual IRC Client: www.textualapp.com)
L799[22:30:20] <Ekoserin> But alas, it is not.
L800[22:30:32] <Kilobyte> Ekoserin: thats why i ask you to try a dev version
L801[22:30:38] <Kilobyte> might be a bug thats already fixed
L802[22:31:13] ⇦ Quits: Ekoserin (webchat@c-98-231-193-97.hsd1.va.comcast.net) (Quit: Web client closed)
L803[22:32:30] <Kodos> Uhh
L804[22:32:34] <Kodos> WTF? http://puu.sh/bvdQK/6fd5405725.jpg
L805[22:32:36] <Kodos> Bottom right corner
L806[22:33:28] <Kilobyte> Kodos: you got insave FOV
L807[22:34:26] ⇦ Quits: Tahg (~Tahg@pool-96-233-104-191.bstnma.fios.verizon.net) (Ping timeout: 186 seconds)
L808[22:34:33] <Kodos> Lol it's my friend's screenshot, but I'm playing with him
L809[22:34:39] <Kodos> I play with normal, he plays with quake Pro
L810[22:35:42] *** sleepyflenix is now known as SleepyFlenix
L811[22:35:43] ⇨ Joins: Tahg (~Tahg@pool-96-233-104-191.bstnma.fios.verizon.net)
L812[22:35:44] zsh sets mode: +v on Tahg
L813[22:37:42] <Kilobyte> Kodos: lol, i play on slightly above normal
L814[22:42:00] <Kodos> If I could stop playing Minecraft for more than 10 minutes, I'd work on my peripheral block
L815[22:42:09] <Kodos> s/peripheral/component
L816[22:42:09] <Kibibyte> <Kodos> If I could stop playing Minecraft for more than 10 minutes, I'd work on my component block
L817[22:42:17] <Kodos> I know what I want to do, and what it will look like
L818[22:43:35] ⇨ Joins: orthoplex64 (~orthoplex@cpe-68-206-247-199.satx.res.rr.com)
L819[22:48:38] *** alekso56 is now known as alekso56_off
L820[23:25:58] ⇦ Quits: sciguyryan (sciguyryan@109-205-169-246.dynamic.swissvpn.net) ()
L821[23:44:27] *** DeanIsaKitty is now known as DeanIsGone
L822[23:55:54] ⇨ Joins: Maxwolf (labs@pipette.madsciencemod.com)
L823[23:55:54] zsh sets mode: +v on Maxwolf
L824[23:59:10] <ShadowKatStudios> o/ Morning
<<Prev Next>> Scroll to Top