<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:00:31] <Ender> skyeIsaKitty, because i do as i damn well please
L2[00:00:56] * skyeIsaKitty throws a train at Ender
L3[00:01:01] <Ender> https://www.youtube.com/watch?v=0DebmhCx8EA
L4[00:01:32] <skyeIsaKitty> Not exactly throw as launch using tracks, ramps and rockets, but eh..
L5[00:01:32] <Kodos> Loving the project red Bus Input Panel
L6[00:01:52] <Ender> Kodos, yeah, it's awesome
L7[00:02:21] <Ender> now all they need is an output panel that is similar but reversed
L8[00:02:43] <Kodos> So a bundled cable network display? S howing which ones are on
L9[00:02:47] <skyeIsaKitty> Ender, what are you going to do about the train flying towards you?
L10[00:02:59] <Ender> skyeIsaKitty, what train?
L11[00:03:05] * Ender deletes train
L12[00:03:10] <Ender> Kodos, yeah
L13[00:03:11] <skyeIsaKitty> I launched one at you
L14[00:04:16] * skyeIsaKitty launches many trains at Ender
L15[00:04:29] * Ender phases out to the reverse world
L16[00:06:06] * skyeIsaKitty makes trains phase to the reverse world
L17[00:07:12] ⇨ Joins: CakeLancelot (Mibbit@cpe-66-25-202-80.sw.res.rr.com)
L18[00:07:14] <Kodos> When you two are done being amateur RPers, I need ideas for what to use Project Red's redstone stuff for, something to make
L19[00:08:56] <ShadowKatStudios> Kodos: A PDP-8.
L20[00:09:23] * skyeIsaKitty creates another kitty ray
L21[00:09:37] * skyeIsaKitty shoots at Kodos
L22[00:16:55] ⇨ Joins: NixillUmbreon (~kvirc@68.42.105.200)
L23[00:19:38] ⇦ Quits: NixillUmbreon|2 (~kvirc@68.42.105.200) (Ping timeout: 186 seconds)
L24[00:22:09] *** Nadeko is now known as Cruor|Away
L25[00:24:21] <skyeIsaKitty> Blah
L26[00:24:58] * Ender prods skyeIsaKitty
L27[00:25:05] <Ender> .trivia
L28[00:25:05] <EnderBot2> Internet Cards can be used to make HTTP requests and open raw TCP connections.
L29[00:25:17] <ShadowKatStudios> Anyone got a function to convert 2 bytes to a 16-bit number?
L30[00:25:29] <ShadowKatStudios> Also to convert back?
L31[00:25:53] * skyeIsaKitty throws a train at Ender
L32[00:27:43] <v^> ShadowKatStudios, its piss easy
L33[00:28:05] <gamax92> ShadowKatStudios: i have generic functions to convert arbitrary bytes of arbitrary size to numbers and back.
L34[00:28:10] <gamax92> also its piss easy.
L35[00:28:16] * skyeIsaKitty wonders what to do.
L36[00:28:27] <v^> local a,b=string.byte(txt,1,2) return (a*256)+b
L37[00:28:30] <v^> <_>
L38[00:28:44] <v^> i like to think of it as
L39[00:28:44] <gamax92> erm, is that correct endian?
L40[00:28:49] <v^> local a,b=string.byte(txt,1,2) return (a<<8)+b
L41[00:28:53] <v^> big endian ftw
L42[00:28:58] <gamax92> yeaaaaaaaaaaaaaaaah
L43[00:28:59] <gamax92> no
L44[00:29:14] <gamax92> unless sks wants big endian
L45[00:29:23] <gamax92> ShadowKatStudios: big endian?
L46[00:29:24] <v^> local a,b=string.byte(txt,1,2) return (b<<8)+a ?
L47[00:29:27] <v^> <_>
L48[00:29:44] <v^> gamax92, endianess is usually on a scale of 4 bits
L49[00:29:46] <v^> bytes*
L50[00:29:49] <v^> <_>
L51[00:29:58] <gamax92> its on anything not 1 byte
L52[00:30:16] <v^> oh yeah
L53[00:35:16] <Graypup_> component.invoke(component.get(conf.primaryModemAddr), 'send', conf.linkedAddress, conf.port, message, ...)
L54[00:35:22] <Graypup_> local function messageSend(message, ...)
L55[00:35:30] <Graypup_> will this have the intended effect?
L56[00:35:49] <Graypup_> (being, extra arguments are also arguments to component.invoke?
L57[00:35:52] <Graypup_> *)
L58[00:38:04] ⇦ Quits: alekso56 (~alekso56@2001:464b:33b4:0:226:55ff:febe:6c5b) (Ping timeout: 201 seconds)
L59[00:40:38] ⇨ Joins: alekso56 (~alekso56@2001:464b:33b4:0:226:55ff:febe:6c5b)
L60[00:41:15] ⇨ Joins: t0tal (~bob@90.193.41.9)
L61[00:41:21] *** t0tal is now known as daylight_sensor
L62[00:41:22] <daylight_sensor> hello
L63[00:41:27] <daylight_sensor> my last day here
L64[00:41:35] <daylight_sensor> how to connect noteblock to computer
L65[00:43:34] <Ender> you said that a few days ago, make your mind up
L66[00:44:30] <Graypup_> daylight_sensor, =component.note_block if you have opencomponents installed
L67[00:44:35] <Graypup_> that gives you the docs
L68[00:45:44] <gamax92> you okay there Wembly?
L69[00:46:22] <Wembly> nope
L70[00:46:43] <Wembly> trying to get forge to launch with something that'll not instantly disconnect me :P
L71[00:47:41] <Wembly> force 1208 won't launch due to a concurrency exception
L72[00:48:13] <gamax92> err, exception in what?
L73[00:48:19] <Wembly> launchwrapper
L74[00:48:23] <gamax92> oh, datbad
L75[00:48:32] <Wembly> but 1210 works... :/
L76[00:48:36] <Ender> Wembly, try re-doing the forge install
L77[00:48:54] <gamax92> .w component
L78[00:48:54] <^v> gamax92, http://ocd.cil.li/component
L79[00:49:17] <TabletCube> Wembly: use java 7
L80[00:49:24] <TabletCube> Java 8 has issues
L81[00:49:44] <Wembly> tabletcube, that might be it.
L82[00:49:51] <gamax92> oh, if you have java 8, then that is it.
L83[00:49:59] <Wembly> llammee.. :/
L84[00:50:12] <Wembly> java... compile once, crash everywhere :)
L85[00:50:18] <TabletCube> Happened to me too
L86[00:50:37] <TabletCube> Go bitch at the forge devs if it sucks that badly
L87[00:51:16] <Wembly> 1210 works tho, so forge fixed whatever broke. but FMP needs to be fixed to work with higher versions of forge :)
L88[00:51:47] <gamax92> pretty sure certain things (might even be fmp) need 1208 or below
L89[00:52:23] <Wembly> gamax, ender said fmp needed 1208 or below.
L90[00:52:30] <Wembly> any idea what changed to cause the compatibility?
L91[00:52:33] *** alekso56 is now known as alekso56_off
L92[00:52:53] <Ender> Wembly, i never said it needed that or below, i just said that's the only one that seems to work
L93[00:53:18] <Wembly> sorry, correct :)
L94[00:55:00] <Graypup_> Wembly, no
L95[00:55:12] <Graypup_> its java8 u20
L96[00:55:15] <Graypup_> u11 is fine
L97[00:55:34] <Graypup_> java fixed a bug that someone needed
L98[00:55:49] <Wembly> graypup, yeah, kinda wondered if they added concurrency checks to something that didn't have it before.
L99[00:56:14] <Wembly> still dosn't stop me from disliking java :)
L100[00:56:24] <gamax92> .w component:filesystem
L101[00:56:24] <^v> gamax92, Not found. did you want "components list"?
L102[00:56:30] <gamax92> sdfnbsdjkfhsdjkfh jsfd kdhfjksdhfjksdhfsd fjksdhfsdjk v^
L103[00:56:30] <gamax92> fix
L104[00:56:58] <v^> .w component filesystem
L105[00:56:58] <^v> v^, Not found. did you want "component list"?
L106[00:57:04] <v^> .w filesystem component
L107[00:57:04] <^v> v^, Not found. did you want "rim component"?
L108[00:57:05] <v^> >_>
L109[00:57:09] <v^> !kick ^v
L110[00:58:46] <v^> .w filesystem component
L111[00:58:46] <^v> v^, http://ocd.cil.li/component:filesystem
L112[00:59:23] <Graypup_> O_o
L113[01:02:08] *** Logan|zzz is now known as Logan
L114[01:05:38] ⇦ Quits: Johannes13_ (~Johannes@p4FDEE10E.dip0.t-ipconnect.de) (Ping timeout: 186 seconds)
L115[01:11:56] *** LordFokas|out is now known as LordFokas
L116[01:24:30] <gamax92> ShadowKatStudios: you there?
L117[01:25:41] <gamax92> .w computer
L118[01:25:41] <^v> gamax92, http://ocd.cil.li/api:computer
L119[01:27:45] <gamax92> oh jeez, got scared when it said I was using 93% of memory
L120[01:27:51] <gamax92> then realized i cannot math.
L121[01:33:02] ⇨ Joins: NixillUmbreon|2 (~kvirc@68.42.105.200)
L122[01:34:48] ⇦ Quits: NixillUmbreon (~kvirc@68.42.105.200) (Ping timeout: 201 seconds)
L123[01:38:51] <gamax92> .l 52/1.92
L124[01:38:51] <^v> gamax92, 27.083333333333
L125[01:38:55] <gamax92> err
L126[01:39:06] <gamax92> .l 192*.52
L127[01:39:06] <^v> gamax92, 99.84
L128[01:40:09] ⇨ Joins: NixillUmbreon (~kvirc@76.122.156.193)
L129[01:40:50] ⇦ Quits: NixillUmbreon|2 (~kvirc@68.42.105.200) (Ping timeout: 186 seconds)
L130[01:54:08] <v^> .didtoday made hex to ascii memorization game thing
L131[01:54:08] <^v> v^, Inserted
L132[01:54:24] <Graypup_> uhh
L133[01:54:26] <Graypup_> WTF
L134[01:54:32] <v^> what
L135[01:54:40] <Graypup_> is bundled cable supposed to fire the redstone_changed event?
L136[01:54:45] <Graypup_> it doesn't seem to be doing so
L137[02:28:35] ⇨ Joins: Maxwolf (labs@pipette.madsciencemod.com)
L138[02:28:35] zsh sets mode: +v on Maxwolf
L139[02:46:55] <dsAway> "reboot ~= nil and reboot ~= false"
L140[02:47:03] <dsAway> couldn't this just be reboot == true
L141[02:47:05] <dsAway> like dang
L142[02:47:12] <dsAway> just jump through all the hoops
L143[02:47:40] <dsAway> or maybe even not not reboot
L144[02:47:46] <dsAway> .l not not _G
L145[02:47:47] <^v> dsAway, true
L146[02:47:52] <dsAway> .l not not nil
L147[02:47:52] <^v> dsAway, false
L148[02:47:54] <dsAway> .l not not false
L149[02:47:54] <^v> dsAway, false
L150[02:58:06] <gamax92> dsAway: what about just reboot?
L151[02:58:47] <gamax92> .l if nil then return "yeps" else return "nope" end
L152[02:58:48] <^v> gamax92, nope
L153[02:58:51] <gamax92> .l if false then return "yeps" else return "nope" end
L154[02:58:51] <^v> gamax92, nope
L155[02:58:55] <gamax92> .l if _G then return "yeps" else return "nope" end
L156[02:58:55] <^v> gamax92, yeps
L157[02:59:18] <dsAway> gamax92, the problem is jnilua
L158[02:59:26] <gamax92> dsAway: oh okay
L159[02:59:36] <dsAway> it does a lua_isboolean
L160[02:59:46] <gamax92> don't mind me, just decompiling opencomputers
L161[03:00:10] <dsAway> plus if you send a function through there it gets executed on the server thread
L162[03:00:12] <dsAway> which is bad
L163[03:00:14] <Graypup_> gamax92, why decompile it?
L164[03:00:15] <dsAway> very bad
L165[03:00:19] <gamax92> Graypup_: because scala
L166[03:00:24] <dsAway> lol
L167[03:00:29] <dsAway> have fun
L168[03:00:33] <Graypup_> so you hate scala so bad that you don't want to read its source in native form?
L169[03:00:37] <gamax92> no.
L170[03:00:46] <gamax92> i want to see how well the java decompiler handles scala
L171[03:01:08] <Graypup_> heh
L172[03:01:27] <gamax92> i already know fernflower shits all over it, and by that i mean doesn't decompile it.
L173[03:03:22] <gamax92> oh noes, BAD TYPE ARGUMENTS: [TData;]; [null]
L174[03:03:26] <dsAway> gamax92, JDecompiler is the best
L175[03:03:36] <gamax92> isn't that old as hell
L176[03:03:38] <gamax92> BAD TYPE ARGUMENTS: [TData;]; [null]
L177[03:03:53] <dsAway> JDecompiler isn't that old
L178[03:03:58] <dsAway> it can handle CC with ease
L179[03:04:05] <dsAway> whynotoc
L180[03:04:10] <gamax92> because scala
L181[03:04:18] <gamax92> fernflower broke hard on oc
L182[03:04:19] <dsAway> tryit
L183[03:04:21] <gamax92> fine
L184[03:04:35] <gamax92> dsAway: this is windows.
L185[03:05:14] <dsAway> and?
L186[03:05:19] <gamax92> im on linux
L187[03:05:22] <gamax92> and its trial ware
L188[03:05:24] <dsAway> Wat
L189[03:05:30] <dsAway> Wait then it was another one
L190[03:05:32] <dsAway> 1 sec
L191[03:05:37] <gamax92> do you mean JD?
L192[03:05:38] <gamax92> or JAD?
L193[03:05:52] <dsAway> 1 sec for fuck
L194[03:05:59] <dsAway> JD yes
L195[03:06:00] * gamax92 waits for fuck
L196[03:06:01] <dsAway> JDGUI
L197[03:06:07] <gamax92> dsAway: oh god, sure i'll try it.
L198[03:06:08] * dsAway gives gamax92 sum fuk
L199[03:06:39] <gamax92> also gonna try cfr before it though.
L200[03:07:53] <v^> <_>
L201[03:07:58] <gamax92> v^: hi
L202[03:08:00] <v^> test my crappy memorization game
L203[03:08:05] * gamax92 dies
L204[03:08:14] <gamax92> k, cfr didn't say anything.
L205[03:08:22] <v^> once my smrtgit stops being a bitch
L206[03:09:16] <gamax92> dsAway: nope "// INTERNAL ERROR //"
L207[03:09:28] <gamax92> everything is "// INTERNAL ERROR //"
L208[03:09:32] *** Cazzar|Away is now known as Cazzar
L209[03:09:49] <dsAway> YAY
L210[03:10:08] * gamax92 will try jad just because.
L211[03:10:19] <v^> https://github.com/P-T-/games/raw/master/ascii/ascii.love
L212[03:10:43] <gamax92> lol theres JAD for OS/2
L213[03:11:06] <v^> i need feedback :v
L214[03:11:29] <v^> autism decided it was a good idea for me forget everything
L215[03:12:36] <dsAway> no keyboard mapping
L216[03:12:46] <dsAway> I hate clicking
L217[03:12:53] <v^> fine, ill map 1-4
L218[03:13:11] <dsAway> I was clicking this rectangle for like five minutes and it wasn't registering until I clicked all the other ones
L219[03:13:12] <dsAway> like
L220[03:13:17] <gamax92> nvm, jad doesn't jar.
L221[03:13:26] <dsAway> and it needs bettur graffiz
L222[03:13:44] <dsAway> v^, want me to add bettur graffiz?
L223[03:13:58] <v^> i made this a couple minutes ago stfu
L224[03:13:58] <v^> sure
L225[03:13:58] <v^> after i do key binding shit
L226[03:15:03] <gamax92> v^: oooh, i likey
L227[03:16:01] <v^> i memorized like 7 letters in 20 mins <_>
L228[03:16:03] <v^> and im tired
L229[03:16:34] <dsAway> also setting math.randoms to love.math.random
L230[03:16:45] <v^> i use randomseed >_>
L231[03:16:51] <dsAway> uses better random implementation
L232[03:16:55] <gamax92> oh, cfr left me a note.
L233[03:16:58] <dsAway> platform independent
L234[03:16:58] <v^> it had same results
L235[03:17:02] <v^> >_>
L236[03:17:03] <gamax92> the note says "Halp, what is this"
L237[03:17:07] <v^> well probably because im using luajit
L238[03:17:08] <gamax92> "Halp me, i don't understand"
L239[03:17:11] <gamax92> "EXCEPTION"
L240[03:18:25] <gamax92> dsAway: cfr is a grand total of ... 14,498 errors
L241[03:18:59] *** Cazzar is now known as Cazzar|Away
L242[03:19:14] <dsAway> ( ͡^ ͜ʖ ͡^)
L243[03:19:19] <gamax92> And procyon is a grand total of ... 8,937 errors
L244[03:19:22] *** Techokami is now known as Techokami|Off
L245[03:19:30] <gamax92> wat Techokami was here?
L246[03:19:31] <gamax92> damn
L247[03:28:14] <v^> dsAway, added key support
L248[03:28:21] <v^> also forgot to compile the .love
L249[03:28:35] <dsAway> k
L250[03:28:39] <dsAway> 1 sec
L251[03:28:41] <Wembly> gamax, how do you know if someone's claimed a building?
L252[03:28:47] <dsAway> I'll just have to merge changes
L253[03:29:04] <gamax92> Wembly: if there is stuff that is obviously not vanilla
L254[03:29:19] <gamax92> like signs saying "Gamax92's house"
L255[03:29:21] <gamax92> or computers.
L256[03:29:59] <Wembly> where is that by the way?
L257[03:30:08] <gamax92> Wembly: where is my house?
L258[03:30:18] <Wembly> yeah :)
L259[03:30:26] <gamax92> I couldn't really tell you.
L260[03:30:32] <gamax92> I can't reference it to anything.
L261[03:31:04] <Wembly> coordinates work?
L262[03:31:16] <gamax92> well, im also not on the server.
L263[03:31:44] <gamax92> dsAway: 8,937 -> 4,792 errors
L264[03:31:53] <Wembly> minor details ;)
L265[03:31:57] <gamax92> by simply telling procyon to not do its stupid .*
L266[03:33:56] <dsAway> ( ͡^ ͜ʖ ͡^)
L267[03:34:04] <gamax92> .-. how does oc have code for stargatetech2, when its not 1.7.10
L268[03:36:18] <Wembly> interface? idk
L269[03:38:52] <gamax92> meh its in its src/api folder so, i'll just use that.
L270[03:40:25] ⇦ Quits: jgile2 (~jgile2@c122-108-169-197.rochd4.qld.optusnet.com.au) (Quit: Leaving)
L271[03:40:40] <dsAway> v^, it is done
L272[03:40:45] <dsAway> animations are done
L273[03:40:50] ⇦ Quits: Lathanael|Away (~Lathanael@p54971E5F.dip0.t-ipconnect.de) (Ping timeout: 186 seconds)
L274[03:42:16] <dsAway> and I just found a bug
L275[03:42:23] <v^> there are a few
L276[03:43:48] <dsAway> v^, http://tempsend.com/32D1A593A5/26CF/ascii.love
L277[03:43:55] <dsAway> animations are pretty
L278[03:44:00] <dsAway> I did them in 5 minutes
L279[03:44:33] <v^> my fucking eyes hurt
L280[03:44:34] <dsAway> suchgraffizwizamI
L281[03:44:39] <dsAway> ( ͡° ͜ʖ ͡°)
L282[03:44:55] <v^> dsAway, put on github
L283[03:45:00] <v^> i added ju
L284[03:45:10] <dsAway> prepare for branch brakkage
L285[03:45:21] <v^> <_> no need for branch
L286[03:45:22] <dsAway> because git is not my $1 skillz
L287[03:45:26] ⇨ Joins: Lathanael|Away (~Lathanael@p54970965.dip0.t-ipconnect.de)
L288[03:45:39] <dsAway> gamax92, comment on my git skillz
L289[03:45:58] <gamax92>
L290[03:47:00] <dsAway> lol
L291[03:47:08] <dsAway> fatal: unable to access 'https://github.com/P-T-/games.git/': The requested URL returned error: 403
L292[03:47:10] <dsAway> ohno
L293[03:47:30] <gamax92> dsAway: do you still have led?
L294[03:47:33] <dsAway> https://github.com/P-T-/games/graphs/contributors
L295[03:47:35] <dsAway> gamax92, yes
L296[03:47:36] <v^> dsAway, you need to do an ssh keygen
L297[03:47:43] <dsAway> whyyyyyy
L298[03:47:50] <v^> i dunnooooooooo :<
L299[03:47:59] <v^> i just use smartshit i mean smartgit
L300[03:48:01] <v^> and it works
L301[03:48:06] <gamax92> i need to change a shit ton of "public static final (.-)$ MODULE$;" to "public static (.-)$ MODULE$;"
L302[03:48:09] <v^> according to gamax92 it does barely
L303[03:48:14] <gamax92> huh?
L304[03:48:27] <gamax92> i do git over https
L305[03:48:31] <v^> <_>
L306[03:48:32] <gamax92> so i have to login to github each time.
L307[03:48:39] <dsAway> I don't have write access
L308[03:48:50] <dsAway> it wants me to fork on the web version
L309[03:48:54] <v^> dsAway, because you have to accept group request <_>
L310[03:49:25] <v^> http://i.imgur.com/y5t3Ilr.png
L311[03:49:30] <dsAway> where the hell is the group request
L312[03:49:37] ⇦ Parts: dsAway (ds84182@Bash.Is.Better.Than.zsh.PanicBNC.biz) (Leaving))
L313[03:49:53] <v^> good question <_>
L314[03:50:05] ⇨ Joins: dsAway (ds84182@Bash.Is.Better.Than.zsh.PanicBNC.biz)
L315[03:50:10] <dsAway> fucking google chrome
L316[03:50:15] <v^> where
L317[03:50:39] <dsAway> found it
L318[03:51:30] <dsAway> aaaaand updated
L319[03:52:46] <v^> you used another lib to do easy animations <_>
L320[03:53:22] <dsAway> Bitch I do not want linear interpolation
L321[03:53:35] ⇦ Quits: TangentDelta (~christine@63.143.24.24) (Remote host closed the connection)
L322[03:53:49] <v^> y do you need that
L323[03:53:49] <dsAway> Do you know how ugly linear interpolation would look
L324[03:53:58] <gamax92> i wrote a script to fix all the final
L325[03:54:03] <gamax92> errors went up 2k
L326[03:54:10] <dsAway> yaaaaay
L327[03:54:47] <gamax92> oh wait, i fail replace.
L328[03:54:48] <dsAway> v^, add :ease("linear") after both of the :oncompletes
L329[03:54:56] <dsAway> then see the difference
L330[03:55:30] <dsAway> it makes it look nasty
L331[03:55:47] <gamax92> okay, it actually went down 200 errors
L332[03:56:07] <dsAway> I like my sexy quadratic interpolation
L333[03:56:55] <v^> dsAway, what i was going to do wasnt linear <_>
L334[03:57:14] <dsAway> v^, try expoout in the first :ease
L335[03:57:22] <dsAway> it looks pretty and professional
L336[03:57:34] <gamax92> k, removed a bunch of (Object)
L337[03:57:38] <gamax92> so, down 100 errors
L338[03:57:59] <v^> dsAway, that is literally what i was going to do <_>
L339[03:58:02] <v^> exept slower
L340[03:58:14] <dsAway> >slower
L341[03:58:17] <dsAway> what do you mean slower
L342[03:58:52] <v^> it goes fucking sanic when i changed it to "expoout"
L343[03:58:58] <dsAway> yes
L344[03:59:04] <dsAway> exp
L345[03:59:06] <dsAway> ^
L346[03:59:08] <dsAway> power
L347[03:59:12] <dsAway> exponential
L348[03:59:16] <v^> like sanic, but slower >_>
L349[03:59:37] <dsAway> fine, do elasticout
L350[04:00:03] <v^> thats like sanic
L351[04:00:04] <v^> but jello
L352[04:00:06] <v^> >_>
L353[04:00:27] <dsAway> circout.
L354[04:01:23] <v^> isnt expout actually a logarithm >_>
L355[04:01:38] <dsAway> try sineinout.
L356[04:01:42] <dsAway> sineinout looks smexy
L357[04:01:54] <daylight_sensor> how can make buildcraft water tank filler faster
L358[04:02:10] <daylight_sensor> i need more engine for oc
L359[04:02:53] <gamax92> k, down 300 errors
L360[04:03:19] <v^> dsAway, this is giving me a headache
L361[04:03:29] <v^> ima just do a simple fucking fade
L362[04:03:33] <dsAway> should we predefine the the colors
L363[04:03:35] <v^> and fancy up the edges
L364[04:03:39] <v^> yes please
L365[04:03:41] <dsAway> q-q
L366[04:03:50] <v^> q-q
L367[04:03:55] <dsAway> yeah, not really liking the random colors :P
L368[04:04:10] <dsAway> predefine the colors, but give the animations a chance
L369[04:04:34] <v^> its like this, http://i.imgur.com/aLaZf6w.png but made with fucking crayons
L370[04:04:38] <v^> <_>
L371[04:05:04] <dsAway> should I make a crayon shader for the game?
L372[04:05:09] <v^> ._.
L373[04:05:13] <v^> for fucks sake man
L374[04:05:18] <dsAway> ( ͡° ͜ʖ ͡°)
L375[04:05:33] <dsAway> I got it. Gauusian Blur
L376[04:05:36] <dsAway> Shadows
L377[04:05:38] <v^> id like to fix the gameplay issues before we overkill the graphics
L378[04:05:41] <dsAway> Realistic graphics
L379[04:05:45] <v^> <_>
L380[04:05:50] <dsAway> ( ͡° ͜ʖ ͡°)
L381[04:06:03] <dsAway> We make it look like Android L
L382[04:06:06] <v^> realistic graphics hurt my eyes
L383[04:06:07] <dsAway> ALl ove it
L384[04:06:12] <v^> the more simple the better
L385[04:06:15] <dsAway> We make it into Minecraft
L386[04:06:47] <dsAway> I got it. Random shader generator.
L387[04:06:47] <v^> dsAway, can you even handle a branch?
L388[04:06:54] <dsAway> Let insanity insue.
L389[04:07:00] <v^> k fine
L390[04:07:06] <v^> ill have my own branch
L391[04:07:10] <dsAway> gamax92, remember that branch incident?
L392[04:07:10] <v^> you can get the main one
L393[04:07:49] <dsAway> well time to fuck the gpu ( ͡° ͜ʖ ͡°)
L394[04:08:00] <dsAway> offload the whole game onto GPU
L395[04:08:18] <dsAway> overly attached shader artist
L396[04:08:45] <gamax92> dsAway: yes. i quite remember
L397[04:09:00] <dsAway> ( ͡^ ͜ʖ ͡^)
L398[04:12:47] <v^> kk, im on testing branch now
L399[04:12:56] <v^> unfortunutaly i am falling asleep
L400[04:13:16] <v^> i will now fall of the branch and break my head
L401[04:13:31] <v^> or wait, its saturday
L402[04:13:37] <v^> \o/
L403[04:19:23] <dsAway> The game now hav blur sahdr
L404[04:20:28] <dsAway> so now the gam has drap shawdaws
L405[04:20:34] <dsAway> so now the gam has drap shawdaws
L406[04:20:36] <dsAway> woops
L407[04:23:41] *** LordFokas is now known as LordFokas|off
L408[04:38:20] ⇦ Quits: MichiBot (~lb@isis.pc-logix.com) ()
L409[04:38:38] ⇨ Joins: MichiBot (~lb@isis.pc-logix.com)
L410[04:40:05] <dsAway> v^, well I made shaderz
L411[04:40:09] <dsAway> but I'm going to bed
L412[04:40:13] <v^> saem
L413[04:40:14] <v^> >_>
L414[04:40:17] <gamax92> not same
L415[04:40:18] <v^> i made rounded corners
L416[04:40:19] <v^> and a fade
L417[04:40:19] <gamax92> >:D
L418[04:40:24] <v^> !kick gamax92 stfu
L419[04:40:29] <gamax92> D:<
L420[04:40:44] <v^> dsAway, also i am making it pick the least used letters
L421[04:41:02] <v^> so i dont have to keep doing fucking abcd
L422[04:41:05] <v^> >_>
L423[04:41:23] <dsAway> why not have the whole range just shift to the right
L424[04:41:32] <v^> because you forget
L425[04:41:35] <dsAway> so then you can do fghj over and over again
L426[04:41:39] <v^> better to cycle
L427[04:41:58] <gamax92> dsAway: how does i openal
L428[04:42:13] <gamax92> or i'll just rip the code from asielib
L429[04:44:19] *** Cazzar|Away is now known as Cazzar
L430[04:45:00] <dsAway> well bedtime
L431[04:49:21] *** Cazzar is now known as Cazzar|Away
L432[04:51:34] *** Cazzar|Away is now known as Cazzar
L433[05:09:44] ⇦ Quits: daylight_sensor (~bob@90.193.41.9) (Remote host closed the connection)
L434[05:20:05] <v^> this is what i have so far
L435[05:20:07] <v^> o/ https://github.com/P-T-/games/raw/testing/ascii.love
L436[05:20:29] *** mrkirby153 is now known as kirby|Gone
L437[05:30:35] *** Logan is now known as Logan|zzz
L438[05:47:00] ⇨ Joins: Vexatos (~Vexatos@p200300556E319A9068D369302039BAF3.dip0.t-ipconnect.de)
L439[05:50:00] <Vexatos> Hello folks
L440[05:52:26] ⇦ Quits: orthoplex64 (~orthoplex@cpe-68-206-247-199.satx.res.rr.com) (Ping timeout: 186 seconds)
L441[05:57:35] *** Graypup_ is now known as Graypup|AFK
L442[05:58:51] <ShadowKatStudios> woo
L443[05:58:57] <ShadowKatStudios> obtained 2 cans of mother
L444[06:00:49] <gamax92> ohai Vexatos
L445[06:01:02] ⇨ Joins: asie (~asie@078088168214.elblag.vectranet.pl)
L446[06:01:02] zsh sets mode: +v on asie
L447[06:01:07] <gamax92> ohai asie
L448[06:02:35] <gamax92> asie: also i wrote a mod that uses asielib.
L449[06:03:56] <asie> what for!?
L450[06:04:03] <gamax92> asie: openal stuff
L451[06:04:05] <asie> oh
L452[06:04:13] <asie> you're abusing my streaming functionalities?
L453[06:04:15] <gamax92> yes
L454[06:04:18] <asie> for?
L455[06:04:23] <gamax92> playing streaming audio
L456[06:04:35] <asie> i guessed but
L457[06:04:35] <gamax92> </vague>
L458[06:04:38] <asie> could you be more preicse?
L459[06:05:00] <gamax92> chicken apple french toast
L460[06:08:26] <Vexatos> asie: You might want to make 1.7 the main branch in AsieLib
L461[06:08:36] <gamax92> oh also i cannot compile computronics
L462[06:08:46] <Vexatos> Of course not
L463[06:08:46] <Vexatos> :P
L464[06:08:52] <Vexatos> Mwahahaha
L465[06:08:58] <Vexatos> Do you want the latest build?
L466[06:09:04] <gamax92> no, i just wanted to compile it.
L467[06:09:11] ⇦ Quits: MichiBot (~lb@isis.pc-logix.com) ()
L468[06:09:12] <gamax92> how the hell
L469[06:09:12] <Vexatos> Well, then you need
L470[06:09:24] <Vexatos> ae2-rv1 dev version
L471[06:09:32] <Vexatos> buildcraft 6.0.17 dev build
L472[06:09:36] ⇨ Joins: MichiBot (~lb@isis.pc-logix.com)
L473[06:09:41] <Vexatos> ejml 0.23
L474[06:09:45] <gamax92> specifically this "The return types are incompatible for the inherited methods IEnergySink.injectEnergy(Direction, int), TileMachine.injectEnergy(Direction, int)"
L475[06:09:49] <Vexatos> Factorization-1.7.10-0.8.87.1-dev
L476[06:09:51] <gamax92> TileRadar.java:25
L477[06:09:56] <gamax92> Minecraft/src/main/java/pl/asie/computronics/tile
L478[06:10:26] <Vexatos> You also need an IC2 build - 2.2.643
L479[06:10:33] <Vexatos> And Railcraft 9.3.2.0
L480[06:10:34] * gamax92 stabs Vexatos
L481[06:10:37] <gamax92> the error
L482[06:10:39] <gamax92> look at it
L483[06:10:44] <Vexatos> I do not get that error :P+
L484[06:10:54] <Vexatos> Compiles fine for me
L485[06:10:58] * gamax92 blames asie as TileMachine is in asielib
L486[06:11:13] <asie> gamax92: do you have IC2
L487[06:11:18] <gamax92> yeas
L488[06:11:33] <Vexatos> <Vexatos> You also need an IC2 build - 2.2.643
L489[06:11:36] <gamax92> does it have to be specifically 643
L490[06:11:37] <Vexatos> Do you have THAT IC2 build
L491[06:11:40] <asie> yes
L492[06:11:42] <gamax92> D:
L493[06:11:42] <gamax92> k
L494[06:11:47] <asie> also, did you accidentally try fixing includes in TileMachine?
L495[06:11:50] <asie> if yes, you broke everything
L496[06:11:53] <asie> s/includes/imports/
L497[06:11:58] <gamax92> no i haven't compiled asielib
L498[06:12:03] <gamax92> its the jar included in the rpo
L499[06:12:05] <gamax92> repo*
L500[06:12:19] <asie> no that's IC2 Classic
L501[06:12:28] <Vexatos> asie: the ISidedInventory thing has fixed the cipher block issue :)
L502[06:12:32] <Vexatos> Aah
L503[06:12:39] <Vexatos> You have the IC2 classic API?
L504[06:12:52] <gamax92> yes
L505[06:13:24] <Vexatos> What are you doing anyways?
L506[06:13:35] <gamax92> so, i have 643, still fails
L507[06:13:40] <Vexatos> That you need to compile Computronics
L508[06:15:00] <gamax92> meh i fixed it, i copied the libs from asielib's libs folder to computronics
L509[06:15:03] <gamax92> that seems to work
L510[06:15:20] ⇨ Joins: MicroStyl (webchat@179.9.179.238)
L511[06:15:49] ⇦ Quits: MicroStyl (webchat@179.9.179.238) (Client Quit)
L512[06:21:42] <gamax92> wow ... fucking gregtech
L513[06:21:45] <Vexatos> gamax92: I fixed that getState issue
L514[06:21:49] <gamax92> "If your Log stops here, you were too impatient. Wait a bit more next time, before killing Minecraft with the Task Manager.
L515[06:21:49] <gamax92> Item Name: itemWheat !!!Unknown Item detected!!! Please report to GregTech Intergalactical for additional compatiblity. This is not an Error, it's just an Information."
L516[06:21:57] <gamax92> gregtech go fuck yourself
L517[06:22:36] <Vexatos> If your log stops here... is an FML message
L518[06:22:43] <Vexatos> noticing you that things are still happening
L519[06:22:51] <gamax92> Vexatos: except gregtech.
L520[06:23:59] <Vexatos> ?
L521[06:24:05] <Vexatos> GregTech takes a while to load
L522[06:24:09] <Vexatos> usually 8 minutes for me
L523[06:24:10] <Vexatos> so what?
L524[06:24:24] <gamax92> :I how slow is your computer
L525[06:24:40] <Vexatos> Why do you want to modidy Computronics anyways?
L526[06:24:44] <Vexatos> modify*
L527[06:44:16] <gamax92> Vexatos: on a scale of 0 to 10 its -1
L528[07:12:15] ⇨ Joins: adigyran (~adigyran@128-70-123-90.broadband.corbina.ru)
L529[07:25:45] *** Cruor|Away is now known as Cruor
L530[07:35:49] ⇦ Quits: adigyran (~adigyran@128-70-123-90.broadband.corbina.ru) ()
L531[07:39:25] ⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Quit: Leaving)
L532[07:55:25] *** SkylordRS|zzz is now known as SkylordRedstone
L533[07:57:53] ⇦ Quits: phillips1012 (~phillips1@72.42.104.172) (Remote host closed the connection)
L534[07:59:10] ⇨ Joins: phillips1012 (~phillips1@72.42.104.172)
L535[08:02:50] ⇦ Quits: Yepoleb (~quassel@188-22-164-236.adsl.highway.telekom.at) (Ping timeout: 186 seconds)
L536[08:04:12] ⇨ Joins: Yepoleb (~quassel@91-115-115-164.adsl.highway.telekom.at)
L537[08:19:43] * Vexatos pings Sangar
L538[08:27:50] ⇨ Joins: asie (~asie@078088168214.elblag.vectranet.pl)
L539[08:27:50] zsh sets mode: +v on asie
L540[08:30:18] ⇨ Joins: sciguyryan (sciguyryan@109-205-169-213.dynamic.swissvpn.net)
L541[08:38:01] ⇨ Joins: jgile2 (~jgile2@c122-108-169-197.rochd4.qld.optusnet.com.au)
L542[08:57:23] <Wembly> :(
L543[09:02:02] ⇦ Quits: mallrat208 (~mallrat20@68.204.184.175) (Ping timeout: 186 seconds)
L544[09:03:59] ⇨ Joins: nrot (webchat@PPPoE-78-29-68-24.san.ru)
L545[09:07:03] ⇦ Quits: nrot (webchat@PPPoE-78-29-68-24.san.ru) (Ping timeout: 182 seconds)
L546[09:40:07] ⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Ping timeout: 201 seconds)
L547[09:52:43] ⇨ Joins: AtomSponge (~AtomSpong@aftr-37-201-225-35.unity-media.net)
L548[10:03:33] ⇦ Quits: Lunatrius (~Lunatrius@77.38.103.182) (Ping timeout: 201 seconds)
L549[10:06:47] ⇨ Joins: Lunatrius (~Lunatrius@77.38.103.182)
L550[10:07:43] *** SleepingFairy is now known as Daiyousei
L551[10:08:03] ⇨ Joins: Lumien (~lumien@p4FED5F60.dip0.t-ipconnect.de)
L552[10:12:16] ⇨ Joins: asie (~asie@078088168214.elblag.vectranet.pl)
L553[10:12:17] zsh sets mode: +v on asie
L554[10:12:21] ⇨ Joins: Johannes13_ (~Johannes@p4FDEE10E.dip0.t-ipconnect.de)
L555[10:14:26] ⇨ Joins: Negi (~Negi@2a01:e35:2f6a:7060:680d:835d:c9a7:b445)
L556[10:18:53] ⇦ Quits: Negi (~Negi@2a01:e35:2f6a:7060:680d:835d:c9a7:b445) (Read error: Connection reset by peer)
L557[10:22:32] ⇨ Joins: Negi (~Negi@2a01:e35:2f6a:7060:680d:835d:c9a7:b445)
L558[10:23:16] *** DeanIsGone is now known as DeanIsaKitty
L559[10:25:18] <DeanIsaKitty> o/
L560[10:33:11] ⇦ Quits: Maxwolf (labs@pipette.madsciencemod.com) (Quit: Leaving)
L561[11:20:42] <vifino> gamax92: :O
L562[11:21:00] <vifino> I can call using voip from console!1!!!!!1!oneoneoneone!eleven
L563[11:40:47] ⇦ Quits: Porygon (~Porygon@198.52.199.35) (Ping timeout: 198 seconds)
L564[11:43:28] <Sangar> o/
L565[11:44:28] <DeanIsaKitty> SNAGAR \o/
L566[11:45:33] <Vexatos> \o
L567[11:45:36] <Vexatos> SANGAR
L568[11:46:10] ⇨ Joins: Porygon (~Porygon@198.52.199.35)
L569[11:46:27] <Vexatos> Sangar: I've been looking through OC code to find your Waila integration stuff (Because I want Computronics TEs to show their component address as well), unfortunately it's not working \o/
L570[11:47:23] <Sangar> Vexatos, yeah, it's a little ... decentralized at the moment. iirc that's from when either the stuff had to be implemented on the blocks or at least i thought it had to be :P
L571[11:48:05] <Sangar> i'll be moving all of that into the waila class (well, have already in a local branch)
L572[11:48:06] <Vexatos> I added the exact same code to my stuff, but when I launch MC, yours works and mine doesn't although it's pretty much copypasta
L573[11:48:16] <Sangar> including the imc?
L574[11:48:30] <Vexatos> Yep
L575[11:48:45] <Sangar> strange
L576[11:48:47] <Vexatos> Apparently the NBT data inside the accessor is always null when getWailaBody is called
L577[11:48:51] <Vexatos> no matter what I do
L578[11:48:54] * Ender is playing the Sims 2
L579[11:48:59] <Vexatos> (And yes, I am syncing the NBT tags)
L580[11:49:02] <Sangar> do you tell waila to sync it?
L581[11:49:04] <Sangar> ok
L582[11:49:05] <Sangar> :P
L583[11:49:18] <Sangar> do you also sync the x/y/z?
L584[11:49:36] <Vexatos> Do I need to?
L585[11:49:55] <Sangar> yeah. at least in all of my experiments. see https://bitbucket.org/ProfMobius/waila/issue/85/always-synchronize-x-y-and-z-for-tile
L586[11:50:04] <Vexatos> Oh
L587[11:50:09] * Vexatos tests
L588[11:52:44] * Vexatos bluntly steals registerKeys method
L589[11:53:40] <Sangar> :D
L590[11:54:01] ⇨ Joins: dangranos (~dangranos@37.23.241.125)
L591[11:55:15] *** Caitlyn is now known as Caitlyn|Off
L592[11:57:53] ⇦ Quits: Porygon (~Porygon@198.52.199.35) (Ping timeout: 198 seconds)
L593[11:58:27] *** Caitlyn|Off is now known as Caitlyn
L594[11:58:36] ⇦ Quits: CakeLancelot (Mibbit@cpe-66-25-202-80.sw.res.rr.com) (Quit: http://www.mibbit.com ajax IRC Client)
L595[12:03:05] ⇨ Joins: Porygon (~Porygon@198.52.199.35)
L596[12:09:05] <Vexatos> Sangar: Nope, x y and z are all 0
L597[12:09:09] <Vexatos> in the NBT tag
L598[12:09:25] <Vexatos> Also, the tags I actually want to have are not even there at all
L599[12:10:11] <Sangar> huh. try setting a breakpoint in the writeToNBT to see if it's called correctly?
L600[12:11:27] <Vexatos> Well this is interesting
L601[12:11:30] <Vexatos> sometimes it works
L602[12:11:33] <Vexatos> sometimes it doesnt
L603[12:11:47] <Sangar> :P
L604[12:13:07] <Vexatos> Seriously
L605[12:13:11] <Vexatos> I place chat box
L606[12:13:12] <Vexatos> shows address
L607[12:13:28] <Vexatos> I place a tape drive, now the tape drive shows its address, but the chat box doesn't anymore
L608[12:15:04] <Vexatos> as if only one TE can have the text shown at a time
L609[12:15:18] <Ender> fak
L610[12:15:21] <Vexatos> When I place another block, it shows there correctly
L611[12:15:26] <Vexatos> but not on others anymore
L612[12:15:30] * Vexatos blames Sangar
L613[12:16:15] ⇨ Joins: Johannes13__ (~Johannes@p4FDE97E6.dip0.t-ipconnect.de)
L614[12:16:23] * vifino blames Vexatos
L615[12:16:35] * Sangar blames Minecraft
L616[12:16:59] <vifino> * Minecraft blames Sangar
L617[12:17:22] ⇦ Quits: Johnson (~Johnson@24-178-233-39.dhcp.stls.mo.charter.com) (Ping timeout: 201 seconds)
L618[12:17:26] <Sangar> D:
L619[12:17:34] <Sangar> that's a lot of blame
L620[12:17:36] <vifino> >:D
L621[12:17:49] ⇨ Joins: Johnson|away (~Johnson@24-178-233-39.dhcp.stls.mo.charter.com)
L622[12:18:41] * vifino unblames Sangar
L623[12:18:50] ⇦ Quits: Johannes13_ (~Johannes@p4FDEE10E.dip0.t-ipconnect.de) (Ping timeout: 186 seconds)
L624[12:19:33] <Sangar> phew
L625[12:20:45] ⇨ Joins: CompanionCube (~TCube@90.196.74.246)
L626[12:22:18] ⇦ Quits: TabletCube (~TCube@90.196.68.205) (Ping timeout: 201 seconds)
L627[12:23:05] <Vexatos> Apparently
L628[12:23:13] <Vexatos> Sometimes the node is null
L629[12:23:18] <Vexatos> so it doesn't set the NBT tag
L630[12:23:30] <Vexatos> but that's only the case if x, y and z are also 0
L631[12:23:45] <Vexatos> So the TE wasn't properly initialized or something
L632[12:23:47] <Vexatos> really weird
L633[12:25:21] <Vexatos> And I have no freaking idea why
L634[12:26:20] <Vexatos> Yep
L635[12:26:23] <Vexatos> It actually does look like
L636[12:26:37] <Vexatos> if I place another TE, that one displays the address properly
L637[12:26:43] <Vexatos> also the NBT tag is sent properly
L638[12:26:54] <Vexatos> but the tag for all the others is just empty
L639[12:27:41] <Vexatos> Sangar, do you have a clue what could be happening?
L640[12:28:37] <Sangar> not really. you're using the latest waila version?
L641[12:28:44] <Vexatos> Yep
L642[12:30:35] <Sangar> no idea, sorry :/
L643[12:31:06] <Vexatos> Hmm
L644[12:31:15] <Vexatos> readFromNBT isn't even being called on those
L645[12:33:29] <Vexatos> err writeToNBT
L646[12:33:57] *** Johnson|away is now known as Johnson
L647[12:42:44] ⇨ Joins: TabletCube (~TCube@90.216.51.57)
L648[12:43:53] ⇦ Quits: CompanionCube (~TCube@90.196.74.246) (Ping timeout: 201 seconds)
L649[12:44:01] * skyeIsaKitty shoots tablet cube with kitty ray set to "Kitty"
L650[12:49:40] * skyeIsaKitty shoots TabletCube with kitty ray set to "Kitty"
L651[12:51:43] <Vexatos> So yea
L652[12:51:53] <Vexatos> Sangar: Tape Drive Waila screen works perfectly fine
L653[12:52:05] * skyeIsaKitty shoots Vexatos with kitty ray set to "Kitty"
L654[12:52:08] <Vexatos> As I am not accessing the TE's NBT data, but the item in its inventory :P
L655[12:52:18] <Vexatos> It's just the NBT data that's broken
L656[12:52:23] <Sangar> :P
L657[12:52:26] <Vexatos> And it's horribly broken
L658[12:52:29] <Vexatos> just for me
L659[12:52:36] <Vexatos> all your blocks properly show their address
L660[12:54:01] <Vexatos> And for me only 1 Computronics block shows the address at a time
L661[12:54:10] <Vexatos> and the other NBT dependent stuff isn't working at all
L662[13:00:41] ⇦ Quits: VikeStep (~VikeStep@101.163.3.251) (Quit: Leaving)
L663[13:01:34] ⇨ Joins: TangentDelta (~christine@63.143.24.24)
L664[13:04:55] <Sangar> discrimination!
L665[13:08:25] <Vexatos> It's pretty annoying
L666[13:08:34] <Vexatos> as I can't figure out why it's working for you
L667[13:08:36] <Vexatos> but not for me
L668[13:09:48] *** Techokami|Off is now known as Techokami
L669[13:11:38] ⇦ Quits: jgile2 (~jgile2@c122-108-169-197.rochd4.qld.optusnet.com.au) (Ping timeout: 201 seconds)
L670[13:13:59] *** manmaed|AFK is now known as manmaed
L671[13:17:20] <asie> Vexatos: https://www.reddit.com/r/Nichijou/comments/2ibxh2/how_you_discovered_nichijou/cl0s9xm
L672[13:17:25] <asie> THIS ACTUALLY FUCKING HAPPENED.
L673[13:18:25] ⇦ Quits: Johannes13__ (~Johannes@p4FDE97E6.dip0.t-ipconnect.de) (Ping timeout: 201 seconds)
L674[13:22:07] <Vexatos> fffffffffff
L675[13:22:09] <Vexatos> Hahaha
L676[13:25:27] <skyeIsaKitty> ?
L677[13:26:26] <Vexatos> Good job, asie
L678[13:26:38] <Kodos> I feel like being productive today, but have no idea what I wanna do
L679[13:34:52] ⇨ Joins: CompanionCube (~samis@90.216.51.57)
L680[13:36:24] *** dsAway is now known as ds84182
L681[13:37:44] <CompanionCube> hi
L682[13:38:09] ⇦ Quits: TabletCube (~TCube@90.216.51.57) (Ping timeout: 201 seconds)
L683[13:38:32] <Ender> Hi
L684[13:39:42] * skyeIsaKitty shoots CompanionCube with kitty ray
L685[13:41:06] <skyeIsaKitty> That will be how I greet you from now on, CompanionCube.
L686[13:45:21] *** Hobbyboy|Sleep is now known as Hobbyboy
L687[14:05:14] ⇦ Quits: alekso56_off (~alekso56@2001:464b:33b4:0:226:55ff:febe:6c5b) (Ping timeout: 186 seconds)
L688[14:05:37] ⇨ Joins: Hobby_boy (~Hobbyboy@host31-51-135-126.range31-51.btcentralplus.com)
L689[14:12:10] ⇨ Joins: alekso56_off (~alekso56@ti0020a400-3362.bb.online.no)
L690[14:12:44] *** alekso56_off is now known as alekso56
L691[14:14:49] <vifino> I feel like coding, like everyday. But I have no clue what I should code now.
L692[14:14:52] *** justastranger is now known as justastranger|zzz
L693[14:15:39] <DeanIsaKitty> vifino: Learn another language? :P
L694[14:16:09] <dangranos> ^ learn another non-programming language :D
L695[14:16:55] <vifino> DeanIsaKitty \o/
L696[14:17:10] <vifino> And yes, if you show me a language worth to learn.
L697[14:17:13] <DeanIsaKitty> hey vifino
L698[14:17:16] <ds84182> DeanIsaKitty, learn IRCSH (°͂ ͜ʖ°͂)
L699[14:17:38] <ds84182> vifino, learn IRCSH (°͂ ͜ʖ°͂)
L700[14:17:49] <vifino> ds84182: No.
L701[14:18:01] *** prassel|off is now known as prasselpikachu
L702[14:18:13] <vifino> DeanIsaKitty: Why aren't you 'vifino \o/
L703[14:18:16] <vifino> 'ing anymore?
L704[14:18:25] <DeanIsaKitty> Vifino, do you want to work as Programmer later on?
L705[14:18:29] * vifino suspects he did something
L706[14:18:34] <vifino> Yes.
L707[14:19:03] <DeanIsaKitty> A special area or no idea yet?
L708[14:19:14] <vifino> Not idea yet :o
L709[14:19:38] ⇦ Quits: Wembly (~Wembly@50.240.220.69) (Ping timeout: 186 seconds)
L710[14:20:07] <vifino> DeanIsaKitty: What did I do? :(
L711[14:20:20] <DeanIsaKitty> nothing
L712[14:20:32] *** justastranger|zzz is now known as justastranger
L713[14:20:56] <vifino> What happened then? You seemed happy that I was there :(
L714[14:23:22] *** Daiyousei is now known as Daiyousei|AFK
L715[14:25:23] <CompanionCube> vifino, do you know ruby?
L716[14:25:31] <vifino> CompanionCube: yes
L717[14:25:32] <dangranos> i just love russian handwriting
L718[14:25:43] <CompanionCube> vifino, brainfuck?
L719[14:25:43] <vifino> CompanionCube: I know many things :o
L720[14:25:45] <vifino> yes
L721[14:25:54] <vifino> my bot has brainfuck :o
L722[14:26:08] <vifino> CompanionCube: Carry on...
L723[14:26:09] <CompanionCube> intercal?
L724[14:26:12] <vifino> NO
L725[14:26:13] <vifino> NOO
L726[14:26:14] <vifino> NO
L727[14:26:15] <vifino> NO
L728[14:26:28] <CompanionCube> vifino, learn it
L729[14:26:34] <vifino> CompanionCube: plz
L730[14:26:41] *** justastranger is now known as justastranger|zzz
L731[14:26:46] <CompanionCube> vifino, whitespace?
L732[14:26:52] <vifino> CompanionCube: :|
L733[14:26:55] <vifino> Thats not hard
L734[14:27:06] <vifino> its not even brainfuck level
L735[14:27:18] <CompanionCube> http://en.wikipedia.org/wiki/Whitespace_(programming_language)
L736[14:27:31] <vifino> ik
L737[14:27:37] <CompanionCube> vifino, inform 7?
L738[14:27:53] <CompanionCube> http://inform7.com/
L739[14:27:57] <vifino> CompanionCube: :D
L740[14:28:01] <ds84182> vifino, scala
L741[14:28:01] <CompanionCube> warning: it uses english
L742[14:28:04] <vifino> I wrote a story once
L743[14:28:08] <vifino> was nice
L744[14:28:27] <vifino> CompanionCube: I am 100% aware of that fact
L745[14:28:37] <vifino> ds84182: 2much jvm
L746[14:28:40] <CompanionCube> vifino, x86 assembly?
L747[14:28:48] <ds84182> vifino, arm assembly?
L748[14:28:55] <ds84182> vifino, powerpc assembly?
L749[14:29:03] <dangranos> http://en.wikipedia.org/wiki/Russian_cursive#Features
L750[14:29:05] <ds84182> OH I got it
L751[14:29:17] <ds84182> vifino, devkitPPC C++ game dev shit
L752[14:29:20] <ds84182> fo yo wii
L753[14:29:40] <vifino> Too boring m9
L754[14:29:58] <dangranos> what about non-programming languages?
L755[14:29:58] <ds84182> k
L756[14:30:20] <dangranos> note to self: wait a least 1 second before hitting enter
L757[14:30:33] * CompanionCube wants an android-compatible emulator
L758[14:30:46] <CompanionCube> vifino, Go?
L759[14:30:47] ⇨ Joins: VladStepu2001 (webchat@176.117.215.32)
L760[14:30:55] <dangranos> CC, arm emulator?
L761[14:30:58] <VladStepu2001> Hello
L762[14:31:04] <CompanionCube> Daiyousei|AFK, no
L763[14:31:07] <CompanionCube> derp
L764[14:31:12] <CompanionCube> dangranos, nope
L765[14:31:18] <skyeIsaKitty> VladStepu2001, HELLO!
L766[14:31:19] <CompanionCube> an android-compatible OC emulator
L767[14:31:19] <dangranos> CC, uh :|
L768[14:31:24] <dangranos> cc, oh
L769[14:31:32] <vifino> CompanionCube: Meh
L770[14:32:05] <ds84182> CompanionCube, still involves jvm
L771[14:32:18] <dangranos> my ip is again in 37...
L772[14:32:39] <VladStepu2001> How to use the hologram projector ??? (Sorry for bad english,i from Russia)
L773[14:33:08] <DeanIsaKitty> vifino: Worth learning by objective means? Then I'd suggest SQL, Python, Haskell, C, GLSL, PHP & Erlang.
L774[14:33:12] <dangranos> VladStepu2001, RTFM
L775[14:33:12] <dangranos> .w
L776[14:33:13] <^v> dangranos, http://ocd.cil.li/
L777[14:33:43] <VladStepu2001> I know : comp=require("Component") holo=comp.hologram
L778[14:33:51] <VladStepu2001> What next ?
L779[14:33:57] * CompanionCube loves reading the fucking manual
L780[14:34:03] <VladStepu2001> How draw pixel >
L781[14:34:07] <VladStepu2001> ?
L782[14:34:11] <dangranos> holo.set?
L783[14:34:18] <VladStepu2001> Index
L784[14:34:47] <VladStepu2001> index of this command
L785[14:35:04] <VladStepu2001> What write in () ??
L786[14:35:05] <dangranos> uh
L787[14:35:07] <dangranos> oh
L788[14:35:10] <dangranos> arguments
L789[14:35:27] <dangranos> its arguments (аргументы, если что)
L790[14:35:27] <DeanIsaKitty> VladStepu2001: Trial and error? :P
L791[14:35:34] <dangranos> xyz?
L792[14:35:36] <VladStepu2001> say me arguments of this command
L793[14:36:17] <VladStepu2001> (x,y,z,color) ???
L794[14:37:11] <VladStepu2001> OK
L795[14:38:24] <dangranos> function(x:number, y:number, z:number, value:number or boolean) -- Set the value for the specified voxel.
L796[14:38:45] <vifino> CompanionCube: I tried from your list: Python, PHP, C, SQL, Haskell
L797[14:38:59] <vifino> I have heard about Erlang, but never about glsl
L798[14:39:13] ⇨ Joins: orthoplex64 (~orthoplex@cpe-68-206-247-199.satx.res.rr.com)
L799[14:39:21] <DeanIsaKitty> Well, "trying" != "learning"
L800[14:39:28] <CompanionCube> vifino, wasn't my list
L801[14:39:40] <vifino> wooops
L802[14:40:37] <vifino> DeanIsaKitty: Well, I learned enough of it to know I either don't like the language, or it is useless, if compared to other languages.
L803[14:41:06] <vifino> I really don't like python, but I can use it ._:
L804[14:41:08] <vifino> *._.
L805[14:41:31] <DeanIsaKitty> If any language would be useless it would _never_ be used in corporate environment. All of them are heavily used.
L806[14:41:53] <ds84182> :=;
L807[14:41:58] <dangranos> lua is useless iirc
L808[14:42:07] <dangranos> then
L809[14:42:13] <ds84182> dangranos, in a corporate environment, yes
L810[14:42:18] <ds84182> but for game development
L811[14:42:21] <dangranos> ^ thats what i meant
L812[14:42:40] <vifino> Lua is used in routers.
L813[14:42:50] <DeanIsaKitty> On the topic of python. The world does not revolve around you. There are many other people that can program around and if a employer wants you to use Python, (As more and more do.) they wont give a shit about your opinion.
L814[14:42:51] <ds84182> vifino, u serios?
L815[14:42:56] <vifino> ds84182: Yes.
L816[14:43:16] <ds84182> we just need to take over the world with luajit
L817[14:43:36] <vifino> DeanIsaKitty: I can use it. I wouldn't use it in private projects tho.
L818[14:43:50] <dangranos> derp
L819[14:44:03] <dangranos> mistook python and pascal
L820[14:44:05] <ds84182> anyways, I decompiled 1.8
L821[14:44:13] <ds84182> time to add lua command blocks
L822[14:44:16] <ds84182> without forge
L823[14:44:23] <DeanIsaKitty> dangranos: Pascal is not used anymore really.
L824[14:44:23] <dangranos> :O
L825[14:44:38] <dangranos> dean, ikr
L826[14:45:10] <DeanIsaKitty> Fortran on the other hand... ._.
L827[14:45:18] <vifino> ds84182: Any Fritzbox ( A router class made by AVM, really common in germany ) uses Lua in the web interface
L828[14:45:46] <vifino> Or things that run openwrt, they also use lua
L829[14:48:14] <dangranos> fortran can be used to learn coding
L830[14:48:26] <dangranos> (coding fortran, not on it)
L831[14:50:16] <DeanIsaKitty> dangranos: Fortran is quite often used in science and engineering and even some supercomputing.
L832[14:50:41] <dangranos> fortran and supercomputing in one sentence? Q_Q
L833[14:50:48] <DeanIsaKitty> uhm
L834[14:51:00] <vifino> My bot has Forth :o
L835[14:51:06] <DeanIsaKitty> You know how fast fortran is in comparison to C, do you?
L836[14:52:06] * skyeIsaKitty feeds DeanIsaKitty assembly language
L837[14:52:09] <dangranos> uh, fortran is not compileable language iirc
L838[14:52:31] <dangranos> hmm
L839[14:53:13] <dangranos> nothing beats asm by speed (ofc if code is written to be fast) :P
L840[15:01:30] ⇦ Quits: alekso56 (~alekso56@ti0020a400-3362.bb.online.no) (Read error: Connection reset by peer)
L841[15:03:33] ⇦ Quits: VladStepu2001 (webchat@176.117.215.32) (Ping timeout: 182 seconds)
L842[15:08:45] ⇨ Joins: alekso56 (~alekso56@2001:464b:33b4:0:226:55ff:febe:6c5b)
L843[15:15:42] <dangranos> i am quiet :(
L844[15:19:42] <vifino> ds84182: If you do that, i want it
L845[15:19:59] <vifino> I mean the mc lua thing
L846[15:27:01] <gamax92> Sangar: how does i tablet
L847[15:27:27] <Sangar> gamax92: like you robot, but with tablet case
L848[15:27:38] <gamax92> Sangar: oh, so in the assembler
L849[15:27:42] <Sangar> yep
L850[15:29:15] <gamax92> Sangar: :I no creative tablets
L851[15:30:07] <Sangar> yeaaaah. maybe later.
L852[15:30:29] <gamax92> i guess i won't have internet in my tablet
L853[15:31:33] <Sangar> you prefer wlan? :P
L854[15:32:21] <Sangar> oh, and put them in a charger to recharge them and access their first disk via a computer connected to the charger
L855[15:32:48] ⇨ Joins: Vexaton (~Vexatos@p200300556E319A5568D369302039BAF3.dip0.t-ipconnect.de)
L856[15:33:21] ⇨ Joins: Negi|2 (Negi@2a01:e35:2f6a:7060:680d:835d:c9a7:b445)
L857[15:35:14] ⇦ Quits: Negi (~Negi@2a01:e35:2f6a:7060:680d:835d:c9a7:b445) (Ping timeout: 186 seconds)
L858[15:35:19] ⇦ Quits: Vexatos (~Vexatos@p200300556E319A9068D369302039BAF3.dip0.t-ipconnect.de) (Ping timeout: 201 seconds)
L859[15:35:38] *** Vexaton is now known as Vexatos
L860[15:38:29] <gamax92> Sangar: uhh, how do you get their charge level?
L861[15:38:50] ⇦ Quits: orthoplex64 (~orthoplex@cpe-68-206-247-199.satx.res.rr.com) (Ping timeout: 186 seconds)
L862[15:39:01] <DeanIsaKitty> gamax92: computer.energy() or something
L863[15:39:03] <Sangar> like for computers, computer.energy()
L864[15:39:09] <Sangar> damn ninjas
L865[15:39:30] <gamax92> >_> i can't type on my tablet
L866[15:39:59] <DeanIsaKitty> Did you include a keyboard? ;)
L867[15:43:53] <Vexatos> Did you include a screen?
L868[15:44:21] <Vexatos> Sangar: Tablet + inventory upgrade + Inventory controller upgrade, does that work?
L869[15:44:24] <Vexatos> xD
L870[15:44:51] <Sangar> Vexatos, nope. in 1.4 there'll be api stuff that allows checking for that so it's not even possible to build.
L871[15:45:05] <Vexatos> Okay, good
L872[15:45:28] <Sangar> (it's already working, i'm just not 100% sure i like the implementation, yet :P)
L873[15:45:30] <Vexatos> "so it's not even possible to put them into the upgrade slots." rather
L874[15:45:37] <Sangar> yes
L875[15:46:23] <Sangar> basically the driver can specify an additional method that takes the environment class and based on that can deny working (so, indeed, it won't be possible to even place them in the slots)
L876[15:47:29] ⇨ Joins: orthoplex64 (~orthoplex@cpe-68-206-247-199.satx.res.rr.com)
L877[15:47:41] <Vexatos> So you can check, for example, if the environment is a robot
L878[15:48:57] <gamax92> Sangar: .-. how do you get the charge level, when it in the charger
L879[15:49:08] <Sangar> Vexatos, yes
L880[15:49:09] <SpiritedDusty> regex is faster than looping through a string right?
L881[15:49:30] <Sangar> gamax92, uhhhh... item damage >_>
L882[15:49:41] <gamax92> oh, so then this is fully charged.
L883[15:50:03] <Vexatos> ...
L884[15:50:06] <Vexatos> ..........
L885[15:50:07] ⇦ Quits: kuya (~dunk@95.151.61.155) (Ping timeout: 201 seconds)
L886[15:50:35] <Sangar> SpiritedDusty, rule of thumb: regex is slower than <insert something here>
L887[15:51:19] <Sangar> it may *look* nicer and shorter, but it'll almost always be computationally more complex :P
L888[15:51:27] <SpiritedDusty> oh. I've always thought regex was fastest at doing patterns and stuff. thanks
L889[15:51:41] <Vexatos> I once made an RNG using excessive amounts of regex
L890[15:51:45] <Vexatos> That was fun :P
L891[15:54:05] ⇨ Joins: PotatoTrumpet (~PotatoTru@WL4-34.1scom.net)
L892[15:54:10] <PotatoTrumpet> Good Morning
L893[16:05:32] ⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Ping timeout: 201 seconds)
L894[16:10:29] <gamax92> Sangar: would it be possible to get isAir in the debug card?
L895[16:10:58] <Sangar> sure
L896[16:12:52] <Vexatos> also isGamax92
L897[16:12:55] <Vexatos> and isPastryfork
L898[16:18:58] ⇦ Quits: Tahg (~Tahg@pool-96-233-104-191.bstnma.fios.verizon.net) (Read error: Connection timed out)
L899[16:19:44] ⇨ Joins: Tahg (~Tahg@pool-96-233-104-191.bstnma.fios.verizon.net)
L900[16:19:44] zsh sets mode: +v on Tahg
L901[16:30:59] ⇨ Joins: mzx987 (webchat@c-24-2-5-236.hsd1.mo.comcast.net)
L902[16:37:17] ⇦ Parts: mzx987 (webchat@c-24-2-5-236.hsd1.mo.comcast.net) ())
L903[16:39:49] ⇨ Joins: asie (~asie@078088168214.elblag.vectranet.pl)
L904[16:39:49] zsh sets mode: +v on asie
L905[16:41:55] <gamax92> Sangar: so, i put the tablet in a disk drive to modify it?
L906[16:42:08] <Sangar> charger
L907[16:42:16] <gamax92> Sangar: no, to edit files
L908[16:42:20] <Sangar> yes
L909[16:42:47] <gamax92> Sangar: does not go into disk drive
L910[16:42:53] <Sangar> i know
L911[16:42:57] <Sangar> put it in the charger
L912[16:43:07] <gamax92> :|
L913[16:44:00] <Sangar> it made more sense to me to have all that functionality in one place. versus having tablets in a... disk drive... where only floppies shoud fit in :P
L914[16:46:06] *** DeanIsaKitty is now known as DeanIsGone
L915[16:49:17] *** vifino is now known as vifi-chan
L916[16:49:51] *** kirby|Gone is now known as mrkirby153
L917[16:52:27] <gamax92> Sangar: can tablets be named?
L918[16:53:02] <vifi-chan> gamax92: Anvil q_q
L919[16:53:03] <vifi-chan> nub
L920[16:54:13] <Sangar> uhh, probably that, but it won't have any effect (i.e. it's not like it is for robots)
L921[16:54:57] <Caitlyn> It's been so long since I touched MC.. the last time I used a tablet, they were still a supersekrit thing :P
L922[16:57:18] <ShadowKatStudios> ah, a good amount of caffine- I've started twitching
L923[16:59:30] ⇨ Joins: mallrat208 (~mallrat20@68.204.184.175)
L924[17:00:16] *** DeanIsGone is now known as DeanIsaKitty
L925[17:00:29] <vifi-chan> DeanIsaKitty \o/
L926[17:00:37] <ShadowKatStudios> Sangar: Idea for an OC weapon: Cat5-o-nine-tails
L927[17:00:52] <vifi-chan> o_o
L928[17:00:53] ⇨ Joins: Johannes13__ (~Johannes@141.70.98.71)
L929[17:00:56] <Sangar> you've had waaay too much coffee
L930[17:01:37] <ShadowKatStudios> I've had no coffee
L931[17:01:46] <ShadowKatStudios> I have half a litre of Mother on my desk
L932[17:01:59] * skyeIsaKitty agrees to weapon suggestion
L933[17:02:44] <skyeIsaKitty> Also, make keyboards a weapon
L934[17:03:13] <Sangar> ah well, you mentioned caffeine, so i just assumed :P
L935[17:03:34] *** PotatoTrumpet is now known as PotatoIsaKitty
L936[17:03:42] <DeanIsaKitty> Sangar: "mother" is an australian energy drink.
L937[17:03:50] *** Graypup|AFK is now known as Graypup_
L938[17:04:03] <Sangar> haha, keyboards as weapons sounds... interesting. needs particle effects that look like flying keys, tho.
L939[17:05:10] ⇦ Quits: Kodos (~Kodos@2602:306:ce20:6c30:cc1c:1b2a:8c0:59dd) (Quit: Leaving)
L940[17:05:28] * Graypup_ is confused by the meaning of absolute direction in the docs about the redstone event
L941[17:08:09] <skyeIsaKitty> Sangar, some IRL keyboards weigh 2KG. In Minecraft, we make a keyboard out of stone. must be much heavier....
L942[17:08:44] <Sangar> Graypup_, world direction, i.e. use sides.north/east/south/north
L943[17:08:50] <Sangar> ...
L944[17:08:53] <Sangar> west
L945[17:08:55] <Sangar> anyway
L946[17:08:56] <Graypup_> ah ok
L947[17:09:11] <vifi-chan> Sangar: I want 3d models of everything ._.
L948[17:09:15] *** prasselpikachu is now known as prassel|off
L949[17:09:15] <Graypup_> irl keyboards weighing 2kg? you mean mine? XD
L950[17:09:41] <CompanionCube> hey ShadowKatStudios
L951[17:09:43] <Sangar> dunno how much mine weighs, but it's close, at least :P
L952[17:09:53] <CompanionCube> don't steal my idea bout the whip made of network cables
L953[17:10:07] <ShadowKatStudios> It's not your idea.
L954[17:10:11] <ShadowKatStudios> It was on imgur
L955[17:10:33] <CompanionCube> doesn't make it yours either
L956[17:10:46] <ShadowKatStudios> I'm not saying it is.
L957[17:10:53] <Vexatos> SKS: Should I add Computized weapons to computronics?
L958[17:11:03] <Vexatos> Would fit to the mod name better than anything currently in the mod
L959[17:11:04] <CompanionCube> yes
L960[17:11:07] <ShadowKatStudios> I said a cool idea for a weapon in OC would be a cat5-o-nine-tails
L961[17:11:12] <ShadowKatStudios> Vexatos: Yes.
L962[17:11:13] <CompanionCube> ShadowKatStudios, better yet
L963[17:11:15] * Vexatos throws Coilguns at SKS
L964[17:11:16] <CompanionCube> make it cat6
L965[17:11:24] <v^> jesus christ
L966[17:11:29] <ShadowKatStudios> YES! COILGUNS!
L967[17:11:34] <v^> have been playing this memorization game for the past hour
L968[17:11:38] <v^> ,_, its working
L969[17:11:44] * CompanionCube does not know what a coilgun is
L970[17:11:45] <asie> i need to call slowpoke
L971[17:11:48] <v^> Q is x52
L972[17:11:49] <asie> planning to join jampacked
L973[17:12:02] <Vexatos> SKS: Compatible with GregTech rounds :P
L974[17:12:05] <v^> .l string.format("%02X",("Q"):byte())
L975[17:12:05] <^v> v^, 51
L976[17:12:07] <v^> ff
L977[17:12:18] <ShadowKatStudios> GregTech has weapons?
L978[17:12:20] <Vexatos> No
L979[17:12:23] <Vexatos> but it has rounds
L980[17:12:28] <Vexatos> Do not ask me why
L981[17:12:32] * skyeIsaKitty shoots Vexatos with kitty ray
L982[17:12:35] <Vexatos> It needs to get a use
L983[17:12:36] <Vexatos> Okay
L984[17:12:39] <Vexatos> kitty ray
L985[17:12:41] <Vexatos> coilgun
L986[17:12:45] <v^> but anyway https://github.com/P-T-/games/raw/testing/ascii.love
L987[17:12:46] <Vexatos> anything else?
L988[17:13:07] <Vexatos> skyeisakitty: Which modes should the kitty ray have?
L989[17:13:10] <ShadowKatStudios> Uh... turret-mounted railguns?
L990[17:13:19] <Vexatos> SKS: ICBM already has that
L991[17:13:24] <ShadowKatStudios> Stunguns?
L992[17:13:27] <Vexatos> Also, I suck at models
L993[17:13:36] <Graypup_> Sangar, are there redstone_changed events for bundled cable?
L994[17:13:47] <Sangar> Graypup_, uh, should be?
L995[17:13:52] <Graypup_> hmm
L996[17:13:54] <Graypup_> strange
L997[17:13:58] <skyeIsaKitty> just do a tube of copper coils
L998[17:14:03] <Graypup_> my program isn't seeming to get its callback called
L999[17:14:22] <v^> fancy shit http://i.imgur.com/PD74ND5.png
L1000[17:14:31] <Vexatos> "skyeisakitty: Which modes should the kitty ray have?"
L1001[17:15:06] <skyeIsaKitty> hm...
L1002[17:15:11] <skyeIsaKitty> KITTY!
L1003[17:15:16] <ShadowKatStudios> neko
L1004[17:15:17] <skyeIsaKitty> human
L1005[17:15:22] <Sangar> Graypup_, maybe just try while true print(event.pull()) end in the lua interpreter, change something, see how/if that pops up
L1006[17:15:22] ⇨ Joins: TankNut (webchat@80.100.93.228)
L1007[17:15:28] <Vexatos> The kitty effect should last for 5 or 10 seconds
L1008[17:15:34] <skyeIsaKitty> ....
L1009[17:15:48] <skyeIsaKitty> perminant until shot again?
L1010[17:16:05] <Vexatos> I don't want a toll to permanently turn everyone into kittens
L1011[17:16:12] <Vexatos> troll*
L1012[17:16:26] <TankNut> Quick question: If I want to shove a program or two onto MiscPrograms, do I have to edit the programs.yaml as well?
L1013[17:16:29] * Vexatos makes the kitty ray actually shoot a ray made of kittens
L1014[17:16:35] <ShadowKatStudios> Have it as an infinite time status effect?
L1015[17:16:43] <ShadowKatStudios> Drink something to get rid of it?
L1016[17:16:54] <Vexatos> TankNut: No
L1017[17:16:57] <Vexatos> Well
L1018[17:16:58] <Vexatos> You could
L1019[17:17:06] <Vexatos> If you want to have it shown on the website
L1020[17:17:14] <CompanionCube> Perhaps have it last for 10mins or until shot again, whichever shorter
L1021[17:17:26] <Vexatos> Then you need to be able to aim at yourself
L1022[17:17:44] <Vexatos> Meh, this is going to bee too much work
L1023[17:17:47] <ShadowKatStudios> shift-rightclick to aim at self?
L1024[17:17:49] <Vexatos> Turning players into kittens
L1025[17:17:57] <Sangar> bbl
L1026[17:17:57] <Vexatos> I don't want to re-do the whole Morph mod
L1027[17:18:05] <skyeIsaKitty> SKS: How would you change modes?
L1028[17:18:08] <TankNut> Vexatos: Website?
L1029[17:18:21] <Vexatos> http://openprograms.github.io/
L1030[17:18:27] <ShadowKatStudios> skyeIsaKitty: Kitty cartridges.
L1031[17:18:31] <TankNut> Ah, thanks.
L1032[17:18:35] <skyeIsaKitty> hm...
L1033[17:18:54] <Vexatos> I could make it shoot actual kittens
L1034[17:19:03] <Vexatos> hurting kittens
L1035[17:19:09] <skyeIsaKitty> Vexatos, have that as an option
L1036[17:19:24] <ShadowKatStudios> explosive kittens
L1037[17:19:26] <vifi-chan> 'Give a troll a weapon and he will kill, give him a license and he will destroy all humans.'
L1038[17:19:28] <Vexatos> Okay, coilgun, kitty gun, stungun (what does that do)
L1039[17:19:32] <vifi-chan> -- Unknown
L1040[17:19:32] <Vexatos> SKS: That was the plan
L1041[17:19:34] <Vexatos> Explosive mode
L1042[17:19:39] <Vexatos> breaching mode
L1043[17:19:41] <Vexatos> :3
L1044[17:19:47] <skyeIsaKitty> Kitty Ray is OP
L1045[17:19:50] <ShadowKatStudios> stungun uses electricity to stop players from moving and hurts them 2 hearts
L1046[17:20:03] <Vexatos> Slowness X :P
L1047[17:20:11] <Vexatos> But incredibly short range
L1048[17:20:14] <Vexatos> 5 blocks at most
L1049[17:20:20] <ShadowKatStudios> yeah
L1050[17:20:23] <Vexatos> gets lower as your gun depletes
L1051[17:20:39] <Vexatos> Also stuns on left click
L1052[17:20:48] <Vexatos> But consumes much more power
L1053[17:20:49] <vifi-chan> I would vote for 15 blocks
L1054[17:21:16] <vifi-chan> and rechargable, just consuming electricity
L1055[17:21:57] <Graypup_> event.listen('redstone_changed', redstoneEventListener)
L1056[17:22:05] <Graypup_> print('caught redstone change on side ' .. sides[side])
L1057[17:22:19] <Graypup_> so supposedly it should be printing when it receives a redstone event
L1058[17:22:40] <Graypup_> (second line is the first line in redstoneEventListener)
L1059[17:23:09] *** Daiyousei|AFK is now known as Daiyousei
L1060[17:23:19] <skyeIsaKitty> Kitty Ray Modes: Shoot Pain Kitties, Shoot Explosive Kitties, Shoot Breaching Explosive Kitties, Turn target into Kitty, Turn target into neko (Human with cat ears and tail), Turn target into human. (Targets can be either cats or humans)
L1061[17:24:20] <Graypup_> aha
L1062[17:24:23] <Graypup_> event.log is helpful
L1063[17:24:56] <Graypup_> lol my debug code is crashing it
L1064[17:24:58] <Graypup_> XD
L1065[17:26:18] <Graypup_> hmm
L1066[17:27:51] ⇦ Quits: dangranos (~dangranos@37.23.241.125) (Read error: Connection reset by peer)
L1067[17:28:14] <Vexatos> SKS, skyeisakitty: Check and suggest: https://github.com/asiekierka/Computronics/issues/60
L1068[17:30:05] <TankNut> Aaand done.
L1069[17:32:28] ⇨ Joins: NixillUmbreon|2 (~kvirc@68.42.105.200)
L1070[17:32:37] <skyeIsaKitty> Vexatos, no transformations? I am dissapointed
L1071[17:32:49] <Vexatos> skye: a) would be overpowered
L1072[17:32:54] <Vexatos> b) would probably be overpowered
L1073[17:33:00] <Vexatos> c) would not be worth the effort
L1074[17:33:06] ⇦ Quits: NixillUmbreon (~kvirc@76.122.156.193) (Ping timeout: 201 seconds)
L1075[17:33:11] <skyeIsaKitty> d) would to very over priced
L1076[17:33:51] *** Logan|zzz is now known as Logan
L1077[17:34:17] <asie> Vexatos: done
L1078[17:34:38] *** Caitlyn is now known as Caitlyn|Off
L1079[17:34:50] *** prassel|off is now known as prasselpikachu
L1080[17:35:03] <Vexatos> asie: This mod is called COMPUTRONICE
L1081[17:35:06] <Vexatos> Computronics*
L1082[17:35:18] <Vexatos> Nothing would fit into the mod more than a coilgun
L1083[17:35:19] * skyeIsaKitty shoots asie with kitty aray set to "explosive" and "transform into kitty"
L1084[17:35:23] * asie blows up
L1085[17:35:38] <ShadowKatStudios> Vexatos: Where is the cat5-o-nine-tails on there?
L1086[17:35:40] <skyeIsaKitty> and respawns as a kitty
L1087[17:36:00] <skyeIsaKitty> Where is the keyboard as a weapon?
L1088[17:36:02] <TankNut> Explosive kitty transformations? o-o
L1089[17:36:15] <ds84182> OpenComputice.
L1090[17:36:24] <ds84182> Everything is now on ice.
L1091[17:36:28] <Vexatos> Hehe
L1092[17:36:39] <Vexatos> Seriously, why didn't a mod add coilguns yet
L1093[17:36:48] * skyeIsaKitty shoots TankNut with kitty ray set to "Kitty" "No explosions"
L1094[17:36:56] <Vexatos> And it would fit into Computronics REALLY well, asie
L1095[17:36:58] <Vexatos> Because
L1096[17:37:02] * Vexatos checks mod name
L1097[17:37:04] <Vexatos> yeah....
L1098[17:37:07] <TankNut> Meow
L1099[17:37:24] <skyeIsaKitty> \o/
L1100[17:37:55] <skyeIsaKitty> Make a new mod, call it notcomputronics
L1101[17:38:06] <Vexatos> asietronics
L1102[17:38:07] ⇨ Joins: ping (~notPing@2601:4:4500:e15:bd17:f15b:aeef:dab5)
L1103[17:38:07] zsh sets mode: +v on ping
L1104[17:38:08] <Vexatos> Just because
L1105[17:38:28] <TankNut> Oh yeah, Vexatos: Created the pull request for MiscPrograms.
L1106[17:39:20] <Vexatos> .openprg
L1107[17:39:24] <Vexatos> asie: Please <3
L1108[17:39:33] <asie> Vexatos: make guntronics
L1109[17:39:34] <^v> Vexatos, http://71.238.153.166/paste/wQIRv.txt
L1110[17:39:40] <Vexatos> asie: No
L1111[17:39:47] <Vexatos> It just fits so well into the mod
L1112[17:39:54] <Vexatos> I'll make it a config option, default off
L1113[17:40:02] <Vexatos> so people will have to find the secrets
L1114[17:40:16] <Vexatos> B:secretfeaturesblamesks=false
L1115[17:40:39] *** prasselpikachu is now known as prassel|off
L1116[17:40:54] <Vexatos> asie ^
L1117[17:41:05] <Vexatos> I am sure many people would like you :3 (I know you don't care about that)
L1118[17:41:06] *** Caitlyn|Off is now known as Caitlyn
L1119[17:43:02] <TankNut> Now to finish that example program.
L1120[17:43:15] ⇨ Joins: mindstorm8191 (~IceChat77@162-203-90-21.lightspeed.lsvlky.sbcglobal.net)
L1121[17:43:29] <vifi-chan> Vexatos: asie: 'NOT IN THIS MOD'
L1122[17:43:38] <mindstorm8191> afternoon everyone
L1123[17:43:39] <vifi-chan> He said 'NOT IN THIS MOD' q_q
L1124[17:43:48] <vifi-chan> aka NOT IN THIS MOD
L1125[17:43:53] <Vexatos> >_>
L1126[17:44:16] <TankNut> Hi mind.
L1127[17:44:32] <mindstorm8191> hi TankNut, whats new?
L1128[17:45:25] <TankNut> Not much, finally got off my ass and made use of the MiscPrograms repo
L1129[17:45:53] <ShadowKatStudios> Should I put micrOS on OpenPrograms while it's still smaller than miniOS?
L1130[17:45:53] <mindstorm8191> oh... in OC?
L1131[17:45:55] * Vexatos blames asie for not supporting coilguns
L1132[17:46:04] * Vexatos throws SKS at asie
L1133[17:46:09] <Vexatos> SKS: Do it if you want :P
L1134[17:46:09] <TankNut> Yeah.
L1135[17:46:44] <mindstorm8191> I see... I'm working on a secret webpage app
L1136[17:47:08] <TankNut> Fun.
L1137[17:47:09] <ShadowKatStudios> Vexatos: I'd do it if I could figure out git
L1138[17:47:17] ⇦ Quits: NixillUmbreon|2 (~kvirc@68.42.105.200) (Ping timeout: 201 seconds)
L1139[17:47:31] ⇨ Joins: NixillUmbreon (~kvirc@76.122.156.193)
L1140[17:47:42] <Vexatos> SKS: Step 1
L1141[17:47:46] <Vexatos> Download SourceTree
L1142[17:47:53] <ShadowKatStudios> sudo pacman -S git ?
L1143[17:48:10] <Vexatos> Hmmm
L1144[17:48:23] <Vexatos> SourceTree is the only program I am missing on Linux
L1145[17:48:25] <Vexatos> but yea, asie
L1146[17:48:29] <Vexatos> just download git package
L1147[17:48:37] <Vexatos> s/asie/SKS
L1148[17:49:26] <Vexatos> SKS: You should get some git GUI
L1149[17:53:14] ⇨ Joins: pong (~notPing@2601:4:4500:e15:ed44:d2b6:12e0:64a0)
L1150[17:53:14] zsh sets mode: +v on pong
L1151[17:53:19] <ds84182> local entity = ... local x, y, z = entity:getPosition() entity:setPosition(x,y+5,z)
L1152[17:55:55] ⇦ Quits: ping (~notPing@2601:4:4500:e15:bd17:f15b:aeef:dab5) (Ping timeout: 201 seconds)
L1153[17:57:49] <TankNut> That feeling when you accidentally paste your program into openOS's command line instead of in the editor.
L1154[17:58:07] <Vexatos> Good job
L1155[17:58:11] <Vexatos> Here, have a kitten.
L1156[17:58:16] *** Hawk777_ is now known as Hawk777
L1157[17:58:19] <TankNut> Yay
L1158[17:58:21] * Vexatos throws skyeisakitty into TankNut's face
L1159[18:01:20] *** DeanIsaKitty is now known as DeanIsGone
L1160[18:03:30] <skyeIsaKitty> mew
L1161[18:03:38] ⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Ping timeout: 186 seconds)
L1162[18:03:50] * skyeIsaKitty shoos kitty ray at vexatos
L1163[18:06:22] *** DeanIsGone is now known as DeanIsaKitty
L1164[18:09:32] <SpiritedDusty> I seem to be getting input lag when typing into a computer on singleplayer... :/
L1165[18:10:37] <TankNut> I think that's always there. I just edit it in notepad++ and paste it into the editor.
L1166[18:12:00] <Vexatos> Wait
L1167[18:12:06] <Vexatos> someone is actually using edit?
L1168[18:12:39] <Sangar> i do! :P
L1169[18:12:44] <ShadowKatStudios> https://i.imgur.com/A69FnBU.png
L1170[18:13:15] <Vexatos> We need bedit in OC
L1171[18:13:16] <SpiritedDusty> what if Sangar uses edit to code OC?
L1172[18:13:20] <Vexatos> Like besh
L1173[18:13:26] <Sangar> "Tresspassers" :P
L1174[18:13:43] <Vexatos> SKS: What are those beams?
L1175[18:13:55] <Vexatos> :P
L1176[18:14:06] * Vexatos certainly sees the need for coilguns
L1177[18:14:10] <Sangar> chunk borders?
L1178[18:14:19] <Vexatos> Which you, by the way, need to charge in an OC charger
L1179[18:14:19] <Vexatos> :3
L1180[18:14:27] <Vexatos> Sangar: Probably
L1181[18:14:33] <Sangar> also, if bedit is vim, thenyesplease
L1182[18:14:41] <Vexatos> vim
L1183[18:14:46] <Vexatos> I could never configure it properly
L1184[18:15:01] * SpiritedDusty has never figured out how to use vim
L1185[18:15:03] <ShadowKatStudios> Yeah, I have f9 on
L1186[18:15:03] <Vexatos> Because it looks horribly broken to me
L1187[18:15:16] <ShadowKatStudios> I've figured out how to use vi :D
L1188[18:15:30] <Vexatos> Probably just a crappy default configuration
L1189[18:16:25] <Vexatos> Come on, I have an ides
L1190[18:16:27] <Vexatos> idea*
L1191[18:16:31] <Vexatos> I make the coilgun mod
L1192[18:16:35] <Vexatos> Sangar makes the models
L1193[18:16:43] <Vexatos> And SKS is happy
L1194[18:16:53] <Sangar> you don't want me to make models, trust me
L1195[18:17:49] <Vexatos> You made the robot
L1196[18:17:58] <Vexatos> Means you are 9001% better at models than I am
L1197[18:18:02] <Vexatos> or raw GL
L1198[18:18:02] <Sangar> :P
L1199[18:18:03] <Vexatos> whatever
L1200[18:18:14] <Vexatos> And I doubt asie wants to do it
L1201[18:18:16] <ShadowKatStudios> I should write a hologram format
L1202[18:18:21] <Vexatos> And I really suck at rendering
L1203[18:18:28] ⇨ Joins: kuya (~dunk@95.151.61.155)
L1204[18:18:33] <Vexatos> So turning people into kittens... meh
L1205[18:18:39] <skyeIsaKitty> The kitty ray would be a copper tube
L1206[18:18:47] <SpiritedDusty> raw gl ;_;
L1207[18:18:53] <skyeIsaKitty> Vexatos, kittens already exist
L1208[18:18:56] <Vexatos> I know
L1209[18:19:01] <Vexatos> And I can use their model
L1210[18:19:11] <Vexatos> But I would also need to shift the HUD down like Morph does
L1211[18:20:48] <TankNut> Well this is a fun surprise.
L1212[18:21:16] <TankNut> I just alt tabbed to find out what was causing this issue with my code and when I tabbed back in I was met with an unrecoverable error.
L1213[18:21:27] <TankNut> Too long without yielding, crap.
L1214[18:22:38] <pong> jesus christ this is effective
L1215[18:22:54] ⇦ Quits: Lumien (~lumien@p4FED5F60.dip0.t-ipconnect.de) (Quit: Nettalk6 - www.ntalk.de)
L1216[18:23:14] <pong> ive memorized most letter's hex values
L1217[18:23:17] <pong> leme try
L1218[18:23:51] <pong> 504f4e47
L1219[18:24:11] <pong> .l string.char(0x50,0x4f,0x4e,0x47)
L1220[18:24:11] <^v> pong, PONG
L1221[18:24:13] <pong> wooooooo
L1222[18:25:12] <Vexatos> ?
L1223[18:25:14] <ShadowKatStudios> .l string.char(0x20)
L1224[18:25:14] <^v> ShadowKatStudios,
L1225[18:25:18] <pong> the game i made
L1226[18:25:21] <ShadowKatStudios> .l string.char(0x20,0x21)
L1227[18:25:21] <^v> ShadowKatStudios, !
L1228[18:25:30] <pong> its for memorizing ascii
L1229[18:25:36] <pong> :>
L1230[18:25:40] <Vexatos> .l string.char(0x01, 0x53)
L1231[18:25:40] <^v> Vexatos, S
L1232[18:25:41] <pong> and its working verry well
L1233[18:25:46] <pong> i thought it would take a week
L1234[18:25:48] <Vexatos> .l string.char(0x153)
L1235[18:25:48] <^v> Vexatos, lua:1: bad argument #1 to 'char' (value out of range)
L1236[18:25:51] <pong> but i already know most letters
L1237[18:25:53] <Vexatos> .l string.char(0x53)
L1238[18:25:53] <^v> Vexatos, S
L1239[18:26:14] <pong> forgot V >_>
L1240[18:26:32] <Vexatos> .l string.char(0x99)
L1241[18:26:32] <^v> Vexatos, �
L1242[18:26:48] <Vexatos> .l "pong"..string.char(0x99)
L1243[18:26:48] <^v> Vexatos, pong�
L1244[18:26:50] <Vexatos> yay
L1245[18:28:35] <Vexatos> Seriously, I think we should make that mod, just because
L1246[18:28:40] <Vexatos> SKS approves :P
L1247[18:30:00] <pong> .l string.char(0x45,0x41,0x54,0x4f,0x53)
L1248[18:30:00] <^v> pong, EATOS
L1249[18:30:10] <pong> i dunno v or x
L1250[18:31:31] <Vexatos> v->22nd character
L1251[18:31:49] <TankNut> Either I'm really bad at this or OC is trolling me at this point.
L1252[18:31:58] <Vexatos> .l string.char(0x1)
L1253[18:31:58] <^v> Vexatos,
L1254[18:32:00] <Vexatos> .l string.char(0x2)
L1255[18:32:00] <^v> Vexatos,
L1256[18:32:02] <Vexatos> .l string.char(0xf)
L1257[18:32:02] <^v> Vexatos,
L1258[18:32:06] <Vexatos> .l string.char(0x13)
L1259[18:32:06] <^v> Vexatos,
L1260[18:32:08] <Vexatos> .l string.char(0x176)
L1261[18:32:08] <^v> Vexatos, lua:1: bad argument #1 to 'char' (value out of range)
L1262[18:32:09] <Vexatos> .l string.char(0x17)
L1263[18:32:09] <^v> Vexatos,
L1264[18:32:11] <Vexatos> .l string.char(0x20)
L1265[18:32:11] <^v> Vexatos,
L1266[18:32:18] <Vexatos> .l string.char(0x35)
L1267[18:32:18] <^v> Vexatos, 5
L1268[18:32:22] <Vexatos> .l string.char(0x40)
L1269[18:32:22] <^v> Vexatos, @
L1270[18:32:23] <pong> .ignore Vexatos
L1271[18:32:23] <^v> pong, Ignored *!*@p200300556E319A5568D369302039BAF3.dip0.t-ipconnect.de
L1272[18:32:24] <pong> >_>
L1273[18:32:24] <Vexatos> :P
L1274[18:32:32] <TankNut> Lol
L1275[18:33:23] <TankNut> Also goddammit OC the .lua is right there in the lib folder, what do you mean you can't find the modul- oh.
L1276[18:33:50] <TankNut> Nevermind.
L1277[18:33:55] <Porygon> .l string.char(0x1).."a"
L1278[18:33:55] <^v> Porygon, a
L1279[18:35:51] <Vexatos> .openprg
L1280[18:36:27] <Vexatos> pong: Your bot is ignoring me and I do not know why!!!! PLEASE FIX!!!!!!!!!!1111111111one
L1281[18:36:43] <pong> .openprg
L1282[18:36:49] <pong> lol 111one
L1283[18:36:54] <^v> pong, http://71.238.153.166/paste/bOAeR.txt
L1284[18:37:26] ⇨ Joins: asie (~asie@078088168214.elblag.vectranet.pl)
L1285[18:37:26] zsh sets mode: +v on asie
L1286[18:37:40] <Vexatos> asie!
L1287[18:37:51] <asie> Vexatos.
L1288[18:37:52] <Vexatos> Do you want to make a new mod? :P
L1289[18:39:05] <Sangar> .l string.char(0x1.ap6).."i"
L1290[18:39:05] <^v> Sangar, hi
L1291[18:40:00] <Vexatos> what the heck
L1292[18:40:14] <Sangar> lua is fun :>
L1293[18:40:19] <TankNut> Is that bot just interpreting Lua?
L1294[18:40:29] <pong> ^v can do a lot of things
L1295[18:40:49] <pong> include ignore people /me glares at Vexatos
L1296[18:41:45] <TankNut> Lol
L1297[18:58:07] ⇨ Joins: Caitlyn (~Caitlyn__@apollo.pc-logix.com)
L1298[18:58:07] zsh sets mode: +v on Caitlyn
L1299[18:59:05] ⇨ Joins: binaryblade (~Binarybla@server.jonathanfraser.ca)
L1300[18:59:53] <Sangar> upgrading to 1.8 looks like it's going to be quite annoying :/
L1301[19:00:55] <Sangar> lots of things that can be search-replaced, sure, but the move of block rendering info to json...
L1302[19:01:52] <Sangar> the sad thing is can't really get mad because i think the new system is better from what i've seen :X
L1303[19:02:52] *** prassel|off is now known as prasselpikachu
L1304[19:03:12] <asie> Sangar: Just Don't Do It
L1305[19:03:16] <asie> for a while
L1306[19:04:36] *** w00tc0d3_ is now known as w00tc0d3
L1307[19:04:48] <Sangar> heh. well, i'll at least wait until forge is done before really getting started, of course. all the events :P
L1308[19:04:58] <Sangar> well, and then there's all the (soft) dependencies... so yeah.
L1309[19:05:09] <TankNut> https://i.imgur.com/SAeLfMG.png Woo, progress.
L1310[19:05:26] <Vexatos> Sangar: For now, just make the Coilgun mod :3
L1311[19:05:28] <Vexatos> or OC 1.4
L1312[19:05:39] <Sangar> oc 1.4 sounds good ;)
L1313[19:05:44] <Vexatos> Yea it does
L1314[19:05:49] <Vexatos> I am really excited for it
L1315[19:05:52] <Sangar> will only be 1.7 tho btw
L1316[19:05:57] <Vexatos> OH NO D:
L1317[19:06:00] <Vexatos> (Who cares)
L1318[19:06:08] <Sangar> cba to keep that updated for 1.6 anymore :P
L1319[19:06:18] <ShadowKatStudios> I've successfully updated to 1.7, so no issue for me
L1320[19:06:19] <asie> Sangar: yeah
L1321[19:06:24] <asie> at this point almost nobody maintains 1.6.4 packs
L1322[19:06:26] <Sangar> and since the api breaks and nobody updates their mods for 1.6 anymore nobody could use it anyway \o/
L1323[19:06:34] <asie> as I think you're the SINGLE mod left to be updating for 1.6.4
L1324[19:06:36] <asie> like, literally single
L1325[19:06:43] <Sangar> :X
L1326[19:06:48] <asie> good job
L1327[19:07:00] <Vexatos> Computronics will be the first mod updating to new OC API
L1328[19:07:02] <Vexatos> even before OCC
L1329[19:07:07] <Vexatos> MWAHAHAHAHA
L1330[19:07:08] <Sangar> liar
L1331[19:07:10] <Vexatos> I know
L1332[19:07:15] <Vexatos> It will be the second mod
L1333[19:07:15] <Sangar> :>
L1334[19:07:20] <asie> nah
L1335[19:07:30] <Sangar> it might be the first mod
L1336[19:07:36] <Sangar> but not before occ (occ will be included in oc)
L1337[19:07:41] <Vexatos> Well, I hope I can fix Waila integration first
L1338[19:07:42] <asie> >occ will be included in oc
L1339[19:07:47] <asie> >can't secretly make an occ replacement now
L1340[19:07:55] <Vexatos> Because it works for EVERY mod except computronics
L1341[19:08:29] <Sangar> secretly? how is computronics secret? :D
L1342[19:08:37] <asie> Sangar: that's not an OCC replacement
L1343[19:08:38] <asie> yet
L1344[19:08:45] <asie> it only happens to support all the mods OCC doesn't
L1345[19:08:47] <Vexatos> Secret as in contains broken things and noone ever noticed until gamax92
L1346[19:08:57] <Sangar> okthen
L1347[19:09:06] <Vexatos> asie: It also supports many mods OCC does
L1348[19:09:11] <Vexatos> For example Railcraft
L1349[19:09:21] <Vexatos> OCC support the RC boiler
L1350[19:09:28] <Vexatos> Computronics supports everythinng else
L1351[19:09:55] <gamax92> :P
L1352[19:10:13] <Vexatos> gamax: You are giving both ProfMobius and me a headache
L1353[19:10:22] <Vexatos> 12 hours later and Waila still hasn't been fixed
L1354[19:10:24] <gamax92> D:
L1355[19:10:28] <gamax92> oh that
L1356[19:10:28] <Potato|InUse> ?
L1357[19:10:30] <Potato|InUse> Whats wrong
L1358[19:10:31] <Vexatos> And noone knows why it isn't working
L1359[19:10:34] *** Potato|InUse is now known as PotatoTrumpet
L1360[19:10:49] <PotatoTrumpet> WHATS WRONG WITH WAILA
L1361[19:11:03] <Vexatos> Potato: Apparently it shows the component address in waila for the Computronics block you placed last
L1362[19:11:10] <Vexatos> not any other block you placed before
L1363[19:11:11] <PotatoTrumpet> Oh
L1364[19:11:14] <PotatoTrumpet> :(
L1365[19:11:20] <Vexatos> And noone knows why
L1366[19:11:22] <TankNut> No-one knows why it isn't working, and some don't know it's not working in the first place. Sounds fun.
L1367[19:11:23] <PotatoTrumpet> DEATH TO WAILA
L1368[19:11:25] <Vexatos> Because it works for OC
L1369[19:11:30] <Vexatos> and I literally copypasted the code
L1370[19:11:46] <PotatoTrumpet> OpenInfo
L1371[19:11:46] <TankNut> Potato you what
L1372[19:11:46] * Vexatos blames Sangar for scala hax
L1373[19:11:53] <PotatoTrumpet> Ficking what WAILA can't
L1374[19:12:04] * Sangar blames Vexatos for literally copy-pasting
L1375[19:12:07] <gamax92> Why not have Sangar add a waila hook to components
L1376[19:12:11] <gamax92> less conflict
L1377[19:12:16] <Vexatos> Sangar: Yes, it is compiling
L1378[19:12:18] <Vexatos> :P
L1379[19:12:34] <Vexatos> gamax92: Because he might not want every environment to have that
L1380[19:12:49] <Sangar> ^
L1381[19:12:53] <gamax92> !^
L1382[19:12:59] <Sangar> cables make no sense to show their address, e.g.
L1383[19:14:54] <Vexatos> if(!env.getClass()==Cable.class)
L1384[19:14:55] <Vexatos> :P
L1385[19:16:13] <Vexatos> Anyways, I have to go sleep now
L1386[19:16:19] <Vexatos> Sangar, finish 1.4 faster D:>
L1387[19:16:25] <Vexatos> :P
L1388[19:16:27] <Vexatos> Bye
L1389[19:16:29] <Vexatos> and have fun
L1390[19:16:37] <Sangar> gnight :P
L1391[19:16:45] <Vexatos> Also, go to bed D.<
L1392[19:17:04] *** vifino is now known as Prince_Vifino
L1393[19:17:10] ⇦ Quits: Vexatos (~Vexatos@p200300556E319A5568D369302039BAF3.dip0.t-ipconnect.de) (Quit: I guess I have to go now. Bye ✔)
L1394[19:17:20] *** prasselpikachu is now known as prassel|off
L1395[19:19:32] <TankNut> And that's done. Now to find an actual use for this API...
L1396[19:23:50] ⇨ Joins: JZTech101 (jztech101@crabhost.org)
L1397[19:30:21] ⇨ Joins: ObiWan (ObiWan@kenobi.pc-logix.com)
L1398[19:33:35] <ShadowKatStudios> .w chatbox
L1399[19:33:35] <^v> ShadowKatStudios, Not found. did you want "sandbox"?
L1400[19:34:45] <PotatoTrumpet> .w death
L1401[19:34:45] <^v> PotatoTrumpet, Not found. did you want "math api"?
L1402[19:34:53] <PotatoTrumpet> .w debug
L1403[19:34:53] <^v> PotatoTrumpet, Not found. did you want "abstract bus"?
L1404[19:34:57] <PotatoTrumpet> ---
L1405[19:35:06] <PotatoTrumpet> I need to know the dubug secrets
L1406[19:37:40] ⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Ping timeout: 201 seconds)
L1407[19:39:04] <Kilobyte> ShadowKatStudios: o/
L1408[19:39:06] <Kilobyte> err
L1409[19:39:08] <Kilobyte> Sangar: ^
L1410[19:39:15] <Kilobyte> i do it everytime
L1411[19:39:28] <Sangar> gj
L1412[19:39:34] <Sangar> also, \o
L1413[19:39:41] <Kilobyte> Sangar: whats the import again to use a lava list from scala?
L1414[19:40:08] <Sangar> import geologica.fluids.lava.List.asScala;
L1415[19:40:34] <Sangar> :P scala.collection.convert.WrapAsScala._ iirc
L1416[19:40:34] <Kilobyte> Sangar: are you ok?
L1417[19:40:42] <Sangar> you asked me for the lava list!
L1418[19:40:50] <Kilobyte> oh fail
L1419[19:46:21] ⇦ Quits: ObiWan (ObiWan@kenobi.pc-logix.com) (*.net *.split)
L1420[19:46:21] ⇦ Quits: JZTech101 (jztech101@crabhost.org) (*.net *.split)
L1421[19:46:21] ⇦ Quits: Yepoleb (~quassel@91-115-115-164.adsl.highway.telekom.at) (*.net *.split)
L1422[19:46:21] ⇦ Quits: GUIpsp (~GUIpsp@jessica.totalsyssolutions.net) (*.net *.split)
L1423[19:46:21] ⇦ Quits: SuperBot (~SuperBot@superminor2.no-ip.org) (*.net *.split)
L1424[19:46:27] <^v> Oh noes! chaos split 3:
L1425[19:47:49] ⇦ Quits: pong (~notPing@2601:4:4500:e15:ed44:d2b6:12e0:64a0) (Quit: http://i.imgur.com/Akc6r.gif)
L1426[19:48:30] ⇨ Joins: GUIpsp (~GUIpsp@jessica.totalsyssolutions.net)
L1427[19:51:13] ⇨ Joins: SuperBot (~SuperBot@superminor2.no-ip.org)
L1428[19:51:41] <Ender> Sanger, got server racks resetting again
L1429[19:52:47] <Sangar> huh
L1430[19:57:05] ⇦ Quits: TankNut (webchat@80.100.93.228) (Quit: Web client closed)
L1431[19:58:01] ⇦ Quits: SuperBot (~SuperBot@superminor2.no-ip.org) (*.net *.split)
L1432[19:58:01] ⇦ Quits: GUIpsp (~GUIpsp@jessica.totalsyssolutions.net) (*.net *.split)
L1433[19:58:31] <Kilobyte> Sangar: for some reason forge errors on loading my ClassTransformer (implemented in scala)
L1434[19:58:59] <Kilobyte> maybe because i am loading other classes?
L1435[19:59:19] <Sangar> Kilobyte, did you mark it for exclusion on your IFMLLoadingPlugin?
L1436[19:59:33] <Ender> .w loadfile
L1437[19:59:33] <^v> Ender, Not found. did you want "chunk loader"?
L1438[19:59:50] <Sangar> i.e. @TransformerExclusions(Array("package.with.your.asm.stuff")) on the loader plugin?
L1439[20:00:17] <Kilobyte> nop, derp
L1440[20:01:38] ⇦ Quits: phillips1012 (~phillips1@72.42.104.172) (Ping timeout: 186 seconds)
L1441[20:01:46] <Kilobyte> still getting Caused by: java.lang.ClassCircularityError
L1442[20:02:08] *** SkylordRedstone is now known as SkylordRS|zzz
L1443[20:02:10] <Daiyousei> nice job amd
L1444[20:02:15] <Daiyousei> they updated catalyst to xorg 1.16
L1445[20:02:16] <Daiyousei> but
L1446[20:02:19] <Kilobyte> Daiyousei: they always suck
L1447[20:02:20] <Daiyousei> the powerxpress part isnt updated
L1448[20:02:30] <Daiyousei> which means the update is useless for me
L1449[20:02:34] <Daiyousei> :^) thank your amd for being shitty
L1450[20:02:36] * Kilobyte pets his nvidia
L1451[20:02:41] <Daiyousei> :>
L1452[20:02:52] <Daiyousei> in reverting to xorg 1.15 now
L1453[20:02:54] <Daiyousei> im*
L1454[20:03:08] ⇨ Joins: Yepoleb (~quassel@91.115.115.164)
L1455[20:03:39] <Kilobyte> wait what?
L1456[20:03:56] <Kilobyte> why is there a ClassCircularityError. that shouldn't happen
L1457[20:04:00] * Kilobyte slaps scalac
L1458[20:05:15] ⇨ Joins: JZTech101 (jztech101@crabhost.org)
L1459[20:05:41] *** SkylordRS|zzz is now known as SkylordRedstone
L1460[20:05:42] * Kilobyte enables WTF voice
L1461[20:07:48] <Kilobyte> Sangar: halp
L1462[20:08:39] <Daiyousei> ok back on i3wm
L1463[20:08:50] <Daiyousei> thank god i still have my pacman cache
L1464[20:08:52] <Sangar> Kilobyte, i don't know :/ add a manual name check to skip your stuff or something
L1465[20:09:03] <Kilobyte> Sangar: it errors when loading that class
L1466[20:09:13] <Sangar> oh, nice :P
L1467[20:09:24] ⇨ Joins: ObiWan (ObiWan@kenobi.pc-logix.com)
L1468[20:09:34] <Kilobyte> that exception means that a class is superclass of one of its superclasses
L1469[20:09:45] <Kilobyte> so in the end, it directly or indirectly extends itself
L1470[20:10:16] <Kilobyte> Sangar: the annotation needs to go on FML plugin, not the transformer, right?
L1471[20:10:50] <Sangar> aye
L1472[20:11:04] <gamax92> .l (1920-16)/8,(1080-16)/8
L1473[20:11:04] <^v> gamax92, 238 | 133
L1474[20:11:09] <gamax92> wait what
L1475[20:11:11] <gamax92> .l (1920-16)/8,(1080-16)/16
L1476[20:11:11] <^v> gamax92, 238 | 66.5
L1477[20:11:13] <gamax92> k
L1478[20:11:20] <gamax92> wait what.
L1479[20:12:55] <v^> wooo
L1480[20:12:57] <v^> i know my name in hex
L1481[20:13:03] <v^> and i know hex to binary
L1482[20:13:08] <v^> i now know my name in binary
L1483[20:13:13] ⇨ Joins: SuperBot (~SuperBot@superminor2.no-ip.org)
L1484[20:14:01] <Kilobyte> Sangar: very odd
L1485[20:16:19] ⇦ Quits: Negi|2 (Negi@2a01:e35:2f6a:7060:680d:835d:c9a7:b445) (Quit: Leaving)
L1486[20:18:33] ⇨ Joins: phillips1012 (~phillips1@72.42.104.172)
L1487[20:20:38] ⇨ Joins: sully (~sully@192.241.175.50)
L1488[20:21:03] *** Techokami is now known as Techokami|Off
L1489[20:21:44] <Ender> .w Redstone
L1490[20:21:44] <^v> Ender, http://ocd.cil.li/component:redstone
L1491[20:21:59] ⇦ Quits: PotatoTrumpet (~PotatoTru@WL4-34.1scom.net) (Quit: Good Fucking By)
L1492[20:24:02] ⇦ Quits: NixillUmbreon|2 (~kvirc@76.122.156.193) (Ping timeout: 186 seconds)
L1493[20:24:34] <v^> .didtoday memorized almost every letter's hex value
L1494[20:24:34] <^v> v^, Inserted
L1495[20:24:35] ⇨ Joins: Porygon (~Porygon@198.52.199.35)
L1496[20:30:46] *** SkylordRedstone is now known as SkylordRS|zzz
L1497[20:49:56] *** ShadowKatStudios is now known as SKS-Away
L1498[20:52:38] ⇨ Joins: hi117 (~hi117@68.200.182.89)
L1499[20:53:11] ⇨ Joins: Wembly (~Wembly@50.240.220.69)
L1500[20:58:02] ⇦ Quits: Johnson (~Johnson@24-178-233-39.dhcp.stls.mo.charter.com) (Ping timeout: 186 seconds)
L1501[20:58:45] ⇨ Joins: Johnson|away (~Johnson@24-178-233-39.dhcp.stls.mo.charter.com)
L1502[20:59:56] ⇦ Quits: CompanionCube (~samis@90.216.51.57) (Remote host closed the connection)
L1503[21:02:50] ⇨ Joins: TabletCube (~TCube@90.216.51.57)
L1504[21:03:42] <TabletCube> hi
L1505[21:08:48] <gamax92> Sangar: im assuming waila text isn't supposed to keep flickering rapidly
L1506[21:09:09] <gamax92> i look at a screen and it keeps alternating between showing the address and not showing it
L1507[21:16:25] <Sangar> you assume correctly, but i have no idea what that could be
L1508[21:17:27] <v^> woo
L1509[21:17:33] <v^> hot swapping internal hdd worked :>
L1510[21:18:25] <Ender> Sanger, is there a way to disable the debug card?
L1511[21:21:44] *** Lathanael|Away is now known as Lathanael
L1512[21:25:57] <Sangar> Ender, yes, added a setting for you
L1513[21:26:08] <Ender> What version?
L1514[21:26:19] <Sangar> enableDebugCard iirc, latest devbuilds, dunno which exactly
L1515[21:26:30] <Ender> o
L1516[21:26:33] <Ender> Ok
L1517[21:28:12] <gamax92> Ender: D:
L1518[21:28:56] <Ender> gamax92, sorry but unless someone owes up for the grass blocks I'm gonna turn it off
L1519[21:29:06] <gamax92> Ender: why not just look for the grass blocks code.
L1520[21:29:14] <Ender> gamax92, tried that
L1521[21:29:16] <gamax92> i also don't see any of the grass blocks
L1522[21:29:19] <Ender> It's not saved
L1523[21:29:51] <Ender> Go to near my base and head in a direction away from sis's
L1524[21:29:55] <Ender> Sis's
L1525[21:29:59] <Ender> ¬-`
L1526[21:30:05] <ds84182> :"<
L1527[21:30:05] <Ender> sks *
L1528[21:30:22] <ds84182> That moment when SKS becomes your sister
L1529[21:30:52] <Ender> .....
L1530[21:31:49] *** Nadeko is now known as Cruor|Away
L1531[21:33:36] *** LordFokas|off is now known as LordFokas
L1532[21:34:05] <ds84182> .l 275+275
L1533[21:34:06] <^v> ds84182, 550
L1534[21:34:10] <ds84182> ohgod
L1535[21:34:14] <ds84182> time for fix
L1536[21:37:04] <ds84182> Next thing: Adding the ability to run commands :DDDDDD
L1537[21:37:12] ⇦ Quits: ^vDoge (~mooooon@2601:4:4500:e15:8c1c:3f79:1405:e5ee) (Remote host closed the connection)
L1538[21:37:15] ⇦ Quits: v^ (~no@2601:4:4500:e15:8c1c:3f79:1405:e5ee) (Read error: Connection reset by peer)
L1539[21:37:15] ⇦ Quits: ^v (~ping@2601:4:4500:e15:8c1c:3f79:1405:e5ee) (Read error: Connection reset by peer)
L1540[21:46:35] <Sangar> i'm off, see you tomorrow o/
L1541[21:50:01] <Prince_Vifino> bai Sangar
L1542[21:51:33] <gamax92> lol
L1543[21:51:35] <gamax92> "class ServerRack extends traits.PowerAcceptor with traits.Hub with traits.PowerBalancer with traits.Inventory with traits.Rotatable with traits.BundledRedstoneAware with traits.AbstractBusAware with Analyzable with IBusDevice {"
L1544[21:51:38] <gamax92> much with
L1545[22:04:44] *** Cazzar is now known as Cazzar|Away
L1546[22:06:11] *** alekso56 is now known as alekso56_off
L1547[22:07:49] ⇦ Quits: Hobby_boy (~Hobbyboy@host31-51-135-126.range31-51.btcentralplus.com) (Remote host closed the connection)
L1548[22:12:55] ⇨ Joins: Negi (~Negi@2a01:e35:2f6a:7060:680d:835d:c9a7:b445)
L1549[22:12:55] ⇦ Quits: Negi (~Negi@2a01:e35:2f6a:7060:680d:835d:c9a7:b445) (Client Quit)
L1550[22:13:18] ⇨ Joins: Negi (~Negi@2a01:e35:2f6a:7060:680d:835d:c9a7:b445)
L1551[22:13:42] ⇦ Quits: Negi (~Negi@2a01:e35:2f6a:7060:680d:835d:c9a7:b445) (Read error: Connection reset by peer)
L1552[22:13:57] ⇨ Joins: Negi (~Negi@2a01:e35:2f6a:7060:680d:835d:c9a7:b445)
L1553[22:15:14] ⇦ Quits: Ir7_o (~Ir7_o@74.91.17.50) (Ping timeout: 186 seconds)
L1554[22:18:30] ⇨ Joins: Ir7_o (~Ir7_o@74.91.17.50)
L1555[22:18:30] zsh sets mode: +o on Ir7_o
L1556[22:20:38] *** Logan is now known as Logan|lawn
L1557[22:23:49] *** Hobbyboy is now known as Hobbyboy|Sleep
L1558[22:30:24] ⇨ Joins: CakeLancelot (Mibbit@cpe-66-25-202-80.sw.res.rr.com)
L1559[22:31:27] *** Benguin is now known as Benguin[ZzZ]
L1560[22:31:28] *** manmaed is now known as manmaed|AFK
L1561[22:32:32] *** Techokami|Off is now known as Techokami
L1562[22:33:07] ⇨ Joins: ^v (~ping@c-71-238-153-166.hsd1.mi.comcast.net)
L1563[22:34:36] *** Lathanael is now known as Lathanael|Away
L1564[22:35:15] ⇨ Joins: v^ (~no@2601:4:4500:e15:e5e0:42ad:ea65:dd41)
L1565[22:35:15] zsh sets mode: +v on v^
L1566[22:39:27] ⇦ Quits: AtomSponge (~AtomSpong@aftr-37-201-225-35.unity-media.net) (Read error: Connection reset by peer)
L1567[22:40:46] ⇨ Joins: Maxwolf (labs@pipette.madsciencemod.com)
L1568[22:40:46] zsh sets mode: +v on Maxwolf
L1569[22:43:57] *** DeanIsaKitty is now known as DeanIsGone
L1570[22:45:17] <ds84182> world:setBlock(x,y,z,"minecraft:wool",{color="white"}) #minecraft1.8
L1571[22:45:32] <ds84182> instead of having to remember those damned metadata values
L1572[22:59:34] *** justastranger|zzz is now known as justastranger
L1573[23:02:39] *** Johnson|away is now known as Johnson
L1574[23:04:07] *** Daiyousei is now known as SleepingFairy
L1575[23:04:47] ⇦ Quits: Negi (~Negi@2a01:e35:2f6a:7060:680d:835d:c9a7:b445) (Quit: Leaving)
L1576[23:18:52] *** ds84182 is now known as dsAway
L1577[23:23:57] ⇨ Joins: VikeStep (~VikeStep@101.163.3.251)
L1578[23:25:27] ⇦ Quits: VikeStep (~VikeStep@101.163.3.251) (Max SendQ exceeded)
L1579[23:25:53] ⇨ Joins: VikeStep (~VikeStep@101.163.3.251)
L1580[23:26:57] ⇦ Quits: sciguyryan (sciguyryan@109-205-169-213.dynamic.swissvpn.net) ()
L1581[23:29:24] ⇦ Quits: VikeStep (~VikeStep@101.163.3.251) (Max SendQ exceeded)
L1582[23:29:47] ⇨ Joins: VikeStep (~VikeStep@101.163.3.251)
L1583[23:32:34] ⇦ Quits: VikeStep (~VikeStep@101.163.3.251) (Max SendQ exceeded)
L1584[23:32:56] ⇨ Joins: VikeStep (~VikeStep@101.163.3.251)
L1585[23:33:51] ⇦ Quits: VikeStep (~VikeStep@101.163.3.251) (Read error: Connection reset by peer)
L1586[23:37:35] *** SKS-Away is now known as ShadowKatStudios
L1587[23:38:48] *** Cazzar|Away is now known as Cazzar
L1588[23:39:37] *** dsAway is now known as ds84182
L1589[23:41:01] <ShadowKatStudios> I have returned.
L1590[23:42:12] <Porygon> wb
L1591[23:42:45] <ShadowKatStudios> I'm also on a laptop accessing the internet using 3G, while attempting to download a 1GB file.
L1592[23:43:52] <ShadowKatStudios> yay openttd
L1593[23:46:20] <v^> :o
L1594[23:46:22] <v^> 3G
L1595[23:46:38] <ShadowKatStudios> v^: WHat about it?
L1596[23:46:40] <v^> im still wondering why HugesNet costs 20x more than 3G
L1597[23:50:33] <ShadowKatStudios> I have no idea what that is.
L1598[23:51:28] <Caitlyn> HughesNet is satellite internet
L1599[23:53:09] ⇦ Quits: TwoWholeWorms (~heifer@178.79.129.101) (Quit: leaving)
L1600[23:53:32] *** Logan|lawn is now known as Logan
L1601[23:53:58] ⇨ Joins: TwoWholeWorms (~heifer@li574-78.members.linode.com)
L1602[23:58:25] ⇦ Quits: TangentDelta (~christine@63.143.24.24) (Remote host closed the connection)
<<Prev Next>> Scroll to Top