<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:00:24] *** JoshTheEnder is now known as JoshTheEnder|Off
L2[00:01:31] *** Techokami is now known as Techokami|Off
L3[00:09:58] ⇦ Quits: ^v (~ping@2601:4:4500:e15:c4a2:c95:3972:162c) (Ping timeout: 186 seconds)
L4[00:17:58] ⇦ Quits: Flenix (~Flenix@90.195.249.143) (Ping timeout: 186 seconds)
L5[00:23:29] ⇨ Joins: Flenix (~Flenix@90.202.209.137)
L6[00:53:35] ⇨ Joins: hi (~holoirc@123202206161.ctinets.com)
L7[00:54:17] ⇨ Joins: kreezxil (~kreezxil@64-31-193-160.ip.pdq.net)
L8[00:54:57] <hi> Hai
L9[00:55:46] <hi> Would love to get it working in cauldron
L10[00:55:57] <hi> (Oc
L11[00:58:43] <gamax92> uhh, well download cauldron
L12[00:58:46] <gamax92> then put in mods folder
L13[00:59:21] <gamax92> hi: if you have already done the above, and it is not working, can you describe what happens instead?
L14[01:01:14] ⇦ Quits: Twinki (~quassel@66-169-222-123.dhcp.dntn.tx.charter.com) (Remote host closed the connection)
L15[01:01:24] <hi> Crashed when I place down Sth then try to open the GUI
L16[01:01:38] <gamax92> crash log?
L17[01:01:41] <hi> Lemme try reproducing that
L18[01:06:25] <hi> Http://pastebin.com/1JtS64E3 - crash log
L19[01:07:08] <hi> I have like 3000 mods
L20[01:12:17] <Pontiac> Still not working hi? You're persistent. heh
L21[01:12:49] <Caitlyn> 3000... impressive how much does NASA charge you for CPU seconds?
L22[01:14:24] <hi> Ummm... Running all these on a laptop
L23[01:14:31] <hi> Aka macbook pro
L24[01:15:18] <Caitlyn> The point I'm making is I'm sure you have nowhere near 3000 mods. :P
L25[01:15:53] <gamax92> "28 mods loaded"
L26[01:15:58] <Pontiac> Year by year, though, I'm inching towards owning 3000 computers.....
L27[01:16:24] <Caitlyn> wooo 28 mods..
L28[01:16:46] <gamax92> hi: yeah, not sure whats going on here, I'll relay the message to Sangar when he is here.
L29[01:17:12] <Caitlyn> whats the error? I can't get pastebin to load :/
L30[01:17:27] <gamax92> java.lang.NullPointerException: Ticking block entity
L31[01:17:28] <gamax92> at li.cil.oc.common.tileentity.traits.Environment$class.isConnected(Environment.scala:22)
L32[01:17:54] <Caitlyn> Odd...
L33[01:19:02] <Kilobyte> o/
L34[01:19:14] <Kilobyte> long dev day :/
L35[01:19:46] <gamax92> Kilobyte: o/
L36[01:20:00] <gamax92> I was going to write a coremod, maybe two
L37[01:20:06] <gamax92> but then motivation was lost
L38[01:20:17] <Kilobyte> I should sleep soonish
L39[01:20:28] <gamax92> more specifically people asked me to help them out
L40[01:20:35] <Kilobyte> lol I know that feeling
L41[01:21:03] <Pontiac> "Can you help me code this?" typically means "Can you do this while I go out?"
L42[01:21:21] <Kilobyte> lol
L43[01:21:49] <Kilobyte> I actually heard "can you do x while I take a shower"
L44[01:22:02] <gamax92> Kilobyte: can you help me code this coremod? it adds more exception checks to the crash log generator
L45[01:22:05] <Kilobyte> today that is
L46[01:22:19] <gamax92> because StargateTech crashes the crash log generator
L47[01:22:44] <Kilobyte> um i'm on phone
L48[01:23:00] <gamax92> Great! I expect finished product in 5 minutes
L49[01:23:01] <gamax92> brb
L50[01:23:12] <Caitlyn> Right../
L51[01:23:13] <Caitlyn> lol
L52[01:23:17] <Kilobyte> but look into the asm library, you'll have to work with bytecode
L53[01:23:35] <gamax92> I've written a coremod before, was a pain in the ass but i got it working
L54[01:23:48] <Kilobyte> and get the bytecode plugin for your favorite IDE
L55[01:23:58] <gamax92> yeaaaaaaaaaaaah ... about that
L56[01:24:00] <gamax92> i couldn't
L57[01:24:01] <Kilobyte> that really helps
L58[01:24:08] <gamax92> yes, it really would have
L59[01:24:17] <gamax92> instead i ended up finding a pretty printer for asm
L60[01:24:25] <gamax92> and just dumping out the entire method
L61[01:24:49] <Caitlyn> Also, Block type: ID #535 (tile.null // li.cil.oc.common.block.SimpleRedstoneDelegator)
L62[01:25:13] <Kilobyte> now idk how a try/catch looks in bytecode
L63[01:25:47] <gamax92> Kilobyte: well see, put minecraft sources in project, dump method, modifiy method, dump method, then do what was added
L64[01:26:15] <Kilobyte> yeah pretty much
L65[01:27:50] <Kilobyte> I wonder if someone could write a asm patch file format + parser
L66[01:28:13] <Kilobyte> that could get interesting
L67[01:28:23] <gamax92> hmm, from what i did, that seems like it could be rather easy.
L68[01:28:36] ⇦ Quits: manmaed|AFK (~Ender@2e408c2f.skybroadband.com) (Ping timeout: 202 seconds)
L69[01:28:40] <Kilobyte> yeah, probably
L70[01:29:05] <Kilobyte> just make sure the lib is small enough
L71[01:29:31] <Kilobyte> so its not unnecessary bloatware
L72[01:30:07] <gamax92> it would just be like, obfuscated name, non obfuscated name, where to patch it, what to patch in
L73[01:30:25] <gamax92> well ....
L74[01:30:28] <hi> HereIM
L75[01:30:47] <Kilobyte> actually forge has obfuscation mapping helper
L76[01:31:06] <Kilobyte> so it would be like
L77[01:31:08] <gamax92> Kilobyte: uhh, linky?
L78[01:31:22] <Kilobyte> just saw that in code
L79[01:31:26] ⇨ Joins: Twinki (~quassel@66-169-222-123.dhcp.dntn.tx.charter.com)
L80[01:31:42] <hi> FML
L81[01:31:56] ⇨ Joins: manmaed|AFK (~Ender@2e408cc2.skybroadband.com)
L82[01:32:01] <Kilobyte> might be mcp names <-> mojang names only though
L83[01:32:04] <hi> Do you FML or forge
L84[01:32:30] <gamax92> Kilobyte: well ... that would be perfect
L85[01:32:37] *** Alissa is now known as Alissaway
L86[01:32:42] *** manmaed|AFK is now known as manmaed
L87[01:33:10] *** hi is now known as hi|having
L88[01:33:25] *** hi|having is now known as hi|yolo
L89[01:33:27] <Kilobyte> I would say val retval = AsmPatch.fromFile(myFile).apply(inputByteArray)
L90[01:34:32] <Kilobyte> oh and as I just realized because scala magic you can omit the ".apply"
L91[01:34:47] <Kilobyte> as that's the name for the call operator
L92[01:34:52] <gamax92> no, you can go write it if you want it to be scala
L93[01:35:23] <Kilobyte> when did I say it written in scala?
L94[01:35:55] <Kilobyte> you can transparently call any java method from scala
L95[01:36:19] <hi|yolo> ,..
L96[01:36:33] <Kilobyte> internally it's both just jvm instructions anyways
L97[01:36:43] <gamax92> well yeah
L98[01:36:48] <hi|yolo> I'm using build 262
L99[01:37:49] <Kilobyte> it's just that abc() is syntactic sugar for abc.apply()
L100[01:38:07] <Kilobyte> in scala
L101[01:38:15] <gamax92> I should learn scala just to beable to understand oc
L102[01:38:45] <Kilobyte> it's not too hard once you get the hang of it
L103[01:38:46] <Pontiac> Can anyone tell me why when I put lava into the seared tank of my smeltry, it dump all lava into the the smeltry to be smelted?
L104[01:39:01] <gamax92> right click tank with lava bucket>
L105[01:39:32] <Pontiac> I have an ender tank hooked into a fluiduct, which is hooked into the tank.
L106[01:39:46] <gamax92> i dunno then
L107[01:39:53] <hi|yolo> ...
L108[01:40:12] <hi|yolo> Any help on then crash? It has been like a day
L109[01:40:14] <gamax92> haven't worked with both of those
L110[01:40:39] <gamax92> well i mean, I've worked with both but not at same time together
L111[01:41:33] <Kilobyte> a few things you should keep in mind when using scala: constants (val keyword) are preferred over variables (var keyword). all exceptions are treated as runtime exceptions as in: no need to declare/catch them and a few other things
L112[01:42:18] <hi|yolo> Who uses net beans?
L113[01:42:31] <Kilobyte> no sane person
L114[01:42:49] <gamax92> I didn't like net beans
L115[01:42:58] <hi|yolo> Eclipse?
L116[01:43:09] <gamax92> its okay
L117[01:43:12] <Kilobyte> intellij is best
L118[01:43:25] <Kilobyte> eclipse is a meh alternative
L119[01:43:29] <v^> * not java is best
L120[01:43:39] <Kilobyte> scala :P
L121[01:43:58] <Kilobyte> and intellij has best scala plugin
L122[01:44:48] <Kilobyte> in java mode intellij is still better than eclipse, but the difference is smaller
L123[01:44:50] *** dmod_|mobile is now known as dmod_
L124[01:46:11] <Kilobyte> and yes, intellij is commercial, but their community edition is free and open source
L125[01:46:28] <Pontiac> I think I found my problem. I had put a smeltry drain right next to the ender tank, and I think the drain was pulling fluid out of the ender tank.
L126[01:46:55] <hi|yolo> I hate CC with a passion, then when I see this alternative it doesn't work...
L127[01:47:17] <Kilobyte> actually the ender tank can auto eject into machines
L128[01:47:23] <Pontiac> CC isn't horrible, other than it lacks real customizability.
L129[01:47:29] <Kilobyte> hi: which exact version
L130[01:48:00] <gamax92> hi|yolo: well, you are using it with cauldron which is a major hack attempt to merge bukkit and forge
L131[01:48:06] <gamax92> cauldron has its flaws
L132[01:48:37] <Kilobyte> idk how much official support sangar provides for cauldron
L133[01:48:58] <Kilobyte> most devs provide none
L134[01:49:03] <hi|yolo> Yea, CC is great, but their community sucks ass
L135[01:49:19] <gamax92> this conversation is rather subjective
L136[01:49:34] <Kilobyte> for me it's just a toy mod
L137[01:50:05] *** Alissaway is now known as Alissa
L138[01:50:06] <hi|yolo> Only if there is an interpreter for CC programs to be OC...
L139[01:50:22] <gamax92> Except lua 5.1 (CC) and lua 5.2 (OC)
L140[01:50:31] <Kilobyte> not doable because different lua versions
L141[01:50:47] <gamax92> is partially doable*
L142[01:50:56] <Kilobyte> someone would have to write an entire lua runtime in lua
L143[01:50:59] <gamax92> though, compatibility is not high (because of said issue)
L144[01:51:06] <hi|yolo> Oh, there's ::goto::...
L145[01:51:08] <Kilobyte> which is lot of work
L146[01:51:27] <gamax92> programs that happen to use goto as a name won't work
L147[01:51:30] <hi|yolo> CC people hate GOTO
L148[01:51:33] <gamax92> programs that use setfenv and getfenv won't work
L149[01:51:37] <Kilobyte> and getfenv/setfenv is removed
L150[01:51:40] <gamax92> hi|yolo: CC has no goto?
L151[01:51:51] <v^> gamax92, no shit
L152[01:51:52] * ds84182 hits hi|yolo
L153[01:52:16] <hi|yolo> Yes, it uses 5.1 that has no goto
L154[01:52:21] <hi|yolo> So does roblox
L155[01:52:23] ⇦ Quits: Johannes13_ (~Johannes@p4FDE882E.dip0.t-ipconnect.de) (Ping timeout: 201 seconds)
L156[01:52:32] <gamax92> Kilobyte: oh good, i still have my method dumper.
L157[01:52:35] <v^> LuaJIT + partial compat ftw.
L158[01:52:39] <Kilobyte> nice
L159[01:52:52] * ds84182 puts people on his suspect list.
L160[01:53:01] <ds84182> Because it's needed.
L161[01:53:12] <Kilobyte> hm for VirtualOC I might offer lua 5.1 as platform
L162[01:53:22] <v^> hi|yolo, whats wrong with CC's community
L163[01:53:27] <ds84182> hi|yolo, the only reason why you hate CC is because your banned
L164[01:53:29] <ds84182> :P
L165[01:53:32] <v^> besides lyqyd, bit, and amanda
L166[01:53:34] <Kilobyte> might also use that for an oc addon
L167[01:53:36] <v^> >_>
L168[01:53:58] <ds84182> aka the forum post you made on the CC forums
L169[01:54:15] <Kilobyte> hm?
L170[01:54:19] <gamax92> ^
L171[01:54:20] <ds84182> Anyways, lemme go back to laughing at sonic 06
L172[01:54:41] <hi|yolo> But Lua isn't so compatible with each one, ROBLOX uses wait(), CC uses os.sleep(), OC uses...
L173[01:54:48] <hi|yolo> Lol
L174[01:54:55] <gamax92> CC uses sleep()
L175[01:54:58] <gamax92> OC uses os.sleep()
L176[01:55:06] <ds84182> hi|yolo, duh
L177[01:55:10] <hi|yolo> Wait... Really?
L178[01:55:11] <ds84182> They all have their own apis
L179[01:55:12] <Kilobyte> cc also has os.sleep() iirc,
L180[01:55:15] <ds84182> it's not a standard
L181[01:55:23] <gamax92> yes, but if you look at what people write its rarely os.sleep
L182[01:55:31] <Kilobyte> yep
L183[01:55:50] <Kilobyte> it's worse with non standard apis
L184[01:55:53] <hi|yolo> OS.sleep is old school
L185[01:56:09] <hi|yolo> Bcuz I started in CC 1.3
L186[01:56:12] <Kilobyte> cc: os.pullEvent(). oc: event.pull()
L187[01:56:35] <Kilobyte> os.sleep() is lua standard iirc
L188[01:56:48] <ds84182> Kilobyte, no it isn't
L189[01:56:58] <Kilobyte> ah k
L190[01:57:07] <gamax92> lua has no sleep
L191[01:57:14] <Kilobyte> ah k
L192[01:57:24] <ds84182> gamax92, os.execute("sleep 5") ftw
L193[01:57:29] <Kilobyte> well unless you have posix lib
L194[01:57:30] <gamax92> lol
L195[01:57:39] <gamax92> Kilobyte: which is not lua, is posix lib
L196[01:57:40] <Kilobyte> posix.sleep(num)
L197[01:57:56] <gamax92> or borland turbo c++, usleep ftw
L198[01:58:15] <Kilobyte> sleep 5
L199[01:58:17] <ds84182> gamax92, luaposix has usleep :P
L200[01:58:21] <Kilobyte> ruby ftw
L201[01:58:27] <gamax92> ds84182: usleep to sonic 06
L202[01:59:03] <ds84182> meh, anyways, hi|yolo if you just came here to rant about how much you hate CC, please stop.
L203[01:59:12] <hi|yolo> NO
L204[01:59:19] <gamax92> no, he came here because OC doesn't work on cauldron
L205[01:59:29] <hi|yolo> I am trying to get my cauldron working
L206[01:59:30] <ds84182> gamax92, dafuq is cauldron
L207[01:59:33] <gamax92> mcpc
L208[01:59:38] <hi|yolo> Might try MCPC
L209[01:59:45] <gamax92> mcpc == cauldron
L210[01:59:52] <gamax92> as in ... mcpc and cauldron are same thing
L211[01:59:53] <Kilobyte> try vanilla server :P
L212[02:00:10] <Kilobyte> those are usually far less buggy
L213[02:00:38] <Caitlyn> I run OC on Cauldron, I used to help on a sever that ran OC on Cauldron..
L214[02:00:57] <gamax92> Ender also runs OC on cauldron
L215[02:01:02] <Caitlyn> ^
L216[02:01:04] <Kilobyte> yeah
L217[02:01:16] <Kilobyte> sangar himself does
L218[02:01:18] <gamax92> however, is 1.6.4, not sure what Caitlyn's version is, and hi|yolo is trying 1.7.2
L219[02:01:22] <Kilobyte> on a pi
L220[02:01:27] <hi|yolo>
L221[02:01:30] <hi|yolo> Oops
L222[02:01:39] <gamax92> Kilobyte: is that why there are arm binaries :P
L223[02:01:44] <Kilobyte> yes
L224[02:02:18] <Kilobyte> literally, he added them after he realized he was stuck on lusj
L225[02:02:33] <hi|yolo> On a 3.14159265358979323846... (All coming out of my mind)
L226[02:02:51] <gamax92> is wrong
L227[02:03:14] <gamax92> D: I was wrong
L228[02:03:19] * gamax92 dies
L229[02:03:33] <Kilobyte> I know someone who knows the first 200 digits of pi of his head
L230[02:03:42] <Kilobyte> and he only read them twice
L231[02:03:48] <gamax92> I know someone who knows the first digit of pi
L232[02:03:51] <gamax92> its me, and its 6
L233[02:04:08] * Kilobyte calls drugs
L234[02:04:23] * hi|yolo ?
L235[02:04:39] * ds84182 drugs gamax92
L236[02:04:49] <ds84182> * some more
L237[02:04:58] <gamax92> Dillon's Rug Unraveling Generation Services
L238[02:05:12] * Kilobyte thinks it's /me time again
L239[02:05:29] <gamax92> Gamax92 says Kilobyte is wrong
L240[02:05:37] <Kilobyte> anyways, gotta sleep
L241[02:05:42] <gamax92> Gamax92 sats its /ctcp #oc ACTION time
L242[02:06:02] * hi|yolo is murdering a cat
L243[02:06:06] <gamax92> k
L244[02:06:14] <Kilobyte> uwat
L245[02:06:20] <Kilobyte> poor car
L246[02:06:21] <ds84182> umm
L247[02:06:25] <Kilobyte> *cat
L248[02:06:38] <Kilobyte> Caitlyn: hälp
L249[02:07:02] <Kilobyte> anyways, 4 am and I gotta get up 9
L250[02:07:03] <ds84182> ohlyshit
L251[02:07:07] <ds84182> I shouldn't of done that
L252[02:07:30] <Caitlyn> o_O
L253[02:07:35] <gamax92> I've actually completly forgot what I did in tecrash 1.1
L254[02:07:39] <gamax92> so, time to get procyon
L255[02:08:02] <v^> oh god fuck no
L256[02:08:05] <ds84182> dont /ctcp #ocbots PING
L257[02:08:08] <ds84182> ohdammit
L258[02:08:11] <ds84182> was too late
L259[02:08:14] <gamax92> v^ told me to do it
L260[02:08:22] <v^> http://i.imgur.com/Rflk5Kn.png
L261[02:08:24] <v^> oh god
L262[02:08:25] <gamax92> also i don't get pings
L263[02:08:29] <v^> /ctcp #oc PING
L264[02:08:32] <v^> dont do it
L265[02:08:35] <gamax92> v^: XD
L266[02:08:41] <v^> you will get pong rape
L267[02:08:42] <ds84182> don
L268[02:08:44] <ds84182> t
L269[02:08:54] ⇦ Quits: TangentDelta (~PewNaN@63.143.24.24) (Read error: Connection reset by peer)
L270[02:08:55] <gamax92> I like how everyone's is a question mark
L271[02:09:10] <v^> because those diddnt return a time parameter iirc
L272[02:09:40] <v^> brb, sudden need to poop
L273[02:09:46] <v^> yeah
L274[02:09:47] <gamax92> Ping reply from Kilobyte: 2605.96 second(s)
L275[02:09:51] <Kilobyte> ok guys i'm off for sleep
L276[02:09:52] <gamax92> Kilobyte: damn, your net is slow
L277[02:09:53] <gamax92> or mine
L278[02:10:07] <Kilobyte> that's prob time diff
L279[02:10:20] <gamax92> well i did put 0
L280[02:10:32] <Kilobyte> because 2k seconds is like 40 mins
L281[02:10:41] <gamax92> you are from the future
L282[02:11:36] * Kilobyte nods
L283[02:11:57] <Kilobyte> anyways, night
L284[02:14:15] <ds84182> gamax92, oh yeah, sonic doesn't "disapear"
L285[02:14:20] <ds84182> he flickers at 60fps
L286[02:14:21] <v^> >_>
L287[02:14:26] <v^> it was probably 2 seconds
L288[02:14:37] <ds84182> and youtube was at 30fps
L289[02:14:41] <v^> some clients do ms
L290[02:15:01] <gamax92> ds84182: oh, that explains why i was confused when I saw him flickering later on.
L291[02:15:02] <ds84182> .p Kilobyte
L292[02:15:11] <v^> ^v is not even
L293[02:15:19] <ds84182> gamax92, yeah, that don't see it
L294[02:15:44] <ds84182> *they
L295[02:15:54] <gamax92> "new ass(this)"
L296[02:22:37] <hi|yolo> Kilobyte has 14.4K
L297[02:23:15] <hi|yolo> Which is 14.4 times his name
L298[02:23:58] ⇦ Quits: Flenix (~Flenix@90.202.209.137) (Read error: Connection reset by peer)
L299[02:27:10] <gamax92> oh damn, for this coremod i have two places to patch
L300[02:31:31] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 190 seconds)
L301[02:31:52] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L302[02:42:16] <ds84182> gamax92, I'm gonna see if I can make SWIG generate a libogc binding for lua
L303[02:42:24] <ds84182> because that would be hella fun
L304[02:42:34] <ds84182> full wii access from lua
L305[02:46:51] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 190 seconds)
L306[02:47:21] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L307[02:51:15] ⇨ Joins: finkmac (~finkmac@68-68-13-218.applecreek.pathcom.com)
L308[02:51:37] <hi|yolo> Is forgebukkit alive
L309[02:52:02] <v^> no
L310[02:59:24] *** Benguin is now known as Benguin[ZzZ]
L311[03:04:16] *** hi|yolo is now known as hi-bye
L312[03:11:39] <hi-bye> Yah. Assembling robots does not work well in SMP
L313[03:12:44] <hi-bye> resulted cauldron crash
L314[03:12:45] <gamax92> :D, I've completly decoded the ASM node I need for my coremod.
L315[03:12:56] <gamax92> hi-bye: can I have crash log as well, to give to Sangar?
L316[03:14:51] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 190 seconds)
L317[03:15:09] *** LordFokas|off is now known as LordFokas
L318[03:15:47] <hi-bye> Ok
L319[03:17:00] <hi-bye> Pastebin.com/5jkawPAX
L320[03:18:27] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L321[03:19:23] <hi-bye> I was assembling a robot then when I press assemble it crashed
L322[03:21:21] <ds84182> gamax92, you know what? dolphin should totally put all of it's code on opencl so then we have a 9001% speed boost and blah blah blah because dirvers can totally do that
L323[03:21:40] <gamax92> doesn't dolphin already do something with opencl
L324[03:21:46] <ds84182> gamax92, texture decoding
L325[03:21:50] <ds84182> thats all
L326[03:23:08] <ds84182> I think
L327[03:23:21] <ds84182> oh yeah
L328[03:23:25] <ds84182> they took it out
L329[03:24:45] *** Alissa is now known as Alissaway
L330[03:25:01] *** Cazzar is now known as Cazzar|Away
L331[03:27:43] *** Cazzar|Away is now known as Cazzar
L332[03:29:01] <gamax92> D>Dflhsdflksdhfiuwkjkxdfhsd79fouihekfsdijkfhdf
L333[03:29:11] <gamax92> ds84182: there's an ASMifier class
L334[03:29:14] <gamax92> it does what i just wrote
L335[03:29:17] <gamax92> faaaaaaaaaaaaaaaaaaaaaaak
L336[03:29:26] <ds84182> yes
L337[03:34:39] ⇦ Quits: kreezxil (~kreezxil@64-31-193-160.ip.pdq.net) (Quit: Going offline, see ya! (www.adiirc.com))
L338[03:36:36] ⇦ Quits: Lathanael|Away (~Lathanael@p54971F01.dip0.t-ipconnect.de) (Ping timeout: 201 seconds)
L339[03:41:06] *** Cazzar is now known as Cazzar|Away
L340[03:43:57] *** Cazzar|Away is now known as Cazzar
L341[03:46:03] <gamax92> gah i was making this much more difficult than it needed to be
L342[03:46:17] *** Caitlyn is now known as Caitlyn|Off
L343[03:46:59] ⇨ Joins: Lathanael|Away (~Lathanael@p54971DC3.dip0.t-ipconnect.de)
L344[03:55:22] ⇦ Quits: black3agl3 (~black3agl@197.225.227.207) (Read error: Connection reset by peer)
L345[04:01:57] <hi-bye> Hi, back
L346[04:02:30] ⇦ Quits: finkmac (~finkmac@68-68-13-218.applecreek.pathcom.com) (Quit: finkmac)
L347[04:03:29] <v^> hi-bye, ,_, k
L348[04:05:35] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 201 seconds)
L349[04:07:41] <hi-bye> Trying to cleanup
L350[04:08:07] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L351[04:11:50] <hi-bye> Ticking Block Entity? WTF?
L352[04:15:44] *** Alissaway is now known as Alissa
L353[04:21:00] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 201 seconds)
L354[04:22:30] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L355[04:25:19] *** v^ is now known as ping
L356[04:26:33] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 201 seconds)
L357[04:27:43] <hi-bye> How to get OC with cauldron
L358[04:27:44] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L359[04:27:53] *** hi-bye is now known as hi
L360[04:28:39] <hi> ... How to get OC good with cauldron
L361[04:29:54] * hi ?
L362[04:32:24] * ping gets the torture chamber ready
L363[04:37:47] <gamax92> hi: how to wait several hours so Sangar wakes up and I give him the crash logs and he may fix them
L364[04:40:35] ⇦ Quits: dmod_ (uid32492@id-32492.uxbridge.irccloud.com) (Quit: Connection closed for inactivity)
L365[04:44:49] ⇨ Joins: ^v (~ping@2601:4:4500:e15:c4a2:c95:3972:162c)
L366[04:45:49] <hi> Yah. Is he taking a nap
L367[04:47:08] * hi just installed windows xp on a virtual machine
L368[04:47:29] <hi> Who does not like windows xp
L369[04:48:01] *** Caitlyn|Off is now known as Caitlyn
L370[04:48:51] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 190 seconds)
L371[04:49:39] <mallrat208> Hmm. That stinks
L372[04:49:55] <mallrat208> Robot doesn't want hammer time
L373[04:52:38] <ping> wtf, why is pinkie pie a baloon
L374[04:52:47] <ping> ;-; thats not even physically possible
L375[04:52:56] <ds84182> ping, because yes
L376[04:53:21] <ping> ds84182, this episode sucks
L377[04:53:29] <ping> well, they all do
L378[04:54:00] <gamax92> ds84182: wanna hear a joke?
L379[04:54:16] <ds84182> gamax92, Sonic '06?
L380[04:54:25] <gamax92> fak, you already knew it
L381[04:56:50] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L382[04:57:26] ⇦ Quits: ^v (~ping@2601:4:4500:e15:c4a2:c95:3972:162c) (Ping timeout: 186 seconds)
L383[04:57:42] <hi> Who loves windows xp
L384[04:59:06] <hi> It's a crime if you hate windows xp
L385[05:01:00] *** LordFokas is now known as LordFokas|off
L386[05:01:12] <gamax92> hi: what if I told you, I hate windows xp?
L387[05:01:21] <ping> .p
L388[05:04:00] <mallrat208> Huh.. It's not just hammers. Looks like something happens to tinker tools when used by robots.. I know have a hammer that only mines a single block.
L389[05:04:12] <mallrat208> er.. not just robots
L390[05:10:57] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 201 seconds)
L391[05:11:05] ⇨ Joins: Sorroko_ (~Sorroko@192.3.165.44)
L392[05:13:21] <ds84182> <lightbot> OpenGX(BUILDING: 15 sec and counting): last build: 6 (10 days ago): SUCCESS: http://alekso.openshell.no:8080/job/OpenGX/6/
L393[05:13:22] <ds84182> woo
L394[05:13:30] <ds84182> building build 7
L395[05:18:31] ⇦ Quits: Sorroko_ (~Sorroko@192.3.165.44) (Ping timeout: 190 seconds)
L396[05:22:18] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L397[05:27:39] *** justastranger is now known as justastranger|zzz
L398[05:27:50] ⇨ Joins: Vexatos (~Vexatos@p200300556E687A881543BD59A0EEF89A.dip0.t-ipconnect.de)
L399[05:31:06] <Pontiac> What is the auto start file for OC that sits on the root of a drive? startup.lua?
L400[05:31:48] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 189 seconds)
L401[05:31:57] <ping> Pontiac, autorun.lua
L402[05:32:00] <Caitlyn> ^
L403[05:32:04] <Pontiac> Thanks
L404[05:32:32] <Vexatos> Should and autorun.lua in the root directory of your main hard drive also work?
L405[05:32:35] <Vexatos> *an
L406[05:33:15] <ping> not if openos is installed IIRC
L407[05:33:36] <Vexatos> Hmmm
L408[05:33:48] <Vexatos> There should be a way to do this
L409[05:33:55] <Vexatos> Might need to open a github issue
L410[05:34:00] <Vexatos> After I tested that
L411[05:35:25] <Pontiac> How do you reset a computer via keypress?
L412[05:38:10] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L413[05:42:00] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 202 seconds)
L414[05:46:56] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L415[05:53:34] ⇨ Joins: ^v (~ping@2601:4:4500:e15:c4a2:c95:3972:162c)
L416[05:54:44] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 201 seconds)
L417[05:57:10] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L418[05:57:58] ⇨ Joins: SKS-Phone (~androirc@pa49-195-18-116.pa.nsw.optusnet.com.au)
L419[05:58:10] <SKS-Phone> o/
L420[06:08:16] ⇨ Joins: istasi (webchat@46.32.58.141)
L421[06:08:23] <istasi> Morning
L422[06:09:24] ⇨ Joins: asie (~asie@078088168214.elblag.vectranet.pl)
L423[06:10:09] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 201 seconds)
L424[06:10:29] ⇨ Joins: tgame14_ (~tgame14@109.65.166.206)
L425[06:12:19] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L426[06:13:03] ⇦ Quits: tgame14 (~tgame14@109.65.166.206) (Ping timeout: 189 seconds)
L427[06:13:32] <asie> i have some interesting news for you
L428[06:13:39] <asie> blood of Cauldron is working on threaded worlds for 1.7.10
L429[06:14:00] <SKS-Phone> Threaded worlds?
L430[06:14:08] <asie> worlds in separate threads
L431[06:15:50] ⇦ Quits: ^v (~ping@2601:4:4500:e15:c4a2:c95:3972:162c) (Ping timeout: 186 seconds)
L432[06:16:04] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 202 seconds)
L433[06:16:58] <SKS-Phone> Cool.
L434[06:18:42] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L435[06:22:24] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 189 seconds)
L436[06:23:13] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L437[06:24:35] ⇨ Joins: ^v (~ping@2601:4:4500:e15:c4a2:c95:3972:162c)
L438[06:25:46] *** ds84182 is now known as dsAway
L439[06:26:48] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 189 seconds)
L440[06:26:50] <hi> I need proof for 1.7.2 to work
L441[06:27:31] <istasi> hi hi
L442[06:27:37] ⇦ Quits: ^v (~ping@2601:4:4500:e15:c4a2:c95:3972:162c) (Read error: Connection reset by peer)
L443[06:27:52] ⇨ Joins: ^v (~ping@2601:4:4500:e15:c4a2:c95:3972:162c)
L444[06:27:56] <ping> hi, what
L445[06:27:58] <ping> it does work .-.
L446[06:27:59] <ping> .r
L447[06:28:00] <^v> ping, Latest release: Patch 1.3.1 Download: 1.6.4 http://bit.ly/1mmNEKa 1.7.2 http://bit.ly/1mmNF0s 1.7.10 http://bit.ly/1mmNF0w
L448[06:28:50] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L449[06:32:52] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 202 seconds)
L450[06:33:17] ⇦ Quits: ^v (~ping@2601:4:4500:e15:c4a2:c95:3972:162c) (Remote host closed the connection)
L451[06:33:40] ⇨ Joins: ^v (~ping@2601:4:4500:e15:c4a2:c95:3972:162c)
L452[06:33:44] <Caitlyn> Yeah I'm pretty sure we'd know if 1.7.2 was broken.. :p
L453[06:33:52] <ping> .p
L454[06:33:52] <^v> Ping reply from ping 0.11s
L455[06:34:00] <ping> i gtg bed
L456[06:34:02] *** ping is now known as pong
L457[06:34:48] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L458[06:38:31] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 201 seconds)
L459[06:38:45] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L460[06:44:41] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 201 seconds)
L461[06:52:21] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L462[06:52:49] ⇨ Joins: rjwboys2 (~rjwboys@99-190-16-238.lightspeed.snantx.sbcglobal.net)
L463[06:53:11] ⇦ Quits: rjwboys (~rjwboys@99-190-16-238.lightspeed.snantx.sbcglobal.net) (Read error: Connection reset by peer)
L464[07:03:06] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 189 seconds)
L465[07:04:19] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L466[07:07:52] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 202 seconds)
L467[07:08:25] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L468[07:12:57] <hi> B@c
L469[07:14:09] <hi> Liteloader ftw for chaining optifine with forge
L470[07:16:16] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 202 seconds)
L471[07:18:54] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L472[07:30:36] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 189 seconds)
L473[07:31:34] ⇦ Quits: gjgSleep (~tricia@119.15.76.203) (Ping timeout: 186 seconds)
L474[07:35:01] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L475[07:43:15] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 189 seconds)
L476[07:45:08] ⇨ Joins: gjgSleep (~tricia@119.15.76.203)
L477[07:46:43] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L478[07:50:24] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 189 seconds)
L479[07:52:39] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L480[08:00:02] <hi> ...
L481[08:00:33] ⇦ Quits: Yepoleb (~quassel@178-191-135-22.adsl.highway.telekom.at) (Killed (nova.esper.net (Nickname regained by services)))
L482[08:00:34] ⇨ Joins: Yepoleb (~quassel@178-191-131-103.adsl.highway.telekom.at)
L483[08:01:08] ⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Remote host closed the connection)
L484[08:07:56] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 201 seconds)
L485[08:13:57] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L486[08:14:06] ⇦ Quits: MrHohenheim (~MrHohenhe@188.143.73.232) (Quit: Leaving)
L487[08:17:21] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 189 seconds)
L488[08:18:25] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L489[08:23:57] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 189 seconds)
L490[08:27:27] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L491[08:28:26] ⇨ Joins: MrHohenheim (~MrHohenhe@188.143.73.232)
L492[08:29:29] *** tgame14_ is now known as tgame14
L493[08:29:41] zsh sets mode: +v on tgame14
L494[08:30:51] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 190 seconds)
L495[08:35:35] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L496[08:36:59] ⇦ Quits: Vexatos (~Vexatos@p200300556E687A881543BD59A0EEF89A.dip0.t-ipconnect.de) (Quit: Greetings from Pastry Fork, Inc. ✔)
L497[08:43:19] *** prassel|off is now known as prasselpikachu
L498[08:44:49] ⇨ Joins: Lumien (~lumien@p4FED5F60.dip0.t-ipconnect.de)
L499[08:47:16] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 202 seconds)
L500[08:51:52] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L501[08:54:45] ⇨ Joins: asie (~asie@078088168214.elblag.vectranet.pl)
L502[09:02:46] ⇦ Quits: mallrat208 (~mallrat20@68.204.184.175) (Ping timeout: 186 seconds)
L503[09:06:11] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 190 seconds)
L504[09:13:05] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L505[09:16:11] ⇦ Quits: Pontiac (~Pontiac@135.0.29.212) (Ping timeout: 190 seconds)
L506[09:16:31] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 190 seconds)
L507[09:18:01] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L508[09:25:01] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 201 seconds)
L509[09:28:32] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L510[09:32:25] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 201 seconds)
L511[09:33:56] ⇦ Quits: gjgSleep (~tricia@119.15.76.203) (Ping timeout: 202 seconds)
L512[09:34:15] ⇨ Joins: gjgSleep (~tricia@119.15.76.203)
L513[09:35:03] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L514[09:47:31] ⇨ Joins: SKS (~androirc@101.116.25.160)
L515[09:48:23] *** Alissa is now known as Alissaway
L516[09:50:46] ⇦ Quits: SKS-Phone (~androirc@pa49-195-18-116.pa.nsw.optusnet.com.au) (Ping timeout: 186 seconds)
L517[09:52:29] *** JoshTheEnder|Off is now known as JoshTheEnder
L518[09:53:04] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 202 seconds)
L519[09:53:58] ⇦ Quits: SKS (~androirc@101.116.25.160) (Ping timeout: 186 seconds)
L520[09:54:05] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L521[09:55:56] <JoshTheEnder> morning all
L522[09:57:44] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 202 seconds)
L523[09:58:08] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L524[10:01:40] *** Alissaway is now known as Alissa
L525[10:04:05] ⇨ Joins: SKS (~androirc@pa49-195-18-58.pa.nsw.optusnet.com.au)
L526[10:05:39] <istasi> hi josh
L527[10:06:28] <JoshTheEnder> hello
L528[10:06:36] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 202 seconds)
L529[10:09:06] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L530[10:17:18] <Sangar> o/
L531[10:17:29] <SKS> JTE, not a cat any more?
L532[10:17:39] <SKS> \o
L533[10:18:22] <istasi> hi sangar
L534[10:21:10] <Sangar> hi istasi. the components.lua pr looks neat, i'll look over it in a bit!
L535[10:25:29] <JoshTheEnder> SKS: :O
L536[10:25:33] *** JoshTheEnder is now known as EnderCart
L537[10:25:35] *** EnderCart is now known as EnderCat
L538[10:25:39] <istasi> :P
L539[10:25:57] <SKS> Is that how it works?
L540[10:26:07] <EnderCat> ?
L541[10:26:21] * SKS is disappointed
L542[10:26:41] <SKS> You mst fully embrace the cat spirit!
L543[10:28:01] <EnderCat> SKS: so far for the description of my new character, i have height, hair and skin colour / decals
L544[10:28:08] *** Alissa is now known as Alissaway
L545[10:28:09] <asie> http://twitter.com/asiekierka
L546[10:28:13] <asie> finally, i bothered to style it properly
L547[10:28:18] <asie> also I have unified my avatar across a lot more services
L548[10:31:24] <EnderCat> hahaha
L549[10:31:25] <EnderCat> JoshTheEnder always lets us know what he's doing: 609 actions!
L550[10:31:25] <EnderCat> For example, like this:
L551[10:31:25] <EnderCat> * EnderCat becomes a black hole
L552[10:33:08] * SKS prods asie, "very familiar pictures, also elsewhere on the page, I can see Yuki Nagato :D "
L553[10:33:20] <asie> elsewhere on what page
L554[10:33:21] <asie> SKS?
L555[10:33:43] <SKS> Your twitter page
L556[10:34:04] <asie> oh yesd
L557[10:34:05] <asie> https://pbs.twimg.com/media/BnCo23MIgAAyZsX.jpg
L558[10:35:15] <SKS> Yay for Nagato :D
L559[10:35:47] <istasi> http://istasi.dk/ls.png created pull for ls too
L560[10:35:51] <istasi> proper column widths!
L561[10:36:06] <istasi> 1st ls is old method
L562[10:36:17] <SKS> Nagato would have to be my favourite character in any series.
L563[10:36:23] <asie> not mine
L564[10:36:33] <asie> the sad part is Yuki is essentially TMoHS's plot device
L565[10:36:41] <asie> especially later on
L566[10:37:20] <SKS> I liked her in Dissapearance.
L567[10:37:31] <asie> oh, yes
L568[10:37:37] <SKS> I really need to finish the books...
L569[10:37:43] <asie> heh
L570[10:38:44] <asie> https://www.youtube.com/user/asciicharismatic
L571[10:38:46] <asie> this, too
L572[10:39:14] <SKS> Oh yeah, I calculated today that it would take me 25 hours to read the LotR trilogy
L573[10:44:16] ⇨ Joins: Daiyousei (fairy@138.124.14.53)
L574[10:45:05] ⇨ Joins: hi_ (webchat@123202206161.ctinets.com)
L575[10:48:00] <robhol> heh... that sounds kind of... optimistic
L576[10:48:57] <SKS> IIRC it has 1500 pages, and if I managed to read 1 page/minute, it's take 25 hours.
L577[10:49:20] <robhol> it's not longer than that?
L578[10:49:34] <robhol> haven't read it for a long time
L579[10:50:08] <SKS> I'd have to check my copy.
L580[10:52:46] <robhol> 475388 total
L581[10:52:51] <robhol> (words)
L582[10:53:14] <robhol> but that includes a bit of skippable "fluff", I'd imagine
L583[10:54:12] <robhol> according to my calculations, the whole thing would take about 22.7 hours for me, assuming constant reading speed, no distractions and yadda yadda...
L584[10:54:13] <SKS> I think I'll want to go with a shorter book for my english assignment though- maybe some Terry Pratchett...
L585[10:54:38] <SKS> So, a weekend's read?
L586[10:55:11] <robhol> I don't read quite that much. Lately I've pretty much only been reading manga, lol
L587[10:55:38] <robhol> I also started Harry Potter in Japanese, but... that's pretty slow going
L588[10:55:47] <SKS> Where does one obtain digital manga? TPB?
L589[10:56:07] <Sangar> istasi, slow down on the tabulation :D instead of duplicating this code into every program, i'd rather we add something like text.tabulate.
L590[10:56:11] <robhol> Depends. I don't have any "true" sources
L591[10:56:18] <robhol> just end up googling
L592[10:56:48] <istasi> oh kay :P
L593[10:56:58] <robhol> rawfc.com is listed in one of my archives
L594[10:57:15] <robhol> that's.. obviously... raw. for translated, I have no idea :D
L595[10:58:57] <SKS> I'll google it when I have real internet.
L596[10:59:36] <SKS> It's too bad I wasn't in the first semesterof my japanese class... :(
L597[11:03:31] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 190 seconds)
L598[11:05:51] ⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Read error: Connection reset by peer)
L599[11:09:00] ⇨ Joins: asie (~asie@078088168214.elblag.vectranet.pl)
L600[11:09:17] <istasi> sangar
L601[11:09:18] <istasi> http://pastebin.com/P8jvUg3g
L602[11:09:31] <istasi> how about that?, the tabIt () function, as a text.tabulate
L603[11:09:44] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L604[11:09:44] *** Benguin[ZzZ] is now known as Benguin
L605[11:09:57] <istasi> takes 2x dimensional array and makes it 1 dimension with tabbed ish
L606[11:10:08] <istasi> it returns the lines as shown in the df screenshot
L607[11:10:08] * Sangar reads
L608[11:13:52] <Sangar> hmm, make the `line = line ... blah` -> `line = line ... text.padRight(blah)` since we have it.
L609[11:14:03] <Sangar> but other than that
L610[11:14:13] <Sangar> yeah
L611[11:14:21] <Sangar> do you want to pr it or should i add it to the text lib?
L612[11:14:42] <istasi> you can add it, i can be lazy :P
L613[11:14:45] <Sangar> :D
L614[11:14:47] <Sangar> all right
L615[11:15:12] <istasi> btw, can i make multiply files pulls ? -.-
L616[11:15:34] <Sangar> you can commit again to the branch of an already open pr, yes
L617[11:16:02] <istasi> kay
L618[11:17:45] <istasi> but the ls pr, since we dont really know we dont how many files we can have on a single line, isn't it gonna be troublesome using text.tabulate ?
L619[11:18:00] <istasi> or just wanna calc it?
L620[11:18:09] <istasi> but meh -.-
L621[11:19:09] <Sangar> hmmm
L622[11:20:14] <Sangar> well, it'd be less efficient, memory-wise, but other than that it should work the same, no?
L623[11:20:41] <istasi> hmm, dunno ... suppose i could test it
L624[11:21:27] <istasi> hmm
L625[11:21:30] <istasi> color coding
L626[11:22:44] <Sangar> that's a bigger issue i suppose.
L627[11:23:01] <Sangar> since there's no support for control chars in term (yet at least).
L628[11:23:54] <Sangar> meh
L629[11:24:03] <istasi> think sks wrote a term.write with support for it
L630[11:24:22] <Sangar> oh?
L631[11:24:39] <SKS> Added control chars, lost unicode.
L632[11:24:44] <Sangar> oh
L633[11:24:53] <SKS> It's quite flaky, also.
L634[11:25:15] <asie> hi
L635[11:25:30] <Sangar> ho
L636[11:25:42] <Sangar> hrm, well... i suppose duplicate code it is then, for now at least >_>
L637[11:26:05] <istasi> ls would need a major rewrite to be able to use tabulate ()
L638[11:26:23] <istasi> :P
L639[11:27:25] <SKS> I'll figure out unicode for it eventually, and in it's current state, an unfinished code will crash the program.
L640[11:31:18] ⇨ Joins: Vexatos (~Vexatos@p200300556E687A881543BD59A0EEF89A.dip0.t-ipconnect.de)
L641[11:31:28] ⇨ Joins: mallrat208 (~mallrat20@68.204.184.175)
L642[11:32:08] *** prasselpikachu is now known as prassel|off
L643[11:32:10] <Sangar> gah, tabulate isn't great for components either... component address/names 'column' width can very much differ from that of method names/docstring :/ ah well. no tabulate then.
L644[11:32:56] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 202 seconds)
L645[11:36:07] *** prassel|off is now known as prasselpikachu
L646[11:37:37] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L647[11:39:50] <hi_> still can't get cauldron to work on opencomputers
L648[11:40:02] <istasi> why is text.tokenizer removing the quotes?
L649[11:42:13] <istasi> oh well
L650[11:42:14] <Sangar> istasi, because they're not "part of" the argument. they're syntax. if you want to pass the ""s along, use `blah 'a"with quote"'`
L651[11:42:39] <Sangar> hi_, uhm, have you tried the latest build? otherwise, log.
L652[11:43:17] <Sangar> also your ls pr fails if the screen width isn't a multiple of the widest file name :P
L653[11:43:20] <hi_> I tried 260, 262
L654[11:43:32] <Sangar> 263 is latest
L655[11:43:36] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 189 seconds)
L656[11:43:39] <hi_> lemme try that
L657[11:44:42] <istasi> meh, calc it is then
L658[11:45:39] <istasi> its rather slack, i dont apply it on the directories either, only the files
L659[11:45:58] <SKS> So I'm working on a design for a cheap hobby airship, <2m long
L660[11:46:01] <hi_> the normal test: build a robot and have it move around
L661[11:46:25] <hi_> the last time: ticking block entit
L662[11:46:54] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L663[11:48:09] <hi_> how to fix too big view radius? (I use default)
L664[11:53:41] <hi_> [19:50:15] [Server thread/WARN]: **************************************** [19:50:15] [Server thread/WARN]: * Illegal extra prefix oc for name oc:keyboard, invalid registry invocation/invalid name? [19:50:15] [Server thread/WARN]: * at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:739) [19:50:15] [Server thread/WARN]: * at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:242) [19:50:15] [Server thread/WARN]: *
L665[11:53:44] <hi_> wtf?
L666[11:53:56] <hi_> I'll put it on pastebin
L667[11:54:09] <hi_> http://pastebin.com/BAuV3Zfq
L668[11:54:24] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 202 seconds)
L669[11:55:08] <Sangar> nvm that, that'll be fixed in the next 1.7.10 release
L670[11:56:08] <hi_> I USE 1.7.2!
L671[11:56:20] <Sangar> it's just a warning
L672[11:56:46] <hi_> ...
L673[11:56:47] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L674[11:56:54] <hi_> It won't crash?
L675[11:56:57] <Sangar> no
L676[11:57:16] <hi_> so it's SURELY not the reason cauldron crashed? I hope it is!
L677[11:57:27] <Sangar> it's not
L678[11:59:01] <hi_> yah. i'm still crashing with 1.7.2... maybe I'll use 1.7.10
L679[11:59:12] <Sangar> log
L680[11:59:18] <Sangar> but sure, give 1.7.10 a shot
L681[12:00:25] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 201 seconds)
L682[12:00:31] <hi_> http://pastebin.com/Qzciwrav ... full log
L683[12:01:29] <hi_> http://pastebin.com/jFPeTfMv ... crash log
L684[12:02:48] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L685[12:04:11] ⇦ Quits: DeanIsaKitty (~Dean4Devi@p54962736.dip0.t-ipconnect.de) (Ping timeout: 190 seconds)
L686[12:05:17] <hi_> the thing keeping me behind is MrCrayFish's Furniture Mod
L687[12:05:40] <asie> doesn't it work on 1.7.10?
L688[12:05:54] <Sangar> it probably won't
L689[12:06:14] <Sangar> the only explanation that is *halfway* reasonable is that on his system the server thread isn't named 'Server Thread' for some reason...
L690[12:06:18] <hi_> I'll abandon that yet...
L691[12:06:29] <hi_> what system?
L692[12:06:46] <Sangar> you computer / forge / cauldron / mc installation.
L693[12:07:01] ⇨ Joins: DeanIsaKitty (~Dean4Devi@p54962084.dip0.t-ipconnect.de)
L694[12:07:13] <Sangar> the problem is getting the actual 'side' info in the places i need it will be super annoying without using that method...
L695[12:08:10] <Sangar> hrmhrmhrm
L696[12:08:24] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 202 seconds)
L697[12:08:48] ⇨ Joins: Sorroko_ (~Sorroko@192.3.165.44)
L698[12:09:32] ⇨ Joins: Johannes13 (~Johannes@p4FDE919C.dip0.t-ipconnect.de)
L699[12:09:33] <hi_> I'm using Java 7 for 1.7.2 cauldron (1.1147.04.107)
L700[12:10:12] <hi_> on Windows 7 x64
L701[12:12:33] <Sangar> hrm, could you try something for me? get visual vm (if you have the jdk as opposed to the jre it should already be installed), start it, check what the server thread is called?
L702[12:14:26] <hi_> I have JDK along with JRE
L703[12:14:30] <hi_> IDK what it runs
L704[12:14:58] <hi_> OH, I can just point it directly to there instead of like "java -jar cauldron.jar"
L705[12:15:00] <EnderCat> JRE is the Java Runtime Environment, JDK is the Java Development Kit
L706[12:15:07] <hi_> I have both...
L707[12:15:17] <hi_> so how do I use it
L708[12:16:37] <Sangar> in the jdk/bin folder there's a jvisualvm.exe
L709[12:16:49] <Sangar> run that, to the left theres a list with java processes
L710[12:16:56] <Sangar> double click the mc server one
L711[12:17:06] <Sangar> on the right go to the 'Threads' tab
L712[12:17:09] <Sangar> make a screenshot
L713[12:18:52] <hi_> ok, in jvisualvm in jdk1.7
L714[12:19:28] <hi_> there's like a billion threads...
L715[12:20:46] ⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Ping timeout: 201 seconds)
L716[12:20:50] <Sangar> is there one called 'Server thread'?
L717[12:21:03] <hi_> yes
L718[12:21:12] <Sangar> huh
L719[12:21:18] <Sangar> well that's even more weird then...
L720[12:21:31] <hi_> cauldron is weird
L721[12:22:23] <hi_> "Ticking Block Entity"...
L722[12:22:34] <Sangar> shot in the blue, are you in the overworld? i.e. default dimension? [as in, maybe it's using different threads to tick different worlds, which could be breaking that check]
L723[12:22:41] <hi_> yes
L724[12:23:06] <hi_> inside my "lab" on the server
L725[12:25:36] <hi_> wait
L726[12:25:39] <hi_> I have multiworld
L727[12:26:51] ⇦ Quits: Sorroko_ (~Sorroko@192.3.165.44) (Ping timeout: 190 seconds)
L728[12:27:11] <Sangar> could you do a quick check to see if it also happens without?
L729[12:27:18] <hi_> doing...
L730[12:27:21] <Sangar> thanks
L731[12:27:35] <Sangar> then i'd at least have something to look into... right now i'm fresh out of ideas
L732[12:28:15] <hi_> yup, the same... I'll try to disable plugins at all
L733[12:28:21] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L734[12:28:22] ⇨ Joins: Kodos (~Kodos@2602:306:ce20:6c30:1155:994d:39f:253b)
L735[12:28:23] <Sangar> hm, ok
L736[12:29:56] <hi_> disabled every plugins, works
L737[12:30:26] <hi_> sorry for bothering you guys so much... I'll try to enable plugins 5 by 5
L738[12:30:45] <Sangar> great, thanks!
L739[12:30:51] <istasi> no worries, sangar is loving it!
L740[12:31:02] <Sangar> :P
L741[12:31:12] <hi_> lool... computercraft made my minecraft crash
L742[12:31:56] <Kodos> What is 'computercraft'?
L743[12:32:02] <hi_> seriously?
L744[12:32:03] <Sangar> :P
L745[12:32:17] <Kodos> Uh let's go with yes
L746[12:32:20] <Vexatos> It's that NedoComputers ripoff that uses Lua instead of Forth
L747[12:32:21] <Sangar> >_>
L748[12:32:44] <hi_> closed source opencomputers for noobs only wanting ease to use
L749[12:32:55] <SKS> ^
L750[12:33:03] <SKS> :p
L751[12:33:05] <Kodos> Wait, is that the mod where you can make computers from rock and magic dust?
L752[12:33:08] <hi_> I think CC is closed source
L753[12:33:09] <robhol> yes
L754[12:33:09] <hi_> yah
L755[12:33:16] <Kodos> Ffs
L756[12:33:21] <robhol> CC is closed source and suggestions never get accepted
L757[12:33:22] <Sangar> aka a good learning tool :P
L758[12:33:25] <EnderCat> ClosedComputers :P
L759[12:33:30] <robhol> hahahaha
L760[12:33:36] <Kodos> I learned on OC and the ingame lua tutorial I found
L761[12:33:40] <robhol> EnderCat: that's actually really good
L762[12:33:59] <istasi> thats not true!, didn't they accept that different colored turtles? :P
L763[12:34:20] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 201 seconds)
L764[12:34:27] <Vexatos> CC is ClosedComputers
L765[12:34:30] <Vexatos> Didn't you know
L766[12:35:25] <Ir7_o> insulting computercraft .-. wonder if it will get back to them ...
L767[12:35:26] <Ir7_o> :P
L768[12:35:47] <Ir7_o> nah i agree.
L769[12:35:50] <SKS> I'll make sure it does :p
L770[12:36:03] <Vexatos> I hope so
L771[12:36:08] <Ir7_o> Ill make sure it wont***
L772[12:36:16] <Vexatos> OC is everything CC has and everything CC is lacking
L773[12:36:25] <Ir7_o> .-.
L774[12:36:27] <Vexatos> most importantly being OpenSource
L775[12:36:29] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L776[12:36:29] <Ir7_o> did i ever tell anyone,
L777[12:36:39] <Vexatos> i.e. everyone may do anything with it via Pull Request
L778[12:36:41] <Ir7_o> i have only ever played with OC once
L779[12:36:48] <Vexatos> so programs are constantly being improved :3
L780[12:36:50] <Ir7_o> and i did it for about 30 minutes
L781[12:37:00] <robhol> Ir7_o: it's not really being insulting, just stating facts
L782[12:37:12] <Ir7_o> robhol: I know
L783[12:38:05] <Vexatos> I mean, so far I updated one program and added 1 API and 1 program to OC
L784[12:38:12] <Vexatos> so it's in the mod natively now
L785[12:38:19] <Vexatos> Good luck trying that with CC
L786[12:38:40] <Sangar> *cough*treasure disks*cough*
L787[12:39:06] <Vexatos> I mean without treasure disks
L788[12:39:07] <Vexatos> :3
L789[12:39:10] <Sangar> :P
L790[12:39:13] <Vexatos> I update pastebin.lua
L791[12:39:20] <Vexatos> And created the note API and go.lua
L792[12:39:22] <Vexatos> for the robot
L793[12:39:28] <Sangar> right
L794[12:39:29] <Vexatos> OPPM is another thing, yes
L795[12:39:52] <Vexatos> But that's just a CC treasure disk ripoff xD
L796[12:39:53] <Kodos> Right, Warframe is updated. Time to check out my new ship
L797[12:40:01] *** Kodos is now known as Kodos|WFrame
L798[12:40:06] <Sangar> oppm will be in the next set of oc videos btw. whenever my friend finds the time editing the videos :P
L799[12:40:21] <Vexatos> It will?
L800[12:40:25] <Sangar> yeah
L801[12:40:25] <Vexatos> NICE!
L802[12:40:34] <Vexatos> Yea, I am really proud of that
L803[12:40:46] <Vexatos> First OpenPrograms, then OPPM to make that accessible
L804[12:40:54] <Vexatos> Pretty proud I came up with those ideas
L805[12:40:57] <Vexatos> xD
L806[12:41:00] <Sangar> ;)
L807[12:41:12] <Vexatos> It's just a thing OC was lacking
L808[12:41:52] <Vexatos> By the way, Kilobyte had an issue with OPPM 4 days ago
L809[12:41:57] <Vexatos> and I couldn't figure out why
L810[12:42:07] <robhol> I have to admit that I still haven't gotten around to playing with OC
L811[12:42:27] <Vexatos> When he installed a package with a dependency, the dependencies themselves weren't put into the oppm local registry, apparently
L812[12:42:49] <Vexatos> And I have no idea why, it should register dependencies since they are being installed recursively
L813[12:43:07] <hi_> diagnosis: it's a plugin that I didn't really want that crashed it xd
L814[12:43:13] <Sangar> huh. maybe the state is overwritten with an old one that's kept in memory?
L815[12:43:19] <Sangar> hi_, which one?
L816[12:45:08] <Vexatos> I've got a question... If call a function recursively, the function in layer 2 cannot change local variables inside layer 1, right?
L817[12:45:30] <Sangar> specify 'change'
L818[12:45:44] <Vexatos> like local var = 1
L819[12:45:52] <Sangar> then no. it can't reassign that.
L820[12:45:56] <Vexatos> Okay
L821[12:46:02] <Vexatos> Then I am out of ideas
L822[12:46:03] <Sangar> but if it references the same table it could change that table.
L823[12:46:09] <Vexatos> Yea
L824[12:46:18] <Vexatos> But that table had to be defined outside the function
L825[12:46:52] <Vexatos> Maybe ask him again when he comes online
L826[12:47:05] <Sangar> mhm
L827[12:47:13] <hi_> IDK
L828[12:50:04] <istasi> new ls pull -.-
L829[12:50:44] <hi_> why does robots drop themselves after being destroyed in creative? is that intentional?
L830[12:51:50] <Sangar> yeah, it is.
L831[12:55:22] <Vexatos> So you don't lose all your programs
L832[12:55:25] <Vexatos> by accident
L833[12:56:06] <SKS> ^ my thing
L834[13:00:40] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 202 seconds)
L835[13:02:56] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L836[13:09:04] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 202 seconds)
L837[13:10:37] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L838[13:14:46] *** jk-5 is now known as jk-5|gone
L839[13:15:04] ⇦ Quits: rjwboys2 (~rjwboys@99-190-16-238.lightspeed.snantx.sbcglobal.net) (Read error: Connection reset by peer)
L840[13:15:10] ⇨ Joins: rjwboys (~rjwboys@99-190-16-238.lightspeed.snantx.sbcglobal.net)
L841[13:15:31] <hi> Back... hi_ was me
L842[13:15:37] <istasi> really?
L843[13:16:34] <EnderCat> no shit Sherlock
L844[13:16:39] *** vifino|away is now known as vifino
L845[13:16:49] <vifino> o/ all
L846[13:16:53] * vifino pets EnderCat
L847[13:17:03] * EnderCat purs
L848[13:17:09] <vifino> :3
L849[13:18:45] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 189 seconds)
L850[13:18:53] <hi_> I wonder if you can add SSDs into the mod xd
L851[13:19:34] <vifino> NUUUUU Sorroko!
L852[13:19:38] <vifino> :<
L853[13:20:05] <SKS> EEPROM, limited wrote cycles but quite cheap
L854[13:20:26] <SKS> s/wrote/write
L855[13:20:26] <SuperBot> <SKS> EEPROM, limited write cycles but quite cheap
L856[13:20:37] <vifino> EEPROM's are neat
L857[13:20:58] <vifino> W/o eeproms, some of my projects would probably break
L858[13:21:07] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L859[13:21:14] <vifino> Sorroko! Yaaay! ^.^
L860[13:21:34] <SKS> I prefer battery backed SRAM on a cartridge
L861[13:21:47] <vifino> meh
L862[13:22:10] <SKS> Still, it's only battery backed...
L863[13:22:35] <vifino> Yea
L864[13:22:53] <hi_> EEPROM? that thing they put in BIOSes?
L865[13:23:04] <vifino> Yea
L866[13:24:03] <vifino> These things are really neat
L867[13:24:48] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 189 seconds)
L868[13:25:12] <vifino> Sorroko! Stop dying! D:
L869[13:25:27] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L870[13:26:25] <vifino> Sorroko! Yay!
L871[13:27:56] <hi_> how do I copy openos onto an robot's internal HDD (It has 2)
L872[13:28:18] ⇨ Joins: asie (~asie@078088168214.elblag.vectranet.pl)
L873[13:29:45] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 189 seconds)
L874[13:30:46] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L875[13:31:36] <vifino> pls. Sorroko. stop dying
L876[13:31:39] <vifino> :<
L877[13:35:35] <vifino> Sorroko: r u alyf?
L878[13:37:57] <SKS> Anyway, I wants to sleep, o/
L879[13:38:06] ⇦ Quits: SKS (~androirc@pa49-195-18-58.pa.nsw.optusnet.com.au) (Quit: AndroIRC - Android IRC Client ( http://www.androirc.com ))
L880[13:43:33] <hi_> is it possible to cp/dd an entire disk into a hdd
L881[13:44:46] <vifino> I want bash Sangar q_q
L882[13:45:02] <vifino> I want a mod that emulates a very small and limited linux box :<
L883[13:45:32] <asie> vifino: can do
L884[13:45:36] <vifino> :O
L885[13:45:39] <vifino> :OOOO
L886[13:45:42] <Sangar> hi_, yes, `cp -r from to`
L887[13:46:05] <vifino> asie: Please do it! I will probably contribute then.
L888[13:46:07] <Sangar> hi_, also, did you figure out which plugin it was, exactly? so i can either look into it, or tell people if they have the same issues?
L889[13:46:56] <vifino> asie OP
L890[13:47:28] <asie> vifino: can do but don't want to do
L891[13:47:38] <vifino> :<
L892[13:47:43] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 201 seconds)
L893[13:47:44] <hi_> um... no
L894[13:47:59] <vifino> Too sad :<
L895[13:48:15] <vifino> not bad, but sad :<
L896[13:48:59] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L897[13:50:43] <hi_> when I clone openos onto a HDD would it boot off that
L898[13:58:15] ⇨ Joins: sciguyryan (sciguyryan@109-205-169-255.dynamic.swissvpn.net)
L899[14:01:34] *** jk-5|gone is now known as jk-5
L900[14:04:59] <Kilobyte> Vexatos: o/ on phone atm tough
L901[14:05:13] <Vexatos> Heyo
L902[14:05:52] <Kilobyte> hi_: Run install program
L903[14:06:01] <hi_> what?
L904[14:06:09] <hi_> there's an easy way? f
L905[14:06:26] <Kilobyte> yes
L906[14:06:48] <Kilobyte> just run it from disk and it gives you a list of all devices
L907[14:07:06] <Kilobyte> just pick one and you are set
L908[14:07:11] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 190 seconds)
L909[14:07:32] <hi_> I'll install in both, then get 2 out for 2 servers
L910[14:08:01] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L911[14:10:41] <Kilobyte> also VirtualOC will prob depend on the oc binary until Sangar extracts the lua runtime from OC
L912[14:12:39] <Kilobyte> because I dont feel like manually updating a fork with each change of it
L913[14:15:09] <gamax92> ohai Kilobyte
L914[14:15:25] <Kilobyte> o/
L915[14:16:10] <gamax92> Kilobyte: I just found out that there is this ASMifier class, and it produces all the ASM statements for a class
L916[14:19:34] <Kilobyte> i'm tired
L917[14:19:55] <Kilobyte> and it's way too hot
L918[14:22:15] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 201 seconds)
L919[14:24:00] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L920[14:29:09] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 189 seconds)
L921[14:31:03] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L922[14:36:48] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 202 seconds)
L923[14:40:05] *** Cazzar is now known as Cazzar|Away
L924[14:41:54] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L925[14:45:39] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 189 seconds)
L926[14:46:37] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L927[14:54:19] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 201 seconds)
L928[14:54:28] *** Cazzar|Away is now known as Cazzar
L929[14:55:36] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L930[14:57:12] ⇦ Quits: hi_ (webchat@123202206161.ctinets.com) (Quit: Web client closed)
L931[15:01:04] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 202 seconds)
L932[15:01:37] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L933[15:03:45] *** justastranger|zzz is now known as justastranger
L934[15:09:27] *** alekso56_off is now known as alekso56
L935[15:10:25] *** Nentify|away is now known as Nentify
L936[15:11:54] *** dsAway is now known as ds84182
L937[15:23:13] *** alekso56 is now known as alekso56_off
L938[15:25:48] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 189 seconds)
L939[15:26:30] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L940[15:30:12] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 189 seconds)
L941[15:30:39] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L942[15:36:39] ⇨ Joins: dmod_ (uid32492@id-32492.uxbridge.irccloud.com)
L943[15:38:27] ⇦ Quits: tiin57 (~tiin57@23.249.161.70) (Ping timeout: 189 seconds)
L944[15:38:34] ⇨ Joins: tiin57 (~tiin57@23.249.161.70)
L945[15:43:19] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Quit: Quit.)
L946[16:17:00] *** darknife25|AFK is now known as darknife25
L947[16:29:18] *** Techokami|Off is now known as Techokami
L948[16:29:38] ⇨ Joins: One (webchat@2.222.230.138)
L949[16:29:54] <Techokami> afternoon #oc
L950[16:30:04] ⇦ Quits: One (webchat@2.222.230.138) (Client Quit)
L951[16:30:23] <Vexatos> Good timezone
L952[16:30:50] ⇦ Quits: Maxwolf (labs@pipette.madsciencemod.com) (Quit: Leaving)
L953[16:33:36] ⇨ Joins: Pontiac (~Pontiac@135.0.29.212)
L954[16:34:33] <Pontiac> He's screwed... : http://screencast.com/t/kcmy2ywuXk
L955[16:35:09] <gamax92> suddenly a wild boar charges through #oc
L956[16:35:11] <gamax92> wat do?
L957[16:36:55] *** LordFokas|off is now known as LordFokas
L958[16:42:43] ⇦ Quits: ^v (~ping@2601:4:4500:e15:c4a2:c95:3972:162c) (Read error: Connection reset by peer)
L959[16:43:01] ⇨ Joins: ^v (~ping@2601:4:4500:e15:c4a2:c95:3972:162c)
L960[16:43:33] * ds84182 shoots gamax92
L961[16:43:38] <ds84182> because it's all your fault
L962[16:44:28] <gamax92> but there is still a wild boar
L963[16:46:19] <ds84182> too fricken bad.
L964[16:46:24] <ds84182> if we all leave it will despawn
L965[16:48:13] <pong> .p
L966[16:48:13] <^v> Ping reply from pong 0.11s
L967[16:49:39] *** Pontiac is now known as Pontiac_InBed
L968[16:55:30] ⇦ Quits: ^v (~ping@2601:4:4500:e15:c4a2:c95:3972:162c) (Remote host closed the connection)
L969[16:55:33] *** Caitlyn is now known as Caitlyn|Off
L970[16:55:47] ⇨ Joins: ^v (~ping@2601:4:4500:e15:c4a2:c95:3972:162c)
L971[17:40:29] *** Caitlyn|Off is now known as Caitlyn
L972[17:42:16] *** pong is now known as v^
L973[17:49:31] <v^> ????????20 ????? ??????? ?? ?????????????
L974[17:58:51] <EnderCat> .p
L975[17:58:51] <^v> Ping reply from EnderCat 0.25s
L976[17:58:54] <EnderCat> not bad
L977[17:59:10] <v^> so yeah, ^v is now on freenode
L978[17:59:13] <v^> as ^0
L979[18:00:29] <v^> .> networks.freenode.irc.say("##powder-bots","\1ACTION slaps ds84182\1")
L980[18:00:30] <^v> v^, nil
L981[18:00:36] <v^> <3
L982[18:06:14] ⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Ping timeout: 186 seconds)
L983[18:06:50] * EnderCat is going to go compile the latest hexchat
L984[18:09:12] <Vexatos> v^: Stop making my jealous with using those characters
L985[18:09:23] <v^> Vexatos, what characters
L986[18:09:28] <v^> oh, the swank
L987[18:09:30] <Vexatos> Because Windows doesn't support font fallbacks
L988[18:09:30] *** EnderCat is now known as EnderCat|Nomz
L989[18:09:31] <v^> .swank Vexatos
L990[18:09:31] <^v> v^, ???????
L991[18:09:58] <v^> .derpfont You all suck
L992[18:09:58] <^v> v^, ??? ??? ????
L993[18:10:05] <v^> see any of those?
L994[18:10:18] <v^> lol dat ?
L995[18:10:36] <Vexatos> No
L996[18:10:42] <v^> ah, well that sucks
L997[18:12:00] <v^> http://i.imgur.com/YFpipCD.png
L998[18:20:37] <ds84182> .swank Washington Forts
L999[18:20:37] <^v> ds84182, ?????????? ?????
L1000[18:21:59] <v^> $bal
L1001[18:22:07] ⇦ Quits: ^vDoge (~mooooon@2601:4:4500:e15:c4a2:c95:3972:162c) (Remote host closed the connection)
L1002[18:22:12] ⇨ Joins: ^vDoge (~mooooon@2601:4:4500:e15:c4a2:c95:3972:162c)
L1003[18:22:19] <v^> $bal
L1004[18:22:19] <^vDoge> v^, Đ58430.02457445
L1005[18:25:51] ⇦ Quits: Ir7_o (~Ir7_o@79.143.191.185) (Ping timeout: 190 seconds)
L1006[18:31:00] ⇨ Joins: Ir7_o (~Ir7_o@79.143.191.185)
L1007[18:31:00] zsh sets mode: +o on Ir7_o
L1008[18:50:00] <Kilobyte> o/
L1009[18:50:40] <v^> o/
L1010[18:51:16] <v^> .> networks.freenode.irc.say("Kilobyte","*slap*")
L1011[18:51:16] <^v> v^, nil
L1012[18:51:19] <v^> :>
L1013[18:51:45] <Kilobyte> hint: i am not Kilobyte on freenude
L1014[18:51:50] <Kilobyte> you just slapped a stranger
L1015[18:52:04] <v^> .> networks.freenode.irc.say("Kilobyte","lol wrong kilo, sorry")
L1016[18:52:04] <^v> v^, nil
L1017[18:52:13] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L1018[18:55:39] ⇨ Joins: black3agl3 (~black3agl@197.225.204.164)
L1019[18:57:43] ⇨ Joins: asie (~asie@078088168214.elblag.vectranet.pl)
L1020[19:15:01] <gamax92> Person boss = new Person();
L1021[19:20:26] *** EnderCat|Nomz is now known as EnderCat
L1022[19:21:29] <EnderCat> Kilobyte, freenude? sounds like an adult-oriented website :P
L1023[19:21:50] <Kilobyte> lol
L1024[19:22:00] <Kilobyte> gamax92: val boss = Person()
L1025[19:22:48] <EnderCat> .l math.random() * ( math.random() * 10 )
L1026[19:22:48] <^v> EnderCat, 5.3795230462231
L1027[19:22:52] <EnderCat> hmm
L1028[19:23:09] <gamax92> what?
L1029[19:23:57] * ds84182 installs Sublime Text
L1030[19:32:10] <robhol> Sublime is nice
L1031[19:32:29] <robhol> overpriced, though
L1032[19:32:46] <asie> getting a $20 Zipit Z2
L1033[19:32:47] <asie> woo!
L1034[19:34:08] *** ds84182 is now known as ^ds
L1035[19:34:26] <Kilobyte> robhol: maybe try atom
L1036[19:34:32] <Kilobyte> its beta but open source
L1037[19:34:37] <Kilobyte> and 100% free
L1038[19:34:45] <Kilobyte> made by github
L1039[19:34:49] <EnderCat> robhol, you dont /have/ to buy ST3
L1040[19:35:02] <Kilobyte> https://atom.io/
L1041[19:35:14] <Kilobyte> works on winderps, linux and osx
L1042[19:35:25] <Kilobyte> linux you prob have to compile yourself though
L1043[19:35:35] <Kilobyte> unless your distro has a binary package
L1044[19:35:40] <robhol> looks nice
L1045[19:35:56] <robhol> that package manager looks nice too
L1046[19:36:02] <gamax92> what, Chocolatey?
L1047[19:36:08] <robhol> installation on windows annoys me :p
L1048[19:36:19] <gamax92> imho Chocolatey is fucking garbage
L1049[19:36:58] <Kilobyte> imo windows is fucking garbage
L1050[19:37:06] <gamax92> Well ... gaming
L1051[19:37:09] <gamax92> and drivers
L1052[19:37:13] <Kilobyte> get a proper OS like some linux distro
L1053[19:37:18] <gamax92> Kilobyte: gaming
L1054[19:37:21] <gamax92> Kilobyte: and drivers
L1055[19:37:25] * EnderCat loads a SFS that allows him to compile C stuff
L1056[19:37:35] *** ^ds is now known as ds^
L1057[19:37:42] <Kilobyte> meh, you can play games on linux
L1058[19:37:45] <robhol> yaaaawn fanboyism
L1059[19:37:49] <Kilobyte> many games are already for linux
L1060[19:37:54] <gamax92> and drivers
L1061[19:37:55] *** alekso56_off is now known as alekso56
L1062[19:38:01] <Kilobyte> and most hardware has okish drivers
L1063[19:38:07] <robhol> "most"
L1064[19:38:07] <gamax92> I now own three devices I can't use in linux
L1065[19:38:09] <robhol> "okish"
L1066[19:38:22] <Kilobyte> sadly the open source graphics drivers could be way better
L1067[19:38:42] <Kilobyte> but i am not going to use the propiatary ones because i cannot be sure they do what they are supposed to do
L1068[19:38:57] <gamax92> Kilobyte: what card do you have
L1069[19:39:04] <Kilobyte> atm i have a shit radeon
L1070[19:39:20] <Kilobyte> can give you exact model in a sec
L1071[19:39:22] <robhol> did you design everything in your computer from scratch? no? then your argument is kinda bad
L1072[19:39:32] <Kilobyte> another reason why i don't like windows: you cannot be sure it does what it is told to do
L1073[19:39:47] <Kilobyte> it might do things in background that you don't want happening without you knowing
L1074[19:40:06] <gamax92> *cough*linux also does this*cough*
L1075[19:40:10] <robhol> ^
L1076[19:40:13] <v^> i have no fucking idea where the malloc table is
L1077[19:40:15] <v^> ;-;
L1078[19:40:20] <robhol> anyway, nobody asked for a fanboy rant on this, please drop it :|
L1079[19:40:34] * EnderCat waits for the rage to pass
L1080[19:40:35] <gamax92> robhol: but I'm bored
L1081[19:40:40] <Kilobyte> gamax92: 00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Wrestler [Radeon HD 6310]
L1082[19:40:43] <v^> i dont know where the pid list is either, or how they are managed
L1083[19:40:44] <gamax92> ooh
L1084[19:40:54] <gamax92> EnderCat: did you get my jar?
L1085[19:40:56] <Kilobyte> shitty laptop card
L1086[19:41:06] <Kilobyte> meh, a few weeks then i get a proper gaming pc
L1087[19:41:09] <EnderCat> gamax92, you never sent a link?
L1088[19:41:17] <gamax92> EnderCat: https://dl.dropboxusercontent.com/u/93572794/Mods/tecrash-1.1-universal.jar
L1089[19:41:31] <gamax92> since thats in my history of typed things, yes.
L1090[19:41:58] <EnderCat> ok, will make a note of it for when i'm back home
L1091[19:42:03] <gamax92> Kilobyte: I have a Radeon HD 4650
L1092[19:42:19] <gamax92> is slighty good, but not very powerful
L1093[19:42:29] <Kilobyte> gonna get a gforce GTX 650 or something in my new pc
L1094[19:44:01] <gamax92> ds^: is gxsl on github?
L1095[19:44:09] <ds^> no
L1096[19:44:15] <robhol> hmm.. I want a new PC soon too :3
L1097[19:44:29] <gamax92> ds^: is Love2D 3D on github
L1098[19:44:37] <ds^> no
L1099[19:45:12] <EnderCat> I have a 760 on my main pc though i cant use it to it's full potential on linux :/
L1100[19:45:34] <EnderCat> *GTX 760
L1101[19:45:43] <gamax92> the proprietary drivers for my card broke several things
L1102[19:45:48] <gamax92> so ... theres that
L1103[19:46:33] <EnderCat> i think mint is still using the propriety drivers from my 560Ti
L1104[19:48:39] <gamax92> using the proprietary drivers for me involves: downgrading Xorg, downgrading kernel or finding/making a new patch, losing KMS, losing Love2D, losing sensors
L1105[19:51:07] <EnderCat> ohh, Sangar: https://www.youtube.com/watch?v=Gj3HcQM0KjM about 2:27 in there is a noticeable block from oc :P
L1106[19:51:07] -Kibibyte- [EnderCat] Minecraft Mods - Big Reactors - YogLabs | by bluexephos | 12m8s | 4h42m ago | 52,973 views | Rated: 4.91/5.00
L1107[19:54:22] <gamax92> .l 4000000-793247
L1108[19:54:22] <^v> gamax92, 3206753
L1109[19:54:50] <gamax92> EnderBot2: heh, only about 3200000 more EU to go until this MFE is charged
L1110[19:55:17] <EnderCat> gamax92, wrong ender
L1111[19:55:23] <gamax92> oops :P
L1112[20:06:56] <ds^> <HAL9000> > pillbox removes compatibilitizzle between MFFS n' EnhancedPortals 3 by request of iChun
L1113[20:07:07] <ds^> compatibilitizzle
L1114[20:07:14] <ds^> >compatibilitizzle
L1115[20:09:26] * gamax92 blames asie
L1116[20:10:42] <asie> >compatibilitizzle
L1117[20:10:42] <asie> what
L1118[20:11:11] <asie> not my fault
L1119[20:11:12] <asie> i checked
L1120[20:11:41] <gamax92> oh, i now see "|gizoogle"
L1121[20:11:44] <gamax92> asie: sowwy
L1122[20:20:44] ⇦ Quits: black3agl3 (~black3agl@197.225.204.164) (Read error: Connection reset by peer)
L1123[20:26:06] *** ds^ is now known as Boop
L1124[20:26:50] *** vifino is now known as Moop
L1125[20:27:37] *** Boop is now known as ds^
L1126[20:27:50] *** Moop is now known as vifino
L1127[20:36:13] ⇨ Joins: Vexaton (~Vexatos@p200300556E687A341C002B9F1722C585.dip0.t-ipconnect.de)
L1128[20:36:20] *** prasselpikachu is now known as prassel|off
L1129[20:36:52] ⇦ Quits: Vexatos (~Vexatos@p200300556E687A881543BD59A0EEF89A.dip0.t-ipconnect.de) (Killed (NickServ (GHOST command used by Vexaton!~Vexatos@p200300556E687A341C002B9F1722C585.dip0.t-ipconnect.de)))
L1130[20:36:54] *** Vexaton is now known as Vexatos
L1131[20:45:12] *** Alissaway is now known as Alissa
L1132[20:48:27] <v^> woo first
L1133[20:48:28] <v^> http://i.imgur.com/RWNesrD.png
L1134[20:50:26] ⇨ Joins: DaeDroug (uid22591@id-22591.highgate.irccloud.com)
L1135[20:53:06] *** prassel|off is now known as prasselpikachu
L1136[20:55:00] <EnderCat> v^: yeah, i made them ignore kenny since he isnt here anymore
L1137[20:56:56] <EnderCat> also it's Thunderstorming here
L1138[20:57:13] ⇦ Quits: Vexatos (~Vexatos@p200300556E687A341C002B9F1722C585.dip0.t-ipconnect.de) (Quit: Greetings from Pastry Fork, Inc. ✔)
L1139[21:08:50] *** Daiyousei is now known as sen
L1140[21:11:07] *** sen is now known as Daiyousei
L1141[21:24:34] ⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Remote host closed the connection)
L1142[21:34:44] *** Alissa is now known as Alissaway
L1143[21:47:50] ⇨ Joins: Stary2001_ (~Stary2001@hathor.stary2001.co.uk)
L1144[21:48:00] *** manmaed is now known as manmaed|AFK
L1145[21:53:24] ⇦ Quits: Stary2001 (Stary2001@khonsu.stary2001.co.uk) (Killed (NickServ (GHOST command used by Stary2001_!~Stary2001@hathor.stary2001.co.uk)))
L1146[21:53:24] *** Stary2001_ is now known as Stary2001
L1147[21:53:46] ⇨ Joins: Stary2001_ (Stary2001@95.85.2.146)
L1148[21:53:55] ⇦ Quits: Stary2001 (~Stary2001@hathor.stary2001.co.uk) (Quit: Going to explore the internet!)
L1149[21:54:07] *** Stary2001_ is now known as Stary2001
L1150[21:54:08] ⇦ Quits: Stary2001 (Stary2001@95.85.2.146) (Remote host closed the connection)
L1151[21:54:18] *** Techokami is now known as Techokami|Off
L1152[21:54:28] ⇨ Joins: Stary2001 (Stary2001@hathor.stary2001.co.uk)
L1153[22:02:13] ⇦ Quits: Kibibyte (~PircBotX@khonsu.stary2001.co.uk) (Quit: [Console@CLI][exit] brb, moving to new host)
L1154[22:05:53] ⇨ Joins: Kibibyte (~PircBotX@hathor.stary2001.co.uk)
L1155[22:06:04] <ds^> OpenComputas make WAILA corrupt chunks when used by Mojang
L1156[22:06:09] <ds^> lol
L1157[22:08:20] *** alekso56 is now known as alekso56_off
L1158[22:12:50] *** Alissaway is now known as Alissa
L1159[22:37:00] ⇦ Quits: Daiyousei (fairy@138.124.14.53) (Ping timeout: 189 seconds)
L1160[22:37:30] ⇨ Joins: Daiyousei (fairy@138.124.14.53)
L1161[22:43:40] ⇦ Quits: ^v (~ping@2601:4:4500:e15:c4a2:c95:3972:162c) (Remote host closed the connection)
L1162[22:43:56] ⇨ Joins: ^v (~ping@2601:4:4500:e15:316b:4da7:7b80:3dbb)
L1163[22:55:32] *** Nentify is now known as Nentify|away
L1164[23:00:44] ⇦ Quits: DaeDroug (uid22591@id-22591.highgate.irccloud.com) (Quit: Connection closed for inactivity)
L1165[23:01:46] *** wolfmitchell is now known as carcinoGenecist
L1166[23:02:28] *** Pontiac_InBed is now known as Pontiac_AtWerk
L1167[23:07:34] ⇨ Joins: pedrosGali (webchat@host-92-22-164-149.as13285.net)
L1168[23:11:40] *** prasselpikachu is now known as prassel|off
L1169[23:11:58] ⇦ Quits: DovahCat (Ender@2a03:b0c0:1:d0::17:4001) (Quit: ZNC - http://znc.in)
L1170[23:23:10] ⇦ Quits: sciguyryan (sciguyryan@109-205-169-255.dynamic.swissvpn.net) ()
L1171[23:28:01] *** vifino is now known as vifino|off
L1172[23:28:07] ⇦ Quits: Lumien (~lumien@p4FED5F60.dip0.t-ipconnect.de) (Quit: Nettalk6 - www.ntalk.de)
L1173[23:31:48] *** vifino|off is now known as vifino
L1174[23:32:33] ⇦ Quits: Daiyousei (fairy@138.124.14.53) (Quit: pkill -9 Daiyousei)
L1175[23:32:44] ⇨ Joins: Dovahkiin (JoshTheEnd@90.192.25.224)
L1176[23:32:44] zsh sets mode: +o on Dovahkiin
L1177[23:34:55] <EnderCat> right, my vps is going down because moving datacenters
L1178[23:35:11] <Caitlyn> o/
L1179[23:35:20] ⇦ Quits: Techokami|Off (Techokami@this.is.theender.net) (Quit: http://holenet.info/)
L1180[23:35:20] ⇦ Quits: LordFokas (LordFokas@this.is.theender.net) (Quit: Goodbye)
L1181[23:35:20] ⇦ Quits: AngieBLD (AngieBLD@this.is.theender.net) (Quit: Bye o/)
L1182[23:35:20] ⇦ Quits: EnderCat (TheEnders@this.is.theender.net) (Quit: So long and thanks for all the fish o/)
L1183[23:35:41] <Dovahkiin> hahaha, my quit message
L1184[23:35:57] <Caitlyn> Good now that HE'S Gone...
L1185[23:35:58] <Caitlyn> err
L1186[23:36:01] <Caitlyn> oh..
L1187[23:36:03] <Caitlyn> Hai
L1188[23:36:04] <Caitlyn> :p
L1189[23:36:13] ⇦ Quits: EnderBot2 (TheEnders@this.is.theender.net) (Quit: Ohh Noes)
L1190[23:40:14] *** Alissa is now known as Alissaway
L1191[23:41:22] ⇦ Quits: Dovahkiin (JoshTheEnd@90.192.25.224) (Quit: Leaving)
L1192[23:43:27] *** Alissaway is now known as Alissa
L1193[23:48:53] ⇨ Joins: JoshTheEnder (~root@90.192.25.224)
L1194[23:48:53] zsh sets mode: +o on JoshTheEnder
L1195[23:58:43] *** JoshTheEnder is now known as JoshTheEnder|NoZNC
<<Prev Next>> Scroll to Top