<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:05:12] ⇨ Joins: dieselfuelonly (~dieselfue@66.57.39.151)
L2[00:05:32] <dieselfuelonly> what are my options for breaking out of a repeat until loop? seems like none of the ctrl+ commands will let me stop
L3[00:07:36] <rashy> I'm assuming forcing it to meet the condition isn't an option?
L4[00:08:50] <dieselfuelonly> yeah, anything other than shutting the computer on/off?
L5[00:09:39] <dieselfuelonly> maybe i need to learn the event api and it could listen for ak ey press
L6[00:10:43] <rashy> yeah; always give the loop a break condition. if ctrl+C doesn't work, I can't think of any other option
L7[00:10:44] *** Riking is now known as Riking|away
L8[00:14:17] ⇨ Joins: ^v (~ping@2601:4:680:104c:fd37:d203:85ff:15d0)
L9[00:17:36] <ShrewdSpirit> is checkArg an internal function? I mean is it implemented in java sources not OpenOS libs?
L10[00:52:56] *** Cazzar is now known as Cazzar|Away
L11[00:58:15] <dieselfuelonly> hey guys what's a good way to check if something is a number?
L12[00:58:16] <dieselfuelonly> http://pastebin.com/JiBes8ug
L13[00:59:13] *** Vaht is now known as Tahg
L14[01:15:57] <ShrewdSpirit> dieselfuelonly: http://dpaste.com/2GSM3CZ
L15[01:16:58] <ShrewdSpirit> brb
L16[01:17:03] *** ShrewdSpirit is now known as ShrewdSpirit|off
L17[01:17:20] ⇨ Joins: Brycey92 (~Brycey92@wjs5241-111-149.rh.psu.edu)
L18[01:19:28] <dieselfuelonly> ok so if i just do tonumber(arg[1]) it will return true if ti is a number and false if it isnt?
L19[01:20:00] <ShrewdSpirit|off> dieselfuelonly: yeah, it doesn't matter if the number is in a string or not
L20[01:20:15] <ShrewdSpirit|off> it will return true if you give it either 1 or '1' or "1"
L21[01:20:36] <ShrewdSpirit|off> but returns false if you give it "1s" or anything else like that
L22[01:22:04] <dieselfuelonly> ShrewdSpirit|off cool, thanks
L23[01:48:42] *** Kiloff is now known as Kilobyte
L24[01:59:33] *** ShrewdSpirit|off is now known as ShrewdSpirit
L25[02:07:00] ⇨ Joins: Vexatos (~Vexatos@p5B3C85F7.dip0.t-ipconnect.de)
L26[02:07:01] zsh sets mode: +v on Vexatos
L27[02:11:08] <Kodos> Vexatos, quick question
L28[02:11:28] *** Cazzar|Away is now known as Cazzar
L29[02:11:36] <Vexatos> ...?
L30[02:11:55] <Kodos> I'm throwing together a modpack with a buddy, and we just grabbed the latest computronics, OC, and Asielib, along with the newest openmodslib, openperipherals AIO and such, but I'm getting an odd error, and i"m not sure if Computronics is doing it, or if it's just openp
L31[02:12:00] <Kodos> Getting you a screenshot of the error, one second
L32[02:12:20] <Kodos> http://puu.sh/h3j6D/e312f2b715.png
L33[02:13:42] <Vexatos> Then you are not using the latest
L34[02:13:48] <Vexatos> I was able to launch with the latest just fine
L35[02:14:01] <Kodos> Where'd you get yours from? The latest on their site, openmods.info isn't current then
L36[02:14:16] <Vexatos> openmods.info
L37[02:14:21] <Vexatos> the all in one there
L38[02:14:24] <Kodos> Yep, I literally just grabbed that
L39[02:14:25] <Vexatos> that's what I got
L40[02:14:26] <Kodos> And it doesn't work
L41[02:14:27] <Vexatos> and that's what works
L42[02:14:32] <Kodos> AIO 1?
L43[02:14:57] <Vexatos> AIO 2
L44[02:15:04] <Kodos> There's no link for 2 that I can see
L45[02:15:06] <Vexatos> http://openmods.info/downloads/OpenPeripheral-1.7.10-AIO-2.jar
L46[02:15:10] <Vexatos> right thgere
L47[02:15:11] <Vexatos> there*
L48[02:15:16] <Kodos> The link is going to 1...
L49[02:15:23] <Kodos> Not your link
L50[02:15:24] <Kodos> The site one
L51[02:15:27] <Vexatos> No it is not
L52[02:15:29] <Vexatos> not for me
L53[02:15:33] <Vexatos> clear your cache and try
L54[02:15:43] <Kodos> Yeah, just forced a refresh and I see it now. Fucking chrome
L55[02:15:44] <Kodos> Thanks
L56[02:21:28] <Kodos> Hm, now one of the other mods we use is calling for 0.6
L57[02:21:45] <Kodos> Would love a mod that shows me what mod is relying on what versions of what mods
L58[02:27:16] <Vexatos> That's easy
L59[02:27:19] <Vexatos> open your forge client log
L60[02:27:28] <Vexatos> Search for "Mod sorting"
L61[02:27:31] <Vexatos> a few lines above that
L62[02:27:42] <Vexatos> And a few lines below
L63[02:27:52] <Vexatos> you will see which mod depends on which other mods
L64[02:36:08] <Vexatos> Kodos ^
L65[02:44:04] <Kodos> It was OpenBlocks requiring the older API of OpenModsLIb for whatever reason
L66[02:44:09] <Kodos> Because they hadn't updated that
L67[02:44:14] <Kodos> Or something, idk
L68[02:44:17] <Kodos> It's fixed
L69[02:44:22] <Kodos> Friend fixed it
L70[02:45:51] <Vexatos> Old OpenBlocks and new OpenPeripheral... q-q
L71[02:51:06] <Kodos> ¯\_(ツ)_/¯
L72[02:51:19] <Kodos> D fixed it, so whateves
L73[03:03:26] ⇦ Quits: Yepoleb (~quassel@188-22-163-148.adsl.highway.telekom.at) (Quit: No Ping reply in 180 seconds.)
L74[03:04:32] ⇨ Joins: Yepoleb (~quassel@178-191-131-224.adsl.highway.telekom.at)
L75[03:06:56] <dieselfuelonly> hey guys, found a little bug with robots
L76[03:07:32] <dieselfuelonly> if a robot is using a ticon hammer, the hammer only takes 1 damage/swing even if the hammer mines 9 items
L77[03:15:46] <^v> [OpenComputers] http://git.io/ve4WB Omega-Haxors opened issue ( computer.beep produces no sound )
L78[03:17:54] ⇨ Joins: sciguyryan (~sciguyrya@109-205-170-66.dynamic.swissvpn.net)
L79[03:19:33] <Kodos> OpenPeripherals has full native OC support supposedly, but the terminal glasses bridge still needs an adapter :x
L80[03:28:28] *** ConcernedSlippin is now known as ConcernedHobbit
L81[03:28:31] ⇦ Quits: ConcernedHobbit (chobbit@2001:bc8:395b::3) (Quit: shit. stary done fucked up.)
L82[03:28:49] ⇨ Joins: ConcernedHobbit (chobbit@2001:bc8:395b::3)
L83[03:41:36] *** ShrewdSpirit is now known as ShrewdSpirit|off
L84[03:43:42] <Kodos> Now that I have OC on a server, it's time to integrate my reactor control code into my dynamic EIO Capbank status display panel program
L85[03:46:03] <^v> [OpenComputers] http://git.io/ve4Ec KJA1582 commented on issue ( computer.beep produces no sound )
L86[03:47:04] <^v> [OpenComputers] http://git.io/ve4EV KJA1582 commented on issue ( Turning off unexistent server in rack resulted in non-loadable world )
L87[03:48:09] <Kodos> I wish I could copy entire folders =(
L88[03:50:02] <Kodos> Oh wait, I can =D
L89[03:50:03] <Kodos> Nevermind
L90[04:02:51] <Kodos> Chatbox is weird >.>
L91[04:03:21] <Vexatos> Why?
L92[04:03:55] <Kodos> I'm tinkering with the creative one, trying to get it to work, and- let me just pastebin the code
L93[04:04:37] <Kodos> https://pastebin.com/drMjA4yw
L94[04:04:52] <Kodos> I've tried that code with and without the addr parameter
L95[04:05:01] <Kodos> Still just gives me the failsafe 'unknown command or error'
L96[04:05:22] <Kodos> According to the computronics wiki, the first parameter is the player name, and the second is the message
L97[04:05:25] <Kodos> So it's lkely me doing this wrong
L98[04:05:36] <Vexatos> >_>
L99[04:05:59] <Vexatos> It is name, addr, username, message
L100[04:06:03] <Vexatos> name being "chat_message"
L101[04:06:23] <Kodos> So, I need to just event.pull() and then check the name for 'chat_message'?
L102[04:06:27] <Kodos> Then run my code?
L103[04:06:40] *** Cruor|Away is now known as Cruor
L104[04:08:07] <Vexatos> No
L105[04:08:14] <Vexatos> local addr, user, message = event.pull("chat_message")
L106[04:08:16] <Vexatos> change that to
L107[04:08:19] <Vexatos> local name, addr, user, message = event.pull("chat_message")
L108[04:09:01] <Kodos> Well I'll be handling more than just chat events, I'm just tinkering with the chatbox now to get it working
L109[04:09:09] <Kodos> Going to start working on voice operating my base
L110[04:09:58] <Vexatos> Hmm
L111[04:10:06] <Vexatos> I might just have found a bug with the creative chat box
L112[04:10:12] <Kodos> Oh?
L113[04:10:23] <Vexatos> Apprently, it can receive chat events globally
L114[04:10:31] <Vexatos> But .say() still repects the max range
L115[04:10:36] <Vexatos> of the normal one
L116[04:11:24] <Kodos> Glad I helped? Lol
L117[04:11:51] <Kodos> I wonder
L118[04:12:08] <Kodos> Can the creative box read messages from other dimensions?
L119[04:13:18] <Vexatos> Yes
L120[04:14:18] <Vexatos> If you don't like that, get non-creative chat boxes or use radar blocks to see if you're nearby
L121[04:14:56] <Kodos> I do like that
L122[04:15:06] <Kodos> That means I can implement a mail system for people to leave me messages
L123[04:15:49] <Kodos> Now Ijust need to figure out how to set it up so that the computer only responds if someone uses a trigger symbol or word at the start of the chat message
L124[04:16:19] <Vexatos> .tellkodos commands xD
L125[04:16:44] <Kodos> Actually I was thinking of just naming the system, and having it only listen to chat if someone says its name at hte start of the message
L126[04:16:54] <Vexatos> Kodos, if message:find("^.tellkodos") then ... end
L127[04:16:54] <Kodos> ie someone could say Hi to someone who just popped in, and it would ignore that
L128[04:17:02] <Kodos> Oh neat
L129[04:17:03] <Kodos> Thanks
L130[04:17:06] <Vexatos> Or whatever
L131[04:17:08] <Kodos> right
L132[04:17:14] <Vexatos> ^ marks the start of a string
L133[04:17:16] <clever> hmmm, if you put an OC computer on the ae2 network, can it do anything fun, more then draw power?
L134[04:17:17] <Vexatos> $ the end
L135[04:17:39] <Vexatos> clever, you can place an adapter adjacent to an ME controller
L136[04:17:43] <Vexatos> or an export bus
L137[04:17:50] <Vexatos> and look at all the functions available
L138[04:17:54] <clever> Vexatos: and what can it do then?
L139[04:18:05] <Vexatos> run "components" to get the component name
L140[04:18:14] <Vexatos> then run "components -l <name of component>"
L141[04:18:18] <Vexatos> to get all the functions
L142[04:18:19] <clever> ah
L143[04:18:21] <Kodos> Vexatos, how would I have the computer remove the .tellkodos part of the string once it matches
L144[04:19:01] <Vexatos> Kodos, message:gsub("^.tellkodos(.*)", "%1")
L145[04:19:03] <Vexatos> I think
L146[04:19:07] <Vexatos> Wait
L147[04:19:14] <Vexatos> That period needs to be escaped in both cases
L148[04:19:22] <Vexatos> So message:find("^%.tellkodos")
L149[04:19:28] <Vexatos> and message:gsub("^%.tellkodos(.*)", "%1")
L150[04:19:37] <Vexatos> Actually
L151[04:19:42] <Vexatos> message:gsub("^%.tellkodos (.+)", "%1")
L152[04:19:46] <Vexatos> is far better, Kodos ^
L153[04:19:50] <Kodos> Thanks
L154[04:19:58] <Vexatos> Also use this for find+
L155[04:20:07] <Vexatos> message:find("^%.tellkodos .+")
L156[04:20:17] <Vexatos> that will ensure it only finds messages that contain anything
L157[04:20:34] <Vexatos> so ".tellkodos" isn't detected, but ".tellkodos Hi" is
L158[04:21:56] <Kodos> Now to just get my old logger code and have it write my messages to a file
L159[04:23:04] <Kodos> https://pastebin.com/bdZKz46c There we go, found it :3
L160[04:23:30] ⇨ Joins: Flash (webchat@37.75.168.222)
L161[04:24:51] <Flash> Hey folks. Quick question, I can't seem to get the api to function with gradle, I've added it as a dependancy in my build.gradle file but I'm unsure of what to do next.
L162[04:25:09] <Kodos> If I define a local variable, as long as I don't define it locally again, I can just call it inside of another block of code within the function, right?
L163[04:29:44] <^v> [OpenComputers] http://git.io/ve46O Omega-Haxors commented on issue ( computer.beep produces no sound )
L164[04:32:14] <Vexatos> Kodos, you can
L165[04:32:20] <Kodos> Sweet
L166[04:32:23] <Vexatos> if the inner block is actually inside the block defining the local var
L167[04:32:28] <Kodos> Yep, it will be
L168[04:35:25] <Kodos> Also, good job on DE support, working great with a T7 core
L169[04:35:35] <Kodos> So that'll be nice to program in as well
L170[04:38:20] <Vexatos> Huge values are huge :3
L171[04:39:07] <Flash> Aren't I just suppose to run the setupDecompWorkspace command after adding the dependancy?
L172[04:39:55] <Vexatos> And the "idea" or "eclipse" command
L173[04:39:59] <Vexatos> depending on your IDE
L174[04:40:10] <Flash> Right, that doesn't seem to do anything though.
L175[04:40:26] <Flash> It finishes the operation in a few seconds and doesn't seem to download the api.
L176[04:41:38] <Flash> I have never used gradle before, can you tell? :P
L177[04:44:13] <Vexatos> ....
L178[04:44:39] <Vexatos> You need this
L179[04:44:39] <Vexatos> https://github.com/asiekierka/Computronics/blob/master/build.gradle#L39-L42
L180[04:44:41] <Vexatos> and you need this
L181[04:45:01] <Vexatos> compile "li.cil.oc:OpenComputers:<theversionyouwant>:api"
L182[04:45:16] <Flash> I have that.
L183[04:47:18] <Vexatos> then it should work
L184[04:47:21] <Vexatos> it works for me
L185[04:48:05] <Flash> Wierd, may I ask where the api would be downloaded to?
L186[04:48:26] <Flash> I've checked everywhere in my project folder but it's possible I missed it.
L187[04:52:28] <^v> [OpenComputers] http://git.io/ve417 Kubuxu commented on issue ( computer.beep produces no sound )
L188[04:59:36] <Vexatos> Flash, your gradle folder
L189[05:00:20] <Vexatos> You shouldn't need to know
L190[05:00:47] <Vexatos> if you properly ran "gradle eclipse --refresh-dependencies" or "gradle idea --refresh-dependencies" (depending on your IDE) it should be automatically added
L191[05:03:15] <Flash> Ahh I didn't have "--refresh-dependencies". Will try that.
L192[05:04:03] ⇨ Joins: Inari (~Uni@p5493587E.dip0.t-ipconnect.de)
L193[05:09:59] <Flash> Doesn't make any difference, still can't access any classes from the api. I think I gotta sleep on it, thanks for your time though.
L194[05:16:10] ⇦ Quits: Flash (webchat@37.75.168.222) (Quit: Web client closed)
L195[05:16:57] *** alekso56_off is now known as alekso56
L196[05:24:45] ⇨ Joins: Johannes13 (~Johannes@p4FDE89F1.dip0.t-ipconnect.de)
L197[05:28:07] <Kodos> http://puu.sh/h3pEe/fd5e64a2e4.png
L198[05:28:08] <Kodos> >.>
L199[05:36:53] <Vexatos> Kodos, almost looks like my reactor control program
L200[05:37:16] <Kodos> It might be, I've had this code for a long time, but I've slowly been tweaking it
L201[05:37:24] <Kodos> Not sure where I got it originally
L202[05:37:50] <Kodos> Once I get it looking like I want it to, I'll integrate it into my dynamic capbank monitor program
L203[05:39:46] *** prassel|off is now known as prasselpikachu
L204[05:44:39] *** prasselpikachu is now known as prassel|off
L205[05:45:05] *** prassel|off is now known as prasselpikachu
L206[05:49:28] ⇨ Joins: DrummerMC (webchat@p5B24597D.dip0.t-ipconnect.de)
L207[05:55:02] <Sangar> o/
L208[05:55:07] <Vexatos> \o
L209[05:55:09] <Kodos> o/
L210[05:56:14] <Vexatos> Sangar, so apparently OpenPeripheral drivers always have a priority of -1
L211[05:56:27] <Vexatos> but Kodos just got a component having the OpenP name
L212[05:56:35] <Vexatos> even though Computronics adds special integration to it
L213[05:56:38] <Vexatos> with priority 1
L214[05:56:54] <Kodos> Let's be honest
L215[05:57:02] <Kodos> My track record for breaking things is astounding
L216[05:58:50] <Sangar> uhhh
L217[06:00:38] <Sangar> idk. will have to step through the callback generation i guess. what block?
L218[06:01:18] <Vexatos> Draconic Evolution Energy Pylon
L219[06:01:36] <Vexatos> Need to make the multiblock thingie
L220[06:01:42] <Vexatos> but you can do the smallest one possible
L221[06:01:56] <Vexatos> Well, you actually don't
L222[06:02:08] <Sangar> uhhh... can you find me something easier? no idea how that mod works :X
L223[06:02:09] <Vexatos> The callback generation should be there with just the energy pylon
L224[06:02:15] <Sangar> k
L225[06:02:15] <Vexatos> Sangar, install mod
L226[06:02:17] <Vexatos> place block down
L227[06:02:24] <Vexatos> the callbacks should be tehre
L228[06:02:25] <Vexatos> there*
L229[06:02:31] <Vexatos> even if the multiblock isn't formed
L230[06:02:40] <Sangar> lemme just finish this, then i'll have a look
L231[06:02:43] <Vexatos> k
L232[06:03:09] <Sangar> need to add more settings, because oc obviously doesn't have enough settings, yet
L233[06:03:16] <Vexatos> https://twitter.com/Darkh4x/status/585034163599708161 Hua
L234[06:03:55] <Sangar> lel. ISmartBlockModel ftw
L235[06:04:06] <Vexatos> Sangar, you will need OpenMods Lib, OpenPeripheralCore 1.0 and OpenPeripheral Integration 0.2
L236[06:04:07] <Vexatos> from http://openmods.info/
L237[06:04:09] <Sangar> mojang should use forge, srsly
L238[06:04:18] <Vexatos> and you need latest asielib and computronics
L239[06:04:29] <Kodos> HAPPY MONDAY
L240[06:04:30] <Kodos> >.>
L241[06:04:45] <Vexatos> So 7 mods in total :P
L242[06:05:42] <Vexatos> Sangar ^
L243[06:06:19] *** PotatoTrumpet is now known as PotatoSchool
L244[06:06:41] <PotatoSchool> Bah Humbug
L245[06:06:52] <PotatoSchool> Leaving for school at 6:15 AM
L246[06:06:53] <Kodos> Now to figure out how to work this Project Red segment display
L247[06:06:57] <PotatoSchool> on a monday
L248[06:08:05] <dangranos> that feeling when your birthday is on monday
L249[06:08:10] <Sangar> http://i.imgur.com/XGuja0T.png :3
L250[06:08:15] <Lizzy> Hai
L251[06:09:51] <Kodos> Oooh, light level
L252[06:10:23] <Sangar> defaults to max 8, which is redstone torch-ish
L253[06:10:33] <Sangar> because, well, there's no glowstone in chamelium :P
L254[06:10:47] <dangranos> can we add it?
L255[06:10:49] <Kodos> Custom lamps with redstone control :3
L256[06:11:02] <Vexatos> Sangar, really
L257[06:11:05] <Vexatos> a print driver
L258[06:11:07] <Sangar> they'll be always on for now :X
L259[06:11:11] <Vexatos> or a printer driver
L260[06:11:17] <Vexatos> :P
L261[06:11:20] <Kodos> So I can't specify it in a true state?
L262[06:11:24] <Vexatos> <Kodos> Custom lamps with redstone control :3
L263[06:11:28] <Vexatos> a.k.a. Computronics lamps
L264[06:11:30] <Sangar> well you can, but the ligh level won't change
L265[06:11:33] <Vexatos> just not with the fancymodels
L266[06:11:37] <Kodos> Vexatos, but those are- yeah
L267[06:11:45] <Sangar> i might look into that. later.
L268[06:11:57] <Vexatos> Sangar, make sure to throw that into your print3d program
L269[06:12:03] <Sangar> ofc
L270[06:12:04] <Vexatos> and make some example models
L271[06:12:11] <Vexatos> also, update your example model :P
L272[06:12:13] <dangranos> um, why 3D printers are IN opencomputers?
L273[06:12:24] <Vexatos> also also, Sangar: Test the OpenP weirdness
L274[06:12:25] <Sangar> why not?
L275[06:12:27] <Vexatos> :3
L276[06:12:31] <Kodos> Because 3D printing is too cool to be in Compu- Nevermind
L277[06:13:34] <Vexatos> Sangar, I hope it's an OC bug and not a 'tronics one :P
L278[06:13:42] <Sangar> Vexatos, deobf computronics build where?
L279[06:13:54] <Vexatos> same as non-deobf
L280[06:14:01] <Vexatos> wiki.vex.tty.sh/wiki:computronics
L281[06:14:06] <Sangar> k
L282[06:14:10] <Vexatos> Same for asielib
L283[06:14:27] <Sangar> ffs, would you please open the link hexchat -.-
L284[06:14:29] <Sangar> goddammit
L285[06:14:29] <Vexatos> openmods.info:8080 has the openperipheral builds in deobf if you want
L286[06:14:38] <Vexatos> Sangar, I have the same problem right now
L287[06:14:43] <Sangar> well i'll copy-paste it then! stupid program -.-
L288[06:14:54] <Sangar> yeah, got the open* ones already
L289[06:14:55] <Vexatos> Sangar, right click on the link
L290[06:15:09] <Vexatos> Not sure where to get the draconic evoltuion deobf ones
L291[06:15:16] <Vexatos> evolution*
L292[06:15:46] <Sangar> let's pray it works with ccc
L293[06:15:55] <dangranos> ccc?
L294[06:16:00] <Vexatos> everything works with CCC
L295[06:16:07] <Vexatos> I get f*ing coremods working with CCC
L296[06:16:26] <Sangar> *almost everything
L297[06:16:33] <Vexatos> :P
L298[06:16:42] <Sangar> i had some issues with some of the cofh mods with ccc on a regular basis
L299[06:16:57] *** AtomSponge|away is now known as AtomSponge
L300[06:16:57] <dangranos> what is CCC?
L301[06:17:04] <Kodos> Code Chicken Core
L302[06:17:12] <Vexatos> dangranos, http://de.wikipedia.org/wiki/Chaos_Computer_Club
L303[06:17:25] <Vexatos> Or http://en.wikipedia.org/wiki/Chaos_Computer_Club if that's better
L304[06:17:36] <dieselfuelonly> damnit there's a bug with mystcraft link books and robots .. some odd dupe/removal occurs when trying to make the book
L305[06:18:10] <Sangar> Vexatos, 33c3 not too far away :P
L306[06:18:20] <Vexatos> what q_q
L307[06:18:31] <Sangar> http://en.wikipedia.org/wiki/Chaos_Communication_Congress >_>
L308[06:19:01] <Vexatos> Hamburg?
L309[06:19:06] <Vexatos> That's like 1 hour from here
L310[06:21:03] <Sangar> Vexatos, http://i.imgur.com/zeY8Pjf.png wat do
L311[06:21:39] <Vexatos> Sangar, get the ingame manual
L312[06:21:47] <Vexatos> one of the bottom right entries
L313[06:21:50] <Vexatos> is about the multiblock
L314[06:22:00] <Vexatos> also, ask kodos if that's actually the block he tried
L315[06:22:21] <Vexatos> also, Sangar, which version of draconic evolution are you using
L316[06:22:28] <Sangar> name?
L317[06:22:30] <Sangar> rc4
L318[06:22:38] <Vexatos> q_q
L319[06:22:39] <Vexatos> what
L320[06:22:59] <Vexatos> hmmm
L321[06:23:01] <Vexatos> Kodos!
L322[06:23:07] <Kodos> Is there a chronological list of DE versions
L323[06:23:13] <Sangar> oh, the info tablet thinger
L324[06:23:18] <Sangar> that looks like the texture is broken
L325[06:23:19] <Sangar> okthen
L326[06:23:30] <Vexatos> Kodos, is that the block you tried?
L327[06:23:39] <Vexatos> Kodos, which version of DE have you been using
L328[06:23:49] <Kodos> Sec
L329[06:23:58] <Kodos> That is the block, but we have a formed multiblock
L330[06:24:21] <Vexatos> Possible attempt to murder in T -5
L331[06:24:35] <Sangar> give me a screenshot, cba to read all that text
L332[06:24:41] <Kodos> RC4
L333[06:25:02] <Sangar> oh, nvm, there's one in the manual
L334[06:25:06] <Sangar> waaaay down :X
L335[06:29:19] <Sangar> ok, got it working, finally :X
L336[06:29:36] <Sangar> so i take it draconicevolution_tileenergypylon is wrong?
L337[06:29:38] <Vexatos> Yes
L338[06:29:41] <Vexatos> that's the OpenP one
L339[06:29:46] <Vexatos> registered with priority -1
L340[06:29:48] <Sangar> k
L341[06:30:08] <Vexatos> I have this one https://github.com/asiekierka/Computronics/blob/master/src/main/java/pl/asie/computronics/integration/draconicevolution/DriverExtendedRFStorage.java
L342[06:30:29] <dangranos> http://www.comicmix.com/2015/04/06/mix-march-madness-2015-webcomics-tournament-round-2-vote-now/ heh
L343[06:30:59] <Vexatos> And yes, it is implemented https://github.com/brandon3055/Draconic-Evolution/blob/b2999e36535e0318db75d4da37b6eb172f558281/src/main/java/com/brandon3055/draconicevolution/common/tileentities/multiblocktiles/TileEnergyPylon.java#L30
L344[06:32:00] <dangranos> from SS13 standalone fork channel on another network: "there's a rapidly spreading cloud of invisible negative plasma with temperatures of -30k Kelvin"
L345[06:32:27] <Sangar> Vexatos, http://i.imgur.com/8HQgkPq.png
L346[06:32:37] <Sangar> there's nothing from computronics even in the selection
L347[06:32:53] <Sangar> i have the 1.4.4 deobf from your wiki
L348[06:34:23] <Kodos> WHat is the colored bundled cable for in P:R
L349[06:34:30] <Kodos> Separate bundled cable networks?
L350[06:34:52] <Vexatos> Sangar, check the config
L351[06:35:00] <Vexatos> is there any mention of draconic evolution?
L352[06:35:10] <Vexatos> i.e. search in computronics.cfg for "draconic"
L353[06:35:13] <Sangar> nope
L354[06:35:15] <Sangar> nada
L355[06:35:35] <dangranos> wut is DE?
L356[06:35:42] <Vexatos> Sangar, WHAT
L357[06:35:49] * Sangar shrugs
L358[06:35:50] <Vexatos> Sangar, uuuh
L359[06:36:01] <Vexatos> Let me decompile RC 4
L360[06:37:38] <Kodos> Vexatos, https://github.com/brandon3055/Draconic-Evolution
L361[06:37:49] <Vexatos> I know >_>
L362[06:37:51] <Kodos> Also, you can find Brandon in #tolkiencraftii
L363[06:37:52] <Vexatos> <Vexatos> And yes, it is implemented https://github.com/brandon3055/Draconic-Evolution/blob/b2999e36535e0318db75d4da37b6eb172f558281/src/main/java/com/brandon3055/draconicevolution/common/tileentities/multiblocktiles/TileEnergyPylon.java#L30</span>
L364[06:37:54] <Vexatos> I KNOW
L365[06:38:00] <Kodos> Right
L366[06:38:04] <Vexatos> Guess where I requested the API
L367[06:38:05] <Kodos> It's 7 AM, cut me some slack
L368[06:38:13] <Kodos> I've been awake for ~20 hours
L369[06:38:52] <Vexatos> Sangar, just decompiled RC4
L370[06:38:53] <Vexatos> public class TileEnergyPylon
L371[06:38:53] <Vexatos> extends TileObjectSync
L372[06:38:53] <Vexatos> implements IEnergyHandler, IExtendedRFStorage
L373[06:38:55] <Vexatos> it's there
L374[06:38:56] <Sangar> Vexatos, http://i.imgur.com/vUT1WnM.png the driver isn't registered for some reason
L375[06:39:00] <Vexatos> it seems it didn't register the driver at all
L376[06:39:05] <Sangar> yeah
L377[06:39:29] <Vexatos> So Loader.isModLoaded("DraconicEvolution|API") failed
L378[06:39:43] <Vexatos> But
L379[06:39:44] <Vexatos> @API(apiVersion="1.0", owner="DraconicEvolution", provides="DraconicEvolution|API")
L380[06:40:10] <Sangar> yeah, that evaluates to false in the watches list
L381[06:40:20] <Vexatos> It's there
L382[06:40:21] <Vexatos> the API
L383[06:40:23] <Vexatos> right there
L384[06:40:43] <Vexatos> Sangar, check your forge client log
L385[06:40:51] <Vexatos> does it mention the API somewhere
L386[06:42:26] <Sangar> nope
L387[06:42:35] <Vexatos> ...wat
L388[06:42:44] <Vexatos> I... I just decompiled DraconicEvolution
L389[06:42:49] <Vexatos> JD-GUI tells me it's there
L390[06:43:29] <Vexatos> http://puu.sh/h3sB3/3893bd3b57.png
L391[06:43:48] <Sangar> yeah, i see the same
L392[06:45:25] <Vexatos> so what the fridge is happening o_O
L393[06:45:46] <Sangar> Class.forName("com.brandon3055.draconicevolution.api.IExtendedRFStorage").getPackage.getAnnotations also tells me the annotation is on that package :X
L394[06:45:58] <Sangar> idk. kinda looks like fml derping?
L395[06:46:29] <Vexatos> Sangar, idea
L396[06:46:34] <Vexatos> rename the jar file
L397[06:46:37] <Vexatos> to AAA_name.jar
L398[06:46:39] <Vexatos> and try that
L399[06:46:46] <Vexatos> maybe I need to load after Draconic Evolution
L400[06:46:49] <Vexatos> although I doubt that
L401[06:46:57] <Sangar> k
L402[06:47:13] <Sangar> tho really, Loader shouldn't return false
L403[06:47:23] <Vexatos> Sangar, what does your client log's mod sorting data say
L404[06:47:32] <Vexatos> Is Draconic Evolution after computronics currently?
L405[06:47:43] <Vexatos> and re-check it after you launched with AAA_whatever
L406[06:47:50] <Vexatos> just search the log for "mod sorting"
L407[06:48:22] <Sangar> uhhh
L408[06:48:29] <Sangar> which log, because there's nothing like that in latest.log
L409[06:48:33] <Vexatos> fml-client
L410[06:48:47] <Vexatos> that's the client log
L411[06:48:49] <Sangar> that... doesn't exist o.O
L412[06:49:05] <Vexatos> fml-client-latest.log
L413[06:49:10] <Vexatos> generates everytime
L414[06:49:13] <Sangar> nope
L415[06:49:25] <Vexatos> Yes it does
L416[06:49:30] <Sangar> nope
L417[06:49:31] ⇨ Joins: Gopher|omnom (~Gopher@53.sub-70-193-133.myvzw.com)
L418[06:49:32] ⇦ Quits: Gopher (~Gopher@53.sub-70-193-133.myvzw.com) (Killed (NickServ (GHOST command used by Gopher|omnom)))
L419[06:49:34] <Vexatos> It never did not generate
L420[06:49:36] *** Gopher|omnom is now known as Gopher
L421[06:49:47] <Vexatos> http://puu.sh/h3sRD/285be98daf.png
L422[06:50:56] <Vexatos> Sangar ^
L423[06:50:58] <Sangar> deleted all logs, re-ran, http://i.imgur.com/CFwdJ5h.png
L424[06:51:40] <Vexatos> ...
L425[06:51:45] * Sangar shrugs
L426[06:51:45] <Vexatos> It generates all the time
L427[06:51:50] <Vexatos> literally
L428[06:51:54] <Sangar> 'tis the mysteries of mc modding
L429[06:51:54] <Vexatos> on deobf as well as obf
L430[06:52:05] <Vexatos> You are the first to have it not generate
L431[06:52:17] <Vexatos> it's the core of compat debugging
L432[06:52:18] <Sangar> stop it, you're making me blush
L433[06:52:26] <Vexatos> as it shows where @Optionals have been left/removed
L434[06:52:32] <Vexatos> it shows in which order mods have been sorted
L435[06:52:35] <Vexatos> etc
L436[06:52:38] <Sangar> i now it generated once upon a time
L437[06:52:42] <Sangar> no clue why it doesn't anymore
L438[06:52:48] <Vexatos> know you now
L439[06:52:51] <Vexatos> wait :3
L440[06:53:15] <Vexatos> well, Sangar, just launch with renamed DE file
L441[06:53:16] <Vexatos> and see
L442[06:53:23] <Sangar> i did
L443[06:53:25] <Sangar> no change
L444[06:53:28] <Vexatos> ...
L445[06:54:50] <Kodos> Back in a minute, rotating laundry
L446[06:58:41] <Vexatos> Sangar, any clue?
L447[07:00:46] <Sangar> not at all, i'm afraid. all other apis seem to work fine.
L448[07:01:42] <Sangar> will see if it's the same in obf for me
L449[07:05:06] ⇦ Quits: Away_21 (Wuerfel21@bronyville.me) (Quit: lol im out bye TACOS)
L450[07:06:54] <Izaya> 1024x768 seems so small on a bigger monitor...
L451[07:07:16] ⇨ Joins: Away_21 (Wuerfel21@bronyville.me)
L452[07:07:38] <Izaya> Either way, time to do some stuff with this VM
L453[07:14:47] *** SleepingFairy is now known as Daiyousei
L454[07:17:02] ⇨ Joins: Sergi (webchat@235.Red-88-11-23.dynamicIP.rima-tde.net)
L455[07:17:25] ⇦ Quits: Sergi (webchat@235.Red-88-11-23.dynamicIP.rima-tde.net) (Client Quit)
L456[07:17:32] <Vexatos> Go Sangar go!
L457[07:18:00] <Sangar> the api is the list of sorted thingers, but computronics still doesn't register the driver from what i can see
L458[07:18:54] <Vexatos> is the API there
L459[07:19:47] <Sangar> i'm currently building a version where the debug card has a isModLoaded method, then i can tell you :P
L460[07:20:25] <Kodos> Sangar, does that mean the debug card could potentially have other methods?
L461[07:20:38] <Kodos> I know you don't really like to do that sort of thing, just figured I'd ask though :x
L462[07:20:50] <Sangar> if it's simple enough and makes sense, ofc
L463[07:21:10] <Kodos> Well I had a suggestion, not sure if it's possible
L464[07:21:27] <Kodos> A friend and I have been looking for a way to teleport players who are offline, in the event they're in a crashy area or what have you
L465[07:21:40] <Kodos> He said something about NBT editing, but I'm not sure you could do that
L466[07:21:47] <Kodos> Through a computer, anyway
L467[07:22:14] <Sangar> that'd involve editing files on the server... not too keen on adding that to the debug card, honestly :P
L468[07:22:28] <Kodos> But theoretically, it's possible, right?
L469[07:22:51] <clever> i would instead find the proper functions that minecraft uses to open&edit them, so the debug card will simulate the player signing in, and then just /tp him
L470[07:22:53] <Sangar> well, theoretically, i guess, yes.
L471[07:23:16] <clever> so a server side npc signs in and hijacks the PlayerEntity object
L472[07:23:44] <Sangar> idk. nbt loading the file, editing and saving it back sounds way more stable than that
L473[07:24:03] <clever> as long as he doesnt sign in while your doing that
L474[07:24:09] <Kodos> How hard would it be to make an addon for that, Sangar
L475[07:24:13] <Kodos> ie a special card, ops only
L476[07:24:16] <clever> then you may corrupt things
L477[07:24:37] <Sangar> clever, well in that case you simply don't save
L478[07:24:58] <dangranos> hmm
L479[07:25:06] <Sangar> Kodos, dunno. the basics, not that hard. getting it to be stable and not mess things up in every possible cornercase? harder :P
L480[07:25:10] <dangranos> computer controlled player mod :O
L481[07:25:13] <dangranos> i want that
L482[07:25:21] <clever> Sangar: would need to detect the race condition and abort then
L483[07:26:02] <Vexatos> dangranos, robots? :P
L484[07:26:08] <Vexatos> cyborgs?
L485[07:26:11] <Vexatos> Androids?
L486[07:26:12] <Vexatos> U:
L487[07:26:22] <dangranos> OpenAndroids :D
L488[07:26:30] <Sangar> Vexatos, api isn't loaded in obf either
L489[07:26:38] <dangranos> just to mess with android users and etc
L490[07:26:40] <Sangar> according to Loader.isModLoaded
L491[07:28:04] <Vexatos> wasntme
L492[07:28:20] <Sangar> oh, but it totally was
L493[07:28:24] <Sangar> use ModAPIManager.INSTANCE.hasAPI to check for apis :P
L494[07:28:57] <Sangar> Loader is for actual mods only
L495[07:29:03] <Sangar> and yes, i only just remembered that...
L496[07:29:21] <Sangar> even though i have a special case exactly because of this in my integration stuff >_>
L497[07:30:06] <Vexatos> Sangar, I know
L498[07:30:14] <Vexatos> But Loader.isModLoaded should be working as well
L499[07:30:28] <Vexatos> Well, time to go back to using the old way
L500[07:30:40] <Sangar> nope
L501[07:31:08] <Sangar> even fml's @Optional transformer checks both
L502[07:34:37] ⇨ Joins: Ekoserin (~Ekoserin@98.231.193.97)
L503[07:35:59] *** prasselpikachu is now known as prassel|off
L504[07:36:21] <Kodos> Okay, back to writing stuffs while my laundry dries
L505[07:36:44] <Kodos> Oh shiz, I just swapped to my personal tech pack and just remembered you added Meka v8 Support too, Vex
L506[07:37:05] <^v> [OpenComputers] Flash-Instance forked
L507[07:38:09] *** prassel|off is now known as prasselpikachu
L508[07:39:05] ⇦ Quits: VikeStep (~VikeStep@CPE-1-120-134-78.qcl9.cha.bigpond.net.au) (Quit: Leaving)
L509[07:40:21] <Kodos> Sangar, what would I have to do to qualify for a special thinger
L510[07:40:29] <Kodos> I don't feel like I've contributed anything noteworthy :x
L511[07:41:33] <Sangar> make a popular addon, write tons of tutorials, ... something like that, i guess? :p
L512[07:42:01] * Kodos goes off to write a 'Getting Started in Lua for dummies' tutorial page
L513[07:42:24] * Ekoserin is interested
L514[07:42:45] *** Techokami|Off is now known as Techokami
L515[07:42:48] <Sangar> well, maybe better, tutorials about something that hasn't been covered a couple of times already >_>
L516[07:43:44] <Kodos> Anything in particular that's lacking in documentation/readable example code
L517[07:44:11] <Sangar> hmm, written documentation on 3d printers, i guess?
L518[07:44:18] <Sangar> that would be a start :3
L519[07:44:28] <Kodos> ~w
L520[07:44:28] <ocdoc> Predicted http://ocd.cil.li/addon
L521[07:44:59] <Kodos> How do I make a page
L522[07:45:22] <Kodos> And will my forum account work on the wiki
L523[07:46:06] <Sangar> by going to the url, and no, needs an extra account
L524[07:46:40] <Sangar> interestingly, there's a really well written (as far as google translate allows judging) tutorial on 3d printers in russian :O http://computercraft.ru/blog/11/entry-349-3d-printer/
L525[07:47:14] <Ekoserin> Russia!
L526[07:47:20] <Ekoserin> Darn you!
L527[07:47:39] <Sangar> in general, the russion mc wiki seems to have more up-to-date info on oc than the oc wiki >_>
L528[07:47:56] <Sangar> -o+a
L529[07:48:11] * Ekoserin curls into a fetal position and cries
L530[07:50:11] <Vexatos> Kodos, I haz new build for you
L531[07:50:15] <Vexatos> and upcoming 1.4.5 hotfix
L532[07:50:54] <Kodos> k
L533[07:51:12] <Vexatos> Sangar, https://github.com/asiekierka/Computronics/commit/8d86823d476a40a0c72623e85eb54cb4a3dd4e59 hurr
L534[07:51:35] <Vexatos> How did I forget about this o_o
L535[07:51:42] *** gAway2002 is now known as g
L536[07:51:43] <Sangar> hurr
L537[07:51:49] <Kodos> You had probably been awake for some time
L538[07:51:58] <Ekoserin> I am sad that there seems to be no power mod for 1.8.
L539[07:52:07] <Vexatos> Ekoserin, easy fix
L540[07:52:09] <Sangar> Ekoserin, progressive automation
L541[07:52:11] <Vexatos> Step 1: Use 1.7.10
L542[07:52:13] <Vexatos> Done
L543[07:52:40] <Ekoserin> Step 2: Don't use 1.7.10
L544[07:53:31] <Ekoserin> Step 3: Use Progressive Automation
L545[07:54:01] <Ekoserin> Step 4: Feel really awkward because nobody is saying anything besides you.
L546[07:54:14] <Sangar> step 5: ???
L547[07:54:22] <Ekoserin> Step 6: Profit
L548[07:54:27] <Sangar> there we go
L549[07:55:18] <Vexatos> Kodos, try http://files.vex.tty.sh/Computronics/Computronics-1.7.10-1.4.5.jar
L550[07:55:36] <Kodos> Same version of asielib I assume
L551[07:55:42] <Vexatos> yes
L552[07:55:45] <Kodos> k
L553[07:56:50] <Kodos> It'll be a minute, gonna build a T7 core
L554[07:56:56] <Vexatos> no
L555[07:57:00] <Vexatos> just try it already D:
L556[07:57:04] <Vexatos> I want to release
L557[07:57:13] <Kodos> I can't, friend closed the server I was testing on, so I'm testing on my SSP instance
L558[07:57:26] <Kodos> So I have to make a new one
L559[07:57:26] <Vexatos> then build a T1 one
L560[07:57:29] <Ekoserin> The Diamond Generator in Progressive Automation is really expensive... It eats coal faster than a kid eats candy in a candy shop.
L561[07:57:43] <Kodos> But T1 wouldn't hold enough for the special handler :x
L562[07:58:22] <Ekoserin> What in the world? A computer booted without a power source. Power is turned on in the config.
L563[07:58:44] <Vexatos> Kodos, doesn't matter
L564[07:58:49] <Vexatos> just need to see if the name is correct now
L565[07:58:53] <Vexatos> the component name
L566[07:59:02] <Sangar> Ekoserin, creative case? those have infinite power
L567[07:59:08] <Vexatos> Because if it is
L568[07:59:11] <Vexatos> it will work
L569[07:59:16] <Ekoserin> Nope.
L570[07:59:29] <Vexatos> no power mod detected
L571[07:59:33] <Ekoserin> Does it get power if it isn't connected, just in the vicinity?
L572[07:59:45] <Sangar> no, it'd have to be connected
L573[07:59:47] <Vexatos> It doesn't use power if it can't detect any power mod
L574[07:59:51] ⇦ Parts: Ekoserin (~Ekoserin@98.231.193.97) ())
L575[07:59:55] <Sangar> welp
L576[07:59:59] <Katie> ¬_¬
L577[07:59:59] ⇨ Joins: Ekoserin (~Ekoserin@98.231.193.97)
L578[08:00:02] <Ekoserin> Whoops.
L579[08:00:19] <Sangar> was there the "no power mod found" message when entering the world?
L580[08:00:19] <Ekoserin> Does Progressive Automation count as a power mod as far as OC is concerned?
L581[08:00:23] <Ekoserin> No.
L582[08:00:31] <Ekoserin> And I am certain it is on in the config.
L583[08:00:32] <Sangar> then it should work...
L584[08:00:55] <Vexatos> I should call 1.4.5 "The Kodos Update"
L585[08:01:01] <Kodos> Do eet
L586[08:01:09] <Sangar> Vexatos, "The Derpdate"
L587[08:02:00] <Vexatos> Sangar, it's got two main changes
L588[08:02:03] <Vexatos> both are for Kodos
L589[08:02:16] <Ekoserin> Looks like it finally worked. I got a Not enough energy error.
L590[08:02:23] <Sangar> and at least one of them is because you derped :P
L591[08:02:40] <Vexatos> Kodos, what's the component name now
L592[08:02:53] <Kodos> I literally JUST loaded in, give me like 5 minutes
L593[08:02:53] <Sangar> Ekoserin, well then, maybe it had some energy in the buffer for some reason
L594[08:03:01] <Vexatos> 1.....
L595[08:03:03] <Vexatos> 2.....
L596[08:03:04] <Sangar> Kodos
L597[08:03:05] <Vexatos> 3......
L598[08:03:05] <Sangar> Kodos
L599[08:03:06] <Sangar> Kodos
L600[08:03:06] <Sangar> Kodos
L601[08:03:07] <Sangar> Kodos
L602[08:03:07] <Vexatos> 4.....
L603[08:03:09] <Sangar> :P
L604[08:03:14] <Vexatos> 4.01.....
L605[08:03:16] <Vexatos> 4.02.....
L606[08:03:18] <Vexatos> 4.03.....
L607[08:03:21] <Vexatos> 4.04.....
L608[08:03:23] <Vexatos> 4.05.....
L609[08:03:24] <Sangar> was just gonna say...
L610[08:03:25] <Ekoserin> Good god, these Diamond Generators eat coal quick.
L611[08:03:27] <Sangar> those are some fast minutes
L612[08:04:08] <Vexatos> /timer 1 msg #oc %s
L613[08:04:27] <Sangar> /kick Vexatos
L614[08:05:06] -Vexatos- Fish.
L615[08:05:07] -Vexatos- Fish.
L616[08:05:08] -Vexatos- Fish.
L617[08:05:09] -Vexatos- Fish.
L618[08:05:10] -Vexatos- Fish.
L619[08:05:12] <Vexatos> Works.
L620[08:05:16] <Sangar> ...
L621[08:05:23] <Izaya> Sticks.
L622[08:05:29] <Vexatos> It's a nice kind of spamming
L623[08:05:29] <EnderBot2> https://www.youtube.com/watch?v=anwy2MPT5RE
L624[08:05:29] -Kibibyte- [EnderBot2] Monty Python - Spam | by zumpzump | 3m20s | 424w4d ago | 6,533,681 views | Rated: 4.91/5.00
L625[08:05:34] <Sangar> you had to use notices, did you
L626[08:05:35] <Vexatos> because you may be kickbanned but it still works
L627[08:05:48] <Vexatos> unless you have certain channel modes turned on
L628[08:05:49] <Katie> Vexatos, +n...?
L629[08:05:52] <Vexatos> that a Sangar doesn't know
L630[08:05:56] <Katie> +n is like... default
L631[08:05:56] <Vexatos> Katie, ssshhhhh
L632[08:06:07] <Sangar> i have my leet crew!
L633[08:06:07] <Vexatos> What?
L634[08:06:09] * Katie points to the channel modes
L635[08:06:14] <Vexatos> Sangar, Yarrr
L636[08:06:29] <Vexatos> Kodos, 1 minute left
L637[08:07:04] <Kodos> Nearly done, just putting the draconium on now
L638[08:07:08] <Katie> insanity.esper.net sets modes (#somemegarandomchannel +nt)
L639[08:08:21] <Sangar> insanity!
L640[08:08:45] <Vexatos> Temia being logged in to moo.esper.net was still the best coincidence
L641[08:08:58] <Sangar> was it tho?
L642[08:09:07] <Vexatos> "tho"
L643[08:09:33] <Sangar> did i mention i'm lazy?
L644[08:10:11] <Kodos> Core's done, let me get a quick computer up
L645[08:10:33] ⇨ Joins: Michiyo (~Caitlyn@206.255.161.44)
L646[08:10:59] *** Michiyo is now known as Guest17226
L647[08:11:16] <Vexatos> Sangar, get more scummy bees to produce grod for you
L648[08:11:16] <Vexatos> :3
L649[08:11:18] <Ekoserin> Not lazy enough to not type that.
L650[08:11:19] <Katie> »» [Guest17226] moo.esper.net :Moo. I(t's almost like you can directly connect to a specific server :P
L651[08:11:21] <Vexatos> grog*
L652[08:11:26] ⇦ Quits: Guest17226 (~Caitlyn@206.255.161.44) (Client Quit)
L653[08:11:35] <Sangar> pft
L654[08:11:37] <Kodos> Vexatos, draconic_storage
L655[08:11:44] <Kodos> checking values now
L656[08:11:44] <Vexatos> Kodos, okay, it works
L657[08:12:16] <Kodos> Uhh
L658[08:12:18] <Kodos> Hang on
L659[08:12:28] <Vexatos> imminent death in 3.... 2...
L660[08:12:28] <Kodos> http://puu.sh/h3wAN/8bdadce352.png
L661[08:13:02] <Vexatos> seems to work
L662[08:13:04] <Vexatos> doesn't it
L663[08:13:14] <Kodos> 2140000000 etc
L664[08:13:17] <Kodos> Why not precise?
L665[08:13:22] <Vexatos> that's MAX energy
L666[08:13:31] <Vexatos> it's whatever it gives me as a value
L667[08:13:43] <Vexatos> I assume that's indeed the actual max storage of the thing, Kodos
L668[08:13:45] ⇦ Quits: ConcernedHobbit (chobbit@2001:bc8:395b::3) (Quit: shit. stary done fucked up.)
L669[08:13:52] <Kodos> Weird, I was always under the impression it was actual maxint
L670[08:14:10] <Vexatos> 2.14 trillion
L671[08:14:12] <Kodos> Considering that's what was returned to me before
L672[08:14:19] <Kodos> Yes, I assumed that was rounded for easier display
L673[08:14:23] <Kodos> Let me go poke DE's chat
L674[08:14:24] <Vexatos> nope
L675[08:14:46] <Kodos> Eh, nevermind, brandon's been idle for as long as I've been awake
L676[08:14:47] ⇨ Joins: ConcernedHobbit (chobbit@2001:bc8:395b::3)
L677[08:14:57] <Kodos> Anyway, it works well enough, let me test Mekanism's Matrix
L678[08:15:02] <Kodos> Because 5+ TRF
L679[08:15:46] <Vexatos> Kodos:
L680[08:15:46] <Vexatos> case 6:
L681[08:15:46] <Vexatos> capacity = 2140000000000D
L682[08:15:50] <Vexatos> it's precise
L683[08:15:54] <Kodos> Mkay
L684[08:18:02] <Vexatos> Kodos, https://twitter.com/Croxmata/status/585068907075137536
L685[08:19:01] <Kodos> cough@mynameiskodoscough
L686[08:19:07] ⇦ Quits: AwayCube (~TCube@95f1f4a3.skybroadband.com) (Remote host closed the connection)
L687[08:19:14] <Vexatos> Kodos, no such luck :3
L688[08:19:35] <Kodos> Okay, also, is the mekanism machine component returning Mekanism Joule units?
L689[08:19:40] <Kodos> Because I feel like it is
L690[08:19:47] <Vexatos> It is
L691[08:19:52] *** prasselpikachu is now known as prassel|off
L692[08:19:53] <Kodos> Okay, so I just divide by 2.5?
L693[08:19:57] <Vexatos> no idea
L694[08:20:00] <Kodos> ¯\_(ツ)_/¯
L695[08:20:14] <Kodos> Looks to be right
L696[08:20:16] <Kodos> Neat
L697[08:20:18] <Kodos> So that's that then
L698[08:20:23] <Kodos> What was the other thinger again
L699[08:20:25] <Kodos> Oh yeah
L700[08:20:25] <Kodos> chatbox
L701[08:20:47] <Kodos> What's the new rules on the creative box so I know what to change
L702[08:21:02] *** prassel|off is now known as prasselpikachu
L703[08:21:38] <Kodos> Sangar, would you consider a realllllly elaborate program that people improve on and use to be worthy of a special thinger?
L704[08:22:07] <Vexatos> Kodos, I just fixed the creative chat box respecting the max range set in the config
L705[08:22:10] <Vexatos> because it shouldn't
L706[08:22:29] <Kodos> Okay, so now it can say() globally, just not interdimensionally?
L707[08:22:41] <Vexatos> Yes
L708[08:22:47] <Kodos> Okay
L709[08:22:50] <Vexatos> you just need to .setDistance() properly
L710[08:22:50] <gamax92> say(hi)
L711[08:22:53] <Vexatos> Kodos
L712[08:23:00] <Vexatos> Max distance is 32767 now
L713[08:23:04] <Kodos> So like chat_box.setDistance(32767)
L714[08:23:05] <Vexatos> for the creative chat box
L715[08:23:12] <Vexatos> that's almost global
L716[08:23:18] <Vexatos> But you cannot really make it larger
L717[08:23:18] <Kodos> It's global enough
L718[08:23:23] <Vexatos> Don't ask me why :P
L719[08:23:43] <Kodos> Truthfully, I'd prefer the interdimensional say()
L720[08:23:43] <Vexatos> it does receive chat messages globally though
L721[08:23:47] <Kodos> But I'll take this as it is
L722[08:23:56] <Vexatos> Can't do that
L723[08:23:59] <Kodos> I know
L724[08:24:00] <Vexatos> due to the way it works
L725[08:24:12] <Kodos> It'll do what I want it to for now
L726[08:24:21] <Kodos> Which is let me voice (Read: Chat) operate my base
L727[08:24:30] ⇦ Quits: Benguin (~Ben@adsl-83-100-188-68.karoo.KCOM.COM) (Ping timeout: 378 seconds)
L728[08:24:59] <Kodos> Can I interact with a component that's running on a creative server in survival mod
L729[08:25:00] <Kodos> mode*
L730[08:27:19] <dangranos> you just need to networking
L731[08:27:22] <dangranos> *network it
L732[08:27:38] ⇨ Joins: Benguin (~Ben@adsl-83-100-188-68.karoo.KCOM.COM)
L733[08:28:45] *** ShrewdSpirit|off is now known as ShrewdSpirit
L734[08:28:52] *** ShrewdSpirit is now known as SpiritTheShrewd
L735[08:29:26] *** SpiritTheShrewd is now known as ShrewdSpirit
L736[08:31:32] <Kodos> Sangar, feature request: Numerical Display
L737[08:31:37] <Kodos> Let me finish before saying no
L738[08:32:17] <Kodos> It would be about the size of a keyboard, requires being attached to a cable or adapter, but can display any numerical output up to x digits long (Not sure how long would be too long )
L739[08:33:44] <Kodos> I have a better description in my head, but that's pretty much it :x
L740[08:34:40] <Vexatos> Kodos, that thing is called "Screen"
L741[08:34:51] <ShrewdSpirit> Kodos: why not using a screen or cc monitor instead?
L742[08:34:51] <Vexatos> Also, you could use the RFTools display if you have that mod
L743[08:35:04] <Kodos> Vexatos, I forgot about the computer module :x
L744[08:35:10] <Kodos> Whoopth
L745[08:35:36] <ShrewdSpirit> btw is there a mod that simulates electrical stuff?
L746[08:35:36] <ShrewdSpirit> I need such thing so bad
L747[08:35:52] <ShrewdSpirit> %p
L748[08:35:53] <MichiBot> Ping reply from ShrewdSpirit 0.49s
L749[08:36:04] <Katie> http://electrical-age.net/ ?
L750[08:36:14] <Ekoserin> Lots of 1.7.10 stuff, some 1.8 stuff
L751[08:36:17] <ShrewdSpirit> except ELN
L752[08:38:13] <Ekoserin> Finally, an actual need for power lines in Minecraft.
L753[08:38:49] <Kodos> Vexatos, regarding the string stuff you were showing me earlier, to just find something within a string, I just do if mystring:find("targetwords") then do stuff end, right?
L754[08:39:05] <Vexatos> Yeas
L755[08:39:11] <Kodos> Ekoserin, someone was working on a proper power line mod with RF in mind
L756[08:39:16] <Vexatos> to find something at the beginning of a string
L757[08:39:17] <Kodos> Neat, thanks
L758[08:39:20] <Kodos> ^
L759[08:39:23] <Vexatos> use mystring:find("^targetwords")
L760[08:39:23] <Kodos> And $ for en d
L761[08:39:27] <Vexatos> Yes :3
L762[08:39:29] <Kodos> I remember :3
L763[08:40:01] <Vexatos> BuildCraft power lines look nice
L764[08:40:01] <Kodos> Is there a better way to do an array of different commands than a hoard of if statements?
L765[08:40:12] <Vexatos> Kodos, what?
L766[08:40:17] <Kodos> Let me write up a quick example
L767[08:40:39] <Ekoserin> I'm surprised nobody has made a 1.7.10 mod that adds 1.8 doors.
L768[08:40:49] <Vexatos> there is one
L769[08:41:14] <Ekoserin> Haven't heard of it.
L770[08:42:00] <Vexatos> http://www.curse.com/mc-mods/minecraft/223677-snapdoors
L771[08:42:41] <Ekoserin> Looks bad. Comments sound doubtful.
L772[08:42:44] <Kodos> Vexatos, https://pastebin.com/pw7fkJRB
L773[08:43:11] <Vexatos> Ekoserin, no matter how bad it is, it's better than Minecraft 1.8 :P
L774[08:43:28] <Ekoserin> [sigh]
L775[08:43:31] <Vexatos> Kodos, "then do" what?
L776[08:43:48] <Vexatos> you mean "then"
L777[08:43:53] <Kodos> Basically, it reads my message, and checks for keywords like 'lights', door, reactor, etc
L778[08:43:55] <Kodos> Yeah that
L779[08:44:02] <Ekoserin> It really annoys me when people talk that way. "this thing sucks, this thing is better even though it sucks"
L780[08:44:06] <Kodos> Once it hits a keyword, it checks for other keywords like on, off, etc
L781[08:44:08] <Kodos> open, close
L782[08:44:19] <Kodos> And will do actions based on what it finds in my message
L783[08:46:14] <Kodos> ~w server
L784[08:46:14] <ocdoc> http://ocd.cil.li/item:server
L785[08:46:41] <Kodos> Hm, some testing is in order
L786[08:47:00] <ShrewdSpirit> do remote terminals need a gpu in server?
L787[08:47:16] <Kodos> Not that I'm aware of, could be wrong
L788[08:47:27] <Kodos> Couldn't hurt though
L789[08:47:33] <Kodos> And would make sense to require one
L790[08:48:08] <Vexatos> Kodos, I'm working on it
L791[08:48:18] <Kodos> Ok
L792[08:51:13] ⇦ Parts: Ekoserin (~Ekoserin@98.231.193.97) ())
L793[08:52:44] ⇦ Quits: ShrewdSpirit (~ShrewdSpi@5.78.5.42) (Quit: Leaving)
L794[08:53:46] <Kodos> RFTools doesn't like screen updates every second
L795[08:53:48] ⇨ Joins: Negi (~Poireau@2a01:e35:2f6a:7060:e2ca:94ff:fe1f:76e0)
L796[08:53:50] <Sangar> back, pings still relevant?
L797[08:53:53] <Kodos> Yues
L798[08:53:54] *** manmaed|AFK is now known as manmaed
L799[08:53:54] <Kodos> Yes*
L800[08:53:57] <Kodos> Let me paste the one that is
L801[08:54:05] <Kodos> Sangar, would you consider a realllllly elaborate program that people improve on and use to be worthy of a special thinger?
L802[08:54:25] <Kodos> Specifically a program to allow voice operated functionality via Computronics chat box
L803[08:54:29] <gamax92> wtf is a special thinger
L804[08:54:34] <Kodos> Exactly th at
L805[08:54:35] <Sangar> you mean something liek oppm? :P
L806[08:54:53] <gamax92> then im going to assume Sangar is giving people dildos
L807[08:55:02] <Kodos> I was thinking something that would let you turn on machines, switch to auxiliary power, turn on lights, open doors, etc
L808[08:55:05] <Sangar> i'd put usefulness and usedness over size/complexity, but in principle, quite possibly, yes
L809[08:55:24] <Sangar> gamax92, that'd get censored by Vexatos
L810[08:55:26] <dangranos> Kodos, or just tell everyone to use APIs?
L811[08:55:32] <gamax92> Then what is it
L812[08:55:40] <Vexatos> Sangar, seriously
L813[08:55:44] <Vexatos> please D;
L814[08:55:55] ⇦ Quits: ConcernedHobbit (chobbit@2001:bc8:395b::3) (Quit: shit. stary done fucked up.)
L815[08:55:58] <dangranos> lets ping random people!
L816[08:55:59] * Sangar adds new texture for presents to mess with Vexatos
L817[08:56:11] <Vexatos> Sangar, "presents"
L818[08:56:26] <Vexatos> Now you need to add pasts and futures to OC, Sangar
L819[08:56:29] <Vexatos> just to mess with people
L820[08:56:34] <gamax92> I wouldn't do (what ever is needed to get thinger) if the thinger is a 1px block
L821[08:56:40] <Sangar> well, there's pasting, that's close enough
L822[08:56:41] <gamax92> or if it was a normal cookie
L823[08:56:43] <Sangar> and the machine uses futures
L824[08:56:45] <Sangar> so all is well
L825[08:56:51] ⇨ Joins: ConcernedHobbit (chobbit@god.hobbits.science)
L826[08:56:53] <gamax92> so, i have no motivation to do (whatver)
L827[08:56:58] <Vexatos> Sangar, true
L828[08:57:01] <gamax92> because i have nothing to gain
L829[08:57:03] <Vexatos> gamax92, don't worry :3
L830[08:57:27] <Vexatos> Kodos, thing is
L831[08:57:32] <Vexatos> I am currently making the stuff for you
L832[08:57:40] <Vexatos> don't think that's worth a special thinger (tm)
L833[08:57:40] <Kodos> I didn't ask you to
L834[08:57:40] <Vexatos> :P
L835[08:57:41] <Sangar> gamax92, about special thingers: http://oc.cil.li/index.php?/topic/527-the-thread-about-bragging-and-special-thingers/
L836[08:57:43] <Vexatos> You did
L837[08:57:50] <Kodos> I asked if there was a better way than the if statements
L838[08:57:56] <Vexatos> Yes
L839[08:58:00] <Vexatos> And I am making one right now
L840[08:58:19] <Kodos> You're making me a snippet, that's hardly writing my entire program for me
L841[08:58:51] <Vexatos> :P
L842[08:58:59] <Kodos> And example code would've sufficed. I'd rather learn than have someone do it for me when at all possible
L843[08:59:55] <Kodos> Also, does anyone know of any resource packs that retexture OC
L844[09:00:39] <Sangar> Kodos, there's http://bdcraft.net/community/pbdc-patches-rel/opencomputers-t3623.html aside from that idk
L845[09:01:05] <Vexatos> Sangar, is it possible to have a table of arbitrary size
L846[09:01:14] <Vexatos> and input that as all the extra arguments to pcall?
L847[09:01:34] <Sangar> Vexatos, sure, just do table.unpack on it when calling pcall
L848[09:01:46] <Sangar> i.e. pcall(f, table.unpack(args))
L849[09:01:47] <Vexatos> i.e. {eat, cake} and then pcall(do, table)
L850[09:01:49] <Vexatos> Aaah
L851[09:01:53] <Vexatos> I forgot about unpack
L852[09:03:44] <Temia> Hey Vex?
L853[09:04:09] <Temia> You realise you can have your client set to connect to specific servers, right?
L854[09:04:15] <Temia> It's no coincidence. `3`
L855[09:04:22] <Vexatos> Kodos: http://pastebin.com/cb6xzPVH
L856[09:04:29] <Vexatos> Temia, I know :P
L857[09:04:56] <Katie> I pointed that out as well :P
L858[09:05:49] <Vexatos> Kodos, that _should_ work
L859[09:06:01] <Kodos> K, i'll plug in some chatbox stuff and try it
L860[09:06:53] <Vexatos> Should also work with a virtually infinite amount of keywords
L861[09:07:46] <Katie> I love/hate the BDCraft textures... lol
L862[09:09:12] <Kodos> One of these days I want to find a tron resource pack
L863[09:09:41] <Benguin> I'd have thought those would be really plentiful
L864[09:09:47] <Kodos> Uhh
L865[09:10:00] <Kodos> "kernel:1088: no such method"
L866[09:11:25] <Kodos> Vexatos, I got that with a creative chat box
L867[09:11:31] <Kodos> Disconnected it, computer boots fine
L868[09:11:38] <Kodos> You dun broke it
L869[09:11:41] <Vexatos> what
L870[09:11:44] <Vexatos> no
L871[09:12:01] <Vexatos> whatever it's doing, it cannot break the OS
L872[09:12:12] <Vexatos> you must be doing something wrong
L873[09:12:28] <Kodos> Checking
L874[09:12:53] <Vexatos> it literally can not affect the OS
L875[09:13:18] <Kodos> Hmm, it seems to be the- OH DERP
L876[09:13:31] <Kodos> It's the RFTools Screen Controller. I bet it's confusing the computer
L877[09:13:33] <Vexatos> ...
L878[09:13:36] <Kodos> Since the component name is screen_controller
L879[09:14:43] <Vexatos> Kodos, I have an updated version of the program
L880[09:14:49] <Kodos> Okay, back to- wat
L881[09:14:51] <Kodos> Okay
L882[09:14:55] <Vexatos> this one should work with strings that do not contain any command :P
L883[09:15:05] <Vexatos> http://pastebin.com/VthtrqKc
L884[09:15:31] <Kodos> Is it -f to have pastebin silently overwrite?
L885[09:15:35] <Vexatos> Yes
L886[09:15:50] <Vexatos> Kodos, just run "pastebin"
L887[09:15:53] <Vexatos> it should tell you
L888[09:15:54] <Kodos> yeh
L889[09:16:15] <Kodos> Do I need to require component at the top of this thing
L890[09:16:25] <Vexatos> Kodos, this is scary http://oc.cil.li/index.php?/topic/527-the-thread-about-bragging-and-special-thingers/?p=2019
L891[09:16:34] <Vexatos> Kodos, yes
L892[09:17:38] <Kodos> And I just replace the test message def with the chatbox event pull, and parse the message parameter, right?
L893[09:18:10] <Vexatos> local _,_,user,message = event.pull("chat_message")
L894[09:18:20] <Vexatos> local result, response = parseMessage(message)
L895[09:18:28] <Vexatos> Pretty much
L896[09:20:03] ⇦ Quits: iceman11a (Joe@cpe-74-141-56-150.neo.res.rr.com) (Ping timeout: 378 seconds)
L897[09:20:06] <Kodos> Uhh, got an error, hang on
L898[09:20:23] <^v> [OpenComputers] 20 updates http://68.36.225.16/paste/uqoKb.html
L899[09:21:14] <Kodos> http://puu.sh/h3A8S/b860e9295d.png There's the error, and http://puu.sh/h3Aal/f830fb94f7.png there's the edited program
L900[09:22:42] <Vexatos> ooooh
L901[09:22:43] <Vexatos> derp
L902[09:24:53] <Kodos> Do servers have to have the relevant ports open to get a message from another server on the same rack while in internal mode
L903[09:26:31] <Vexatos> Kodos, http://pastebin.com/jaKpwebN
L904[09:26:36] *** prasselpikachu is now known as prassel|off
L905[09:26:44] <Vexatos> wait
L906[09:26:47] <Vexatos> that's broken as well
L907[09:26:48] <Vexatos> >___>
L908[09:26:59] <Vexatos> Kodos, could you pastebin your edited program=
L909[09:27:00] <Vexatos> ?
L910[09:27:04] *** prassel|off is now known as prasselpikachu
L911[09:27:24] <Kodos> https://pastebin.com/dPx4Su3m
L912[09:27:44] <Kodos> One of these days I'll get my pastebin key to work, and be able to upload to my pastebin from OC
L913[09:29:20] <Vexatos> there
L914[09:29:21] <Vexatos> http://pastebin.com/pyzr7WLW
L915[09:29:23] <Vexatos> should work
L916[09:30:26] ⇨ Joins: MrabEzreb (webchat@c-68-38-134-11.hsd1.in.comcast.net)
L917[09:30:28] <Kodos> I asked it to 'please turn the lights on' and it said no command found >.>
L918[09:31:06] <MrabEzreb> Hello!
L919[09:31:09] <Kodos> Herro
L920[09:31:09] <Vexatos> Change parseMessage(message) to parseMessage(message:lower())
L921[09:31:24] <MrabEzreb> I need to know something for my modpack that I am creating
L922[09:31:34] <Kodos> Same error
L923[09:31:51] <Kodos> MrabEzreb, if you're here for permissions, you have them =)
L924[09:32:02] <Vexatos> Kodos, add some debug prints
L925[09:32:07] <MrabEzreb> nope :) writing my message
L926[09:32:25] <Kodos> Vexatos, any particular points I should be paying attention to
L927[09:32:33] <Kodos> Or just every other line or so
L928[09:32:37] <Vexatos> Before the msg:find
L929[09:32:41] <Vexatos> print(i)
L930[09:33:31] <MrabEzreb> I have a progression system all figured out. I want computercraft to be the first computer mod that gets used. You have tons of peripherals to use with that. Then, I want you to have to use AE2 to power your OC computers, since OC is insanely amazing. I need to know all of the mods that OC can get power from so that I can blacklist them all.
L931[09:33:35] <Kodos> it printed 'door' 'lights' 'off' all on separate lines. It's getting door from somewhere
L932[09:34:21] ⇦ Quits: ^v (~ping@2601:4:680:104c:fd37:d203:85ff:15d0) (Ping timeout: 378 seconds)
L933[09:34:36] <Sangar> MrabEzreb, http://git.io/veRqj pretty much
L934[09:35:56] <Vexatos> Kodos, did you say "please turn the lights off"?
L935[09:36:00] <MrabEzreb> Ok, but for RS flux, which mod do I have to blacklist, Thermal Foundation, Thermal Expansion, COFH core, etc?
L936[09:36:14] <Kodos> Yes
L937[09:36:16] <Vexatos> CoFHLib
L938[09:36:22] <Vexatos> And TE
L939[09:36:28] <Vexatos> And EnderIO, Buildcraft
L940[09:36:29] <Vexatos> all those mods
L941[09:36:33] <MrabEzreb> not thermal foundation?
L942[09:36:45] <Vexatos> That mod doesn't have any power generation
L943[09:36:50] <Vexatos> as far as I know
L944[09:36:51] <MrabEzreb> ok
L945[09:36:58] *** prasselpikachu is now known as prassel|off
L946[09:37:10] <MrabEzreb> so TE, COFHLib, not COFH core, not TF
L947[09:37:22] *** prassel|off is now known as prasselpikachu
L948[09:37:31] <Vexatos> CoFHCore as well, but that mod doesn't add any content
L949[09:37:38] <Vexatos> So I'm not sure what you mean by "blacklist"
L950[09:37:40] <Kodos> brb need to grab laundry
L951[09:37:42] <MrabEzreb> ok
L952[09:37:49] <MrabEzreb> so I should just blacklist them all?
L953[09:38:05] <Vexatos> What do you mean
L954[09:38:07] <Vexatos> with blacklist?
L955[09:39:04] <MrabEzreb> In the config, there is a section to blacklist power mods from powering OC
L956[09:39:41] <MrabEzreb> https://github.com/MightyPirates/OpenComputers/blob/master-MC1.8/src/main/resources/application.conf#L516-L521
L957[09:39:44] <Sangar> yep, if you want them to be ignored, add them to the blacklist
L958[09:39:44] <dangranos> wai, there is separate for power and integration?
L959[09:39:53] <Sangar> yeah
L960[09:40:09] <Sangar> #BlacklistsForAllTheThings
L961[09:40:12] <MrabEzreb> ok, so should I do the same with galacticraft? Micdoodle core, GC core, and GC planets?
L962[09:40:24] <dangranos> #configallthethings
L963[09:40:35] <Vexatos> aaaah
L964[09:40:49] <Kodos> back
L965[09:40:55] <MrabEzreb> Ya, #hugefreakingconfigshouldbesplitupintomultipleconfigfiles
L966[09:41:10] ⇨ Joins: Flenix (~Flenix@97e31234.skybroadband.com)
L967[09:41:23] <Sangar> it started out small >_>
L968[09:41:44] <Vexatos> MrabEzreb, that's much easier
L969[09:41:45] <MrabEzreb> Ok, so I should just blacklist all mods related to each source of power just to be safe. ty! :)
L970[09:41:50] <Vexatos> you just need to blacklist specific mods
L971[09:42:01] <Sangar> basically, yeah. more can't hurt ;)
L972[09:42:57] <Vexatos> i.e. "CoFHAPI|energy" and "appliedenergistics2" and "factorization" and "Galacticraft API" and "IC2" and "IC2-Classic"
L973[09:43:09] <Vexatos> And "Mekanism"
L974[09:43:17] <Vexatos> those are all the mods you can blacklist in there
L975[09:43:29] <Vexatos> well, you can blacklist more, but others won'tz do anything
L976[09:43:31] <Vexatos> won't*
L977[09:44:05] <MrabEzreb> :P I don't know if that will cover everything. (also I want the only mod that will give power to be AE2) So i'll just go with the safe route of blacklisting ALL THE THINGS! :) ty and goodbye
L978[09:44:16] <Vexatos> Nah
L979[09:44:22] <Vexatos> Others will not do anything
L980[09:44:24] ⇦ Quits: MrabEzreb (webchat@c-68-38-134-11.hsd1.in.comcast.net) (Quit: Web client closed)
L981[09:44:25] <Vexatos> only those are important
L982[09:44:28] <Kodos> Derp
L983[09:44:36] <Vexatos> ...
L984[09:44:42] <Kodos> Love people who ask for help, then decide to go fuck off and do something else
L985[09:44:57] ⇨ Joins: ^v (~ping@2601:4:680:104c:d43c:39af:d076:5fdb)
L986[09:45:40] <Vexatos> Kodos, remove the "type(tbl[1]) ~= "table" " in line 21
L987[09:45:51] <Vexatos> so you only have "if tbl[1] then"
L988[09:45:53] <Vexatos> and try again
L989[09:46:22] <Vexatos> brb
L990[09:46:50] <Kodos> Worked, also I see why it picks up door; It's iterating through my keywords until it gets a match
L991[09:54:29] *** Skye|ZZZ is now known as Skye
L992[10:02:14] <Kodos> Okay, anyway, that worked, going to bed because laundry is finallly done 5 hours after I started it
L993[10:02:26] *** Riking|away is now known as Riking
L994[10:02:32] <Kodos> Tomorrow's mission; Stick it in a loop, and add more keywords/functions
L995[10:03:08] <Kodos> Vex, let me know if you get anywhere with Mary.
L996[10:03:12] <Kodos> Night all
L997[10:03:14] *** Kodos is now known as Kodos|Zzz
L998[10:05:39] <^v> [OpenComputers] http://git.io/veR87 KJA1582 commented on issue ( computer.beep produces no sound )
L999[10:06:20] ⇨ Joins: septi25 (~septi25@ipb21a8a62.dynamic.kabel-deutschland.de)
L1000[10:06:44] <^v> [OpenComputers] http://git.io/veR4s fnuecke commented on issue ( computer.beep produces no sound )
L1001[10:18:06] ⇨ Joins: Ekoserin (~Ekoserin@98.231.193.97)
L1002[10:22:16] <^v> [OpenComputers] http://git.io/veRzw nekoexmachina commented on issue ( Turning off unexistent server in rack resulted in non-loadable world )
L1003[10:23:48] *** manmaed is now known as manmaed|AFK
L1004[10:23:52] *** manmaed|AFK is now known as manmaed
L1005[10:25:20] <^v> [OpenComputers] http://git.io/veR2v fnuecke commented on issue ( Turning off unexistent server in rack resulted in non-loadable world )
L1006[10:25:20] <^v> [OpenComputers] http://git.io/veOnf fnuecke closed issue ( Turning off unexistent server in rack resulted in non-loadable world )
L1007[10:27:27] <^v> [OpenComputers] http://git.io/veRaY fnuecke commented on issue ( Create pt_BR.lang )
L1008[10:27:27] <^v> [OpenComputers] http://git.io/veRam fnuecke closed pull request ( Create pt_BR.lang )
L1009[10:32:28] <Ekoserin> http://pyx-2.pretendyoure.xyz/zy/game.jsp#game=93 Who wants to play Cards Against Humanity?
L1010[10:34:25] ⇦ Parts: Ekoserin (~Ekoserin@98.231.193.97) ())
L1011[10:34:43] <^v> [OpenComputers] http://git.io/veRoZ fnuecke commented on issue ( Allow turning off RAID-ness of RAIDs )
L1012[10:34:43] <^v> [OpenComputers] http://git.io/vesNA fnuecke closed issue ( Allow turning off RAID-ness of RAIDs )
L1013[10:46:24] ⇦ Quits: Johannes13 (~Johannes@p4FDE89F1.dip0.t-ipconnect.de) (Ping timeout: 378 seconds)
L1014[11:00:13] ⇨ Joins: AlteniusOC (~altenius@199.193.183.1)
L1015[11:02:31] ⇦ Quits: AlteniusOC (~altenius@199.193.183.1) (Remote host closed the connection)
L1016[11:09:02] <CompanionCube> Skye, I see you left.
L1017[11:09:32] <Skye> oh... eh?
L1018[11:09:47] <Skye> dammit keyboard
L1019[11:10:01] <Skye> it's too easy to press the wrong keys
L1020[11:10:03] ⇦ Quits: number5 (~Odovbold@128.199.254.128) (Ping timeout: 195 seconds)
L1021[11:13:16] ⇨ Joins: number5 (~Odovbold@128.199.254.128)
L1022[11:30:43] ⇨ Joins: v^ (~no@c-68-36-225-16.hsd1.mi.comcast.net)
L1023[11:30:43] zsh sets mode: +v on v^
L1024[11:31:21] <v^> so
L1025[11:31:31] <v^> i am installing debian on my laptop's internal SSD
L1026[11:31:38] <v^> the hdd is mostly dead
L1027[11:31:47] <v^> :/
L1028[11:32:01] <v^> only 30GB but better than nothing
L1029[11:37:18] <Altenius> cool
L1030[11:40:47] ⇨ Joins: DaeDroug (uid22591@id-22591.ealing.irccloud.com)
L1031[11:43:40] <v^> .p
L1032[11:43:40] <^v> Ping reply from v^ 0.34s
L1033[11:44:12] <vifino> v^: u suk.
L1034[11:46:25] <Izaya> v^, get a better HDD later?
L1035[11:48:44] <Izaya> 30GB isn't tiny - this VM only has 20
L1036[11:50:15] <Izaya> Of course, I went with btrfs, so if I want I can expand later \o/
L1037[11:51:30] <^v> [OpenComputers] http://git.io/ve0YU L00Cyph3r opened issue ( Print light emitting materials )
L1038[11:59:50] <^v> [OpenComputers] http://git.io/ve0YU fnuecke closed issue ( Print light emitting materials )
L1039[11:59:50] <^v> [OpenComputers] http://git.io/ve0sb fnuecke commented on issue ( Print light emitting materials )
L1040[12:00:50] <^v> [OpenComputers] http://git.io/ve0Gn KJA1582 commented on issue ( Turning off unexistent server in rack resulted in non-loadable world )
L1041[12:01:55] <^v> [OpenComputers] http://git.io/ve0GQ fnuecke opened issue ( 3D prints with arbitrary redstone strength )
L1042[12:01:55] <^v> [OpenComputers] http://git.io/ve0GQ fnuecke closed issue ( 3D prints with arbitrary redstone strength )
L1043[12:04:00] <^v> [OpenComputers] http://git.io/ve0ZM Potatos commented on issue ( 3D prints with arbitrary redstone strength )
L1044[12:08:08] <^v> [OpenComputers] http://git.io/ve0cr fnuecke commented on issue ( 3D prints with arbitrary redstone strength )
L1045[12:11:01] ⇨ Joins: iceman11a (Joe@cpe-74-141-56-150.neo.res.rr.com)
L1046[12:22:53] ⇨ Joins: ShrewdSpirit (~ShrewdSpi@5.78.5.42)
L1047[12:23:05] <ShrewdSpirit> o/
L1048[12:23:17] <Izaya> \o
L1049[12:26:08] *** Riking is now known as Riking|away
L1050[12:29:47] * DeanIsaKitty pokes Izaya
L1051[12:30:19] <Skye> dean
L1052[12:30:22] <DeanIsaKitty> sky
L1053[12:30:34] <Skye> hello!
L1054[12:30:40] <DeanIsaKitty> hey!
L1055[12:31:20] <Skye> words!
L1056[12:31:31] <DeanIsaKitty> exclamation marks!
L1057[12:32:06] <Izaya> DeanIsaKitty! \o/
L1058[12:32:25] <DeanIsaKitty> Izaya: Something to play with for you: https://github.com/hfiref0x/UACME ;P
L1059[12:33:53] <Izaya> ... I'm really hoping no-one at school has discovered this
L1060[12:33:59] <Vexatos> What is that
L1061[12:34:49] <Vexatos> Those folder names though
L1062[12:35:49] <DeanIsaKitty> Izaya: First commit end of March. Very unlikely. ;)
L1063[12:36:09] <Izaya> Oh, good.
L1064[12:36:11] <CompanionCube> ooh
L1065[12:36:17] <^v> [OpenComputers] http://git.io/ve0aI Potatos commented on issue ( 3D prints with arbitrary redstone strength )
L1066[12:36:17] * CompanionCube makes a note to look at that later
L1067[12:36:32] <Vexatos> Seriously, what is this, DeanIsaKitty
L1068[12:36:59] <CompanionCube> ...it seems to require an administrative account
L1069[12:37:01] <CompanionCube> damm
L1070[12:37:02] <DeanIsaKitty> Project Description: Defeating Windows User Account Control
L1071[12:37:07] <DeanIsaKitty> What does it sound like Vexatos?
L1072[12:37:11] <Izaya> Vexatos, it pushes the cheap wire fences around Windows security down.
L1073[12:37:29] <Vexatos> Izaya, and you have admin access already, I thought :P
L1074[12:37:46] <CompanionCube> System Requirements
L1075[12:37:46] <CompanionCube> x86-32/x64 Windows 7/8/8.1/10.
L1076[12:37:46] <CompanionCube> Admin account with UAC set on default settings required.
L1077[12:37:47] <CompanionCube> :(
L1078[12:37:58] <DeanIsaKitty> Yeah but it exploits backdoors and security issues for priviledge elevation.
L1079[12:38:09] <DeanIsaKitty> So nothing *users* should use. :P
L1080[12:38:34] <CompanionCube> DeanIsaKitty, I wouldn't mind using it if I had admin access
L1081[12:38:37] <Izaya> Vexatos, I'm admin, I'm paranoid.
L1082[12:39:02] <CompanionCube> ofc, the chance of an average user knowing about github is practically nil
L1083[12:39:04] <Vexatos> If I read this correctly it has to be installed by an admin first though
L1084[12:39:13] ⇨ Joins: marcin212 (~marcin212@aard238.neoplus.adsl.tpnet.pl)
L1085[12:39:18] <Vexatos> or don't you
L1086[12:39:28] <Izaya> Vexatos, They've managed to get admin before
L1087[12:39:59] <DeanIsaKitty> CompanionCube: Me neither. But if you're adminitrating a Winderps-only school, you either give up trying to fight those little brats or be the most BOfH the world has ever seen.
L1088[12:40:39] <CompanionCube> DeanIsaKitty, the admin around here isn't a BOfH luckily
L1089[12:40:48] * Izaya stares at CompanionCube
L1090[12:41:13] <CompanionCube> Izaya, what?
L1091[12:42:45] <Izaya> In other news, I have successfully logged into RDP (from Terminal Services) from a real machine to my 2k3 VM
L1092[12:42:57] <CompanionCube> also
L1093[12:43:05] <CompanionCube> >I see win2k3 inspecting a disk
L1094[12:43:16] <CompanionCube> >Setup did not find any hard disk drives installed
L1095[12:43:39] <Izaya> MS engineering
L1096[12:43:41] <Izaya> right there
L1097[12:43:58] ⇦ Quits: ShrewdSpirit (~ShrewdSpi@5.78.5.42) (Read error: Connection reset by peer)
L1098[12:46:30] ⇨ Joins: ShrewdSpirit (~ShrewdSpi@5.78.3.145)
L1099[12:47:27] *** Riking|away is now known as Riking
L1100[12:48:14] ⇨ Joins: CoolSquid (~SquidHub@ti0011a400-5117.bb.online.no)
L1101[12:49:11] ⇦ Parts: Skye (skyem123@heyo.theender.net) (Leaving))
L1102[12:49:38] ⇨ Joins: Skye (skyem123@heyo.theender.net)
L1103[12:49:38] ⇨ Joins: Johannes13 (Johannes@141.70.98.32)
L1104[12:49:52] <CompanionCube> turns out
L1105[12:49:59] <CompanionCube> that the .qcow2 file for that vm
L1106[12:50:01] <CompanionCube> was cursed
L1107[12:50:59] <CompanionCube> Izaya, ^
L1108[12:51:07] <Izaya> which VM?
L1109[12:51:30] <CompanionCube> the 2k3 VM that reported there was no disk when there was
L1110[12:51:48] <Izaya> ah, that VM
L1111[12:57:58] * DeanIsaKitty slaps Izaya with a PM
L1112[12:57:58] * EnderBot2 laughs
L1113[12:59:07] ⇨ Joins: L00_Cyph3r (webchat@ip4da5f64d.direct-adsl.nl)
L1114[13:00:17] <Izaya> Sorry DeanIsaKitty, was switching to tablet
L1115[13:02:48] *** prasselpikachu is now known as prassel|off
L1116[13:04:18] *** Benguin is now known as Benguin[ZzZ]
L1117[13:06:01] ⇨ Joins: v^Laptop (~ping@2601:4:680:104c:caf7:33ff:fea5:c1cf)
L1118[13:06:01] zsh sets mode: +v on v^Laptop
L1119[13:06:37] <v^Laptop> hello from the new debian installation :D
L1120[13:07:11] <v^Laptop> ;3
L1121[13:07:19] <Izaya> Hello from my debian VM
L1122[13:07:20] <v^Laptop> brb closing the case
L1123[13:07:51] <Lizzy> hello from my work laptop
L1124[13:07:53] ⇨ Joins: michiyo (dangranos@eos.pc-logix.com)
L1125[13:07:57] <michiyo> lol.. wut
L1126[13:08:04] <michiyo> damn ident
L1127[13:08:13] <dangranos> wut
L1128[13:08:19] *** michiyo is now known as Guest91110
L1129[13:08:22] <Guest91110> -_-Hello from my Ubuntu
L1130[13:08:28] <Guest91110> VPS
L1131[13:08:28] <dangranos> Q_Q
L1132[13:08:33] <Guest91110> :P
L1133[13:08:43] <dangranos> get out from my ident
L1134[13:08:49] * Izaya is so confised
L1135[13:08:51] <Guest91110> Also, I have no idea why it used your ident lol
L1136[13:09:02] ⇦ Parts: DrummerMC (webchat@p5B24597D.dip0.t-ipconnect.de) ())
L1137[13:09:04] <dangranos> #BlameSangar
L1138[13:09:07] <dangranos> :P
L1139[13:09:14] <dangranos> i wonder if that pings him..
L1140[13:09:21] <Lizzy> probably not
L1141[13:09:41] <dangranos> also, going to sleep, bye
L1142[13:09:44] ⇦ Quits: Guest91110 (dangranos@eos.pc-logix.com) (Client Quit)
L1143[13:09:46] <Izaya> o/
L1144[13:09:53] <dangranos> \o
L1145[13:10:02] <Lizzy> o/
L1146[13:10:28] * dangranos had birthday today (6th april)
L1147[13:10:54] <Izaya> grats
L1148[13:11:02] <Lizzy> currently sitting on my cousin's bed while my little brother plays minecraft on my cousin's pc. not sure where my cousin has gone
L1149[13:11:15] <Temia> moooooooo. .o.
L1150[13:11:18] <dangranos> what if..
L1151[13:11:20] <Lizzy> dangranos, cool, i had a birthday last week
L1152[13:11:26] * Lizzy hugs Temia
L1153[13:11:37] * Temia curls up against Lizzy and dozes. =.=
L1154[13:11:37] * dangranos throws some grass to temia
L1155[13:11:58] <dangranos> Lizzy, pls dont tell me that it's on 1st
L1156[13:12:12] <Lizzy> dangranos, nope, 2nd
L1157[13:12:23] <Lizzy> i think i was born at 2am
L1158[13:12:28] <dangranos> happy late birthday i guess?
L1159[13:12:59] <dangranos> (i hope it was turned into a joke by your parents back THEN :D)
L1160[13:13:03] <dangranos> *wasn't
L1161[13:13:18] <dangranos> sometimes i forget to add "not" :|
L1162[13:13:22] <dangranos> and bye
L1163[13:13:48] ⇦ Quits: v^Laptop (~ping@2601:4:680:104c:caf7:33ff:fea5:c1cf) (Ping timeout: 378 seconds)
L1164[13:13:59] <Izaya> Well, I've dug myself into quite the hole. I'll be going now, too,
L1165[13:14:06] <Izaya> o/
L1166[13:14:11] <Lizzy> :(
L1167[13:14:24] <DeanIsaKitty> :(
L1168[13:14:45] ⇨ Joins: v^Laptop (~ping@c-68-36-225-16.hsd1.mi.comcast.net)
L1169[13:14:46] zsh sets mode: +v on v^Laptop
L1170[13:15:39] <v^Laptop> ugh
L1171[13:15:50] <v^Laptop> brb again
L1172[13:15:50] ⇦ Quits: v^Laptop (~ping@c-68-36-225-16.hsd1.mi.comcast.net) (Remote host closed the connection)
L1173[13:21:40] *** LordFokas|off is now known as LordFokas
L1174[13:23:16] *** Cruor is now known as Cruor|Away
L1175[13:25:59] ⇨ Joins: ping (~pixel@2601:4:680:104c:1cc3:87ec:eb43:525b)
L1176[13:25:59] zsh sets mode: +v on ping
L1177[13:26:42] ⇨ Joins: v^Laptop (~ping@2601:4:680:104c:caf7:33ff:fea5:c1cf)
L1178[13:26:42] zsh sets mode: +v on v^Laptop
L1179[13:27:21] <v^Laptop> lol
L1180[13:27:23] *** Daiyousei is now known as ShoweringFairy
L1181[13:27:40] <v^Laptop> i gave up fucking with the hdd
L1182[13:29:43] <v^Laptop> so i just made a hole in the case and now the SATA adapter is sticking out
L1183[13:29:43] <v^Laptop> now i can hot swap while the case is closed
L1184[13:30:08] <Izaya> o.o
L1185[13:31:23] <v^Laptop> and no, its not safe
L1186[13:32:33] <SkySom> Safe is for the weak :D
L1187[13:33:24] <v^Laptop> i dont care though
L1188[13:33:36] <v^Laptop> the hdd is mostly dead
L1189[13:33:47] <Lizzy> Finish it!
L1190[13:35:05] <^v> [OpenComputers] http://git.io/veEfl fnuecke commented on issue ( 3D prints with arbitrary redstone strength )
L1191[13:36:24] *** Cruor|Away is now known as Cruor
L1192[13:37:42] ⇨ Joins: Ekoserin (~Ekoserin@98.231.193.97)
L1193[13:38:01] <ShrewdSpirit> which way is better to inform user about triggered events? letting them register as much callbacks as they need or use a single callback with event information?
L1194[13:38:16] <ShrewdSpirit> or just receive the event and its info inside event loop? xD
L1195[13:43:04] ⇨ Joins: DrummerMC (~DrummerMC@p5B244A08.dip0.t-ipconnect.de)
L1196[13:44:02] <Skye> My motherboard has the ability to enable hotswap on ports
L1197[13:44:15] <Lizzy> same
L1198[13:46:14] <DeanIsaKitty> Izaya: You still around?
L1199[13:46:47] <Izaya> Why?
L1200[13:47:42] <DeanIsaKitty> May I have a copy of MicrOS and if so, what is it licensed under?
L1201[13:48:19] <Izaya> WTFPL, lemme try to find a copy
L1202[13:49:37] <Izaya> merp
L1203[13:50:02] <Izaya> any copies left are on my desktop
L1204[13:50:10] <Izaya> which is turned off
L1205[13:50:25] <Stary2001> yaay.
L1206[13:50:27] <DeanIsaKitty> Nevermind then, I'll ask you again later
L1207[13:50:27] <Izaya> and it's 4:50 am
L1208[13:50:37] <Ekoserin> TIME ZONES MAN
L1209[13:50:39] <^v> [OpenComputers] http://git.io/veEq9 Potatos commented on issue ( 3D prints with arbitrary redstone strength )
L1210[13:50:45] <Izaya> poke me tomorrow before I go to bed
L1211[13:57:50] *** Cruor is now known as Cruor|Away
L1212[13:59:27] *** ShoweringFairy is now known as Daiyousei
L1213[14:02:32] *** Techokami is now known as Techokami|Off
L1214[14:03:13] <^v> [OpenComputers] http://git.io/veEGH fnuecke commented on issue ( 3D prints with arbitrary redstone strength )
L1215[14:04:50] *** Riking is now known as Riking|away
L1216[14:04:55] *** Kodos|Zzz is now known as Kodos
L1217[14:17:24] <^v> [OpenComputers] http://git.io/veE4L fnuecke opened issue ( Allow clearing HDDs by "self-crafting" )
L1218[14:19:26] <^v> [OpenComputers] http://git.io/veE4L fnuecke closed issue ( Allow clearing HDDs by "self-crafting" )
L1219[14:28:02] ⇨ Joins: gtguy (webchat@x1-6-e0-46-9a-1e-fd-ca.cpe.webspeed.dk)
L1220[14:28:22] <Katie> %p
L1221[14:28:24] <MichiBot> Ping reply from Katie 0.71s
L1222[14:31:46] <Kodos> Any polish folks in here?
L1223[14:37:15] <ShrewdSpirit> ahh this happened again >_< computer isn't booting and analyzer says no bootable medium found: file not found
L1224[14:37:49] <ShrewdSpirit> my app was running and waiting for events, I rebooted with power button and now its not booting
L1225[14:39:00] <ShrewdSpirit> %p
L1226[14:39:01] <MichiBot> Ping reply from ShrewdSpirit 0.6s
L1227[14:40:44] <ShrewdSpirit> Sangar: ^^ :(
L1228[14:40:56] <ShrewdSpirit> (not the ping xD)
L1229[14:41:06] <ping> http://www.thedailybeast.com/articles/2015/03/14/jesus-wants-me-to-have-this-jet.html
L1230[14:43:27] ⇦ Quits: cpup (~cpup@32.218.114.45) (Ping timeout: 378 seconds)
L1231[14:43:41] ⇨ Joins: CoderPuppy (~cpup@32.218.119.82)
L1232[14:44:24] <gtguy> Hi, I'm trying to boot my server with the newest build of OpenComputers, but it can't get past PreInit with the OC jar in the mods folder. FML catches an excception from OC "java.lang.NoClassDefFoundError: com/typesafe/config/ConfigMergeable", why does this happen?
L1233[14:45:18] <Pwootage> For anyone who was asleep last night when I pasted it before, API defs for (some of, still in progress) OC https://github.com/Pwootage/oc-apis
L1234[14:45:25] <Pwootage> Useful for, say, IntelliJ
L1235[14:50:17] <^v> [OpenComputers] http://git.io/veE6R Potatos commented on issue ( 3D prints with arbitrary redstone strength )
L1236[15:00:00] ⇦ Quits: ShrewdSpirit (~ShrewdSpi@5.78.3.145) (Ping timeout: 195 seconds)
L1237[15:00:20] <Kodos> Hmm
L1238[15:01:03] ⇦ Quits: v^Laptop (~ping@2601:4:680:104c:caf7:33ff:fea5:c1cf) (Ping timeout: 378 seconds)
L1239[15:01:23] ⇨ Joins: v^Laptop (~ping@2601:4:680:104c:caf7:33ff:fea5:c1cf)
L1240[15:01:23] zsh sets mode: +v on v^Laptop
L1241[15:06:30] *** Riking|away is now known as Riking
L1242[15:08:10] <Kodos> Vex you around?
L1243[15:09:04] <ping> Vexatos ^
L1244[15:14:28] <Sangar> gtguy, libs missing/broken, most likely, reinstall/download forge/libs. could also be permgen, but less likely to fail on that class
L1245[15:15:07] *** prassel|off is now known as prasselpikachu
L1246[15:15:28] <Sangar> Pwootage, saw it, great! btw, sleeping over it i realized i could just getmetatable all the way up, lua.lua now has (very primitive) tab completion, too :P
L1247[15:16:23] <Sangar> was pretty simple then, thanks to the tabcompletion framework already being in place :3
L1248[15:17:04] <Pwootage> Nice :D I probably should use getmetatable to dump APIs
L1249[15:18:03] *** ConcernedHobbit is now known as ConcernedAway
L1250[15:18:32] <Sangar> http://git.io/veE7i if you want inspiration / see if you find somewhere i derped ;)
L1251[15:20:17] <Pwootage> Thanks
L1252[15:23:15] <^v> [OpenComputers] http://git.io/veEdy fnuecke commented on issue ( 3D prints with arbitrary redstone strength )
L1253[15:25:47] ⇦ Quits: v^ (~no@c-68-36-225-16.hsd1.mi.comcast.net) (Quit: Leaving)
L1254[15:26:08] <Ekoserin> mreow
L1255[15:26:17] <Vexatos> Kodos, now I am
L1256[15:26:46] <Vexatos> <Sangar> was pretty simple then, thanks to the tabcompletion framework already being in place :3
L1257[15:26:48] <Kodos> Tinkering around with that program some more
L1258[15:26:56] <Kodos> How would I make one command do two actions
L1259[15:26:58] <Vexatos> xD
L1260[15:27:02] <Vexatos> Implying, Sangar
L1261[15:27:06] <Kodos> Couldn't figure out how to do it without breaking things :x
L1262[15:27:17] <Vexatos> Sais it was pretty simple, is the main feature in the next CC release q_q
L1263[15:27:28] <Sangar> ...
L1264[15:27:47] <Vexatos> Kodos, just call a function you declare before
L1265[15:27:48] <Vexatos> i.e.
L1266[15:27:49] <Sangar> that's... when you put it that way
L1267[15:28:00] <Vexatos> local function doStuff() do1() do2() end
L1268[15:28:15] <Vexatos> and then instead of "rs.setBundledOutput" put a "doStuff"
L1269[15:28:19] <Sangar> but it really was only those ~100 lines
L1270[15:28:21] <Kodos> No, I mean like having 'turn the lights on' redstone bot- Ohhhh
L1271[15:28:28] <Vexatos> Sangar, again, next CC release's main feature
L1272[15:28:40] <Vexatos> Kodos, you can literally put any function in there
L1273[15:28:50] <Sangar> well. cc's looks nicer, so it has that going for it :P
L1274[15:29:04] <Vexatos> I like my shell clean
L1275[15:29:13] <Vexatos> I mean, there's a reason no OS has it the way CC does
L1276[15:29:26] <Vexatos> At least I haven't seen an OS with it
L1277[15:29:28] <Sangar> point taken
L1278[15:29:40] <Vexatos> Even winderps cmd.exe has tab completion
L1279[15:29:46] <Vexatos> without that preview stuff
L1280[15:29:55] <Kodos> Has anyone made a graphical version of OpenOS?
L1281[15:30:16] <Sangar> Kodos, some tried
L1282[15:32:15] ⇨ Joins: Doty1154 (~doty1154@50.136.193.35)
L1283[15:32:28] <Ekoserin> Someone is making one. They have a thread in the Showcase sub-forum.
L1284[15:32:36] <Vexatos> Sangar, that computercraft.ru site about 3D printers
L1285[15:32:37] ⇦ Quits: Doty1154 (~doty1154@50.136.193.35) (Read error: Connection reset by peer)
L1286[15:32:39] <Vexatos> what the flax
L1287[15:32:49] <Sangar> it's amazing, isn't it
L1288[15:33:15] <Vexatos> Yea, but no mention of OPPM until you go to the comments :P
L1289[15:33:26] <Sangar> heh
L1290[15:33:32] <Sangar> go flame them. in german :P
L1291[15:33:47] <Kodos> inb4worldwar3startsonaminecraftforum
L1292[15:33:57] ⇨ Joins: Doty1154 (~doty1154@50.136.193.35)
L1293[15:34:03] *** Ekoserin is now known as AFKserin
L1294[15:34:22] <Sangar> Kodos, eh, unlikely. is there even a stable version of icbm around? :P
L1295[15:34:35] <Kodos> Sure, if you don't mind playing in 1.5.2
L1296[15:34:43] <Vexatos> Sangar, they'd understand
L1297[15:34:48] <Vexatos> more Russians know German than English
L1298[15:34:52] <Vexatos> That's a fact
L1299[15:34:57] <Sangar> til
L1300[15:35:14] <Vexatos> "know" as in "understand"
L1301[15:35:30] <Sangar> yeah, thought as much
L1302[15:35:36] <Kodos> Either of you know Polish by chance?
L1303[15:35:36] <Sangar> still, interesting
L1304[15:35:49] <Sangar> not me
L1305[15:36:44] ⇦ Quits: gtguy (webchat@x1-6-e0-46-9a-1e-fd-ca.cpe.webspeed.dk) (Quit: Web client closed)
L1306[15:43:12] <Vexatos> Kodos, pretty sure asie does
L1307[15:43:13] <Vexatos> :3
L1308[15:43:18] <Vexatos> Considering he's polish
L1309[15:43:48] <Kodos> I just need to know about the control panel for craftserve.pl, and if it has 1.3.4 of FTB Infinity
L1310[15:43:50] <Kodos> For servers
L1311[15:43:59] <Kodos> Trying to find someone who uses it, but #ftb is useless
L1312[15:51:06] ⇦ Quits: ^v (~ping@2601:4:680:104c:d43c:39af:d076:5fdb) (Ping timeout: 378 seconds)
L1313[15:59:57] ⇦ Quits: Vexatos (~Vexatos@p5B3C85F7.dip0.t-ipconnect.de) (Quit: I guess I have to go now. Bye ✔)
L1314[16:00:03] ⇨ Joins: TabletCube (~TCube@95f1c643.skybroadband.com)
L1315[16:04:14] ⇦ Quits: AFKserin (~Ekoserin@98.231.193.97) (Quit: Leaving.)
L1316[16:06:26] *** AtomSponge is now known as AtomSponge|away
L1317[16:08:52] *** Techokami|Off is now known as Techokami
L1318[16:08:55] ⇨ Joins: Timmy94 (~timmy94@95.91.62.22)
L1319[16:09:49] *** Riking is now known as Riking|away
L1320[16:10:17] <Timmy94> How i get 3d-prints to emit redstone?
L1321[16:10:42] <gamax92> Sangar: ^
L1322[16:11:04] <Sangar> have you had a look at the example models?
L1323[16:11:40] <Timmy94> yes, i have buttonMode = false, in the *.3dm file
L1324[16:12:01] <Timmy94> Like in your button.3dm , Sangar
L1325[16:12:16] <Sangar> http://git.io/veu3m
L1326[16:12:30] ⇦ Quits: DrummerMC (~DrummerMC@p5B244A08.dip0.t-ipconnect.de) (Quit: Leaving)
L1327[16:14:29] <Timmy94> ah ok, i need to shapes for usage to use the Lever-think
L1328[16:14:57] <Timmy94> two not to
L1329[16:15:40] <Sangar> aye, an active state is needed to make it emit redstone
L1330[16:16:47] ⇦ Quits: Negi (~Poireau@2a01:e35:2f6a:7060:e2ca:94ff:fe1f:76e0) (Quit: WeeChat 1.1.1)
L1331[16:16:49] <Timmy94> Ok, i got it. thank you very much
L1332[16:17:31] <Timmy94> Oh and Sangar, i view all Videos from you and the other two Pirates
L1333[16:20:59] <Sangar> hope they're at least somewhat helpful :P
L1334[16:21:15] <rashy> next to useless actually, but entertaining nonetheless ;D
L1335[16:21:23] <rashy> (I kid)
L1336[16:21:32] <gamax92> (Or does he)
L1337[16:21:34] <Sangar> /kick rashy
L1338[16:21:37] <rashy> XD
L1339[16:21:47] <gamax92> Sangar: hey, you should set the chanserv prefix to /
L1340[16:22:12] <Sangar> or could i?
L1341[16:22:29] <gamax92> you dont own your own channel?
L1342[16:22:53] <rashy> [14:22:37] -ChanServ- Founder : Sangar - he's being lazy
L1343[16:23:07] <Sangar> let me put it this way: i know how i can send messages via irc
L1344[16:23:11] <Sangar> that's about it
L1345[16:23:12] <Sangar> :X
L1346[16:23:22] <rashy> XD
L1347[16:23:24] <Timmy94> Sanger: yes they are. I like them much.
L1348[16:23:35] <Sangar> glad to hear it ;)
L1349[16:24:14] * Temia patpats Sangar
L1350[16:24:23] <Timmy94> Sangar, is it possible to add a kind of Chestcontainer to the 3d-Prints in later versions?
L1351[16:25:27] <Sangar> you mean print chests? nah, the functionality they have now (at the latest now with light) is almost too much already imho :P
L1352[16:25:42] <Sangar> [disclaimer: subject to change at any time]
L1353[16:26:04] <Temia> ...Hey Sangar, question since I've been too lazy to update and test: are mob textures fair game?
L1354[16:26:40] <Sangar> i doubt it. unless they're in the same texture atlas as block textures. i honestly don't know.
L1355[16:26:52] <Temia> darn.
L1356[16:26:58] <Timmy94> Sangar: ok. but one question i allready have: why i can't pick the texture from the Chest?
L1357[16:27:12] <Timmy94> or the Chrismas-Chest
L1358[16:27:28] <Sangar> because it uses a custom renderer
L1359[16:27:41] *** Riking|away is now known as Riking
L1360[16:27:52] ⇨ Joins: Ekoserin (~Ekoserin@98.231.193.97)
L1361[16:28:15] <Timmy94> ok, there is no way to wrap the texture?
L1362[16:28:34] <Sangar> if you know the name it might still work. you just can't pick it using the tool.
L1363[16:29:02] <Temia> Adding UV mapping to the printer would be crazy but awesome
L1364[16:29:20] <gamax92> lets just port Maya to OC
L1365[16:29:31] <Ekoserin> Please?
L1366[16:29:31] <Sangar> <_>
L1367[16:29:35] <Sangar> riiiiight
L1368[16:29:46] <gamax92> SEE SANGAR
L1369[16:29:51] <gamax92> IF SCREENS WERE X SERVERS
L1370[16:29:53] <gamax92> WE COULD DO A LOT MORE
L1371[16:30:02] <Ekoserin> Also, GUI OS. http://oc.cil.li/index.php?/topic/520-vetatech-os-pre-alpha/
L1372[16:30:04] <Sangar> what was that thing called... the one that was basically techne ingame?
L1373[16:30:12] <Kodos> Sangar, what's the event for servers receiving internal mode messages
L1374[16:30:21] <Timmy94> UV Mapping? the 3d-prints go to be fucking crazy :D
L1375[16:30:25] <Sangar> Kodos, same as always
L1376[16:30:32] <Kodos> k
L1377[16:30:40] <Sangar> uv mapping... ugh... errr. not for now >_>
L1378[16:30:49] <Temia> haha
L1379[16:30:59] * gamax92 gives Temia a balloon
L1380[16:31:15] * Temia moos? :o
L1381[16:31:16] <Timmy94> oh oh, i see a growing to-do list for the prints :D
L1382[16:31:16] * rashy nuzzles Temia
L1383[16:31:26] * Temia ...m-moos? o-o
L1384[16:31:33] <rashy> :D
L1385[16:31:34] * Sangar burns todo list
L1386[16:31:41] <Sangar> there, much better
L1387[16:31:46] *** Techokami is now known as Techokami|Off
L1388[16:31:58] * gamax92 restores the todo list from the backup thats now synced on thousands of computers
L1389[16:32:14] <Timmy94> the poor todo list D: what it have does to you?
L1390[16:32:16] * Sangar notices the todo list is now assigned to gamax92
L1391[16:32:24] <gamax92> shiiiiiiti
L1392[16:33:13] <gamax92> Lets see, add UV mapping, support item textures, fix issue 3452, remove hacky code ...
L1393[16:33:16] <gamax92> Sangar: you do this.
L1394[16:33:17] <Timmy94> :D I love to use the IRC Floppi from OC :D
L1395[16:33:32] <Sangar> > remove hacky code
L1396[16:33:34] <Sangar> > minecraft mod
L1397[16:33:37] <Sangar> uhuh...
L1398[16:33:43] <Ekoserin> Is Computronics available for 1.8? If so, where can I get it?
L1399[16:33:45] * Temia floats away hanging from her balloon o.o
L1400[16:33:57] * Sangar watches quietly
L1401[16:34:02] * gamax92 gets popcorn
L1402[16:34:23] * Ekoserin films Temia
L1403[16:34:25] <Sangar> Ekoserin, it isn't
L1404[16:34:30] <Ekoserin> Oh well.
L1405[16:34:36] * vifino jumps and grabs Temia, stopping her from floating up
L1406[16:34:45] <Timmy94> Sangar: remove hacky code: just type in the cmd-prompt: remove opencomputers.jar :D
L1407[16:34:47] * Temia meeps!
L1408[16:35:10] * vifino pulls down and hugs Temia
L1409[16:35:33] * Sangar proceeds to remove minecraft
L1410[16:35:39] <Sangar> there, i quit minecraft modding
L1411[16:35:43] <Sangar> >_>
L1412[16:35:45] <Ekoserin> "rm -rf /"
L1413[16:35:49] <Sangar> <_<
L1414[16:35:55] <Ekoserin> Or something like that.
L1415[16:36:08] <Sangar> aaaanyway. too tired to get anything done anymore, gonna get some sleep.
L1416[16:36:10] <Sangar> gnight o/
L1417[16:36:15] * rashy waves at Sangar
L1418[16:36:17] <Timmy94> Sangar: today it not the 1st April ^^
L1419[16:36:26] <Ekoserin> Yes it is
L1420[16:36:29] <Temia> Nini, Sangar. o/
L1421[16:36:41] <Sangar> i joke when i will! no dates can bind me! muahahaha
L1422[16:36:43] <Timmy94> Good night Sangar
L1423[16:36:52] * Sangar disappears in a cloud of smoke
L1424[16:37:04] <Timmy94> :D
L1425[16:37:08] <gamax92> Sangar: don't lie
L1426[16:37:11] <gamax92> you know scala is a hack
L1427[16:37:27] <gamax92> he left
L1428[16:38:37] <Timmy94> he only can not breeth in that cloud of smoke, so... Yeah
L1429[16:38:41] <Ekoserin> Am I the only one who uses closed captioning even though I can hear just fine?
L1430[16:38:54] * vifino boops moomoo
L1431[16:40:10] <Timmy94> vifino: is it Possible to add a beep tone, when a irc message reached the IRC program from OC?
L1432[16:40:31] <gamax92> you could just call computer.beep as well
L1433[16:40:48] <Ekoserin> if messagerecieve = true then computer.beep
L1434[16:40:58] <gamax92> is not at all valid lua
L1435[16:41:00] <Ekoserin> Or something far more complicated.
L1436[16:41:06] <vifino> Timmy94: Probably.
L1437[16:41:19] <Timmy94> wtf
L1438[16:41:21] <gamax92> no end, function isn't called, needs double equals
L1439[16:41:28] <Timmy94> my Computer beeps
L1440[16:41:35] *** Skye is now known as Skye|ZZZ
L1441[16:41:37] <Ekoserin> Whoosh.
L1442[16:42:46] <Timmy94> if messagerecieve = true then computer.beep() right?
L1443[16:44:00] ⇨ Joins: TangentDelta (~christine@63.143.24.22)
L1444[16:45:11] <vifino> s/=/==/
L1445[16:45:11] <Kibibyte> <Timmy94> if messagerecieve == true then computer.beep() right?
L1446[16:45:40] <Timmy94> ah ok thank you
L1447[16:45:45] * Temia moops. 'o'
L1448[16:45:51] <Kodos> also receive
L1449[16:46:12] <gamax92> also needs end
L1450[16:48:08] ⇦ Quits: marcin212 (~marcin212@aard238.neoplus.adsl.tpnet.pl) (Read error: Connection reset by peer)
L1451[16:48:09] *** Kilobyte is now known as Kiloff
L1452[16:48:18] <Timmy94> no idea where i had to put that in irc.lua
L1453[16:48:27] ⇨ Joins: marcin212 (~marcin212@aard238.neoplus.adsl.tpnet.pl)
L1454[16:48:32] <gamax92> Timmy94: he was joking btw.
L1455[16:49:03] ⇨ Joins: ^v (~ping@2601:4:680:104c:d43c:39af:d076:5fdb)
L1456[16:49:23] <Kodos> I didn't think about adding a beep for highlighting
L1457[16:49:26] <Kodos> I'll have to do that
L1458[16:49:55] <Ekoserin> Is there a way I can prevent the user from being able to force-close an application?
L1459[16:50:49] <Ekoserin> Kind of defeats the purpose of a security system if somebody can walk up to it, Shift+Alt+C, "lua" "redstone.down"
L1460[16:51:19] <TabletCube> Ekoserin: you could always run it l
L1461[16:51:32] <gamax92> Timmy94: do you just want it to beep on a message being received?
L1462[16:51:35] <TabletCube> like the shell is ran
L1463[16:51:56] *** manmaed is now known as manmaed|AFK
L1464[16:52:16] *** g is now known as gAway2002
L1465[16:52:17] <Timmy94> gamax92: yes
L1466[16:52:52] <Kodos> How would I make a component automagically have a program appear on the computer when it's available
L1467[16:53:31] <gamax92> Temia: see the whole "if string.find(message, nick) then computer.beep() end" thing, remove that, then add just "computer.beep()", around line 234
L1468[16:53:36] <gamax92> Timmy94: ^
L1469[16:53:57] <Kodos> gamax92, it already has beep highlighting?
L1470[16:54:01] <gamax92> it does
L1471[16:54:04] <Kodos> Well
L1472[16:54:16] <Kodos> I'm guessing I can just id via the usual means then?
L1473[16:55:06] <Kodos> Could I change string.find to 'message, nick or "Kodos")?
L1474[16:56:04] <Temia> Better yet, add a config file with highlight terms and events, load it and compare to it on all relevant beep routines?
L1475[16:56:05] <gamax92> no, because it would always choose nick since a string is not a false-y value
L1476[16:56:45] <Timmy94> ok, there's already computer.beep()
L1477[16:56:58] <Timmy94> why it is not beeping?
L1478[16:57:17] <gamax92> Timmy94: it only beeps by default on messages with your name in it
L1479[16:57:29] <gamax92> if you want it to beep on all messages, remove the if statement around it
L1480[16:57:32] <gamax92> like i said
L1481[16:57:50] <Timmy94> ah ok, thank you. now i get it :D
L1482[16:59:10] <Ekoserin> "The following search terms are not allowed and were removed from your query: code" Are you serious
L1483[16:59:40] ⇨ Joins: Timmy94_Test_beepsound (~timmy94_t@95.91.62.22)
L1484[16:59:46] <Ekoserin> Beep.
L1485[17:00:06] <Ekoserin> Beep beep beep beep be-beep beep beep.
L1486[17:00:19] <Timmy94_Test_beepsound> i dont hear it beep
L1487[17:00:37] <Ekoserin> God beeping son of a beeping beep.
L1488[17:00:39] <gamax92> uhh
L1489[17:00:42] <vifino> Nice, some steam spambot just added me and spammed its shit.
L1490[17:00:42] <EnderBot2> https://www.youtube.com/watch?v=anwy2MPT5RE
L1491[17:00:42] -Kibibyte- [EnderBot2] Monty Python - Spam | by zumpzump | 3m20s | 424w4d ago | 6,534,138 views | Rated: 4.91/5.00
L1492[17:00:46] <gamax92> i dunno then
L1493[17:01:07] <Timmy94_Test_beepsound> quit
L1494[17:01:12] ⇦ Quits: Timmy94_Test_beepsound (~timmy94_t@95.91.62.22) (Client Quit)
L1495[17:01:14] <Temia> moop moop moop 'o'
L1496[17:01:26] <Timmy94> not bad
L1497[17:01:30] <gamax92> Temia: did you edit it from outside the computer?
L1498[17:01:42] <gamax92> you might have to remove and reinsert the HDD
L1499[17:01:47] <Timmy94> no inside
L1500[17:01:54] <gamax92> well i don't know then
L1501[17:02:33] * vifino pokes Temia and waits for mooing
L1502[17:02:51] ⇨ Joins: Beep94 (~beep94@95.91.62.22)
L1503[17:03:08] <Beep94> no not beeping :D
L1504[17:03:33] <vifino> ... Did you save the file after editing it?
L1505[17:03:45] <vifino> Please say you did.
L1506[17:04:04] <Beep94> :D no i should do :D of course i did
L1507[17:04:05] <Daiyousei> moo
L1508[17:04:17] <rashy> is your volume turned up? >.>
L1509[17:04:21] * gamax92 pets Temia
L1510[17:04:33] <Timmy94> it is on max :D
L1511[17:05:46] <Beep94> no beeping. it is not bad. :D
L1512[17:05:58] <gamax92> i am lost
L1513[17:06:24] <rashy> can you call the function directly? =computer.beep in a lua interpreter, maybe
L1514[17:07:59] ⇦ Quits: Timmy94 (~timmy94@95.91.62.22) (Ping timeout: 186 seconds)
L1515[17:09:16] <Ekoserin> I want to make a simple program. Enter in a certain string, it sends a redstone signal below the computer.
L1516[17:11:06] <vifino> gamax92: hi lost
L1517[17:11:10] <vifino> I'm vifi~
L1518[17:12:11] ⇨ Joins: DrummerMC (DrummerMC@no.love.for.the.world.panicbnc.org)
L1519[17:13:04] <Beep94> im out
L1520[17:13:09] ⇦ Quits: Beep94 (~beep94@95.91.62.22) (Quit: Beep94)
L1521[17:19:48] <^v> [OpenComputers] http://git.io/veuyL Omega-Haxors commented on issue ( computer.beep produces no sound )
L1522[17:22:00] * vifino pokes gamax92
L1523[17:22:04] * gamax92 pokes vifino
L1524[17:22:09] * vifino falls over
L1525[17:22:32] <gamax92> hi
L1526[17:22:46] ⇦ Quits: Flenix (~Flenix@97e31234.skybroadband.com) (Quit: This computer has gone to sleep)
L1527[17:23:00] <^v> [OpenComputers] http://git.io/veuyx KJA1582 commented on issue ( computer.beep produces no sound )
L1528[17:24:22] * vifino stands back up and pokes gamax92 again
L1529[17:24:38] * gamax92 explodes into a million pieces
L1530[17:24:53] <vifino> DL:
L1531[17:24:56] <vifino> *D:
L1532[17:26:06] * vifino colllects gamax92's pieces and puts them in a box, expecting them to magically form back together to a gamax92
L1533[17:26:40] * gamax92 explodes into a billion pieces
L1534[17:26:55] <vifino> D:<
L1535[17:27:00] * gamax92 then becomes gamax92
L1536[17:27:02] <gamax92> :P
L1537[17:27:34] ⇨ Joins: VikeStep (~VikeStep@CPE-1-120-134-78.qcl9.cha.bigpond.net.au)
L1538[17:27:57] <vifino> ._.
L1539[17:28:16] <vifino> Can we just skip the exploding part next time I poke you?
L1540[17:28:18] <vifino> :P
L1541[17:33:01] ⇨ Joins: marcin212_ (~marcin212@auu33.neoplus.adsl.tpnet.pl)
L1542[17:33:59] ⇦ Quits: v^Laptop (~ping@2601:4:680:104c:caf7:33ff:fea5:c1cf) (Ping timeout: 195 seconds)
L1543[17:34:09] <gamax92> okay, I'll explode before the poke
L1544[17:34:19] ⇨ Joins: v^Laptop (~ping@2601:4:680:104c:caf7:33ff:fea5:c1cf)
L1545[17:34:19] zsh sets mode: +v on v^Laptop
L1546[17:36:20] * Ekoserin pokes himself
L1547[17:38:21] ⇦ Quits: marcin212 (~marcin212@aard238.neoplus.adsl.tpnet.pl) (Ping timeout: 378 seconds)
L1548[17:44:59] ⇦ Quits: sciguyryan (~sciguyrya@109-205-170-66.dynamic.swissvpn.net) ()
L1549[17:45:34] <^v> [OpenComputers] http://git.io/veubZ Omega-Haxors commented on issue ( computer.beep produces no sound )
L1550[17:51:47] <Kodos> https://pastebin.com/eus8kF6B Anyone ever seen this crash before? Getting this on server startup
L1551[17:52:23] ⇦ Quits: DrummerMC (DrummerMC@no.love.for.the.world.panicbnc.org) (Ping timeout: 186 seconds)
L1552[17:52:33] ⇨ Joins: DrummerMC (DrummerMC@no.love.for.the.world.panicbnc.org)
L1553[17:53:46] <Ekoserin> How to make files NOT read-only? OpenOS is installed onto a hard drive.
L1554[17:54:28] <v^Laptop> Kodos, one of your zips is probably corrupt
L1555[17:54:37] <Kodos> Zips where?
L1556[17:54:41] <v^Laptop> idk
L1557[17:54:46] <v^Laptop> :P
L1558[17:54:57] <v^Laptop> or jar
L1559[17:55:04] <Ekoserin> (nobody answers me)
L1560[17:55:05] <Katie> fml makes backups of worlds
L1561[17:55:06] <Katie> [00:26:23] [Server thread/WARN] [FML]: The world backup couldn't be created.
L1562[17:55:06] <Katie> java.io.IOException: File too large
L1563[17:55:07] <Kodos> Super helpful considering the server host is about to go to bed which means I will have to wait 24 hours
L1564[17:55:16] <v^Laptop> Ekoserin, no files are read only on a HDD
L1565[17:55:29] <Ekoserin> Are you sure? lib/internet.lua seems to be.
L1566[17:55:59] <v^Laptop> oh
L1567[17:56:00] <v^Laptop> deflate
L1568[17:56:01] <v^Laptop> w0t
L1569[17:56:23] <Kodos> Katie, any workaround for th at?
L1570[17:56:44] * Katie shrugs
L1571[17:56:48] <Katie> Never seen it before..
L1572[17:56:51] <Kodos> Otherwise I'm going to risk it and go to #minecraftforge
L1573[17:57:09] <Katie> Find the backup zips and move them?
L1574[17:57:09] * v^Laptop grabs popcorn
L1575[17:57:57] <Katie> Kodos, did you remove a mod?
L1576[17:57:59] <rashy> only EEPROMs can be irreversibly set to readonly, afaik
L1577[17:58:11] <Kodos> We updated mods
L1578[17:58:16] <Kodos> Didn't remove anything afaik
L1579[17:58:51] <Katie> can you alter the server startup?
L1580[17:58:54] <Kodos> checking now
L1581[17:58:58] <Katie> command line*
L1582[17:59:01] <Kodos> I'm trying to help our server host deal with this shit
L1583[17:59:04] <Katie> -Dfml.doNotBackup=true I REALLY don't usggest it
L1584[17:59:09] <Ekoserin> http://i.imgur.com/1dWMODr.png
L1585[17:59:14] <Katie> but it'll stop the server from trying to do a backup
L1586[17:59:19] <Kodos> Is the D in there intentional or typo
L1587[17:59:29] <Katie> it's intentional...
L1588[17:59:31] <Kodos> k
L1589[17:59:49] <v^Laptop> Kodos, or just move the backups
L1590[17:59:51] <v^Laptop> >_>
L1591[17:59:57] <v^Laptop> so it doesnt re zip then
L1592[18:00:00] <vifino> v^Laptop: u suk
L1593[18:00:07] <v^Laptop> vifino, what
L1594[18:00:41] <vifino> v^Laptop: >_>
L1595[18:00:56] <v^Laptop> what do i suk
L1596[18:01:00] <v^Laptop> tell the world vifino
L1597[18:01:02] <Temia> Say, has anyone made an OS small enough to fit on an EEPROM? .o.
L1598[18:01:21] <vifino> Temia: I doubt it, not sure though.
L1599[18:01:35] <v^Laptop> how big is an EEPROM again?
L1600[18:01:44] <vifino> potato-1
L1601[18:01:46] <Temia> 4KB.
L1602[18:01:58] *** Daiyousei is now known as SleepingFairy
L1603[18:02:13] <Ekoserin> Maybe Crunch could help someone with that.
L1604[18:02:22] <vifino> actually, that would have been potato/2 -1
L1605[18:02:23] ⇦ Quits: DrummerMC (DrummerMC@no.love.for.the.world.panicbnc.org) (Ping timeout: 186 seconds)
L1606[18:02:26] *** alekso56 is now known as alekso56_off
L1607[18:02:28] ⇨ Joins: DrummerMC (DrummerMC@no.love.for.the.world.panicbnc.org)
L1608[18:03:12] <Temia> I'm not sure if OC supports reading LVM bytecode either.
L1609[18:03:22] <Temia> Because that could help with size a little.
L1610[18:03:53] * rashy pats Temia
L1611[18:04:53] * Temia moos '^'
L1612[18:05:21] <rashy> :D
L1613[18:06:58] <Temia> Hmm.
L1614[18:07:13] <Temia> Well, looks like it wouldn't be too difficult to test...
L1615[18:10:03] ⇦ Quits: L00_Cyph3r (webchat@ip4da5f64d.direct-adsl.nl) (Quit: Web client closed)
L1616[18:14:59] *** Riking is now known as Riking|away
L1617[18:19:01] * Ekoserin puts a hot dog into a bicycle frame.
L1618[18:21:41] <Kodos> #FTB and #Minecraftforge are fucking useless as always
L1619[18:21:55] <TabletCube> Ekoserin: stop that
L1620[18:22:14] <Kodos> Seriously fucking irked, I'm gonna go get a pizza. bbl
L1621[18:22:17] * Ekoserin slowly inserts a fourteenth hot dog into the frame
L1622[18:22:57] * TabletCube destroys the frame
L1623[18:23:24] * Ekoserin assaults TabletCube with the remains of the frame
L1624[18:25:12] * TabletCube blocks
L1625[18:25:20] *** Techokami|Off is now known as Techokami
L1626[18:25:54] * Ekoserin tries again]
L1627[18:26:18] * TabletCube blocks
L1628[18:26:49] * Ekoserin tries again
L1629[18:27:55] * TabletCube grabs the remains of the frame
L1630[18:28:07] <^v> [OpenComputers] http://git.io/vezke KJA1582 commented on issue ( computer.beep produces no sound )
L1631[18:31:49] <Ekoserin> Braille on a drive-thru ATM.
L1632[18:38:14] <^v> [OpenComputers] http://git.io/vezL5 Omega-Haxors commented on issue ( computer.beep produces no sound )
L1633[18:39:18] <^v> [OpenComputers] http://git.io/veztT KJA1582 commented on issue ( computer.beep produces no sound )
L1634[18:39:43] ⇨ Joins: Jimmacle (webchat@ip98-164-247-104.oc.oc.cox.net)
L1635[18:40:11] * Ekoserin is bored
L1636[18:40:31] *** Riking|away is now known as Riking
L1637[18:47:47] <Jimmacle> (hopefully) quick question: is there any way to run a program completely in the background? I tried rc but that seemed to run it in the foreground
L1638[18:47:50] <Ekoserin> "Go to Hell." "Getting directions to Hell, MI..."
L1639[18:49:39] <TabletCube> ...lol
L1640[18:49:42] <rashy> you should be able to tell rc to run stuff in the background, although the wiki doesn't seem to have all of the necessary api
L1641[18:50:30] <Pwootage> Hm, maybe I'll write that example redstone-focused architecture today - somebody mentioned the 4k eeprom and bytecode and now I want to work on it ;-;
L1642[18:51:29] * Temia whistles innocently.
L1643[18:54:23] ⇦ Quits: DrummerMC (DrummerMC@no.love.for.the.world.panicbnc.org) (Ping timeout: 186 seconds)
L1644[18:55:33] * rashy pokes Temia
L1645[18:55:44] * Temia meeps. o-o
L1646[18:55:53] ⇨ Joins: DrummerMC (DrummerMC@no.love.for.the.world.panicbnc.org)
L1647[18:55:53] <rashy> :3
L1648[18:57:34] * Ekoserin meows
L1649[18:59:24] * Ekoserin goes to sleep on the floor
L1650[19:03:59] * Ekoserin mumbles whilst sleeping
L1651[19:10:38] <^v> [OpenComputers] http://git.io/vezZU KJA1582 commented on issue ( Better NEI Usage screen )
L1652[19:17:17] * Ekoserin smells his ring finger in his sleep
L1653[19:18:05] *** Ekoserin is now known as Ekoserin|Sleep
L1654[19:20:23] ⇦ Quits: DrummerMC (DrummerMC@no.love.for.the.world.panicbnc.org) (Ping timeout: 186 seconds)
L1655[19:20:31] ⇨ Joins: DrummerMC (DrummerMC@no.love.for.the.world.panicbnc.org)
L1656[19:25:03] ⇦ Quits: v^Laptop (~ping@2601:4:680:104c:caf7:33ff:fea5:c1cf) (Ping timeout: 378 seconds)
L1657[19:26:05] ⇨ Joins: v^Laptop (~ping@2601:4:680:104c:caf7:33ff:fea5:c1cf)
L1658[19:26:06] zsh sets mode: +v on v^Laptop
L1659[19:27:16] * Ekoserin|Sleep stretches
L1660[19:27:56] ⇦ Quits: Fogger (Fogger@you.cant.just.sleep.layerbnc.org) (Read error: Connection reset by peer)
L1661[19:33:27] ⇨ Joins: Vaht (~Tahg@pool-96-233-107-61.bstnma.fios.verizon.net)
L1662[19:34:57] *** LordFokas is now known as LordFokas|off
L1663[19:35:30] * Ekoserin|Sleep stretches
L1664[19:36:29] ⇦ Quits: Tahg (~Tahg@pool-96-233-107-61.bstnma.fios.verizon.net) (Ping timeout: 195 seconds)
L1665[19:37:54] * vifino cuddles Lizzy and takes a nap next to her
L1666[19:38:26] * Ekoserin|Sleep turns to face vifino and Lizzy
L1667[19:39:27] <vifino> Shush, creep! D:
L1668[19:39:43] * Ekoserin|Sleep almost wakes up
L1669[19:39:59] ⇦ Quits: Johannes13 (Johannes@141.70.98.32) (Ping timeout: 195 seconds)
L1670[19:40:03] * Ekoserin|Sleep stirs
L1671[19:40:13] * Ekoserin|Sleep enters deep sleep (now AFK)
L1672[19:40:16] ⇨ Joins: Fogger (Fogger@you.cant.just.sleep.layerbnc.org)
L1673[19:40:35] * vifino pushes Ekoserin|Sleep away from him and Lizzy
L1674[19:41:35] ⇦ Quits: DrummerMC (DrummerMC@no.love.for.the.world.panicbnc.org) (Ping timeout: 186 seconds)
L1675[19:41:43] ⇨ Joins: DrummerMC (DrummerMC@no.love.for.the.world.panicbnc.org)
L1676[19:44:02] *** prasselpikachu is now known as prassel|off
L1677[19:50:55] *** prassel|off is now known as prasselpikachu
L1678[19:54:36] *** prasselpikachu is now known as prassel|off
L1679[19:55:19] *** prassel|off is now known as prasselpikachu
L1680[19:56:59] *** prasselpikachu is now known as prassel|off
L1681[20:07:57] ⇦ Quits: v^Laptop (~ping@2601:4:680:104c:caf7:33ff:fea5:c1cf) (Ping timeout: 378 seconds)
L1682[20:08:10] ⇦ Quits: Inari (~Uni@p5493587E.dip0.t-ipconnect.de) (Ping timeout: 189 seconds)
L1683[20:10:27] ⇦ Quits: Ekoserin|Sleep (~Ekoserin@98.231.193.97) (Quit: Leaving.)
L1684[20:12:47] ⇦ Quits: DrummerMC (DrummerMC@no.love.for.the.world.panicbnc.org) (Ping timeout: 186 seconds)
L1685[20:12:56] ⇨ Joins: DrummerMC (DrummerMC@no.love.for.the.world.panicbnc.org)
L1686[20:12:59] ⇦ Quits: CoolSquid (~SquidHub@ti0011a400-5117.bb.online.no) (Quit: Leaving)
L1687[20:15:11] ⇦ Quits: TabletCube (~TCube@95f1c643.skybroadband.com) (Remote host closed the connection)
L1688[20:18:46] ⇨ Joins: Ekoserin (~Ekoserin@98.231.193.97)
L1689[20:20:58] ⇦ Quits: ping (~pixel@2601:4:680:104c:1cc3:87ec:eb43:525b) (Read error: Connection reset by peer)
L1690[20:27:44] ⇨ Joins: TabletCube (~TCube@95f1c643.skybroadband.com)
L1691[20:30:32] ⇦ Quits: EricBJ (~quassel@108-160-20-69.regn.hsdb.sasknet.sk.ca) (Read error: Connection reset by peer)
L1692[20:41:55] <^v> [OpenComputers] http://git.io/veziA Omega-Haxors commented on issue ( computer.beep produces no sound )
L1693[20:42:49] ⇨ Joins: EricBJ (~quassel@108-160-20-69.regn.hsdb.sasknet.sk.ca)
L1694[20:58:34] <dieselfuelonly> http://pastebin.com/FpEBZ0eW
L1695[20:58:41] <dieselfuelonly> is there something wrong with trying to use that and statement in the while loop?
L1696[20:59:25] <dieselfuelonly> it's like it's seeing the result = false being true then completely ignores the and statement
L1697[20:59:25] <dangranos> it will exit at first loop
L1698[20:59:33] <dangranos> because break
L1699[20:59:39] <dangranos> break exits loops
L1700[20:59:58] <dieselfuelonly> the break is after the while loop though
L1701[21:00:05] <dieselfuelonly> the while loop that is causing me issues, anyway
L1702[21:00:43] <dangranos> ah
L1703[21:01:25] <dieselfuelonly> what's really weird is that if i set it up as a repeat until result == true and type == block loop, it works FINE
L1704[21:01:28] <dangranos> the second while will just run forever if arguments will be valid
L1705[21:01:38] <dangranos> what should this code do?
L1706[21:01:52] <dieselfuelonly> its detecting if a bedrock block is below the robot
L1707[21:02:03] <dieselfuelonly> there is no bedrock below the robot, and it knows that, you can see the otuput at the bottom of the paste
L1708[21:02:24] <dieselfuelonly> result = false, type = air, so it SHOUDL be printing Yes
L1709[21:02:30] * rashy tickles Temia
L1710[21:03:24] ⇨ Joins: mr208 (~mallrat20@68-204-184-175.res.bhn.net)
L1711[21:05:44] ⇦ Quits: mallrat208 (~mallrat20@68-204-184-175.res.bhn.net) (Ping timeout: 195 seconds)
L1712[21:11:10] <dieselfuelonly> here's the issue in simpler form withtout the rest of the function
L1713[21:11:11] <dieselfuelonly> http://pastebin.com/aCM4TYAP
L1714[21:11:30] <dieselfuelonly> when i run that code, it doesn't print anything
L1715[21:12:07] <dieselfuelonly> as soon as it sees that a = false, will it stop and not go any further with checking the "and" to see if b is not test?
L1716[21:12:18] <^v> [OpenComputers] http://git.io/vez9M natedogith1 opened issue ( Beacon Material For Prints )
L1717[21:14:47] ⇦ Quits: DrummerMC (DrummerMC@no.love.for.the.world.panicbnc.org) (Ping timeout: 186 seconds)
L1718[21:17:17] <reddit> dieselfuelonly, just noticed your message, i guess i can look at your code
L1719[21:17:36] <reddit> dieselfuelonly, for that if statement, try this:
L1720[21:17:50] ⇦ Quits: TangentDelta (~christine@63.143.24.22) (Remote host closed the connection)
L1721[21:17:52] <reddit> if not (a==true and b=="test") then
L1722[21:18:24] <reddit> or for slightly faster code, this should work (haven't tested this one): if ((a==true and b=="test") or false) then
L1723[21:18:42] <dieselfuelonly> reddit tried the first one already, no luck there
L1724[21:18:43] ⇨ Joins: DrummerMC (DrummerMC@no.love.for.the.world.panicbnc.org)
L1725[21:18:44] <dieselfuelonly> let me try the second
L1726[21:19:08] <dieselfuelonly> oh wait you're u sing if
L1727[21:19:10] <dieselfuelonly> hmm
L1728[21:23:24] <reddit> dieselfuelonly, you should also be able to do this and completely get rid of the if:
L1729[21:23:39] <reddit> ((a==true and b=="test") and print("asdf"))
L1730[21:23:49] <dieselfuelonly> ok ill give that a shot, thansk
L1731[21:23:52] <reddit> np :p
L1732[21:24:10] * reddit likes the weird syntax of lua when it comes to stuff like that :p
L1733[21:35:16] *** Cazzar is now known as Cazzar|Away
L1734[21:39:50] *** Techokami is now known as Techokami|Off
L1735[21:41:12] <Kodos> Ffs
L1736[21:41:16] <Kodos> Stupid program
L1737[21:41:31] <Kodos> y u no work D=
L1738[21:53:11] * Izaya yawns
L1739[21:53:35] <Kodos> Bleh, I'll have to poke Vex for some syntax >.>
L1740[21:54:02] <Izaya> VNC, wtf, I'm definitely scrolling downwards >.<
L1741[22:06:34] <DeanIsaKitty> \o Izaya
L1742[22:07:00] <Izaya> o/ DeanIsaKitty, I'll try to find those files
L1743[22:07:16] <DeanIsaKitty> thanks :)
L1744[22:08:05] <Izaya> http://shadowkat.science/files/micrOS-v0.2.5.tar Here you go.
L1745[22:10:40] <DeanIsaKitty> Thanks :D
L1746[22:16:50] <rashy> -downloads- ooh, shiny
L1747[22:17:03] <Kodos> changing directories is kind of weird
L1748[22:30:23] ⇦ Quits: DrummerMC (DrummerMC@no.love.for.the.world.panicbnc.org) (Ping timeout: 186 seconds)
L1749[22:30:56] ⇨ Joins: DrummerMC (DrummerMC@no.love.for.the.world.panicbnc.org)
L1750[22:31:41] <dangranos> new version?
L1751[22:32:08] <vifino> x_x the lua c api is terrible
L1752[22:33:55] ⇦ Quits: Lathanael|Away (~Lathanael@p54970AF9.dip0.t-ipconnect.de) (Ping timeout: 189 seconds)
L1753[22:34:14] <vifino> oh boy.
L1754[22:34:29] <vifino> > runbg()
L1755[22:34:29] <vifino> Lua unprotected panic: [string "runbg()"]:1: bad argument #1 to 'runbg' (value expected)
L1756[22:34:32] <vifino> I killed it.
L1757[22:36:42] ⇨ Joins: Lathanael|Away (~Lathanael@p54970552.dip0.t-ipconnect.de)
L1758[22:45:01] *** CoderPuppy is now known as cpup
L1759[22:47:59] ⇦ Quits: DrummerMC (DrummerMC@no.love.for.the.world.panicbnc.org) (Ping timeout: 186 seconds)
L1760[22:48:11] ⇨ Joins: DrummerMC (DrummerMC@no.love.for.the.world.panicbnc.org)
L1761[22:50:25] <Izaya> So I've figured out how to make sound work on my VM.
L1762[22:50:35] *** SleepingFairy is now known as Daiyousei
L1763[22:50:35] <Izaya> I'll use icecast to stream the audio.
L1764[22:55:55] <Kodos> I'm an idiot
L1765[22:58:04] *** Benguin[ZzZ] is now known as Benguin
L1766[23:06:25] <vifino> Go compiler seems awfully slow today o_O
L1767[23:08:48] <Izaya> So I can even VNC into my VM from my phone using a ssh tunnel \o/
L1768[23:09:05] <Kodos> Ffs, why is this stupid thing saying things when I haven't told it to yet
L1769[23:15:31] *** Cazzar|Away is now known as Cazzar
L1770[23:17:28] ⇦ Quits: Ekoserin (~Ekoserin@98.231.193.97) (Quit: Leaving.)
L1771[23:17:50] <Kodos> vifino, fix it pls D=
L1772[23:18:00] <vifino> wat
L1773[23:18:10] <Kodos> https://pastebin.com/Aq4dBjLn
L1774[23:23:56] * vifino sighs
L1775[23:24:06] <vifino> Looks like I'll have to make a scheduler.
L1776[23:24:54] <Kodos> Wait
L1777[23:24:55] <Kodos> I got it
L1778[23:24:56] <Kodos> I'm an idiot
L1779[23:25:38] <rashy> agreed
L1780[23:26:14] <Kodos> =D
L1781[23:26:54] <rashy> partially done adding recipes to wiki (Sangar will change them, I just know it >.>), only items left :D
L1782[23:30:06] <Kodos> Yep, I was being an idiot, I got it now :3
L1783[23:31:02] * rashy pats Kodos
L1784[23:36:39] ⇦ Quits: iceman11a (Joe@cpe-74-141-56-150.neo.res.rr.com) (Quit: Leaving)
L1785[23:37:14] <Izaya> ._. I figured out why lain was heating up so much
L1786[23:37:32] <Izaya> Apparently the m6502 screensaver is rather CPU-intensive
L1787[23:40:20] <rashy> xD
L1788[23:49:33] <Izaya> In light of this, it now changes to a black screen
L1789[23:50:50] <vifino> o_O I think I just made a wonderful piece of thing
L1790[23:51:00] <gamax92> vifino
L1791[23:51:02] <vifino> no idea what it is
L1792[23:51:05] <vifino> gamax92
L1793[23:51:11] <gamax92> am using weechat
L1794[23:51:14] <vifino> nice
L1795[23:51:28] <gamax92> its scary and bland
L1796[23:53:35] ⇦ Quits: DrummerMC (DrummerMC@no.love.for.the.world.panicbnc.org) (Ping timeout: 186 seconds)
L1797[23:53:45] ⇨ Joins: DrummerMC (DrummerMC@no.love.for.the.world.panicbnc.org)
L1798[23:54:59] ⇦ Quits: OneM_Industries (webchat@ftth-66-132.bvunet.net) (Ping timeout: 186 seconds)
<<Prev Next>> Scroll to Top