<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:09:31] ⇦ Quits: Reika (~Reika@reika.kalseki.mods.abrarsyed.com) (Read error: Connection reset by peer)
L2[00:09:36] ⇦ Quits: Cazzar (~CazzarZNC@vocaloid.lovers.at.cazzar.net) (Read error: Connection reset by peer)
L3[00:11:07] ⇨ Joins: Cazzar (~CazzarZNC@vocaloid.lovers.at.cazzar.net)
L4[00:11:07] zsh sets mode: +v on Cazzar
L5[00:11:24] ⇨ Joins: Reika (~Reika@reika.kalseki.mods.abrarsyed.com)
L6[01:03:39] ⇦ Quits: Sava (~Sava@cable-178-148-185-58.dynamic.sbb.rs) (Ping timeout: 200 seconds)
L7[01:29:22] <D3matt> I am trying to write a program and I can't figure out why it quits silently after the first line...
L8[01:30:17] <D3matt> The first line is print("0"), the second line is cMotion = component.proxy(component.list("motion_sensor")()), and the third line is print("0.5")
L9[01:30:24] <D3matt> It never makes it to the second print
L10[01:30:30] <D3matt> I have no idea what's going on.
L11[01:30:35] <D3matt> There are no errors or anything
L12[01:39:37] <D3matt> So, it's setting cMotion to nil before quitting. But if I run that line in the lua console it works
L13[01:51:14] <D3matt> Never mind I'm retarded. Apparently if you forget a require it just silently fails instead of complaining about calling nil. Whatever.
L14[02:08:33] ⇨ Joins: Sava (~Sava@cable-178-148-185-58.dynamic.sbb.rs)
L15[02:16:23] <D3matt> Do I need to require for microcontroller code or do I just call the APIs without requiring them?
L16[02:29:27] ⇨ Joins: jojopr (webchat@ipbcc0fd60.dynamic.kabel-deutschland.de)
L17[02:33:16] ⇦ Quits: Ashindigo_ (uid202308@id-202308.hathersage.irccloud.com) (Quit: Connection closed for inactivity)
L18[02:38:39] ⇨ Joins: Vexatos (~Vexatos@p200300556E0B265135DC321EE75D3371.dip0.t-ipconnect.de)
L19[02:38:40] zsh sets mode: +v on Vexatos
L20[02:50:15] <D3matt> Hmm... Can microcontrollers not interface with adjacent extensions?
L21[02:53:54] <Vexatos> Nope
L22[02:54:04] <Vexatos> The issue's being discussed though
L23[02:54:14] <D3matt> Is that intention?
L24[02:54:17] <D3matt> intentional*
L25[02:54:31] <Vexatos> Yes it is
L26[02:54:39] <D3matt> That could've at least been mentioned ANYWHERE on the wiki tbh.
L27[02:54:41] <Vexatos> Microcontrollers can only interface with network messages
L28[02:54:47] <D3matt> Would've saved me an hour and a half.
L29[02:54:55] <Vexatos> Well noone really works on the wiki, is the problem
L30[02:54:59] <Vexatos> we're kind of understaffed :P
L31[02:55:30] <D3matt> I really struggle to see what the use of a microcontroller is if its own means of taking input is redstone and network messages.
L32[02:55:39] <D3matt> only*
L33[02:56:06] <Vexatos> It can also move items around, I think
L34[02:56:29] <D3matt> Can it? The transposer is an external peripheral
L35[02:56:38] <Vexatos> But that's basically what it is. You can give it a radar upgrade and have it emit redstone when a player's nearby -> automatic door done in one single block
L36[02:56:50] <Vexatos> It's meant for simple things
L37[02:57:01] <Vexatos> Not the transposer but the inventory controller upgrade
L38[02:57:17] <D3matt> What radar upgrade?
L39[02:57:24] <Vexatos> In Computronics
L40[02:57:39] <Vexatos> Hmm... I should make the motion sensor an upgrade, there's an issue for that :X
L41[02:58:11] <D3matt> See there's the problem. You can't DO simple things because most things you'd want to do require an extension.
L42[02:58:30] <Vexatos> There's upgrades for most things
L43[02:58:32] <D3matt> About all its good for is a wireless redstone machine without additional mods.
L44[02:58:35] <Vexatos> to put into the MCU
L45[02:58:46] <D3matt> MCU?
L46[02:58:51] <Vexatos> Microcontroller
L47[02:58:55] <D3matt> Ah
L48[02:59:23] <D3matt> There are no upgrades that let you take input with the exception of the sign (and the navigation upgrade but a stationary object has no need for that)
L49[02:59:34] <D3matt> All the sensors are separate blocks
L50[02:59:54] <Vexatos> Computronics has a radar upgrade >_>
L51[03:00:04] <Vexatos> Also, the main way of interfacing is supposed to be network messages
L52[03:00:37] <D3matt> Relying on computronics is a crutch at best
L53[03:01:52] <D3matt> Whatever, I'm just salty as hell that I spent the better part of 2 hours troubleshooting a program that fundamentally can't work on a microcontroller.
L54[03:02:41] <Vexatos> Eh, Computronics kind of is the mod for everything OC doesn't have :P
L55[03:03:04] <Vexatos> (And OpenPrinter but that's fairly specific)
L56[03:03:35] <D3matt> Well I sure do wish the mainstream packs included some peripheral mods for OC
L57[03:04:04] <Vexatos> Those two and OpenSecurity are probably the biggest ones available
L58[03:04:09] <Vexatos> Generally: Assembled computers cannot interface with external components. Means only servers and normal computers can.
L59[03:04:28] <Vexatos> You can just use a tier 1 case if you need it.
L60[03:04:34] <Vexatos> MCUs are very special-purpose
L61[03:04:41] <Vexatos> like advanced bundled redstone interaction, for instance
L62[03:04:52] <Izaya> network routing
L63[03:05:00] <Vexatos> (It can interact with mods like project red and enderio for bundled redstone)
L64[03:05:02] <Vexatos> Also yes
L65[03:05:07] <Vexatos> It can be a router
L66[03:05:26] <D3matt> Well I get that now. I just figured it'd be perfect for a mention-activated door. Super simple, listen for an event and activate redstone.
L67[03:05:36] * Izaya uses MCUs for a number of other things that aren't either of those but that's a pretty meh use of them
L68[03:05:39] <D3matt> In my eyes, network communication is a more advanced function than that.
L69[03:06:03] <D3matt> I don't see an edit button on the wiki, do I need to register?
L70[03:06:44] <D3matt> >Not using HTTPS on the wiki
L71[03:06:47] <Vexatos> this is a thing https://github.com/MightyPirates/OpenComputers/issues/2241
L72[03:06:53] <Vexatos> For now, as I said, Radar Upgrade works
L73[03:07:07] <D3matt> If you've got computronics.
L74[03:07:11] <Vexatos> I do! :D
L75[03:07:26] <Izaya> heheheh
L76[03:07:28] <Vexatos> I may or may not be biased though
L77[03:07:35] <D3matt> Right now I just want to edit the wiki to clarify that they can't interact with any extensions
L78[03:08:39] <Vexatos> Fixed >_>
L79[03:09:26] <Izaya> oh Vexatos, is there a guide for setting up an oppm repo?
L80[03:09:35] <Vexatos> ~w oppm
L81[03:09:36] <ocdoc> http://ocd.cil.li/tutorial:program:oppm
L82[03:09:39] <Vexatos> no :D
L83[03:10:17] <D3matt> Omg it's late
L84[03:10:23] <D3matt> Goodnight, thanks Vexatos
L85[03:10:31] <Vexatos> It's only 10 a.m. D:
L86[03:10:35] <D3matt> Pfft
L87[03:11:22] <Izaya> it's only 1811
L88[03:32:27] <Saphire> http://imgur.com/gallery/P60xE
L89[03:32:30] <Saphire> Heh
L90[03:32:53] <Forecaster> %juggle 5
L91[03:32:56] * MichiBot juggles with a can of SPAM, Krogan quads, a fishbomb, cookies & love
L92[03:32:58] * MichiBot drops a can of SPAM which takes 4 damage, the can of SPAM rides off into the sunset on a horse with no name.
L93[03:32:59] * MichiBot drops Krogan quads which takes 3 damage, Krogan quads vibrates into the ground.
L94[03:33:00] * MichiBot drops a fishbomb which takes 4 damage
L95[03:33:01] * MichiBot drops cookies which takes 2 damage
L96[03:33:02] <MichiBot> I didn't do it!
L97[03:34:02] <Saphire> %inv create a can of SPAM
L98[03:34:06] * MichiBot summons 'a can of SPAM' and adds to her inventory. This seems very sturdy.
L99[03:39:27] ⇨ Joins: Axiometry_ (~Axiometry@75.102.129.70)
L100[03:42:10] ⇦ Quits: Axiometry__ (~Axiometry@75.102.129.70) (Ping timeout: 201 seconds)
L101[04:09:49] ⇨ Joins: Inari (~Pinkishu@p5DEC6360.dip0.t-ipconnect.de)
L102[04:14:26] *** cbcercas|AFK is now known as cbcercas
L103[04:15:42] <Inari> http://imgur.com/gallery/qVGDM Heh
L104[04:15:53] <Inari> payonel: Haha :D
L105[04:19:11] ⇨ Joins: Nathan1852 (~Nathan185@HSI-KBW-091-089-189-253.hsi2.kabel-badenwuerttemberg.de)
L106[04:20:05] <Broken Satellite> i wonder, when MGR is gonna get back online
L107[04:20:18] <Inari> http://imgur.com/gallery/rZu6NOS
L108[04:23:46] <Izaya> hopefully never
L109[04:24:21] <Inari> Haha
L110[04:57:25] ⇦ Quits: Sava (~Sava@cable-178-148-185-58.dynamic.sbb.rs) (Ping timeout: 190 seconds)
L111[05:03:18] ⇨ Joins: Sava (~Sava@cable-178-148-185-58.dynamic.sbb.rs)
L112[05:10:51] <Broken Satellite> how do i change the text when computer boots
L113[05:10:56] <Broken Satellite> like
L114[05:11:03] <Broken Satellite> openos: some tips here
L115[05:11:06] <Broken Satellite> that text
L116[05:13:44] ⇦ Quits: Sava (~Sava@cable-178-148-185-58.dynamic.sbb.rs) (Ping timeout: 383 seconds)
L117[05:17:24] ⇨ Joins: Sava (~Sava@cable-178-148-185-58.dynamic.sbb.rs)
L118[05:21:31] <Broken Satellite> I've got this thing: http://tinyurl.com/lpp37nn
L119[05:21:35] <Broken Satellite> it works with nanobots
L120[05:21:37] <Broken Satellite> but one problem
L121[05:21:41] <Broken Satellite> i dont know the inputs
L122[05:21:52] <Broken Satellite> for example, what do i type when i press set input?
L123[05:22:07] <Inari> The number of the input to set?
L124[05:22:13] <Broken Satellite> i dont know
L125[05:22:17] <Broken Satellite> im gonna upload the code
L126[05:22:35] <Inari> WEll
L127[05:22:35] <Broken Satellite> http://tinyurl.com/kzrr7gc
L128[05:22:40] <Inari> usually, 0 or 1 I guess. Or maybe it was 1 or 2
L129[05:22:41] <Inari> :P
L130[05:22:43] <Inari> Or wait
L131[05:22:46] <Broken Satellite> because
L132[05:22:49] <Broken Satellite> when i type something
L133[05:22:54] <Inari> You can ge the total inpu tcount and usch wiht 5/6/7
L134[05:22:56] <Broken Satellite> it asks for 1. On 2. Off
L135[05:23:15] <Broken Satellite> totalinputcount 0
L136[05:23:31] <Broken Satellite> safeactiveinputs 2
L137[05:23:40] <Broken Satellite> ive gona from 1 to 2 inputs
L138[05:23:42] <Broken Satellite> they did nothin
L139[05:23:45] <Inari> That seems odd :P total shoudl be >0
L140[05:24:14] <Broken Satellite> i get input, error
L141[05:24:48] <Inari> What does getpowerstate say?
L142[05:25:09] <Inari> and get name
L143[05:25:38] <Broken Satellite> get name is name,
L144[05:25:40] <Broken Satellite> thats it
L145[05:26:02] <Broken Satellite> power, 25000, 100000
L146[05:31:04] <Saphire> Uh..?
L147[05:33:26] <Broken Satellite> I've used input 12 and it made me emit enchantment particles
L148[05:37:04] <Inari> Yeah, with nanobots you have like a couple inputs, each linked to some effect (though some to none). I believe there are also effects you only get from two inputs being active at the same time
L149[05:37:05] <Inari> But no clue really
L150[05:37:16] <Inari> Maybe it was just that if you have two jump I active it becomes jump II
L151[05:38:44] <Broken Satellite> maybe
L152[05:48:42] <Cruor> any reasons inventory name isnt exposed by inventory controllers?
L153[05:56:56] ⇦ Quits: Nathan1852 (~Nathan185@HSI-KBW-091-089-189-253.hsi2.kabel-badenwuerttemberg.de) (Ping timeout: 180 seconds)
L154[06:10:23] ⇨ Joins: BearishMushroom (~BearishMu@90-231-174-194-no159.tbcn.telia.com)
L155[06:17:58] <Saphire> Cruor: why would it be?
L156[06:18:30] <Saphire> OCR is rather hard thing to do with redstone after all
L157[06:18:50] <Cruor> Saphire: well, it can clearly identify items with damagevalues and "magical variables" that break the 4th wall
L158[06:19:05] <Cruor> why wouldnt it know what block it is reading that from?
L159[06:19:37] <Saphire> ...touche
L160[06:19:43] <Saphire> Feature Request time?
L161[06:19:51] <Cruor> im just saying that
L162[06:20:06] <Cruor> transposer.getInventorySize() == 22, is a bad way to say its an assembler
L163[06:20:49] <Cruor> do i submit this as a "issue" on github?
L164[06:20:50] <Saphire> Hah
L165[06:20:56] <Cruor> is that how feature requests works for OC?
L166[06:20:59] <Saphire> That's what I said
L167[06:21:02] <Saphire> Yeah
L168[06:21:16] <Saphire> Why would it be something different o.O
L169[06:34:18] <MechWipf> https://streamable.com/j98t8
L170[06:34:22] <MechWipf> Nanomachines are fun
L171[06:34:47] <MechWipf> Wrote a gui to make them more usable
L172[06:35:55] <Inari> Neat :P I made a program for that once, but was too lazy to make it into a UI
L173[06:36:32] <MechWipf> I still need to eliminate the memory leak in my gui api, else i would make that public
L174[06:37:07] <Inari> https://gist.github.com/Inari-Whitebear/50450aff3f782d630dbc
L175[06:55:59] <Broken Satellite> that program is avesome
L176[06:56:09] <Broken Satellite> and i died
L177[06:56:45] <Izaya> oh Vexatos
L178[06:56:58] <Izaya> would I have my head removed if I were to put an installer on oppm?
L179[06:57:10] <Izaya> a 'setup program' program?
L180[06:57:18] <Vexatos> what kind of installed?
L181[06:57:19] <Vexatos> installer*
L182[06:57:33] <Izaya> a self extracting archive is what I was thinking
L183[06:57:58] <Vexatos> Uuuuh
L184[06:58:03] <Vexatos> that doesn't make sense
L185[06:58:32] <Izaya> yeah I could probably throw the whole thing onto oppm
L186[06:59:37] <Izaya> where would be sane to stick source files?
L187[06:59:46] <Izaya> is there like, a /usr/src or /usr/lib/src ?
L188[07:00:13] <Broken Satellite> inari, you should put up the nanobot app on oppm
L189[07:00:22] <Broken Satellite> oh yea
L190[07:00:30] <Broken Satellite> it just tells you what each number does
L191[07:04:40] ⇨ Joins: xzllllllui (webchat@85.173.93.193)
L192[07:05:28] ⇨ Joins: Guest48269 (~SentientT@ip5657cbb2.direct-adsl.nl)
L193[07:06:32] <Broken Satellite> inari, i thik your program is unstable
L194[07:06:53] * xzllllllui take phone ☎
L195[07:06:59] <Broken Satellite> im stuck at port 14 which is nausea
L196[07:07:06] * xzllllllui calling michio
L197[07:07:24] <xzllllllui> hello y menya disk s linux razletelsa
L198[07:07:28] <xzllllllui> what delat?
L199[07:08:19] * xzllllllui take out phone
L200[07:08:21] ⇦ Parts: xzllllllui (webchat@85.173.93.193) ())
L201[07:09:16] ⇨ Joins: xzllllllui (webchat@85.173.93.193)
L202[07:09:41] <xzllllllui> pachani
L203[07:10:07] <xzllllllui> cho delat, y me disk with linux razletelsa v CD-ROM drive
L204[07:10:48] <LeshaInc> o\
L205[07:10:53] <LeshaInc> don't pay attention
L206[07:11:51] ⇦ Quits: rashy (~rashdanml@S0106a84e3fc2cea3.gv.shawcable.net) (Ping timeout: 186 seconds)
L207[07:12:28] ⇨ Joins: rashy (~rashdanml@S0106a84e3fc2cea3.gv.shawcable.net)
L208[07:24:17] <Broken Satellite> hey inari, your program only checks the buffs up to 18?
L209[07:28:17] <Inari> It should check up to whatever it gets back as totalinputcount
L210[07:30:11] ⇨ Joins: Ashindigo_ (uid202308@id-202308.charlton.irccloud.com)
L211[07:37:58] ⇦ Parts: xzllllllui (webchat@85.173.93.193) ())
L212[07:43:37] <Broken Satellite> has anyone heard of SKS-BOOT?
L213[07:45:50] <20kdc> ...slight-karmic-services: ballistic operations ordering terminal?
L214[07:46:44] <Ashindigo_> I havent
L215[07:48:01] <Broken Satellite> no
L216[07:48:06] <Broken Satellite> https://oc.cil.li/index.php?/topic/88-sks-boot/
L217[07:48:10] <Broken Satellite> how do i install it
L218[07:48:14] <Broken Satellite> it no work
L219[07:49:28] <Ashindigo_> What happens when you run the installer?
L220[07:49:42] <Broken Satellite> it gives me an error in 39th line
L221[07:50:10] <Broken Satellite> is it possible to boot from a hdd which is in a server rack with a normal computer
L222[07:50:19] <Broken Satellite> i think sks boot would allow me to do that
L223[07:51:13] <Ashindigo_> I dont think.it would
L224[07:51:54] <Ashindigo_> And are you running the installer on openos or.some other os?
L225[07:52:01] <Broken Satellite> openos
L226[07:52:28] <Ashindigo_> Hm
L227[07:55:16] <Broken Satellite> what is the espernet port?
L228[07:55:22] <Broken Satellite> i need it for opencomputers irc
L229[07:56:23] <fingercomp> 6666, 6667, 6668, 6669
L230[07:57:08] <Broken Satellite> but how then do i join this chat?
L231[07:58:04] ⇨ Joins: Broken_satellite (~broken_sa@m90-143-89-10.cust.tele2.lt)
L232[07:58:07] <Sangar> o/
L233[07:58:15] <Broken Satellite> yey
L234[07:58:19] <Broken_satellite> yey
L235[07:58:22] <Ashindigo_> o/
L236[07:59:03] <Sangar> two weeks of crunch later, not quite dead \o/
L237[07:59:19] <Ashindigo_> Crunch?
L238[07:59:24] <Broken Satellite> i can't boot my tablet
L239[07:59:37] <Broken Satellite> this cursed screen stops me http://tinyurl.com/lvx55s5
L240[07:59:41] <Corded> * <20kdc> lightly taps Sangar on the head.
L241[08:00:23] <Ashindigo_> Did you press the keys on the screen?
L242[08:00:25] <Broken_satellite> trying to put a hard drive into a floppy disc hole is not a good idea
L243[08:00:39] <Broken_satellite> it does nothing if i press the keys
L244[08:00:44] <Ashindigo_> And are you playing skygrid?
L245[08:00:46] <Broken_satellite> yea
L246[08:00:58] <Inari> @Broken Satellite ? xD
L247[08:01:21] <Ashindigo_> o.o havent seen that in a long time
L248[08:01:38] <Inari> Skygrid sounds kind of fun actaully
L249[08:01:38] <Broken_satellite> what are hard drive modes
L250[08:01:43] <Broken_satellite> managed and unamanged
L251[08:01:43] <Inari> Organizing the world :P
L252[08:01:48] <Broken_satellite> whats the diffirence?
L253[08:01:51] <Ashindigo_> Managed is nice
L254[08:01:59] <Ashindigo_> Unmanaged is not as nice
L255[08:02:00] <Sangar> Ashindigo_, working long hours
L256[08:02:10] <Ashindigo_> Ah
L257[08:02:13] <Broken_satellite> inari, if you want, you can join me
L258[08:02:20] <Sangar> because deadlines .-.
L259[08:02:22] <Inari> managed is like... a folder on your actaul drive. and files on that hdd are in that folder and such
L260[08:02:33] <Broken_satellite> and unmanaged is a mess
L261[08:02:34] <Inari> unmanaged means you have like a single file of the size of the HDD to work with?
L262[08:02:41] <Inari> So you have to write your own filesystem and such
L263[08:02:43] <Inari> Something like that
L264[08:02:51] <Broken_satellite> ok
L265[08:03:07] <Broken_satellite> if you want, inari, you can join me
L266[08:03:14] <Broken_satellite> i can download forge server
L267[08:03:18] <Broken_satellite> port forward
L268[08:03:20] <Broken_satellite> and other stuff
L269[08:03:21] <Sangar> yes. because i gave the people what they wanted. aren't i generous?
L270[08:03:41] <Broken_satellite> gotta rebuild a tablet
L271[08:03:41] ⇨ Joins: Jadston (~jadston@124-148-95-147.dyn.iinet.net.au)
L272[08:03:45] <Sangar> anywho, time to finish up architect :x
L273[08:03:54] <Broken_satellite> so slow
L274[08:04:10] <Jadston> hey sangar fking love this mod xd
L275[08:04:16] <Inari> Broken_satellite: Nah :p
L276[08:04:20] <Broken_satellite> it would be fun that there would be a normal quadcopter control mod
L277[08:04:28] <Sangar> glad to hear it ^^
L278[08:04:36] <Broken_satellite> i've seen a mod
L279[08:04:38] <Broken_satellite> well
L280[08:04:40] <Broken_satellite> a program
L281[08:04:58] <Broken_satellite> which can control the quad, but the problem is there's no GUI
L282[08:05:04] <Jadston> ive been looking for a good computer mod and then is saw this one its so far my favorite one
L283[08:05:13] <Broken_satellite> computercraft?
L284[08:05:16] <Ashindigo_> ./join #oc
L285[08:05:16] <Ashindigo_> ./join #oc
L286[08:05:21] <Ashindigo_> ...
L287[08:05:29] <Inari> Fail
L288[08:05:37] <Ashindigo_> I sent that message a few minutes ago....
L289[08:05:39] <Jadston> i didnt realy like computer craft that much
L290[08:05:44] <Broken_satellite> i dont get it
L291[08:05:53] <Broken_satellite> why does my 3d prints too complex
L292[08:06:02] <Inari> You can only have so many shapes per print
L293[08:06:15] <Broken Satellite> http://tinyurl.com/lm78cm3
L294[08:06:25] <Broken_satellite> that link is to the 3d print
L295[08:06:33] <Broken_satellite> I wanted to make a vr headset
L296[08:06:35] <Jadston> probs also a virus lol
L297[08:06:42] <Inari> Yeah thts a lot of shapes
L298[08:06:42] <Inari> :P
L299[08:06:52] <Broken_satellite> oh well
L300[08:07:09] ⇦ Quits: Jadston (~jadston@124-148-95-147.dyn.iinet.net.au) (Remote host closed the connection)
L301[08:07:19] <Broken_satellite> it only processed the half of it. the other half was not finishd
L302[08:08:08] <Broken_satellite> probably its too complex because of the headband
L303[08:08:15] ⇨ Joins: DylanTh3Villain (~dylanth3v@124-148-95-147.dyn.iinet.net.au)
L304[08:08:21] <Inari> You can increase it though
L305[08:08:28] <Inari> config\opencomputers\settings.conf or so
L306[08:08:29] <Inari> maxShapes=24
L307[08:08:34] <Inari> just set it higher :P
L308[08:08:37] <Broken_satellite> oooooooohhhhhhh
L309[08:08:53] ⇦ Quits: Broken_satellite (~broken_sa@m90-143-89-10.cust.tele2.lt) (Quit: Broken_satellite)
L310[08:08:55] <DylanTh3Villain> oi sangar is there a way i can display real time or atleast the worlds time on my screen
L311[08:09:13] <Inari> ~oc world card
L312[08:09:13] <ocdoc> Predicted http://ocd.cil.li/item:wlan_card
L313[08:09:17] <Inari> Hm
L314[08:09:23] <Inari> http://ocdoc.cil.li/item:world_sensor_upgrade
L315[08:09:29] <Inari> Hm
L316[08:09:34] <Inari> Seems that awsn't what I thought it is, sec
L317[08:09:47] <Ashindigo_> That requires GC thougg
L318[08:09:56] ⇨ Joins: MRMADGAMER (~mrmadgame@124-148-95-147.dyn.iinet.net.au)
L319[08:10:11] <Sangar> DylanTh3Villain, in-world time is... os.time and os.date i think?
L320[08:10:26] <Broken Satellite> i've set max shaopes to 200
L321[08:10:27] <Inari> That might have been it :P
L322[08:10:34] <Broken Satellite> just to be safe
L323[08:10:36] <DylanTh3Villain> so how would i set it up
L324[08:10:45] <Sangar> real world not directly, if you really really want that, use an internet card and query something, then use uptime to go from there i guess
L325[08:11:07] <Inari> "os.date has been reimplemented to use ingame time and supports most formats."
L326[08:11:10] <DylanTh3Villain> hmmm now its given me ideas xd
L327[08:11:18] <Inari> os.time is the time since the world has been created apparently
L328[08:11:20] <Broken Satellite> hacknet songs are really good
L329[08:11:27] <Broken Satellite> and calm
L330[08:11:28] <MRMADGAMER> sanger can you plz subscribe to me on youtube at MRMADGAMER plz it will help me a lot
L331[08:11:33] <Inari> ...
L332[08:11:40] <Inari> %stab MRMADGAMER
L333[08:11:40] <Broken Satellite> noones gonna do that
L334[08:11:42] <DylanTh3Villain> do i just type oppm os.time
L335[08:11:44] * MichiBot strikes MRMADGAMER with Waluigi doing [7] damage
L336[08:11:53] <Inari> DylanTh3Villain: Its a normal thing in openos :P
L337[08:12:01] <Inari> you require os and use os.time
L338[08:12:03] <DylanTh3Villain> lol sorry
L339[08:12:04] <Inari> or os.date
L340[08:12:06] <Ashindigo_> Dylan its just part of the os
L341[08:12:22] <DylanTh3Villain> brb let me try it
L342[08:12:24] <Ashindigo_> %stab slow data
L343[08:12:28] * MichiBot slaps slow data with a deflated beay doing [9] damage
L344[08:12:57] <Broken Satellite> I haz stylus
L345[08:13:07] <Broken Satellite> Or whatever that is
L346[08:13:11] ⇦ Quits: DylanTh3Villain (~dylanth3v@124-148-95-147.dyn.iinet.net.au) (Remote host closed the connection)
L347[08:13:42] <Broken Satellite> tiem to draw in tablet
L348[08:14:38] ⇨ Joins: DylanTh3Villain (~dylanth3v@124-148-95-147.dyn.iinet.net.au)
L349[08:14:49] <Broken Satellite> thx autodesk for not giving me free full sketchbook app]
L350[08:15:18] <Broken Satellite> now i had to root my tablet to get premium
L351[08:15:20] <DylanTh3Villain> os.time dosn't do anything
L352[08:15:23] <MRMADGAMER> %stab Inari
L353[08:15:27] * MichiBot hits Inari with the catalyst for an extinction-level event doing [12] damage, the catalyst for an extinction-level event vibrates into the ground.
L354[08:15:30] <Ashindigo_> %stab MRMADGAMER
L355[08:15:30] * MichiBot stabs MRMADGAMER with a brush made of flowers doing [4] damage
L356[08:15:34] <Ashindigo_> %pet Inari
L357[08:15:34] * MichiBot pets Inari with a happy little sushi roll. Inari recovers 1 health!
L358[08:16:01] <Ashindigo_> dylan did you try printing it?
L359[08:16:42] <DylanTh3Villain> let me guess you don't exactly program computers in real life
L360[08:16:45] <MRMADGAMER> %kill Inari
L361[08:17:07] <DylanTh3Villain> its a little more complicated and it's alot different
L362[08:17:08] <Ashindigo_> can you post your code :/
L363[08:18:26] <Broken Satellite> thanks for helping me to make the 3d print
L364[08:18:58] <Broken Satellite> not everything is visible tho
L365[08:19:01] <Broken Satellite> but it looks good
L366[08:20:09] <MRMADGAMER> %stab Ashindigo_
L367[08:20:14] * MichiBot strikes Ashindigo_ with TACEATS2 doing [4] damage
L368[08:20:47] <MRMADGAMER> %stab Ashindigo_
L369[08:20:52] * MichiBot hits Ashindigo_ with a log doing [2] damage
L370[08:21:15] <DylanTh3Villain> # Mighty Pirates
L371[08:21:17] * Ashindigo_ stabs madgamer himself
L372[08:21:37] <MRMADGAMER> %stab Ashindigo_
L373[08:21:41] * MichiBot stabs Ashindigo_ with a fishbomb doing [6] damage
L374[08:22:04] * Ashindigo_ sighs
L375[08:22:15] <Inari> MRMADGAMER: Hey, I at least had a reason to stab you
L376[08:22:26] <DylanTh3Villain> lol
L377[08:22:43] <Broken Satellite> my 3d vr headset http://tinyurl.com/m9zgkse
L378[08:22:45] <DylanTh3Villain> u and u michibot
L379[08:23:06] <Ashindigo_> looks nice!
L380[08:23:16] <Broken Satellite> thanks
L381[08:23:21] <Broken Satellite> I've done it in magicavoxel
L382[08:23:23] <Inari> Now install armorers's workshop and build it in that and wear it
L383[08:23:25] <Broken Satellite> and used a converter
L384[08:23:33] <Broken Satellite> is it actually possible?
L385[08:23:44] <MRMADGAMER> can you plz subscribe to me on youtube MRMADGAMER plz plz ill subscribe back
L386[08:24:05] <Ashindigo_> i dont have a channel :D
L387[08:24:25] <Broken Satellite> oh man
L388[08:24:28] <Inari> MRMADGAMER: Stop begging for subscriptions x.x
L389[08:24:38] <Broken Satellite> 1.10.2 does not support armorers workshop
L390[08:24:40] <DylanTh3Villain> corded i like the xray vision in the background lol
L391[08:24:55] <Inari> Thats not xray vision :P
L392[08:25:00] <Broken Satellite> its skygrid
L393[08:25:10] <DylanTh3Villain> looks like it
L394[08:25:17] <Inari> Is skygrid infinite btw?
L395[08:25:25] <Broken Satellite> nah
L396[08:25:30] <Inari> Good xD
L397[08:25:44] <MRMADGAMER> %kick Inari
L398[08:25:49] <Inari> ...
L399[08:25:50] <DylanTh3Villain> lol
L400[08:26:08] <MRMADGAMER> %kill Inari
L401[08:26:08] <Ashindigo_> ...
L402[08:26:20] <MRMADGAMER> ...
L403[08:26:24] <MRMADGAMER> ...
L404[08:26:26] <MRMADGAMER> ...
L405[08:26:27] <MRMADGAMER> ...
L406[08:26:27] <DylanTh3Villain> this is getting more deppressing every time someone types a mesg
L407[08:26:29] <MRMADGAMER> ...
L408[08:26:34] <MRMADGAMER> ...
L409[08:26:35] <MRMADGAMER> ...
L410[08:26:37] <MRMADGAMER> ...
L411[08:26:40] * Ashindigo_ gets back to portal 2
L412[08:26:48] <DylanTh3Villain> lol
L413[08:26:50] <Inari> gamax92 / Forecaster / Sangar / whoever: someone deal with him :P
L414[08:26:58] <Inari> No clue if Vex has rights
L415[08:27:07] <vifino> Lizzy, would you do the honors?
L416[08:27:10] <AmandaC> Vex has no rights. ~locks him in the dungeon~
L417[08:27:18] <Inari> L-lewd
L418[08:27:32] <Ashindigo_> i think voiced users have rights through michibot
L419[08:27:50] <Broken Satellite> there is a command replaeitem
L420[08:27:52] <Inari> AmandaC: W-what kinda dungeon? D:
L421[08:28:08] <Inari> Reminds me
L422[08:28:10] <Broken Satellite> but i cant seem to find a way to use the item whcih is in your slot
L423[08:28:15] <Inari> the tentacle pit hasn't found any use lately
L424[08:28:19] <AmandaC> Inari: a code one. He shall remain there until I can record tts and midis onto tapes.
L425[08:28:35] <AmandaC> ( midis via gamax92's midi player )
L426[08:28:44] <MRMADGAMER> hey Inari what type of computer are you useing?
L427[08:28:46] <Inari> Hm I'm bored~
L428[08:30:00] <Broken Satellite> how do i wear blocks?
L429[08:30:02] <DylanTh3Villain> hi bored nice to m m m M M eEE T you sorry systems failing, Installing memzvirus have a nice day!
L430[08:30:07] <Broken Satellite> without replaceitem command
L431[08:30:20] <MRMADGAMER> hey Inari what type of computer are you useing?
L432[08:30:38] <Inari> So are Dylan and MRMADGAMER the same person or just playing on the same server
L433[08:30:53] <DylanTh3Villain> same server lol
L434[08:31:02] <DylanTh3Villain> y
L435[08:31:09] <Inari> Just wondered ¬_¬
L436[08:31:23] <DylanTh3Villain> cuz im acting like a twelvie
L437[08:31:32] <DylanTh3Villain> yah sorry about that ill stop
L438[08:31:44] <vifino> Urgh, today, the average IQ in here dropped a lot.
L439[08:31:50] <DylanTh3Villain> lol
L440[08:31:53] <AmandaC> "twelvie" sounds like something a 13 year old would say.
L441[08:31:54] <Inari> Also if you're the server owner, stop your users from spamming IRC, thanks
L442[08:32:11] <Inari> I'm twelvehundred years old.
L443[08:32:12] <Inari> !
L444[08:32:40] <MRMADGAMER> iam 5 now dont swear
L445[08:32:47] <DylanTh3Villain> FUCK\
L446[08:32:54] <Inari> Anyone excited about 0.15 next week? Not sure who here was playing Factorio
L447[08:33:04] <MRMADGAMER> oi
L448[08:33:09] <Ashindigo_> i dont play it :/
L449[08:33:11] <DylanTh3Villain> slither.io
L450[08:33:14] <DylanTh3Villain> lol
L451[08:33:26] <MRMADGAMER> lol iam 13
L452[08:34:06] <Broken Satellite> also. the headset is based off oculus rift?
L453[08:34:15] <Broken Satellite> because i remember it had headphones
L454[08:34:19] <AmandaC> Whoops, I slipped and accidentally typed "/ignore *!*@124-148-95-147.dyn.iinet.net.au"
L455[08:34:31] <MRMADGAMER> '*
L456[08:34:32] <Inari> Accidentally
L457[08:34:39] <Ashindigo_> "accidentally"
L458[08:34:47] <20kdc> My goodness.
L459[08:34:48] <Mettaton_Fab> classic
L460[08:34:54] <20kdc> I am never
L461[08:34:57] <20kdc> *ever*, **ever**
L462[08:35:03] <20kdc> giving AmandaC the nuclear launch button
L463[08:35:04] <Broken Satellite> @20kdc have u seen my vr headset?
L464[08:35:08] * Ashindigo_ coughs and accidentally does it too
L465[08:35:26] <AmandaC> Oh hey, would you look at that, the IQ of the channel increased!
L466[08:35:51] <20kdc> @Broken Satellite I've heard of it? Does it have projection matrix automatic correction capability?
L467[08:35:56] <vifino> Izaya: Hell let out some lesser specimen today, while I don't hold you personaly accountable, try to fix it if you can.
L468[08:36:04] <Broken Satellite> uhhh
L469[08:36:09] <Broken Satellite> its a iron model
L470[08:36:12] <Broken Satellite> concept art
L471[08:36:31] <Izaya> huh?
L472[08:36:54] <Izaya> oh
L473[08:37:04] <20kdc> ...Alright. Here's how you add projection matrix automatic correction capability. Go into the cleaning cupboard, and get the 'rapid oxidation' cleaning fluid. That helps with the correction, you see...
L474[08:37:57] <Ashindigo_> -.-
L475[08:38:10] <Ashindigo_> my game crashed...
L476[08:38:37] <20kdc> (Don't actually take my above message seriously.)
L477[08:40:13] <vifino> Not taking people seriously is definitly not my strong suit. Luckily, I don't think I have to.
L478[08:40:33] ⇨ Joins: Powermaniac (webchat@220-253-112-131.dyn.iinet.net.au)
L479[08:41:16] <Izaya> okay exiting FtD crashes my laptop. yaaaay
L480[08:41:52] <Inari> I never really got into FtD. I always ended up finding the building part too tedious
L481[08:42:52] <Powermaniac> G'Day. Is there anyway to use Python as the language in OpenComputers?
L482[08:43:00] <Inari> Maybe I should try again :P
L483[08:43:13] <Ashindigo_> there might be something on the forums
L484[08:43:20] <Ashindigo_> but otherwise its lua by default
L485[08:43:31] <Inari> AmandaC: How complete is Thistle btw?
L486[08:44:25] <AmandaC> Inari: it's pretty good. I'm pretty sure most of the issues I have with it are because I'm trying to shove C++14 into a 8086 or whatever instruction set
L487[08:45:37] <Powermaniac> Ahh thanks Ashindigo_ tried searching the forums for any mentions of Python and having found anything so far (Google search with site:oc.cil.li Python). The only other thing I've noticed is some talk about Architectures which I don't fully understand yet, some posts seem to imply having a new Architecture/OS would open up using another programming language...?
L488[08:46:51] <Izaya> eugh just read the log
L489[08:46:55] <Izaya> what the hell happened
L490[08:47:34] <Ashindigo_> i did find this if you really want to try python https://oc.cil.li/index.php?/topic/633-experimental-micropython-on-opencomputers/#comment-2468
L491[08:47:55] <Broken Satellite> My VR Setup http://tinyurl.com/n4m8ofv
L492[08:48:13] <Broken Satellite> That is the VR Headset http://tinyurl.com/koent6b
L493[08:48:51] <Izaya> How does one ping Faulty Satellite from IRC?
L494[08:48:57] <Izaya> Can I just do @BS?
L495[08:49:08] <20kdc> \@Broken Satellite
L496[08:49:27] <Ashindigo_> but thats 2 words would that work?
L497[08:49:35] <vifino> Magic(tm)
L498[08:49:51] <vifino> Might do quotes though.
L499[08:49:59] <vifino> @"Broken Satellite" etc
L500[08:50:18] <Powermaniac> Thanks Ashindigo_ I also found that was hoping asking here someone might know of other ways to go about doing the same thing or something. Though doesn't look like it so shall stick with that.
L501[08:50:22] <Mimiru> No, none of those work.
L502[08:50:23] ⇦ Quits: jojopr (webchat@ipbcc0fd60.dynamic.kabel-deutschland.de) (Quit: Web client closed)
L503[08:50:40] <vifino> Mimiru: That's unfortunate.
L504[08:50:41] <Mimiru> I've yet to make Corded work with multi word nicks
L505[08:50:44] <Ashindigo_> good luck with it
L506[08:51:07] <vifino> I'd suggest quotes, much less trouble figuring out what is meant.
L507[08:52:05] * Izaya is for taking the initials
L508[08:52:13] <Ashindigo_> @BS
L509[08:52:48] <Broken Satellite> x:8 Y:8 is the center of a minecraft block?
L510[08:52:51] <vifino> Except you're bound to run into collisions.
L511[08:53:09] <Ashindigo_> @BS-1
L512[08:53:14] <Ashindigo_> @BS-2 and so on
L513[08:53:23] <vifino> That's just terrible.
L514[08:53:27] * Ashindigo_ knows that hese are terrible
L515[08:53:40] <Broken Satellite> give me a idea to make for a 3d print
L516[08:53:47] <Broken Satellite> but it has to be simple
L517[08:53:47] * Mimiru pokes Sangar hai..
L518[08:53:51] <Ashindigo_> print a mini computer
L519[08:54:00] <Broken Satellite> ok
L520[08:54:00] <vifino> Broken Satellite and Barnaby Snickerdoodle would have their names collide. Unacceptable!
L521[08:54:14] <Izaya> which one is the real BS?
L522[08:54:23] <Mimiru> It's all BS really.
L523[08:54:23] <Mimiru> :P
L524[08:54:55] <Mimiru> damn it Sangar how DARE You not instantly respond to me!
L525[08:55:09] <vifino> blimey.
L526[08:55:29] <Inari> BrokenSa~1
L527[08:56:11] <Cruor> Mimiru: you have to high expectations D:
L528[08:56:12] <Sangar> Mimiru, apologies! still reading
L529[08:56:18] <Mimiru> lol
L530[08:56:22] <Sangar> :P
L531[08:56:41] <Mimiru> lemme know when you catch up, I have a question or 2
L532[08:56:59] <Mimiru> (hundred)
L533[08:57:16] <Inari> pls
L534[08:57:20] <Inari> Just ask the question, he'll read them
L535[08:57:21] <Sangar> right. so. you're trying to connect your fresh node to the neighbors before adding it itself to a network, hence the nre
L536[08:57:50] <Sangar> either try thisNode.connect(node()) or do a Network.joinNewNetwork(node()) first (before the loop)
L537[08:57:56] <20kdc> Inari: Ok, new naming scheme. Put a bunch of cute-sounding names on a dartboard. Every time someone joins, throw a dart, whichever one gets hit is the chosen name.
L538[08:58:13] <Broken Satellite> could someone extract OC and give post me the tier 1 computer and monitor textures
L539[08:58:30] <AmandaC> @20kdc and when the robot uprising happens, now we'll have a dart-armed robot!
L540[08:58:41] <Mimiru> Or, find the textures on github Broken
L541[08:59:05] <20kdc> AmandaC: That's like saying that when the mountain falls apart, now we'll have an additional pebble falling off of it.
L542[08:59:06] <Mimiru> Hmm.. ok.. I'll try that
L543[08:59:16] <20kdc> There are much more worrying things that would occur if the robot uprising happened,
L544[08:59:27] <20kdc> and to be entirely honest I'd just go with "Hello Borg! Feel free to assimilate me!"
L545[08:59:52] <20kdc> on the basis that it would give the best chance of survival.
L546[09:00:07] <AmandaC> but is it truely "living"?
L547[09:00:20] <Mimiru> Ok, Sangar another question, running OC in Eclipse in 1.10.2, I get an NoSuchMethod error from OC trying to do a setTag
L548[09:00:30] <20kdc> Yeah, well, certain death versus certain unsure-if-it-can-be-defined-as-living,
L549[09:00:34] <20kdc> I'd choose the second thanks
L550[09:00:35] <Mimiru> (it's in OC code, but it only happens when my TE is present)
L551[09:01:01] <20kdc> Unless it was eternal torture, but I wouldn't exactly be doing anything *against* them, so they'd have no reason to do so other than spite
L552[09:01:05] <Sangar> Mimiru, different mappings i guess?
L553[09:01:22] <Mimiru> I thought so too, but this mapping hasn't changed since before the mappins you use
L554[09:01:27] <Mimiru> I also switched my mappings to the same as yours
L555[09:01:42] <Sangar> huh. no idea then :/
L556[09:01:57] <Mimiru> https://gist.github.com/45e0afc5570f485d8ef1900fc916e76a
L557[09:02:01] <Mimiru> if you want the error...
L558[09:04:30] ⇦ Quits: DylanTh3Villain (~dylanth3v@124-148-95-147.dyn.iinet.net.au) (Remote host closed the connection)
L559[09:04:30] ⇦ Quits: MRMADGAMER (~mrmadgame@124-148-95-147.dyn.iinet.net.au) (Remote host closed the connection)
L560[09:04:39] <Mimiru> it has the srg name.. I'm wondering if that isn't getting runtime deofbed for some reason
L561[09:04:41] <Sangar> mm, maybe the mappings in the class transformer are outdated? thought i'd updated them
L562[09:04:59] <Sangar> shouldn't work in standalone either then tho i don't think
L563[09:05:15] <Mimiru> No issues if I build my jar and run it in normal mc
L564[09:05:18] <Mimiru> afdaict anyway
L565[09:05:22] <Mimiru> afaict*
L566[09:06:19] <Sangar> weird
L567[09:08:37] <Broken Satellite> that should look good http://tinyurl.com/kwbcw5f
L568[09:08:43] <Broken Satellite> that was the sdie
L569[09:09:02] <Broken Satellite> this is the back http://tinyurl.com/lg5ltap
L570[09:09:05] <Ashindigo_> :D your actually making one
L571[09:09:13] <Broken Satellite> front http://tinyurl.com/k57jmk2
L572[09:09:18] <Broken Satellite> yea
L573[09:09:20] <Broken Satellite> im making one
L574[09:09:39] <Broken Satellite> but these look good
L575[09:09:58] <Ashindigo_> yep
L576[09:10:23] <Broken Satellite> now adding some depth to it
L577[09:12:05] <Mimiru> I even switched to the same forge version Sangar, same thing -_-
L578[09:12:24] <Mimiru> I don't get it though... I copied the NBT and descriptive packet crap from OFM
L579[09:13:14] <AmandaC> Mimiru: compare eclipse versions? Eclipse is a fucking mess, and though that shouldn't matter, I bet it does.
L580[09:13:32] <Mimiru> AmandaC, I use the same copy of eclipse for everything
L581[09:13:41] <Mimiru> (And Sangar uses IDEA)
L582[09:13:45] <AmandaC> ah
L583[09:14:03] <AmandaC> diff the eclipse dirs! \o/
L584[09:14:17] * AmandaC flees
L585[09:16:12] <Broken Satellite> here http://tinyurl.com/lt2kfkk
L586[09:16:13] <Broken Satellite> does it look good?
L587[09:16:29] <Broken Satellite> that's the back http://tinyurl.com/knekz2u
L588[09:17:00] <Ashindigo_> its cute
L589[09:17:02] <Broken Satellite> this thing is 2 times smaller the original
L590[09:17:06] <Broken Satellite> ok
L591[09:17:11] <Broken Satellite> im gonna print this
L592[09:19:18] <Broken Satellite> should i make the tablet have this texture http://tinyurl.com/lmgt5oa
L593[09:19:29] <Broken Satellite> or this? http://tinyurl.com/kbwvr33
L594[09:19:48] <g> oh hey, railcraft updated for 1.10 again
L595[09:19:57] <g> two days ago
L596[09:20:07] * Mimiru flips tables
L597[09:20:09] <Mimiru> %flip
L598[09:20:14] <MichiBot> Mimiru: (╯°□°)╯┻━┻
L599[09:20:18] <Broken Satellite> ashdingo
L600[09:20:31] <Broken Satellite> what texture should i use
L601[09:21:00] <Broken Satellite> and does the tablet need to be 2pixels high or not
L602[09:21:29] <Mimiru> Ok, and removing SimpleComponent makes the crash stop happening
L603[09:22:55] * Mimiru blames OC
L604[09:23:13] <Sangar> reasonable
L605[09:24:11] <Sangar> that mean you have it in the mods dir no? try including it via the deobf dependency thinger. still leaning towards mapping/obf-deobf derpery.
L606[09:25:57] <Mimiru> nope, I'm pulling it in via gradle, and running the coremod via the args
L607[09:26:09] <Sangar> huh
L608[09:26:09] <Mimiru> (I thought running it via the mods dir might be the issue so I switched)
L609[09:26:11] <Sangar> well
L610[09:26:15] <Sangar> i'm out of ideas then, sorry
L611[09:26:48] <Mimiru> I'm using compile "li.cil.oc:OpenComputers:MC1.10.2-1.6.+"
L612[09:27:23] <Sangar> try deobfCompile
L613[09:27:42] <Mimiru> trying it now
L614[09:28:01] <Mimiru> Why did you stop making the deobf jar, if I may ask?
L615[09:28:11] <Broken Satellite> hey people
L616[09:28:12] <Broken Satellite> !
L617[09:28:20] <Broken Satellite> is this looks good? http://tinyurl.com/kjxzmd3
L618[09:28:30] <Broken Satellite> or this better? http://tinyurl.com/kuxvtvz
L619[09:28:44] <Sangar> Mimiru, because deobfCompile. it's just not needed anymore.
L620[09:28:49] <Mimiru> Far enough
L621[09:28:53] <Broken Satellite> which one should i use ?
L622[09:29:13] <Mimiru> loading with deobfCompile now
L623[09:29:13] <Ashindigo_> i prefer the grey outline
L624[09:29:14] <Sangar> because deobfCompile should also avoid the issue of differing mappings afaik
L625[09:29:18] <Broken Satellite> ok
L626[09:29:52] <Mimiru> I also get to figure out how the resource system changed from 1.7 to 1.10, and why my IResourcePack doesn't work anymore
L627[09:29:53] <Mimiru> lol
L628[09:29:56] <Broken Satellite> ashdingo,would you like to get the model downloads?
L629[09:30:20] <Mimiru> Holy shit Sangar O_O
L630[09:30:23] <Mimiru> I think that fixed it.
L631[09:30:42] <Mimiru> ffs I didn't know about deobfCompil;e
L632[09:30:46] <Mimiru> s/;//
L633[09:30:48] <Sangar> \o/
L634[09:30:52] <Ashindigo_> sure
L635[09:31:03] <Broken Satellite> ok
L636[09:31:08] <Mimiru> Thanks
L637[09:31:21] <Sangar> np :)
L638[09:31:22] <Broken Satellite> do you need the .vox file or the finsihed .3dm file?
L639[09:31:44] <Mimiru> Awesome, now I can work on the IResourcePack
L640[09:32:04] <Ashindigo_> 3dm can be printed right?
L641[09:32:08] <Broken Satellite> yea
L642[09:32:14] <Broken Satellite> ..vox will need you to use a tool
L643[09:32:23] <Broken Satellite> to convert the .vox to 3dm code
L644[09:33:38] <Ashindigo_> alright
L645[09:33:58] <Broken Satellite> also, change your OC config to accept about 200 parts
L646[09:34:11] <Broken Satellite> because the small computer is 111 chunks
L647[09:34:12] * Mimiru blinks
L648[09:34:16] <Broken Satellite> so it will be too complex
L649[09:34:16] <20kdc> ...*200* parts
L650[09:34:30] <20kdc> what kind of converter are you using
L651[09:34:44] <Broken Satellite> html converter
L652[09:35:37] <Inari> %search youtube lena satellite
L653[09:35:41] <MichiBot> Inari: https://www.youtube.com/watch?v=8QSgNM9yNjo - *Lena - Satellite (Germany) - YouTube*: "Mar 24, 2010 ... Powered by http://www.eurovision.tv Lena will represent Germany with the song Satellite at the 2010 Eurovision Song Contest in Oslo (Norway) ..."
L654[09:36:23] <Broken Satellite> ashdingo
L655[09:36:29] <Broken Satellite> you have discord?
L656[09:36:41] <Ashindigo_> yeah but i never use it
L657[09:36:42] <Broken Satellite> or not?
L658[09:36:46] <Broken Satellite> well
L659[09:36:52] <Broken Satellite> should i post the files in the caht
L660[09:36:54] ⇦ Parts: Sangar (~Sangar@cil.li) ())
L661[09:37:01] ⇨ Joins: Sangar (~Sangar@cil.li)
L662[09:37:02] zsh sets mode: +o on Sangar
L663[09:37:03] <Broken Satellite> or in private message in discord
L664[09:37:06] <Mimiru> wb Sandra
L665[09:37:06] <Broken Satellite> ?
L666[09:37:07] <Mimiru> err
L667[09:37:08] <Mimiru> Sangar
L668[09:37:17] <Sangar> tab completion strikes again
L669[09:37:24] <Ashindigo_> ill login in to discord one sec
L670[09:37:32] <Broken Satellite> ok
L671[09:37:44] <Mimiru> Broken, you can send a PM to Corded with the format of Ashindigo_: Your message here, and it'll send to IRC
L672[09:38:03] <Mimiru> (And IRC users can reply with the same format.. thoug hwith a space in your username it won't work :P
L673[09:38:05] <Inari> http://tinyurl.com/l7kwqvm
L674[09:38:05] <Mimiru> )
L675[09:38:06] <Inari> Well this doesn't look right
L676[09:38:25] <Broken Satellite> i might try making more models
L677[09:38:27] <Broken Satellite> like a motherboard
L678[09:38:27] <Mimiru> Ass implants gone wrong
L679[09:38:30] <Ashindigo_> bleh new login location
L680[09:38:44] <Broken Satellite> and motherboard with components
L681[09:39:51] <AshIndigo> a wild ashindigo appears in discord!
L682[09:39:56] <Broken Satellite> ooh
L683[09:40:22] <Broken Satellite> maybe you want the VR headset too
L684[09:40:25] <Broken Satellite> ?
L685[09:40:32] <AshIndigo> sure
L686[09:41:01] <Broken Satellite> i did not send you the HTC vive stands because they are not centered
L687[09:41:19] <AshIndigo> thanks anyhow
L688[09:41:27] <Broken Satellite> im gonna make motherboard models
L689[09:42:08] * Ashindigo_ hops back onto irc
L690[09:50:59] <20kdc> *there are two cordeds*???
L691[09:51:09] <Mimiru> .. what?
L692[09:51:10] <Broken Satellite> no
L693[09:51:14] <Broken Satellite> there are two bots
L694[09:51:17] <20kdc> There's "corded" and "corded [legacy]"
L695[09:51:20] <20kdc> 125659711218515968, 173917481042182144
L696[09:51:25] <20kdc> I'm confused
L697[09:51:32] <Mimiru> Yes. Legacy is the pre bot user bot
L698[09:51:45] <Mimiru> Back beforte Discord added bot users
L699[09:51:49] <Mimiru> I cna't type
L700[09:51:50] <Mimiru> ._.
L701[09:51:57] <Mimiru> %flip keyboard
L702[09:52:00] <MichiBot> Mimiru: (╯°□°)╯pɹɐoqʎǝʞ
L703[09:54:27] <Broken Satellite> that's a motherboard http://tinyurl.com/ksu9uhp
L704[09:54:38] <Broken Satellite> does it look good?
L705[09:56:34] <20kdc> I do think the ports on it might be a bit big.
L706[09:57:10] <Broken Satellite> yea
L707[09:59:45] ⇦ Quits: Powermaniac (webchat@220-253-112-131.dyn.iinet.net.au) (Quit: Web client closed)
L708[10:01:18] <Broken Satellite> how does this ram look http://tinyurl.com/l52qgpx
L709[10:02:53] <20kdc> It looks as real as OpenComputers RAM ought to look - that is, not at all.
L710[10:03:10] <20kdc> Which matches perfectly which what I assume you're going for, given, well, #oc.
L711[10:03:39] <Broken Satellite> eh
L712[10:03:45] <Broken Satellite> i think im not gonna add the hardware
L713[10:04:32] <Broken Satellite> @20kdc what should i next make?
L714[10:04:42] <20kdc> A cat with a red scarf.
L715[10:04:50] <Broken Satellite> no
L716[10:04:53] <Broken Satellite> something else
L717[10:05:05] <20kdc> A red CAT-6E cable made to look like a scarf?
L718[10:05:22] <AmandaC> a cat with a blue scarf
L719[10:05:41] <Broken Satellite> no animals
L720[10:05:59] <20kdc> A statue of a cat with a red scarf.
L721[10:06:05] <20kdc> Not an animal, it's a statue of.
L722[10:06:28] <Broken Satellite> something that is related to opencomputers
L723[10:06:46] <Izaya> a robot cat with a red scarf
L724[10:06:57] <Broken Satellite> there are no robot cats in OC
L725[10:07:02] <Izaya> why not?
L726[10:07:15] <AmandaC> OC's offical mascot, Sangar's cat, wearing a red scarf.
L727[10:07:15] <Broken Satellite> i am shit at animals
L728[10:07:21] <Broken Satellite> ithen
L729[10:07:24] <Broken Satellite> no animals
L730[10:07:28] * Izaya boredly wonders if he could make a drone meow
L731[10:07:29] <Broken Satellite> and nothing associated with animals
L732[10:07:37] <Broken Satellite> i am shit at animals
L733[10:07:53] <AmandaC> and how do you expect to get better unless you practice? :D
L734[10:08:21] <20kdc> Fine. No animals. A robot that looks like a human.
L735[10:08:29] <Broken Satellite> small or big?
L736[10:08:33] <Izaya> A synth! Kill it!
L737[10:08:52] <20kdc> Uh, could someone get the dimensional figures on "Shinonome Nano"?
L738[10:09:03] <Broken Satellite> but im gonna do a drone first
L739[10:19:44] <Broken Satellite> drone without anntena http://tinyurl.com/m5yv8o4
L740[10:20:18] <Broken Satellite> and with antenna http://tinyurl.com/lud2a4f
L741[10:20:23] <Broken Satellite> should i leave it or remove it?
L742[10:20:39] <Broken Satellite> ashindigo
L743[10:20:46] <AmandaC> I don't think drones have antennas
L744[10:20:52] <Broken Satellite> yea
L745[10:21:19] <AmandaC> also, it's the wrong way around
L746[10:21:43] <AmandaC> the center bit is rotated 90deg along the Z axis
L747[10:21:50] <AmandaC> er, 45
L748[10:21:56] <Broken Satellite> what?
L749[10:22:06] <AmandaC> http://a.ddna.cc/0D3f3y3k2j3A/Image%202017-04-22%20at%2011.22.03%20AM.png
L750[10:22:12] <gamax92> Inari: sorry was asleep.
L751[10:22:21] <Broken Satellite> well
L752[10:22:25] <Broken Satellite> i cant do anything
L753[10:22:27] <Broken Satellite> 16x16x16
L754[10:22:49] <gamax92> 4096
L755[10:24:06] <Ashindigo_> without
L756[10:24:11] <Broken Satellite> ok
L757[10:24:12] <Broken Satellite> well
L758[10:24:16] <Broken Satellite> what should i sculpt now
L759[10:24:24] <Broken Satellite> it must be 1 block
L760[10:24:37] <AmandaC> also, that's a full-sized drone, not a mini one.
L761[10:24:42] <AmandaC> </art-critic>
L762[10:24:54] <Broken Satellite> i didn't go for a mini drone
L763[10:26:58] <Broken Satellite> this is a mini drone http://tinyurl.com/kolueb7
L764[10:27:03] <Broken Satellite> which looks like shit
L765[10:27:18] <Broken Satellite> what should i make next
L766[10:27:19] <Ashindigo_> that looks like the pnematicraft drone
L767[10:27:20] <Izaya> so I have to wonder
L768[10:27:24] <Broken Satellite> 1 block high
L769[10:27:34] <Izaya> does Corded do the tinyurl conversion?
L770[10:27:49] <Mimiru> Yes
L771[10:28:01] <Mimiru> otherwise it's the long ass discord cdn url
L772[10:28:10] <Izaya> yeah makes sense
L773[10:29:30] <Broken Satellite> so what should i do next
L774[10:29:36] <Broken Satellite> it has to be 1 block small
L775[10:31:01] <Broken Satellite> anyone?
L776[10:32:18] <Ashindigo_> make a mini mcu?
L777[10:32:24] <Broken Satellite> what is that?
L778[10:35:05] <AmandaC> Marvel Cinematic Universe
L779[10:35:19] <AmandaC> Make a tiny Avengers
L780[10:35:42] <Broken Satellite> nh
L781[10:36:16] <AmandaC> %choose update project red and hope it fixes the disconnect or meeeehhhhhhh
L782[10:36:20] <MichiBot> AmandaC: meeeehhhhhhh
L783[10:36:48] <Ashindigo_> a microcontroller unit from OC
L784[10:37:21] <Broken Satellite> so you tell me, to make a micro microcontroller?
L785[10:37:35] <Ashindigo_> a mmcu
L786[10:38:06] <20kdc> MichiBot Deemed To Promote Laziness
L787[10:39:24] <Mimiru> why the fuck does "MichiBot" ping me..
L788[10:39:52] * Ashindigo_ shrugs
L789[10:40:02] <Mettaton_Fab> @Broken Satellite do a real DDR RAM Module
L790[10:40:09] <gamax92> Probably so you know when people are complaining about the bot
L791[10:40:29] <Broken Satellite> floppy disk http://tinyurl.com/lwr7g6z
L792[10:40:30] <20kdc> Ok. I'll refer to it as NichiBot in future.
L793[10:40:36] <Mettaton_Fab> looks good
L794[10:40:40] <Corded> * <20kdc> nods
L795[10:41:18] <Mettaton_Fab> can you make like the save icon from office 2000 ?
L796[10:41:36] <Broken Satellite> im gonna do ur ram next
L797[10:42:24] <Mettaton_Fab> if DDR desktop RAM is too big you can do DDR Laptop RAM
L798[10:42:35] <Broken Satellite> im gonna do ddr5
L799[10:42:44] <Mettaton_Fab> wow.
L800[10:42:56] <Mettaton_Fab> pornhub has meme vids
L801[10:43:04] <Mettaton_Fab> like Idubbbz
L802[10:43:12] <Mettaton_Fab> and vapourwave
L803[10:45:12] <AmandaC> Mettaton_Fab: People upload all kinds of things to pornhub. Like the US Presidental Inaguration
L804[10:45:28] <Broken Satellite> mettaton fab, give me the icon picture first
L805[10:45:37] <gamax92> You never know what people are into I guess
L806[10:45:50] <Mettaton_Fab> which icon?
L807[10:45:55] <Broken Satellite> save
L808[10:46:47] * Mimiru stabs IResourcePack
L809[10:46:51] <Mimiru> %stab IResourcePack
L810[10:46:55] * MichiBot strikes IResourcePack with a replica of Temia's tail doing [13] damage, the replica of Temia's tail sinks into quicksand.
L811[10:47:51] <Broken Satellite> done http://tinyurl.com/l2jw588
L812[10:47:55] <Broken Satellite> but iwont save it
L813[10:47:56] <Mettaton_Fab> eh, cant find it
L814[10:48:52] <Mettaton_Fab> is this possible? http://tinyurl.com/mtqh77j
L815[10:49:18] <Broken Satellite> no
L816[10:49:34] <Broken Satellite> i've done enough models todat
L817[10:51:48] <Mettaton_Fab> ok
L818[10:51:58] <Broken Satellite> my mobo model got corrupt
L819[10:52:12] <Mettaton_Fab> by how much?=
L820[10:52:26] <Broken Satellite> prints out a small computer instead of a motherboard
L821[10:55:28] <gamax92> bleh
L822[10:55:33] <Broken Satellite> fixed
L823[10:55:52] <gamax92> %tell Sangar https://github.com/MightyPirates/OpenComputers/pull/2350
L824[10:55:55] <MichiBot> gamax92: Sangar will be notified of this message when next seen.
L825[10:56:44] <Sangar> ok
L826[10:56:54] <Sangar> thanks :D
L827[10:57:38] ⇨ Joins: Nathan1852 (~Nathan185@HSI-KBW-091-089-189-253.hsi2.kabel-badenwuerttemberg.de)
L828[11:00:37] <gamax92> Sangar: also just wondering, the integration folder in 1.11 was trimmed down a bit instead of having it's modules commented out/excluded
L829[11:01:57] <Sangar> yeah. got annoyed by having to manually excluding the dirs in idea, and seemed as good a time as any to get rid of old stuff that might never get ported. we can just restore those that do from the history after all.
L830[11:02:42] <gamax92> ahh, if you used eclipse then it would have also automatically excluded the folders from the build path too :>
L831[11:02:55] <Sangar> yeah well :P
L832[11:03:49] <Mimiru> Sangar, great news! it doesn't NPE anymore when trying to get a new UUID
L833[11:03:56] <Mimiru> bad news.. it doesn't actually get a new UUID.
L834[11:03:57] <Sangar> weee
L835[11:04:03] <Sangar> wooo
L836[11:04:36] <g> Have we heard anything else on project red bundled cable integration recently?
L837[11:04:39] <g> I forgot to ask about it agian
L838[11:04:40] <g> again*
L839[11:05:15] <g> although I suppose it would involve making another release for 1.10
L840[11:05:19] <g> which I dunno if you guys want to do
L841[11:05:20] <g> lol
L842[11:05:53] <gamax92> it ends up in dev builds atleast
L843[11:06:05] <Sangar> well, the pr i just merged was 1.10, so yeah ;)
L844[11:06:08] <Cruor> if the 1.10 release has the feature i requested, that be great :⁾
L845[11:06:21] <g> I pretty much just end up using whatever's on curse
L846[11:06:26] <g> because I hate updating the modpack
L847[11:06:28] <g> manual process
L848[11:06:28] <g> :
L849[11:06:31] <g> :v
L850[11:06:34] <Cruor> i use whatever is on curse
L851[11:06:39] <gamax92> well if you need a feature you need a feature
L852[11:06:40] <Cruor> then Vexatos starts complaining :I
L853[11:06:53] <g> Vex complains about everything :P
L854[11:07:27] <gamax92> also isn't project red supported in 1.10?
L855[11:07:36] <gamax92> cause the integration module isn't commented out
L856[11:07:38] <g> No, it doesn't connect for whatever reason
L857[11:07:54] <Mimiru> It does connect for me.
L858[11:08:01] <Mimiru> you have to be on a later dev build :P
L859[11:08:08] <g> but dev builds are scary :P
L860[11:08:10] <Mimiru> what's on curse doesn't seem to work
L861[11:08:23] <g> ok, so you guys actually did end up fixing it at some point
L862[11:08:25] <g> which is the main thing
L863[11:08:45] <Mimiru> I troubleshot this for someone else, don't remember who
L864[11:08:47] <gamax92> lets see ...
L865[11:08:54] <Cruor> aha
L866[11:08:55] <Mimiru> Ok.. so I gotta figure out how to blank the NBT on this card
L867[11:08:57] <Cruor> im using curse build then :p
L868[11:09:03] <Cruor> https://cdn.discordapp.com/attachments/304676384272285696/305374323877740555/unknown.png cuz this dude aint cooperating
L869[11:09:06] <g> I wish curse wasn't so shit
L870[11:09:11] <g> so I could write a reliable update script
L871[11:10:05] <Mimiru> gamax... know if it's possible to mess with NBT from a driver
L872[11:10:08] <Cruor> i wish i knew wtf i was doing xd
L873[11:10:14] <Cruor> because this is chaos :p
L874[11:10:55] <gamax92> situation: 1.6.2 released Feb 25th, Project Red support merged March 3rd
L875[11:11:03] <Mimiru> ^
L876[11:11:56] <g> curse is gonna drive me to fucking drink one of these days
L877[11:11:58] <g> okay, let's take a look
L878[11:12:15] <g> yeah, damn, it's been a while hasn't it
L879[11:12:18] <Inari> %pet g
L880[11:12:22] * MichiBot brushes g with chunchunmaru. g recovers 10 health!
L881[11:12:25] <g> wew
L882[11:12:32] <Mimiru> damn.. I thought I might be able to do node().save(new NBTTagCompound()); empty the NBT
L883[11:12:33] <Mimiru> but no
L884[11:12:41] <g> 1.7.0.6 for 1.11 is on there
L885[11:12:47] <g> why not stick the 1.10 one there as well?
L886[11:13:12] <Mimiru> just have dev builds push to CF as Beta... :P
L887[11:13:16] <Mimiru> auto push*
L888[11:13:58] <g> heh, that's literally the only fully documented API, iirc..
L889[11:14:05] <g> that reminds me actually
L890[11:14:12] <g> curse actually does expose projects as a maven repo
L891[11:14:16] <g> which is neat
L892[11:14:20] <g> dunno if any of you saw that
L893[11:14:30] <Mimiru> ffs... how can I force the UUID to change ._.
L894[11:15:11] <g> sadly it requires an api token
L895[11:15:20] <Mimiru> I thought they'd changed that
L896[11:15:21] <g> but one of their staff said they were going to see if that could be lifted
L897[11:15:34] <g> I don't think it actually happened yet, iirc they said it was a slim chance
L898[11:16:17] <gamax92> I imagine it could be lifted cause you could probably just make a fake http server that parses curse's pages and makes a maven repo out of them automatically
L899[11:16:21] <gamax92> without an api token
L900[11:16:31] <g> you'd be breaking the ToS, but yeah
L901[11:16:36] <g> you definitely could
L902[11:16:46] <g> I've scraped the pages before myself for a hacky little update script
L903[11:17:23] <gamax92> I was trying to make a proxy for gradle so that when gradle tries to access maven stuff from the wrong repo it quick fails
L904[11:17:45] <Broken Satellite> 3d print corner http://tinyurl.com/levwokh
L905[11:18:05] <g> sadly maven doesn't work like that
L906[11:18:15] <g> honestly the state of maven is depressing
L907[11:18:16] <gamax92> g: but I can make it work like that.
L908[11:18:19] <gamax92> hence the proxy.
L909[11:18:39] <g> the fact that, in 2017, we're still using super-archaic repo software like nexus and archiva
L910[11:18:43] <g> is kind of astounding
L911[11:18:54] <gamax92> but yeah it's kinda lame that it just haves to check every repo for something, and that there's no way for me to say, get OC from the OC repo
L912[11:19:00] <g> yeah
L913[11:19:19] <g> gradle totally had the opportunity to do that, too
L914[11:19:23] <g> but nope
L915[11:20:32] <Broken Satellite> tablet added http://tinyurl.com/m5mnnt3
L916[11:20:44] <g> I considered writing some modern maven repo software
L917[11:20:47] <Izaya> nexus as in nexusmods or?
L918[11:20:54] <g> but I realised I didn't want to spend weeks learning the spec
L919[11:20:57] <g> sonatype nexus Izaya
L920[11:21:02] <gamax92> Sangar, Vexatos: is it a good idea to port addons against OC 1.11 yet or still considered unstable
L921[11:21:05] <Izaya> ohok
L922[11:21:22] <Izaya> because nexus is the best mod repo site I've seen
L923[11:21:39] <g> sonatype nexus is hilarious to be honest
L924[11:21:42] <g> you have nexus 2 and nexus 3
L925[11:21:43] <Izaya> (curse can go throw itself off a bridge over rock spikes)
L926[11:22:03] <g> nexus 2.x supports maven, p2, obr and yum
L927[11:22:05] <Cruor> :o i want these models in my computer room
L928[11:22:08] <g> and is.. honestly relatively old
L929[11:22:15] <g> nexus 3.x is the current version
L930[11:22:23] <g> and it supports docket, nuget, npm, bower, pypi and rubygems
L931[11:22:31] <g> I have no idea why it doesn't support the stuff 2.x did but
L932[11:22:34] <g> there we have it
L933[11:22:40] <g> docker*
L934[11:22:50] <gamax92> huh
L935[11:23:03] <g> weird, isn't it?
L936[11:23:10] <Izaya> more than a bit
L937[11:23:23] <Izaya> most of those seem pretty useless
L938[11:23:37] <g> yeah, at most all I'd want is maven and pypi
L939[11:23:49] <g> I guess they're trying to cater to multiple communities
L940[11:23:57] <Vexatos> gamax92, I released Computronics 1.6.3 for 1.11 yesterday
L941[11:24:16] <gamax92> Vexatos: you also did "Fix Disk Drive eating disks." 3 hours ago so.
L942[11:24:24] <Izaya> what is bower used by? I'd guess people with short attention spans but...
L943[11:24:46] <g> bower is a node thing
L944[11:24:47] <g> iirc
L945[11:24:49] <g> yes, another one
L946[11:24:52] <Izaya> oh
L947[11:24:54] <Izaya> ew
L948[11:24:58] <Izaya> ew ew ew ew ew ew
L949[11:25:04] <g> "a package manager for the web"
L950[11:25:14] <g> okay, I get the idea
L951[11:25:17] <g> I just don't need it
L952[11:25:47] <Broken Satellite> so mcpc is not on 1.10.2
L953[11:26:10] <g> it keeps track of website assets and updates them automatically
L954[11:26:13] <gamax92> it hasn't been called mcpc in forever
L955[11:26:16] * CompanionCube hits Izaya with yarn
L956[11:26:21] <g> tbh that sounds like something I would want the exact opposite of
L957[11:26:39] <Sangar> gamax92, oc itself is... probably kinda unstable. the api of that version shouldn't change tho, so as far as integration goes, it should be stable
L958[11:26:47] <gamax92> alright
L959[11:26:47] <Broken Satellite> is there a mod which allows you to wear any block?
L960[11:26:51] <g> Sangar update for OC 1.10 on curse when?
L961[11:26:52] <g> :P
L962[11:26:56] <Broken Satellite> is there a mod which allows you to wear any block?
L963[11:27:06] <g> is there a mod which allows you to wear any block?
L964[11:27:07] <CompanionCube> g: it could be worse, it could be npm
L965[11:27:22] <g> CompanionCube, those two tools service entirely different things
L966[11:27:29] <g> but you're right, npm is shit too
L967[11:27:46] <Mimiru> fuck.. I don't remember how to set TagCompounds
L968[11:27:58] <g> I would go as far as saying the node community itself is a joke but that has nothing to do with the language or tools really
L969[11:27:59] <gamax92> setTag
L970[11:28:07] <Mimiru> gamax92, I've got that much :P
L971[11:28:23] <gamax92> ... then pass in a NBTTagCompound to setTag?
L972[11:28:41] <Mimiru> but I'm trying to set oc:data -> node -> address
L973[11:28:47] <Mimiru> so I've gotta nest 3 of these things, lol
L974[11:29:32] <Broken Satellite> In space, nobody can hear you craft. this reminds me of a song
L975[11:30:59] <AmandaC> do enderio conduits count as bundled cables?
L976[11:31:24] <g> I was going to say they only carry one signal but I forgot about connector colours
L977[11:31:25] <gamax92> Mimiru: oh I see: nbt.getCompoundTag("oc:data").getCompoundTag("node").setString("address", bleh)
L978[11:31:38] <Mimiru> oooh
L979[11:31:39] <Mimiru> right
L980[11:32:18] <g> that example is a great way of showing the use of mutable containers
L981[11:32:25] <g> sponge could stand to learn a thing or two
L982[11:32:25] <g> :v
L983[11:33:35] <gamax92> I would say add hasKey checks but, the only way the method would be called is if it already has an address and is in a network with a computer
L984[11:34:19] <Ashindigo_> %whatislove
L985[11:34:24] <MichiBot> Ashindigo_: Love is... a log!
L986[11:34:25] <Mimiru> I've gotta run to the store..
L987[11:36:37] * Izaya hmms
L988[11:36:50] <Inari> ?
L989[11:37:29] * Ashindigo_ hmms too
L990[11:37:33] <Izaya> I guess MultICE needs a more minimal way to remotely execute Lua code
L991[11:37:55] <Izaya> Having a whole remote terminal is a lot of code.
L992[11:38:07] <Izaya> I could get away with a lot less...
L993[11:38:55] * Inari soaks AmandaC in wood
L994[11:39:54] <Ashindigo_> Vexatos: does computronics 1.10 have the new fun toys?
L995[11:40:53] <Vexatos> they all do
L996[11:41:04] <Ashindigo_> Thanks
L997[11:41:47] <gamax92> Vexatos: except for connecting audio cables to cases in 1.7.10 D:<
L998[11:43:15] <gamax92> Vexatos: seriously though what functionality is missing in 1.7.10 for that to work?
L999[11:43:45] <Vexatos> capabilities
L1000[11:43:57] <gamax92> and what's that
L1001[11:44:16] <Ashindigo_> Some nice stuff in 1.10+ forge
L1002[11:44:24] <Vexatos> 1.8+*
L1003[11:44:34] <Vexatos> But even then it only works with a single sound card per block
L1004[11:45:23] <gamax92> Vexatos: what capability is the case exposing that you need for that ... that you can't just go, is this a case and does it have a sound card item in it's inventory
L1005[11:45:45] <Vexatos> The case does not expose that kind of information
L1006[11:45:59] <Vexatos> I'd have to do a carpload of hardcoding
L1007[11:46:08] <gamax92> why?
L1008[11:46:21] <Vexatos> because I cannot make the case implement IAudioSource
L1009[11:46:35] <gamax92> sure you can, coremods
L1010[11:46:40] *** Guest48269 is now known as Turtle
L1011[11:46:41] <Vexatos> HAHAHAHAHHA no
L1012[11:46:46] <gamax92> are you afraid of coremods
L1013[11:46:48] ⇦ Quits: Turtle (~SentientT@ip5657cbb2.direct-adsl.nl) (Quit: Nettalk6 - www.ntalk.de)
L1014[11:46:57] ⇨ Joins: Turtle (~SentientT@ip5657cbb2.direct-adsl.nl)
L1015[11:47:10] *** Turtle is now known as Guest81397
L1016[11:47:28] <gamax92> the case doesn't implement IAudioSource in 1.8+ either so
L1017[11:47:47] <Vexatos> No but 1.8+ has capabilities so it doesn't need to
L1018[11:47:56] <gamax92> what capability.
L1019[11:48:05] <gamax92> which capability
L1020[11:48:10] <Mimiru> The system... it's called capabilities
L1021[11:48:10] <Vexatos> In this case, the IAudioSource capability
L1022[11:48:17] <Vexatos> I turned it into a capability during the port
L1023[11:49:02] <gamax92> Vexatos: wait so you can just add capabilities into other mods blocks now?
L1024[11:49:08] <Vexatos> yes
L1025[11:49:09] <Mimiru> yes
L1026[11:49:29] <Vexatos> And in this case, I got sangar to make computers implement any capability that any of their components provide
L1027[11:49:38] <Vexatos> So all I have to do is make the sound card provide it
L1028[11:50:06] <gamax92> ahh okay, well I'll go write you a coremod for 1.7.10
L1029[11:50:11] <Vexatos> I won't use it
L1030[11:50:31] ⇨ Joins: Turtle (~SentientT@ip5657cbb2.direct-adsl.nl)
L1031[11:52:35] ⇨ Joins: SeaLife (webchat@ip5f5bdb41.dynamic.kabel-deutschland.de)
L1032[11:52:52] <SeaLife> Hey guys
L1033[11:53:01] ⇦ Quits: Turtle (~SentientT@ip5657cbb2.direct-adsl.nl) (Client Quit)
L1034[11:53:03] *** Guest81397 is now known as Turtle
L1035[11:53:11] <SeaLife> I need to get the filesystem of a disk_drive - is it possible?
L1036[11:53:41] <SeaLife> i got ~5 disk_drive on 1 computer and i only know about the disk_drive uuid
L1037[11:53:57] <Izaya> I think if you mouse over the item it'll tell you
L1038[11:54:09] <SeaLife> i need to get it programmatically
L1039[11:54:19] <Izaya> ~w signals
L1040[11:54:19] <ocdoc> http://ocd.cil.li/component:signals
L1041[11:54:31] <Izaya> I think there's an event for inseting a new component
L1042[11:54:39] <Izaya> you could also do it based on FS size
L1043[11:55:22] <SeaLife> ok i'll try with the event :) thanks
L1044[11:57:57] <Izaya> ~w filesystem
L1045[11:57:57] <ocdoc> http://ocd.cil.li/api:filesystem
L1046[11:58:03] <Mimiru> ok.. so using node().saveNBT(my custom tag here) doesn't actually commit the NBT to the card
L1047[12:00:16] <Mimiru> err node().save
L1048[12:00:19] <Mimiru> not savenbt but meh
L1049[12:03:08] <Mimiru> Oh
L1050[12:03:10] <Mimiru> oh..
L1051[12:03:58] <SeaLife> mhh prob i cant get the id of the disk-drive the floppy is in...
L1052[12:04:28] <SeaLife> i can get the filesystem with the event but i cant get the correct disk-drive the newly floppy were inserted
L1053[12:06:43] ⇨ Joins: Guest48269 (~SentientT@ip5657cbb2.direct-adsl.nl)
L1054[12:07:42] <Inari> payonel: http://cdn.webfail.com/upl/img/5548aa09196/post2.jpg
L1055[12:07:47] <Inari> payonel: http://cdn.webfail.com/upl/mp4/a43f1b6c4ad/600.mp4
L1056[12:08:26] ⇦ Quits: Turtle (~SentientT@ip5657cbb2.direct-adsl.nl) (Ping timeout: 180 seconds)
L1057[12:11:31] *** Guest48269 is now known as Turtle
L1058[12:14:39] ⇨ Joins: Georggi (~Georggi@212.2.131.54)
L1059[12:14:47] * Kodos pokes Mimiru
L1060[12:14:54] <Kodos> What's this about a fixed SNC
L1061[12:15:29] <Georggi> Hi guys, just a quick question, does last version of OC support circuit assembler from GregTech?
L1062[12:16:34] <Kodos> ¯\_(ツ)_/¯
L1063[12:26:42] <Cruor> wow .-. its a Kodos
L1064[12:28:26] <Kodos> Whoa, where?
L1065[12:28:32] <Cruor> no clue D:
L1066[12:28:42] <SeaLife> öhm - how can i fully read a file with filesystem ?
L1067[12:28:55] <SeaLife> i dont understand how filehandler:read( num ) should work
L1068[12:30:28] <gamax92> read gives you data in parts, so you call read multiple times and concat to a string until you get nil from read, then you've read the entire file
L1069[12:31:17] <SeaLife> do i always read like fh:read(1) in loop until this will return nil?
L1070[12:31:37] <SeaLife> or can i just read like fh:read(100) until it returns nil?
L1071[12:32:00] <Kodos> SeaLife, one sec
L1072[12:32:38] <Kodos> https://github.com/MyNameIsKodos/OpenComputers-Programs/blob/master/lib/kodos.lua#L116-L124
L1073[12:32:47] <Kodos> That reads an entire file, and stores it in a string
L1074[12:33:35] <SeaLife> does *a works on a file-stream from "filesystem"-api aswell?
L1075[12:34:53] <Kodos> No idea, that's not something I'm familiar with
L1076[12:37:02] <gamax92> no
L1077[12:42:27] <Georggi> What about my question? :|
L1078[12:42:49] <Kodos> Not sure anyone here uses GT anymore
L1079[12:43:16] <Ashindigo_> last time i used gt i blew half of my house
L1080[12:45:21] <SeaLife> ok thanks, got it working now :)
L1081[12:45:39] <gamax92> oooooh I just noticed something fun.
L1082[12:45:53] <Ashindigo_> ?
L1083[12:46:24] <gamax92> there's a mod called Intermediary that lets you use 1.2.5 mods in 1.7.10
L1084[12:46:29] <gamax92> redpower 2 in 1.7.10 :>
L1085[12:48:11] <Ashindigo_> thaumcraft 2!
L1086[12:50:44] <SeaLife> is something like this wrong? internet.request(uri, {}, { "data" = "dawkjdw" })
L1087[12:51:09] <20kdc> gamax92: And is it as inefficient as it sounds?
L1088[12:52:28] <gamax92> I dunno I've never tried it
L1089[12:53:52] <SeaLife> why am i getting a "expected '}' near '='" on the following line: internet.request( http_service .. "/rest/permission-system/current-user", { }, { "X-API-KEY" = key }) ? seems legit in Lua? :o
L1090[12:54:22] <gamax92> table keys are specified in lua as either ["key"] or key, not "key"
L1091[12:54:31] <gamax92> you need to add brackets around X-API-KEY
L1092[12:54:51] <SeaLife> {["X-API-KEY"] = key} ?
L1093[12:54:55] <SeaLife> key is a variable
L1094[12:54:57] <gamax92> yes
L1095[12:58:02] <SeaLife> wtf how can i get "number expected got table" on something like: handler:read(1) ?? is 1 a Table? :D
L1096[12:58:16] <SeaLife> 'bad argument #1 (number expected, got table):"
L1097[13:01:18] <gamax92> what is handler from
L1098[13:01:31] <SeaLife> handler = internet.request( ... )
L1099[13:02:08] <SeaLife> wait i missed something, internet.request( ... ) returns a function...
L1100[13:08:20] <Mimiru> Yay stuck at @naomis grandparents for who knows how long
L1101[13:08:54] <Inari> :o
L1102[13:09:17] ⇦ Quits: Georggi (~Georggi@212.2.131.54) (Quit: Leaving)
L1103[13:11:39] <Mimiru> Bleh
L1104[13:11:58] <Kodos> Mimiru, fixed secure card?
L1105[13:12:02] <Kodos> Or did I misread
L1106[13:13:01] <SeaLife> mhhh what will happen if cc cant read ssl certificate?
L1107[13:13:20] <Kodos> cc?
L1108[13:13:26] <SeaLife> oc*
L1109[13:13:27] <SeaLife> xD
L1110[13:13:31] <Kodos> Uh huh =P
L1111[13:14:18] <SeaLife> i tried " tst = internet.request("https://r3ktm8.de/index.php/rest/test&quot;) print(tst.read(1000)) "
L1112[13:14:32] <SeaLife> and i tried " tst = internet.request("http://google.de") print(tst.read(1000)) "
L1113[13:14:36] <Mimiru> Kodos no
L1114[13:14:37] <SeaLife> the google try worked
L1115[13:15:10] <Kodos> Maybe because your other one is HTTPS? (I have no idea)
L1116[13:15:20] <Mimiru> can't actually modify the nbt yet.. it doesn't error but the uuid doesn't change
L1117[13:15:40] <Kodos> So now it just fails silently? That's a step forward, at least
L1118[13:15:40] <SeaLife> google with HTTPS works too :/
L1119[13:15:47] <Mimiru> Yea
L1120[13:16:03] <Kodos> At the very least, I can code something now without it failing
L1121[13:16:13] <Kodos> Just have it print something like "Pretend my UUID Changed"
L1122[13:16:14] <Kodos> Or something
L1123[13:16:20] <Mimiru> Lol
L1124[13:16:24] <Kodos> (in my code, not asking for that)
L1125[13:16:34] <SeaLife> Kodos: https://google.de works too thats why i think it could something certificate related?
L1126[13:16:45] <Kodos> ~w internet card
L1127[13:16:45] <ocdoc> http://ocd.cil.li/item:internet_card
L1128[13:16:47] <Mimiru> I figured
L1129[13:16:58] <SeaLife> my certificated is recognized green by all browsers (Let's Encrypt CA)
L1130[13:17:55] <Mimiru> Sealige, letsnenrypt isn't trusted in java til 1.8 update 101 or something
L1131[13:18:05] <Mimiru> Sealife
L1132[13:18:09] <Mimiru> Fucking tablet kb
L1133[13:18:20] <SeaLife> well i tried "https://r3ktm8.de" without "/index.php/rest/test" and it seems to work
L1134[13:18:21] <SeaLife> wtf
L1135[13:19:36] <Kodos> Maybe because of the way you have the page text set up
L1136[13:19:48] <Kodos> Normally, a separator in a table is a ', '
L1137[13:19:51] <Kodos> Not a :
L1138[13:20:00] <Kodos> Again, no idea what I'm talking about
L1139[13:20:03] <SeaLife> What do you mean? its a "REST" Service :/
L1140[13:20:49] <SeaLife> if you open the url " https://r3ktm8.de/index.php/rest/test " in browser it works just fine but not with internet.request("https://r3ktm8.de/index.php/rest/test&quot;)
L1141[13:21:33] <SeaLife> internet.request( ... ) instantly returns 'nil' on read(100) while doing the same with google or r3ktm8.de (main page) works just fine
L1142[13:23:14] <SeaLife> Corded: checked the main page with SSL and its working so i think its not ssl-certificate related :o
L1143[13:25:04] <AmandaC> Can someone tell me why `code` is always nil from this function? https://www.irccloud.com/pastebin/on5tXwbV/
L1144[13:25:27] <Mimiru> Corded is the bot...
L1145[13:26:02] <SeaLife> because internet.request does not actually returns nil
L1146[13:26:09] <SeaLife> return a function*
L1147[13:26:21] <SeaLife> handler = internet.request( ... )
L1148[13:26:23] <Kodos> AmandaC, try assigning values to the two _'s and returning them as well. You may be assigning 'code' to the wrong bit. Also 'body' is never given a value so that will always be null, too
L1149[13:26:35] <SeaLife> and then you can handler.read( num ) and read the body of the html
L1150[13:27:47] <SeaLife> Kodos: handler.response() returns CODE, STATUS, <table>
L1151[13:28:01] <SeaLife> like: 200 OK table:0x0035473
L1152[13:29:05] <AmandaC> Kodos: all three are nil, wtf
L1153[13:29:27] <Kodos> hang on
L1154[13:29:47] <Kodos> Try doing local handle, err = internet.request(url) if not handle, then return nil, error
L1155[13:30:00] <Kodos> It may just be erroring on the request
L1156[13:30:35] <Kodos> Actually no
L1157[13:30:41] <Kodos> Because then the 2nd thing that's nil should be the error
L1158[13:30:51] <Kodos> That's fuckin weird ya
L1159[13:31:07] <Broken Satellite> @20kdc im uninstalling the antivirus software. file transfer dialogs often freeze at 99%
L1160[13:31:41] <SeaLife> AmandaC im getting the same problem on requesting ( https://r3ktm8.de/index.php/rest ) but not on requesting ( https://google.de or https://r3ktm8.de )
L1161[13:31:53] <Kodos> inb4internetcardisjustbusted
L1162[13:33:51] <SeaLife> Maybe its kinda buggy if the response Content-Type is not application/html
L1163[13:34:45] <Inari> Yeah, no, FtD is too much of a pain
L1164[13:35:34] <AmandaC> ...
L1165[13:35:57] <SeaLife> AmandaC what url are you trieng to open?
L1166[13:36:00] <AmandaC> Kodos: not busted, likely not documented correctly on the wiki. :D
L1167[13:36:09] <SeaLife> does it return something other then application/html ?
L1168[13:36:23] <AmandaC> changing my code to use the openos "internet" API fixes it
L1169[13:36:38] <SeaLife> OpenOS "Internet"-Api ?
L1170[13:36:45] <SeaLife> maybe it helps me too
L1171[13:36:50] <SeaLife> how did you changed it?
L1172[13:36:53] <Kodos> I'm confused, what were you using before then
L1173[13:36:54] <AmandaC> http://ocdoc.cil.li/api:internet
L1174[13:37:01] <AmandaC> Kodos: raw component access
L1175[13:37:30] <SeaLife> its just the same thing isnt it?
L1176[13:37:41] <AmandaC> no, openos does some prettying
L1177[13:37:48] <SeaLife> im access "internet" through "internet = require("internet")"
L1178[13:38:19] <Kodos> AmandaC, with raw component access, I think you needed to finishConnect() on the request object to ensure that the response was available
L1179[13:38:34] <AmandaC> Kodos: I was doing that
L1180[13:38:49] <Kodos> I don't see it in the linked snippet
L1181[13:38:51] <SeaLife> me too but it wont work
L1182[13:39:17] <AmandaC> idk, idc, it's working now, I can get back to work moving my home-base server to use gitlab instead of an ocnetfs running on my laptop
L1183[13:39:28] <SeaLife> AmandaC how did you changed it? i cant use something else then "internet.request( ... )" because i need to set custom headers >.<
L1184[13:39:50] <Kodos> Okay, well you needed a handle.finishConnect() between your for chunk loop and the handle.response()
L1185[13:40:01] <Kodos> Should've worked then, if I understand right
L1186[13:40:07] <Kodos> But so long as you got it working :3
L1187[13:41:04] <Kane_Hart> 2 things to fix please: https://pastebin.com/bRYQyV30 and https://i.imgur.com/rtU9uqo.png (IC2/TechReborn) Both installed
L1188[13:41:36] <Kodos> Kane_Hart, open an issue
L1189[13:42:12] <gamax92> Vexatos: https://i.imgur.com/GnTxaGd.png
L1190[13:42:13] <Kane_Hart> Nooo
L1191[13:42:17] <SeaLife> mhh im getting confused >.<
L1192[13:42:19] <Kane_Hart> I rather bitch about it >.>
L1193[13:42:20] <Kodos> Then stfu
L1194[13:42:24] <Kane_Hart> FU! :(
L1195[13:42:29] <Kodos> !kickban Kane_Hart nou
L1196[13:42:29] *** zsh sets mode: +b *!*@modemcable205.105-131-66.mc.videotron.ca
L1197[13:42:30] *** Kane_Hart was kicked by zsh ((Kodos) nou))
L1198[13:42:36] <SeaLife> hahah :D
L1199[13:43:26] <Kane Hart> Not evading if I been here since day 1 ?
L1200[13:43:40] <SeaLife> i probably need to open an issue too?
L1201[13:43:50] <Kane Hart> tbh always best to always open an issue.
L1202[13:43:54] <Kane Hart> Helps them keep track of things.
L1203[13:44:33] <Kodos> You know, if you hadn't said anything, I wouldn't have probably bothered checking if you were on Discord
L1204[13:44:37] <Kodos> But since you were so kind enough to say something
L1205[13:44:55] <gamax92> "<Vexatos> I'd have to do a carpload of hardcoding"
L1206[13:44:59] <Ashindigo_> %choose left or right
L1207[13:45:03] <MichiBot> Ashindigo_: right
L1208[13:45:04] <gamax92> I added 17 lines to support cards in cases
L1209[13:45:27] <gamax92> "carpload of hardcoding", 17 lines, for both cases and microcontroller support.
L1210[13:46:03] <Vexatos> But probably in the wrong place
L1211[13:46:16] <gamax92> it's in TileAudioCable
L1212[13:46:21] <Vexatos> Yup
L1213[13:46:23] <Vexatos> wrong place.
L1214[13:46:26] <gamax92> how is that wrong?
L1215[13:46:34] <gamax92> when that's what does that IAudioConnection check
L1216[13:46:52] <Vexatos> Because a case is not an IAudioConnection
L1217[13:47:20] <gamax92> and?
L1218[13:47:58] <gamax92> it checks if the tile is an traits.Computer and goes through it's components
L1219[13:48:03] <Vexatos> Exactly
L1220[13:48:04] <TYKUHN2> Welp
L1221[13:48:12] <Vexatos> That's what I meant by hardcoded crap
L1222[13:48:16] <TYKUHN2> Just finished a video which converted global warming into nukes per day
L1223[13:48:40] <Vexatos> OC is not supposed to be a special case
L1224[13:48:52] <gamax92> it's literally an oc only card
L1225[13:49:00] <Vexatos> audio cables are not
L1226[13:49:07] <AmandaC> rack-mounted disk drives are btoken! :D
L1227[13:49:28] <Vexatos> oh no
L1228[13:49:49] <gamax92> Vexatos: you know you can just use the optional stuff right?
L1229[13:49:58] <gamax92> like I know 1.7.10 has that feature.
L1230[13:50:09] <Vexatos> You know that the code is ugly as heck and accesses parts of OC I do not want to access
L1231[13:50:42] <AmandaC> I can't rightclick on the rackmounted disk drive to put the floppy in.
L1232[13:50:51] <Kodos> Sneak
L1233[13:50:59] <Kodos> Like a normal disk drive
L1234[13:51:14] <gamax92> Vexatos: it's literally just a for loop and an if check
L1235[13:51:21] <gamax92> "ugly as heck"
L1236[13:51:22] <AmandaC> It appears in the WALIA as "Rack"
L1237[13:51:34] <Vexatos> gamax92, you mean a loop and an if check on a core OC class
L1238[13:51:49] <Vexatos> Having non-API stuff where non-API stuff does not belong
L1239[13:51:52] <Kodos> AmandaC, that's because the block you're looking at is a Rack
L1240[13:53:00] <AmandaC> Kodos: okay, sure. But rightclicking it brings up the rack gooey, unlike rightclicking on the server next to it. :D
L1241[13:53:09] * AmandaC sighs
L1242[13:53:10] <Kodos> The rack drive doesn't have a GUI
L1243[13:53:17] <gamax92> Vexatos: the only ugly thing here is Scala's Option
L1244[13:53:21] <Kodos> You sneakrightclick with a disk in your hand to put it in, or sneak right click with an empty hand to take one out
L1245[13:53:36] <AmandaC> Well that explains it
L1246[13:53:48] <Kodos> It's not broken, it's working as intended
L1247[13:53:53] <AmandaC> why doesn't it have a gooey. that's silly
L1248[13:54:02] <Kodos> Because not everything needs a GUI?
L1249[13:54:19] <Kodos> IIRC, CC's Disk Drive didn't have a GUI
L1250[13:55:40] <AmandaC> The normal disk drive has a gooey, I think. :P
L1251[13:57:30] <AmandaC> either that or I'm going crazy
L1252[13:57:38] <Vexatos> It does
L1253[13:59:14] <MGR> I forgot I have a ton of nuclear waste sitting in my basement on my server
L1254[13:59:58] <Mettaton_Fab> be careful so there wont be another tschernobyl
L1255[14:01:30] <MGR> @Mettaton_Fab It's locked up in an ME system
L1256[14:01:53] <Mettaton_Fab> good
L1257[14:02:10] <MGR> The more pressing issue is that it's completely unsecured and anybody who got access to my dimension could take it
L1258[14:02:12] <SeaLife> ok i just opened an issue for the internet-api https://github.com/MightyPirates/OpenComputers/issues/2358
L1259[14:02:51] <20kdc> AmandaC: why not GUIs, you may wonder
L1260[14:03:06] <20kdc> I'm pretty sure a group, called the... uh.... something of cat? What was it again...
L1261[14:04:02] <20kdc> Point is some group pointed out GUIs are ungood because they promote an obsession with numbers or something.
L1262[14:05:12] <20kdc> If someone from the group in question is around here, could they please provide a proper explaination?
L1263[14:06:02] <AmandaC> That's stupid. and user-unfriendly
L1264[14:06:12] <Kodos> AmandaC, but muh immersionz
L1265[14:06:19] <AmandaC> fuck your immersionz
L1266[14:06:26] <Kodos> oi
L1267[14:06:49] <20kdc> Unfortunately immersive technology is not good enough to allow that kind of activity in--
L1268[14:07:07] <Kodos> Lol
L1269[14:09:00] <20kdc> If immersion was not on your priority list, then why not use Who Needs Conservation Of Energy-puter-craft?
L1270[14:09:47] <Kodos> You mean the herpderpstoneandmagicdustcomputer mod?
L1271[14:10:09] <20kdc> I might be.
L1272[14:10:26] <MGR> Kodos, that mod has the DUMBEST recipes
L1273[14:10:39] <Kodos> Don't forget the dumbest bugs
L1274[14:10:42] <MGR> @20kdc Also, I could care less about conserving energy
L1275[14:10:45] <Kodos> Like one line of Lua code breaking all the computers ever
L1276[14:10:49] <MGR> I have energy coming out of everywhere
L1277[14:10:50] <AmandaC> @20kdc IT's not on 1.10
L1278[14:10:51] <MGR> Kodos, lolwat
L1279[14:10:58] <Kodos> Hang on, let me get it
L1280[14:11:04] <20kdc> AmandaC: Ok, you win this round.
L1281[14:11:10] <20kdc> But next time! Next time!
L1282[14:11:15] <Kodos> @MGR getmetatable("").__index=nil
L1283[14:11:24] <AmandaC> but sure, I guess my usecase *is* less valid because I don't care about immersion. Thank you, for telling me that!
L1284[14:11:28] <TYKUHN2> Kodos atleast they fixed the rednet bug
L1285[14:11:32] <Kodos> That will literally cause every computer in existance on the server, past present or future, to break until the server restarts
L1286[14:11:38] <MGR> Lol wut
L1287[14:11:54] <TYKUHN2> Used to be able to root computers using rednet bugs
L1288[14:12:04] <gamax92> there's also the server lag bug, where yet another one line statement can bring your server to a halt.
L1289[14:12:08] * AmandaC wanders off IRC before she gets further stressed.
L1290[14:12:15] <20kdc> AmandaC: Um, you do note the bit above where I went 'you win this round', i.e. you're right?
L1291[14:12:31] <20kdc> ...of course, there was also the 'but next time', after that.
L1292[14:16:16] <MGR> gamax92, do tell
L1293[14:16:36] <MGR> Also, I apparently had 2 fully functional nuclear reactors in my basement without my knowledge
L1294[14:17:21] <TYKUHN2> That might be illegal ?
L1295[14:17:45] <MGR> Maybe
L1296[14:18:09] <Kodos> Parody WoW realm names, go
L1297[14:18:23] <Kodos> I already have Windbreaker (Windrunner parody)
L1298[14:19:00] ⇨ Joins: Wiiplay123 (~kvirc@adsl-72-154-26-248.bna.bellsouth.net)
L1299[14:19:13] <MGR> @TYKUHN2 One also produces tons of nuclear waste
L1300[14:19:22] <TYKUHN2> Which mod?
L1301[14:22:14] <MGR> @TYKUHN2 ReactorCraft
L1302[14:22:19] <MGR> So nuclear waste is a huge deal
L1303[14:22:27] <TYKUHN2> Personally I use Minechem for my nuclear waste
L1304[14:22:49] <Ashindigo_> Vexatos: you have a hard dep on rc apparently in computronics 1.10
L1305[14:23:10] * Ashindigo_ facepalms
L1306[14:23:19] <Ashindigo_> wait no i do have railcraft but it crashed anyhow
L1307[14:23:38] <Vexatos> Ashindigo_, update railcraft
L1308[14:23:53] <MGR> @TYKUHN2 you run your ReaC waste through a chemical decomposer
L1309[14:24:27] <Ashindigo_> ah ok
L1310[14:24:28] <Ashindigo_> thanks
L1311[14:25:11] <20kdc> minechem is a good way of dealing with nuclear waste
L1312[14:25:20] <20kdc> step 1: make sure a mob is holding it when it decays
L1313[14:25:56] <20kdc> step 2: when the mob inevitably dies, drop in another one.
L1314[14:25:59] <MGR> I haven't Nuclear Fissioned in so long
L1315[14:26:05] <MGR> My breeder reactor almost melted down
L1316[14:26:12] <Inari> Thats kind of cheap
L1317[14:26:13] <Inari> :p
L1318[14:26:15] <Kodos> %isup battle.net
L1319[14:26:19] <MichiBot> Kodos: https is UP
L1320[14:26:20] <MichiBot> Kodos: http is UP
L1321[14:26:29] <20kdc> Inari: It's economical. It solves two problems at once.
L1322[14:26:36] <20kdc> 1. How to deal with zombies around your base.
L1323[14:26:52] <20kdc> 2. How to get rid of nuclear waste, or at least make sure it decays sufficiently for safe handling.
L1324[14:27:02] <Cruor> Kodos: cant just play them scary games bro
L1325[14:27:05] <20kdc> Even better if the mob despawns (destroying it entirely)
L1326[14:27:06] <MGR> @20kdc That doesn't work on reactorcraft waste
L1327[14:27:13] <20kdc> MGR: Oh?
L1328[14:27:16] <Kodos> Cruor, trying to get freebie starcraft but it's being a shitter
L1329[14:27:23] <Cruor> sc2?
L1330[14:27:28] <Kodos> SC1 and BW with it
L1331[14:27:35] <Cruor> .-. since when was that a thing
L1332[14:27:40] <Kodos> https://battle.net/download/getInstallerForGame?os=WIN&version=LIVE&gameProgram=STARCRAFT
L1333[14:27:44] <Kodos> You're welcome
L1334[14:27:56] <Cruor> i own a physical copy though :p
L1335[14:28:10] <TYKUHN2> Shit
L1336[14:28:28] <Cruor> should probably install this anyway xd
L1337[14:28:29] <MGR> @20kdc no
L1338[14:28:34] <TYKUHN2> Filezilla's config file got nulled out
L1339[14:28:42] <MGR> If reactorcraft nuclear waste is in the environment, it begins polluting it
L1340[14:29:10] <20kdc> Ok, so what if I throw all that pollution into the Void.
L1341[14:29:41] <20kdc> Or if I throw it in a storage facility built in a specific chunk a few thousand blocks away from homebase.
L1342[14:30:01] <20kdc> Or if I just throw it in the Nether.
L1343[14:30:21] <20kdc> Or if I throw it in a storage facility built in a specific chunk a few thousand blocks away from home base, in the Nether.
L1344[14:30:42] <Cruor> Kodos: my god, that physical copy is 10 years old :I
L1345[14:31:04] <gamax92> https://twitter.com/ThePracticalDev/status/783359390552297472
L1346[14:31:05] <MichiBot> Tue Oct 04 12:33:27 CDT 2016 @ThePracticalDev: The satisfying feeling of closing a bunch of GitHub issues at once https://t.co/kOoLKcaS80
L1347[14:32:11] <Cruor> so what happend to playing the scary game? :p
L1348[14:34:51] <MGR> @20kdc If the chunk is unloaded, it will be fine
L1349[14:35:00] <MGR> There's very easy ways to store it
L1350[14:35:01] <Inari> @20kdc What if you just format your HDD
L1351[14:35:09] <MGR> You just can't have it in the environment
L1352[14:35:57] <20kdc> MGR: *sticks chunk loader on storage chunk*
L1353[14:36:07] <20kdc> I'd need a chunk loader there in order to take the waste out of the Ender Chest.
L1354[14:36:11] <MGR> Yeah
L1355[14:36:14] <MGR> and put it in what?
L1356[14:36:19] <MGR> I just store it in an ME system
L1357[14:36:40] <20kdc> ME system? Hm...
L1358[14:36:42] <20kdc> better idea:
L1359[14:36:44] <20kdc> chests
L1360[14:36:49] <20kdc> chests everywhere
L1361[14:37:23] <MGR> Meh
L1362[14:39:29] <MGR> I also never finished my containment structure...
L1363[14:39:33] <MGR> should do that
L1364[14:49:43] <gamax92> https://twitter.com/FyberOptic/status/581921079498792961
L1365[14:49:45] <MichiBot> Sat Mar 28 15:49:31 CDT 2015 @FyberOptic: It's probably better to show you the impending apocalypse. http://t.co/YC0bcC5ACw
L1366[14:50:12] <20kdc> what impending *what on earth happened
L1367[14:54:02] ⇨ Joins: Doty1154 (~Doty1154@2601:648:8000:134f:3485:471e:ac55:1b34)
L1368[14:54:59] <Ashindigo_> gamax what happened there?
L1369[15:07:33] <TYKUHN2> I fucking hate OpenSSH
L1370[15:09:12] ⇦ Quits: xarses (~xarses@c-71-198-44-234.hsd1.ca.comcast.net) (Ping timeout: 383 seconds)
L1371[15:11:23] ⇨ Joins: Schzd (~Schzdadep@23.233.217.58)
L1372[15:11:38] ⇦ Quits: Schzd (~Schzdadep@23.233.217.58) (Read error: Connection reset by peer)
L1373[15:11:57] <gamax92> Ashindigo_: there's a green sheep
L1374[15:12:17] <Ashindigo_> oh there is
L1375[15:13:04] <AmandaC> O.o why was I just randomly given an item called "A little something..." with the mod listed as OC...
L1376[15:14:23] <Ashindigo_> https://twitter.com/ThePracticalDev/status/783359390552297472
L1377[15:14:23] <MichiBot> Tue Oct 04 12:33:27 CDT 2016 @ThePracticalDev: The satisfying feeling of closing a bunch of GitHub issues at once https://t.co/kOoLKcaS80
L1378[15:15:06] <Vexatos> AmandaC, it's April 22
L1379[15:15:08] <Vexatos> that's why
L1380[15:18:27] * gamax92 tries out a build of fernflower from intellij's repo
L1381[15:18:39] <Kodos> Vexatos, we get presents on Earth Day?
L1382[15:18:48] <gamax92> oh, today is Earth Day?
L1383[15:19:16] <Vexatos> You also get presents on October 3 :P
L1384[15:19:20] <AmandaC> Either it gave me two, or the person I was playing with gave me theirs.
L1385[15:20:59] * AmandaC asks the person she was playing with
L1386[15:21:54] <gamax92> hmm, Fernflower's output has gotten better
L1387[15:22:31] <gamax92> cfr imported a class and then proceeded to not use the import, instead using the full package name instead
L1388[15:26:10] <AmandaC> Nope, it gave me two.
L1389[15:26:32] <AmandaC> oh well, time to lay down and watch youtube for a bit, clear my head of this code-not-working stress.
L1390[15:33:29] ⇨ Joins: Nachtara (~Nachiebre@173-22-110-5.client.mchsi.com)
L1391[15:33:32] <TYKUHN2> Damnit Ashindigo just don't move it
L1392[15:43:19] <Inari> The hell youtube
L1393[15:43:31] <Inari> I just got a mail for a new comment, on my video, or something
L1394[15:43:35] <Inari> but its a year old comment
L1395[15:43:36] <Inari> ?.?
L1396[15:44:49] <gamax92> Have had that a couple of times, makes no sense
L1397[15:45:21] <Inari> I tdoesn't even seem to be edited or something, and thres also no comment posted entirely since like 2 weeks ago
L1398[15:45:26] <Inari> *no new comment
L1399[16:18:29] <AmandaC> https://gitlab.darkdna.net/amanda/oc-fileserver/blob/master/filesystems/gitlabfs.lua <-- gitlab repo as a fs! TODO: fs.list
L1400[16:23:29] <gamax92> :o
L1401[16:23:49] <20kdc> That definitely sounds useful.
L1402[16:25:15] <20kdc> I'd say file listing would be useful, though.
L1403[16:25:36] <20kdc> I'm just not sure how it would be done, unless gitlab has some API thing for that.
L1404[16:25:41] <AmandaC> yeah, it does.
L1405[16:25:52] <20kdc> Oh, good. Wait. Is it JSON?
L1406[16:25:57] <AmandaC> yes.
L1407[16:26:03] <20kdc> ...now I see the potential issue.
L1408[16:26:24] <AmandaC> there's lua json parsers.
L1409[16:26:33] <AmandaC> I just didn't feel like finding a good one for this
L1410[16:26:57] <AmandaC> so, as a result, it just tries /raw/path then /tree/path if that first one 404s
L1411[16:26:59] <Kodos> Jesus fuck Vivaldi, stop fucking commandeering my shit
L1412[16:28:00] <20kdc> AmandaC: It might be an idea to just use the Git data itself
L1413[16:28:05] <20kdc> pretty sure that's not in JSON
L1414[16:29:20] <AmandaC> git is a clusterfuck of a format, and any vaguely used repo wouldn't fit on a oc disk
L1415[16:30:24] <20kdc> well, that's true
L1416[16:30:38] <20kdc> which is why you wouldn't store the repo on the OC disk
L1417[16:32:24] <AmandaC> then I don't know what you're saying by "use the git data"/
L1418[16:32:56] <gamax92> fetching data from the url?
L1419[16:33:12] <20kdc> Way I'd do things would be to have a read-only filesystem without a list method which wraps the Git repository, and most importantly, *abstracts away the idea of packfiles*.
L1420[16:33:30] <AmandaC> I see
L1421[16:33:39] <20kdc> Then it would be a matter of writing some sort of "git-pull-and-checkout-but-don't-waste-diskspace-on-metadata"
L1422[16:34:49] <20kdc> That is, you'd give it a tree hash, and it would use the data in the virtual filesystem (which would abstractify away packfiles for sanity purposes) to construct the resulting files, but it wouldn't leave the metadata on-disk.
L1423[16:34:52] <AmandaC> you're welcome to write that, I don't want to touch git's binary encoding with a 10ft pole
L1424[16:35:30] <Corded> * <20kdc> nods gravely, and starts poking around packfile stuff
L1425[16:44:00] <20kdc> ...ok, multiple versions of the packfile format, and packfiles can be bigger than the entire memory of an OC computer including hard disks.
L1426[16:44:32] <20kdc> *Index files* can be 2.3MB.
L1427[16:44:33] <AmandaC> I'm pretty sure they're not streamable, too
L1428[16:44:51] <20kdc> Anything is streamable if you have some magical way of working out what you need in advance.
L1429[16:45:04] <20kdc> Unfortunately, that's not the case.
L1430[16:45:20] ⇦ Quits: Nachtara (~Nachiebre@173-22-110-5.client.mchsi.com) (Read error: Connection reset by peer)
L1431[16:45:34] <AmandaC> last I looked, git's binary files were basically C structs written directly from memory to file
L1432[16:45:51] <20kdc> This seems to be the major issue: https://github.com/git/git/blob/master/Documentation/technical/pack-format.txt
L1433[16:45:56] <gamax92> looked at git's requests though a proxy, saw binary garbage, gave up
L1434[16:46:19] <20kdc> The actual object structure, as described in https://git-scm.com/book/en/v2/Git-Internals-Git-Objects is simple
L1435[16:46:24] <20kdc> the trouble is *getting those objects*
L1436[16:46:53] <gamax92> oddly enough though, github allows you to access repos as svn
L1437[16:46:59] <gamax92> and svn is easy to parse
L1438[16:47:14] <20kdc> If you have a magical thing which can make packfiles *not exist*, then Git's easy to handle.
L1439[16:50:06] <CompanionCube> ik libgit2 supports multiple backends
L1440[16:50:37] <CompanionCube> so if you want to for some reason you can store your Git repo in a DB
L1441[16:53:30] <gamax92> gitlab probably also has a plugin you can add to access it as an svn repo too
L1442[16:54:15] ⇦ Quits: Inari (~Pinkishu@p5DEC6360.dip0.t-ipconnect.de) (Quit: 'A veteran of illness such as myself can easily stop her heart for a moment or two..' - Chitose (Galaxy Angel))
L1443[16:54:30] <gamax92> why you would want to do that? cause svn has svn export and git has nothing.
L1444[16:55:04] <AmandaC> git has git clone; rm -rf .git
L1445[16:55:52] <20kdc> As far as I can tell, packfiles are the only part of Git which are a problem.
L1446[16:56:02] <20kdc> Unfortunately, they also happen to be a massive problem that guarantees failure.
L1447[16:56:38] <gamax92> AmandaC: still downloads more data than necessary
L1448[16:57:01] <gamax92> especially if I only want a single folder from the entire repo
L1449[16:57:30] <20kdc> gamax92: Git's *format* lets you do what you're noting. In reality, see note on packfiles.
L1450[16:59:27] <Skye> gamax92, AmandaC: git shallow clone
L1451[17:00:11] <gamax92> still downloads more data than necessary, and still especially if I only want a single folder from the entire repo
L1452[17:01:15] ⇨ Joins: xarses (~xarses@50-255-48-219-static.hfc.comcastbusiness.net)
L1453[17:01:16] <Skye> hm
L1454[17:03:51] <Skye> there is a sparse checkout apparently but it still downloads the unwanted stuff?
L1455[17:07:19] <AmandaC> git isn't designed for the case where you only want some of it
L1456[17:15:52] * AmandaC wonders if git is one of the many things she's apparently not updated recently in homebrew
L1457[17:17:16] <AmandaC> nope, but git-lfs is
L1458[17:18:11] <AmandaC> that's concerning, because I'm getting an assert failure in my oc-fileserver repo! \o/
L1459[17:31:46] ⇦ Quits: Nathan1852 (~Nathan185@HSI-KBW-091-089-189-253.hsi2.kabel-badenwuerttemberg.de) (Read error: Connection reset by peer)
L1460[17:37:10] *** cbcercas is now known as cbcercas|AFK
L1461[18:25:19] <Vexatos> Any ideas what a tier 3 drone case could have?
L1462[18:26:21] * Vexatos blames Forecaster
L1463[18:29:24] <Forecaster> nye
L1464[18:30:18] <Forecaster> I think it should just have slighlty higher complexity, maybe one extra upgrade slot
L1465[18:31:09] <S3> Zomg
L1466[18:31:18] <S3> I'm at the local used game store
L1467[18:31:28] <S3> Guess what I just found?!?!?!
L1468[18:31:55] <S3> Too bad I have better things to spend my money on
L1469[18:34:21] <Vexatos> S3, Professor Layton 6? :I
L1470[18:35:24] <S3> https://usercontent.irccloud-cdn.com/file/e9ECUAar/IMG_20170422_192953426.jpg
L1471[18:36:17] <Vexatos> dammit
L1472[18:39:03] ⇦ Quits: Vexatos (~Vexatos@p200300556E0B265135DC321EE75D3371.dip0.t-ipconnect.de) (Quit: I guess I have to go now. Bye ✔)
L1473[18:41:30] ⇦ Quits: Wiiplay123 (~kvirc@adsl-72-154-26-248.bna.bellsouth.net) (Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/)
L1474[18:42:33] <S3> Also
L1475[18:42:46] <S3> https://usercontent.irccloud-cdn.com/file/pZDgA45l/IMG_20170422_194049555.jpg
L1476[18:46:51] ⇦ Quits: xarses (~xarses@50-255-48-219-static.hfc.comcastbusiness.net) (Ping timeout: 204 seconds)
L1477[19:02:43] <Kodos> Wow, I didn't even know FF was on NES
L1478[19:04:24] <Izaya> >MGR reserved literally 2000 ports for nebulous reasons.
L1479[19:04:38] <Izaya> I'm using one right in the middle of that block and he's gonna have to just deal with it.
L1480[19:05:56] <CompanionCube> ...who the fuck allows someone to reserve 2k ports
L1481[19:06:07] <Kodos> He's the server host, so
L1482[19:06:48] <CompanionCube> Point taken.
L1483[19:07:39] <Kodos> Also, does anyone know A) What Quark's realistic world gen setting is for servers, and B) if I should be concerned with the spam of Quark causing cascading world gen lag or w/e the log says
L1484[19:08:09] <Temia> ...of course Final Fantasy was on the NES?
L1485[19:08:16] <Temia> That was where the franchise debuted.
L1486[19:15:29] ⇦ Quits: SeaLife (webchat@ip5f5bdb41.dynamic.kabel-deutschland.de) (Ping timeout: 180 seconds)
L1487[19:28:55] <Izaya> CompanionCube: he made the thread
L1488[19:28:58] <Izaya> which is probably bad
L1489[19:29:28] <Izaya> https://oc.cil.li/index.php?/topic/1232-oetf-8-allocated-network-card-port-numbers/
L1490[19:54:03] <AmandaC> Izaya: because "fuck you" clearly
L1491[19:54:35] <Izaya> pretty much
L1492[19:59:19] <Izaya> http://i.imgur.com/FG2m7o0.png it lives
L1493[20:23:59] ⇨ Joins: xarses (~xarses@76-244-46-110.lightspeed.sntcca.sbcglobal.net)
L1494[20:31:40] <Izaya> ~w data
L1495[20:31:40] <ocdoc> http://ocd.cil.li/component:data
L1496[20:37:00] ⇦ Quits: Turtle (~SentientT@ip5657cbb2.direct-adsl.nl) (Quit: Nettalk6 - www.ntalk.de)
L1497[20:38:10] <Kodos> Holy shit I love this butcher mod https://puu.sh/vt7l9/67cbed52c2.png
L1498[20:38:15] <Kodos> ^ That's from one cow
L1499[20:38:33] <Izaya> shiny
L1500[20:42:18] <Temia> D: D: D:
L1501[20:42:26] <Temia> Noooooo ;A;
L1502[20:42:32] <Temia> That poor moo!
L1503[20:45:14] <CompanionCube> I wonder what that mod would drop from Temia
L1504[20:47:18] <Temia> N/A, because I'd be a blockbreaker mob.
L1505[20:47:58] <Temia> I will smash all of your butchery tools and grinders for the sake of cows everywhere
L1506[20:48:00] <Ashindigo_> Who would kill cute Temia?
L1507[20:48:28] <Izaya> ^
L1508[20:48:29] <CompanionCube> All hail Temia, Savior and Avenger of Bovinekind.
L1509[20:48:50] <Izaya> Didn't Better than Wolves have saws that would cut up animals?
L1510[20:48:56] <Ashindigo_> %flip opera
L1511[20:49:00] <MichiBot> Ashindigo_: (╯°□°)╯ɐɹǝdo
L1512[20:49:11] * Temia actually makes it a point not to hurt cows in Minecraft ever. Anything else she will kill with nary an excuse, but not cows.
L1513[20:51:14] <CompanionCube> does anything else drop leather though
L1514[20:53:09] <Izaya> http://i.imgur.com/5qo0d4r.png :3
L1515[20:54:09] ⇦ Quits: xarses (~xarses@76-244-46-110.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 204 seconds)
L1516[20:54:55] <Temia> Horses do.
L1517[20:55:15] <Izaya> Horses?
L1518[20:55:17] <Izaya> oh right
L1519[20:55:24] <Izaya> minecraft got horses
L1520[20:55:31] <Temia> Yeah, a long time ago now.
L1521[20:55:35] * Izaya used the Mo'Creatures ones last time he played
L1522[20:55:54] <Temia> Even then, more recently rabbit hides can be used to procure leather
L1523[20:56:21] <CompanionCube> minecraft has rabbits?
L1524[20:56:25] <Temia> Yes.
L1525[20:56:30] <Temia> Since, like. 1.8
L1526[20:56:43] <CompanionCube> which 1.8
L1527[20:56:49] <Temia> Production.
L1528[20:56:58] <CompanionCube> ah
L1529[20:57:36] <Temia> Meanwhile horses were added in... 1.6.1
L1530[20:58:07] <Izaya> Huh.
L1531[20:58:17] <Izaya> So they were added before the last time I played.
L1532[20:58:41] <Izaya> And I still used Mo'Creatures
L1533[20:58:43] <Temia> To be fair, they're rare spawns within plains and savannah biomes, so they aren't exactly the most reliable? Though I believe they're more common sights now.
L1534[20:58:43] * Izaya shrugs
L1535[20:58:59] <Izaya> Man, I remember using Mo'Creatures with beta 1.8
L1536[20:59:13] <Temia> Ah, no, savannah horses were 1.8 (production, naturally)
L1537[20:59:41] <Izaya> I also remember using ComputerCraft and Better Than Wolves in production 1.0
L1538[21:10:11] <Ashindigo_> Oh boy I broke task manager
L1539[21:11:01] <Ashindigo_> ... I can't shutdown
L1540[21:11:33] <Izaya> hold the power button
L1541[21:11:44] <Ashindigo_> I did
L1542[21:12:01] <CompanionCube> hold it for a few seconds to force a hard powerdow
L1543[21:12:06] <CompanionCube> or force a BSOD
L1544[21:12:15] <Ashindigo_> * I did it after I tried the start menu method
L1545[21:12:38] * Ashindigo_ keeps dropping words
L1546[21:37:52] ⇨ Joins: TeamEnternode (webchat@c-73-23-70-207.hsd1.fl.comcast.net)
L1547[21:40:13] ⇦ Quits: Cranium (~znc@cpe-97-98-169-24.neb.res.rr.com) (Ping timeout: 383 seconds)
L1548[21:53:46] <Izaya> https://github.com/XeonSquared/multice/blob/master/doc/api.md anyone got input on my documentation?
L1549[22:00:34] <AmandaC> Izaya: needs the cowbell SCP
L1550[22:00:44] * AmandaC goes off to sleep, night folks
L1551[22:03:14] <Izaya> cowbell SCP?
L1552[22:04:25] <AmandaC> http://www.scp-wiki.net/scp-513
L1553[22:04:54] * AmandaC closes the window to this universe, sleeps.
L1554[22:09:58] ⇨ Joins: Cranium (~znc@cpe-97-98-169-24.neb.res.rr.com)
L1555[22:19:26] <Ashindigo_> Night amanda
L1556[22:20:59] ⇦ Quits: TeamEnternode (webchat@c-73-23-70-207.hsd1.fl.comcast.net) (Ping timeout: 180 seconds)
L1557[22:27:55] ⇦ Quits: BearishMushroom (~BearishMu@90-231-174-194-no159.tbcn.telia.com) (Read error: Connection reset by peer)
L1558[22:35:22] ⇨ Joins: xarses (~xarses@c-71-198-44-234.hsd1.ca.comcast.net)
L1559[23:59:39] ⇦ Quits: xarses (~xarses@c-71-198-44-234.hsd1.ca.comcast.net) (Remote host closed the connection)
<<Prev Next>> Scroll to Top