<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:00:08] <ping> 22/7 == pi
L2[00:00:58] ⇦ Quits: gjgfuj (~gjgfuj@119.15.76.203) (Remote host closed the connection)
L3[00:02:11] *** ds84182 is now known as dsAway
L4[00:05:02] <ShadowKatStudios> .lua print(math.pi)
L5[00:05:03] <^v> ShadowKatStudios, 3.1415926535898 | nil
L6[00:05:17] <ShadowKatStudios> .lua print(math.pi) print(22/7)
L7[00:05:17] <^v> ShadowKatStudios, 3.1415926535898 | 3.1428571428571 | nil
L8[00:06:46] ⇨ Joins: gjgfuj (~gjgfuj@119.15.76.203)
L9[00:07:18] <gjgfuj> Sorry, my IRC client crashed. Did anyone give me an answer?
L10[00:16:49] ⇨ Joins: gjgfuj_ (~gjgfuj@119.15.76.203)
L11[00:18:46] ⇦ Quits: gjgfuj (~gjgfuj@119.15.76.203) (Ping timeout: 380 seconds)
L12[00:22:01] <gamax92> ping: http://hastebin.com/wugaxenati.txt
L13[00:22:44] *** gjgfuj_ is now known as gjgfuj
L14[00:22:50] <Kenny> SpiritedDusty: if you are going to give smart ass answers to someone asking about how to use the API to write a mod i will yank you r OP status
L15[00:22:57] ⇦ Quits: Moonrise (~Moonrise@112.185.38.188) (Remote host closed the connection)
L16[00:23:06] <gamax92> Kenny: did you ever get my message?
L17[00:23:19] ⇨ Joins: pong (~notPing@2601:4:4500:887:dd8e:f2aa:ee4b:9658)
L18[00:23:20] <Kenny> not unles you sent me a pm
L19[00:23:31] <gamax92> Kenny: i was saying the new OC still crashes.
L20[00:23:39] <Kenny> damn
L21[00:23:39] <gamax92> pong: http://hastebin.com/wugaxenati.txt
L22[00:24:33] <gamax92> Currently up to "1093410/348043 = 3.1415945730844. 3.1415926535898"
L23[00:24:37] <Kenny> gamax92: i need to talk with Sangar tomorrow because the dev i work iwth on this has found what he thinks might be the issue
L24[00:24:37] <gamax92> such pie
L25[00:25:00] ⇦ Quits: ^v (~pingbot@c-71-238-153-166.hsd1.mi.comcast.net) (Ping timeout: 190 seconds)
L26[00:25:23] ⇨ Joins: ^v (~pingbot@c-71-238-153-166.hsd1.mi.comcast.net)
L27[00:25:26] <Kenny> from what he has concluded, it is trying to write one line past the actual bottom line of the monitor which is causing the crash
L28[00:25:40] ⇦ Quits: ping (~notPing@2601:4:4500:887:2197:7827:26ab:edb5) (Ping timeout: 190 seconds)
L29[00:25:42] <gamax92> oh i forgot, windows console is slow, don't write to windows console.
L30[00:26:10] <Kenny> gjgfuj: what was it you were asking about the API?
L31[00:28:47] <SpiritedDusty> sorry Kenny
L32[00:29:16] <gamax92> .lua 245850922/78256779 == math.pi
L33[00:29:16] <^v> gamax92, true
L34[00:29:24] <gamax92> tada
L35[00:29:28] <Kenny> the p;erson was asking about using the API because they were looking at doing an add-on for OC
L36[00:30:30] <gamax92> so, instead of 22/7, we can use 245850922/78256779
L37[00:30:46] <gjgfuj> I was.
L38[00:31:07] <gjgfuj> I am looking at doing an add-on for OC.
L39[00:31:10] <gamax92> Are there any tutorials for doing OC addons?
L40[00:31:27] <SpiritedDusty> there was a tutorial I think on the old forums but that got wiped
L41[00:31:43] <SpiritedDusty> https://github.com/MightyPirates/OpenComputers/tree/master/src/main/java/li/cil/oc/api this could help though
L42[00:31:57] <gamax92> oh, he does have some example addons
L43[00:32:11] <SpiritedDusty> ^ link
L44[00:32:27] <gamax92> gjgfuj: https://github.com/MightyPirates look at OC-Example
L45[00:32:49] <Kenny> also OpenPrinter is an add-on and is open source
L46[00:33:17] <gjgfuj> Ooh. thanks.
L47[00:33:21] <gjgfuj> That helps.
L48[00:33:25] <gjgfuj> Thanks SpiritedDusty
L49[00:33:50] <SpiritedDusty> np
L50[00:33:50] <Kenny> gjgfuj: this will also help. it is a printer add-on for OC: https://github.com/PC-Logix/OpenPrinter/
L51[00:33:52] <gamax92> gjgfuj: OpenPrinter for an example of an addon: https://github.com/PC-Logix/OpenPrinter/
L52[00:33:56] <gamax92> darn you kenny
L53[00:34:10] <Kenny> ninja'd!! lol
L54[00:34:30] <gamax92> i should find a big number library for lua, make an even larger fraction for pi.
L55[00:34:58] <pong> ^v uses bc for .calc
L56[00:35:08] <gamax92> .calc 245850922/78256779
L57[00:35:09] <^v> gamax92, 3
L58[00:35:12] <gamax92> great job
L59[00:35:15] <pong> PI IS EXACTLY 3
L60[00:35:33] <pong> it doesnt support decimals tho
L61[00:35:40] <pong> .lua 245850922/78256779
L62[00:35:41] <^v> pong, 3.1415926535898
L63[00:36:05] <pong> .lua math.pi==245850922/78256779
L64[00:36:05] <^v> pong, true
L65[00:36:41] <gamax92> ooh, this exists. http://qin.laya.com/tech_projects_approxpi.html
L66[00:37:09] <gamax92> 2646693125139304345/842468587426513207
L67[00:37:19] <pong> 7950
L68[00:37:22] <pong> need to memorize
L69[00:37:32] <gjgfuj> Ok? for some reason my ubuntu desktop has decided to not show a mouse.
L70[00:37:44] <pong> because i know 3.14159265358979323846264338
L71[00:37:46] <pong> er
L72[00:37:47] <pong> because i know 3.1415926535897932384626433832
L73[00:37:57] <pong> after is 7950
L74[00:38:07] <pong> gjgfuj, D: ubuntu
L75[00:39:26] <gjgfuj> It's crouton.
L76[00:39:42] <gamax92> pong: Write a program that determines all integers between 100 and 999 that are the sum of the cubes of their digits. That is, find all numbers xyz such that xyz = x^3 + y^3 + z^3.
L77[00:40:05] <pong> wot
L78[00:40:19] <gjgfuj> It's interesting if you google the word crouton, the second result is the food.
L79[00:40:27] <pong> gamax92, is that even possible?
L80[00:40:31] <gamax92> yes
L81[00:40:41] <pong> okey then
L82[00:41:08] <gamax92> 153
L83[00:41:08] <gamax92> 370
L84[00:41:08] <gamax92> 371
L85[00:41:08] <gamax92> 407
L86[00:41:09] <ShadowKatStudios> What are they?
L87[00:41:17] <ShadowKatStudios> Oh, beat me
L88[00:41:34] <gamax92> i don't ... hexchat showed no newlines ... sorry.
L89[00:41:35] *** gjgfuj is now known as pong_
L90[00:41:41] *** pong_ is now known as gjgfuj
L91[00:41:51] <pong> so, if i haz 1 10 and 100 it would be 110100==(1^3)+(10^3)+(100^3) ?
L92[00:42:11] <gamax92> ...
L93[00:42:19] <gamax92> .lua 110100==(1^3)+(10^3)+(100^3)
L94[00:42:19] <pong> oh
L95[00:42:19] <^v> gamax92, false
L96[00:42:21] <gamax92> no
L97[00:42:26] <pong> not what i meant
L98[00:42:31] <pong> i see what your trying to du
L99[00:42:50] <gamax92> .lua 153 = 1^3 + 5^3 + 3^3
L100[00:42:50] <^v> gamax92, lua:1: unexpected symbol near '153'
L101[00:42:56] <gamax92> .lua 153 == 1^3 + 5^3 + 3^3
L102[00:42:56] <^v> gamax92, true
L103[00:46:31] ⇦ Quits: gjgfuj (~gjgfuj@119.15.76.203) (Ping timeout: 186 seconds)
L104[00:46:47] <gamax92> .lua 9926315 == 9^7 + 9^7 + 2^7 + 6^7 + 3^7 + 1^7 + 5^7
L105[00:46:47] <^v> gamax92, true
L106[00:46:49] <gamax92> :D
L107[00:48:13] ⇦ Quits: Gopher (~Gopher@246.sub-70-193-130.myvzw.com) (Ping timeout: 186 seconds)
L108[00:48:33] ⇨ Joins: Gopher (~Gopher@246.sub-70-193-130.myvzw.com)
L109[00:48:34] zsh sets mode: +v on Gopher
L110[00:48:45] <gamax92> Hello Gopher
L111[00:49:26] <Kenny> nitge y'all
L112[00:49:30] *** Kenny is now known as Kenny|Sleeping
L113[00:49:31] <ShadowKatStudios> rehpoG olleH
L114[00:49:46] <gamax92> Rehpog Olleh
L115[00:49:52] <gamax92> best name of 2014
L116[00:50:42] <pong> .reverse Rehpog Olleh
L117[00:50:42] <^v> pong, hellO gopheR
L118[00:51:53] <ShadowKatStudios> .reverse .reverse
L119[00:51:54] <^v> ShadowKatStudios, esrever.
L120[00:52:04] <gamax92> .reverse ShadowKatStudios
L121[00:52:04] <^v> gamax92, soidutStaKwodahS
L122[00:52:33] <ShadowKatStudios> StaK
L123[00:52:46] <gamax92> .reverse いただきます
L124[00:52:46] <^v> gamax92, ��㾁㍁㠁㟁㄁�
L125[00:52:49] <gamax92> great job
L126[00:54:56] <pong> doesnt unicode :P
L127[00:55:10] <ShadowKatStudios> .reverse esenapaj stroppus ti kniht t'nod I
L128[00:55:11] <^v> ShadowKatStudios, I don't think it supports japanese
L129[00:55:11] <gamax92> .reverse Нык ад эпикюре инкедыринт
L130[00:55:12] <^v> gamax92, �ѽиЀыѴекни� �ЀюѺипЍ� �а� �Ћѝ�
L131[00:55:21] <gamax92> or russian
L132[00:55:34] <ShadowKatStudios> .reverse naissurr ro esenapaj stroppus ti kniht t'nod I
L133[00:55:34] <^v> ShadowKatStudios, I don't think it supports japanese or rrussian
L134[00:55:41] <ShadowKatStudios> .reverse naissur ro esenapaj stroppus ti kniht t'nod I
L135[00:55:42] <^v> ShadowKatStudios, I don't think it supports japanese or russian
L136[00:55:59] <pong> because
L137[00:56:06] <pong> russian chars use unicod
L138[00:56:24] <gamax92> .reverse W̶h̶a̶t̶ ̶a̶b̶o̶u̶t̶ ̶t̶h̶i̶s̶?̶
L139[00:56:24] <^v> gamax92, ��?��s��i��h��t�� ��t��u��o��b��a�� ��t��a��h��W
L140[00:56:28] <gamax92> oh okay
L141[00:56:50] <pong> le zalgo
L142[00:57:12] <gamax92> .reverse Z̵̨͒ͥ̏̀̊ͬͧ̿͂̄ͪ̊̇͌̚͘҉̝̘̣͔͉A̢̨̪̘͈͖̲͕̣͍̘ͩ̐̈́͐̊ͦ̓ͨͬL̎͂͑̄ͯ́̒̄̎ͦͫͦ͊̋̈́͊͗̒҉̨̳̜͍͇̙̺̩̩̣̘̪͉̘́͟Ĝ̨̭͍̬̟̘͚ͦ͌̌̍͗̽̓̐̉̈͌̒̑̈̂̒ͨ́̚͝ͅO̷̸̜͓̩̓̆͐͊̆̆!̴̛̫̣͍̞̗͕̹̩̣̙͇̟̈̔̾̿̄͛̏͗̇ͫͭ̆ͫͣ̑́͟ͅ
L143[00:57:13] <^v> gamax92, �̴͙̣̩̹̫̣̭͇̗̇͗̅̍ͣ́͛̑ͫ͆ͫ̕͟͞͏̛̈́̿̾̔̈�!�̸̷̓̆̆̊͐͆̓͜�O�̨͚̟̬̝͚͈̍ͭͨ́͒̂̈̑̒̌̉̐̃͘ͽ̗͍̌̌ͦ͂�G�̨̘̣̩̩̺̙͍̳͉̉ͪ̇́͜͟Ғ̗͎̯͎͊̈́͋̊ͦͫͦ̄̒́̈́̑͂�L�̍ͣ̕Ͳ̨̢̖͈̪̬͓̦̩ͨ͊̐̈́͐͘�A�͔̘̝ͣ̉Ҙ̵͚̪ͨ̌̇̊̈́̂Ϳ̧̥ͬ͊̀̏͒�Z
L144[00:57:30] <gamax92> how terrifying
L145[00:57:34] <pong> :|
L146[00:57:46] <SpiritedDusty> gamax92, http://puu.sh/8eygh.png
L147[00:58:00] <SpiritedDusty> text when verticle
L148[00:58:03] <gamax92> (Incompatible Encoding)
L149[00:58:07] <gamax92> lol
L150[00:58:11] <pong> ^
L151[00:58:17] <ShadowKatStudios> .reverse lareneg ni edocniu ro naissurr ro esenapaj stroppus ti kniht t'nod I
L152[00:58:18] <^v> ShadowKatStudios, I don't think it supports japanese or rrussian or uincode in general
L153[00:58:24] <gamax92> uincode is best code
L154[00:59:15] <^v> pong
L155[00:59:26] <ShadowKatStudios> I should find some real food.
L156[00:59:37] <johnEgbert> gamax92, so i'm writing a thing
L157[00:59:37] <gamax92> .reverse Maувё тнї₴ шїll шояк.
L158[00:59:37] <johnEgbert> http://i.imgur.com/qj2TZnJ.png
L159[00:59:38] <^v> gamax92, .�ЏѾЈ� ll�ш� ���ѽЂ� �ѲЃ�aM
L160[00:59:40] <^v> oh and pls no garbitch zalgo anymore
L161[00:59:42] <ShadowKatStudios> Watching youtube is very tiring
L162[00:59:43] <SpiritedDusty> "real food" have you been eating cake in minecraft?
L163[00:59:45] <^v> because MC chat
L164[00:59:48] <^v> sux
L165[00:59:51] <gamax92> ^v: oh right.
L166[00:59:56] <^v> so plsno
L167[00:59:56] <gamax92> but, doesn't MC chat unicode?
L168[01:00:01] <johnEgbert> ^v i'm writing a linux thing http://i.imgur.com/qj2TZnJ.png
L169[01:00:04] <^v> it does, but looks like shit
L170[01:00:05] <johnEgbert> i like linux lol
L171[01:00:08] <ShadowKatStudios> No, I had chocolate for dinner last night
L172[01:00:14] <johnEgbert> "chocolate"
L173[01:00:15] <johnEgbert> lel
L174[01:00:21] <SpiritedDusty> so many… channels
L175[01:00:23] <gamax92> johnEgbert: what is this.
L176[01:00:29] <johnEgbert> gamax92, tun/tap interfaces
L177[01:00:30] <johnEgbert> in lua!
L178[01:00:38] <johnEgbert> (uses ltun but still!)
L179[01:00:39] <gamax92> also, so many channels
L180[01:00:41] <^v> johnEgbert: do u even luasocket bro
L181[01:00:44] <ShadowKatStudios> ... 98 theme?
L182[01:00:51] <johnEgbert> ^v, i can
L183[01:00:51] <johnEgbert> ShadowKatStudios, ye, what about it
L184[01:00:58] <johnEgbert> do you have a problem with my crap cpu on my laptop
L185[01:01:04] <johnEgbert> my laptop is a crap windows 7
L186[01:01:15] <gamax92> your laptop is an OS?
L187[01:01:26] <johnEgbert> yes
L188[01:01:28] <johnEgbert> lel
L189[01:01:30] <ShadowKatStudios> No, it's just I started with computers on Win 95
L190[01:01:51] <SpiritedDusty> I started computers with Windows ME. the best windows version out there
L191[01:01:58] <johnEgbert> HAHAHAHAH no.
L192[01:02:12] <gamax92> pong: if you look closely at the garbled text: http://i.imgur.com/qj2TZnJ.png, some how the garbled text changes when i say it and when your bot says it.
L193[01:02:30] <ShadowKatStudios> It's surprisingly difficult to find chucked out Windows 9x boxes
L194[01:02:48] <gamax92> SpiritedDusty: A windows based on DOS is best windows?
L195[01:03:01] <ShadowKatStudios> Iike, I have a chucked out Lossdows 2k server but...
L196[01:03:07] <johnEgbert> gamax92, this is from earlier: http://i.imgur.com/PkXYNzX.png
L197[01:03:17] <johnEgbert> i broke the code for reading/writing
L198[01:03:21] <johnEgbert> so i rewrote it
L199[01:03:26] <johnEgbert> i can't get it to read yet though
L200[01:03:30] <gamax92> I broke it, so i rewrote it.
L201[01:03:32] <^v> ahh, i like how gpu functions freeze moi chat program
L202[01:03:49] <johnEgbert> gamax92, yes
L203[01:03:51] <gamax92> ^v: is your chat program on OC as well?
L204[01:03:52] <johnEgbert> my logic
L205[01:04:00] <johnEgbert> anyway i'm tired as hell
L206[01:04:03] <johnEgbert> night
L207[01:04:17] <ShadowKatStudios> Tired???
L208[01:04:22] <johnEgbert> yes
L209[01:04:23] <johnEgbert> it's 1am
L210[01:04:25] <ShadowKatStudios> What's that?
L211[01:04:41] <johnEgbert> and i went to sleep at close to noon for 2 hours...
L212[01:04:47] <johnEgbert> so, yes i'm tired.
L213[01:04:57] <johnEgbert> night
L214[01:05:28] <ShadowKatStudios> o/
L215[01:05:54] <gamax92> Windows ME: Mistake Edition
L216[01:07:03] <SuPeRMiNoR2> hah
L217[01:07:07] <SuPeRMiNoR2> funny
L218[01:08:21] <ShadowKatStudios> Moronic Edition?
L219[01:09:00] *** SuPeRMiNoR2 is now known as Super|SleepingMaybe
L220[01:09:23] <gamax92> Mountain Equipment
L221[01:09:31] ⇨ Joins: gjgfuj (~gjgfuj@119.15.76.203)
L222[01:09:32] <^v> gamax, yes this is OC
L223[01:10:09] <gamax92> "Yes, this is OC. How may we help you?" "Can I have one OC Delux with a side of ATI Crash?" "Sure, here you go" *gives OpenComputers*
L224[01:10:57] <gamax92> ^v: have you seen this font i generated? http://i.imgur.com/MAO8Fib.png
L225[01:15:22] *** Dark_Hunter is now known as Dark_Hunter|Off
L226[01:15:55] ⇦ Quits: Death (webchat@99-98-207-58.lightspeed.wchtks.sbcglobal.net) (Quit: sleeeeeeeeeeeeeeeep)
L227[01:20:48] *** Dark_Hunter|Off is now known as Dark_Hunter
L228[01:20:57] <pong> gamax92, yes, verry white
L229[01:21:03] <pong> so white i cant see it
L230[01:26:04] <SpiritedDusty> then set the background to black?
L231[01:26:31] ⇨ Joins: dangranos (webchat@109.203.209.139)
L232[01:27:33] ⇦ Quits: darknife (~gareth@95.144.188.37) (Ping timeout: 186 seconds)
L233[01:29:57] <gamax92> 10x19 seems like an odd size for the fonts
L234[01:30:39] ⇨ Joins: Kodos (webchat@108-226-6-195.lightspeed.stlsmo.sbcglobal.net)
L235[01:38:21] ⇨ Joins: Vexatos (~Vexatos@p5B3C89E9.dip0.t-ipconnect.de)
L236[01:55:42] <dangranos> when asked one server owner about adding oc, he said no because "they have shamelessly ripped off computercraft"
L237[01:55:43] <dangranos> >_<
L238[01:58:30] <Kodos> I'd be looking for a new server. I like to play on servers not ran by complete morons
L239[02:00:20] <dangranos> btw, on wiki should be page "why OC is not a ripoff of CC"
L240[02:02:45] <pong> .w main
L241[02:02:45] <^v> pong, https://github.com/MightyPirates/OpenComputers/wiki/home
L242[02:02:59] <ShadowKatStudios> Hmm... 'real food' I found some corn chips.
L243[02:03:41] <pong> Persistence, Modularity, Resource Limits, Power, Connectivity, Configurability
L244[02:06:09] <Kodos> Frankly, and I know people will argue with me on it, I find OC to be superior to CC in pretty much every way that matters. CC is better for teaching and learning, but for actually using it for things, I prefer OC.
L245[02:09:50] <SpiritedDusty> OC is better because the inital letters aren't repeated twice
L246[02:10:19] <dangranos> ^ best :D
L247[02:11:09] <SpiritedDusty> and our site has a whacky domain name, oc.cil.li. Oh See Dot Silly
L248[02:12:40] <Kodos> Just checking on IRC. Night all
L249[02:12:42] ⇦ Quits: Kodos (webchat@108-226-6-195.lightspeed.stlsmo.sbcglobal.net) (Quit: Web client closed)
L250[02:17:40] <ShadowKatStudios> I'd say OC with the correct config is better for teaching
L251[02:21:00] ⇦ Quits: ShadowKatStudios (~chatzilla@c211-31-42-102.rochd5.qld.optusnet.com.au) (Ping timeout: 190 seconds)
L252[02:22:06] <pong> optimized mandlebrot renderer waaay too much https://github.com/OpenPrograms/Pixel-Programs/blob/master/mandlebrot.lua
L253[02:22:11] <pong> will optimize more tomorrow
L254[02:22:41] ⇨ Joins: ShadowKatStudios (~chatzilla@c211-31-42-102.rochd5.qld.optusnet.com.au)
L255[02:22:47] ⇦ Quits: pong (~notPing@2601:4:4500:887:dd8e:f2aa:ee4b:9658) (Quit: http://i.imgur.com/DrFFzea.png)
L256[02:23:01] ⇦ Quits: ^v (~pingbot@c-71-238-153-166.hsd1.mi.comcast.net) (Read error: Connection reset by peer)
L257[02:28:00] <Bizzycola> "and our site has a whacky domain name, oc.cil.li. Oh See Dot Silly" That's one of the best features! Not a real mod unless your domain name sounds..silly!
L258[02:28:01] <Bizzycola> :p
L259[02:28:21] <Super|SleepingMaybe> im out o/
L260[02:28:29] <Super|SleepingMaybe> as my name indicates, i should have been a long time ago
L261[02:28:32] <Super|SleepingMaybe> but. internet
L262[02:31:09] ⇦ Quits: gjgfuj (~gjgfuj@119.15.76.203) (Ping timeout: 186 seconds)
L263[02:32:47] <ShadowKatStudios> Urrrgh, too much chips
L264[02:32:56] <SpiritedDusty> SKS, you can never have too much chips
L265[02:33:03] <SpiritedDusty> like you can never have too much computer
L266[02:33:10] <SpiritedDusty> or too much anime
L267[02:33:19] <ShadowKatStudios> I just subconsciously ate more chips.
L268[02:33:48] <SpiritedDusty> your inner concious must be doing the right thing
L269[02:33:54] <ShadowKatStudios> I'm yet to watch any significant amount of Anime.
L270[02:34:10] ⇦ Quits: BevoLJ (~BevoLJ@cpe-24-55-33-198.austin.res.rr.com) ()
L271[02:35:50] <ShadowKatStudios> I have a vauge interest in it, but I'm just too lazy.
L272[02:43:00] *** Dark_Hunter is now known as Dark_Hunter|Off
L273[02:56:33] <SpiritedDusty> SKS, I've been watching anime for the past 2 hours
L274[02:57:22] <ShadowKatStudios> Say I wanted to start watching some, where would you reccomend I start?
L275[02:57:46] ⇨ Joins: asie (~textual@078088168214.elblag.vectranet.pl)
L276[02:59:57] ⇦ Quits: asie (~textual@078088168214.elblag.vectranet.pl) (Client Quit)
L277[03:00:47] *** Dark_Hunter|Off is now known as Dark_Hunter
L278[03:14:48] <ShadowKatStudios> Hah, waiting for emails... waiting... waiting... Holy *, 2 emails... Oh, they're automated :(
L279[03:21:20] *** JoshTheEnder|NotHere is now known as JoshTheEnder
L280[03:22:02] <Vexatos> Hey o/
L281[03:23:17] <JoshTheEnder> Morning all
L282[03:24:49] <JoshTheEnder> ok, not sure what time it is. because my pc says it's 07:24 but my phone is 8:24 :/
L283[03:25:27] <JoshTheEnder> ahh, my windows clock was out of sync somehow :/
L284[03:32:20] ⇨ Joins: septi25 (~zandemax@178-26-72-229-dynip.superkabel.de)
L285[03:32:54] <ShadowKatStudios> My Linux system never has a quite correct clock
L286[03:33:13] <ShadowKatStudios> I think it's set to GMT over GMT+10 though
L287[03:33:30] <JoshTheEnder> Ir7_o, you around?
L288[03:34:14] <SpiritedDusty> SKS, what kind of anime do you like?
L289[03:34:17] <septi25> Good Mornig Guys :D
L290[03:34:23] <ShadowKatStudios> I have no idea.
L291[03:34:35] <ShadowKatStudios> Something with explosions?
L292[03:34:37] <SpiritedDusty> it's 12:34 AM for me. so I guess it's offically morning?
L293[03:34:51] <ShadowKatStudios> It's 5:30ish here o/
L294[03:34:52] <SpiritedDusty> SKS, go to minecraft and blow stuff up?
L295[03:34:58] <ShadowKatStudios> :P
L296[03:35:07] <SpiritedDusty> you could try watching Bleach or something
L297[03:35:12] <SpiritedDusty> theres lots of action in that
L298[03:35:53] <septi25> hahah for me its 9:30 AM
L299[03:35:54] ⇨ Joins: asie (~textual@078088168214.elblag.vectranet.pl)
L300[03:35:58] <ShadowKatStudios> Okay, I'll take a look
L301[03:36:00] <SpiritedDusty> hi asie
L302[03:36:11] <asie> hi
L303[03:36:13] <asie> i'm thinking on algorithms
L304[03:36:18] <asie> the most efficient way to store a tube network
L305[03:36:48] <SpiritedDusty> what do you mean by a tube network?
L306[03:36:54] <asie> i'm working on a tubes mod
L307[03:37:06] <asie> because mods tend to either rip off RP2 or LP and neither are perfect
L308[03:38:14] <SpiritedDusty> welp, no idea. I'm terrible at algorithms
L309[03:40:02] <JoshTheEnder> ok, so on the forums i have permission to delete members but not topics or search for guest memebers. ok then
L310[03:45:40] ⇦ Quits: Maxwolf (labs@madsciencemod.com) (Quit: Leaving)
L311[03:51:12] <ShadowKatStudios> Fffsss, I think my backspace is almost borked
L312[03:53:44] <ShadowKatStudios> *sees the size of this download* *goes to check if his computer has enough space*
L313[03:54:09] <ShadowKatStudios> Oh yeah, 30 GB left, 27 GB download... :P
L314[03:54:59] <septi25> What are you downloading?
L315[03:56:41] <ShadowKatStudios> Bleach.
L316[03:56:58] <ShadowKatStudios> At a whopping 130kB/s
L317[03:57:08] <asie> nyaa.se or?
L318[03:57:43] <ShadowKatStudios> I just searched tpb.
L319[03:58:46] <ShadowKatStudios> Eh. Skyland had worse speeds than this
L320[03:59:10] <asie> meh
L321[04:05:16] <Vexatos> Mhm
L322[04:05:40] <Vexatos> Does anyone know if you can check for the escape key being pressed on the keyboard in OC?
L323[04:05:48] <Vexatos> I don't see it in the keyboard API
L324[04:12:22] <JoshTheEnder> anyone know when Sangar usually gets on@?
L325[04:12:48] <Vexatos> He lives in GMT+1, it's currently 12 past 10, I assume he's still sleeping ;)
L326[04:13:20] <JoshTheEnder> damn
L327[04:15:29] *** tgame14|sleep is now known as tgame14
L328[04:16:16] ⇦ Quits: septi25 (~zandemax@178-26-72-229-dynip.superkabel.de) (Ping timeout: 380 seconds)
L329[04:18:38] ⇨ Joins: septi25 (~zandemax@178-26-72-229-dynip.superkabel.de)
L330[04:18:45] <ShadowKatStudios> Huh. There is an article on wiki walking, now /that/'s metta.
L331[04:18:51] <ShadowKatStudios> meta*
L332[04:19:44] ⇦ Quits: asie (~textual@078088168214.elblag.vectranet.pl) (Quit: I'll probably come back in either 20 minutes or 8 hours.)
L333[04:28:57] <Vexatos> Hehehe
L334[04:30:19] <Vexatos> I am just impudently stealing and copying term.write from the repo. D:<
L335[04:33:18] ⇨ Joins: asie (~textual@078088168214.elblag.vectranet.pl)
L336[04:41:35] ⇦ Quits: Forecaster (~Forecaste@83.223.1.173) (Quit: Fail levels are off the charts! Abort! Abort!)
L337[04:46:39] ⇨ Joins: Forecaster (~Forecaste@83.223.1.173)
L338[04:48:07] *** Sorroko_Off is now known as Sorroko
L339[05:01:08] ⇦ Quits: mallrat208 (Mibbit@68.204.184.175) (Quit: http://www.mibbit.com ajax IRC Client)
L340[05:09:09] ⇨ Joins: mallrat208 (Mibbit@68.204.184.175)
L341[05:19:45] *** Flenix|Out is now known as Flenix
L342[05:20:21] *** vifino|off is now known as vifino
L343[05:20:35] ⇦ Quits: asie (~textual@078088168214.elblag.vectranet.pl) (Remote host closed the connection)
L344[05:20:53] ⇨ Joins: asie (~textual@078088168214.elblag.vectranet.pl)
L345[05:30:56] ⇨ Joins: Johannes13 (~Johannes@p4FDEE576.dip0.t-ipconnect.de)
L346[05:37:17] ⇦ Quits: MrHohenheim_ (~MrHohenhe@188-143-104-229.pool.digikabel.hu) (Quit: Leaving)
L347[05:42:09] ⇦ Quits: asie (~textual@078088168214.elblag.vectranet.pl) (Quit: I'll probably come back in either 20 minutes or 8 hours.)
L348[05:44:40] ⇨ Joins: asie (~textual@078088168214.elblag.vectranet.pl)
L349[05:46:12] <ShadowKatStudios> :D This is awesome stuff SpiritedDusty :D Thanks for the reccomendation
L350[05:50:45] *** Sorroko is now known as Sorroko_Off
L351[06:10:55] ⇦ Quits: tgame14 (~tgame14@bzq-79-178-149-209.red.bezeqint.net) (Ping timeout: 186 seconds)
L352[06:22:49] *** prassel|off is now known as prasselpikachu
L353[06:26:15] <Michiyo> Bizzycola, ugh finally got a chance to start working on the mod..
L354[06:28:22] ⇨ Joins: DeanOnAPhone (~Dean@p54960D20.dip0.t-ipconnect.de)
L355[06:28:44] <DeanOnAPhone> Omigod! People! 0.0
L356[06:31:02] <ShadowKatStudios> Ohai dean
L357[06:31:12] <ShadowKatStudios> I needed to tell you somemthing
L358[06:31:32] <ShadowKatStudios> But then Spirited Dusty suggested an anime to me, all gone :P
L359[06:31:33] <DeanOnAPhone> Ok? 0.0
L360[06:31:48] <DeanOnAPhone> Oh. Ok :D
L361[06:31:49] <ShadowKatStudios> I have no clue what it was now xD
L362[06:32:29] <DeanOnAPhone> Yay xD
L363[06:33:02] <Sangar> morning. tried another something regarding the ati crash if someone wants to do some testing. and i'm off again, busy day!
L364[06:33:52] <ShadowKatStudios> Oh yeah, if I get any story done, it will be in a minimum of 4 hours
L365[06:34:11] <ShadowKatStudios> I figured out why chapter 3 was such a screwup: I wasn't tired enough
L366[06:35:51] <DeanOnAPhone> Well, no more coffee for you sks!
L367[06:36:31] <ShadowKatStudios> Coffee improves it, well, caffine anyway.
L368[06:36:50] <ShadowKatStudios> First 2 chapters were written under the influence of caffine.
L369[06:36:52] ⇨ Joins: tgame14 (~tgame14@bzq-79-177-157-30.red.bezeqint.net)
L370[06:37:08] zsh sets mode: +v on tgame14
L371[06:37:43] <JoshTheEnder> \o/ i crashed KSP
L372[06:37:43] <Bizzycola> Michiyo: cool, I actually found a problem
L373[06:37:43] <DeanOnAPhone> Then get moaar coffee! I want those stories :3
L374[06:37:58] <Michiyo> Bizzycola, oh?
L375[06:38:06] <Bizzycola> I cannot seem to set the target. I tried icbm.setTarger(518, 0, -218), is it something to do with -?
L376[06:38:11] <DeanOnAPhone> Josh: that's nothing special to me ;P
L377[06:38:11] <Bizzycola> it takes them as doubles
L378[06:38:17] <Bizzycola> but I assuem a double can be below zero :p
L379[06:38:24] <Bizzycola> for some reason it just doesn't set
L380[06:38:26] *** tgame14 is now known as tgame14|away
L381[06:38:36] <Michiyo> http://puu.sh/8eMd4.jpg no issue here
L382[06:38:50] <Michiyo> Also http://puu.sh/8eMdv.jpg
L383[06:39:01] <Michiyo> I replaced your iff tree, with a loop over valid forge directions too
L384[06:39:05] <Michiyo> err if*
L385[06:39:22] <Bizzycola> forge directons..huh, didn't think of that :p
L386[06:39:26] <Bizzycola> hmm
L387[06:39:36] <Bizzycola> Try the coords I posted, 518, 0, -218
L388[06:39:45] <Bizzycola> because it worked earlier but it won't accept those for some reason
L389[06:40:05] <Michiyo> http://puu.sh/8eMgS.jpg
L390[06:40:37] <DeanOnAPhone> Tell me if you need more graphics bizzy. :P
L391[06:41:09] <Michiyo> Bizzycola, I did notice a lack of call to the actual set function on the controller, and added it :P
L392[06:41:31] <Bizzycola> wait, I never called the actual setTarget/
L393[06:41:37] <Bizzycola> that would make a difference xD
L394[06:41:37] <Michiyo> I also no longer pass world to the constructor, it did.. odd things
L395[06:41:40] <Vexatos> Dangit
L396[06:41:53] <Vexatos> This is either far more complicated than I expected
L397[06:41:56] <Michiyo> Adding config support for the block ID and I'll push
L398[06:41:56] <Bizzycola> Yea sorry about that, I couldn't be bothered trying to figure it out
L399[06:42:01] <Vexatos> Or I am more stupid than i expected
L400[06:42:01] <Bizzycola> Because I am not using an IDE :p
L401[06:42:05] <Bizzycola> thanks :D
L402[06:42:08] <Michiyo> lol
L403[06:42:16] <Michiyo> Then I'll setup the build script
L404[06:42:19] <Michiyo> and the jenkins
L405[06:42:26] <Michiyo> I got SWAMPEd with crap around the house
L406[06:42:32] <Michiyo> and family stuffz
L407[06:42:40] <Michiyo> seems Kids like attention, and food or some crap.
L408[06:42:46] <Michiyo> I fed them yesterday
L409[06:42:50] <Michiyo> but damn it they just want moar
L410[06:45:04] <Bizzycola> hah I know right
L411[06:45:35] <Bizzycola> I notice the complaints for food increase as it gets further into the day
L412[06:45:43] <Michiyo> Yep..
L413[06:45:44] <Michiyo> lol
L414[06:45:48] <Bizzycola> Oh btw did you add a texure to it? :p
L415[06:45:51] <Michiyo> Also, I moved the block into OC's tab, that ok?
L416[06:45:58] <Michiyo> yeah did you see my 2nd ss? :P
L417[06:46:00] <Bizzycola> Yup that's fine
L418[06:46:16] <Bizzycola> my redstone tab is FULL of stuff from immibis mods so that's better :
L419[06:46:22] <Michiyo> http://puu.sh/8eMdv.jpg
L420[06:46:44] <Bizzycola> ah right nice
L421[06:47:10] *** Kenny|Sleeping is now known as Kenny
L422[06:47:20] <Bizzycola> I see you fixed the issue with it not reading icbm hen next to anothet tile entity :D
L423[06:47:44] <Michiyo> yeah the loop fixed it :p
L424[06:48:31] <DeanOnAPhone> Michiyo, I made a different graphic for the top, I'll send it to you as soon as I get to my PC
L425[06:48:48] <Michiyo> but... but then I have to setup sided icons!
L426[06:48:48] <Michiyo> :p
L427[06:49:12] <DeanOnAPhone> You don't have to. Just saying
L428[06:49:34] <Michiyo> lol, was a joke :P
L429[06:53:22] <Michiyo> ok config works
L430[06:54:01] <Michiyo> Also added a file to let Jenkins set the version/build number on build
L431[06:55:45] <asie> Bizzycola: ooooh, you actually use RedLogic? :o
L432[06:57:12] <ShadowKatStudios> :P I have some Dean, but not for use until after 11 PM :P Besides, my story isn't /that good/ is it?
L433[06:58:15] <Michiyo> I can't even test fire.. cause I don't feel like installing a power mod.. :P
L434[06:59:00] <DeanOnAPhone> Sks: it is very good to say the least. :P
L435[06:59:56] <ShadowKatStudios> It's just unusual, that doesn't mean it's good. Like, unusual can be a good thing, but it's not that great a story...
L436[07:01:48] <Michiyo> Also Bizzycola http://puu.sh/8eNbf.png :P
L437[07:02:35] <Michiyo> For some reason controller.getLauncherType returns nil, which confuses me, since everything else works
L438[07:02:50] *** tgame14|away is now known as tgame14
L439[07:02:53] <tgame14> Michiyo, ?
L440[07:02:56] <tgame14> icbm?
L441[07:03:02] <Michiyo> Oh hey tgame14
L442[07:03:03] <Michiyo> yeah
L443[07:03:10] <tgame14> if you want to test ICBM without installing power mod very simple
L444[07:03:16] <tgame14> put in creative tab, infinite
L445[07:03:23] <tgame14> find infinite energy block from calcore :)
L446[07:03:29] <Michiyo> oh did i overlook that
L447[07:03:38] <Michiyo> Also, any idea why controller.getLauncherType() is nil?
L448[07:03:47] <Bizzycola> yea I use redlogic
L449[07:03:49] <tgame14> it might be null, not nil
L450[07:03:52] <tgame14> :)
L451[07:04:04] <Michiyo> well, nil in lua, null in java yeah
L452[07:04:13] <Michiyo> controller. everything else works fine
L453[07:04:16] <tgame14> no idea
L454[07:04:17] <Bizzycola> ooh you implemented get missile type
L455[07:04:19] <tgame14> it shouldn't
L456[07:04:27] <tgame14> i didnt :o
L457[07:04:32] <Michiyo> controller.getMissile().getExplosiveType().getMissileName() works fine
L458[07:04:41] <Michiyo> controller.canLaunch() works perfectly
L459[07:04:48] <Michiyo> controller.getLauncherType() is null
L460[07:05:29] <DeanOnAPhone> Gtg. Bye guys
L461[07:05:31] ⇦ Quits: DeanOnAPhone (~Dean@p54960D20.dip0.t-ipconnect.de) (Quit: Bye)
L462[07:06:21] <Kenny> if getLaucherType() was based off what showed in CompViewer then it would only return the name of the item anyway
L463[07:06:54] <tgame14> Ill check it out
L464[07:06:59] <Michiyo> I'm trying something..
L465[07:07:37] <Michiyo> "TRADITIONAL" lol
L466[07:07:45] <Kenny> and the functions that show in ComnpViewer's list, both type and address are added in by OC
L467[07:08:05] <tgame14> is lua OOP?
L468[07:08:12] <Michiyo> all 3 tiers reply traditional.
L469[07:08:28] <tgame14> well then it is traditional?
L470[07:08:32] <Kenny> no idea tgame14
L471[07:08:32] <Bizzycola> odd
L472[07:08:43] <Bizzycola> Maybe there is traditional
L473[07:08:47] <tgame14> lua has OOP then or is it pure functional
L474[07:08:50] <Bizzycola> and then the cruise launcher?
L475[07:09:24] <Michiyo> idk
L476[07:09:33] <Michiyo> I;ll just drop it
L477[07:09:41] <tgame14> ill fix it if its a bug
L478[07:10:40] <JoshTheEnder> it's mainly functional, though you can put pretty much anything in tables so it can be sorta OO if you use it like that
L479[07:11:05] <tgame14> then its not OOP :P
L480[07:12:58] <Kenny> the thing i don't understand though is why ican use the adapter block with ICBM and see all of the functions (with CompViewer) but Bizzy can only see the inventory sided functions
L481[07:13:12] <Michiyo> lack of OpenComponents?
L482[07:13:18] <Michiyo> Lck of CC?
L483[07:13:21] <Kenny> and we are both running the same identical versions of the mod
L484[07:13:23] <Michiyo> Lack of.... luck?
L485[07:13:44] <tgame14> probbaly something not 100% the same
L486[07:13:45] <Kenny> ope, we went through this for over an hour one day.
L487[07:13:51] <Kenny> nope*
L488[07:13:53] <asie> Kenny: ls -l mods/
L489[07:13:54] <asie> for both of you
L490[07:14:02] <Michiyo> Honestly, I'd rather have less dependencies on CC stuff for OC, which is why I bothered with the printer :P
L491[07:14:32] <Kenny> actually CC is only required in their now for looking at CC periperhals
L492[07:14:38] <Kenny> there*
L493[07:14:59] <Kenny> it is no longer a requirement for using other mods
L494[07:15:30] <Michiyo> It's stil lrequired for using CC only peripherals, yeah?
L495[07:15:51] <Kenny> yep
L496[07:16:01] <Michiyo> So, this is still a valid project.
L497[07:16:02] <Michiyo> lol
L498[07:16:04] <Kenny> to my knowledge at this point
L499[07:16:22] <Kenny> but ICBM is not a CC peripheral
L500[07:16:28] <Michiyo> Yes..?
L501[07:16:35] <asie> Kenny: does OpenComponents have ICBM support?
L502[07:16:49] <asie> if not... does OpenPeripheral?
L503[07:16:51] <Michiyo> the ICBM launcher has had CC support for.. ages
L504[07:16:55] <Michiyo> native.
L505[07:16:57] <Kenny> i'd have to look but i know it has support in it for around 6 other mods
L506[07:17:22] <Michiyo> I used ICBMs with CC Well before OpenPeripheral was a thing
L507[07:17:33] <Michiyo> so.
L508[07:17:33] <Kenny> okay, still not fully awake so give me a minute or so and i'll test something
L509[07:18:01] *** Nentify|away is now known as Nentify
L510[07:18:12] <asie> I think I know what might be the reason
L511[07:18:13] * ShadowKatStudios remembers ICBM/CC-ness in 1.4.7
L512[07:18:24] <asie> Is CC support in OpenComponents or OpenComputers?
L513[07:18:28] <asie> as in, CC peripheral support
L514[07:18:39] <Kenny> actually both i believe
L515[07:19:44] <JoshTheEnder> idk if i can be bothered to make a mod idea that i have come to life.... :/
L516[07:20:18] <asie> Kenny: Does Bizzy have OpenComponents or not?
L517[07:20:20] <asie> If either, invert
L518[07:20:28] <asie> JoshTheEnder: What mod idea?
L519[07:20:44] <Kenny> he does
L520[07:21:01] <Kenny> we had exactly the same versions of ICBM, CC, OCC
L521[07:21:18] <asie> Kenny: Were the filenames identical?
L522[07:21:21] <asie> Was the underlying OS identical?
L523[07:21:26] <Kenny> but he may not have been getting CC loading
L524[07:21:34] <tgame14> use the exact same modset
L525[07:21:45] <Kenny> becasue without CC in I only get access to the energy functions
L526[07:22:04] <asie> The order is often also important
L527[07:22:18] <Kenny> forge controls the order
L528[07:22:42] <Gopher> forgot I left myself logged in last night, hope I wasn't too spammy with the disconnects lol
L529[07:22:47] <tgame14> could be icbm loads before CC
L530[07:23:25] <Kenny> ok, i had just run the game without CC in, now running it with CC
L531[07:25:03] <Kenny> add in CC and now i can access the targeting data methods, launching and other methods
L532[07:25:38] ⇨ Joins: Pyrolusite (~Pyrolusit@ARouen-156-1-141-74.w82-126.abo.wanadoo.fr)
L533[07:26:59] <Kenny> Michiyo: Open Printer was used last night as an example of how to make an OC add-on :)
L534[07:27:09] <Michiyo> lol.. oh gods
L535[07:27:13] <tgame14> learn to use api! :P
L536[07:27:22] <Michiyo> Who had to try to make sense of that mess? :P
L537[07:27:54] <Kenny> gjgfuj came in asking how to use the API to make an add-on for OC
L538[07:28:01] <Michiyo> poor guy..
L539[07:29:14] <Kenny> ouside of Caz's your OP is the only add-on i know for OC. and Caz's is written in scala so....
L540[07:29:51] <Kenny> well I could have pointed them toward LanteaCraft hehe
L541[07:30:22] <Vexatos> :<
L542[07:30:23] <Michiyo> lol I wanna off myself half the time I try to read LC's source :P
L543[07:30:25] <Kenny> but taht is a reference for how to add OC support to a mod hehe
L544[07:30:26] <Vexatos> This is so frustrating
L545[07:30:27] <Vexatos> :|
L546[07:33:15] ⇦ Quits: asie (~textual@078088168214.elblag.vectranet.pl) (Quit: I'll probably come back in either 20 minutes or 8 hours.)
L547[07:34:47] <Kenny> Vexatos: making a statement like that and then explaing WHAT is frustrating is aggravating
L548[07:34:54] <Kenny> then not*
L549[07:35:02] <Vexatos> :D
L550[07:35:16] * Vexatos just goes steal all the code from Sangar
L551[07:35:28] <Vexatos> OpenSource for the win :3
L552[07:37:40] ⇦ Quits: septi25 (~zandemax@178-26-72-229-dynip.superkabel.de) (Ping timeout: 190 seconds)
L553[07:39:59] <ShadowKatStudios> ... How do these things draw blood with the side of tentacles o.O
L554[07:45:53] ⇨ Joins: asie (~textual@078088168214.elblag.vectranet.pl)
L555[07:46:01] <Kenny> they're blood suckers
L556[07:48:22] *** prasselpikachu is now known as prassel|off
L557[07:48:51] *** tgame14 is now known as tgame14|AWay
L558[07:48:53] *** tgame14|AWay is now known as tgame14|Away
L559[07:50:03] ⇦ Quits: hi117 (~hi117@208.38.135.100) (Quit: WeeChat 0.4.1)
L560[07:50:23] ⇨ Joins: hi117 (~hi117@208.38.135.100)
L561[07:53:45] <ShadowKatStudios> Ah, I see.
L562[07:56:13] ⇦ Quits: asie (~textual@078088168214.elblag.vectranet.pl) (Quit: I'll probably come back in either 20 minutes or 8 hours.)
L563[08:02:54] ⇨ Joins: asie (~textual@078088168214.elblag.vectranet.pl)
L564[08:03:32] <Michiyo> Bizzycola, moving to gradle, since 965 wants to be stupid.
L565[08:04:47] <Vexatos> Mhm
L566[08:05:18] <Bizzycola> kk
L567[08:05:22] <Bizzycola> 965 is evil
L568[08:06:18] <Michiyo> 6 failed builds cause forge refused to setup properly
L569[08:09:56] <Vexatos> I seem to horribly fail passing an option through shell.execute >__>
L570[08:10:38] ⇨ Joins: septi25 (~zandemax@ip-109-43-3-151.web.vodafone.de)
L571[08:11:21] *** Pyrolusite is now known as Pyrolusite|FalloutNV
L572[08:23:20] <Michiyo> Bizzycola around?
L573[08:23:39] <Michiyo> wanna test http://lanteacraft.com/jenkins/job/ICBMComponent/lastSuccessfulBuild/ ?
L574[08:24:35] <Bizzycola> yea
L575[08:25:20] <vifino> Michiyo: Wats OpenPrinter?
L576[08:25:29] <Michiyo> my printer addon
L577[08:25:37] <ShadowKatStudios> FFf, I read bycicle cola
L578[08:25:42] <vifino> wat does it do?
L579[08:25:51] <Michiyo> http://oc.cil.li/index.php?/topic/54- it prints.
L580[08:26:20] <Michiyo> http://puu.sh/8cEMZ
L581[08:26:28] <Michiyo> http://puu.sh/89F2d
L582[08:27:09] <Michiyo> Also ♥ http://puu.sh/8cEzZ lol
L583[08:29:39] ⇦ Quits: asie (~textual@078088168214.elblag.vectranet.pl) (Quit: I'll probably come back in either 20 minutes or 8 hours.)
L584[08:34:30] ⇨ Joins: asie (~textual@078088168214.elblag.vectranet.pl)
L585[08:34:38] ⇨ Joins: Lumien (~lumien@p4FED44C8.dip0.t-ipconnect.de)
L586[08:35:11] *** vifino is now known as vifino|off
L587[08:37:07] *** jesustk_off is now known as jesusthekiller
L588[08:38:05] *** vifino|off is now known as vifino
L589[08:39:04] ⇦ Quits: septi25 (~zandemax@ip-109-43-3-151.web.vodafone.de) (Ping timeout: 194 seconds)
L590[08:45:39] <Bizzycola> my icbm launch program has markers
L591[08:45:53] <Bizzycola> so you can create markers with set coords and it will insert them into the launcher for you :p
L592[08:45:58] <Michiyo> So, it works? lol
L593[08:46:58] <vifino> Michiyo: U made neato model!
L594[08:47:25] <vifino> I <3 3D Models!
L595[08:47:32] <Michiyo> heh yeah
L596[08:48:10] <Michiyo> hmm placing the block on my world crashed lol
L597[08:48:17] <Michiyo> Oh
L598[08:48:22] <Michiyo> I have old cal api crap
L599[08:48:24] <Michiyo> meh
L600[08:51:12] <Bizzycola> yea it works
L601[08:51:27] <Michiyo> woo
L602[08:52:42] <Michiyo> lmao oops
L603[08:52:47] <Michiyo> the config file has a small typo...
L604[08:52:50] <Michiyo> "PrinterID" :P
L605[08:54:01] <Bizzycola> wait..in icbm component? :p
L606[08:54:54] <Michiyo> yeaaaah
L607[08:55:07] <Bizzycola> copy,paste?
L608[08:55:13] <Michiyo> maaaybe
L609[08:55:20] <Michiyo> build 9 coming up lol
L610[08:55:40] <Bizzycola> thanks btw, you made it 100% better :p
L611[08:56:00] <Bizzycola> I really need to learn some actual modding stuff
L612[08:57:40] <vifino> Michiyo: Does these printers have support for CC?
L613[08:57:46] <Michiyo> nope
L614[08:57:52] <vifino> Plz add.
L615[08:57:53] <Michiyo> it is OC exclusive
L616[08:57:59] <vifino> plz
L617[08:58:03] <Michiyo> Nah.
L618[08:58:09] <Michiyo> Exclusive :P
L619[08:58:10] <vifino> pltz
L620[08:58:11] <Bizzycola> CC has a priter
L621[08:58:14] <Michiyo> ^
L622[08:58:19] <Bizzycola> it's not as good but use it anyway :p
L623[08:58:22] <vifino> CC's is boring...
L624[08:58:36] <Bizzycola> then use OC
L625[08:58:44] <Michiyo> and this is why I am writing/helping write mods to help users move away from CC.
L626[08:58:54] <Bizzycola> setup an OC print server and send stuff to it from CC
L627[08:58:54] <Michiyo> OpenPrinter, and now ICBMComponent.
L628[08:59:14] <vifino> Why? Dont you like CC?
L629[08:59:19] <Michiyo> nop
L630[08:59:29] <Bizzycola> when I eventually get of my lazy arse and learn to mod properly, my UAV mod will probably be OC exclusive too :p
L631[08:59:36] <Michiyo> the only thing CC has, that I want is the pocket computer.
L632[09:00:10] <Michiyo> I do have CC installed on my server still, but only because it controls Chernobyl, and I have yet to rewrite everything in OC
L633[09:00:13] <Bizzycola> create OpenPhones or OpenTablets :p
L634[09:00:18] <Michiyo> lol
L635[09:00:28] <Bizzycola> OpenPhones is so OP :p
L636[09:00:50] <Michiyo> It'd be great if I could just extend one of the computers, and throw stuff on top for a tablet
L637[09:00:52] <Bizzycola> doesn't OC have some api stuff that lets you create your own computers?
L638[09:00:57] <vifino> I want both!
L639[09:00:59] <Michiyo> I'm not 100% sure..
L640[09:01:02] <Michiyo> never really looked..
L641[09:01:06] <Bizzycola> hmm might go see
L642[09:01:18] <Michiyo> but CC running 3 threads per computer is friggen insane..
L643[09:01:34] <Michiyo> Which is why I'm moving stuff to OC
L644[09:02:09] <Michiyo> I could run 40 workers for OC, and STILL come in way lower then my CC stuff :P
L645[09:02:46] <Bizzycola> Sangar: You near here?
L646[09:02:59] <Michiyo> I have 3 computers per reactor in Chernobyl, plus 2 turtles per reactor core, so 6 per reactor assembly.
L647[09:03:17] <Michiyo> 4 reactors total..
L648[09:03:35] <Bizzycola> What kind of reactors? :p
L649[09:03:37] <Michiyo> then I have TONS of computers on my friends Enterprise
L650[09:03:41] <Michiyo> IC2
L651[09:03:44] <Bizzycola> Ahh
L652[09:04:02] <Michiyo> Enterprise also have a reactor, but only 1 controller, and 2 turtles
L653[09:04:06] <Michiyo> has*
L654[09:04:32] <Michiyo> but there are computers controlling lighting, impulse control, and other stuff
L655[09:04:42] <Michiyo> I have ATLEAST 100 CC threads at any given time.
L656[09:04:56] <Bizzycola> lol
L657[09:05:23] <Michiyo> I also have CC interfacing with my AE network acting as replicators lol
L658[09:09:49] *** prassel|off is now known as prasselpikachu
L659[09:13:12] *** Cazzar is now known as cazzar|Away
L660[09:25:10] <ShadowKatStudios> HOLY * De-ja-vu
L661[09:25:29] <ShadowKatStudios> I've seen this before o.O
L662[09:27:01] *** cazzar|Away is now known as Cazzar
L663[09:27:08] <Michiyo> ShadowKatStudios, oh?
L664[09:31:25] *** jesusthekiller is now known as jesustk_off
L665[09:33:30] <ShadowKatStudios> Bleach.
L666[09:33:39] <Michiyo> ♥
L667[09:34:12] <ShadowKatStudios> You know how in dreams you have a weird one, then like a month latter you see it actually happening, and you just get the weirdest de-ja-vu?
L668[09:34:19] <ShadowKatStudios> later*
L669[09:37:55] <ShadowKatStudios> Like, it could be because I actually have seen that before, but I doubt that.
L670[09:47:57] ⇦ Quits: TheEnderverse|NoClients (~JAndS|McW@cpc19-tilb8-2-0-cust200.20-1.cable.virginm.net) (Ping timeout: 186 seconds)
L671[09:49:05] ⇦ Quits: asie (~textual@078088168214.elblag.vectranet.pl) (Quit: I'll probably come back in either 20 minutes or 8 hours.)
L672[09:53:56] ⇨ Joins: TheEnderverse|NoClients (JoshTheEnd@cpc19-tilb8-2-0-cust200.20-1.cable.virginm.net)
L673[10:04:23] ⇨ Joins: septi25 (~zandemax@178-27-187-84-dynip.superkabel.de)
L674[10:04:51] *** septi25 is now known as septi25|away
L675[10:09:57] <gamax92> hola!
L676[10:11:39] <gamax92> Michiyo: I only use CC because OpenComponents can't handle Immibis' AMI
L677[10:11:44] *** Pyrolusite|FalloutNV is now known as Pyrolusite
L678[10:12:12] <gamax92> And because CC doesn't crash my ATI drivers.
L679[10:12:34] <Michiyo> lol... yeaaah
L680[10:14:32] <Tahg> AMI?
L681[10:14:44] <Tahg> adventure something or other?
L682[10:14:48] <Michiyo> Adventure Map Interface
L683[10:15:27] <Tahg> ya, I've used that
L684[10:15:41] <Tahg> tbh, still would like an Immibis alternative that does that
L685[10:15:49] <Tahg> not seen any yet
L686[10:16:33] <Tahg> we're kind of against running anything Immibis for some reason
L687[10:16:43] <Tahg> and I kinda want to make dynamic worlds =P
L688[10:20:42] ⇨ Joins: asie (~textual@078088168214.elblag.vectranet.pl)
L689[10:21:39] <Bizzycola> If you build one of these qcraft interserver teleporters, I wonder if you could get on with LOTS OF ICBMS :D
L690[10:21:59] <Bizzycola> I wonder if it lets you get uncraftable items..
L691[10:22:34] <Tahg> if what does?
L692[10:22:37] <Tahg> AMI?
L693[10:22:54] <Bizzycola> qcraft
L694[10:23:03] <Bizzycola> has interserver travel and you can take your items with you
L695[10:23:22] <Bizzycola> so if you have soem items on creative, could you get them to a survival server? ;p
L696[10:23:43] <Michiyo> Yes.. but remember they have to allow your server to connect.
L697[10:24:00] <Michiyo> you can't just fire up your own box, setup qcraft and connect to any other qcraft server
L698[10:24:01] <Bizzycola> Ah
L699[10:24:14] <Bizzycola> so server owners link them then?
L700[10:24:17] <Michiyo> Yes
L701[10:24:21] <Bizzycola> Ah, cool
L702[10:24:26] <Bizzycola> never actually used qcrafy :p
L703[10:24:39] <Bizzycola> just watching a mod spotlight
L704[10:25:14] *** vifino is now known as vifino|off
L705[10:27:33] <Bizzycola> need to learn it, sounds like it can be used for some fun tricks :D
L706[10:28:36] <Vexatos> It's good for adventure maps
L707[10:28:51] <Bizzycola> I want to do what this guy did, disappearing bridges :p
L708[10:29:24] <Vexatos> I have made a bridge you can only run on while walking backwards
L709[10:29:39] <Bizzycola> lol
L710[10:29:49] ⇨ Joins: Death (webchat@99-98-207-58.lightspeed.wchtks.sbcglobal.net)
L711[10:29:57] <Bizzycola> Put it in an adventure map temple with an annoying riddle :p
L712[10:30:03] <Tahg> how's that work?
L713[10:30:08] <Tahg> with qcraft?
L714[10:30:48] <Vexatos> Yea, qcraft :D
L715[10:31:31] <Tahg> not sure how you could do that without
L716[10:31:33] <Tahg> hmm
L717[10:31:49] <Tahg> can you detect player direction with say open sensors? or similar thing?
L718[10:32:15] <Tahg> kind of have some remote computer program that tracks where a player is
L719[10:32:47] ⇨ Joins: finkmac (~finkmac@68-68-12-88.applecreek.pathcom.com)
L720[10:32:55] <Tahg> idk if there's an OC equivalent to that
L721[10:33:08] <gamax92> ami can do that ;)
L722[10:33:16] <Tahg> well, yes
L723[10:33:35] <Tahg> but we (at FTB) don't use his mods
L724[10:33:48] <Tahg> I know CC has an addon or two that can do that too
L725[10:33:52] <gamax92> Ehh, may I ask why anyway?
L726[10:33:53] <Tahg> at least nearby
L727[10:33:59] <Tahg> oh, no particular reason
L728[10:34:08] <gamax92> :<
L729[10:34:09] <Tahg> oh, on not using his mods?
L730[10:34:12] <Tahg> idk
L731[10:34:22] <Tahg> I just stick with what I've been told I can use/not use
L732[10:34:38] <gamax92> and immibis's stuff was on the don't use?
L733[10:34:46] <Tahg> but I'm trying to come up with ideas for cool adventure maps
L734[10:34:49] <Tahg> ya, pretty much
L735[10:35:25] <gamax92> I've only had a problem with the AMI and BukkitForge or MCPC.
L736[10:35:26] <ShadowKatStudios> Tahg: Mess with gravity. If you mess with gravity, I will play it.
L737[10:35:38] <Tahg> I've been meaning to
L738[10:35:52] <Tahg> I want to add some thigns to forge, once it's 1.7 stable
L739[10:36:10] <gamax92> Doing something like (world).explode COULD crash BukkitForge and give CC an error on MCPC
L740[10:36:11] <Tahg> don't really want to mention them until I get a proof of concept tho
L741[10:36:35] <gamax92> something like Concurrent Modification or Concurrent Access?
L742[10:36:45] <ShadowKatStudios> I played a game when I was younger, and you could change the direction of gravity, and it had a cat in it. I forgot the name of the game, but the idea is still awesome.
L743[10:36:49] <Tahg> hmm, possibly
L744[10:37:08] <Tahg> CME's are a bane to our existance
L745[10:45:33] <dangranos> :(
L746[10:45:34] <dangranos> http://www.minecraftforum.net/topic/1402701-125-gravitycraft-mineup-11-%C2%A0higher-worlds-planets-rotated-gravity-more-world-generation/
L747[10:46:18] <gamax92> oh god, a 300MB SQL DB file from a plugin.
L748[10:46:32] <gamax92> but it compresses down to 21MB
L749[10:54:19] <Tahg> "GravityCraft + MineUp 1.1 is made for MC 1.2.5. A 1.4+ version will come eventually, with added SMP and Forge Support."
L750[10:54:29] <Tahg> so ya...not SMP, not Forge, not current
L751[10:55:29] <gamax92> lol
L752[10:58:53] <gamax92> sees professor on asie's page
L753[11:01:17] <gamax92> "Applying properties ... 3 hours remaining"
L754[11:01:20] <gamax92> No windows, just no.
L755[11:01:57] <JoshTheEnder> lol
L756[11:02:24] *** dsAway is now known as ds84182
L757[11:02:34] <dangranos> gamax, what you wanted to do?
L758[11:02:38] <gamax92> wat
L759[11:02:48] <gamax92> oh right, i remember now.
L760[11:03:04] <gamax92> Write an AHK script to prevent me from saying things like dat, wat, cuz, bcuz
L761[11:05:30] <JoshTheEnder> computers are air-tight arnt they? *adds OC's IDs to Galacticraft's sealable block list*
L762[11:05:31] <gamax92> So windows, why would it take 2 hours to uncompress something I only compressed for 2 minutes?
L763[11:06:50] ⇨ Joins: ping (~notPing@2601:4:4500:887:89d0:ac63:9cf3:c1de)
L764[11:06:57] <gamax92> ping: Hell
L765[11:06:59] <gamax92> o
L766[11:07:08] <ping> hell.
L767[11:07:12] <gamax92> go to
L768[11:07:14] <gamax92> you belong
L769[11:07:40] <ping> already
L770[11:08:16] *** ping is now known as ^v
L771[11:08:19] <^v> \o/
L772[11:08:21] <JoshTheEnder> dammit galacticraft y u no seal?
L773[11:08:22] *** ^v is now known as ping
L774[11:08:34] <ping> (i use the nick so it doesnt get unreg)
L775[11:09:01] <ping> ^v doesnt log in
L776[11:09:09] <JoshTheEnder> ping, it only gets unregistered if you dont use it for like 2 weeks or so
L777[11:09:11] <JoshTheEnder> ahh
L778[11:11:02] <Death> Why doesn't ^v log in?
L779[11:11:19] <ping> because too easy to accidentally push my ns password to github
L780[11:11:45] <Death> I just make my bot read it from stdin
L781[11:11:47] <gamax92> .gitignore
L782[11:11:55] <JoshTheEnder> ping, make it read from an external file, then add it to the .gitignore
L783[11:12:10] <ping> for fucks sake windows
L784[11:12:20] <ping> what are you searching for
L785[11:12:38] <ping> http://puu.sh/8eZbJ.png
L786[11:12:46] <gamax92> <Windows> I've forgotten the book on how to be performant.
L787[11:12:48] <ping> it doesnt take 10 mins to show all the drives
L788[11:12:56] <johnEgbert> > print(tun:read(tun.mtu))
L789[11:12:56] <johnEgbert> >
L790[11:12:57] <johnEgbert> wtf
L791[11:13:04] <gamax92> doesn't it do that if its waiting for the drive to wake up?
L792[11:13:11] <ping> well then
L793[11:13:44] <ping> http://puu.sh/8eZeK.png
L794[11:13:51] <ping> ima just restart explorer
L795[11:13:57] <gamax92> good job
L796[11:14:25] <ping> http://puu.sh/8eZho.png
L797[11:14:28] <ping> or not
L798[11:14:31] <ping> rebooy
L799[11:14:35] <ping> boot*
L800[11:14:44] <ping> inb4 bsod on startup
L801[11:14:56] ⇦ Quits: ping (~notPing@2601:4:4500:887:89d0:ac63:9cf3:c1de) (Read error: Connection reset by peer)
L802[11:15:05] <Death> yay ping died
L803[11:15:34] <gamax92> lets party
L804[11:16:03] ⇨ Joins: ping (~notPing@2601:4:4500:887:81d0:c4f0:e292:d482)
L805[11:16:08] <Death> or not.
L806[11:16:09] ⇨ Joins: ^v (~pingbot@c-71-238-153-166.hsd1.mi.comcast.net)
L807[11:16:10] <gamax92> Its back now.
L808[11:18:02] <ping> oh yeah
L809[11:18:07] ⇦ Quits: Vexatos (~Vexatos@p5B3C89E9.dip0.t-ipconnect.de) (Ping timeout: 186 seconds)
L810[11:18:17] <ping> so last night i made a extremely efficient renderer
L811[11:18:47] <gamax92> ping: 3D?
L812[11:18:59] <ping> no
L813[11:19:03] <ping> OC
L814[11:19:05] <gamax92> oh okay.
L815[11:19:20] <ping> though you could use it to render 3D pretty fast
L816[11:19:25] <gamax92> I'm just going to try OpenPrinters
L817[11:19:58] *** tgame14|Away is now known as tgame14
L818[11:20:05] <ping> for fucks sake
L819[11:20:15] <gamax92> gerddermit I need asielib
L820[11:20:16] <ping> too mant OpenP*
L821[11:20:20] <ping> many
L822[11:21:07] <gamax92> hmm, OC can use noteblocks right?
L823[11:21:15] <JoshTheEnder> yep
L824[11:21:26] <gamax92> someone make a music composer
L825[11:21:53] <gamax92> and if AMI's ever work on OpenComponents, a music tracker.
L826[11:23:38] <gamax92> asie's stuff is crashing my minecraft, won't even get to the title screen.
L827[11:24:19] <gamax92> no Michiyo
L828[11:24:24] <gamax92> no ... don't put an update button.
L829[11:25:39] *** prasselpikachu is now known as prassel|off
L830[11:26:04] <JoshTheEnder> damn these galacticraft sealers are so annoying
L831[11:26:30] <Michiyo> gamax92, don't click it if you don't like it. :D
L832[11:26:40] <gamax92> Michiyo: but I have to see it, every time I open the menu.
L833[11:26:45] <gamax92> and it doesn't even render nice.
L834[11:26:51] <gamax92> it's all uneven pixels
L835[11:27:24] <gamax92> the text is even white, when all of the other text is a light gray.
L836[11:27:38] <Michiyo> You can bame MC's lame text renderer for that
L837[11:27:41] <Michiyo> blame*
L838[11:27:51] <gamax92> except I'll blame you for putting it there.
L839[11:28:00] * gamax92 gets byte code editor.
L840[11:28:03] <Michiyo> Easy fix, nuke the mod.
L841[11:28:07] <Michiyo> :D
L842[11:28:23] ⇨ Joins: Dean4Devil (~jaic@p54960D20.dip0.t-ipconnect.de)
L843[11:28:43] <ping> gah
L844[11:28:47] <Dean4Devil> o/
L845[11:28:48] <Michiyo> if this damn server dies one more time I'm going to shoot myself.
L846[11:28:55] <ping> rendering not optimized enough
L847[11:29:53] <ping> 1257 fills for mandlebrot
L848[11:30:40] <Michiyo> 16 hours working on this POS
L849[11:30:59] <gamax92> GuiModUpdateButton
L850[11:31:04] <Michiyo> So I apologize if I'm not in the best of moods ATM
L851[11:31:50] <ping> to make a comparison, setting each pixel individually is 8000 sets
L852[11:32:39] *** prassel|off is now known as prasselpikachu
L853[11:34:07] <gamax92> ModUpdateDetectorTickHandeler
L854[11:34:27] <JoshTheEnder> welp, doing /help throws an error :/
L855[11:34:31] <JoshTheEnder> on mc
L856[11:37:53] ⇨ Joins: Vexatos (~Vexatos@p5B3C89E9.dip0.t-ipconnect.de)
L857[11:40:06] <Michiyo> gamax92, you do realize it's open source..
L858[11:40:16] <Michiyo> just strip the classes, and gradlew build it
L859[11:40:20] <gamax92> fixed it.
L860[11:40:24] <gamax92> Michiyo: what. faku
L861[11:40:32] <gamax92> why you no list sources.
L862[11:41:21] <Michiyo> http://lanteacraft.com/jenkins/job/OpenPrinter/30/ (commit: 3387c9bd361df15bcabeef080094bdc6125a526e) https://github.com/PC-Logix/OpenPrinter/commit/3387c9bd361df15bcabeef080094bdc6125a526e
L863[11:41:37] <gamax92> that would be nice to have listed here http://oc.cil.li/index.php?/topic/54-mc-164172-oc-12-openprinter/
L864[11:41:51] <gamax92> But, I did manage to bytecode edit it anyway :D
L865[11:44:08] <Michiyo> it's also a pretty simple thing to remove from the main class "OpenPrinter"
L866[11:44:30] <gamax92> Michiyo: you made it seem like it wasn't open source.
L867[11:44:40] <Michiyo> I never said it wasn't
L868[11:44:42] <gamax92> telling me to just remove the mod and not listing sources on the forum post.
L869[11:44:43] <Michiyo> the name is even Open.
L870[11:45:26] <Michiyo> but here, build 31 will have a config option.
L871[11:45:29] <Michiyo> or.. 32
L872[11:45:34] <Bizzycola> OC must feel lonely. the addon forum has only 2 mods in it! :p
L873[11:45:43] <Bizzycola> the other mods won't play with OC
L874[11:45:47] <Michiyo> feel free to post the 3rd :P
L875[11:45:53] <gamax92> Bizzycola: well, OC doesn't have the best tutorial for mods.
L876[11:45:54] <gamax92> only examples.
L877[11:46:11] <Michiyo> And yet, it's stupidly simple to do, compared to CC 1.6 now :P
L878[11:46:21] <gamax92> I haven't even looked at CC 1.6's api.
L879[11:46:28] <Bizzycola> Well I would but I'd have to take screenshots and stuff and I'm tired and lazy right now :p
L880[11:46:30] <gamax92> what exactly happened?
L881[11:48:58] <gamax92> I need to go through all my old Minecraft stuff, it's taking up 8GB's of a 40GB drive.
L882[11:49:18] <Michiyo> you no longer implement IPeripheral in the TE
L883[11:49:43] <Michiyo> Stuff is basicly IHostedPeripherals, without the FEATURES of the old IHostedPeripheral
L884[11:53:05] *** prasselpikachu is now known as prassel|off
L885[11:55:22] <Michiyo> Also, gamax92 github, and jenkins yell in #Michiyo regularly
L886[11:56:33] <gamax92> hmm, 27 version of MCEdit, all of them are old.
L887[11:56:58] <Kenny> and gamax92, being too lazy to look for something does not give you the right to bitch at the dev'
L888[11:57:29] <gamax92> So, I don't have to right to talk to Michiyo?
L889[11:57:57] <gamax92> It may have been bitching, but my intent was to tell Michiyo why it was a bad idea.
L890[11:58:12] ⇨ Joins: pong (~notPing@2601:4:4500:887:bc73:62f:d457:1caf)
L891[11:58:19] <Kenny> i didn't say you didn't have the right to talk to Michiyo, i said YOU being LAZY did not give you the right to BITCH at Michiyo
L892[11:59:04] <Kenny> and i'm referring to the fact of YOU not knowing it was open source for that has been mentioned here quite a few times
L893[11:59:11] <Michiyo> ANd it's a bad idea in your opinion, that does not mean it's a bad idea period.
L894[11:59:57] <gamax92> Jeez I'm fucking sorry okay.
L895[12:00:18] <Michiyo> THough, I did add the config option
L896[12:00:28] <Michiyo> because people may have the same opinion, which is fine.
L897[12:00:40] ⇦ Quits: ping (~notPing@2601:4:4500:887:81d0:c4f0:e292:d482) (Ping timeout: 190 seconds)
L898[12:03:05] <Michiyo> gamax92, if you want to PR in a change to disable only the GUI components with a option that'd be great. If you don't want to, well that's fine too.
L899[12:03:16] <gamax92> PR?
L900[12:03:27] <JoshTheEnder> Pull Request
L901[12:03:35] <gamax92> oh
L902[12:03:43] <gamax92> I could try
L903[12:04:27] <Michiyo> That way you'd atleast still get the chat alert, if you wanted it.
L904[12:05:26] <Michiyo> there is a command handler, so you can type a command and open the GUI.. but it never worked, and I never messed with it cause the button worked lol
L905[12:05:27] <Kenny> all he has to do is click the watch button and he will get an email anytime something with the mod change or some issue is raised
L906[12:05:59] <Michiyo> Yeah, but some people don't want to be bothered with issues/commits
L907[12:06:16] <Michiyo> And config options are never a bad idea :P
L908[12:06:16] <gamax92> erm wait, why do I want to watch the project?
L909[12:06:42] <Kenny> you want to gripe about feautures, if you watch it you know when something is changed
L910[12:06:47] <JoshTheEnder> Kenny, yeah, each and every time an issue is made, commented on or closed ( LordFokas|off has a habbit of mass making issues for stuff for him to impliment which spam my emails )
L911[12:07:08] <Kenny> i know, i get the same thing with OC
L912[12:07:37] <Kenny> but in my case with OC, i also do tech support on those raised issues so i donn;t mind
L913[12:07:42] <JoshTheEnder> which is why i dont watch it, it'd be like "Ohh EMAIL!!.... wait nvm"
L914[12:08:01] <Bizzycola> sounds fun :p
L915[12:08:13] <Kenny> i know when my email counter says 10 or more emails most are from OC hehe
L916[12:08:39] <Michiyo> Kenny it's fine really though.
L917[12:09:05] <Kenny> but as i don't email very many people and hardly ever get anything but ad emails it doesn't matter to me
L918[12:09:30] <Michiyo> I need to figure out how to implement power use
L919[12:09:43] <Michiyo> I want the printer to draw a small bit of power, then I get to add a power button
L920[12:09:44] <Michiyo> lol
L921[12:09:54] <gamax92> does the printer make clanking noises?
L922[12:10:09] <Michiyo> not currently
L923[12:10:10] * Kenny DiNozzo's gamax92
L924[12:10:16] <gamax92> you what?
L925[12:10:18] <Michiyo> I don't know enough about MC's sound system to do so
L926[12:10:25] <Michiyo> gamax92, ever watch NCIS?
L927[12:10:34] <gamax92> not recently, as in years.
L928[12:10:40] <Kenny> the mod has only been out for about 4 days
L929[12:11:09] <Kenny> well, remember when the Charcter DiNozzo did something stupid......
L930[12:11:10] <Michiyo> He;'s referring to Gibb's trademark headsmack, usually applied to DiNozzo
L931[12:11:14] <Death> gamax92: a "DiNozzo" is a smack on the back of the head.
L932[12:11:26] <gamax92> No Kenny, I wasn't bitching to Michiyo that the printer doesn't make noises, I'm asking Michiyo if the printer makes noises.
L933[12:11:43] <gamax92> Anyway, breakfast.
L934[12:11:45] <Michiyo> lol
L935[12:11:48] <Kenny> and i was DiNozzing you for that hehe
L936[12:12:06] <Kenny> the mod has only been in release for about 4 days
L937[12:12:17] <Michiyo> and as far as I know like 4 people use it
L938[12:12:18] <Michiyo> lol
L939[12:12:24] <Kenny> and Michiyo rushed thru getting it done
L940[12:12:39] <JoshTheEnder> i keep forgetting to add it to my client
L941[12:12:41] <Michiyo> and learned a lot more about forge in the process lol
L942[12:12:42] <Kenny> you have to remember she also works on LanteaCraft
L943[12:13:00] <Kenny> and works with me on doing some lua coding
L944[12:13:02] <JoshTheEnder> she? wait what?
L945[12:13:06] <Michiyo> Indeed.
L946[12:13:13] <Kenny> she is co-dev of LanteaCraft
L947[12:13:25] <Michiyo> my source file header " * @author Caitlyn" :P
L948[12:13:42] * JoshTheEnder runs off screaming "I KNOW NOTHING ANYMORE"
L949[12:13:47] <Michiyo> lolol
L950[12:13:52] <Bizzycola> heh
L951[12:13:53] <Kenny> Josh, you know that other than yourself, everyone in the voice list is a dev
L952[12:13:55] * JoshTheEnder then runs back and continues eating his dinner
L953[12:14:02] <Michiyo> heh
L954[12:14:09] <Bizzycola> How'd josh get in then! :p
L955[12:14:17] <JoshTheEnder> EnderBot,
L956[12:14:23] <Kenny> he runs Enderbot
L957[12:14:28] <Bizzycola> I know not the criteria of voicing :p
L958[12:14:32] <Bizzycola> Ah
L959[12:14:43] <Michiyo> Hey... Bizzycola and I authored a mod
L960[12:14:43] <Michiyo> :P
L961[12:14:46] <Michiyo> he needs +! :P
L962[12:14:52] <Kenny> and you know why i'm there :P
L963[12:14:53] <Bizzycola> Nah I'm good :
L964[12:15:01] <Michiyo> lol
L965[12:15:03] <Michiyo> mkay
L966[12:15:03] <JoshTheEnder> also technically, i am a dev just my mod doesnt do anything constructive
L967[12:15:04] <Bizzycola> Because you don't like showing your opness? :p
L968[12:15:39] <Kenny> not my "opness" my awesomeness :P
L969[12:15:45] <Bizzycola> oh okay :p
L970[12:16:01] <Michiyo> Anyone using ICBM who doesn't want to deal with OC.. http://lanteacraft.com/jenkins/job/ICBMComponent/lastSuccessfulBuild/ :P
L971[12:16:26] <Michiyo> Bizzycola, can you confirm you can see the build option and stuff?
L972[12:16:30] <JoshTheEnder> Michiyo, dont you mean CC?
L973[12:16:36] <Michiyo> Yeah I mean CC
L974[12:16:36] <Michiyo> :P
L975[12:16:40] <Michiyo> I've been up for WAY to long
L976[12:16:44] <Michiyo> dealing with server BS
L977[12:16:47] <Michiyo> and Java BS
L978[12:16:52] <Michiyo> and SCREAMING 1 YEAR OLD BS
L979[12:16:53] <Michiyo> lol
L980[12:16:55] <Kenny> and just plain BS
L981[12:17:12] <JoshTheEnder> ***get all the BS***
L982[12:17:14] <Bizzycola> yea I have build now and stuff
L983[12:17:28] <Michiyo> ok awesome
L984[12:17:34] <JoshTheEnder> also i've been up for about 9 hours or so (that's how long my computers been on)
L985[12:17:39] <Bizzycola> so I assume it will build from the github repo
L986[12:17:45] <Michiyo> yep
L987[12:17:49] <Bizzycola> Cool
L988[12:17:50] <Michiyo> It'll pull and build
L989[12:18:18] <Michiyo> Oh.. I just noticed the github links on jenkins in the left menu too
L990[12:18:21] * Michiyo pokes gamax92 :P
L991[12:18:23] <Bizzycola> Maybe later we could add support for other ICBM api stuff. Might have radar api's or somethng. Might look into it :p
L992[12:18:35] <gamax92> back
L993[12:18:59] <gamax92> oh, so that exists.
L994[12:19:04] <Michiyo> Bizzycola, might could
L995[12:19:25] <Michiyo> Heh don't feel bad.. I just noticed it myself :P
L996[12:20:16] <Bizzycola> Oh you can implement IRadarDetectable
L997[12:20:19] <Bizzycola> good for UAV mod
L998[12:20:26] <Bizzycola> shoot them down with anti-ballistic missiles :p
L999[12:20:38] <Michiyo> then add a stealth UAV that doesn't implement it :P
L1000[12:20:42] <Bizzycola> hah yea
L1001[12:20:55] <Bizzycola> IMissileLockable is for that Iguess
L1002[12:20:56] <gamax92> Kenny: have you seen the font I generated?
L1003[12:22:13] <Michiyo> hmm Breakfast sounds good..
L1004[12:22:24] <Bizzycola> actually maybe IAATarget migt be better
L1005[12:23:04] <Michiyo> :/ ugh I've gotta goto the store soon
L1006[12:23:08] <Kenny> somewhat, was so tired last night when i popped in that i couldn't make it out too well
L1007[12:24:07] <Kenny> i remember ytou talking about it and i kind of lokked at it, but my eyes were blurry so i couldn't make it out too good
L1008[12:24:39] <Bizzycola> Hmm. Don;t think you can interfac with the radar any more then making your entity show up on it
L1009[12:25:14] * Kenny goes to check Bizzycola's theory
L1010[12:26:20] <Bizzycola> looking at the ICBM api, can't find anything. Too bad, I'd like to recieve an event when missiles are detected and stuff :p
L1011[12:26:49] <Michiyo> I wanna say atleast in the 1.4 days you got events in CC for that stuff
L1012[12:28:01] <Kenny> http://imgur.com/WPEZLAE
L1013[12:28:23] <Kenny> getEntities
L1014[12:28:25] <Michiyo> getEntities, but you also got events too
L1015[12:28:26] <Michiyo> so
L1016[12:28:27] <Michiyo> yeah
L1017[12:28:49] <Michiyo> Bizzycola, I've gotta fix the project up a bit more.. do you use eclipse?
L1018[12:28:59] <Michiyo> or Idea?
L1019[12:29:02] <Bizzycola> I was using notepad++
L1020[12:29:10] <Michiyo> Well you said you tried a IDE
L1021[12:29:13] <Bizzycola> I prefer IntelliJ Idea if you can get it working :p
L1022[12:29:18] <Michiyo> Ahh...
L1023[12:29:28] <Bizzycola> I could have gotten it working in eclipse I suppose but I prefer Idea generally :p
L1024[12:29:46] <Michiyo> umm maybe, I use Eclipse, so I was just gonna include everything for a fully working project right out of the checkout
L1025[12:29:48] <Kenny> gradle will set up for IDEA
L1026[12:30:08] <Bizzycola> Ah well I have an use eclipse so if it's setup for eclipse go with that
L1027[12:30:11] <Michiyo> I might be able to include both workspaces
L1028[12:30:49] <Michiyo> but LanteaCraft is awesome.. you checkout the git, point eclipse at it, and it works.
L1029[12:30:57] <Bizzycola> Nice
L1030[12:31:10] <Michiyo> So I wanna try to replicate that across all of my mods
L1031[12:31:20] <Bizzycola> Ahh well use eclipse then
L1032[12:31:23] <Michiyo> other dev set that up, soo lol
L1033[12:31:27] <Bizzycola> I have it setup and hae used it for mods before
L1034[12:31:51] <Michiyo> k, I've gotta run for a bit
L1035[12:31:59] <Bizzycola> okey
L1036[12:32:08] *** Kenny is now known as Kenny|AFK
L1037[12:32:09] <Michiyo> when I get back I'll fix up the workspace, and we can play with other stuff
L1038[12:32:20] <Bizzycola> Alrighty
L1039[12:32:25] <Bizzycola> trying to think what else can b added :p
L1040[12:32:46] <Michiyo> lol
L1041[12:33:36] <Bizzycola> No idea yet. Unless we want it to be detected by radars :p
L1042[12:34:26] <Michiyo> Well, you said something about radar
L1043[12:34:47] <Michiyo> we could also directly interface the cruise launchers like you can with CC
L1044[12:34:49] <Bizzycola> I thought the radar had an api so we could get a event when missiles are near
L1045[12:34:52] <Bizzycola> but I ca't find one
L1046[12:34:58] <Bizzycola> Oh cool
L1047[12:35:23] <Michiyo> which would be great... cause the photon torpedos on enterprise are cruise missles :P
L1048[12:35:30] <Michiyo> one less thing I need CC For :p
L1049[12:35:40] <Bizzycola> Ah cool :P
L1050[12:35:46] <Bizzycola> I might try the cruise launchers out if we do
L1051[12:36:01] <Michiyo> anyway afk
L1052[12:36:09] <Bizzycola> I think it probably implemets ILauncherController as well but I dunno
L1053[12:36:10] <Bizzycola> kk
L1054[12:43:39] <pong> yay
L1055[12:43:41] <pong> http://puu.sh/8f4gV.png
L1056[12:43:46] <pong> i hit the end of the fractal
L1057[12:44:02] <pong> the point where doubles arent precise enough
L1058[12:45:05] <Tahg> lol
L1059[12:47:07] <pong> http://puu.sh/8f4uu.png
L1060[12:47:10] <pong> who wants eit?
L1061[12:48:21] *** tgame14 is now known as tgame14|away
L1062[12:49:23] <gamax92> pong: make them preciser?
L1063[12:49:50] <pong> nou
L1064[12:50:31] <gamax92> pong: big number lib that handles floats?
L1065[12:50:42] <pong> too slow
L1066[12:50:50] <gamax92> yes, would be too slow, but could work?
L1067[12:51:00] <gamax92> oh right, has anyone tried luajit in OC?
L1068[12:51:56] <pong> no, impossible
L1069[12:52:01] <gamax92> aww, why?
L1070[12:52:06] <pong> 5.2
L1071[12:52:08] <gamax92> oh right, luajit isn't fully 5.2
L1072[12:55:45] ⇨ Joins: Katie (webchat@cpe-24-210-223-235.neo.res.rr.com)
L1073[13:01:51] <pong> https://github.com/OpenPrograms/Pixel-Programs/blob/master/mandlebrot.lua
L1074[13:03:11] <Katie> Pong are you an old Arcade Game from 1979 by chance?
L1075[13:03:51] <gamax92> no, he's the response to a ping.
L1076[13:04:51] <pong> ping pang
L1077[13:04:54] *** pong is now known as ping
L1078[13:06:06] <Katie> uh oh
L1079[13:06:45] <Death> ?
L1080[13:07:24] <Katie> itsa evolved
L1081[13:09:39] <zsh> watches the little ping start nipping around Katie's feet
L1082[13:10:20] <ping> .-.
L1083[13:10:23] <gamax92> ^
L1084[13:10:30] <Katie> nooo only one person gets to do that
L1085[13:11:22] * Katie has already evolved past the point of a physical Body
L1086[13:11:27] <zsh> wonders who that one person is
L1087[13:11:56] <gamax92> is zsh not capable of 0x01ACTION
L1088[13:12:06] <Katie> i am currently in my TARDIS form as im a multiform
L1089[13:13:09] <zsh> thinks katie should realize she is an exraterresital being
L1090[13:13:36] <Katie> i already knmow that
L1091[13:13:37] <zsh> act floats near the katie form
L1092[13:14:05] * Katie morphs into her previous form
L1093[13:14:19] <ping> .-.
L1094[13:14:28] * zsh slowly drifts down
L1095[13:15:22] <Katie> im back to being a Human
L1096[13:15:34] <Katie> or as Markiplier calls em "Hoomans"
L1097[13:15:42] ⇦ Quits: ping (~notPing@2601:4:4500:887:bc73:62f:d457:1caf) (Read error: Connection reset by peer)
L1098[13:15:57] * zsh slowly transforms into a humaoid form
L1099[13:16:03] ⇨ Joins: ping (~notPing@2601:4:4500:887:bc73:62f:d457:1caf)
L1100[13:16:48] ⇨ Joins: Guest13413 (webchat@c-75-70-114-202.hsd1.co.comcast.net)
L1101[13:16:52] * zsh studies the Katie form intently
L1102[13:16:55] <ping> :O
L1103[13:17:01] <ping> i recognise that IP from Guest13413
L1104[13:17:04] <Guest13413> hey guys, where can I get opencomputers
L1105[13:17:21] <ping> https://github.com/MightyPirates/OpenComputers/releases
L1106[13:17:26] <Guest13413> the dl dosnt work
L1107[13:17:59] <Guest13413> which versi on do i want
L1108[13:18:00] <Bizzycola> then get a dev build from http://ci.cil.li/
L1109[13:18:06] <Kenny|AFK> http://ci.cil.li/job/OpenComputers/
L1110[13:18:06] <ping> .jenkins
L1111[13:18:12] <^v> ping, Last successful build 5.41 MB http://goo.gl/2Y4lWK 6 hr 46 min ago
L1112[13:18:30] <Guest13413> do i want the one from the ci.cil.li or the github
L1113[13:18:41] <dangranos> btw found somewhere >Does "native code" mean that it's incompatible with Macs?
L1114[13:18:56] <Guest13413> wait oc is not mac compatible?
L1115[13:19:01] <ping> it is
L1116[13:19:07] <Guest13413> im so confused
L1117[13:19:08] <ping> Guest13413, if the github isnt working use jenkins
L1118[13:19:24] <dangranos> but github version is more stable
L1119[13:19:24] <Guest13413> is ci.cil.li jenkins?
L1120[13:19:27] <dangranos> yes
L1121[13:19:29] <ping> awhile ago there was issues with binaries, should work on all OSs
L1122[13:19:36] <Guest13413> oh okay
L1123[13:19:44] <Guest13413> thaaaaaaaaaaanks!!!!!!!!
L1124[13:19:48] ⇦ Quits: Guest13413 (webchat@c-75-70-114-202.hsd1.co.comcast.net) (Client Quit)
L1125[13:20:14] <dangranos> hmm
L1126[13:20:31] <gamax92> ping: :P
L1127[13:20:39] <ping> wot
L1128[13:21:07] <ping> cant type
L1129[13:21:13] <dangranos> is OC works on mac? just curious
L1130[13:21:13] <ping> need food
L1131[13:21:18] <ping> yes it does
L1132[13:21:21] <ping> has for awhile :P
L1133[13:24:12] <gamax92> finally cleaned up my minecraft folder.
L1134[13:24:17] <gamax92> went from 8GB's to 1GB
L1135[13:24:58] *** Super|SleepingMaybe is now known as SuPeRMiNoR2
L1136[13:25:18] *** ds84182 is now known as dsAway
L1137[13:25:23] <gamax92> hmm this OpenPrograms thing, is there some sort of package manager for it?
L1138[13:25:48] <dangranos> nope, but you can always write it :D
L1139[13:27:11] <ping> .-.
L1140[13:27:15] <ping> i was going to
L1141[13:27:17] <ping> but lazy
L1142[13:27:29] <ping> figured you would have more fun making it
L1143[13:28:54] <ping> needs more moog city
L1144[13:28:54] *** Pyrolusite is now known as Pyrolusite|Shower
L1145[13:29:11] <dangranos> hmm, it will be much better, if i all openprograms repos was some file with information about programs in repo
L1146[13:29:47] <dangranos> *in
L1147[13:30:45] <ping> .ocget file: {name="foo",desc="bar",install=function() put(get("main.lua"),"potatOS/main.lua") end}
L1148[13:32:48] ⇦ Quits: asie (~textual@078088168214.elblag.vectranet.pl) (Read error: Connection reset by peer)
L1149[13:38:58] *** SuPeRMiNoR2 is now known as SuPeRMiNoR2|A
L1150[13:40:02] <gamax92> ping: want to write a fon decoder?
L1151[13:40:09] <ping> wots a fon
L1152[13:40:13] <gamax92> bitmap font
L1153[13:40:58] <ping> .-.
L1154[13:42:39] *** prassel|off is now known as prasselpikachu
L1155[13:44:32] ⇦ Quits: Death (webchat@99-98-207-58.lightspeed.wchtks.sbcglobal.net) (Ping timeout: 198 seconds)
L1156[13:47:29] ⇨ Joins: Death (webchat@99-98-207-58.lightspeed.wchtks.sbcglobal.net)
L1157[13:51:04] *** Keridos is now known as Keridos_off
L1158[14:00:52] *** Pyrolusite|Shower is now known as Pyrolusite
L1159[14:02:05] ⇦ Quits: dangranos (webchat@109.203.209.139) (Ping timeout: 198 seconds)
L1160[14:04:11] *** Sorroko_Off is now known as Sorroko
L1161[14:04:33] <ping> .> local o=0 for k,v in pairs(b) do for k,v in pairs(v.assets) do o=o+v.download_count end end return o
L1162[14:04:33] <^v> ping, 14398
L1163[14:04:56] <ping> all the downloads on github
L1164[14:10:32] *** SuPeRMiNoR2|A is now known as SuPeRMiNoR2
L1165[14:29:09] <gamax92> soo, i wrote a fon decoder. finished my generated font. http://i.imgur.com/ALxZBVS.png
L1166[14:29:23] <ping> soo, i made a release command
L1167[14:29:25] <ping> .release
L1168[14:29:26] <^v> ping, Latest release: Patch 1.2.7 Download: 1.6.4 http://goo.gl/0mepf6 1.7.2 http://goo.gl/0mepf6
L1169[14:29:39] <gamax92> Also, apparently some time in the past i changed my terminal fonts to NewDOS, either that or they happen to be both the same.
L1170[14:30:04] *** Dark_Hunter is now known as Dark_Hunter|Off
L1171[14:30:27] <gamax92> nope, definetly changed them.
L1172[14:30:54] *** Dark_Hunter|Off is now known as Dark_Hunter
L1173[14:36:28] ⇨ Joins: MrHohenheim (~MrHohenhe@188-143-104-229.pool.digikabel.hu)
L1174[14:41:09] ⇦ Quits: finkmac (~finkmac@68-68-12-88.applecreek.pathcom.com) (Ping timeout: 186 seconds)
L1175[14:41:17] <ping> .downloads
L1176[14:41:17] <^v> ping, Total: 1.4740101776585e+014 1.6: 1.4740092405095e+014 1.7: 117,144,054 Most popular: Version 1.0.0 - Alfredo Fettucini with 73700508883030 downloads
L1177[14:41:22] <ping> i borkd it hard
L1178[14:41:24] <ping> verry hard
L1179[14:42:58] *** prasselpikachu is now known as prassel|off
L1180[14:47:10] ⇨ Joins: finkmac (~finkmac@68-68-12-88.applecreek.pathcom.com)
L1181[14:50:17] <gamax92> hmm, the terminus font has the wrong encoding.
L1182[14:51:28] ⇨ Joins: asie (~textual@078088168214.elblag.vectranet.pl)
L1183[14:53:09] *** Pyrolusite is now known as Pyrolusite|Eating
L1184[14:53:51] <ping> .downloads
L1185[14:53:53] <^v> ping, Total: 13,384, 1.6: 8,288, 1.7: 5,096, Most popular: Version 1.2.0 Prerelease 3 with 1676 downloads
L1186[14:53:54] <ping> :D
L1187[14:54:20] <Gopher> alfredo fettucini?
L1188[14:54:26] <gamax92> Action52?
L1189[14:54:29] <SpiritedDusty> OC has 13,384 downloads? o.O
L1190[14:54:40] <ping> Gopher, first OC version was named that
L1191[14:54:48] <Gopher> I see.
L1192[14:55:00] <ping> http://puu.sh/8fd8i.png
L1193[14:55:04] <Gopher> but it wasn't downloaded 73 quadrillion times, I take it?
L1194[14:55:32] <gamax92> my process works as this: bdf -> fnt -> fon -> fd -> pbm -> png
L1195[14:55:35] ⇨ Joins: Kodos (webchat@108-226-6-195.lightspeed.stlsmo.sbcglobal.net)
L1196[14:55:39] <gamax92> or, bdf2png
L1197[14:55:40] <ping> no
L1198[14:55:46] <ping> i derpd when adding them all u
L1199[15:07:15] *** prassel|off is now known as prasselpikachu
L1200[15:09:49] *** Keridos_off is now known as Keridos
L1201[15:13:53] <ping> gamax92, is it that hard to parse bitmaps?
L1202[15:14:36] <gamax92> ping: its that im lazy and the tools exist.
L1203[15:14:41] <Vexatos> o/
L1204[15:14:42] <gamax92> fd generated a really nice format.
L1205[15:14:51] <ping> \o/ Vexatos
L1206[15:15:20] <gamax92> ping: when i have fd -> pbm, thats my script.
L1207[15:16:57] <gamax92> oh great, this font's in a pcf format.
L1208[15:17:03] <gamax92> pcf -> bdf -> fnt -> fon -> fd -> pbm -> png
L1209[15:18:28] *** Pyrolusite|Eating is now known as Pyrolusite
L1210[15:20:17] <SpiritedDusty> gamax92, can I have that font file you were trying to use yesterday? I want to see if it'll work for me
L1211[15:20:31] <gamax92> k
L1212[15:20:39] <gamax92> SpiritedDusty: http://i.imgur.com/ALxZBVS.png
L1213[15:22:42] <Death> I definately like the font more than the original
L1214[15:23:54] <gamax92> oh, i found the right code page for the terminus fonts.
L1215[15:24:53] <ShadowKatStudios> Wow. I just layed in bed for like 4 hours.
L1216[15:24:56] <ShadowKatStudios> Awake.
L1217[15:25:11] <gamax92> Death: What about http://i.imgur.com/vG7xcaf.png
L1218[15:26:21] <Death> I'll try, but it'll take a bit. Need to get IRC on other comp, go through Winblows' painful process of changing it...
L1219[15:26:30] <gamax92> erm, i didn't mean try, i meant look at it.
L1220[15:26:48] <SpiritedDusty> gamax92, I tried the font and the screen is just black
L1221[15:26:53] <gamax92> :<
L1222[15:27:15] <gamax92> SpiritedDusty: fonts have a definite issue on OC
L1223[15:27:18] <gamax92> that font is even 10x19
L1224[15:27:28] ⇨ Joins: Death_ (webchat@99-98-207-58.lightspeed.wchtks.sbcglobal.net)
L1225[15:27:47] <gamax92> Death_: what if i make you a script to change it?
L1226[15:27:50] <Death> http://i.imgur.com/vG7xcaf.png The only way to look at it is to try it
L1227[15:27:56] <Death> I can do it
L1228[15:28:00] <gamax92> but i want to
L1229[15:28:02] <Death> Windows just sucks
L1230[15:28:04] <Death> Okay, go ahead
L1231[15:29:15] <SpiritedDusty> gamax92, http://puu.sh/8ffJ4.png :DDDDD
L1232[15:29:19] <SpiritedDusty> :DDDDD
L1233[15:29:29] <gamax92> SpiritedDusty: but background
L1234[15:29:37] <SpiritedDusty> ?
L1235[15:29:41] <gamax92> do background colors work
L1236[15:29:43] <ping> SpiritedDusty, sexy
L1237[15:30:24] ⇦ Quits: Death_ (webchat@99-98-207-58.lightspeed.wchtks.sbcglobal.net) (Client Quit)
L1238[15:30:55] <SpiritedDusty> how do I test background? xD
L1239[15:31:10] <Death> :<
L1240[15:31:12] <gamax92> :<
L1241[15:31:14] <Death> gamax92: it bork the .jar
L1242[15:31:18] <gamax92> lol
L1243[15:31:39] <ping> SpiritedDusty
L1244[15:31:47] <ping> .h gpu.setBackground
L1245[15:31:47] <^v> ping, gpu.setBackground(color: number):number Sets the background color to apply to "pixels" modified by other operations from now on. The returned value is the old background color, not the actual value it was set to.
L1246[15:32:21] <SpiritedDusty> so in the lua prompt, if I do gpu.setBackground(0xFFFFFF). the all text should have a white baclground?
L1247[15:32:31] <ping> do blue or something
L1248[15:32:33] <Death> nvm, it's working now.
L1249[15:32:37] <ping> wont be able to see with white
L1250[15:32:38] <Death> Yeah, do blue, as text is white
L1251[15:33:25] <SpiritedDusty> http://puu.sh/8fg1W.png, does this mean it doesn't work?
L1252[15:33:38] <Death> heh, apparently it has to be a .jar
L1253[15:33:50] <Death> not a .zip
L1254[15:34:35] <ping> :P
L1255[15:37:25] <gamax92> Death: finished.
L1256[15:38:02] <Death> Cool, how can I run it?
L1257[15:38:31] <gamax92> Death: https://dl.dropboxusercontent.com/u/93572794/UpdateFont.zip
L1258[15:39:26] <Death> Awesome, min'
L1259[15:39:41] ⇨ Joins: Death^2 (webchat@99-98-207-58.lightspeed.wchtks.sbcglobal.net)
L1260[15:39:43] <Death> https://dl.dropboxusercontent.com/u/93572794/UpdateFont.zip
L1261[15:39:49] <gamax92> ?
L1262[15:40:03] <Death^2> Two computers
L1263[15:40:12] <Death^2> One for IRC, one running the game
L1264[15:40:22] <Death> http://i.imgur.com/vG7xcaf.png
L1265[15:40:28] <gamax92> SpiritedDusty: oh, that means its broken
L1266[15:40:35] <SpiritedDusty> aww :(
L1267[15:40:50] <ShadowKatStudios> Argh, damn you SpiritedDusty, I can't sleep now.
L1268[15:40:54] <gamax92> the background like you said, should be white.
L1269[15:41:03] <SpiritedDusty> SKS, were you watching bleach?
L1270[15:41:07] <gamax92> but, there is no background, it doesn't even render any of it, not just black.
L1271[15:41:10] <ShadowKatStudios> I still am :P
L1272[15:41:29] <ShadowKatStudios> Hence the issue :P
L1273[15:41:31] <SpiritedDusty> lol. theres no sleeping once you start watching an anime
L1274[15:41:55] <Death^2> I watched 38 episodes of one before sleeping once XD
L1275[15:41:56] <ShadowKatStudios> I layed there for /4 hours/ then gave up and started watching again
L1276[15:41:58] <gamax92> also ping, does mandlebrot set the background color or use the full solid char?
L1277[15:42:09] <ping> background
L1278[15:42:26] <SpiritedDusty> SKS, what episode are you on?
L1279[15:42:41] <ShadowKatStudios> 15
L1280[15:43:02] <SpiritedDusty> I think therse like 300 something
L1281[15:44:36] <ShadowKatStudios> There's 167 in this english dub version I got.
L1282[15:44:54] *** prasselpikachu is now known as prassel|off
L1283[15:45:39] <SpiritedDusty> nuuu. watch the sub version D:
L1284[15:45:45] <gamax92> Death: ehh, btw, chars and chars_aliased are reversed :P
L1285[15:45:50] <SpiritedDusty> the dub versions of anime sound so derpy
L1286[15:45:51] <gamax92> you can redownload from https://dl.dropboxusercontent.com/u/93572794/UpdateFont.zip
L1287[15:46:05] <Death^2> oooor I can just rename it.
L1288[15:46:11] <Death^2> and it's working I think
L1289[15:46:12] <gamax92> well, you could.
L1290[15:46:12] <Death^2> http://i.imgur.com/zQ0ebLj.png
L1291[15:46:16] <Death^2> ignore Skype on the right
L1292[15:47:38] <gamax92> i just noticed chars.txt has a date of 1980-01-01
L1293[15:47:46] <gamax92> Sanagr what year is it?
L1294[15:47:52] <JoshTheEnder> it's beer O' clock
L1295[15:48:30] <gamax92> actually all of the files have that date
L1296[15:48:45] <gamax92> jenkins lives in the past.
L1297[15:50:03] <JoshTheEnder> gamax92, sangar isnt here
L1298[15:50:20] <gamax92> Who said Sangar?
L1299[15:50:22] <gamax92> I said Sanagr
L1300[15:50:26] <JoshTheEnder> ohh
L1301[15:50:28] <JoshTheEnder> derp
L1302[15:50:45] <ShadowKatStudios> This one seems decent at least
L1303[15:51:18] ⇦ Quits: Death^2 (webchat@99-98-207-58.lightspeed.wchtks.sbcglobal.net) (Quit: Web client closed)
L1304[15:52:04] <gamax92> So question, that font i generated, had a license of Free for personal use, does that mean soemone else couldn't distribute it, or that he can't make money off it?
L1305[15:52:58] <ping> it means he can sue you if you use it in something commercial
L1306[15:53:01] <Death> Free for personal use is not commercial
L1307[15:53:18] <gamax92> so thanks for not answering the question
L1308[15:53:20] <Death> which I think means you can.
L1309[15:53:32] <JoshTheEnder> if you only use it yourself, you dont have to pay the owner. if you want to use it for comercial use (i.e. in ads) you'd have to ask them or something
L1310[15:53:42] <gamax92> Guys ...
L1311[15:53:51] <gamax92> please stop with the commercial use thingy.
L1312[15:54:00] <gamax92> I'm talking specifically about others distibuting it
L1313[15:54:11] <ping> idk
L1314[15:54:30] <JoshTheEnder> gamax92, they cant make money off of it
L1315[15:54:42] ⇦ Quits: Katie (webchat@cpe-24-210-223-235.neo.res.rr.com) (Quit: Web client closed)
L1316[15:54:46] <gamax92> so then OpenComputers could ship that font if they wanted to?
L1317[15:55:02] <JoshTheEnder> i think so
L1318[15:55:09] <gamax92> that'd be cool.
L1319[15:55:20] <JoshTheEnder> does it say anything else other than 'free for personal use'?
L1320[15:55:37] <gamax92> http://www.uwe-sieber.de/dosfon_e.html site
L1321[15:56:21] <gamax92> oh wait, it actually said the personal usage thingy in the font itself.
L1322[15:58:12] <gamax92> yeah it just says "Freeware for private use (c) Uwe Sieber 03/98"
L1323[15:58:58] <ping> http://puu.sh/8fi1U.png
L1324[15:59:01] <ping> pretty
L1325[15:59:26] <gamax92> ping, where can i have that texture.
L1326[15:59:33] <JoshTheEnder> ping, cloudfare 502 error
L1327[15:59:38] <JoshTheEnder> wait hold on
L1328[15:59:39] <Death> Retry
L1329[15:59:40] <ping> gamax92, what texture
L1330[15:59:49] <Death> puush occationally 502's
L1331[15:59:51] <gamax92> oh nvm its the same one.
L1332[16:00:59] <ping> http://puu.sh/8fibH.png
L1333[16:01:02] <ping> :3
L1334[16:01:33] <JoshTheEnder> ping, what did you do to that computer?
L1335[16:01:48] ⇦ Quits: Death (webchat@99-98-207-58.lightspeed.wchtks.sbcglobal.net) (Quit: will brb)
L1336[16:02:11] <ping> JoshTheEnder, made texture
L1337[16:02:20] <JoshTheEnder> ahh
L1338[16:06:35] ⇨ Joins: Death (webchat@99-98-207-58.lightspeed.wchtks.sbcglobal.net)
L1339[16:13:26] *** vifino|off is now known as vifino
L1340[16:15:08] ⇦ Quits: asie (~textual@078088168214.elblag.vectranet.pl) (Quit: I'll probably come back in either 20 minutes or 8 hours.)
L1341[16:22:11] <Kodos> Can't stay awake... I'll be back later when this stuff wears off
L1342[16:22:14] ⇦ Quits: Kodos (webchat@108-226-6-195.lightspeed.stlsmo.sbcglobal.net) (Quit: Web client closed)
L1343[16:39:50] ⇨ Joins: asie (~textual@078088168214.elblag.vectranet.pl)
L1344[16:45:30] *** tgame14|away is now known as tgame14
L1345[16:58:30] *** Sorroko is now known as Sorroko_Off
L1346[17:10:26] *** prassel|off is now known as prasselpikachu
L1347[17:16:00] ⇨ Joins: BevoLJ (~BevoLJ@cpe-24-55-33-198.austin.res.rr.com)
L1348[17:16:00] zsh sets mode: +v on BevoLJ
L1349[17:29:50] *** Dark_Hunter is now known as Dark_Hunter|Off
L1350[17:30:27] ⇦ Quits: Vexatos (~Vexatos@p5B3C89E9.dip0.t-ipconnect.de) (Ping timeout: 380 seconds)
L1351[17:31:29] *** Dark_Hunter|Off is now known as Dark_Hunter
L1352[17:34:23] ⇦ Quits: asie (~textual@078088168214.elblag.vectranet.pl) (Quit: I'll probably come back in either 20 minutes or 8 hours.)
L1353[17:47:20] ⇦ Quits: Dean4Devil (~jaic@p54960D20.dip0.t-ipconnect.de) (Quit: Bye)
L1354[17:54:15] ⇨ Joins: Maxwolf (labs@madsciencemod.com)
L1355[17:54:16] zsh sets mode: +v on Maxwolf
L1356[17:54:26] <gamax92> back
L1357[17:54:34] <Death> http://i.imgur.com/OIXx21j.png I almost have a small bot thing working.
L1358[17:54:45] <gamax92> beep boop?
L1359[17:55:41] * Death boops gamax92
L1360[17:57:55] <ping> 7596040312163297274222442578208043236112279041839441308045514203595638030283176823539793587591372230230103933110810192201741429
L1361[17:59:15] ⇦ Quits: Porygon (~Porygon@198.52.199.35) (Quit: WeeChat 0.4.1)
L1362[17:59:53] <Death> Do computers stay loaded or would I have to install ChickenChunks?
L1363[18:00:34] <JoshTheEnder> Death, chicken chunks, computers will resume but they dont chunkload
L1364[18:00:52] <Death> Alright. Thanks
L1365[18:01:24] <Kenny|AFK> JOsh, you talking about OC computers?
L1366[18:01:33] <JoshTheEnder> yep
L1367[18:01:40] <gamax92> wow, #ocbots is shitty.
L1368[18:02:08] <Death> Yep.
L1369[18:02:43] <Kenny|AFK> yeah you would need a chunk loader to keep them loaded though if you leave the chunk they will resume right where they were when you return
L1370[18:02:59] <Kenny|AFK> + without a chunk loader
L1371[18:03:12] <Death> Bleh, there's no ChickenChunks 1.7.2
L1372[18:03:19] <Death> Any other chunk loader mods?
L1373[18:03:47] <Kenny|AFK> yeah but i'm not sure. i know Railcraft has one and a couple of other mods
L1374[18:04:05] <Kenny|AFK> but i'm not sure if they are up to 1.7
L1375[18:04:27] <Kenny|AFK> Railtcrat has a 1.7 beta
L1376[18:04:59] <Death> Alright, if no one in the other channel has one I'll try that
L1377[18:05:11] <Kenny|AFK> kk
L1378[18:06:19] ⇨ Joins: ShadowKatStudios_ (~chatzilla@c211-31-42-102.rochd5.qld.optusnet.com.au)
L1379[18:06:27] <gamax92> Michiyo: This isn't even setup to gradle, why did you recommend me gradle
L1380[18:06:40] ⇦ Quits: ShadowKatStudios (~chatzilla@c211-31-42-102.rochd5.qld.optusnet.com.au) (Ping timeout: 190 seconds)
L1381[18:06:45] *** ShadowKatStudios_ is now known as ShadowKatStudios
L1382[18:15:12] ⇨ Joins: Beldum (~Porygon@198.52.199.35)
L1383[18:18:55] *** dsAway is now known as ds84182
L1384[18:20:46] <gamax92> ds84182: What font size would you perfer, 10x18 or 10x19
L1385[18:20:55] <ds84182> Neither.
L1386[18:21:02] <gamax92> that's not an answer
L1387[18:21:09] <ds84182> Ok then, yes.
L1388[18:31:00] ⇦ Quits: Johannes13 (~Johannes@p4FDEE576.dip0.t-ipconnect.de) (Ping timeout: 190 seconds)
L1389[18:31:23] *** tgame14 is now known as tgame14|sleep
L1390[18:33:48] ⇦ Quits: Lumien (~lumien@p4FED44C8.dip0.t-ipconnect.de) (Quit: Nettalk6 - www.ntalk.de)
L1391[18:38:09] ⇨ Joins: iLikePHP (webchat@0545957e.skybroadband.com)
L1392[18:38:13] <iLikePHP> hi
L1393[18:38:21] <JoshTheEnder> hi
L1394[18:38:24] <iLikePHP> Can someone help me, I'm new...
L1395[18:39:01] <JoshTheEnder> someone /can/ help you, if they know what it is you need help with
L1396[18:39:01] <iLikePHP> I moved from CC to OC and I need help with the lua
L1397[18:39:17] <iLikePHP> How do i get a server's id?
L1398[18:39:22] <iLikePHP> and connect to it from a computer
L1399[18:39:38] <Gopher> for modems, you need the modem's address, not the whole computer's
L1400[18:40:00] <iLikePHP> I'm using a server rack
L1401[18:40:55] <iLikePHP> I have a wireless thing
L1402[18:41:20] <iLikePHP> Here's the stuff in my server: https://www.dropbox.com/s/52qxn50sx7siixb/Screenshot%202014-04-19%2023.41.10.png
L1403[18:41:22] <Gopher> Yes, that's fine, it's the same for any kind of computer. To message it directly you need it's modem's address, as I was saying
L1404[18:41:56] <iLikePHP> how do I get that, sorry?
L1405[18:42:37] <Gopher> you'll see a partial address if you hover on the wireless modem, but to send to it you'll need the full address, which is long. I dunno of a way that's not slightly annoying, what I generally do ...
L1406[18:42:37] <JoshTheEnder> it's on the item's tooltip
L1407[18:43:00] <iLikePHP> it has dots
L1408[18:43:01] <iLikePHP> like
L1409[18:43:04] <iLikePHP> {stuff}...
L1410[18:43:18] <Gopher> josh: can you send to partial addresses? I think I tried that and it didn't work..
L1411[18:43:48] <Gopher> presumably you'll be running some program on the server and client, what I generally do is have the clients send a message on some frequency
L1412[18:43:53] <Gopher> broadcasting
L1413[18:44:06] <Gopher> and the server listens for that, gets the address from the message, and responds
L1414[18:44:12] <Gopher> and the client can get the server's specific address from that
L1415[18:44:42] <JoshTheEnder> not sure, havent fully messed around with networking things yet
L1416[18:44:59] <iLikePHP> please could you give me an example of that?
L1417[18:45:02] <Gopher> for local devices the tooltip is enough, you can component.get() and it'll give the full address for the partial, and some functions take the partial
L1418[18:45:06] <iLikePHP> also, why do all my scripts have to be in /tmp/
L1419[18:45:15] <Gopher> but for modems, since you need a /remote/ component, component.get is not helpful
L1420[18:45:30] <Gopher> they don't, you can mount your hard disks, you have 4 of them?
L1421[18:45:42] <JoshTheEnder> .wiki
L1422[18:45:42] <^v> JoshTheEnder, https://github.com/MightyPirates/OpenComputers/wiki/
L1423[18:45:44] <Gopher> I assume yer creative moding, incidentally :P
L1424[18:45:50] <JoshTheEnder> .wiki hard-drives
L1425[18:45:50] <^v> JoshTheEnder, Not found.
L1426[18:45:53] <JoshTheEnder> hrm
L1427[18:46:08] <Gopher> the tutorial at the start of the wiki will walk you through labeling and mounting drives, actually
L1428[18:46:20] <Gopher> if you haven't even gotten that far
L1429[18:49:32] <iLikePHP> is it
L1430[18:49:34] <iLikePHP> internet card
L1431[18:49:47] <iLikePHP> or wireless network card
L1432[18:49:58] <Gopher> internet card is for equivalent of http api
L1433[18:50:04] <Gopher> you want a wireless network card
L1434[18:50:26] <iLikePHP> ok, thank you
L1435[18:50:44] <iLikePHP> how do I make wired networks?
L1436[18:50:47] <iLikePHP> I'd prefer wired
L1437[18:50:57] <Gopher> then go with wired, heh
L1438[18:51:05] <iLikePHP> what wire to i use
L1439[18:51:09] <iLikePHP> is it the cable thing
L1440[18:51:09] <Gopher> the only wire
L1441[18:51:14] ⇦ Quits: Death (webchat@99-98-207-58.lightspeed.wchtks.sbcglobal.net) (Quit: Web client closed)
L1442[18:51:17] <JoshTheEnder> use a normal network card, the wireless card can do both but you'd end up getting duplicate messages
L1443[18:51:20] <Gopher> there's only one kind of oc wire
L1444[18:51:24] <JoshTheEnder> iLikePHP, are you using NEI?
L1445[18:51:36] <iLikePHP> JoshTheEnder: what's that?
L1446[18:51:43] <JoshTheEnder> dont worry then
L1447[18:53:33] *** vifino is now known as vifino|away
L1448[18:54:08] *** vifino|away is now known as vifino
L1449[18:54:30] <iLikePHP> would I do:
L1450[18:54:43] <iLikePHP> wait
L1451[18:54:58] <iLikePHP> how do I include the modem component
L1452[18:55:15] <Gopher> local component=require("component") local modem=component.modem
L1453[18:55:24] <ping> oh god
L1454[18:55:26] <iLikePHP> Thank you
L1455[18:55:29] <ping> iLikePHP, i hate php
L1456[18:55:37] <iLikePHP> ping: ok
L1457[18:56:13] <iLikePHP> guys
L1458[18:56:16] <iLikePHP> would it be
L1459[18:56:21] <iLikePHP> modem.open(homeport)
L1460[18:56:25] <iLikePHP> modem.open(someport)
L1461[18:56:35] <JoshTheEnder> yes
L1462[18:56:35] <ping> yes
L1463[18:56:49] <Gopher> to recieve, yeah, that much is basically the same as cc, just port instead of freq
L1464[18:56:55] <iLikePHP> oh
L1465[18:56:58] <Gopher> just like cc, you can send on any port, open or not
L1466[18:56:59] <iLikePHP> how do I open to broadcast?
L1467[18:57:05] <iLikePHP> oh
L1468[18:57:06] <iLikePHP> cool!
L1469[18:57:13] <JoshTheEnder> .wiki modem
L1470[18:57:13] <^v> JoshTheEnder, https://github.com/MightyPirates/OpenComputers/wiki/component-modem
L1471[18:57:25] <JoshTheEnder> .wiki modem.broadcast
L1472[18:57:26] <^v> JoshTheEnder, modem.broadcast(port: number, ...):boolean Sends a broadcast message. This message is delivered to all reachable network cards. Returns true if the message was sent. Note that broadcast messages are not delivered to the modem that sent the message.
L1473[18:57:31] <iLikePHP> sim already there
L1474[18:57:37] <iLikePHP> so, I do
L1475[18:57:42] <ping> JoshTheEnder, ["tutorial-harddrives"]={"tutorial2","tutorial hdd","tutorial hdds","tutorial filesystem","tutorial fs"},
L1476[18:57:46] <iLikePHP> modem.broadcast(999, "hello");
L1477[18:57:55] <iLikePHP> ?
L1478[18:58:02] <Gopher> yawp.
L1479[18:58:09] <ping> hmm
L1480[18:58:11] <iLikePHP> Yay!
L1481[18:58:22] <ping> ill add a - to " " gsub
L1482[18:58:36] <JoshTheEnder> ping, are you able to see NOTICE messages?
L1483[18:58:49] <JoshTheEnder> k
L1484[18:59:51] <JoshTheEnder> right, i'm off for the night. hopefully sangar is around tomorrow
L1485[19:00:20] <ping> night
L1486[19:01:40] * JoshTheEnder fades away
L1487[19:02:22] *** JoshTheEnder is now known as JoshTheEnder|NotHere
L1488[19:02:39] ⇨ Joins: Death (webchat@99-98-207-58.lightspeed.wchtks.sbcglobal.net)
L1489[19:04:06] <iLikePHP> anyone here using build craft?
L1490[19:10:51] <iLikePHP> is it possible to link a screen to server?
L1491[19:11:28] <ping> yes people here use bc
L1492[19:11:35] <Death> I can't even get servers running :<
L1493[19:11:46] <iLikePHP> bc?
L1494[19:11:52] <iLikePHP> Death, I can help you
L1495[19:11:54] <ping> right click wireless terminal on server rack
L1496[19:12:01] <ping> bc = buildcraft
L1497[19:12:57] <iLikePHP> who here uses build craft tho?
L1498[19:12:59] <iLikePHP> Do you?
L1499[19:13:56] <ping> ive used it
L1500[19:15:41] <iLikePHP> how do I make my combustion engines suck water from a source?
L1501[19:16:49] <ping> use pumps to put water into pipes
L1502[19:16:53] <ping> then feed water into engine
L1503[19:17:22] <iLikePHP> Pumps, that's it!
L1504[19:17:33] ⇦ Quits: Death (webchat@99-98-207-58.lightspeed.wchtks.sbcglobal.net) (Quit: Web client closed)
L1505[19:20:13] <iLikePHP> I got no idea what so ever how to use pumps
L1506[19:20:48] <ping> put a engine on one side, wooden waterproof pipe on another and put it over water
L1507[19:25:55] <iLikePHP> my water is far away
L1508[19:29:16] <iLikePHP> meh, screw it
L1509[19:29:28] <iLikePHP> I cannot type into my remote terminal for some reason
L1510[19:29:29] <iLikePHP> any idea?
L1511[19:29:37] <iLikePHP> it shows my ram
L1512[19:29:47] <iLikePHP> 4096K
L1513[19:29:54] <iLikePHP> but I cannot type after the #
L1514[19:30:35] <ping> .-. strange
L1515[19:30:42] <ping> perhaps it shut down?
L1516[19:30:47] <iLikePHP> It's on
L1517[19:30:50] <iLikePHP> it's green
L1518[19:30:56] <ping> weird
L1519[19:31:14] <iLikePHP> can servers get corrupt?
L1520[19:33:08] <ping> not sure what you mean
L1521[19:34:19] <iLikePHP> Look, this is what I see: https://www.dropbox.com/s/52qxn50sx7siixb/Screenshot%202014-04-19%2023.41.10.png
L1522[19:34:45] <iLikePHP> My server's pumping: https://www.dropbox.com/s/ue8rm50zsz72lds/Screenshot%202014-04-20%2000.34.33.png
L1523[19:34:54] <iLikePHP> My server's on, and the engine is pumping: https://www.dropbox.com/s/ue8rm50zsz72lds/Screenshot%202014-04-20%2000.34.33.png
L1524[19:35:34] <iLikePHP> I linked you to the wrong screenshot the first time: https://www.dropbox.com/s/zqu235zcxjlbx15/2014-04-20_00.33.42.png
L1525[19:36:11] ⇨ Joins: Archimedes (~Archimede@99-98-207-58.lightspeed.wchtks.sbcglobal.net)
L1526[19:36:37] <iLikePHP> Hello, AngieBLD|Off
L1527[19:36:43] ⇨ Joins: Death (webchat@99-98-207-58.lightspeed.wchtks.sbcglobal.net)
L1528[19:36:45] <iLikePHP> Hello, Archimedes
L1529[19:36:49] <iLikePHP> haha, messed up there
L1530[19:36:53] <Death> Archimedes would be me.
L1531[19:36:54] <iLikePHP> Welcome back Death
L1532[19:36:56] <Death> That's my bot.
L1533[19:36:59] <iLikePHP> oh
L1534[19:37:01] <iLikePHP> ok
L1535[19:37:07] <Death> http://i.imgur.com/p8M2EV4.png
L1536[19:37:33] <Death> afk
L1537[19:37:40] ⇦ Quits: Death (webchat@99-98-207-58.lightspeed.wchtks.sbcglobal.net) (Client Quit)
L1538[19:38:30] <iLikePHP> You guys got team viewer?
L1539[19:38:34] <iLikePHP> or I could host a join.me
L1540[19:38:40] <iLikePHP> I need some help
L1541[19:40:03] <iLikePHP> I think this mod has some real potential, just need help! I want to leave computer craft completely
L1542[19:41:13] <iLikePHP> Remote terminal is blinking now...
L1543[19:41:13] <iLikePHP> https://www.dropbox.com/s/o2i3wlrncvz6rzl/Screenshot%202014-04-20%2000.41.03.png
L1544[19:42:07] <iLikePHP> and showing the ram again
L1545[19:42:17] <iLikePHP> but cannot type
L1546[19:42:50] <iLikePHP> restarted mine craft server
L1547[19:42:53] <iLikePHP> in case mod broke
L1548[19:44:10] ⇦ Quits: septi25|away (~zandemax@178-27-187-84-dynip.superkabel.de) ()
L1549[19:46:57] <iLikePHP> I can type!
L1550[19:47:10] <iLikePHP> a lot of whacks, restarts and right clicks
L1551[19:47:13] <iLikePHP> and it works
L1552[19:47:35] ⇦ Quits: Archimedes (~Archimede@99-98-207-58.lightspeed.wchtks.sbcglobal.net) (Read error: Connection reset by peer)
L1553[19:55:59] <iLikePHP> This mod requires too much work to get simple tasks done
L1554[19:56:11] <iLikePHP> i.e. send a message to another computer
L1555[19:56:25] <iLikePHP> or, add a user
L1556[19:57:09] <iLikePHP> ill play around with it soon
L1557[20:04:14] ⇦ Quits: iLikePHP (webchat@0545957e.skybroadband.com) (Quit: Web client closed)
L1558[20:06:30] <ping> …
L1559[20:06:38] <ping> well then
L1560[20:06:47] <ping> you can all come out now
L1561[20:06:51] <ping> hes gone
L1562[20:07:44] *** vifino is now known as vifino|off
L1563[20:08:05] <lclc98> lol
L1564[20:09:02] *** Keridos is now known as Keridos_off
L1565[20:09:19] <ping> so, im making a file format because the way my mandlebrot is rendered is efficient
L1566[20:19:12] <ping> any ideas on what i should name it?
L1567[20:27:12] ⇨ Joins: pong (~notPing@2601:4:4500:887:f1ef:40c8:c67c:981)
L1568[20:29:20] ⇦ Quits: ping (~notPing@2601:4:4500:887:bc73:62f:d457:1caf) (Ping timeout: 190 seconds)
L1569[20:32:03] <gamax92> pong: file format? anuscake
L1570[20:32:49] <pong> :|
L1571[20:39:18] <Michiyo> gamax 1.6 is ant, but I'm moving it to gradle soon
L1572[20:39:53] <Michiyo> for some reason I thought you were on 1.7
L1573[20:42:49] <gamax92> wait, i just noticed a white dot at the bottom right of the fonts.
L1574[20:46:09] *** Flenix is now known as sleepyflenix
L1575[20:50:13] <gamax92> wow, fucking seriously.
L1576[20:50:27] <gamax92> SpiritedDusty: The problem with my font, is that it lacks a white dot at the bottom right.
L1577[20:50:38] <SpiritedDusty> .....
L1578[20:50:42] <SpiritedDusty> ................
L1579[20:51:07] <gamax92> SpiritedDusty: http://imgur.com/XrIg3cy
L1580[20:51:41] <SpiritedDusty> that's so... stupid. a white dot
L1581[20:53:08] <gamax92> pong: How stupid is a white dot, please bother Sanagr.
L1582[20:54:12] <pong> .-.
L1583[20:54:19] *** pong is now known as ping
L1584[20:56:35] *** prasselpikachu is now known as prassel|off
L1585[21:00:20] ⇨ Joins: Pyrater (webchat@cpe-173-175-174-60.elp.res.rr.com)
L1586[21:00:28] <Pyrater> hello all
L1587[21:00:45] <Pyrater> if it possible to have robots act as world anchors so they can tavel great distances ?
L1588[21:00:49] <Pyrater> is*
L1589[21:01:15] <ping> i dont think so
L1590[21:01:22] <Gopher> not that I am currently aware of
L1591[21:01:30] <Pyrater> sigh
L1592[21:01:55] <ping> if you have two robots with 3x3 world anchors i guess its possible
L1593[21:02:02] <Pyrater> haha
L1594[21:02:03] <gamax92> lol
L1595[21:02:10] <Pyrater> thats awesome
L1596[21:03:07] <Gopher> yah, that is workable, did it with turtles one, heh
L1597[21:03:12] <Gopher> tricky, but doable
L1598[21:03:27] <Gopher> well, not /that/ tricky, depending on how you do it
L1599[21:03:51] <Gopher> technically one robot can do it, but it has to travel 3x the distance in the process
L1600[21:04:21] ⇦ Quits: TheEnderverse|NoClients (JoshTheEnd@cpc19-tilb8-2-0-cust200.20-1.cable.virginm.net) (Ping timeout: 186 seconds)
L1601[21:05:38] ⇨ Joins: dangranos (webchat@109.203.209.139)
L1602[21:07:26] <gamax92> SpiritedDusty: but you know what this means, non ugly font for everyone!
L1603[21:10:48] ⇨ Joins: TheEnderverse|NoClients (~JAndS|McW@cpc19-tilb8-2-0-cust200.20-1.cable.virginm.net)
L1604[21:12:07] ⇦ Quits: sleepyflenix (~Flenix@05429ca4.skybroadband.com) (Read error: Connection reset by peer)
L1605[21:17:12] *** ds84182 is now known as dsTest
L1606[21:19:08] <ping> gamax92, my font doesnt have the white dot on bottom right
L1607[21:19:10] <ping> and it works
L1608[21:19:20] <gamax92> ping: wat,
L1609[21:19:22] *** dsTest is now known as ds84182
L1610[21:19:22] <gamax92> ping: hax
L1611[21:19:28] <gamax92> lies
L1612[21:19:29] <gamax92> bullshit
L1613[21:20:02] <ping> http://puu.sh/8fE6A.png
L1614[21:20:03] <ping> no
L1615[21:21:43] <gamax92> well i don't know, i removed the dot and the background broke.
L1616[21:23:08] <gamax92> and put the dot back, background works.
L1617[21:23:12] *** ds84182 is now known as dsNickTesting
L1618[21:23:57] *** dsNickTesting is now known as ds84182
L1619[21:24:20] <ping> oh
L1620[21:24:22] <ping> im blind
L1621[21:24:25] <gamax92> ping: yeah no, background broken
L1622[21:24:28] <ping> the dod did exist
L1623[21:26:06] ⇦ Quits: finkmac (~finkmac@68-68-12-88.applecreek.pathcom.com) (Quit: Nettalk6 - www.ntalk.de)
L1624[21:26:26] ⇨ Joins: finkmac (~finkmac@68-68-12-88.applecreek.pathcom.com)
L1625[21:52:06] <gamax92> (in the middle of anime) "Minecraft Launcher has stopped working"
L1626[21:54:29] ⇨ Joins: Katie (webchat@cpe-24-210-223-235.neo.res.rr.com)
L1627[22:02:08] ⇦ Quits: Katie (webchat@cpe-24-210-223-235.neo.res.rr.com) (Quit: Web client closed)
L1628[22:03:46] ⇦ Quits: Pyrater (webchat@cpe-173-175-174-60.elp.res.rr.com) (Quit: Web client closed)
L1629[22:28:22] *** Cazzar is now known as cazzar|Away
L1630[22:41:22] *** Beldum is now known as Porygon
L1631[22:50:06] ⇦ Quits: Pyrolusite (~Pyrolusit@ARouen-156-1-141-74.w82-126.abo.wanadoo.fr) (Quit: Disconnected)
L1632[22:51:28] <ping> .> rpg.gamax92.hp=math.huge
L1633[22:51:28] <^v> ping, nil
L1634[22:51:40] <ping> .> rpg.Death.hp=math.huge
L1635[22:51:40] <^v> ping, nil
L1636[22:51:41] <ping> kk
L1637[22:52:01] <gamax92> >_>
L1638[22:52:12] <gamax92> .-.
L1639[22:52:20] <gamax92> :(
L1640[22:52:25] <gamax92> D:
L1641[22:52:56] <gamax92> Expected string, got nil
L1642[22:53:08] <gamax92> oh okay, i broke my face generator.
L1643[22:53:09] ⇦ Quits: ping (~notPing@2601:4:4500:887:f1ef:40c8:c67c:981) (Read error: Connection reset by peer)
L1644[22:53:39] ⇨ Joins: ping (~notPing@2601:4:4500:887:f1ef:40c8:c67c:981)
L1645[23:21:00] <gamax92> ping: https://www.reactos.org/forum/viewtopic.php?f=2&t=13240
L1646[23:22:37] ⇦ Quits: Lathanael|Away (~Lathanael@p549722CA.dip0.t-ipconnect.de) (Ping timeout: 194 seconds)
L1647[23:26:59] ⇨ Joins: Lathanael|Away (~Lathanael@p54972B6A.dip0.t-ipconnect.de)
L1648[23:37:37] <johnEgbert> hey
L1649[23:37:47] *** cazzar|Away is now known as Cazzar
<<Prev Next>> Scroll to Top