<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:05:34] <Antheus> hahaha
L2[00:05:50] *** TheFox is now known as TheFox|AFK
L3[00:05:55] <TheFox|AFK> see you all later
L4[00:11:18] <Chaz_Serir> Hm. Quick question: Does the value for an inventory slot start at 0 or 1? (Like do the slots go 0, 1, 2 or 1, 2, 3)
L5[00:12:47] <GreaseMonkey> Chaz_Serir: probably 1, assuming it's aiming to be lua-friendly
L6[00:12:51] <GreaseMonkey> try it anyway
L7[00:13:01] <Saphire> ._.
L8[00:13:12] <Saphire> WHY I HAVEN'T BEEN POKING C++ BEFORE
L9[00:13:22] <Antheus> because that's called rape?
L10[00:13:28] <Antheus> idk
L11[00:13:31] <Saphire> ...wat?
L12[00:13:42] <Chaz_Serir> Righto. Mostly had to ask because the sides variable counted from 0 to 5 rather than 1 to 6 and I wasn't fully certain, haha
L13[00:15:20] <GreaseMonkey> i'm currently writing a CPU core + software for the new sangarmod
L14[00:15:29] <GreaseMonkey> it's still a WIP at the moment
L15[00:15:37] <GreaseMonkey> (the mod in general)
L16[00:16:22] <Antheus> sangarmod?
L17[00:17:11] <GreaseMonkey> it's called Circuity, there's a screenshot on his twitter
L18[00:17:34] <GreaseMonkey> it's in very early stages but so far what's there just feels right
L19[00:19:11] <Chaz_Serir> Oooh, cool. I'd seen some WIP screenshots of that, not sure what it's about yet
L20[00:20:07] <GreaseMonkey> you put computers together by placing blocks and linking stuff together with cables then you turn them on by feeding redstone into the bus controller
L21[00:20:58] <GreaseMonkey> the first CPU made for it was a Z80, i've been making a MIPS III core
L22[00:21:18] <GreaseMonkey> but basically you get to mess around with CPUs that were actual real CPUs back in the day
L23[00:21:32] <Chaz_Serir> Oh sweet
L24[00:21:56] <GreaseMonkey> main reason for MIPS III instead of MIPS I is that III is 64-bit
L25[00:23:09] <GreaseMonkey> also went with R4600 rather than VR4300 because the VR4300 has 32 physical address bits (this fits into an int) while the R4600 has 36 (this does not >:D)
L26[00:24:14] <Antheus> cool
L27[00:24:17] <GreaseMonkey> but basically there's a bit of "it's easy to make the different parts of it (even though there are many parts)", a bit of "it lets you do lots of really cool things that older CPUs generally don't let you do", and a bit of "it helps to ensure that the whole system is flexible"
L28[00:24:24] <Antheus> tell me when it is out
L29[00:24:47] <GreaseMonkey> got any ideas for fairly simple software i can make while it's still in development?
L30[00:25:25] <GreaseMonkey> i'd like to get a preemptive multitasking kernel working on the Z80 at some point
L31[00:25:41] <GreaseMonkey> oh and lua is definitely not "fairly simple software"
L32[00:26:07] <GreaseMonkey> although i could possibly get a floppy disk with that on it once we have floppies
L33[00:26:07] <Antheus> make a pager
L34[00:26:14] <GreaseMonkey> ok, what do you mean by a pager
L35[00:26:16] <Antheus> oh wait
L36[00:26:18] <GreaseMonkey> elaborate
L37[00:26:20] <Antheus> does it have a screen
L38[00:26:25] <Antheus> and/or storagte
L39[00:26:31] <GreaseMonkey> not yet, but you've given me ideas
L40[00:26:37] <Antheus> hmm
L41[00:26:54] <GreaseMonkey> it'll have a screen eventually
L42[00:27:04] <GreaseMonkey> currently there's a serial console which currently just outputs to stdout
L43[00:27:20] <Antheus> prime numbers?
L44[00:27:32] <Antheus> perfect squares
L45[00:27:32] <Antheus> ?
L46[00:28:26] <GreaseMonkey> ok that's pretty boring as i can do that already and already have mandelbrot
L47[00:30:07] <GreaseMonkey> i think the general idea would be you'd use something like the Z80 for stuff you can hack together quickly, and the MIPS maybe for stuff that needs more speed or more... well, distrust
L48[00:33:30] <Antheus> idk what to make though
L49[00:33:36] <Antheus> like, idk
L50[00:34:32] <Saphire> HM
L51[00:34:36] <Saphire> I'm bored..
L52[00:35:18] <Saphire> Should I mess around with trying to make some gui for my graph thingy, try to implement at least SOME data and etc, or try to install and play warframe because why not?
L53[00:37:50] <Antheus> firt one
L54[00:37:55] <Antheus> or second one
L55[00:37:57] <Antheus> maybe the later
L56[00:47:47] ⇨ Joins: techno156 (~techno156@137.154.59.149)
L57[00:48:08] ⇨ Joins: Bipedsnowman (webchat@d50-99-198-151.abhsia.telus.net)
L58[00:48:27] *** Keridos is now known as Keridos|away
L59[00:49:08] <Bipedsnowman> I'm using some mining robots, and I wanna make sure that they don't mine each other by accident. Can robots detect other robots at all?
L60[00:51:20] <Chaz_Serir> Hm. Having a bit of a problem - http://pastebin.com/au4GsSQM I'm getting an "Attempt to call nil value (field 'dropIntoSlot') and I'm not 100% sure how to fix that
L61[01:03:54] *** medsouz is now known as medsouz|offline
L62[01:04:18] <GreaseMonkey> ~ocdoc transposer
L63[01:04:19] <ocdoc> http://ocd.cil.li/block:transposer
L64[01:04:43] <GreaseMonkey> actual API is here: http://ocdoc.cil.li/component:inventory_controller
L65[01:05:15] <GreaseMonkey> Chaz_Serir: the component name is "inventory_controller" not "transposer" apparently
L66[01:05:24] <Ir7_o> ~ocdoc inventory_controller
L67[01:05:24] <ocdoc> http://ocd.cil.li/component:inventory_controller
L68[01:05:28] <GreaseMonkey> but hey i could be wrong
L69[01:06:51] <Chaz_Serir> I'm using the transposer, it apparently has a slightly different API to the inventory controller which rather frustratingly is not documented
L70[01:07:27] <GreaseMonkey> there's a way to list all methods somehow
L71[01:07:41] <Chaz_Serir> The computer says the peripheral's called 'transposer', and looking at one of the videos it appears that the transposer instead uses "transferItem", but I can't see what arguments transferItem takes
L72[01:09:21] <Ir7_o> Chaz_Serir: maybe look at the source code?
L73[01:40:17] ⇦ Quits: Doty1154 (~Doty1154@c-73-189-164-179.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
L74[01:43:19] <Chaz_Serir> Alright, finally figured it out, haha. Basic inventory shifter is functional and I should go sleep already
L75[01:46:17] ⇦ Quits: Chaz_Serir (~Chaz@host86-155-39-24.range86-155.btcentralplus.com) (Quit: sleep)
L76[01:58:08] <Izaya> https://a.pomf.cat/qcmgqg.png
L77[02:01:11] ⇦ Quits: Bipedsnowman (webchat@d50-99-198-151.abhsia.telus.net) (Ping timeout: 195 seconds)
L78[02:10:26] ⇦ Quits: alekso56 (~znc@2001:464b:c2aa:0:745d:45ff:fe3b:a098) (Ping timeout: 202 seconds)
L79[02:11:50] ⇨ Joins: alekso56 (~znc@2001:464b:c2aa:0:745d:45ff:fe3b:a098)
L80[02:17:47] ⇨ Joins: Trangar (~Trangar@249-153-145-85.ftth.glasoperator.nl)
L81[02:48:15] ⇨ Joins: Vexatos (~Vexatos@p200300556E2AE222F4D9C26AD757D575.dip0.t-ipconnect.de)
L82[02:48:16] zsh sets mode: +v on Vexatos
L83[03:11:20] <dan2wik> Some knob is smapping the discord
L84[03:11:59] <dan2wik> Some knob is spamming the discord
L85[03:14:03] ⇨ Joins: LeshaInc (~LeshaInc@213.5.23.9)
L86[03:26:05] ⇨ Joins: Mettaton_Fab (~user@p4FC721C7.dip0.t-ipconnect.de)
L87[03:29:26] * Mettaton_Fab pets Temia
L88[03:29:53] <Temia> mu?
L89[03:56:09] ⇨ Joins: Nentify (uid14943@id-14943.highgate.irccloud.com)
L90[04:04:18] ⇨ Joins: Keanu73 (~Keanu73@host-92-25-105-227.as13285.net)
L91[04:09:11] ⇦ Quits: mallrat208 (~mallrat20@107-145-136-189.res.bhn.net) (Ping timeout: 186 seconds)
L92[04:15:02] ⇦ Quits: alekso56 (~znc@2001:464b:c2aa:0:745d:45ff:fe3b:a098) (Ping timeout: 202 seconds)
L93[04:16:34] ⇨ Joins: alekso56 (~znc@2001:464b:c2aa:0:745d:45ff:fe3b:a098)
L94[04:24:54] ⇨ Joins: Jezza (~Jezza@92.206.33.136)
L95[04:31:32] <Elizabeth> @dan2wik where?
L96[04:35:45] * Mettaton_Fab pets Temia more
L97[04:56:39] ⇨ Joins: sciguyryan (~sciguyrya@37.48.86.161)
L98[05:14:40] <Mettaton_Fab> my Grey Parrot is scared of the Roomba
L99[05:15:32] <Izaya> I sorta want to get one, replace the controlling electronics with an Arduino, a H-bridge driver or two and then just mess around with it
L100[05:23:49] ⇨ Joins: MalkContent (~MalkConte@p4fdcf0d7.dip0.t-ipconnect.de)
L101[05:32:45] ⇦ Quits: techno156 (~techno156@137.154.59.149) (Quit: There are those who live without living. Don't be one of those.)
L102[05:36:13] <Forecaster> that's a mean thing to do to a parrot
L103[05:46:48] <Mettaton_Fab> Izaya, what exactly do you wanna build onto the roomba?
L104[05:47:07] <Izaya> Mettaton_Fab: dunno
L105[05:47:16] ⇨ Joins: BearishMushroom (~BearishMu@90-231-174-194-no159.tbcn.telia.com)
L106[05:47:24] <Mettaton_Fab> because there is enough place for multiple blades
L107[05:49:47] <Mettaton_Fab> i tried to put the bird on the roomba, he flew off before i put him on it.
L108[05:49:58] *** LeshaInc is now known as LeshaINC
L109[05:50:01] *** LeshaINC is now known as LeshaInc
L110[05:50:13] <Tazz> roomba pong
L111[05:50:18] <Tazz> duuuuuu it
L112[05:51:13] ⇨ Joins: MindWorX (~MindWorX@0x3ec639b7.static.customer.dk.telia.net)
L113[05:51:20] <MindWorX> Can I read out the local power level of a computer?
L114[05:51:42] <Forecaster> Qyes
L115[05:51:47] <Forecaster> yes*
L116[05:51:59] <Forecaster> the computer component has a value for it I think
L117[05:52:03] <Forecaster> dunno what it is though
L118[05:52:08] <Forecaster> energy probably
L119[05:52:38] <MindWorX> Yeah, just found it. Thanks <3
L120[05:52:45] <Mettaton_Fab> Roomba pong is very easy to implement. you only have to put a arduino oder Raspberry pi or an old rc car inside.
L121[05:54:41] <Mettaton_Fab> Don't turn it on, take it apart!
L122[05:55:19] <MindWorX> How peculiar. The Creative computer case doesn't require energy now.
L123[05:55:36] <Mettaton_Fab> how do i add quotes again?
L124[05:55:41] <MindWorX> Well, easier for me.
L125[05:56:01] <Forecaster> it's %addquote user quote
L126[05:56:25] <Mettaton_Fab> %addquote Mettaton_Fab Don't turn it on, take it apart!
L127[05:56:27] <MichiBot> Mettaton_Fab: Quote added at id: 568711
L128[05:58:23] <Lizzy> ffs router why are you not looking up addresses? ¬_¬
L129[05:58:58] <Vexatos> MindWorX, it never used energy
L130[05:58:59] <Izaya> HTML tables suck
L131[05:59:03] <Izaya> LaTeX tables are hard
L132[05:59:18] <Izaya> Fuck using WYSIHYD programs
L133[05:59:28] <MindWorX> Vexatos, Sure did.
L134[05:59:39] <MindWorX> Wouldn't turn on with the error that it needed energy.
L135[05:59:40] <Izaya> Is there any way I can basically use numbers to draw bars with labels?
L136[06:00:01] <MindWorX> Confused me as well, since I've used it without energy before.
L137[06:15:45] ⇨ Joins: VikeStep (~VikeStep@101.184.243.180)
L138[06:17:05] ⇨ Joins: Inari (~Pinkishu@p5dec665d.dip0.t-ipconnect.de)
L139[06:17:46] ⇦ Quits: alekso56 (~znc@2001:464b:c2aa:0:745d:45ff:fe3b:a098) (Ping timeout: 202 seconds)
L140[06:19:16] ⇨ Joins: alekso56 (~znc@2001:464b:c2aa:0:745d:45ff:fe3b:a098)
L141[06:30:49] ⇨ Joins: Nathan1852 (~Nathan185@HSI-KBW-109-192-133-159.hsi6.kabel-badenwuerttemberg.de)
L142[06:45:01] <Mettaton_Fab> my laptop reaches temperatures of 83°C while running minecraft 1.8 with mods.
L143[07:46:22] ⇦ Quits: Mettaton_Fab (~user@p4FC721C7.dip0.t-ipconnect.de) (Ping timeout: 190 seconds)
L144[07:47:51] <Lizzy> lol wut
L145[07:48:08] <Lizzy> k, so w10 has drives for a usb3 ethernet adapter but not the one built into my pc
L146[07:57:23] <MalkContent> ?
L147[07:59:14] <Lizzy> installing w10 on my pc, it didn't have drivers for the built in NIC but did for a USB3 ethernet adapter that vifino gave me
L148[08:00:25] * Lizzy <3 vifino
L149[08:01:05] * vifino <3's Lizzy back
L150[08:08:09] ⇨ Joins: Mettaton_Fab (~user@p4fc721c7.dip0.t-ipconnect.de)
L151[08:08:21] <Mettaton_Fab> oi.
L152[08:08:26] <Lizzy> now i need to go fix refind
L153[08:08:29] <Lizzy> well
L154[08:08:35] <Lizzy> yeah
L155[08:13:04] ⇦ Quits: Nentify (uid14943@id-14943.highgate.irccloud.com) (Quit: Connection closed for inactivity)
L156[08:13:28] <Lizzy> wtf hexchat
L157[08:22:22] ⇦ Quits: alekso56 (~znc@2001:464b:c2aa:0:745d:45ff:fe3b:a098) (Ping timeout: 202 seconds)
L158[08:22:29] <MalkContent> a. drives
L159[08:22:35] <MalkContent> drivers*
L160[08:23:58] ⇨ Joins: alekso56 (~znc@2001:464b:c2aa:0:745d:45ff:fe3b:a098)
L161[08:40:25] ⇨ Joins: Kimiro (~MobileDra@24.114.42.62)
L162[08:55:17] ⇨ Joins: Turtle (~SentientT@82-171-92-73.ip.telfort.nl)
L163[09:10:56] ⇨ Joins: Nentify (uid14943@id-14943.highgate.irccloud.com)
L164[09:17:56] <Izaya> Lizzy: I made the mistake of getting a gaming motherboard
L165[09:18:12] <Izaya> to install the ethernet drivers I must opt into a 'speed test' thing
L166[09:18:24] <Izaya> which is literally a window with flash player for speedtest.net
L167[09:18:33] <Izaya> that doesn't even work without flash installed
L168[09:18:39] <Lizzy> wat?
L169[09:18:53] <Izaya> so now I just copy the files over from my last windows install and avoid the unneccesary crap
L170[09:18:56] <Lizzy> i've had a few gaming motherboards and i've never had to do that
L171[09:19:09] <Izaya> tl;dr never buy anything with a 'Killer' atheros ethernet chip
L172[09:19:19] <Izaya> it's almost as bloatware as the razer 'drivers'
L173[09:19:49] <Lizzy> yeah, atheros isn't the best
L174[09:20:20] <Izaya> 06:00.0 Ethernet controller: Qualcomm Atheros Killer E220x Gigabit Ethernet Controller (rev 10)
L175[09:20:30] <Lizzy> all my boards have at least had Intel NICs, though my old ivy bridge board that had 2 NICs had a realtek and intel one
L176[09:26:16] <Mettaton_Fab> doot.
L177[09:31:37] <Achai> If I ever have the chance again I'm going with a Broadcomm WiFi adapter
L178[09:32:23] ⇦ Quits: Mettaton_Fab (~user@p4fc721c7.dip0.t-ipconnect.de) (Ping timeout: 186 seconds)
L179[09:33:06] <Achai> Every device I currently have right now is Atheros
L180[09:33:31] <Achai> And they all have this weird driver bug where it stops scanning wifi networks and the currently connected network just stalls
L181[09:35:52] ⇦ Quits: VikeStep (~VikeStep@101.184.243.180) (Quit: Leaving)
L182[09:37:02] ⇦ Quits: Keridos|away (~Keridos@ironhide.stw-bonn.de) (Ping timeout: 202 seconds)
L183[09:39:25] ⇨ Joins: Keridos|away (~Keridos@ironhide.stw-bonn.de)
L184[09:50:26] *** medsouz|offline is now known as medsouz
L185[09:57:44] <vifino> Achai: actually, broadcom is much worse than atheros
L186[09:58:36] ⇨ Joins: Mettaton_Fab (~user@p4fc721c7.dip0.t-ipconnect.de)
L187[09:58:58] <vifino> The AR9271 based dongles are still one of the best ones, broadcom wifi doesn't work that great under linux and it is extremely unstable from my experience.
L188[10:05:15] <Inari> "how do multimeters measure resistance" isnt a very fruitful searchterm...
L189[10:05:31] <Inari> "How to measure ohms? Take yourmeter, set it to resistance measurement[...]"
L190[10:05:37] <Inari> but, but, i wanted to know how the ccircuit works D:
L191[10:10:21] <Mimiru> "Most ohmmeters work by passing a (usually small) current through the sample and measuring the voltage drop - thus finding the resistance by Ohm's law V=IR. Any internal resistance of the ohmmeter should be well known and included in the calculation (usually automatically)."
L192[10:14:09] <Inari> yeah i guessed it would be something liek that
L193[10:14:25] <Inari> that means that this migth actuall ybe a cap and a reed switch
L194[10:14:55] <Inari> since it shows some resistnace when the switch activated but is irregular and eventually goes back to infinite resistance
L195[10:15:02] <Inari> suggests the cap is cahrging up ig uess
L196[10:30:35] <Inari> "Your 15-25 FPS is not because of your computer. It's the server communicating with your PC and the amount of information it is trying to pass. Your computer is bored waiting for it." wat
L197[10:31:01] <Lizzy> lol wut?
L198[10:31:51] <Inari> who ties fps to network updates
L199[10:31:51] <Inari> :|
L200[10:32:13] <Inari> i mean sure, even if the physics is simulatedon the server
L201[10:32:17] <Inari> you can still like
L202[10:32:19] <Inari> draw at 60
L203[10:32:19] <Inari> Oo
L204[10:43:06] ⇦ Quits: Keanu73 (~Keanu73@host-92-25-105-227.as13285.net) (Quit: Gotta go to bed or something. See ya!)
L205[10:46:42] <gamax92> Inari
L206[10:55:13] <Inari> gamax92: well?
L207[10:55:22] <gamax92> >_>
L208[10:55:28] <Inari> ?
L209[10:55:29] <gamax92> That's how you greet people?
L210[10:55:44] <Inari> you said Inari
L211[10:55:49] <gamax92> yes
L212[10:55:52] <Inari> im expecting you to typ esomething after addressing me
L213[10:55:56] <Inari> so im wondering abotu that
L214[10:55:56] <Inari> :P
L215[10:56:10] <gamax92> only you ...
L216[10:57:16] ⇦ Quits: Turtle (~SentientT@82-171-92-73.ip.telfort.nl) (Quit: Nettalk6 - www.ntalk.de)
L217[10:57:48] <Inari> right
L218[10:57:50] <Inari> tiime to ali
L219[11:03:55] * Mettaton_Fab lewds Inari
L220[11:04:11] ⇦ Quits: Meow-J (~Meow-J@45.32.34.121) (Remote host closed the connection)
L221[11:04:16] ⇨ Joins: Meow-J (~Meow-J@45.32.34.121)
L222[11:06:20] <Lizzy> Ich bin nudel
L223[11:07:07] <Mettaton_Fab> please, turn down the german.
L224[11:07:14] <Lizzy> Nein!
L225[11:07:21] <Mimiru> Turn down for what
L226[11:07:23] <Mettaton_Fab> Wirklich.
L227[11:11:24] <Inari> Abzug. Bedienung. Mittelstand.
L228[11:12:03] <MalkContent> slow day. better go german. we could pretend poland tried to invade for a bit
L229[11:12:33] <Eleria> Och neeeee . Nicht schon wieder Deutsch xD (Bester Kommentar den man machen kann)
L230[11:13:57] <gamax92> ;-; plz.
L231[11:14:25] *** gAway2002 is now known as g
L232[11:14:35] <MalkContent> anywho
L233[11:14:45] <MalkContent> oc for 1.10 usable enough?
L234[11:15:07] <MalkContent> i tried it and somethingsomething coremod fail
L235[11:15:14] <MalkContent> lacking the correct word
L236[11:15:33] <MalkContent> access transformer*
L237[11:15:44] <MalkContent> that critical or is it usable?
L238[11:19:40] <gamax92> MalkContent: send log and I'll point out the actual error message
L239[11:19:46] <gamax92> and generally not critical
L240[11:20:01] <Mimiru> Last time it was mentioned it was just Render Leash
L241[11:20:56] <MalkContent> sec
L242[11:23:38] <MalkContent> http://pastebin.com/m7XJWYr0
L243[11:26:47] <Mimiru> [18:21:09] [Client thread/WARN] [OpenComputers]: Failed patching btb.renderLeash, method not found.
L244[11:27:21] <Mettaton_Fab> how about we play some Arkanoid 2: Revenge of Doh?
L245[11:29:09] ⇨ Joins: Kiddobyte (~Kiddobyte@75-128-216-19.dhcp.trcy.mi.charter.com)
L246[11:57:59] <gamax92> Sangar: you around?
L247[12:04:15] <Vexatos> Maybe he's asquare D:
L248[12:09:35] <gamax92> oh noes D:
L249[12:28:56] <Achai> vifino: Every single broadcomm I've used has never given me problems
L250[12:29:06] <Achai> Atheros on the other hand has fucked me over on multiple occasions
L251[12:29:34] <Achai> I even suffer with my phone's Atheros chip
L252[12:30:01] <Achai> If I still had a Windows partition I wouldn't be able to communicate on IRC because of random dropouts and stuff
L253[12:34:29] <vifino> Achai: huh. weird.
L254[12:37:11] <Achai> I do know that it's hard to get broadcomm stuff working on linux
L255[12:37:35] <Achai> My webserver for boop.party doesn't have working broadcomm wifi right now
L256[12:37:57] * Mettaton_Fab pets Achai
L257[12:38:15] <Achai> Back around 5 years ago I was using my neighbors internet across the street
L258[12:38:31] <Mettaton_Fab> that is some nice range.
L259[12:38:57] <Achai> Like across a culdesac too
L260[12:39:17] <Mettaton_Fab> also, if your neighbour has an unsecured wifi printer, print completely black pages on it.
L261[12:39:32] <Achai> Mettaton_Fab: this was 5 years ago and I wasn't an asshole then
L262[12:39:35] <Mettaton_Fab> and all the other colours
L263[12:39:48] <Achai> But like the range was really far
L264[12:39:50] <vifino> Achai: I was talking about linux side of things only, don't really use much windows stuff.
L265[12:39:56] <vifino> And when I do, I ask Lizzy for help
L266[12:40:24] <Achai> vifino: Just because the chip is a pain to set up in Linux doesn't mean it isn't awesome :P
L267[12:40:43] <Mettaton_Fab> at the trainstation here in the town i live in there is an unsecured wifi printer from the DB
L268[12:41:02] <Mettaton_Fab> i could print an essay about dat boi.
L269[12:41:17] <vifino> Achai: AR9271's are still better tho.
L270[12:41:26] <Achai> Honestly I would print out the part of the printer manual that shows how to secure the printer
L271[12:41:27] <vifino> Packet injection, monitor mode, ...
L272[12:41:35] <Achai> vifino: I wish I had one of those
L273[12:41:54] <vifino> Achai: got one for like 10€ on amazon
L274[12:41:56] <Achai> my AR9462 doesn't want to do any of that
L275[12:42:20] <vifino> Achai: TPLink TL-WN722N, should be pretty cheap
L276[12:42:44] <vifino> Best part of it is that it has a decent antenna connector, so you can get a decent external antenna.
L277[12:42:46] <Mettaton_Fab> where can i get a cheap PCi wifi card for my desktop pc?
L278[12:42:47] <Achai> I don't want to purchase anything new for this computer
L279[12:42:53] <Achai> I just want it to die
L280[12:42:58] <Achai> So, yeah
L281[12:43:05] <vifino> lol
L282[12:43:19] <vifino> Mettaton_Fab: PCI, PCI-X, PCI-e?
L283[12:43:23] <Mettaton_Fab> because i have one that only does WEP wifi networks.
L284[12:43:49] <Mettaton_Fab> i define PCI so it should be your standard PCI.
L285[12:44:06] ⇨ Joins: Kenny164 (~pkinney@host86-129-10-179.range86-129.btcentralplus.com)
L286[12:44:57] <Mettaton_Fab> PCI-X could have been used if this turd of a dual xeon workstation i had would've worked.
L287[12:45:35] <vifino> Mettaton_Fab: I have had too many idiots tell me that they need PCI yet they needed PCI Express.
L288[12:46:31] <Mettaton_Fab> i know my Peripheral Component Interconnect very well.
L289[12:48:10] <Achai> My phone has a WCN3680 chip which is embedded on the SoC
L290[12:48:20] <Achai> But it's still Qualcomm so fuck them
L291[12:50:38] <Mettaton_Fab> i have a Creative SoundBlaster 128!
L292[12:51:08] <Achai> nice
L293[12:51:11] <Lizzy> #lua print( cares )
L294[12:51:11] <|0xDEADBEEF|> > 0 | nil
L295[12:51:27] <Achai> #lua cares = -1
L296[12:51:27] <|0xDEADBEEF|> > nil
L297[12:53:34] * Mettaton_Fab hugs Lizzy
L298[12:54:08] * Lizzy slowly pushes Mettaton_Fab with a knife
L299[12:54:26] * Mettaton_Fab stops hugging Lizzy
L300[12:54:37] * Mettaton_Fab hugs Achai
L301[12:55:58] * Achai slowly explodes into a bloody mess
L302[12:56:25] <Corded> * Eleria slowly backs up from everyone
L303[12:57:56] ⇦ Quits: Kimiro (~MobileDra@24.114.42.62) (Remote host closed the connection)
L304[12:58:36] * vifino throws himself at Lizzy
L305[12:58:54] <Kimiro> *trips @Eleria*
L306[12:58:56] * Lizzy wasn't paying attention and falls over with vifino in her arms
L307[12:59:09] * Lizzy snuggles her vifino
L308[12:59:15] <XDjackieXD> vifino you should be more gentle :P
L309[12:59:27] <Mettaton_Fab> http://playdosgamesonline.com/arkanoid-ii-revenge-of-doh.html
L310[12:59:52] * Mettaton_Fab hugs Kimiro
L311[13:00:10] * Mettaton_Fab hugs Inari
L312[13:00:30] <Kimiro> *hugs Mettaton_Fab back*
L313[13:00:57] <Corded> * Eleria falls over Kimiro and hurts her head
L314[13:03:18] <Corded> * Elizabeth gets @Eleria an ice pack
L315[13:03:40] <Corded> * Eleria thanks @Elizabeth
L316[13:04:00] * Mettaton_Fab pets Eleria
L317[13:07:30] ⇦ Quits: sciguyryan (~sciguyrya@37.48.86.161) (Ping timeout: 202 seconds)
L318[13:12:21] ⇦ Quits: Kenny164 (~pkinney@host86-129-10-179.range86-129.btcentralplus.com) (Remote host closed the connection)
L319[13:13:54] ⇨ Joins: LeshaInc_ (~LeshaInc@213.5.23.9)
L320[13:13:58] ⇦ Quits: LeshaInc_ (~LeshaInc@213.5.23.9) (Client Quit)
L321[13:16:33] <Mettaton_Fab> is an Amp built out of 1 IC, 2 Electrolytic Caps, 1 Ceramic Cap and 1 Linear 22kOhm Potentiometer effective?
L322[13:18:02] <vifino> Is a PC with a motherboard, cpu and gpu capable to run Elite: Dangerous at 4k with 60 fps?
L323[13:20:12] <Vexatos> Mettaton_Fab, IIRC it's made of 6.24*10¹⁸ charges per second
L324[13:24:07] ⇨ Joins: Keanu73 (~Keanu73@host-92-29-194-194.as13285.net)
L325[13:56:01] ⇨ Joins: Turtle (~SentientT@82-171-92-73.ip.telfort.nl)
L326[13:58:17] * Inari hands Ember_Primrose a wiener
L327[13:58:26] <Tazz> can I have one too?
L328[13:58:28] <Tazz> im hungai
L329[14:00:02] * Inari hands a wiener to Tazz too
L330[14:08:08] ⇨ Joins: DenDaffn (webchat@ip-213-49-95-193.dsl.scarlet.be)
L331[14:10:01] <DenDaffn> Hello everyone
L332[14:11:06] <DenDaffn> Ive written my first fully fledged program in Lua. Im in the debugging stage now. Any lua wizards that want to help me get the bugs out are welcome.
L333[14:11:14] <DenDaffn> http://hastebin.com/owimozehox.lua
L334[14:11:50] <DenDaffn> Robot needs to go to pos 1,1 from 1,6. But doesnt.
L335[14:12:41] <Forecaster> hahaha, this is amazing
L336[14:12:42] <Forecaster> https://www.youtube.com/watch?v=subQrEPKytA
L337[14:12:43] <MichiBot> Dark Dungeons - JonTron | length: 23m 51s | Likes: 18296 Dislikes: 225 Views: 184687 | by JonTronShow
L338[14:13:52] <Forecaster> gotta love a movie where the nerds playing D&D are the cool kids xD
L339[14:14:46] *** TheFox|AFK is now known as TheFxo
L340[14:14:48] *** TheFxo is now known as TheFox
L341[14:14:52] <TheFox> Hello
L342[14:15:04] <Forecaster> so much cringe
L343[14:16:25] <DenDaffn> Fails on bad argument #1 (number or nil expected, got boolean)
L344[14:16:37] <DenDaffn> gotobe newb mistake :)
L345[14:17:04] <Mimiru> something is returning true/false and not a number
L346[14:17:26] <TheFox> DenDaffn: do you mind if i look over your code?
L347[14:17:31] <TheFox> i can point it out for you
L348[14:17:51] <DenDaffn> m, re = r.forward()
L349[14:18:00] <DenDaffn> returns boolean
L350[14:18:02] <Mimiru> scroll up TheFox he linked it...
L351[14:18:10] <Mimiru> hell you shouldn't even have to scroll
L352[14:18:12] <Mimiru> it's like 10 lines ago
L353[14:18:34] <DenDaffn> robot.forward()
L354[14:18:47] <DenDaffn> but why cant it take a boolean? Hmmm
L355[14:19:19] <TheFox> Oh
L356[14:19:49] <TheFox> Mimiru: i just got back, didnt even read sorry
L357[14:20:12] <Mimiru> Well, you know.. maybe it'd help if you did :D Why have scrollback if you don't use it
L358[14:20:39] <Lizzy> to be ignored of course
L359[14:20:44] <TheFox> ^
L360[14:20:45] <Mimiru> Of course.
L361[14:21:01] <Forecaster> hey, what are you all talking about
L362[14:21:11] * TheFox stares blankly at track pad wondering if he should in fact use the scroll function
L363[14:21:11] <Forecaster> I totally can't be boethered to read 4 lines back
L364[14:21:13] <Forecaster> :D
L365[14:21:14] <Mimiru> Things.
L366[14:21:19] <Forecaster> bothered*
L367[14:21:36] * TheFox pokes Forecaster
L368[14:22:21] * Forecaster explodes
L369[14:22:22] <TheFox> huh, usually a poke incites a random comment, guess not this time
L370[14:22:25] <TheFox> or not
L371[14:23:42] <Lizzy> also grr, i want to move a plug but i cant cause i have an extension cord in it that is powering the hdd my laptop is currently backing up to
L372[14:24:07] <Inari> buttplug?
L373[14:24:10] <Forecaster> :O
L374[14:24:20] <Lizzy> -_-
L375[14:25:29] <Inari> also
L376[14:25:58] <Lizzy> dammit Inari now my brain is thinking of that
L377[14:26:04] <Inari> :D
L378[14:26:16] <Inari> PSA: even if crocodile/alligator clamps/clips look very much like nipple clamps, don't use them like that, the strong grip and lacking insidefilling is kind of not good for that application
L379[14:26:24] <TheFox> Lizzy: if you quickly unplug it and plug it back in there is a small like 0.00001% chance that if you plug it back in fast enough you can beat the power down signal for the HDD
L380[14:26:53] <Lizzy> TheFox, if it wasnt being written to, sure
L381[14:26:59] <TheFox> you just have to do it before 1/60 or so
L382[14:27:16] <TheFox> oh, wait USB 3.1?
L383[14:27:17] <Lizzy> yeah, no can do
L384[14:27:19] <Lizzy> no
L385[14:27:29] <TheFox> if so then 1/6,000,000,000 of a second
L386[14:27:50] <Lizzy> a 3.5" drive in a usb2 enclosure
L387[14:27:53] <Inari> Lizzy: though personally im not a fan of anal stuff, so i'd prefer a vagplug :P
L388[14:28:44] <Lizzy> butt what about a tail buttplug?
L389[14:28:52] <TheFox> well, i thought no one could make me uncomfortable
L390[14:29:13] <Lizzy> TheFox, welcome to #oc
L391[14:29:44] <Mimiru> I'd comment, but I don't want to make this more awkward than it already is.. :p
L392[14:29:47] <TheFox> well, it has been a while since i have been on the same time as Inari, so i guess #oc isnt anything without Inari?
L393[14:29:56] <DenDaffn> Sorry to kill the buzz :) but let me try something here
L394[14:29:58] <Forecaster> @Mimiru aw
L395[14:30:00] <DenDaffn> #lua local r = require('robot') m, re = false,"" m, re = r.forward() -- Code seems to fail on -- bad argument #1 (number or nil expected, got boolean)
L396[14:30:01] <XDjackieXD> xD
L397[14:30:05] <|0xDEADBEEF|> > [string "lua"]:1: attempt to call a nil value (global 'require')
L398[14:30:09] <TheFox> DenDaffn: please do kill
L399[14:30:12] <Inari> Lizzy: hmm i dont know, i kinda want to have a tail :P but i dont think the ones i've seen were very goo deven, and then i'd still not like the anal insertion part :| perhaps, but proabbly not, only if the plug itself is very small on that or something :P but ehhhh
L400[14:30:24] <TheFox> also DenDaffn DEADBEEF doesnt support OC lua
L401[14:30:31] <TheFox> only 5.3
L402[14:30:42] <TheFox> meaning no oc functions :(
L403[14:30:45] <DenDaffn> ah
L404[14:30:55] <TheFox> hell XDjackieXD long time no see
L405[14:30:58] <TheFox> hello*
L406[14:31:16] <Lizzy> i can use another socket but that'd require shutting down my computer
L407[14:31:27] <Lizzy> and my hifi
L408[14:31:37] <XDjackieXD> TheFox: hi ^^ I was in the lands of "almost no internet" the last 2 weeks (also even if I had good internet I wouldn't have had time to go to irc ^^)
L409[14:31:59] <Mimiru> I'll just leave it at tails are fun... :p
L410[14:32:13] * TheFox gives XDjackieXD high speed 4G hotspot
L411[14:32:20] <Inari> Mimiru: :o
L412[14:32:25] <DenDaffn> Anyone can comment on this?
L413[14:32:27] <DenDaffn> http://hastebin.com/avoxukizih.pl
L414[14:32:30] <TheFox> ok, just how many people here are obsessed with tails?
L415[14:32:35] <TheFox> sure DenDaffn gimme a sec
L416[14:32:43] <XDjackieXD> we had 4G. it's the only thing that works there (but slow). anything else doesn't even get a connection :P
L417[14:32:49] <Lizzy> @mimiru they seem so, have yet to do it myself yet
L418[14:32:50] <Inari> i think my main issue with tails is that its still just a piece of plush hanging down to gravity
L419[14:32:53] <Inari> you cant control them
L420[14:32:55] <Inari> or feel them
L421[14:32:57] <Inari> or such
L422[14:33:15] <Inari> well, main issue aside how they are usually fixated
L423[14:33:23] <Mimiru> https://www.youtube.com/watch?v=87G90MfPQfg :p
L424[14:33:23] <MichiBot> Japanese robotic cat tail reads human heart beat | length: 1m 17s | Likes: 63 Dislikes: 4 Views: 11338 | by AFP news agency
L425[14:33:35] <XDjackieXD> Inari: there is a guy building animatronic tails (saw it on hackaday about half a year ago)
L426[14:33:46] * Lizzy cant wait till the day you can add real cat ears to yourself
L427[14:33:49] <Inari> Mimiru: yeah well, lets just say i want natural movmenet that doesnt make weird noises :P
L428[14:33:50] <TheFox> you still didnt answer my question guys, and DenDaffn what are you doing with m, re?
L429[14:34:49] <Mimiru> lol Inari
L430[14:34:54] <TheFox> Inari and Lizzy, just how many people here are obsessed with tails? i
L431[14:34:55] <Lizzy> might as well test w10's hibernation ability
L432[14:35:02] <TheFox> DenDaffn: you there?
L433[14:35:09] <Mimiru> TheFox, some
L434[14:35:12] <Inari> Mimiru: i guess i'd be less critical about trying one if i didnt mind the isnertion part so much :P
L435[14:35:31] <XDjackieXD> TheFox well at least Inari & Lizzy but I'd guess wuite a few more
L436[14:35:38] <TheFox> Mimiru: some seems to be an understatement
L437[14:35:44] <XDjackieXD> Inari: probably xD
L438[14:35:45] <TheFox> XDjackieXD: there are a shit ton more, i just dont know a number
L439[14:35:46] <Mimiru> It doesn't bother me... heh
L440[14:35:52] <DenDaffn> Yes, still here. m and re are m = false/true if move has failed or not, re = string, the reason why it has failed
L441[14:36:04] <DenDaffn> will be used for errors during moves
L442[14:36:05] <Inari> Mimiru: i find it very icky xP
L443[14:36:21] <TheFox> you dont have to predefine them, they will be created, so if you want you can take that line out
L444[14:37:01] <DenDaffn> you mean the local m, re ... bit?
L445[14:37:15] <TheFox> XDjackieXD: i mean there are tons, tons!, i would reckon proably 150 out of the 170 or so people here
L446[14:37:33] <TheFox> i just want a number, not bother by you all having fun
L447[14:37:44] <TheFox> DenDaffn: eys
L448[14:37:44] <XDjackieXD> o.O we should do an anonymous survey for all #oc members
L449[14:37:45] <Lizzy> vifino, if you get back and im not on hangouts im moving power sockets around
L450[14:37:59] <Inari> Mimiru: hmm seems there are ones attached via belt
L451[14:38:15] <Mimiru> yeah, there are
L452[14:38:29] <TheFox> DenDaffn: tell me if that actually changes anything please
L453[14:38:41] <TheFox> XDjackieXD: i can if you want
L454[14:38:46] <DenDaffn> going to try, afk till further notic
L455[14:38:52] <TheFox> DenDaffn: ok
L456[14:39:52] <TheFox> XDjackieXD: i can setup a survey, if you are serious about it.
L457[14:40:01] <TheFox> i kinda really want to know a vague number anyway
L458[14:40:17] <XDjackieXD> I don't really care but it would be interesting :P
L459[14:40:36] <Mimiru> Holy shit 48 hours later I got a payment to go through with OVH
L460[14:40:43] <Mimiru> and their support didn't reply once.
L461[14:40:54] <Inari> https://m.reddit.com/r/tifu/comments/30icix/tifu_by_wearing_a_tail_plug_to_a_costume_party/ Oo
L462[14:41:33] <TheFox> ima not click that...
L463[14:41:59] <XDjackieXD> xD
L464[14:42:34] <Mimiru> Holy shit
L465[14:42:40] <TheFox> ^ reason i didnt click
L466[14:43:04] <TheFox> Mimiru: what?
L467[14:43:20] <Mimiru> TL;DR, Wore tail plug to costume party, dude pulled it out, lots of pain, blood, and humiliation.
L468[14:43:54] <TheFox> -_- i was literally just typing, "if it is the link, dont tell me". too late now
L469[14:44:02] <Inari> (to be clear, apparently they use lube to put it in, but after a while the lube dries up or such, so yanking it out wll probably tear some stuff then)
L470[14:44:10] <Inari> lol
L471[14:44:14] <Mimiru> Well, she had *just* refreshed the lube
L472[14:44:23] <Inari> well no, she was about to?
L473[14:44:38] <Forecaster> what a jerk...
L474[14:44:42] <Inari> xD
L475[14:44:43] <TheFox> i regret asking, i really do
L476[14:44:46] * Inari pulls on Ember_Primrose's tail
L477[14:44:52] <vifino> Lizzy: :/
L478[14:44:55] <Mimiru> Ahh yeah I guess she was heading there..
L479[14:44:57] <Inari> but yeah, the belt tails sound nicer
L480[14:45:07] <Inari> a cat doesnt have her tail out of the bum either :D
L481[14:45:19] <XDjackieXD> ^^
L482[14:45:20] <TheFox> the hell did this conversation go, we started with Forecaster exploding, and me asking a question
L483[14:45:24] <Mimiru> Yeah, but belts get annoying.
L484[14:45:26] <TheFox> and DenDaffn's question
L485[14:45:35] <Inari> TheFox: exploding eh? :)
L486[14:45:44] <Inari> Forecaster: what did yuo explode all over?
L487[14:45:58] <Inari> Mimiru: hehe, well i guess if you're fine wiht plugs they can be nicer
L488[14:46:20] <Inari> you could also get an implant of a hook to put the tail in xP
L489[14:46:24] <Forecaster> :P
L490[14:46:34] <DenDaffn> back, fail is gone, but robot does only one move and a funny dance. Seems to be more wrong
L491[14:46:36] <Mimiru> That's actually not a horrible idea.
L492[14:46:44] <Inari> Mimiru: xD
L493[14:46:57] <Inari> Mimiru: i dont really like piercings or such stuff either though
L494[14:47:01] <Inari> so i think i'd still prefer the belt
L495[14:47:26] <DenDaffn> troubleshooting in minecraft for OC is so cumbersome
L496[14:47:36] <DenDaffn> any better way?
L497[14:47:45] <Forecaster> not really
L498[14:47:57] <Forecaster> there's ocemu
L499[14:48:03] <Forecaster> but it doesn't really work for robots :P
L500[14:48:46] <DenDaffn> Downloaded this IDE, ZeroBrane
L501[14:48:51] ⇦ Quits: TheFox (webchat@pool-108-4-58-236.rcmdva.fios.verizon.net) (Ping timeout: 195 seconds)
L502[14:49:08] <DenDaffn> but has no OC module capability
L503[14:51:10] <DenDaffn> As well, changing the lua file on Windows platform needs Minecraft to restart for it to be recognised :(
L504[14:51:26] <Mimiru> bufferChanges = false in the oc config
L505[14:51:37] <Mimiru> you can also just remove the hdd from the computer, and put it back in
L506[14:51:39] <Forecaster> ^
L507[14:51:48] <DenDaffn> Its a robot :(
L508[14:51:51] <Forecaster> bufferchanges is best though
L509[14:51:55] <Forecaster> yeah
L510[14:51:58] <Mimiru> then bufferChanges = false it is
L511[14:52:20] <Forecaster> even with a computer having to keep rebooting it is a hassle
L512[14:52:25] <Mettaton_Fab> Inari, a belt is more on the height of a furry tail.
L513[14:53:34] <DenDaffn> In what cases would bufferChanges = true be beneficial?
L514[14:54:08] <Inari> "furry tail"?
L515[14:54:13] <Forecaster> when you're using an external editor to program
L516[14:54:17] <Inari> http://orig09.deviantart.net/3e6d/f/2012/218/2/0/cross_fox_belt_pouch_set_by_lupagreenwolf-d5a0zgm.jpg thats prety cute
L517[14:54:43] <Forecaster> Inari: it is
L518[14:54:57] <Inari> (the skirt/dress helps with that ofc :P)(
L519[14:55:12] <Mimiru> From the OC config: "The advantage of having this enabled is that
L520[14:55:13] <Mimiru> # data will never go 'out of sync' with the computer's state if the game
L521[14:55:13] <Mimiru> # crashes."
L522[14:55:54] <DenDaffn> ah, so better have it on true when not debugging
L523[14:56:01] <DenDaffn> and when debugging on false
L524[14:56:03] <DenDaffn> gotit
L525[14:56:07] <Mimiru> I leave it disabled
L526[14:56:08] <Corded> * Mimiru shrugs
L527[14:56:23] <Mimiru> I've never had an issue
L528[14:56:58] * Mettaton_Fab lewds Inari
L529[14:58:39] * Inari now wants a belt tail xD
L530[14:58:49] <XDjackieXD> Inari: build or buy one ^^
L531[14:58:58] <SpaceWolfve> Lol
L532[14:59:15] <Inari> XDjackieXD: might buy oen
L533[14:59:51] * Lizzy wants a pair of cat ears
L534[15:00:02] <Mimiru> I have cat ears :D
L535[15:00:07] <Lizzy> :O
L536[15:00:12] * Lizzy wants a pair :(
L537[15:00:22] <Inari> in terms of "pet"-ty stuff i only have a collar :P
L538[15:00:23] <Lizzy> i could probably buy a pair though
L539[15:00:23] <XDjackieXD> if the tail would help me with balance and if the ears would allow me to hear better I'd take them too ^^
L540[15:00:30] <SpaceWolfve> Just dont tell me ur one of that people that thinks they are a cat
L541[15:00:31] <SpaceWolfve> .-.
L542[15:00:52] <Corded> * Eleria wants a pair too
L543[15:00:57] <Lizzy> No, i don't think i am a cat
L544[15:00:57] <Mimiru> I have ears, collar, paws, and a tail.. :p
L545[15:01:02] <Lizzy> I am a cat
L546[15:01:03] <Mimiru> I don't think I'm a cat either..
L547[15:01:07] <Mimiru> ^
L548[15:01:07] <Mimiru> :p
L549[15:01:08] <Inari> SpaceWolfve: while personally I'm not, I dont see anythign wrong with that either
L550[15:01:19] <Lizzy> @Mimiru stahp making me jellous
L551[15:01:26] <XDjackieXD> :P
L552[15:01:33] <Inari> hmm i dont think i'd get paws though
L553[15:01:37] <Inari> except mayhaps for bondagey reasons
L554[15:01:48] <Mimiru> they came with the set lol
L555[15:01:51] <Inari> lol
L556[15:02:02] <Eleria> *coughs*
L557[15:02:07] <Lizzy> where did you get them?
L558[15:02:24] <Inari> I want a dorothy
L559[15:02:33] <Mimiru> Amazon.. theres not a place to buy anything like that within 100 miles of here lol
L560[15:02:42] * Lizzy doesn't know what that is and is not sure if she should google it#
L561[15:02:50] <Lizzy> ah lol
L562[15:02:53] <Mimiru> good ole' conservatives
L563[15:02:56] <Inari> you wont find much by just goolgin dorothy
L564[15:03:08] <Lizzy> ah
L565[15:03:54] <Lizzy> https://www.youtube.com/watch?v=Ajq4Ek-jChA
L566[15:03:54] <MichiBot> Bowling For Soup - Punk Rock 101 | length: 2m 51s | Likes: 28123 Dislikes: 930 Views: 6288070 | by BowlingForSoupVEVO
L567[15:04:02] * Lizzy wants to go to punk rock boot camp
L568[15:04:17] <SpaceWolfve> Inari dont get me wrong XD
L569[15:05:22] <Forecaster> Inari: it does (@ 10m ago)
L570[15:05:27] * Lizzy plans to be vifino's Punk Rock kitty <3
L571[15:05:50] <Inari> Forecaster: at the skirt helping?
L572[15:06:03] <Forecaster> yep
L573[15:06:07] <Inari> ^^
L574[15:06:49] <Lizzy> come on backup, complete already so i can move this stuff around
L575[15:07:07] <Forecaster> Lizzy: if you watch it it'll never complete :P
L576[15:07:29] <XDjackieXD> can confirm xD
L577[15:11:14] ⇨ Joins: Doty1154 (~Doty1154@c-73-189-164-179.hsd1.ca.comcast.net)
L578[15:14:40] ⇨ Joins: TheFox (webchat@pool-108-4-58-236.rcmdva.fios.verizon.net)
L579[15:14:44] <TheFox> im back
L580[15:14:47] <TheFox> for like 30 seconds
L581[15:14:50] <XDjackieXD> wb ^^
L582[15:15:00] <Lizzy> boo
L583[15:15:02] * Forecaster starts a timer
L584[15:15:09] <TheFox> just wanted to refresh the page so i stay up to date, something with firefox loosing connection
L585[15:15:27] <TheFox> Lizzy: are you booing me? Forecaster in a hurry to see me leave?
L586[15:15:29] <XDjackieXD> y u even webchat
L587[15:15:34] <XDjackieXD> TheFox: ^
L588[15:15:40] ⇦ Quits: Vexatos (~Vexatos@p200300556E2AE222F4D9C26AD757D575.dip0.t-ipconnect.de) (Quit: I guess I have to go now. Bye ✔)
L589[15:15:54] <TheFox> XDjackieXD: because, well. Hexchat sucks, and Andchat could do better
L590[15:15:59] <Forecaster> I dunno how starting a timer would make time go faster :P
L591[15:16:18] * TheFox stares at Forecaster
L592[15:16:26] <Forecaster> is hexchat the only desktop client that exists? :P
L593[15:16:39] <TheFox> no its not, but Webchat works fine by my means,
L594[15:16:42] <TheFox> no i have to go
L595[15:16:56] * TheFox leaves the room while staring at Forecaster
L596[15:17:14] <Forecaster> it's kind of the irc equivalent of sitting in the kids pool though
L597[15:17:34] ⇦ Quits: Trangar (~Trangar@249-153-145-85.ftth.glasoperator.nl) (Quit: Leaving)
L598[15:17:37] <Lizzy> mIRC, XChat (though if you're using that, why?), quassel, Thunderbird, Pidgin, probably others
L599[15:17:50] <Forecaster> monochrome
L600[15:20:45] <Mettaton_Fab> Thunderbird can IRC?
L601[15:21:04] <Lizzy> it has the option for it IIRC
L602[15:21:34] <XDjackieXD> thunderbird can do anything with plugins xD
L603[15:22:09] <TheFox> thunderbird can IRC?
L604[15:22:16] <TheFox> interesting
L605[15:23:44] <TheFox> though i find that you guys dont need to to CTCP file tranfers to me, and i dont really need a client on my mac, if i can use webchat, it's much easier to setup
L606[15:24:31] <TheFox> hello Mettaton_Fab
L607[15:24:46] ⇦ Quits: Turtle (~SentientT@82-171-92-73.ip.telfort.nl) (Quit: Nettalk6 - www.ntalk.de)
L608[15:25:11] <Mettaton_Fab> hello TheFawks
L609[15:25:44] ⇨ Joins: Turtle (~SentientT@82-171-92-73.ip.telfort.nl)
L610[15:26:39] <TheFox> um, i am no bird, i am a Fox. or atleast my friends say i am
L611[15:26:45] <TheFox> be back in a bit
L612[15:30:49] ⇦ Quits: LeshaInc (~LeshaInc@213.5.23.9) (Quit: return 0;)
L613[15:31:08] <Forecaster> but what does the fox say?
L614[15:31:10] <Forecaster> :D
L615[15:31:24] <Lizzy> %quote TheFox
L616[15:31:25] <MichiBot> Quote #91: <TheFox> I have safari, I hate it.
L617[15:31:26] <Forecaster> nobody cares what the fox's friends say
L618[15:34:43] ⇦ Quits: Nathan1852 (~Nathan185@HSI-KBW-109-192-133-159.hsi6.kabel-badenwuerttemberg.de) (Quit: Bye :))
L619[15:34:48] <Lizzy> so i can't swap out the power sockets i want till my laptop finished backing up which is stopping me from putting one of my draw sets back cause i need to get to the sockets. that draw set usually holds up one half of my desk (the other half being held up by another draw set. i currently can't put any weight on the unsupported side so i can't put my storage server back
L620[15:34:53] ⇨ Joins: Nathan1852 (~Nathan185@hsi-kbw-109-192-133-159.hsi6.kabel-badenwuerttemberg.de)
L621[15:43:38] <Lizzy> I also can't play any steam games cause my laptop is doing the backup and my desktop gets the games from my storage server that is currently on my bed
L622[15:44:03] <Forecaster> running games from a server sounds slow
L623[15:44:11] <Lizzy> not that slow
L624[15:44:35] <Lizzy> the drives are probably still the slowest bit
L625[15:45:26] <Forecaster> I guess if it's a local GB connection
L626[15:45:43] <Lizzy> cause the storage server itself has gigabit networking, my pc has gigabit, the switch between them has gigabit and i have samba configured to basically send the data as fast as possible
L627[15:46:06] <Forecaster> yeah :P
L628[15:46:38] <Lizzy> I would also try NFS since Windows 10 supposedly has a client for it but i can't seem to get that to work
L629[15:47:04] <Forecaster> w10 has a need for speed?! :O
L630[15:47:19] <Lizzy> Network Filesystem
L631[15:47:25] <Forecaster> *street racingmusic starts playing*
L632[15:47:29] <Inari> Lizzy: can i hire your high-ranking lips?
L633[15:47:40] <Lizzy> Inari, ask vifino
L634[15:47:42] <Forecaster> lewd!
L635[15:50:18] <Inari> Lizzy: make it sound as if thats your owner xD
L636[15:51:31] <Lizzy> well.. :P
L637[15:55:58] <Inari> lewd :P
L638[15:56:19] <Kimiro> *out-lewds Inari*
L639[16:00:40] <Mettaton_Fab> %quote Mettaton_Fab
L640[16:00:40] <MichiBot> Quote #110: <Mettaton_Fab> Doot!
L641[16:02:09] * Mettaton_Fab lewds Inari
L642[16:04:57] * Mettaton_Fab lewds Inari more
L643[16:07:07] <Kimiro> *maximum overlewds Mettaton_Fab*
L644[16:07:15] <Mettaton_Fab> my laptop is too bad for Arkanoid 2!
L645[16:07:24] <Mettaton_Fab> which is a DOS game.
L646[16:07:35] * Mettaton_Fab overlewds Kimiro
L647[16:15:44] <Mettaton_Fab> even for the original DOOM
L648[16:20:46] <Temia> I would recommend using Dosbox instead of a Javascript platform.
L649[16:27:46] ⇨ Joins: gm|and (~gm|and@187.210.224.49.dyn.cust.vf.net.nz)
L650[16:37:16] <Ember_Primrose> nini all
L651[16:37:46] <Mimiru> Night @Ember_Primrose
L652[16:38:06] <Ember_Primrose> ohh you got highlights working :3
L653[16:38:10] <Mimiru> I did :P
L654[16:38:16] <Ember_Primrose> and goodnight
L655[16:39:19] <Mettaton_Fab> nite to y'all until tomorrow!
L656[16:39:22] ⇦ Quits: Jezza (~Jezza@92.206.33.136) (Ping timeout: 202 seconds)
L657[16:39:27] ⇦ Quits: Mettaton_Fab (~user@p4fc721c7.dip0.t-ipconnect.de) (Quit: I have to go, my birds need me!)
L658[16:40:15] ⇦ Quits: DenDaffn (webchat@ip-213-49-95-193.dsl.scarlet.be) (Quit: Web client closed)
L659[16:49:23] <TheCryptek> Hey all
L660[16:53:00] ⇨ Joins: gm|and_ (~gm|and@149.200.224.49.dyn.cust.vf.net.nz)
L661[16:53:11] <MalkContent> know what'd be neat? the ability to limit the amount of vertical blocks scan scans
L662[16:53:27] ⇦ Quits: gm|and (~gm|and@187.210.224.49.dyn.cust.vf.net.nz) (Ping timeout: 186 seconds)
L663[16:53:45] <MalkContent> im scanning my melon farm. i care about exactly 1 block :x
L664[16:57:22] <Lizzy> there we go
L665[16:57:28] <Lizzy> stuff is mostly all back now
L666[17:01:24] <nekosune> how do you copy openos to a hd?
L667[17:01:35] <Lizzy> install
L668[17:04:22] ⇦ Quits: ChJees (~ChJees@h126n12-sv-a13.ias.bredband.telia.com) (Ping timeout: 190 seconds)
L669[17:09:47] ⇦ Quits: Keanu73 (~Keanu73@host-92-29-194-194.as13285.net) (Quit: Gotta go to bed or something. See ya!)
L670[17:19:29] *** alfw|Off is now known as alfw
L671[17:23:32] ⇦ Quits: BearishMushroom (~BearishMu@90-231-174-194-no159.tbcn.telia.com) (Read error: Connection reset by peer)
L672[17:24:56] ⇦ Quits: Sandra (Sandra@2001:19f0:6800:8161:a:1ce:c01d:babe) (Ping timeout: 195 seconds)
L673[17:24:58] ⇨ Joins: BearishMushroom (~BearishMu@90-231-174-194-no159.tbcn.telia.com)
L674[17:25:31] ⇦ Quits: AngieBLD (AngieBLD@2001:19f0:6800:8161:a:1ce:c01d:babe) (Ping timeout: 195 seconds)
L675[17:25:31] ⇦ Quits: Ember_Primrose (Ember_Prim@2001:19f0:6800:8161:1:5ee:bad:c0de) (Ping timeout: 195 seconds)
L676[17:25:31] ⇦ Quits: nxsupert (nxsupert@2001:19f0:6800:8161:1337:c0de:4:11fe) (Ping timeout: 195 seconds)
L677[17:26:41] ⇦ Quits: Techokami (Techokami@2001:19f0:6800:8161:1:be:a:7001) (Ping timeout: 195 seconds)
L678[17:31:05] ⇨ Joins: Ember_Primrose (Ember_Prim@2001:19f0:6800:8161:1:5ee:bad:c0de)
L679[17:31:18] <Lizzy> ... wat is my bouncer doing
L680[17:31:20] ⇨ Joins: AngieBLD (AngieBLD@2001:19f0:6800:8161:a:1ce:c01d:babe)
L681[17:31:25] <Lizzy> is janus throwing up again?
L682[17:31:37] ⇨ Joins: Sandra (Sandra@2001:19f0:6800:8161:a:1ce:c01d:babe)
L683[17:32:10] ⇨ Joins: Techokami (Techokami@2001:19f0:6800:8161:1:be:a:7001)
L684[17:32:10] zsh sets mode: +v on Techokami
L685[17:32:37] ⇨ Joins: nxsupert (nxsupert@2001:19f0:6800:8161:1337:c0de:4:11fe)
L686[17:33:24] <Lizzy> hmm, i guess it was esper
L687[17:45:33] ⇦ Quits: gm|and_ (~gm|and@149.200.224.49.dyn.cust.vf.net.nz) (Quit: Bye)
L688[17:55:51] ⇦ Quits: Greenphlem (uid22276@tooting.irccloud.com) (Ping timeout: 186 seconds)
L689[18:05:49] ⇨ Joins: Greenphlem (uid22276@id-22276.tooting.irccloud.com)
L690[18:08:13] ⇦ Quits: Nathan1852 (~Nathan185@hsi-kbw-109-192-133-159.hsi6.kabel-badenwuerttemberg.de) (Quit: Bye :))
L691[18:08:23] ⇨ Joins: Nathan1852 (~Nathan185@hsi-kbw-109-192-133-159.hsi6.kabel-badenwuerttemberg.de)
L692[18:10:18] ⇦ Quits: Nathan1852 (~Nathan185@hsi-kbw-109-192-133-159.hsi6.kabel-badenwuerttemberg.de) (Client Quit)
L693[18:10:26] ⇨ Joins: Nathan1852 (~Nathan185@hsi-kbw-109-192-133-159.hsi6.kabel-badenwuerttemberg.de)
L694[18:20:23] ⇦ Quits: Inari (~Pinkishu@p5dec665d.dip0.t-ipconnect.de) (Ping timeout: 186 seconds)
L695[18:20:35] ⇨ Joins: Inari (~Pinkishu@p5DEC6ABF.dip0.t-ipconnect.de)
L696[18:29:17] *** g is now known as gAway2002
L697[18:41:48] * Lizzy curls up on vifino and falls asleep
L698[18:41:57] * vifino pets Lizzy
L699[18:43:42] * TheFox stares at vifino blanly
L700[18:43:47] <TheFox> blankly*
L701[18:43:51] ⇦ Quits: Inari (~Pinkishu@p5DEC6ABF.dip0.t-ipconnect.de) (Quit: 'I believe in you!' (Mei))
L702[19:02:14] ⇨ Joins: cpup (~cpup@32.218.117.138)
L703[19:02:32] <alekso56> *blandly
L704[19:07:51] <TheFox> blankly fits, it is a word
L705[19:08:24] ⇦ Quits: Nathan1852 (~Nathan185@hsi-kbw-109-192-133-159.hsi6.kabel-badenwuerttemberg.de) (Read error: Connection reset by peer)
L706[19:09:11] ⇨ Joins: IzayaXMPP (~858c52067@210-1-213-55-cpe.spintel.net.au)
L707[19:09:19] <TheFox> hello
L708[19:09:30] <IzayaXMPP> o/
L709[19:09:52] <IzayaXMPP> laptop's gonna die yaaay
L710[19:09:53] <TheFox> How have you been/
L711[19:10:37] ⇦ Quits: BearishMushroom (~BearishMu@90-231-174-194-no159.tbcn.telia.com) (Read error: Connection reset by peer)
L712[19:10:42] * IzayaXMPP has been dead
L713[19:10:55] * TheFox is glad IzayaXMPP is no longer dead
L714[19:13:04] ⇦ Quits: Nentify (uid14943@id-14943.highgate.irccloud.com) (Quit: Connection closed for inactivity)
L715[19:14:56] ⇦ Parts: IzayaXMPP (~858c52067@210-1-213-55-cpe.spintel.net.au) ())
L716[19:22:15] ⇦ Quits: cpup (~cpup@32.218.117.138) (Ping timeout: 186 seconds)
L717[19:23:20] ⇨ Joins: minot (~minot@pool-100-8-212-113.nwrknj.fios.verizon.net)
L718[19:30:11] <TheFox> hello
L719[19:30:23] <TheFox> is cpup a bouncer/bot or something?
L720[19:37:43] ⇦ Quits: MalkContent (~MalkConte@p4fdcf0d7.dip0.t-ipconnect.de) (Quit: Leaving)
L721[19:56:36] ⇨ Joins: OneMatthias (~Hello@donotspellitgav.in)
L722[19:56:37] ⇦ Quits: OneMatthias (~Hello@donotspellitgav.in) (Remote host closed the connection)
L723[20:10:02] ⇦ Quits: Greenphlem (uid22276@id-22276.tooting.irccloud.com) (Ping timeout: 190 seconds)
L724[20:13:34] ⇦ Quits: MindWorX (~MindWorX@0x3ec639b7.static.customer.dk.telia.net) (Quit: Leaving)
L725[20:15:08] ⇨ Joins: Eleria (~Eleria@p4fe63e15.dip0.t-ipconnect.de)
L726[20:16:24] ⇦ Quits: Elerianae (~Eleria@p4FE63382.dip0.t-ipconnect.de) (Ping timeout: 384 seconds)
L727[20:27:12] ⇨ Joins: Greenphlem (uid22276@id-22276.tooting.irccloud.com)
L728[20:42:22] ⇨ Joins: gm|and (~gm|and@142.235.224.49.dyn.cust.vf.net.nz)
L729[20:44:29] <gm|and> turns out when i got the mips core running at ~6-10% load, i broke caching
L730[20:45:19] <gm|and> been reworking it so a whole op goes from start to finish and i'm trying to avoid unnecessary branches w/o doing branch avoidance unnecessarily
L731[20:46:08] <gm|and> there's an optimisation i need to try once i arrive home in a few hours
L732[20:46:49] <gm|and> register 0 is wired to the value 0. i can avoid a branch by simply writing 0 to this register before performing any ops.
L733[20:46:57] <gm|and> erm, before each actual op performance
L734[20:47:25] <gm|and> that way there's no "if(rd != 0) { ... }" shit, just the "..." there
L735[20:48:52] <gm|and> current ver on git is rather hard to statically optimise, i've shifted it so that regs[rd] or regs[rt] is written to in each op but i need to drop that guard now
L736[20:49:48] <gm|and> i suspect i could get a little bit more perf out of the "special" ops by having an explicit branch to that region
L737[21:06:37] ⇦ Quits: Kiddobyte (~Kiddobyte@75-128-216-19.dhcp.trcy.mi.charter.com) (Read error: Connection reset by peer)
L738[21:26:56] ⇦ Quits: gm|and (~gm|and@142.235.224.49.dyn.cust.vf.net.nz) (Quit: Bye)
L739[21:28:37] <TheFox> hello everyone
L740[21:49:45] <TheFox> %seen Ember_primrose
L741[21:49:46] <MichiBot> TheFox: Ember_primrose has not been seen.
L742[21:49:50] <TheFox> %seen Ember_Primrose
L743[21:49:50] <MichiBot> TheFox: Ember_Primrose was last seen 1d 10h 51m 43s ago.
L744[21:50:13] <TheFox> .stats TheFox
L745[21:50:13] <EnderBot2> TheFox, https://oclogs.pc-logix.com/user.php?cid=oc&nick=TheFox, Seriously :P
L746[22:23:44] <Kimiro> TheFox: If you're looking for Ember, she's currently tied up.
L747[22:31:32] <TheFox> Kimiro, do i want to know?
L748[22:32:26] <TheFox> and i was just checking to see if she got my %tell
L749[22:36:46] <Kimiro> TheFox: Well. Actually she's sleeping.
L750[22:39:15] <Saphire> https://twitter.com/Vazkii/status/770090391601315840 D:
L751[22:39:16] <MichiBot> Sun Aug 28 21:47:11 CDT 2016 @Vazkii: Braces should be on the same line and tabs are better than spaces.
L752[22:39:16] <TheFox> yeah, ik
L753[22:41:51] <Saphire> indentation would start wars if programmers could start one
L754[22:41:53] <TheFox> Kimiro, i have sleep times down to memory so i dont try to contact someone when they are asleep, no stalking reasons at all
L755[22:42:08] <TheFox> Saphire: programmers can start wars, i pormise
L756[22:42:10] <TheFox> promise*
L757[22:43:04] <Saphire> well
L758[22:43:09] <TheFox> some idiot started a CC OC war, then all it takes is a misplaced NSA key for the korean version of OS X, that would start a war too
L759[22:43:26] <TheFox> sorry, that was windows
L760[22:43:31] <Saphire> if they developed done government thing in a wing way..
L761[22:43:33] ⇦ Quits: Turtle (~SentientT@82-171-92-73.ip.telfort.nl) (Read error: Connection reset by peer)
L762[22:43:40] <Saphire> *some
L763[22:43:57] <Saphire> like nuclear alarm
L764[22:44:11] <Saphire> imagine that going off because of a bug
L765[22:44:21] <TheFox> ahahahahaha
L766[22:45:41] <TheFox> reminds me of a prank one of my friends pulled on his friend
L767[22:45:52] <TheFox> it was AWFUL(ly funny)
L768[22:47:02] <TheFox> said friend lives near a nucler power station, so other said friend becomes an asshole and plugs his iphone into an audio amplifier and plays the nucler siren at full blast
L769[22:47:37] <TheFox> it was kinda funny watching it go down, one of the funniest web calls ever
L770[22:48:05] <TheFox> skype is wonderful for letting me watch that
L771[22:49:39] <TheFox> to cruel you think? well it wasn't my idea, so dont come down on me
L772[22:50:06] <TheFox> thats what he gets for living by lake anna, i am safe from there, 3000 miles away from VA
L773[22:51:06] ⇦ Quits: Lathanael|Away (~Lathanael@p5496105F.dip0.t-ipconnect.de) (Ping timeout: 384 seconds)
L774[22:54:17] ⇨ Joins: Lathanael|Away (~Lathanael@p549614ea.dip0.t-ipconnect.de)
L775[22:54:50] *** medsouz is now known as medsouz|offline
L776[22:54:55] *** Keridos|away is now known as Keridos
L777[23:03:16] ⇦ Quits: feldim2425 (~feldim242@188-23-88-232.adsl.highway.telekom.at) (Ping timeout: 195 seconds)
L778[23:05:44] ⇨ Joins: feldim2425 (~feldim242@88-117-38-40.adsl.highway.telekom.at)
L779[23:09:20] ⇨ Joins: npe|office (~NPExcepti@bps-gw.hrz.tu-chemnitz.de)
L780[23:11:51] <TheFox> hello
L781[23:13:05] <Kimiro> *bites TheFox*
L782[23:14:42] <Saphire> http://i.imgur.com/hJtAkA1.gifv
L783[23:15:00] <Saphire> tfw you realize you have too many mods installed fit openttd
L784[23:15:02] <Saphire> *for
L785[23:16:49] * TheFox remembers why he should not bite Kimiro
L786[23:17:36] <TheFox> Saphire: i dont know where or what that is for, but thats funny
L787[23:18:00] * TheFox herds sheeple into a corner, then does the logical thing for a fox to do
L788[23:19:24] <TheFox> Saphire where is that?
L789[23:19:32] <Saphire> moo idea
L790[23:19:34] <Saphire> *no
L791[23:19:44] <Saphire> .-.
L792[23:19:47] <TheFox> i smell temia imposter
L793[23:19:57] <Saphire> I smell autocorrect
L794[23:20:04] <Temia> She can moo if she wants to!
L795[23:20:09] <TheFox> no autocorrected to moo?
L796[23:20:17] <TheFox> the hell keyboard are you using XD
L797[23:20:33] <TheFox> Temia: i didnt mean anything by it i swear
L798[23:20:39] * TheFox ducks away from angry temia
L799[23:21:16] * Temia is too busy doing the safety dance
L800[23:21:45] <Temia> You can moo if you want to~ you can leave your friends behind~ cuz' if they can't moo and if they don't moo then they're~ no friends of mine~
L801[23:22:09] <TheFox> Temia is doing safety dance after she is the one that told me burn my bosses office down and dance naked on the roof?
L802[23:22:40] <TheFox> Temia am i not your friend, foxes dont moo
L803[23:23:53] <TheFox> also, i dont know if you practiced that line alot or not, but it ryhmes well
L804[23:24:17] <gamax92> TheFox: ._.
L805[23:24:22] <Temia> ...
L806[23:24:24] <Temia> It's a song.
L807[23:24:33] <Saphire> huh
L808[23:24:42] <TheFox> Temia: you didnt just make that up?
L809[23:24:52] <TheFox> because it looks like you did, and you did a good job, its funny
L810[23:25:44] <Temia> I weep for this generation.
L811[23:26:04] <TheFox> funny in an odd way
L812[23:26:11] <TheFox> gamax92: hello, didnt see you there
L813[23:26:19] <TheFox> gamax92: how are you doing?
L814[23:28:15] <TheFox> i guess normal then...
L815[23:28:32] <Saphire> Temia: at least I have excuse of Beijing from Russia
L816[23:28:42] <Saphire> *being
L817[23:28:43] <TheFox> excuse?
L818[23:28:54] <Saphire> I'm deleting that word
L819[23:29:03] <TheFox> excuse?
L820[23:29:10] <TheFox> for what?
L821[23:29:18] <Saphire> for not knowing that doing I guess
L822[23:29:23] <Saphire> *song
L823[23:29:54] <TheFox> i dont know that song, and im californian sooo. IIRC temia is over more towards you
L824[23:30:14] <TheFox> temia = around london right?
L825[23:30:25] <TheFox> or does temia = canada, easter US?
L826[23:30:31] <Temia> Neither.
L827[23:31:20] <TheFox> temia is western US?
L828[23:31:45] <TheFox> because your IRC connection suggests your either in canada or US
L829[23:31:52] <Saphire> really?
L830[23:32:01] <Saphire> most people use bouncers
L831[23:32:10] <TheFox> oh, yeah, fair point
L832[23:32:12] <TheFox> shit
L833[23:32:23] <Saphire> and they might be in another side of the world from them
L834[23:32:32] <Saphire> mine is in France afaik
L835[23:33:04] <TheFox> yeah ik, but i was able to get Kimiro tracked from his bouncer, with permision of course, it is the same bouncer too
L836[23:33:18] <TheFox> and yes Saphire yours is france
L837[23:33:44] <Saphire> TheFox: probably um..
L838[23:33:57] <Saphire> gah, forgot the nickname
L839[23:34:09] <TheFox> im lost
L840[23:34:42] <TheFox> Temia: i swear i remember you telling me your canadian
L841[23:34:51] <Temia> I am
L842[23:35:05] <TheFox> so yes it was canadion or easter US, but you said neither ...
L843[23:35:30] <TheFox> why do most canadians connect to the bouncer in seatle? is it that popular?
L844[23:35:43] <Temia> Because we want to take it over.
L845[23:36:01] * TheFox decides to stay off nova
L846[23:36:07] <Temia> It's okay.
L847[23:36:10] <Temia> We're benevolent.
L848[23:36:27] <Temia> Just because I'm a sleeper agent for the Canadian annexation of Puget Sound doesn't mean we're evil or anything.
L849[23:36:33] <Temia> I mean, we're canadian.
L850[23:36:42] <Temia> ... oop, I said a bit much there, didn't I :3c
L851[23:37:34] <Saphire> Temia: why would you take over something that has Trump in it?
L852[23:38:17] <Temia> I didn't say we'd take the US.
L853[23:38:19] <Temia> Just Puget Sound.
L854[23:38:29] <TheFox> i thought you already did
L855[23:38:45] <Temia> If we did, Seattle would be a Canadian city.
L856[23:38:57] <TheFox> who says it isnt
L857[23:39:12] <TheFox> o_o
L858[23:41:17] <TheFox> .-.
L859[23:41:19] <Temia> Well, the ones who haven't seized it yet, obviously
L860[23:41:39] <TheFox> :)
L861[23:41:49] <TheFox> i like that, yet
L862[23:42:05] <Temia> Oh, like it's even in question :p
L863[23:42:23] <TheFox> Temia: does you PM have some plans? maybe involing national incidents with the US borders of Washington?
L864[23:42:33] <Temia> Nah.
L865[23:42:36] *** Keridos is now known as Keridos|away
L866[23:42:45] <TheFox> maybe massive imagigration to perform take over?
L867[23:42:49] <Temia> Just grab it once the US inevitably implodes :p
L868[23:43:11] <TheFox> because canadian geese agents dont work anymore, they are shoot on sight in some states
L869[23:44:32] <TheFox> Saphire: how goes it in russia?
L870[23:44:57] <Saphire> dunno
L871[23:45:09] <Saphire> it's a big country and I don't read news
L872[23:45:33] <TheFox> что-нибудь интересное? oh, you just said you dont read the news nvmd google translate
L873[23:45:50] <TheFox> welp, there goes that
L874[23:46:46] <TheFox> you guys have an awsome language
L875[23:47:02] <TheFox> and clearly i need to take more care when i type my own
L876[23:47:06] <TheFox> awesome*
L877[23:48:26] <TheFox> Temia: ima take a guess and say your near BC? or ontario?
L878[23:48:47] <Temia> Near BC, yes.
L879[23:49:12] <TheFox> thought so, i just put ontario in there if you where acutally on IRC at midnight
L880[23:49:23] <Temia> Well, I usually am, but that's beside the point.
L881[23:49:28] ⇨ Joins: techno156 (~techno156@137.154.59.149)
L882[23:49:30] <Saphire> TheFox: eh, that was fine
L883[23:49:41] <TheFox> i never heard how that fire in Saskatchewan end?
L884[23:51:10] <TheFox> i must admit, the only language i dont google translate is german, hell i even have to use it on Spanish XD
L885[23:51:32] ⇨ Joins: Dracotech (~techno156@137.154.59.149)
L886[23:54:15] ⇦ Quits: techno156 (~techno156@137.154.59.149) (Ping timeout: 186 seconds)
L887[23:54:51] <TheFox> see you all later! have a good one
<<Prev Next>> Scroll to Top