<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:00:06] <Kilobyte> Sangar: quick, switch to a dual boot
L2[00:00:07] <Kilobyte> :P
L3[00:00:11] <Kenny> tgoo late! :P
L4[00:00:21] <Kilobyte> long ptrace(enum __ptrace_request request, pid_t pid, void *addr, void *data);
L5[00:00:22] <gamax92> Quick, run windows and linux at the same
L6[00:00:28] <Kilobyte> yeah, not that bad
L7[00:00:40] <gamax92> actually, lets go run windows and linux on two different cpu's but have them share memory.
L8[00:01:30] <Kilobyte> PTRACE_SYSCALL, PTRACE_SINGLESTEP
L9[00:01:30] <Kilobyte> Restart the stopped tracee as for PTRACE_CONT, but arrange for the tracee to be stopped at the next entry to or exit from a system call, or after execution of a single instruction, respectively.
L10[00:01:33] <gamax92> I'm sure someone could write a driver for that
L11[00:01:34] *** dsAway is now known as ds84182
L12[00:01:39] <Kilobyte> thats what you need
L13[00:01:57] <Sangar> i'm sure someone would find a use for that
L14[00:02:17] <Kilobyte> we need proper GPU virtualization
L15[00:02:42] <Sangar> that we do
L16[00:02:45] <gamax92> lets go, gate accurate simulation of a GPU
L17[00:03:10] <Kilobyte> Sangar: so, for the initial handshake this is my idea:
L18[00:03:28] <Kilobyte> 2 byte count of supported encryption layers
L19[00:03:28] *** gamax84182 is now known as ping
L20[00:03:34] <Kilobyte> (unsigned short)
L21[00:03:53] <Kilobyte> then length based strings decribing the names
L22[00:04:04] <Kilobyte> then client sends the id of the one it accepts
L23[00:05:17] *** gamax92 is now known as gamax84182
L24[00:05:21] *** gamax84182 is now known as gamax92
L25[00:05:24] <Sangar> or just use ssl? >_>
L26[00:05:29] <gamax92> lol
L27[00:05:54] <gamax92> Sangar: If I accidentally a .gitignore I apologize in advance
L28[00:05:59] <Sangar> (which would totally not be an utter pain in the ass :P)
L29[00:06:05] <Kilobyte> Sangar: thats my point
L30[00:06:13] <Kilobyte> and thats why i don't do it
L31[00:06:18] <Sangar> but yeah, sounds valid
L32[00:06:39] <Kilobyte> for now i will only offer one ("plain" to be exact)
L33[00:06:44] <Kilobyte> aka no encryption
L34[00:07:12] <Sangar> "for now", mhmmmm
L35[00:07:13] <Kilobyte> i will add at least one to core and throw shitloads of warnings in future when plain is enabled
L36[00:08:22] <Sangar> oooh "Merge branch 'scalaupdate'"
L37[00:08:28] * Sangar goes test new 1.7.10 forge
L38[00:09:05] <Kilobyte> Sangar: how can i write to stderr?
L39[00:09:10] <ds84182> gamax92, I'll start commiting stuff
L40[00:09:48] <Sangar> Kilobyte, sys.error i believe
L41[00:10:01] <gamax92> Sangar: is this a problem "Coroutine Threads are not garbage collected and cannot be abandoned"
L42[00:10:07] <Sangar> oh, no that actually errors :P
L43[00:11:01] <Sangar> gamax92, you ask such silly questions!
L44[00:11:18] <gamax92> Sangar: well no, its more or less: Does it affect OC
L45[00:12:05] <Sangar> well yes, it's kind of a problem.
L46[00:12:22] <Kilobyte> Sangar: luaj?
L47[00:12:27] <Sangar> yes
L48[00:12:40] <Kilobyte> makes sense
L49[00:12:57] <Kilobyte> since java threads don't get collected until they are killed/exited
L50[00:13:00] <Sangar> but if people use the luaj fallback it's kind of their problem >_>
L51[00:13:06] <Kilobyte> Sangar: https://gist.github.com/Kilobyte22/360ea649f55617bbf795
L52[00:13:06] <^v> Kilobyte, No desc Written in Scala by Kilobyte22 0.44KB
L53[00:14:04] <Sangar> Kilobyte, don't use the sys.error, i was wrong, that throws an exception :X
L54[00:14:09] <ds84182> gamax92, Github is now up to date
L55[00:14:15] <Kilobyte> dag
L56[00:14:17] <Kilobyte> *dang
L57[00:14:39] <gamax92> Sangar: I wonder about those coroutine implementations that instead of using Threads, modify bytecode.
L58[00:15:08] <Sangar> gamax92, that sounds even more creepy :P
L59[00:15:23] <Kilobyte> Console.err.println("w/e")
L60[00:16:01] <Sangar> oh, there's 'Console'? i'd just have done it the java way (or rather, written a wrapper for it)
L61[00:16:11] <Kilobyte> Sangar: how do i extend a generic class
L62[00:16:16] <Kilobyte> like, in java i have
L63[00:16:26] <Kilobyte> interface A<T> {...
L64[00:16:48] <Kilobyte> in scala i now want something like object B extends A[String]
L65[00:16:52] <Kilobyte> or something
L66[00:17:01] <Sangar> that should be valid
L67[00:17:06] * Kilobyte tries
L68[00:17:21] <Kilobyte> oh ok it is
L69[00:18:42] <gamax92> Sangar: :> I may try one of the bytecode coroutine libraries.
L70[00:18:48] <gamax92> see if I can get it working in luaj
L71[00:18:54] <ds84182> gamax92, I also have lua side matrix stuff
L72[00:18:59] <gamax92> ds84182: want
L73[00:19:03] <ds84182> only tested transform is translate
L74[00:19:06] <ds84182> but the rest should work
L75[00:19:07] <gamax92> waaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaant
L76[00:19:10] <Sangar> gamax92, all right, good luck!
L77[00:19:17] <gamax92> ds84182: waaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaant
L78[00:19:25] <ds84182> gamax92, on Github
L79[00:19:28] <gamax92> k
L80[00:20:17] <ds84182> https://github.com/ds84182/OpenGX/blob/cbe5acda5fdf3d4516ff8c851cb776308e9f67fa/src/main/resources/assets/opengx/lua/component/gx/lib/gx-t2.lua
L81[00:20:20] <ds84182> Line 56
L82[00:20:31] <ds84182> Thinking about moving it to another file
L83[00:20:32] <Kilobyte> Sangar: slowly i am getting used to scala
L84[00:20:49] <Sangar> :)
L85[00:21:28] <Kilobyte> Sangar: can i overload assignation "operator"?
L86[00:21:39] <Kilobyte> like, i can overload access one
L87[00:21:50] <Sangar> meh, forge 1167 throws even more errors around when builing :P
L88[00:21:51] <Kilobyte> def myVar = doStuff()
L89[00:21:55] <ds84182> gamax92, I also understand matricies now
L90[00:22:09] <gamax92> ds84182 has been enlightened
L91[00:22:13] <Kilobyte> but can i also get a method called when i do myObject.myVar = something
L92[00:22:22] <ds84182> I have
L93[00:22:37] <Kilobyte> in ruby i'd just define my_var=()
L94[00:22:51] <Kilobyte> Sangar: does that work like that in scala too?
L95[00:22:53] <Sangar> Kilobyte, uh, for the instance itself? i... don't think so. not sure tho. you can have getters/setters, but a 'copy-constructor' kind of thing i'm not aware of.
L96[00:23:00] <ds84182> I just need to figure out perspective projection matrix stuff
L97[00:23:43] <Kilobyte> Sangar: fun fact, in ruby all instance vars are private. access is always through getter/setter methods
L98[00:24:03] <Kilobyte> so abc.hello = 'world' is equal to abc.hello=('world')
L99[00:24:25] <gamax92> Sangar: okay nvm
L100[00:24:39] <ds84182> Kilobyte, so abc.hello is equal to abc.hello()?
L101[00:24:40] <gamax92> both bytecode coroutine implementations only work on iterators
L102[00:24:46] <Kilobyte> ds84182: yes.
L103[00:24:50] <Sangar> Kilobyte, it's like that in scala, too basically (i.e. var x makes a private field with a getter and setter). but you can also do def x_=(...)
L104[00:24:54] <ds84182> Oh no I'm learning
L105[00:25:08] <Kilobyte> oh, right now i remember
L106[00:25:29] <Kilobyte> and val does a private field with just a getter, right? and marks it final
L107[00:25:36] <Sangar> yep
L108[00:25:56] <Kilobyte> neat
L109[00:26:00] <Kilobyte> learned something new
L110[00:26:27] <Sangar> prereleases are fun :>
L111[00:26:30] <Sangar> Execution failed for task ':compileScala'.
L112[00:26:31] <Sangar> > org.gradle.messaging.remote.internal.PlaceholderException (no error message)
L113[00:26:32] <ds84182> After I get GX-T3 working I need to make it display techne models
L114[00:26:39] <Kilobyte> Sangar: xD
L115[00:27:12] <Kilobyte> i can't wait to get fancy graphics going
L116[00:27:22] <Kilobyte> in mc a server restart kicks you
L117[00:27:22] <gamax92> I have however found a Continuation library, which a Coroutine implementation could be written in.
L118[00:27:40] <Kilobyte> in VOC a server restart will blur screen, showing a message
L119[00:27:58] <Kilobyte> and when server is back, screen unblurs and you can continue as if nothing happened
L120[00:28:04] <ds84182> gamax92, I have just confirmed that rotation works
L121[00:28:06] <Kilobyte> persistance ftw
L122[00:28:09] <gamax92> except something happened
L123[00:29:17] <Kilobyte> who doesn't like my idea?
L124[00:30:44] <ds84182> gamax92, I think I found a bug
L125[00:30:51] <gamax92> ds84182: you think?
L126[00:31:18] ⇦ Quits: LoneWanderer (~Kodos@2602:306:ce20:6c30:7496:f59f:f5f5:7ca) (Ping timeout: 186 seconds)
L127[00:31:22] <ds84182> i didn't
L128[00:31:26] <ds84182> false alarm
L129[00:32:23] <Dovahkiin> .l 953740 / 2
L130[00:32:23] <^v> Dovahkiin, 476870
L131[00:33:51] <ping> .l53 953740>>1
L132[00:33:51] <^v> ping, 476870
L133[00:34:09] <gamax92> Well, the Continuation library is a possibility, but looks heavy
L134[00:38:46] <ds84182> Now to make glClear a job of the GX and not the Framebuffer implementation
L135[00:42:07] *** darknife25 is now known as darknife25|AFK
L136[00:46:34] <gamax92> ping: I feel like making a coremod that fixes the luaj in CC
L137[00:47:30] *** justastranger is now known as justastranger|zzz
L138[00:52:58] *** justastranger|zzz is now known as justastranger
L139[00:57:38] *** Nentify is now known as Nentify|away
L140[01:01:09] ⇨ Joins: Pontiac (~Pontiac@135.0.29.212)
L141[01:03:56] <gamax92> Sangar: oh I just noticed LuaJ 3 is no longer in beta
L142[01:04:05] <Sangar> oh?
L143[01:04:16] <gamax92> Sangar: http://sourceforge.net/projects/luaj/files/luaj-3.0/3.0/ "< 11 hours ago"
L144[01:04:32] <Sangar> neat
L145[01:05:36] ⇨ Joins: Kodos (~Kodos@2602:306:ce20:6c30:6414:9a96:f730:a302)
L146[01:05:55] <gamax92> KOODOZ
L147[01:06:02] <ping> KURDOZ
L148[01:06:07] <ping> .w kodos
L149[01:06:07] <^v> ping, http://en.wikipedia.org/wiki/Insomnia
L150[01:06:11] <gamax92> XDF
L151[01:06:21] <Kodos> Riiiight
L152[01:09:34] <Techokami> http://tumblokami.tumblr.com/post/90997539063/9-05-01-pm-retriever-ii-oh-that-is-clearly-a
L153[01:10:18] <ds84182> Prequel to Tornadoes on a plane
L154[01:10:18] <ping> nope
L155[01:10:35] <ds84182> .w Microncode
L156[01:10:35] <^v> ds84182, Not found. did you want "unicode api"?
L157[01:10:42] <ds84182> Q_W
L158[01:13:07] *** Alissaway is now known as Alissa
L159[01:15:45] <ds84182> Time to make a text renderer for GX-T2
L160[01:19:46] <gamax92> ds84182: did you update the github?
L161[01:19:58] <ds84182> yes
L162[01:20:00] <ds84182> i did
L163[01:20:03] <ds84182> a while ago
L164[01:20:11] <gamax92> why didn't you tell me?
L165[01:20:27] <ds84182> I DID
L166[01:20:28] <ds84182> DAMMNIT
L167[01:20:42] <gamax92> >_< well I don't remember it.
L168[01:20:44] <ds84182> [20:14:09] <ds84182> gamax92, Github is now up to date
L169[01:20:44] <gamax92> okay
L170[01:20:53] <gamax92> oh yeah ... >_>
L171[01:20:57] <ds84182> [20:09:10] <ds84182> gamax92, I'll start commiting stuff
L172[01:21:15] <ds84182> [20:19:25] <ds84182> gamax92, on Github
L173[01:21:19] <Kenny> gamax92, you're getting senile
L174[01:21:43] <ds84182> lmao
L175[01:21:59] <ds84182> or lamo
L176[01:22:13] <ds84182> laughing ass my oldfart
L177[01:22:30] <ds84182> s/s m/s, m
L178[01:24:15] <gamax92> ds84182: TAAAAAAAAAAAAAAABS
L179[01:25:44] <Kodos> So, robots can use wired network messages? Is that from anywhere, or just while they're charging
L180[01:26:02] <Sangar> anywhere
L181[01:26:40] <Kodos> >.>
L182[01:26:50] <Kodos> And you won't make a particle manipulation card because it isn't logical? lol
L183[01:27:40] <ping> Sangar, T2/linked terminals pls >_>
L184[01:28:00] <ping> infinite range, eats crapload of energy
L185[01:29:19] <Kilobyte> Sangar: wait, what`
L186[01:29:21] <Sangar> Kodos, what, so they have a network plug now :P
L187[01:29:39] <Kodos> That magically works anywhere =P
L188[01:29:55] <Sangar> like all other blocks magically connect to each other, yes
L189[01:30:05] <Sangar> Kilobyte, only for modem messages
L190[01:30:20] <Kodos> But if it's a wired network connection, there should be some physical connection, or else it's just wireless and needs to be called as such
L191[01:30:36] <Kilobyte> Sangar: they don't need to touch the charger?
L192[01:30:57] <Sangar> yeah, they can also touch a cable or whatever.
L193[01:31:11] <Kodos> So they don't work -anywhere-, just touching anything on the network
L194[01:31:16] <ping> they can touch a screen
L195[01:31:30] <Sangar> which, btw, was connective since forever. just one-way computers telling robots to boot / shutdown.
L196[01:31:32] <Sangar> yes
L197[01:31:34] <ping> they can accidentally touch your network and crash from too many components
L198[01:31:40] <Sangar> no
L199[01:31:42] <Sangar> they cannot
L200[01:31:45] <Sangar> that's the point
L201[01:31:48] <ping> <_>
L202[01:31:51] <Sangar> they can only send *network* messages
L203[01:31:54] <ping> o
L204[01:31:55] <Sangar> they don't see components
L205[01:31:56] <Kodos> I suppose that was my fault for not being clear in my original question
L206[01:32:00] <gamax92> ds84182: pr'd
L207[01:32:19] <Kodos> So they have to be adjacent to -anything- in your network to do that, they can't just be where the fuck ever and it works
L208[01:32:25] <Kenny> Sangar, but the computer sees them as a component
L209[01:32:30] <Sangar> yes
L210[01:32:41] <Sangar> and yes. but it did that since always ;)
L211[01:32:56] <Kodos> Let me get the latest build, and I'll test this
L212[01:33:14] <Kenny> so, theoritically, if they connect and it goes over the max num,ber of components, it copuld crash the computer
L213[01:33:19] <Sangar> it's a change i wanted to have made ages ago, i just kept forgetting >_>
L214[01:33:25] <Sangar> yes
L215[01:34:01] <Sangar> tho i can't remember 100% if they have to be right next to a computer or not
L216[01:34:06] <Kenny> good thing i don't worry about programming robots :P
L217[01:34:07] <Sangar> to show up as a component on it i mean
L218[01:34:22] <Kodos> I've got two programs I'm working on atm
L219[01:34:26] <Kenny> no they don'[t need to be right next to a colmputer
L220[01:34:29] <Kodos> A way to break down computer.beeps into songs
L221[01:34:36] <Kodos> And a 'state-based' program
L222[01:34:44] <Kodos> Though I'm not sure what to do with the latter
L223[01:35:00] <gamax92> LuaInLua
L224[01:35:08] <Kenny> they can be 10 blocks away sitting next to a charger connected by cable and they register as a component
L225[01:35:16] <Kodos> Well the original idea I had was to make custom architecture and do a mockup of LSL in OC
L226[01:39:06] <Kilobyte> Sangar: btw, i told you how the super hostile map series is evil... here the author showing off one of his evil designs
L227[01:39:07] <Kilobyte> https://www.youtube.com/watch?v=6rBzdGVmcgg
L228[01:39:08] -Kibibyte- [Kilobyte] Vechs' Test World - Ethonian Hyperspawners with Proximity Detectors (for Nate) (V051) | by vechz | 5m34s | 109w4d ago | 184,718 views | Rated: 4.98/5.00
L229[01:41:31] <PotatoTrumpet> Nothing better than RDMing people in TTD
L230[01:41:40] <PotatoTrumpet> :P
L231[01:41:44] <PotatoTrumpet> Thats the whole game
L232[01:46:53] ⇦ Quits: PotatoTrumpet (~PotatoTru@WL4-34.1scom.net) (Read error: No route to host)
L233[01:47:46] ⇨ Joins: PotatoTrumpet (~nick1@WL4-34.1scom.net)
L234[01:50:54] <ping> gamax92, can i avplay as a webcam
L235[01:51:28] <gamax92> uhh, you mean use avplay's visualization as a webcam or open a webcam in avplay?
L236[01:51:43] <ping> use it as a webcam
L237[01:51:52] <gamax92> no
L238[01:51:55] <ping> :<
L239[01:51:57] <ping> y no
L240[01:52:27] <gamax92> because you cannot save the visualization or stream it without just doing window/screen captures.
L241[01:53:00] <ping> is there another av that alows me to encode into a webcam
L242[01:53:20] <gamax92> av is libav ...
L243[01:53:44] <ping> ik
L244[01:57:33] <Kodos> Michiyo still hasn't accepted my OpenPrinters PR D=
L245[02:04:17] * gamax92 pets Kodos
L246[02:04:42] <Kodos> You're lucky I don't have my teeth in, or I'd bite you
L247[02:04:56] <gamax92> wot
L248[02:05:23] * Kenny hands Kodos his teeth
L249[02:06:01] <Kodos> gamax92, I don't have teeth, I had them all extracted a few years ago due to an oral infection that went systemic
L250[02:06:15] <Kodos> 31 teeth pulled in the span of an hour and a half, local anesthesia only
L251[02:06:17] <Kodos> Get on my level, son
L252[02:06:39] <gamax92> I'd rather not
L253[02:07:39] <ping> Kodos, if they told you that they gave you a ton of morphene you would have felt less
L254[02:07:58] <Kodos> I was awake for the entire thing, I felt every tooth slide out of my gums.
L255[02:08:02] <Kodos> It was an interesting sensation
L256[02:09:16] <gamax92> oh, so that muzax.lzs is just a bunch of bnk and sx files
L257[02:09:24] <gamax92> if only Techokami did that lzs unpacker
L258[02:09:36] <Techokami> why me ;_;
L259[02:09:54] <gamax92> Techokami: because I failed.
L260[02:09:58] <gamax92> twice.
L261[02:10:04] <gamax92> in lua and in java
L262[02:11:37] *** Alissa is now known as Alissaway
L263[02:11:48] <Caitlyn> http://puu.sh/a00CJ/e51cb61649.jpg weee
L264[02:12:32] *** Alissaway is now known as Alissa
L265[02:12:41] <Kodos> Jesus, what do you play on, an AMIGA?
L266[02:12:54] <Kodos> Also, docking ring wtf
L267[02:12:57] <Kodos> Is that a mod?
L268[02:13:22] <Caitlyn> AMIGA :/
L269[02:13:23] <Caitlyn> and yes.
L270[02:15:25] <Caitlyn> http://puu.sh/a00Rp/69215e229d.jpg ftw
L271[02:15:51] <Caitlyn> Also, why AMIGA Kodos...?
L272[02:16:11] <Kodos> When I was little, my brother had one that we used to play Extreme Violence together on
L273[02:16:19] <Kodos> ANd I remember the graphics being superbad
L274[02:17:07] <Caitlyn> o_O Yeah... 90s computers tended to be pretty bad.. still trying to figure out why that prompted that comment.
L275[02:17:12] <Sangar> Kilobyte, remind me to build something like that in a multiplayer map some time :P
L276[02:17:18] <Pontiac> Is that door new Caitlyn?
L277[02:17:22] <Pontiac> Or is it a mod?
L278[02:17:23] <Caitlyn> It's a mod.
L279[02:17:28] <Kilobyte> Sangar: xD
L280[02:17:30] <Caitlyn> http://www.se-modz.com/viewtopic.php?f=10&t=468
L281[02:17:57] <Pontiac> Probably works better than the stock doors? heh
L282[02:17:58] <Sangar> late night bugfixes \o/ now to see what changed in luaj3final
L283[02:18:09] <Caitlyn> I need a not so lame connector for the 1:1 enterprise parked out there..
L284[02:19:05] <Pontiac> Sangar> I've finally defeated the complexity of OpenComputers and can build any type of machine with ease from scratch. >:] AE to the rescue... once I figured out a cactus problem.
L285[02:19:17] <Sangar> :D
L286[02:19:24] <Sangar> those evil cacti!
L287[02:19:37] <gamax92> Techokami: Meh, I'll try again.
L288[02:19:54] <Pontiac> Yeah. For some reason the interface would only take in one cactus using AE1. Everything else worked, so it was only one ad-hoc.
L289[02:19:55] <Sangar> i read something about them being a problem, what was the issue, exactly?
L290[02:20:03] <Sangar> ah
L291[02:20:06] <PotatoTrumpet> RAWR
L292[02:20:14] <Kilobyte> Sangar: i also want an MC style chat in VOC
L293[02:20:25] <Kilobyte> maybe even with different channels
L294[02:20:30] <Kilobyte> for different dev groups
L295[02:20:36] <Sangar> just add an irc overlay :P
L296[02:20:39] <Pontiac> I don't know what the problem was, but what I did to fix my problem was build a furnace and attach an export and storage bus to it, told the export bus to take in cacti and the rest is easy.
L297[02:20:44] <Pontiac> So the furnace becomes the chest.
L298[02:20:50] <Kilobyte> Sangar: thats an idea
L299[02:21:17] <Sangar> Pontiac, as long as it works :P
L300[02:21:32] <Kilobyte> Sangar: did i mention diamond armor with protection 4 is OP?
L301[02:21:38] <Pontiac> Exactly. So now that I've got that part figured out, if I run into the same issue, I just gotta repeat the process.
L302[02:21:51] <Kilobyte> it absorbs 96% of all damage with a full suit
L303[02:22:00] <Sangar> Kilobyte, it's not, mps with energy shields and a resonant energy cell in the inventory is op
L304[02:22:06] <Kodos> Caitlyn, is that 1:1 Enterprise with a full interior, or hollow
L305[02:22:11] <Kilobyte> Sangar: xD
L306[02:22:17] <ping> you know whats even more OP
L307[02:22:40] <Pontiac> 1:1 enterprise... I missed that. Can I see it?
L308[02:22:56] <Sangar> ping, OpenPeripherals?
L309[02:22:58] * Sangar runs for cover
L310[02:23:17] <ping> EE's red matter armor + bedrock break glitch
L311[02:23:29] <Kilobyte> bedrick break glitch?
L312[02:23:33] <ping> you know
L313[02:23:37] <ping> the old one :>
L314[02:23:59] <Caitlyn> Kodos, hollow ATM, we'll start doing interior work when my friends gets back on
L315[02:24:03] <Kilobyte> idk which one you refer to and why breaking bedrock would make armour mode OP
L316[02:24:08] <Caitlyn> although at 2.5 meters per block...
L317[02:24:14] <Caitlyn> it'll be a small interior
L318[02:24:19] <ping> Kilobyte, you can cover yourself in bedrock
L319[02:24:20] <ping> >_>
L320[02:24:24] <Kilobyte> oh
L321[02:24:26] ⇦ Quits: PotatoTrumpet (~nick1@WL4-34.1scom.net) (Read error: No route to host)
L322[02:24:58] <Pontiac> I haven't kept on on patch notes. Have they worked out most of the bugs in the dedicated server portion of the game?
L323[02:25:19] <Kilobyte> Sangar: i might just write ServurChat integration for it
L324[02:25:38] <Kilobyte> because i don't wanna tie it to irc
L325[02:25:44] <Sangar> heh
L326[02:26:00] <Caitlyn> I want IRC for SE :p
L327[02:26:07] <Kilobyte> SE?
L328[02:26:15] <Caitlyn> Space Engineers.
L329[02:26:34] <Caitlyn> I just need to learn how to mod it..
L330[02:27:35] *** alekso56 is now known as alekso56_off
L331[02:28:15] <Kilobyte> Sangar: i have thought about how to do the render updated
L332[02:28:31] <Kilobyte> i will probably have multiple different ways to manipulate the monitor
L333[02:29:18] <Kilobyte> server -> client stuff would be directly associated to calls like gpu.fill or gpu.copy
L334[02:29:32] <Kilobyte> also one to set the entire monitor in one go
L335[02:30:03] <Kilobyte> any operations i am missing?
L336[02:30:34] <Sangar> hmm
L337[02:30:43] <Sangar> colors?
L338[02:32:28] <Sangar> generally, the depth/color/palette stuff, you'll probably want to handle them like the other operations, too. but other than that i think you'd have it covered with that, yes.
L339[02:32:41] <Kilobyte> yeah
L340[02:32:53] <Kilobyte> i want it to be as network efficient as possible
L341[02:32:55] <Sangar> man, luaj is like one of the few libraries where i'm scared to update because i'm afraid it'll break more than it'll fix -.-
L342[02:33:03] <Kilobyte> lol
L343[02:33:26] <Kilobyte> ok, its decided, VOC will not support luaj
L344[02:33:44] <Kilobyte> if i add it its something along: if it breaks, i don't care
L345[02:33:58] ⇦ Quits: PsychokenesisKat (~chatzilla@CPE-124-187-46-131.lns11.cha.bigpond.net.au) (Ping timeout: 186 seconds)
L346[02:34:19] ⇨ Joins: PsychokenesisKat (~chatzilla@CPE-123-211-254-16.lnse4.woo.bigpond.net.au)
L347[02:34:32] <Kilobyte> any crashlogs showing that luaj was being used will end up in /dev/null
L348[02:34:39] <gamax92> .l53 1 << 3
L349[02:34:40] <^v> gamax92, 8
L350[02:34:42] <gamax92> .l53 1 << 0
L351[02:34:42] <^v> gamax92, 1
L352[02:34:45] <Kilobyte> unless its 100% clear they are not luaj caused
L353[02:34:47] <ping> gamax92, ...
L354[02:34:51] <gamax92> .l53 2^3
L355[02:34:51] <^v> gamax92, 8
L356[02:34:56] <gamax92> okay, so i don't need that
L357[02:34:58] <ping> >_>
L358[02:35:06] <gamax92> ping: I'm writing the decompressor
L359[02:35:17] <ping> and you cant figure out 1<<#
L360[02:35:19] <ping> 3*
L361[02:35:22] <ping> you are crazy
L362[02:35:23] <Kilobyte> i think i am going to bed
L363[02:35:31] <Kilobyte> its gonna get bright soonish
L364[02:35:33] <Sangar> i was just about to say...
L365[02:35:44] <Sangar> it's getting hard keeping my eyes open :P
L366[02:35:47] <ping> oh yeah, forgot Kilobyte lived on other side of world
L367[02:35:58] <Kilobyte> Sangar: i got used to it by now
L368[02:36:05] <Kilobyte> yeah 4:36 am
L369[02:36:55] <Kilobyte> anyways guys, night (we agreed to use GMT for that after all)
L370[02:37:51] <Sangar> gnight! i'll get going, too. see you tomorrow o/
L371[02:38:47] <ds84182> text library for gxt2 is working
L372[02:38:57] <ds84182> .l53 8<<-5
L373[02:38:58] <^v> ds84182, 0
L374[02:39:01] <ds84182> .l53 8<<-1
L375[02:39:01] <^v> ds84182, 4
L376[02:39:06] <ds84182> that actually works
L377[02:39:09] <ds84182> what te
L378[02:39:15] <ds84182> .l53 5<<6.3
L379[02:39:15] <^v> ds84182, 320
L380[02:39:23] <ds84182> u what m8
L381[02:39:25] <ds84182> .l53 5<<6
L382[02:39:25] <^v> ds84182, 320
L383[02:39:28] <ds84182> oh
L384[02:41:26] * Kodos runs off to go break OC now that devs are asleep
L385[02:41:43] <ds84182> .l #("ds84182, 320")*8
L386[02:41:44] <^v> ds84182, 96
L387[02:43:52] <gamax92> Techokami: yay, I already failed again
L388[02:44:38] *** Techokami is now known as Techokami|Off
L389[02:45:28] <ds84182> tiem for colord polys
L390[02:46:32] <Pontiac> What does the 84182 represent anyways?
L391[02:46:32] <Kodos> LOL
L392[02:46:34] <Kodos> "LuaJ 3 Final. I'm not sure this is a good idea, but nothing seems to break (immediately)."
L393[02:46:37] <Kodos> I'll fix that
L394[02:53:12] <ds84182> Pontiac, a number
L395[02:53:25] <ds84182> .factor 84182
L396[02:53:26] <^v> ds84182, 2*(7*(7*859))
L397[02:53:44] <ds84182> .factor 28148
L398[02:53:45] <^v> ds84182, 2*(2*(31*227))
L399[02:54:13] <Pontiac> hmm..
L400[02:54:17] <Kodos> .factor 211000000
L401[02:54:17] <^v> Kodos, Nope.
L402[02:54:17] <Pontiac> .factor 64738
L403[02:54:18] <^v> Pontiac, 2*32369
L404[02:54:23] <Pontiac> ...
L405[02:55:00] <ds84182> .factor -543
L406[02:55:00] <^v> ds84182, -543
L407[02:55:02] <ds84182> .factor -542
L408[02:55:02] <^v> ds84182, -542
L409[02:55:05] <ds84182> .factor -84182
L410[02:55:05] <^v> ds84182, -84182
L411[02:55:10] <ds84182> .factor -0
L412[02:55:10] <^v> ds84182, 0
L413[02:55:23] <ds84182> .factor 12343234
L414[02:55:23] <^v> ds84182, Nope.
L415[02:56:04] <Pontiac> LOL!
L416[03:01:10] ⇦ Quits: Daiyousei (Biohazard@biohazard.tropicraft.net) (Ping timeout: 186 seconds)
L417[03:02:22] <Kodos> .factor potato
L418[03:02:23] <^v> Oh noes! http://71.238.153.166/paste/L1d19.txt
L419[03:02:45] <Kodos> I am disappoint
L420[03:08:47] *** Alissa is now known as Alissaway
L421[03:13:11] ⇨ Joins: finkmac (~finkmac@66.212.181.236.tor.pathcom.com)
L422[03:14:08] *** Alissaway is now known as Alissa
L423[03:14:38] <ds84182> Turns out if you GL11.glColor in the right spot you can change the outline color of the OC gui
L424[03:16:04] <gamax92> :< I ran dosbox debug in wine, Xorg crashed
L425[03:17:31] <ds84182> lol
L426[03:19:16] <ds84182> In order to achieve UI rendering in GXT2 you have to do staggered rendering, where you disable the client from doing a GL clear per *REAL* frame
L427[03:19:31] <ds84182> so then you can layer graphics on top of eachother
L428[03:19:44] <ds84182> It might not work for transparent things though
L429[03:29:24] <ds84182> Huh
L430[03:29:29] <ds84182> So openGL is being a bitch
L431[03:29:34] <ds84182> a really bitchy bitch
L432[03:29:38] ⇦ Quits: ^vDoge (~mooooon@2601:4:4540:5b:487f:d263:8251:a555) (Remote host closed the connection)
L433[03:29:38] ⇦ Quits: ^v (~ping@2601:4:4540:5b:487f:d263:8251:a555) (Read error: Connection reset by peer)
L434[03:29:38] ⇦ Quits: ping (~^v@2601:4:4540:5b:487f:d263:8251:a555) (Read error: Connection reset by peer)
L435[03:29:54] *** Alissa is now known as Alissaway
L436[03:29:58] <ds84182> Turns out my UI rendering technique doesnt work because GL is a bitch
L437[03:30:16] <ds84182> I'm going to have to render the frame buffer from inside the framebuffer if I want to get this to work
L438[03:30:43] *** Alissaway is now known as Alissa
L439[03:33:07] <Kodos> Debating whether to swap out Growthcraft for Forestry
L440[03:33:13] ⇨ Joins: v^ (~^v@2601:4:4540:5b:24ae:481c:3c03:c047)
L441[03:33:14] zsh sets mode: +v on v^
L442[03:33:33] ⇨ Joins: ^v (~ping@2601:4:4540:5b:24ae:481c:3c03:c047)
L443[03:33:33] <PsychokenesisKat> What's the mod that adds tech based on like flowers
L444[03:33:35] <PsychokenesisKat> ?
L445[03:33:38] <Kodos> Botania
L446[03:33:38] ⇨ Joins: ^vDoge (~mooooon@2601:4:4540:5b:24ae:481c:3c03:c047)
L447[03:33:48] <v^> $tip Kodos 20
L448[03:33:48] <^vDoge> Oh noes! http error: connection refused
L449[03:33:52] <v^> ;=;
L450[03:34:44] <v^> 35 hours behind...
L451[03:36:51] <gamax92> .sdate
L452[03:36:52] <^v> gamax92, Sep 7614, 1993
L453[03:37:22] <Kodos> wat
L454[03:37:48] <v^> Kodos, eternal september
L455[03:38:34] <Kodos> Also, what's a good clock API I could hook into for a program for OC using the internet card
L456[03:39:47] <gamax92> Kodos: coudl always get ntp time.
L457[03:39:59] <gamax92> there's also timeapi.org
L458[03:41:22] <Kodos> Okay, now to write a program to output whatever's returned by the URL request
L459[03:41:30] <Kodos> This'll be a perfect opportunity to learn how to use the HTTP stuff for OC =D
L460[03:42:14] ⇦ Quits: PsychokenesisKat (~chatzilla@CPE-123-211-254-16.lnse4.woo.bigpond.net.au) (Ping timeout: 186 seconds)
L461[03:45:03] ⇦ Quits: Maxwolf (labs@pipette.madsciencemod.com) (Ping timeout: 190 seconds)
L462[03:46:16] <justastranger> Kodos: Let the magic happen!
L463[03:46:36] <Kodos> \o/
L464[03:46:46] ⇦ Quits: Lathanael|Away (~Lathanael@p5497052F.dip0.t-ipconnect.de) (Ping timeout: 201 seconds)
L465[03:49:30] *** Alissa is now known as Alissaway
L466[03:50:21] <Kodos> First thing's first, I wanna trim the fat out of my modpack first
L467[03:54:17] ⇨ Joins: Lathanael|Away (~Lathanael@p549713CE.dip0.t-ipconnect.de)
L468[03:56:45] *** Alissaway is now known as Alissa
L469[03:58:10] ⇨ Joins: Vexatos (~Vexatos@p5B3C9635.dip0.t-ipconnect.de)
L470[04:03:33] *** Alissa is now known as Alissaway
L471[04:04:17] *** Alissaway is now known as Alissa
L472[04:07:46] <ds84182> .sdate 43121
L473[04:07:46] <^v> ds84182, Sep 7615, 1993
L474[04:07:51] <ds84182> .sdate 213456789087654356789765
L475[04:07:51] <^v> ds84182, Sep 7615, 1993
L476[04:07:55] <ds84182> what
L477[04:08:00] <gamax92> ds84182: it doesn't except values
L478[04:08:03] <gamax92> accept*
L479[04:08:17] <ds84182> what type of messed up shit is this
L480[04:08:32] <Kodos> .sdate
L481[04:08:32] <^v> Kodos, Sep 7615, 1993
L482[04:09:06] <gamax92> Also I'm gonna write a VGM2WAV that only supports the YM3812
L483[04:17:44] ⇦ Quits: finkmac (~finkmac@66.212.181.236.tor.pathcom.com) (Quit: finkmac)
L484[04:20:47] ⇨ Joins: finkmac (~finkmac@66.212.181.236.tor.pathcom.com)
L485[04:28:29] <Pontiac> Well, I got a computer made, set it up next to a redstone engine. Going to look up the wiki (if the info is still there) and refresh my memory on how I can read and control redstone.
L486[04:37:24] *** Alissa is now known as Alissaway
L487[04:38:47] *** Alissaway is now known as Alissa
L488[04:45:03] ⇦ Quits: Vexatos (~Vexatos@p5B3C9635.dip0.t-ipconnect.de) (Ping timeout: 190 seconds)
L489[04:46:10] *** ds84182 is now known as dsOff
L490[04:48:05] <gamax92> I have now written a vgm2wav
L491[04:52:32] <Kodos> I need help cutting out a few more mods; http://puu.sh/a0axr/5c2d9cff7e.txt
L492[04:55:15] <gamax92> CodeChickenCore 0.9.0.9.jar, Computronics-1.6.4-0.4.2-OC13.jar, mods.txt, neiaddons-mc164-1.10.4.64.jar, NEIPlugins-1.1.0.6.jar, NotEnoughItems 1.6.1.9.jar, worldedit-forge-6.0.0-SNAPSHOT.jar, WorldEditCUI_1.6.4.3_forge-9.11.1.916.zip
L493[04:59:23] <gamax92> :|
L494[04:59:37] <gamax92> None of the official skyroads music mp3's sound anything like the actual ingame music.
L495[05:01:03] ⇦ Quits: binaryblade (~binarybla@d108-180-152-201.bchsia.telus.net) (Quit: Leaving)
L496[05:05:17] *** Pontiac is now known as Pontiac_InBed
L497[05:05:38] ⇦ Quits: MichiBot (root@isis.pc-logix.com) (Remote host closed the connection)
L498[05:05:48] ⇨ Joins: MichiBot (root@isis.pc-logix.com)
L499[05:07:22] *** LordFokas is now known as LordFokas|off
L500[05:19:57] *** Alissa is now known as Alissaway
L501[05:30:46] *** dsOff is now known as dsAway
L502[05:33:25] *** Alissaway is now known as Alissa
L503[05:40:26] *** Cazzar is now known as Cazzar|Away
L504[05:44:54] <Kodos> I wish PneumaticCraft wasn't so crashy on 1.6.4
L505[06:04:48] ⇦ Quits: Sorroko (~Sorroko@192.3.165.44) (Ping timeout: 189 seconds)
L506[06:05:17] ⇨ Joins: Sorroko (~Sorroko@192.3.165.44)
L507[06:09:22] ⇨ Joins: PotatoTrumpet (~PotatoTru@WL4-34.1scom.net)
L508[06:09:25] <PotatoTrumpet> Ello
L509[06:09:38] <PotatoTrumpet> Bout to play ETS2
L510[06:09:44] <PotatoTrumpet> Just wanted to check in
L511[06:13:53] ⇦ Quits: finkmac (~finkmac@66.212.181.236.tor.pathcom.com) (Quit: finkmac)
L512[06:18:26] *** v^ is now known as pong
L513[06:27:32] <PotatoTrumpet> ping
L514[06:28:29] <PotatoTrumpet> .tell JoshTheEnder The server is down -_-
L515[06:28:30] <^v> PotatoTrumpet, Message queued.
L516[06:35:39] ⇦ Quits: Pontiac_InBed (~Pontiac@135.0.29.212) (Quit: Bye)
L517[06:35:48] *** Alissa is now known as Alissaway
L518[06:37:38] *** Alissaway is now known as Alissa
L519[06:50:39] ⇨ Joins: DeanOnAPhone (~Dean@p548E4AC5.dip0.t-ipconnect.de)
L520[06:50:45] <DeanOnAPhone> o/
L521[06:57:10] <Bizzycola> hi
L522[06:57:12] <Bizzycola> bye
L523[06:57:17] ⇦ Parts: Bizzycola (~Bizzycola@bizzycola.us.to) (Leaving))
L524[07:00:24] ⇨ Joins: asie (~asie@078088168214.elblag.vectranet.pl)
L525[07:19:13] *** Alissa is now known as Alissaway
L526[07:22:36] <PotatoTrumpet> x_x
L527[07:23:13] ⇨ Joins: Johannes13 (~Johannes@p4FDE8313.dip0.t-ipconnect.de)
L528[07:24:53] <PotatoTrumpet> .jenkins
L529[07:24:54] <EnderBot2> Latest builds: ICBMComponent: #21 | OpenLights1.7: #17 | OpenComputers: #497 | OpenComponents: #45 | OpenPrinter: #73 | OpenComponents-MC1.7: #9 | OpenLights: #20 | OpenComputers-MC1.7: #239 | OpenPrinter1.7: #71
L530[07:28:46] <asie> okay
L531[07:28:52] <asie> refactoring the tape drive has been finished
L532[07:28:58] <asie> now i need to eat soon because that made me quite tired
L533[07:30:14] <asie> but at least i made the groundwork for walkmans
L534[07:30:19] <asie> though i don't think they'll make it to 0.5.0
L535[07:36:19] <PotatoTrumpet> Hmm
L536[07:36:38] <PotatoTrumpet> .tell ShadowKatStudios You should check out Simutrans
L537[07:36:39] <^v> PotatoTrumpet, Message queued.
L538[07:38:15] *** justastranger is now known as justastranger|zzz
L539[07:40:32] ⇨ Joins: Vexatos (~Vexatos@p508350E0.dip0.t-ipconnect.de)
L540[07:40:35] <Vexatos> o/
L541[07:42:38] <asie> hi Vexatos
L542[07:42:42] <asie> i did some serious refactoring
L543[07:45:36] <Vexatos> \o/
L544[07:46:04] <asie> and fully working tape drives for NedoComputers
L545[07:46:17] <DeanOnAPhone> \o/
L546[07:47:01] <DeanOnAPhone> So .geklingelt
L547[07:47:07] <DeanOnAPhone> So wtf?
L548[07:47:36] <istasi> how complicated is nedocomputers?
L549[07:47:43] <DeanOnAPhone> So .tell queues a message until the receiver is online?
L550[07:48:21] <istasi> .tell DeadOnAPhone dunno, i wonder?
L551[07:48:21] <^v> istasi, Message queued.
L552[07:49:25] <istasi> so? :P
L553[07:50:50] <asie> istasi: it's RP2 computers complicated
L554[07:51:42] *** PotatoTrumpet is now known as Potato|Away
L555[07:53:27] <Vexatos> NedoComputers is some kind of FORTH
L556[07:53:37] <asie> RP2-like but not identical
L557[07:53:43] <Vexatos> Thus, pretty complicated compared to most other languages
L558[07:53:51] <Vexatos> a very basic language
L559[07:53:53] <asie> yeah
L560[07:54:02] <Vexatos> low-level computing
L561[07:54:15] <Vexatos> (as you can see at the all-capslock programming)
L562[08:00:00] *** Neonbeta is now known as Neonbeta|FOOD
L563[08:10:23] <robhol> what exactly is so dangerous about allowing bytecode?
L564[08:12:38] ⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Ping timeout: 186 seconds)
L565[08:17:38] <robhol> oh my god, modifier keys!!1
L566[08:17:42] ⇨ Joins: Daiyousei (~AndChat23@swrkal.static.otenet.gr)
L567[08:18:06] ⇦ Quits: Benguin (~Ben@adsl-83-100-188-68.karoo.KCOM.COM) (Ping timeout: 201 seconds)
L568[08:28:09] <Vexatos> Today's timetable: 2 lessons, 1.5 hours free period, 1 lesson, 45 minutes free period, 2 lessons, 1.5 hours free period, 3 lessons
L569[08:28:19] <Vexatos> school has gone mad
L570[08:28:29] <Vexatos> Well, time to do this OC wiki then xD
L571[08:31:01] <DeanOnAPhone> Hey kilobyte
L572[08:39:36] ⇨ Joins: Benguin (~Ben@adsl-83-100-188-68.karoo.KCOM.COM)
L573[08:41:47] *** Neonbeta|FOOD is now known as Neon|EatenbyShad
L574[08:45:49] *** Neon|EatenbyShad is now known as Neonbeta
L575[08:46:40] ⇦ Quits: Vexatos (~Vexatos@p508350E0.dip0.t-ipconnect.de) (Quit: Leaving)
L576[08:47:55] <DeanOnAPhone> asie
L577[08:49:23] ⇨ Joins: skilz (~skilz@203.213.225.94)
L578[08:50:08] ⇦ Quits: black3agl33 (~black3agl@197.224.69.52) (Read error: Connection reset by peer)
L579[08:56:41] ⇨ Joins: Bizzycola (~Bizzycola@bizzycola.us.to)
L580[08:56:55] *** Bizzycola is now known as Dr_Eval
L581[08:58:11] <Dr_Eval> This will forever be my name
L582[08:58:40] <Dr_Eval> For I am Dr.Eval! Leader of your friendly neighbourhood destruction committee
L583[08:59:25] <istasi> oh, i thought i could like give you a piece of code, and you run it, and tell what exactly went wrong if it fails
L584[09:01:51] <Dr_Eval> No but I can break it for you :p
L585[09:01:58] ⇦ Quits: skilz (~skilz@203.213.225.94) (Read error: Connection reset by peer)
L586[09:02:03] ⇨ Joins: skilz (~skilz@203.213.225.94)
L587[09:02:37] <istasi> print('Hello beautiful world') ?
L588[09:02:46] ⇦ Quits: mallrat208 (~mallrat20@68.204.184.175) (Ping timeout: 186 seconds)
L589[09:04:27] ⇨ Joins: asie (~asie@093105160158.elblag.vectranet.pl)
L590[09:04:40] <istasi> \o asie
L591[09:08:36] <Dr_Eval> print('goodbye evil world')
L592[09:08:43] <Dr_Eval> destroyWorld()
L593[09:15:12] <asie> hi
L594[09:20:00] ⇦ Quits: dmod_ (uid32492@id-32492.uxbridge.irccloud.com) (Quit: Connection closed for inactivity)
L595[09:20:23] ⇦ Quits: asie (~asie@093105160158.elblag.vectranet.pl) (Ping timeout: 201 seconds)
L596[09:25:47] <Potato|Away> .l print("goodbye pathetic world") return true
L597[09:25:47] <^v> Potato|Away, goodbye pathetic world | true
L598[09:25:58] <Potato|Away> Hmm
L599[09:26:07] <Potato|Away> .l print("goodbye pathetic world") return "EVIL"
L600[09:26:07] <^v> Potato|Away, goodbye pathetic world | EVIL
L601[09:26:10] <Potato|Away> :D
L602[09:26:18] * Potato|Away is gaining the smarts about lua
L603[09:26:40] <istasi> looks so wrong with out the ;'s -.-'
L604[09:28:20] <istasi> .l return print ("goodbye pathetic world") or "EVIL"
L605[09:28:20] <^v> istasi, goodbye pathetic world | EVIL
L606[09:28:48] ⇨ Joins: Lumien (~lumien@p4FED46C9.dip0.t-ipconnect.de)
L607[09:39:56] <Potato|Away> print(math.random())
L608[09:40:02] <Potato|Away> .l print(math.random())
L609[09:40:02] <^v> Potato|Away, 0.81444595838638 | nil
L610[09:40:17] * Potato|Away has an idea
L611[09:40:24] * Potato|Away scraps that idea
L612[09:40:35] * Potato|Away thinks he should use OC to make something
L613[09:41:24] <istasi> How about like, room light control?
L614[09:42:34] <Potato|Away> No
L615[09:42:38] <Potato|Away> House Automation
L616[09:42:38] <istasi> seems like a pretty scalable project, from basic on/off, to on/off based on time of day, could add UI and such to it, networking for multiply rooms, and like a computer per room ? :P
L617[09:42:41] <Potato|Away> from a computer
L618[09:42:59] <Potato|Away> Anyone here heard of Vitamin String Quartet?
L619[09:43:06] <istasi> i hav enot
L620[09:43:35] <Potato|Away> https://www.youtube.com/watch?v=l7tjMD54-QA
L621[09:43:36] -Kibibyte- [Potato|Away] All The Small Things - Vitamin String Quartet Performs Blink-182 | by officialvsq | 2m50s | 95w5d ago | 15,468 views | Rated: 5.00/5.00
L622[09:44:06] <Potato|Away> One of my favorites
L623[09:47:58] ⇨ Joins: feldim2425 (webchat@188-22-243-29.adsl.highway.telekom.at)
L624[09:48:47] ⇦ Quits: feldim2425 (webchat@188-22-243-29.adsl.highway.telekom.at) (Client Quit)
L625[09:50:00] <gjgfuj> Potato|Away: If you wanna do house automation, OpenAutomation has it in the name.
L626[09:50:26] <Potato|Away> What?
L627[10:02:48] ⇨ Joins: asie (~asie@078088168214.elblag.vectranet.pl)
L628[10:04:01] <asie> Sangar: you here?
L629[10:05:51] <Potato|Away> .tell JoshTheEnder Steves Carts is now for 1.7
L630[10:05:51] <^v> Potato|Away, Message queued.
L631[10:08:28] ⇨ Joins: Vexatos (~Vexatos@p508350E0.dip0.t-ipconnect.de)
L632[10:25:39] <Potato|Away> .jenkins OpenComputers
L633[10:25:42] <EnderBot2> OpenComputers: #497: http://ci.cil.li/job/OpenComputers/lastSuccessfulBuild/artifact/build/libs/OpenComputers-MC1.6.4-1.3.0.497-rc.1-universal.jar
L634[10:28:58] <Vexatos> Sangar: API copying done!
L635[10:28:59] <Vexatos> :3
L636[10:30:42] <asie> Radar Turtle Upgrades *whiiiine*
L637[10:34:28] <Potato|Away> :O
L638[10:35:57] <Vexatos> You've met with a terrible fate, haven't you?
L639[10:36:27] ⇦ Quits: Vexatos (~Vexatos@p508350E0.dip0.t-ipconnect.de) (Quit: Leaving)
L640[10:39:35] <Potato|Away> Wow
L641[10:39:48] <Potato|Away> Just went to click on the MC window
L642[10:39:52] <Potato|Away> clicked exit
L643[10:39:55] <Potato|Away> <_>
L644[10:55:44] <robhol> owned :p
L645[11:05:09] <Sangar> o/
L646[11:05:42] <Sangar> asie, what's up?
L647[11:09:01] <istasi> \o
L648[11:12:17] *** Dovahkiin is now known as JoshTheEnder
L649[11:12:42] <JoshTheEnder> Potato|Away, that's cool, but we're still waiting on a load of other mods to update
L650[11:13:12] <Potato|Away> o_o
L651[11:13:19] <Potato|Away> Well, openOS just crashed
L652[11:13:34] <Potato|Away> :P
L653[11:13:52] *** Potato|Away is now known as Potato|AboutToGoToBedButCrashe
L654[11:15:25] <asie> Sangar: the dev version of OC for 1.7.2 seems to need FM
L655[11:15:27] <asie> FMP
L656[11:16:03] <Sangar> asie, oh? weird. i'll look into it.
L657[11:17:20] <Dr_Eval> :p
L658[11:18:26] <Potato|AboutToGoToBedButCrashe> Well, I'm off to bed
L659[11:18:36] <Potato|AboutToGoToBedButCrashe> The sun has come up
L660[11:19:05] ⇦ Parts: Potato|AboutToGoToBedButCrashe (~PotatoTru@WL4-34.1scom.net) (Sleepy Potato))
L661[11:29:54] ⇨ Joins: feldim2425 (~michael@188-22-243-29.adsl.highway.telekom.at)
L662[11:31:25] ⇨ Joins: mallrat208 (~mallrat20@68.204.184.175)
L663[11:37:40] *** Techokami|Off is now known as Techokami
L664[11:38:04] ⇦ Parts: feldim2425 (~michael@188-22-243-29.adsl.highway.telekom.at) (Konversation terminated!))
L665[11:38:06] ⇦ Quits: DeanOnAPhone (~Dean@p548E4AC5.dip0.t-ipconnect.de) (Ping timeout: 189 seconds)
L666[11:38:30] <Techokami> morning #oc
L667[11:38:38] <JoshTheEnder> o/
L668[11:38:44] <istasi> \o
L669[11:38:57] <gjgfuj> o/
L670[11:40:44] <Dr_Eval> sup
L671[11:40:48] <Techokami> there we go, got the latest Computronics code, now to finish up the BONUS FEATURE I was working on last night :3
L672[11:42:30] <asie> Techokami: Well, i finished CC and NedoC compat
L673[11:42:33] <asie> what bonus featurE?
L674[11:42:39] <Techokami> I saw! Nice stuff :D
L675[11:42:51] <Techokami> practice for computer cards
L676[11:43:39] <Techokami> a thing you can't do with commands until Minecraft 1.8 will be doable with this card
L677[11:44:42] <Techokami> with it, you can make a robot sweat ;D
L678[11:44:45] <asie> Techokami: No, I want to know what.
L679[11:44:47] <asie> Particle Card?
L680[11:44:49] <Techokami> yes
L681[11:44:54] <asie> GLORIOUS
L682[11:44:56] <asie> I LOVE YOU
L683[11:45:01] * asie glomps Techokami
L684[11:45:05] <Techokami> :D
L685[11:45:11] <asie> anyway, AFK
L686[11:45:13] <Techokami> k
L687[11:45:16] <asie> I need to get some things done
L688[11:46:00] ⇨ Joins: DeanOnAPhone (~Dean@p5496288B.dip0.t-ipconnect.de)
L689[11:46:27] <DeanOnAPhone> \o \o/ o/
L690[11:47:16] <JoshTheEnder> o/
L691[11:51:18] <DeanOnAPhone> Kilobyte, are you here?
L692[11:53:52] <Dr_Eval> hi
L693[11:53:59] <DeanOnAPhone> Hey
L694[11:54:57] <DeanOnAPhone> .tell Kilobyte I'll make some tls magic happen as soon as the networking looks a bit more complete
L695[11:54:57] <^v> DeanOnAPhone, Message queued.
L696[11:55:45] *** Keridos_off is now known as Keridos
L697[11:56:33] <DeanOnAPhone> wait, dr_eval == Kilobyte?
L698[11:56:42] <JoshTheEnder> his last message was 45 mins ago
L699[11:56:43] <JoshTheEnder> no
L700[11:56:54] <Dr_Eval> No I'm bizzycola
L701[11:57:15] <DeanOnAPhone> Even worse .-.
L702[11:57:38] ⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Ping timeout: 201 seconds)
L703[11:58:01] <DeanOnAPhone> Asie is kill :C
L704[11:58:15] <Dr_Eval> :p
L705[11:58:36] <Kenny> &seen Kilobyte
L706[11:58:36] <shadow_bot> Kenny: Kilobyte was last seen in #oc 9 hours, 21 minutes, and 40 seconds ago: <Kilobyte> anyways guys, night (we agreed to use GMT for that after all)
L707[12:00:31] <DeanOnAPhone> That's ... useful :D
L708[12:02:38] <DeanOnAPhone> Why stalk y'all over Facebook? #oc's got you all the info :DD
L709[12:07:23] <Kenny> so he might still be in bed
L710[12:07:57] <Kodos> HALLO =D
L711[12:08:04] <DeanOnAPhone> if he's German and student he prob is still in school
L712[12:08:33] <DeanOnAPhone> hallo kodos
L713[12:08:39] <Kenny> Sanga_r is German and a student. :P
L714[12:08:50] <Kodos> I've been meaning to ask
L715[12:08:54] <Kodos> Who is Lord Joda
L716[12:08:57] <Kenny> besides it is 2pm there
L717[12:09:11] <JoshTheEnder> Kodos, he is /the/ Lord Joda
L718[12:09:13] <DeanOnAPhone> i dont know about sangar, but I'm pretty sure he is
L719[12:09:26] <DeanOnAPhone> he being kilobyte
L720[12:09:54] <JoshTheEnder> yeah, 2pm in Germany at the moment
L721[12:09:56] <Kenny> i know Sanga_r is, it's why he was gone for a few days a couple of times earlier. He had exams
L722[12:10:35] <DeanOnAPhone> ppl, I know what time it is in Germany, I live there :D
L723[12:11:10] <Kenny> i know that Dean. just had to mess with you a little bit about it :P
L724[12:11:19] * JoshTheEnder moves DeanOnAPhone to Russia
L725[12:11:22] <JoshTheEnder> now you dont :P
L726[12:11:47] <DeanOnAPhone> well, I'd rather be in Russia then here, soooo.... thank you ;D
L727[12:12:50] <Kenny> nah, Josh. he seemed to be a little heated. let's move him somewhere cooler, like to.......
L728[12:13:01] <Kenny> the South Pole!
L729[12:13:26] * DeanOnAPhone freezes to death being used to the hot tropical climate
L730[12:14:12] <JoshTheEnder> Kenny, i moved hin to the part of Russia that's cold :P
L731[12:14:22] <Kenny> oh, Siberia?
L732[12:14:45] <Kenny> or up into the Ural Mountains?
L733[12:14:48] <JoshTheEnder> something like that
L734[12:15:06] <DeanOnAPhone> why not move me into a gulag while you're at it
L735[12:15:23] <Kenny> that can be araanged
L736[12:15:46] <DeanOnAPhone> I hate you :D
L737[12:16:08] <JoshTheEnder> the only thing I did in geography in school was learning about poverty in developing countries and the weather there
L738[12:16:12] <DeanOnAPhone> but Ural mountains sounds cool...
L739[12:16:45] <DeanOnAPhone> I drew a plan of my base last geography lesson :D
L740[12:18:21] <Kenny> i didn't need to learn about poverty in developing countries. I live it, RIGHT HERE, everyday
L741[12:18:41] *** Keridos is now known as Keridos_off
L742[12:19:32] <JoshTheEnder> ohh, the learning was secondary, sleeping was primary
L743[12:19:38] <Kodos> I know that feeling. I've lost 40 lbs since Easter because my wife and I can't afford both of us having meals every day
L744[12:19:38] <JoshTheEnder> :P
L745[12:20:06] <istasi> where are you guys from?
L746[12:20:11] <Kenny> US
L747[12:20:13] <JoshTheEnder> UK
L748[12:20:14] <Kodos> US
L749[12:20:16] <DeanOnAPhone> Everywhere
L750[12:21:29] <DeanOnAPhone> istasi, where are you from?
L751[12:21:36] <istasi> Denmark
L752[12:21:41] <Kenny> to be above poverty level in this country you need to make at least $10US an hour. that gets you about $20,000 a year ($20,000 is the base low for poverty level)
L753[12:22:27] <DeanOnAPhone> Per work hour or every hour of the day?
L754[12:22:32] <Kenny> i get about $700 a month. $8400 for the year. so tell me about poverty
L755[12:22:44] <Kenny> $10 a work hour
L756[12:22:51] <Kodos> Kenny, I get 700 a month, too. And then I use it to support my wife and myself
L757[12:23:30] <Kenny> i use it to support 2 of us. My sister also gets food stamps which helps.
L758[12:23:55] <Kenny> some days the only thing for a meal is a little pot pie and a couple of sandwiches
L759[12:25:05] <Kenny> so y'all wonder why i sometimes got really pissy. It's cause i can't afford the pain meds i need every day, i have to figure out how the hell i'm going to survive from day to day
L760[12:25:24] <Kenny> and what the hell i'll be eating for the day
L761[12:26:25] <Kodos> Okay, so I think I know how I'm going to do the state-based program. It's inefficient as hell, but it should work
L762[12:27:42] <DeanOnAPhone> That there are ppl like you still exist ist the main reason why I hate most of my generation for acting like: "I'm soo poor, I only have the iPhone 4s!!"
L763[12:28:16] <Kodos> I have a flip phone I got at Goodwill for 5 bucks, but it hasn't had minutes on it for ~6 months
L764[12:28:49] <DeanOnAPhone> ^
L765[12:30:12] ⇨ Joins: asie (~asie@078088168214.elblag.vectranet.pl)
L766[12:30:18] <DeanOnAPhone> asie
L767[12:30:23] <asie> What.
L768[12:30:28] <DeanOnAPhone> nothing
L769[12:30:39] <asie> Okay.
L770[12:30:41] <Kenny> hey asie o/
L771[12:30:46] <asie> hi Kenny
L772[12:30:47] <DeanOnAPhone> you just like to be pinged
L773[12:31:17] <Kodos> Is the radar in computronics working yet
L774[12:31:26] <Kenny> asie, your own statement from last night (till everyone started pinging you) hehe
L775[12:33:35] <asie> Kodos: Yes!
L776[12:33:46] <Kodos> What MC version is it in
L777[12:33:48] <asie> But there are still a few things left to do until release
L778[12:33:50] <asie> Kodos: 1.7.x
L779[12:34:10] <Kodos> What happened to you being gung ho about 1.6.4
L780[12:34:18] <asie> Everyone stopped using my mods on 1.6.4?
L781[12:34:27] <asie> Also 1.7.10 is actually not bad
L782[12:34:30] <Kodos> I didn't, therefore 'everyone' is inaccurate
L783[12:34:36] <asie> Kodos: Well, I was unaware of that
L784[12:34:52] <asie> I did maintain 0.5.0-1.6 and 0.5.0-1.7 for a while
L785[12:34:52] <DeanOnAPhone> I use them too btw
L786[12:34:55] <asie> but then I lost my energy to do so
L787[12:35:08] <asie> too much code has been rewritten
L788[12:35:12] <DeanOnAPhone> give technokami 1.7?
L789[12:35:13] <Kenny> asie, tghe only reason Kodos is up to 1.6.4 is i updated the redstone jukebox to 1.6.4
L790[12:35:19] <JoshTheEnder> asie, i'm still using 1.6
L791[12:35:26] <Kenny> as am i
L792[12:35:26] <asie> DeanOnAPhone: Techokami *is* doing 1.7
L793[12:35:32] <asie> and so am I but there are massive rewrites happening
L794[12:35:32] <Sangar> good news everyone! 1.7.10 autobuilds now \o/
L795[12:35:36] <asie> FINALLY
L796[12:35:36] <Kodos> 1.6.4 is still considered most stable for server use
L797[12:35:40] <asie> Kodos: Yes.
L798[12:35:45] <asie> But what are you lacking?
L799[12:35:46] <Techokami> !!!
L800[12:35:48] <asie> I can p-p-p-port it
L801[12:35:54] <Kodos> One sec
L802[12:36:09] <Kodos> This is my 1.6.4 pack http://puu.sh/a0axr/5c2d9cff7e.txt
L803[12:36:19] <Kenny> he 'has' to have the Redstone Jukebox :)
L804[12:36:43] <Techokami> asie: did you just say you're looking into porting Redstone Jukebox? :O Because I've been waiting for that mod to come to 1.7.x ever since it was announced!
L805[12:36:49] <asie> Techokami: Hello!
L806[12:37:03] <asie> Give me the code
L807[12:37:09] <Kenny> Techokami: sidben is no longer modding
L808[12:37:24] <Kenny> asie look on my BigRenegade github
L809[12:37:25] <asie> Kodos: At this point the most major mod you're missing is Galacticraft
L810[12:37:28] <asie> Kenny: License?
L811[12:37:41] <asie> Add a license on it.
L812[12:37:50] <Kenny> it was a fork from sidben's git
L813[12:38:01] <asie> Did Sidben's Git have a license
L814[12:38:08] * Techokami whispers in Kenny's ear: "use MIT"
L815[12:38:36] <Kenny> don't know for sure. sidben dropped form the modding scene almost a year ago
L816[12:38:38] <asie> anyway
L817[12:38:47] <asie> I'm going to have to install Windows in a record time of 3 hours now
L818[12:38:50] <asie> if I want to stream, that is
L819[12:39:07] <asie> so first, I will set up a GParted pendrive and move things around
L820[12:41:56] <Kodos> tbh, I can do without GC, its' the little mods that I'm more worried about
L821[12:42:00] <Kodos> I'm not sure what all is updated yet
L822[12:42:29] <asie> We can port it if we need to
L823[12:42:45] <asie> Kenny: I'll work on it in a few days then
L824[12:45:21] <gjgfuj> Anyone here know how to put a massive code block in markdown?
L825[12:45:33] *** vifino|away is now known as vifino
L826[12:46:02] *** Keridos_off is now known as Keridos
L827[12:46:04] *** vifino is now known as vifino|away
L828[12:46:51] <gjgfuj> I now have a license for my mod.
L829[12:46:54] <gjgfuj> https://github.com/AwesomeSauceMods/CoolInfoStuff/blob/master/README.md
L830[12:47:08] <gjgfuj> Woot.
L831[12:47:11] <JoshTheEnder> ```lua code() ``` i think
L832[12:47:26] <JoshTheEnder> replace lua with whatever language the code yo uwant is
L833[12:47:40] <gjgfuj> nope.
L834[12:49:31] <Techokami> oh shit I can compile scala again
L835[12:49:58] <Techokami> OR NOT
L836[12:51:11] ⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Remote host closed the connection)
L837[12:51:25] <Techokami> oh needs forge 1170
L838[12:52:10] *** vifino|away is now known as vifino
L839[12:52:55] <Kodos> Which forge broke the oredict
L840[12:54:12] <Sangar> Techokami, that and make sure your gradle is uptodate. my gradle-wrapper.properties was still on 1.9, e.g., updating to 1.12 fixed it
L841[12:54:20] <Techokami> aha
L842[12:57:11] <Techokami> http://paste.ee/p/PslE6 :| asie what did you dooo
L843[12:57:33] <Techokami> there is indeed the class specified, why aren't you seeing it Minecraft
L844[13:04:35] <Techokami> yay I got OC to compile for realsies :D
L845[13:04:39] ⇨ Joins: asie (~asie@078088168214.elblag.vectranet.pl)
L846[13:05:09] *** alekso56_off is now known as alekso56
L847[13:05:17] <vifino> uh.... Making a BASIC implementation is boring, especially if you have to read pdfs just to get what basic does
L848[13:05:19] <vifino> ._.
L849[13:05:31] <vifino> pls keel me q_q
L850[13:06:32] <asie> do something else
L851[13:06:42] <vifino> ._.
L852[13:09:40] *** Benguin is now known as Benguin[ZzZ]
L853[13:16:15] <Sangar> bbl
L854[13:19:32] <Techokami> asie
L855[13:19:40] <Techokami> was going to test the Particle Cards
L856[13:19:50] <Techokami> when THIS happened instead: http://paste.ee/p/PslE6
L857[13:19:59] <Techokami> idgi
L858[13:20:06] <Techokami> the class is present in the jar
L859[13:20:43] <asie> Techokami: i see what's wrong
L860[13:20:48] <asie> i forgot an @Optional
L861[13:20:52] <asie> look below
L862[13:20:55] <asie> it's a bug about the CC code I added
L863[13:21:22] <Techokami> aha
L864[13:22:55] <asie> Techokami: fixed
L865[13:23:14] <Techokami> thank you!
L866[13:29:58] ⇦ Quits: jk-5 (~jk-5@5ED40762.cm-7-5a.dynamic.ziggo.nl) (Ping timeout: 186 seconds)
L867[13:32:30] ⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Ping timeout: 189 seconds)
L868[13:33:56] <Techokami> http://pastebin.com/EuLjchHn FROGE
L869[13:35:53] ⇨ Joins: jk-5 (~jk-5@5ED40762.cm-7-5a.dynamic.ziggo.nl)
L870[13:35:53] zsh sets mode: +v on jk-5
L871[13:37:19] *** jk-5 is now known as jk-5|gone
L872[13:41:03] *** jk-5|gone is now known as jk-5
L873[13:45:40] ⇨ Joins: Dean4Devil (~AI_Cat@p5496288B.dip0.t-ipconnect.de)
L874[13:45:57] *** Dean4Devil is now known as DeanIsaCat
L875[13:46:18] ⇦ Quits: DeanOnAPhone (~Dean@p5496288B.dip0.t-ipconnect.de) (Quit: PC works)
L876[13:52:21] <JoshTheEnder> i'm getting the hang of this dokuwiki
L877[13:55:36] ⇦ Quits: jk-5 (~jk-5@5ED40762.cm-7-5a.dynamic.ziggo.nl) (Ping timeout: 189 seconds)
L878[14:01:52] <JoshTheEnder> Sangar, should i put recipes for stuff on the wiki?
L879[14:02:25] ⇨ Joins: jk-5 (~jk-5@5ED40762.cm-7-5a.dynamic.ziggo.nl)
L880[14:02:25] zsh sets mode: +v on jk-5
L881[14:02:38] *** Cazzar|Away is now known as Cazzar
L882[14:03:51] <Sangar> JoshTheEnder, if you want, sure! you might want to coordinate with Kilobyte though, he was working on that recipe exporting nei addon iirc?
L883[14:04:36] <JoshTheEnder> idk, i was just going to screenshot the NEI crafting grid :/ they can always be replaced later. just want to get some stuff set up on it
L884[14:05:34] <Kenny> OC has come to take over the world *MUHAHAHA*
L885[14:05:51] <Kenny> Skynet in the making hehe
L886[14:06:10] <JoshTheEnder> Kenny, you've spoiled the plan now :(
L887[14:06:14] <JoshTheEnder> :P
L888[14:06:53] <Kenny> shit, it kind of looks like that hehe
L889[14:07:30] <Kenny> did CC get this much support in add-ons and coding?
L890[14:07:42] <JoshTheEnder> probably not
L891[14:08:11] <JoshTheEnder> mainly because it's closed source and from what i've heard it's API is a pain
L892[14:08:19] <Techokami> Sangar, went to load the latest OC code in the latest Forge, and uhm... http://paste.ee/p/tQuqZ
L893[14:08:29] <Kenny> API definition is an understatement
L894[14:09:59] <Sangar> Techokami, uh, idek. could you see if the reference.conf in the jar is somehow corrupted?
L895[14:10:57] <JoshTheEnder> Sangar, i've noticed we dont have an image for the creative case. how did you originally get the images that are on the github wiki? (that's where i'm getting the images from :P )
L896[14:11:22] <Kenny> i did them
L897[14:11:38] <Sangar> JoshTheEnder, http://forums.technicpack.net/topic/42304-15x162-item-renderer/ that's the mod i used to generate the images
L898[14:12:00] <JoshTheEnder> ok
L899[14:12:04] *** darknife25|AFK is now known as darknife25
L900[14:13:15] * Kilobyte yawns
L901[14:13:27] * JoshTheEnder throws a pillow at Kilobyte
L902[14:13:36] * Sangar throws coffee at Kilobyte
L903[14:13:53] * Kilobyte gets new clothes and puts old ones in laundry machine
L904[14:14:21] <Kilobyte> i was thrown out of bed at 12 D:
L905[14:14:30] <Kilobyte> only had like 7:30 h sleep
L906[14:15:08] <Techokami> Sangar I don't seem to see any corruption?? I pushed the latest code to my fork for you to double check
L907[14:19:31] <JoshTheEnder> ok, on the wiki. the image for the creative case is named tier4Case.png (or something like that
L908[14:20:09] <Sangar> Techokami, ok. i'll see if i can reproduce it later.
L909[14:21:39] *** Alissaway is now known as Alissa
L910[14:23:39] *** Alissa is now known as Alissaway
L911[14:27:21] <gamax92> Techokami: :<
L912[14:27:29] <Techokami> morning
L913[14:27:37] ⇨ Joins: theAzack9 (webchat@ti0020a400-4177.bb.online.no)
L914[14:29:20] <gamax92> Techokami: http://hastebin.com/ilibunefaw.lua
L915[14:29:59] <Techokami> oooh, nice
L916[14:30:33] <gamax92> there's VGM logs of all of the Skyroads music, so I wrote that instead.
L917[14:33:14] <Sangar> Techokami, i remembered something similar happening when loading the chars for the font renderer. i applied that fix to the config loading, see if it works with the latest change i just pushed.
L918[14:35:01] <JoshTheEnder> Sangar, where should the recipe images go? in like /blocks/blockNameRecipe.png or like /blockRecipes/blockName.png ?
L919[14:35:54] <Sangar> mm, /recipes/blocks/name.png? or just /recipes/blockName.png, dunno.
L920[14:36:04] ⇦ Quits: theAzack9 (webchat@ti0020a400-4177.bb.online.no) (Ping timeout: 190 seconds)
L921[14:36:22] <JoshTheEnder> .l math.random(1,2)
L922[14:36:22] <^v> JoshTheEnder, 1
L923[14:36:28] <Sangar> :P
L924[14:36:39] <JoshTheEnder> ok, i'll go with /recipes/blocks/name.png
L925[14:37:25] <Techokami> Sangar the crash is gone :D
L926[14:38:11] <Sangar> ooooh, thunder. the bad weather has arrived :X let's see how bad i'll get (internet via tv-cable: thunder = bad :P)
L927[14:38:16] <Sangar> Techokami, great! :)
L928[14:38:47] <JoshTheEnder> \o/ puush is being stupid
L929[14:39:08] <Sangar> tell us something new >_>
L930[14:39:19] <JoshTheEnder> also Sangar, i just found this in my pictures folder http://puu.sh/a0DJp/894c5311fb.jpg
L931[14:39:35] <Sangar> oooh, sexy
L932[14:43:27] ⇦ Quits: Forecaster (~Forecaste@83.223.1.173) (Ping timeout: 189 seconds)
L933[14:47:06] <vifino> k, basic is too boring, lets make forth in lua
L934[14:47:08] <vifino> ._.
L935[14:54:54] <Daiyousei> vifino: lisp pls
L936[14:55:00] <vifino> no u
L937[14:55:06] <JoshTheEnder> Sangar, http://ocdoc.cil.li/computer_case
L938[14:55:08] <Daiyousei> Forth is cancer
L939[14:55:11] <Daiyousei> D:
L940[14:55:22] <vifino> Daiyousei: ur cancer :<
L941[14:55:29] <Daiyousei> No u
L942[14:55:56] <vifino> y is forth so ._.
L943[14:57:09] <Sangar> JoshTheEnder, good start! my ocd cringes at the differing border size of the recipe images though ;) (and the ingredients not being lists, but that's an easier fix)
L944[14:57:10] <Techokami> what the... SANGAR! http://paste.ee/p/NIs7f started doing this when I ran it again
L945[14:57:28] <JoshTheEnder> Sangar, as i said, they can be replaced
L946[14:57:36] <Sangar> ah, ok.
L947[14:57:39] <Sangar> Techokami, uh...
L948[14:57:52] <JoshTheEnder> and generally i expect them to, they're just placeholders at the moment
L949[14:58:02] <Sangar> all right then ;)
L950[14:58:38] <Sangar> Techokami, hmm, so something is seriously messed up with streams from jars apparently... weird.
L951[14:58:46] *** tgame14|sleep is now known as tgame14
L952[14:59:14] * Kilobyte fires up intellij
L953[14:59:26] <Techokami> which is rather annoying since I'm trying to test a new addon card for OC
L954[15:00:47] <Kilobyte> Sangar: its funny how even though OC is a scala mod, 60% of its code are java
L955[15:01:10] <Sangar> Kilobyte, yeah well... luaj, config, apis :P
L956[15:01:17] <Kilobyte> shush
L957[15:01:18] <Kilobyte> :P
L958[15:01:38] <Kilobyte> well, VirtualOC is 67% java at this point
L959[15:01:54] <Kilobyte> but the api (aka java) is mostly done
L960[15:02:35] <Kilobyte> Sangar: soon i'll have to figure out scala reflection
L961[15:02:47] <Kilobyte> for plugin system
L962[15:03:04] <Sangar> oh. good luck with that >_>
L963[15:03:17] <gamax92> >_> arecord is waaaaaay to delayed
L964[15:03:20] <Techokami> looking at the wiki, I got a suggestion... why not do recipes like the Minecraft Wiki does? That is, using styles to place the item icons in a grid with tooltips, and clicking the item will take you to that item's wiki page (with vanilla items going to the Minecraft wiki)? :O
L965[15:03:26] <Kilobyte> i heard scala reflection is easier tha java reflection
L966[15:03:30] <Daiyousei> Kilobyte: false
L967[15:03:30] <Kilobyte> and latter is already easy
L968[15:03:51] <Daiyousei> scala reflection is confusing and hard
L969[15:03:51] <Sangar> Techokami, i like it.
L970[15:03:56] <Daiyousei> :L
L971[15:03:59] <Kilobyte> awesome
L972[15:04:01] <Kilobyte> -.-
L973[15:04:08] <Kilobyte> meh, i'll figure it out
L974[15:04:23] <Kilobyte> i am prob gonna go to buy some stuff
L975[15:04:26] <Daiyousei> :P
L976[15:04:34] <Kilobyte> will be back 30 mins, then coding time
L977[15:05:02] <Techokami> http://minecraft.gamepedia.com/Piston like this :O You can probably steal the CSS
L978[15:07:09] *** Kodos is now known as Kodos|Zzz
L979[15:11:01] *** alekso56 is now known as alekso56_off
L980[15:13:45] *** pong is now known as v^
L981[15:15:46] *** Nentify|away is now known as Nentify
L982[15:17:42] <JoshTheEnder> \o/ pc crashed so i'm taking this opertunity to install mint on my 2nd drive
L983[15:18:59] <Kodos|Zzz> Someone should make me a program for OC so I can access a server's ssh from my SSP stuff
L984[15:19:40] <JoshTheEnder> i have lost my tv remote :/
L985[15:19:47] <JoshTheEnder> nvm found it
L986[15:21:05] <Kenny> snapshots now get released on Wed not Thur (according to Dinnerbone)
L987[15:22:57] <JoshTheEnder> \o/ mint is done, now it's booting up
L988[15:26:22] ⇨ Joins: black3agl3 (~black3agl@197.224.69.52)
L989[15:26:35] <gamax92> JoshTheEnder: \o/
L990[15:30:12] ⇦ Quits: jk-5 (~jk-5@5ED40762.cm-7-5a.dynamic.ziggo.nl) (Ping timeout: 189 seconds)
L991[15:30:41] <JoshTheEnder> right, switching to mint to talk rather than my Pi
L992[15:30:45] ⇨ Joins: feldim2425 (~michael@188-22-243-29.adsl.highway.telekom.at)
L993[15:32:53] <JoshTheEnder> right, now to increase this fontsize
L994[15:33:05] <Kilobyte> Sangar: btw, what distro you gonna slap on your pi?
L995[15:33:34] <Sangar> raspbian to get started with. might mess around with arch later.
L996[15:34:02] <Kilobyte> yeah, i started with alarm (aka arch linux ARM) directly
L997[15:34:43] <Kilobyte> its far simpler to set up than on a regular computer
L998[15:35:13] <JoshTheEnder> i use raspbian but with no gui
L999[15:35:35] <JoshTheEnder> also yay this font gets words cut off at the end ¬_¬
L1000[15:35:53] <JoshTheEnder> ŧ¶eŋ←↓ħŋ¥ŧ↓↑ħĸ→→øııø
L1001[15:35:56] <JoshTheEnder> hehe
L1002[15:36:08] ⇨ Joins: jk-5 (~jk-5@5ED40762.cm-7-5a.dynamic.ziggo.nl)
L1003[15:36:09] zsh sets mode: +v on jk-5
L1004[15:37:09] <Kilobyte> Sangar: guess whats the quickest solving time for a rubics cube :P
L1005[15:37:28] <Sangar> ~10 sec? :P
L1006[15:37:38] <Kilobyte> with your hand i think around that
L1007[15:37:41] <Kilobyte> with a robot...
L1008[15:37:42] <Kilobyte> https://www.youtube.com/watch?v=X0pFZG7j5cE
L1009[15:37:42] -Kibibyte- [Kilobyte] CUBESTORMER 3 Smashes Rubik's Cube Speed Record | by armflix | 46s | 16w2d ago | 2,462,117 views | Rated: 4.82/5.00
L1010[15:38:18] <Sangar> haha, nice :D
L1011[15:38:38] <Kilobyte> and the idea to use a phone camera to scan the cube is epic
L1012[15:42:40] <Kilobyte> Sangar: inb4 we write a cube solver for OC
L1013[15:43:11] <Kilobyte> a pretty decent algorithm is the two phase algo (invented by a german maths teacher btw)
L1014[15:43:48] <Sangar> there was this mod that could rotate stuff, right? ugocraft iirc? first build a rubix cube with that, then we can think of building a solver :P
L1015[15:45:21] <v^> "the most amazing mod ever"
L1016[15:45:29] <v^> > required forge MP
L1017[15:47:01] <JoshTheEnder> Sangar: yeah, ugocraft looks/looked awesome, haven't seen it in a while though :/
L1018[15:51:24] ⇦ Quits: feldim2425 (~michael@188-22-243-29.adsl.highway.telekom.at) (Ping timeout: 190 seconds)
L1019[15:52:13] ⇨ Joins: feldim2425 (~michael@178-190-197-185.adsl.highway.telekom.at)
L1020[15:52:50] <JoshTheEnder> somehow i broke mint :/
L1021[15:53:23] <JoshTheEnder> whats the terminal program to get to the settings? (currently i have no bottom 'task bar' ) :/
L1022[15:54:30] <JoshTheEnder> nvm got it back
L1023[15:56:09] <Kilobyte> Sangar: or we use robots :P
L1024[15:56:27] *** dsAway is now known as ds84182
L1025[15:56:57] <Kilobyte> ofc that won't look as cool
L1026[15:57:16] <istasi> hologram?
L1027[15:58:58] <Kilobyte> that only supports 3 colors
L1028[15:59:01] <Kilobyte> we need 6
L1029[15:59:17] ⇨ Joins: sciguyryan (~sciguyrya@2.121.41.200)
L1030[15:59:29] <Kilobyte> unless we hack using 2 overlapping hologram
L1031[16:00:25] <JoshTheEnder> Kibibyte: any idea how i'd get chrome/chrominium on mint? its not showing up in the software manager
L1032[16:00:40] <Kilobyte> apt-get install chromium should do
L1033[16:00:44] <JoshTheEnder> ok
L1034[16:01:07] <Kilobyte> or using pacapt pacapt -S chromium
L1035[16:01:31] <Sangar> aha! something in scala 2.11 seems to use the same config system, overriding my config :P hmm, maybe i don't have to include the sources of that lib any longer, then, let's see...
L1036[16:01:49] <Kilobyte> Sangar: :D
L1037[16:02:11] <Kilobyte> meh, i think my emulator will use my custom config format
L1038[16:02:25] <Kilobyte> maybe...
L1039[16:02:35] <Kilobyte> in fact, most of the config will be in a database
L1040[16:02:44] <Kilobyte> like all user and permission config
L1041[16:06:34] <Sangar> oh yay, it does. hopefully it's a recent one that includes my 'sort-entries-when-writing' pr >_>
L1042[16:07:54] <Sangar> looks like it \o/
L1043[16:10:49] <gamax92> JoshTheEnder: wat r u doing
L1044[16:10:52] <JoshTheEnder> ?
L1045[16:10:55] <gamax92> poor mint feels violated.
L1046[16:12:17] <Kilobyte> Sangar: this looks cool https://www.youtube.com/watch?v=Qom1_-juGMY
L1047[16:12:17] -Kibibyte- [Kilobyte] Slider Maze | by oskarpuzzle | 5m43s | 137w2d ago | 44,502 views | Rated: 4.91/5.00
L1048[16:14:05] <istasi> there's no way to detect which monitor the gpu is bound to is there?
L1049[16:14:58] <Sangar> istasi, hmm, good point. i should probably add a getter for that.
L1050[16:15:12] ⇨ Joins: Forecaster (~Forecaste@83.223.1.173)
L1051[16:15:27] ⇨ Joins: asie (~asie@078088168214.elblag.vectranet.pl)
L1052[16:16:40] <Sangar> Kilobyte, thanks, now my head hurts :P
L1053[16:16:51] <Kilobyte> Sangar: xD
L1054[16:17:49] <istasi> components.getMethods () <- yup yup :P, i realize i can do it through proxy, make my own list i mean, it just well, seems wrong.
L1055[16:18:54] <istasi> list = {} for k in pairs(component.proxy(address)) do table.insert(list,k) end, dunno maybe im being troublesome? -.-
L1056[16:20:45] <v^> LuaJIT is more <3 than i ever expected
L1057[16:21:09] <v^> FFI is so fauking awesome once you figure it out
L1058[16:21:22] ⇨ Joins: Vexatos (~Vexatos@p5B3C9635.dip0.t-ipconnect.de)
L1059[16:21:27] <v^> you can get some insane performance with arrays
L1060[16:21:33] <Vexatos> Hooray for 11 hours of school >______> Well, at least it's over.
L1061[16:21:34] *** Alissaway is now known as Alissa
L1062[16:21:55] <v^> with FFI you can make your own datatypes
L1063[16:22:05] <v^> so you dont have to deal with hashmaps
L1064[16:22:09] ⇨ Joins: Din (~Din4@92.36.252.31)
L1065[16:22:15] <v^> <3 <3 <3 <3
L1066[16:22:26] <Din> Hai humanoids
L1067[16:22:27] <v^> (not you din, was talking about LuaJIT)
L1068[16:22:30] ⇨ Joins: Maxwolf (labs@pipette.madsciencemod.com)
L1069[16:22:30] zsh sets mode: +v on Maxwolf
L1070[16:22:33] <Din> :( k
L1071[16:23:04] <Sangar> istasi, mm, not sure why components.(get)methods isn't accessible, let me think a bit if i can remember if there was a reason for that or if i just forgot :P in which case i'll make it accessible.
L1072[16:23:10] *** ds84182 is now known as dsAway
L1073[16:24:05] <Vexatos> Sangar: API copypasta finished during long free periods today ;)
L1074[16:24:31] <Sangar> Vexatos, aye, awesome :) i started updating some of the apis on the new wiki already.
L1075[16:24:39] <Vexatos> Okay
L1076[16:25:00] <asie> setting up my stream
L1077[16:25:08] <asie> http://twitch.tv/asiekierka
L1078[16:25:21] <Din> what'ya streaming asie ?
L1079[16:25:29] <asie> Computronics, OpenComputers and a few other thingies
L1080[16:25:39] <Dr_Eval> sounds fun
L1081[16:26:14] <JoshTheEnder> Right, i think i'll add the server rack documentation now
L1082[16:26:41] <Vexatos> Wait, there's an Experience Component now, sangar?
L1083[16:26:47] <Sangar> yes
L1084[16:26:52] <Vexatos> I need to add that to the contents page
L1085[16:26:55] <JoshTheEnder> Vexatos: since 1.3 for the robot yes
L1086[16:26:56] *** alekso56_off is now known as alekso56
L1087[16:27:38] <JoshTheEnder> gah, why are some characters getting cut off of the end of the lines in hexchat :@
L1088[16:27:39] <Vexatos> Any other new APIs/components since 1.3?
L1089[16:28:04] <Sangar> Vexatos, linked card, inventory controller, geolyzer
L1090[16:28:44] <Sangar> chunkloader
L1091[16:28:47] <Vexatos> Correct component names?
L1092[16:29:16] <gamax92> JoshTheEnder: did you change the font?
L1093[16:29:20] <Vexatos> The items/blocks themselves are already listed since they appeared on the github block/item list
L1094[16:29:28] <JoshTheEnder> gamax92: yes, the default was tiny
L1095[16:29:37] <Vexatos> I now need the component name for the component documentation
L1096[16:29:42] <gamax92> JoshTheEnder: is your screen a higher dpi than 96.1?
L1097[16:29:45] <Sangar> Vexatos, tunnel, inventory_controller, geolyzer, chunkloader are the component names, respectively.
L1098[16:29:53] <JoshTheEnder> gamax92: might be, idk
L1099[16:30:27] <gamax92> JoshTheEnder: what is your monitor?
L1100[16:30:42] <Vexatos> Sangar, thanks+
L1101[16:30:45] <Vexatos> will add
L1102[16:30:53] <Sangar> great, thanks :)
L1103[16:31:14] <JoshTheEnder> 24" TV, the brand is Logik but i think it's one of those brands that multiple manufactures make and none take responsability
L1104[16:31:42] <Johnson> Sangar, just had a single player crash with a tier 1 screen. Not able to reproduce it sadly. 1.2.14.383 http://pastebin.com/jq2EqNJ5
L1105[16:32:05] <Sangar> Johnson, Caused by: java.lang.OutOfMemoryError: PermGen space
L1106[16:32:15] <Sangar> google java permgen ;)
L1107[16:32:23] <Vexatos> Easy to reproduce
L1108[16:32:29] <Johnson> already giving it 128mb of pgen. I saw thatin the crash log, but made zero sense
L1109[16:32:31] <Vexatos> Get a PC as crappy as I have
L1110[16:32:36] <Vexatos> and play for 10 minutes
L1111[16:32:42] <Sangar> make it 256
L1112[16:32:46] <Sangar> that should be sufficient
L1113[16:33:11] <Johnson> Well, just wanted pass it on, because it was a brand new world and the only block I placed was that single tier 1 screen.
L1114[16:33:21] <Johnson> Doesn't make much sense for a pgen error on a fresh world
L1115[16:33:47] <Sangar> oh it does. lots of mods = lots of classes, even if the blocks haven't been placed yet.
L1116[16:34:06] <Sangar> in particular with scala mods :/ lots of synthetic classes in there, one of the downsides of scala.
L1117[16:34:13] <Vexatos> Sangar: What's the component name for the experience upgrade?
L1118[16:34:22] <JoshTheEnder> aha, lowered the scaling factor and it seems to have fixed it
L1119[16:34:27] <Sangar> Vexatos, experience
L1120[16:34:29] <Johnson> Alrighty. Trying to see how I like OC so far. I'm considering replacing CC in my modpack with OC.
L1121[16:34:33] <Johnson> thanks Sangar
L1122[16:34:41] <Sangar> np :)
L1123[16:34:54] <Vexatos> Done
L1124[16:34:54] <Vexatos> http://ocdoc.cil.li/component:contents
L1125[16:35:04] <Vexatos> Is that every component?
L1126[16:35:26] <Kilobyte> Sangar: can i have an object and class with same name both containing a method with same name?
L1127[16:35:38] *** Dr_Eval is now known as Bizzycola
L1128[16:35:48] <Sangar> Kilobyte, i think so
L1129[16:35:51] <Kilobyte> woor
L1130[16:35:56] <Kilobyte> so i can do stuff like
L1131[16:36:09] <Sangar> Vexatos, lemme check
L1132[16:36:10] <Kilobyte> PacketBuilder.boolean(true).int(0).make
L1133[16:36:31] <Kilobyte> Sangar: or would there be a more efficient way
L1134[16:36:40] <Vexatos> Thanks
L1135[16:36:43] <Sangar> Kilobyte, aye. with overloading stuff you coudl even do PacketBuilder(true)(0) :P
L1136[16:36:45] <Techokami> OC is working for me again it seems
L1137[16:36:53] <Johnson> Are they any other supported addon mods for OC besides OpenComponents?
L1138[16:36:59] <Kilobyte> Sangar: OOO MUST LEARN NOW
L1139[16:37:23] <JoshTheEnder> .jenkins
L1140[16:37:25] <EnderBot2> Latest builds: ICBMComponent: #21 | OpenLights1.7: #17 | OpenComputers: #500 | OpenComponents: #45 | OpenPrinter: #73 | OpenComponents-MC1.7: #9 | OpenLights: #20 | OpenComputers-MC1.7: #241 | OpenPrinter1.7: #71
L1141[16:37:34] <JoshTheEnder> all of the above
L1142[16:37:35] <Johnson> haha amazing, thank you
L1143[16:37:43] <Techokami> Johnson, there's a few actually. Computronics, OpenPrinter, OpenLights, MassSound, and ICBMComponent
L1144[16:37:44] <Sangar> Kilobyte, in object PacketBuilder { def apply(v: Boolean) = ... def apply(v: Int) = ... and so on, i think. possibly :P
L1145[16:38:06] <Sangar> Kilobyte, or rather, make that in class PacketBuilder and make object PacketBuilder extends PacketBuilder
L1146[16:38:07] <JoshTheEnder> plus EP3, BR, more that i cant list off the top of my head
L1147[16:38:12] <Sangar> ohwait
L1148[16:38:14] <Sangar> that wont work
L1149[16:38:20] <Johnson> EP3?
L1150[16:38:22] <Sangar> because you have to create the instance somewhere. nvm.
L1151[16:38:27] <JoshTheEnder> Enhanced Portals 3
L1152[16:38:35] <Johnson> Ah yah, thank you
L1153[16:38:39] <JoshTheEnder> and BR = Big Reactors
L1154[16:38:54] <Vexatos> D.
L1155[16:39:10] <gamax92> Sangar: What is the purpose of all that synthetic stuff scala makes.
L1156[16:39:17] <Sangar> also logistics pipes since... 33 minutes ago :P
L1157[16:39:17] <JoshTheEnder> and OC has built in support for StargateTech2's Abstract Bus system
L1158[16:39:23] <JoshTheEnder> Sangar: \o/
L1159[16:39:24] <Vexatos> Sangar: Maybe we should add some kind of label to a page when it's "1.3 ready"
L1160[16:39:27] <Vexatos> i.e. updated
L1161[16:39:49] <Johnson> Yah, that is one of the main reason I am looking into OC. My players were bummed when BR moved to requiring CC 1.6+. I never put CC 1.6 in my pack since it had so many issues with other mods.
L1162[16:40:01] <Sangar> Vexatos, hmm, some tag at the bottom 'Last updated for OC version 1.x'?
L1163[16:40:37] <Kilobyte> Sangar: i wonder if i can make it so i can implicitely cast a PacketBuilder to an byte array
L1164[16:40:41] <Techokami> yesss, Particle Effects Card is done :D
L1165[16:40:44] <Sangar> gamax92, the purpose is to make all the functional stuff work in the jvm :P
L1166[16:41:15] <JoshTheEnder> right, time to go get MultiMC set up on here
L1167[16:41:52] <Kenny> Johnson, as far as direct add-ons we have ICBM component, OpenLights and OpenPrinter....
L1168[16:41:55] <JoshTheEnder> though before i do that i should put the sides of my case back on
L1169[16:42:03] <Techokami> Particle Effects Card is now in the repo
L1170[16:42:04] <Kenny> there are a number of mods that now have OC support
L1171[16:42:05] <JoshTheEnder> Kenny: your late :P
L1172[16:42:38] <Kenny> i'm not late. I'm answering the question he asked which was specifically about add-ins for OC
L1173[16:42:44] <Techokami> though I should add power usage...
L1174[16:42:46] <Kenny> add-ons*
L1175[16:42:55] <DeanIsaCat> Sangar, dat commit message xD
L1176[16:43:01] <Techokami> maybe later.
L1177[16:43:12] <Sangar> :P
L1178[16:43:32] <Kenny> Bog Reactors, ICBM, Enhanced Portals 3, Reika's Mods, and a few others include support for using OC
L1179[16:43:35] <Kenny> Big*
L1180[16:43:53] <DeanIsaCat> ^ Project red
L1181[16:44:13] <gamax92> I wonder if the reason CC's api is so bleh is because of LuaJ, there was some stuff in LuaJ that looks the same, Array of function names, numbers used to reference functions.
L1182[16:44:19] <Kenny> also, using the adapter block with OpenComponents will allow you to access those mods which have CC support but not OC support
L1183[16:45:24] <Kilobyte> Sangar: hmmm... i might make my NBT lib epic like this
L1184[16:45:32] <Kenny> so you don't lose computer access just because you switch to OC. you gain a lot more
L1185[16:45:48] <Kilobyte> NBTCompound(a -> b)(c -> d)
L1186[16:45:55] <DeanIsaCat> Sangar, so what do i have to code to create a custom computer block? I have a TileEntity extending Owner and then?
L1187[16:45:57] <Kilobyte> or w/e its to make a pair tuple
L1188[16:45:58] <Kenny> and i forgot, anteaCraft has OC support
L1189[16:46:05] <Kenny> LanteaCraft*
L1190[16:46:32] <DeanIsaCat> s/extending/implementing/g
L1191[16:47:04] <Sangar> DeanIsaCat, create a Machine (api.Machine.create(this[, architecture]), update it each tick, provide components if you want (via inventory)
L1192[16:47:12] <Kilobyte> Sangar: has scala a shortcut for making a method return the instance its being called on?
L1193[16:47:59] <Sangar> Kilobyte, i don't think so, you'll probably have to write the full def f = { ...; this }
L1194[16:48:28] <Kilobyte> gah
L1195[16:48:36] <v^> {}}{}{}[][}{][
L1196[16:48:38] *** alekso56 is now known as alekso56_off
L1197[16:48:44] <v^> ][\][\][][\\][eb[ er]l\ah\.;,.\][\,][\,h\][,,;;,;;;;;......
L1198[16:48:56] <Kilobyte> Sangar: also, scala is prob the first language where i overengineer code because i have fun coding it
L1199[16:49:02] <JoshTheEnder> grrr, fucking stupid powercord came loose and now linux is doing its usual 'mouse only works in the focused window' shit that it does when i load a Desktop enviroment for the first time after rebooting / turning my pc on
L1200[16:49:23] <JoshTheEnder> also the screen res has dropped back to 1440x900
L1201[16:49:26] <JoshTheEnder> ;@
L1202[16:49:44] <Kilobyte> PacketBuilder.nbt{ _("key" -> "value") }
L1203[16:49:51] <Kilobyte> Sangar: does that look good?
L1204[16:51:26] <Sangar> hmm, except that i'm not really sure what exactly it does... :P
L1205[16:51:28] <Vexatos> Sangar: Tell me if you find anything in any contents page missing ;)
L1206[16:51:48] <Sangar> Vexatos, mhm, i'm making a list of components right now.
L1207[16:51:52] <Sangar> to compare
L1208[16:52:01] <Kilobyte> Sangar: it creates a packet with an nbt tag with one key value pair
L1209[16:52:13] <Vexatos> k
L1210[16:52:18] <Kilobyte> basicly a StringTag with name key and contents value
L1211[16:52:21] *** Neonbeta is now known as Neonbeta|Sleep
L1212[16:52:47] <Kilobyte> Sangar: hmm can i make it implicitely convert strings into StringTags?
L1213[16:52:53] <Kilobyte> it == scala
L1214[16:53:02] <Kilobyte> or PacketBuilders to byte arrays
L1215[16:54:11] <Sangar> Kilobyte, yeah, i did a good bit of messing around with nbt, too, see https://github.com/MightyPirates/OpenComputers/blob/master/src/main/scala/li/cil/oc/util/ExtendedNBT.scala
L1216[16:55:39] <Kilobyte> <3 scala
L1217[16:56:05] <asie> and my stream died
L1218[16:56:06] <Kilobyte> so, my packet builder now supports booleans, strings, doubles and ints
L1219[16:56:08] <asie> it was fun while it triecd to last
L1220[16:57:06] <Sangar> Vexatos, looks good. there are a few components not in there, but the don't have any methods (purely for 'presence detection', keyboard, angel) or are better wrapped in libraries (robot)
L1221[16:57:19] <Sangar> added the access point and screen to the list
L1222[16:57:28] <Vexatos> Okay
L1223[16:57:30] <Sangar> bbl, dinner
L1224[16:57:39] <Vexatos> Internally used components should not be listed
L1225[17:00:26] ⇨ Joins: dmod_ (uid32492@id-32492.uxbridge.irccloud.com)
L1226[17:03:04] <JoshTheEnder> NUUUU IMGUR IS OVER CAPACITY :/
L1227[17:04:01] <dmod_> Gg josh you killed imgur
L1228[17:04:22] <JoshTheEnder> meh, TO TUMBLR
L1229[17:08:28] <Techokami> Josh what is your tumblr
L1230[17:08:51] <Techokami> mine is http://tumblokami.tumblr.com/
L1231[17:10:28] <JoshTheEnder> http://jtheender.tumblr.com/ mostly jut reblogs, made an account so i could follow a few things
L1232[17:11:29] *** Alissa is now known as Alissaway
L1233[17:15:36] <Kilobyte> this code is sexy :D
L1234[17:15:39] <Kilobyte> def sendSignUp(username: String, hashedPassword: String, email: String) =
L1235[17:15:39] <Kilobyte> send(PacketBuilder(username)(hashedPassword)(email))
L1236[17:16:11] *** Alissaway is now known as Alissa
L1237[17:17:01] <Techokami> ffff Josh you use the same tumblr theme as me (except I hacked mine)
L1238[17:17:50] <JoshTheEnder> i put the least amount of effort i could into it :P
L1239[17:17:56] <Kilobyte> xD
L1240[17:18:03] <gamax92> where is the new oc wiki?
L1241[17:18:07] <JoshTheEnder> it was like "this looks good, i'll use it"
L1242[17:18:13] <JoshTheEnder> ocdoc.cil.li
L1243[17:18:23] * Kilobyte got his tumblr theme from /dev/null
L1244[17:18:32] <Kilobyte> aka i have no tumblr account
L1245[17:18:43] <gamax92> What's a tumblr?
L1246[17:18:47] <Kilobyte> ikr
L1247[17:22:45] <Kenny> tumblr, isn't that what they call a rolling tumbleweed?
L1248[17:25:43] <v^> *fireworks*
L1249[17:25:47] <v^> ^v is now LuaJIT
L1250[17:25:51] <sully0> anyone know offhand if OC reads IC2 reactor controls or Rotarycraft?
L1251[17:26:20] <JoshTheEnder> Rotary craft has OC support i think, IC2 will need OpenComponents
L1252[17:27:21] <DeanIsaCat> you remembered me to check what you can do with OpenComponents & IC2, ty ;D
L1253[17:28:24] <v^> .> ffi
L1254[17:28:24] <^v> v^, table: 0x4126d128
L1255[17:28:24] <v^> <3
L1256[17:31:41] <Kenny> Josh, the Ugocraft is still around
L1257[17:32:09] <JoshTheEnder> Kenny: i guessed that, just hadn't seen it much
L1258[17:32:23] <Kenny> http://pixld.me/ugocraft-mod-minecraft-1-6-4-1-6-2-1-6-1-1-5-2/
L1259[17:32:48] *** darknife25 is now known as darknife25|AFK
L1260[17:32:51] <Kenny> disregard on that one
L1261[17:33:04] <Kenny> this is the main one: http://www.maocat.net/?page_id=6586
L1262[17:33:40] <Kenny> now you tell me which one it is lol
L1263[17:33:59] <JoshTheEnder> ?
L1264[17:34:08] <Kenny> the site is all japanese
L1265[17:34:35] <JoshTheEnder> Kenny: i just use chome's translate thingy
L1266[17:34:44] <JoshTheEnder> also brb, dinner
L1267[17:34:54] <DeanIsaCat> question: how can i list all function a component has?
L1268[17:34:58] <gamax92> >_>
L1269[17:35:05] <gamax92> Kenny: thats modloader?
L1270[17:35:58] *** SleepyFlenix is now known as Flenix
L1271[17:36:00] <Kenny> Dean wd=component.<component name> for name, address in pairs(wd) do print(name) end
L1272[17:36:09] <DeanIsaCat> ty
L1273[17:36:10] <Kenny> i believe so gamax
L1274[17:36:34] <v^> >_> did anyone make a crypto component yet
L1275[17:36:38] <Kenny> haven't done any translating yet
L1276[17:41:03] <Kenny> Josh, download links (in English) lol
L1277[17:41:05] <Kenny> http://www.maocat.net/?page_id=4423
L1278[17:41:37] <Kenny> well, shit. any one for running in circles on a japanese web site hehe
L1279[17:42:47] ⇨ Joins: Lukasmah (webchat@pD9E7B03A.dip0.t-ipconnect.de)
L1280[17:42:54] <Lukasmah> Hey there
L1281[17:43:21] *** alekso56_off is now known as alekso56
L1282[17:43:48] <Kilobyte> fuck this.
L1283[17:43:49] *** LordFokas|off is now known as LordFokas
L1284[17:43:57] <Kilobyte> git-svn just segfaulted on me
L1285[17:44:14] * Kilobyte doesn't want to use svn itself
L1286[17:44:31] <Sangar> what would you need svn for?
L1287[17:44:40] *** Lukasmah is now known as Lukasmah|Scrudat
L1288[17:44:46] *** Techokami is now known as Techokami|Off
L1289[17:45:02] <Lukasmah|Scrudat> Off is a nice game
L1290[17:45:13] <Sangar> :P
L1291[17:45:27] <Porygon> did you beat off?
L1292[17:45:33] <Lukasmah|Scrudat> Nah
L1293[17:45:50] *** LordFokas is now known as LordFokas|away
L1294[17:46:09] <Lukasmah|Scrudat> It's an RPG. I watched an LP because I was interested in the story, but I never cared about gameplay.
L1295[17:46:29] <Lukasmah|Scrudat> So, off is, gameplay wise, not my cup of tea, but it is interesting
L1296[17:46:48] <Lukasmah|Scrudat> Haven't finished watching the thing yet, though, so please don't spoil it for me
L1297[17:47:14] <Kenny> Sangar: Ugocraft (download at bottom of page) says 1.6.2 but topic says it will work for 1.6.4 also: http://www.maocat.net/?page_id=6586
L1298[17:47:39] <Lukasmah|Scrudat> Ugo... Craft?
L1299[17:47:58] <Lukasmah|Scrudat> Oh, geez, the site is in French
L1300[17:48:00] <Kilobyte> Sangar: jnbt
L1301[17:48:06] <Kilobyte> free java nbt lib
L1302[17:48:06] ⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Ping timeout: 186 seconds)
L1303[17:48:12] <Sangar> Kenny, eh, but isn't 1.6 soooo yesteryear? :P
L1304[17:48:33] <Kenny> well, it is a japanese mod :P
L1305[17:48:38] <Sangar> Lukasmah|Scrudat, yeah, definitely french
L1306[17:48:44] <Lukasmah|Scrudat> Well, yeah
L1307[17:48:50] <Lukasmah|Scrudat> What else would it be?
L1308[17:48:56] <Lukasmah|Scrudat> I can't understand it.
L1309[17:48:57] <Kilobyte> Sangar: also... i MIGHT not be too nice to java devs in VOC
L1310[17:49:00] <Lukasmah|Scrudat> Therefroe, French
L1311[17:49:00] <Sangar> moonspeak ofc
L1312[17:49:05] <Kilobyte> because some helpers don't work in java
L1313[17:49:08] <Kenny> Lukasmah|Scrudat, try the native language of the mod dev: JAPANESE
L1314[17:49:12] <Kilobyte> like the PacketBuilder
L1315[17:49:34] <Lukasmah|Scrudat> Once I understand it, it could be Japanese
L1316[17:49:39] <Lukasmah|Scrudat> But I don't
L1317[17:49:50] <Lukasmah|Scrudat> So, as far as I'm concerned, it's French
L1318[17:50:00] <Sangar> Kilobyte, just make it all scala :P someone can write a java adapter if they need it :3
L1319[17:50:02] <Kenny> i could say the same thing about your native language :P
L1320[17:50:13] <Lukasmah|Scrudat> Yes.
L1321[17:50:16] <Kilobyte> Sangar: meh, i might just convert all the api to scala then
L1322[17:50:22] <Kilobyte> slowly...
L1323[17:50:24] <Lukasmah|Scrudat> To you, my native language is French. Unless you're French
L1324[17:50:25] <Kilobyte> carefully...
L1325[17:50:26] <Sangar> heh
L1326[17:50:30] <Lukasmah|Scrudat> Or from a French speaking country
L1327[17:50:57] <Kenny> Verbotten
L1328[17:51:11] <Lukasmah|Scrudat> What's verbotten?
L1329[17:51:21] <Kenny> (probably screwed that up) hehe
L1330[17:51:34] <Lukasmah|Scrudat> ?
L1331[17:51:34] <Sangar> it's overloading a channel with bots ofc
L1332[17:51:43] <Sangar> in german
L1333[17:51:45] ⇨ Joins: asie (~asie@078088168214.elblag.vectranet.pl)
L1334[17:51:48] <Lukasmah|Scrudat> No
L1335[17:51:52] <Lukasmah|Scrudat> It's forbidden
L1336[17:51:52] <Sangar> yes
L1337[17:51:53] <gamax92> asie!
L1338[17:51:55] <Sangar> no its not
L1339[17:51:56] <Lukasmah|Scrudat> But what is forbidden?
L1340[17:52:01] <gamax92> french
L1341[17:52:01] <Sangar> verboten is forbidden
L1342[17:52:03] <Sangar> one t
L1343[17:52:05] <Kenny> nien
L1344[17:52:19] <Lukasmah|Scrudat> *nein
L1345[17:52:33] <Lukasmah|Scrudat> So, I'm still waiting
L1346[17:52:50] <Lukasmah|Scrudat> I'd like to learn German one day.
L1347[17:52:59] <Sangar> really?
L1348[17:53:07] <Lukasmah|Scrudat> Especially considering I'm almost half-german and I don't know the language
L1349[17:53:10] <Lukasmah|Scrudat> :/
L1350[17:53:13] <Lukasmah|Scrudat> Shame on me
L1351[17:53:20] <Vexatos> No worries.
L1352[17:53:23] <Vexatos> Just blame Sangar.
L1353[17:53:24] <Sangar> i'm not sure i'd want to learn it :P
L1354[17:53:34] * Kenny DiNozzo's Sangar
L1355[17:53:36] <Sangar> our grammar can be weird
L1356[17:53:44] <Lukasmah|Scrudat> Meh
L1357[17:53:47] <Vexatos> 'Can'
L1358[17:53:48] <Kenny> i'm part German and would have liked to learn it
L1359[17:53:55] <Sangar> all right. is.
L1360[17:53:57] <Vexatos> German is the freaking hardest-to-learn language ever
L1361[17:54:00] <Lukasmah|Scrudat> I speak Polish, which is amongst the most difficult european languages
L1362[17:54:05] <asie> Hey
L1363[17:54:08] <asie> I speak Polish too!
L1364[17:54:09] <Vexatos> except maybe all the Chinese varieties
L1365[17:54:10] <Sangar> Vexatos, i don't think so. have you heard about finnish?
L1366[17:54:15] <asie> And I'm a mod developer!
L1367[17:54:18] <asie> That's a rare combination!
L1368[17:54:18] <Kenny> asie, cuss him out for me in Polish
L1369[17:54:20] <Vexatos> Finnish is rather easy, actually
L1370[17:54:30] <Porygon> Lukasmah|Scrudat: http://pastebin.com/PtuNyJLN
L1371[17:54:32] <asie> Kenny: sam spierdalaj a nie każesz mi innych obrażać
L1372[17:54:36] <Sangar> didn't they have those bazillion forms of everything?
L1373[17:54:39] <asie> here you go
L1374[17:54:41] <Vexatos> /join #LanguagePhilosophy
L1375[17:54:43] <Kenny> hehe
L1376[17:54:48] <Lukasmah|Scrudat> Of, course
L1377[17:54:51] <asie> :-)
L1378[17:54:53] <Kilobyte> Sangar: mfw all JNBT tag classes are final
L1379[17:55:06] <Lukasmah|Scrudat> Oh, no, he so cussed me off
L1380[17:55:10] <asie> :)
L1381[17:55:13] <asie> :--)
L1382[17:55:14] <asie> )
L1383[17:55:15] <Lukasmah|Scrudat> He so... Uhhh... Offended me.
L1384[17:55:15] <Sangar> Kilobyte, pml pattern to the rescue!
L1385[17:55:17] <Lukasmah|Scrudat> XD
L1386[17:55:22] <Kilobyte> pml?
L1387[17:55:31] <Vexatos> asie: How's computronix doing :3
L1388[17:55:42] <Sangar> Kilobyte, https://coderwall.com/p/k_1jzw
L1389[17:55:43] <Lukasmah|Scrudat> #languagephilosophy
L1390[17:56:27] <asie> Vexatos: Bugghy
L1391[17:56:36] <Kilobyte> Sangar: meh, i am forking it anyways
L1392[17:56:40] <Sangar> heh
L1393[17:56:56] <Kilobyte> wot
L1394[17:56:57] <Kilobyte> java
L1395[17:56:58] <Vexatos> asie: speling misstakes indented?+
L1396[17:57:08] <Vexatos> :3
L1397[17:57:09] <Kilobyte> y u no allow @Override for interface methods
L1398[17:57:13] <Kilobyte> wtf are you smoking
L1399[17:57:23] <Vexatos> @NonOverrides
L1400[17:57:25] <Sangar> java < 1.6? :X
L1401[17:57:45] <gamax92> asie: I ended up writing a vgm2wav, I tried the lzs decoder and failed. so that makes 4 times.
L1402[17:57:47] <Sangar> (or whenever that was added? wasn't from the beginning iirc?)
L1403[17:57:53] <gamax92> @Sangar
L1404[17:58:20] * Kilobyte kills gradle
L1405[17:58:24] * Sangar starts running
L1406[17:58:25] <Vexatos> @Annotation
L1407[17:58:30] <Vexatos> Everywhere, please
L1408[17:58:40] <Kilobyte> it set project lang level to fucking 5.0
L1409[17:58:47] <Vexatos> @Sangar should implement IDontKnow
L1410[17:58:50] <Sangar> \o/
L1411[17:59:03] <Sangar> what do i get for guessing that?
L1412[17:59:22] * Kilobyte spins the gift wheel
L1413[17:59:35] * Sangar says 'stop'
L1414[17:59:38] <Kilobyte> *gift wheel stops at cheseburger*
L1415[17:59:48] * Kilobyte opens thunderbird
L1416[17:59:54] <Sangar> >_>
L1417[17:59:58] * Kilobyte attaches /dev/burgermaker/cheese
L1418[18:00:11] <gamax92> wait, why are you giving him cheese
L1419[18:00:14] <gamax92> it landed on chese
L1420[18:00:19] <Sangar> ^
L1421[18:00:37] <Kilobyte> because i typoed when creating the wheel
L1422[18:00:45] <Sangar> oh noes
L1423[18:02:04] <gamax92> http://www.urbandictionary.com/define.php?term=Chese
L1424[18:02:06] <Sangar> hmm. suggestion for a coremod: wrap mc's run loop in a try catch that handles perm gen out of memory errors and tells people what to do when it happens :P
L1425[18:02:08] <gamax92> a pink unicorn with a shiny purple horn that enjoys frolicking the green grass by rite aid, and frequently drinks smoothies while lying by da heater watching movies with the movie theater butter
L1426[18:02:21] <Sangar> i so want that burger now
L1427[18:02:30] ⇦ Quits: skilz (~skilz@203.213.225.94) (Ping timeout: 186 seconds)
L1428[18:03:02] <gamax92> Sangar: suggestion for a coremod, automatic porting of older mc mods.
L1429[18:03:15] <gamax92> like, you'd give it the mappings and it'd remap the old ones to the new ones.
L1430[18:03:15] <Sangar> gamax92, genius!
L1431[18:03:36] <asie> gamax92: I've had this idea for 4 months now
L1432[18:03:37] <asie> BUT
L1433[18:03:40] <asie> it's a lot more involved
L1434[18:03:44] <asie> as sometimes you need to heuristically change patterns
L1435[18:03:47] <gamax92> asie: :'(
L1436[18:03:51] <asie> sometimes you need boilerplate code
L1437[18:03:56] <asie> often you need manual remaps as MCP names change
L1438[18:03:59] <gamax92> fine, ruin EVERY idea I have
L1439[18:04:00] <gamax92> thats okay
L1440[18:04:01] ⇦ Parts: gamax92 (gamax92@The.Dragon.Slayer.PanicBNC.eu) (Leaving))
L1441[18:04:19] *** Lukasmah|Scrudat is now known as Lukasmah|afk
L1442[18:04:20] ⇨ Joins: gamax92 (gamax92@The.Dragon.Slayer.PanicBNC.eu)
L1443[18:04:34] <JoshTheEnder> and back
L1444[18:04:46] <Kilobyte> Sangar: where you live?
L1445[18:04:49] <asie> gamax92: that was a short Time-To-Rejoin
L1446[18:04:56] <Kilobyte> if thats within 20 km of me you get it this week
L1447[18:04:58] <gamax92> What I would like however, is a working mcp for 1.6.2
L1448[18:05:04] <asie> gamax92: i have one for 1.6.4
L1449[18:05:07] <asie> i can give it to ya tomorrow
L1450[18:05:12] <gamax92> asie: 1.6.2 ...
L1451[18:05:22] <Kilobyte> Sangar: also, did you see my fancy packet sending code?
L1452[18:05:28] <asie> why 1.6.2 of all things
L1453[18:05:28] <asie> WHY
L1454[18:05:29] <Sangar> Kilobyte, haha, Munich :P you'd have to find a unicorn first, tho.
L1455[18:05:36] <gamax92> asie: porting a 1.6.2 mod to 1.6.4
L1456[18:05:41] <Kilobyte> nah, thats too far
L1457[18:05:43] <asie> gamax92: so put it in the 1.6.4 tree
L1458[18:05:44] <asie> and fix bugs
L1459[18:05:47] <asie> only worldgen has to be fixed really
L1460[18:05:55] <gamax92> asie: it doesn't deobf correctly.
L1461[18:06:02] <asie> oooooh.
L1462[18:06:04] <asie> well
L1463[18:06:06] <asie> get the damn source code
L1464[18:06:07] <Kilobyte> def sendSignUp(username: String, hashedPassword: String, email: String) =
L1465[18:06:07] <Kilobyte> send(PacketBuilder(PT.Register)(username)(hashedPassword)(email)) // did i mention i love scala?
L1466[18:06:10] <Kilobyte> Sangar: ^
L1467[18:06:22] <Sangar> Kilobyte, sexy!
L1468[18:06:34] <gamax92> You'd get the following: Correctly deobf'd code, code deobf'd to the wrong names, obfuscated code.
L1469[18:07:17] ⇨ Joins: skilz (~skilz@203.213.225.94)
L1470[18:07:22] <asie> Kilobyte, cute
L1471[18:07:24] <asie> but i still like my Java
L1472[18:09:11] * JoshTheEnder makes weird, non-human noises
L1473[18:09:53] *** justastranger|zzz is now known as justastranger
L1474[18:09:58] ⇦ Quits: black3agl3 (~black3agl@197.224.69.52) (Ping timeout: 186 seconds)
L1475[18:11:51] <Kilobyte> Sangar: dang, this lib is a pain to use D:
L1476[18:12:05] <Kilobyte> i am really considering to switch to my custom serialization lib
L1477[18:18:24] <JoshTheEnder> wooo http://i.imgur.com/APX1KYT.png
L1478[18:18:34] <JoshTheEnder> \o\ \o/ /o/
L1479[18:20:01] <istasi> gratz \o/
L1480[18:21:54] *** Lukasmah|afk is now known as Lukasmah
L1481[18:23:20] ⇦ Parts: Lukasmah (webchat@pD9E7B03A.dip0.t-ipconnect.de) ())
L1482[18:23:33] <Vexatos> JoshTheEnder: I spy and OCWiki tab :3
L1483[18:23:39] <Vexatos> an*
L1484[18:24:09] <JoshTheEnder> Vexatos: yep, go look at the computer case page
L1485[18:24:27] <Vexatos> I know
L1486[18:24:28] <Vexatos> :3
L1487[18:24:37] <Vexatos> That's the only thing you've done so far D.<
L1488[18:24:49] <sully0> @Kenny any luck with Ugocraft? I have been unable to get it to work as he only provides a download for 1.6.4 last I checked.
L1489[18:24:49] <JoshTheEnder> recipe images are temporary till someone provides better
L1490[18:24:50] <Vexatos> Go back to work! I'm not paying you for being lazy!
L1491[18:25:05] <JoshTheEnder> Vexatos: i plan on adding more. still setting a few things up on mint
L1492[18:26:12] <Kilobyte> Sangar: oh god, scala is so fucking sexy
L1493[18:27:01] <Vexatos> "Fucking sexy" seems like a legit description
L1494[18:27:07] <Kilobyte> :P
L1495[18:28:12] *** gamax92 is now known as xcorn
L1496[18:28:16] <Daiyousei> Kilobyte: ofc it is
L1497[18:28:19] *** xcorn is now known as gamax93
L1498[18:28:21] *** gamax93 is now known as gamax92
L1499[18:35:25] <Johnson> so I'm spending my first few minutes with OC here and I'm able to get the drive to mount after a reboot, but I cannot get it to goto the directory I'm asking it it. http://gyazo.com/564e514154d62bb94d446ef10526445c
L1500[18:35:33] <Johnson> Can anyone see anything wrong with what I have there?
L1501[18:36:54] <Sangar> Johnson, missing require('shell')
L1502[18:37:12] <Sangar> Kilobyte, if it's easier just go for your own serialization stuff :P
L1503[18:37:28] <Kilobyte> Sangar: in the end it makes no difference really
L1504[18:37:39] <Kilobyte> scala side its still equally easy
L1505[18:37:45] <Kilobyte> java side pfff... who cares
L1506[18:37:47] <Sangar> :D
L1507[18:38:05] <istasi> is there a way to figure monitor layout?, like 3x2 ?
L1508[18:38:27] <Johnson> so I need a local fs = require("shell")?
L1509[18:38:33] <Kilobyte> just that CompoundTags are called HashTags (as in a tag containing a hash value)
L1510[18:38:33] <Sangar> Johnson, also, for future reference, there should be an event.log in /tmp where you'd see that error. hopefully >_>
L1511[18:38:40] <istasi> no, you ned local shell = require('shell')
L1512[18:38:45] <Sangar> ^
L1513[18:38:55] <Sangar> or just require("shell").setWorking...
L1514[18:39:15] <Johnson> okay thanks all. I'm probably gonna be asking a few facepalm questions over the next hour or so. I apologize in advance
L1515[18:39:40] * istasi is abit annoyed over resolution not reacing edge of monitor -.-
L1516[18:39:46] <istasi> hah!, no worries... me2 :P
L1517[18:39:56] <Sangar> heh, pretty much everyone starts there ;)
L1518[18:40:58] * JoshTheEnder is thinking up hypothetical situations and how he would overcome them
L1519[18:41:19] <JoshTheEnder> .mcdown
L1520[18:41:19] <^v> JoshTheEnder, minecraft.net sessions account auth skins auth-server session-server api textures
L1521[18:41:53] <Kilobyte> Sangar: wot
L1522[18:42:10] <Kilobyte> y it complain about me making the foreach block return Unit
L1523[18:42:31] <Sangar> should the function containing it return something and doesn't?
L1524[18:42:55] <Kilobyte> intellij says: NotInferredU expected
L1525[18:43:11] <Sangar> ^.-
L1526[18:43:17] <Sangar> 'no u'
L1527[18:43:39] <Kilobyte> Sangar: hm?
L1528[18:43:47] <Sangar> the error :P
L1529[18:43:55] <Kilobyte> how2fix
L1530[18:44:02] <Sangar> i dunno. code?
L1531[18:44:05] <Kilobyte> actually
L1532[18:44:37] <Kilobyte> i scalafied the code a bit and now it works
L1533[18:44:43] <Sangar> :P
L1534[18:44:43] <Kenny> could Unit be lower case (unit)
L1535[18:44:48] <Kilobyte> data.foreach {
L1536[18:44:48] <Kilobyte> case (key, value) => put(key, value)
L1537[18:44:48] <Kilobyte> }
L1538[18:45:25] <Kilobyte> anyways, you now wanna build a HashTag?
L1539[18:45:39] <Kilobyte> HashTag("a" -> "b", "c" -> "d")
L1540[18:45:49] <Sangar> :>
L1541[18:45:56] <Kilobyte> and hashtag converts implicitally to a Array[Byte]
L1542[18:46:08] <Kilobyte> hmmmm
L1543[18:46:22] <Kilobyte> why not also add implicit Array[Byte] -> hashtag
L1544[18:47:29] ⇨ Joins: Lukasmah (webchat@pD9E7B03A.dip0.t-ipconnect.de)
L1545[18:47:42] <Kilobyte> <3 oneliners
L1546[18:47:43] <Sangar> owow, just realized oc reached build 500 :P
L1547[18:47:46] <Kilobyte> implicit def toHashTag(value: Array[Byte]) =
L1548[18:47:46] <Kilobyte> bf.TagIo.readHashTag(new DataInputStream(new ByteArrayInputStream(value)))
L1549[18:47:47] <Lukasmah> Oh, hey, CrackPack is a nice modpack.
L1550[18:47:52] <Lukasmah> :D
L1551[18:48:00] <Kenny> \o/
L1552[18:48:23] <Lukasmah> It has most of the mods I'd want to see in a modpack, and those that I like but aren't there I can still live without
L1553[18:48:36] <Kenny> probably more builds then CC has had in 2 years
L1554[18:48:41] <Kilobyte> yeah
L1555[18:48:55] <Lukasmah> Besides, it has some mods that are cool but I wouldn't put them in a pack
L1556[18:48:56] <Sangar> well, public ones anyway.
L1557[18:49:03] <Kilobyte> was about to say that :P
L1558[18:49:23] <Lukasmah> Mostly because they're cool but not worth bothering when it comes to trying to get them to work with other mods
L1559[18:49:33] * Sangar has almost no time to actually *play* mc :P
L1560[18:49:43] <Kilobyte> Sangar: normal for mod devs
L1561[18:49:47] <Kenny> Sangar, Ugocraft does not work in 1.6.4
L1562[18:49:56] <Kilobyte> ew
L1563[18:50:19] <Kenny> seeing if i can fix that part and then someone can update it to 1.7
L1564[18:50:46] <Lukasmah> If not playing is normal for mod devs, than I don't wanna be a mod dev
L1565[18:50:47] <Lukasmah> XD
L1566[18:50:48] <Sangar> it'd probably derp for mod blocks anyway, no? since there's no uniform way of storing rotation
L1567[18:51:13] <Kenny> won't know till i get it working hehe
L1568[18:52:20] <Sangar> Lukasmah, eh, coding is like one huge puzzle game :P
L1569[18:52:29] <Lukasmah> Okay
L1570[18:52:43] <Kilobyte> it is
L1571[18:52:49] <Sangar> with any number of possible solutions
L1572[18:52:54] <Kilobyte> but one where the game envolved as you play it
L1573[18:53:02] <Lukasmah> Still probably doesn't make it worth not playing a game you're making mods for
L1574[18:53:03] <Kilobyte> *evolves
L1575[18:53:05] <Sangar> allowing for a lot of creativity in its own way :)
L1576[18:53:07] <Lukasmah> Other than testing
L1577[18:53:12] <Lukasmah> I guess you do test?
L1578[18:53:25] <Kilobyte> does he look like he releases untested code?
L1579[18:53:26] <Lukasmah> There are some people that don't even test the stuff they make
L1580[18:53:30] <Sangar> :P
L1581[18:53:34] <Lukasmah> And release bug filled crap
L1582[18:53:45] <DeanIsaCat> Coding is only as long creative as nobody tells you howto do smt/what to do exactly ;P
L1583[18:53:53] <Kilobyte> Sangar: hmm
L1584[18:54:06] <Sangar> i test all i think could be related to the things i change. sometimes a corner-case slips by :P
L1585[18:54:08] <Kilobyte> now to figuring out git submodules + gradle
L1586[18:54:34] <Sangar> DeanIsaCat, true. let me specify that to say 'coding as a hobby' ;)
L1587[18:54:47] <Lukasmah> Unless it's a job
L1588[18:54:51] <DeanIsaCat> Keep it that way. Probably better for the fun ;)
L1589[18:55:17] <Sangar> heh
L1590[18:55:27] <DeanIsaCat> Only a few ppl still program in their free time after having picked up a job in dev
L1591[18:55:52] <Lukasmah> Well that makes sense
L1592[18:56:01] <Sangar> well, but that's only because they don't have any free time any more >_>
L1593[18:56:09] <DeanIsaCat> Thats actually not true
L1594[18:56:13] <Lukasmah> Nope
L1595[18:56:22] <Sangar> i know :P
L1596[18:56:33] <Lukasmah> Brb, updating java.
L1597[18:56:42] <Kilobyte> Sangar: aaaaand i pushed my serialization lib to github
L1598[18:56:43] <Kilobyte> https://github.com/Kilobyte22/BinaryFormat
L1599[18:56:45] <DeanIsaCat> Its just that you get bored or annoyed at some point (well, most ppl)
L1600[18:57:25] <Lukasmah> Sounds nasty
L1601[18:57:47] <Sangar> DeanIsaCat, i'm well aware, i've had a few jobs on the side while studying ;) i also noticed that it's pretty easy to tell those people while still at university, tho :P
L1602[18:57:54] <Lukasmah> If I have something as a hobby, I'd hate having it as a job
L1603[18:58:20] <Sangar> those that were into progamming before will never get tired of it, because it's a passion. the others see it as a job and a way to make money ;)
L1604[18:58:39] <Lukasmah> Nah. I doubt that
L1605[18:58:49] <Sangar> that's been my experience so far anyway :P
L1606[18:59:07] <DeanIsaCat> Well, I also know a lot of people that just picked Computer science because theres nothing else they really care about (germans: like BWL 10y ago)
L1607[18:59:21] <Sangar> bwl is still going strong :P
L1608[18:59:26] <Lukasmah> For example, my father got into programming out of interest, but he really never does it in free time because it's his job
L1609[18:59:32] <DeanIsaCat> Sangar: http://www.coding2learn.org/blog/2013/07/29/kids-cant-use-computers/ :P
L1610[18:59:38] <Lukasmah> Bowl is still going strong?
L1611[19:00:09] <DeanIsaCat> BWL => Betriebswirtschaftslehre (?) The science of how to exploit capitalism
L1612[19:00:49] <Kilobyte> :P
L1613[19:01:05] <Lukasmah> Heh.
L1614[19:01:06] <Sangar> meh, i know people that started coding on the side again because at work they felt to restricted. too much anecdotal stuff floating around. some statistics would be interesting :P
L1615[19:01:16] <Kilobyte> Sangar: took a look at my code?
L1616[19:01:35] <Lukasmah> Goddamit
L1617[19:01:36] <Sangar> Kilobyte, just about to
L1618[19:01:40] <Lukasmah> -_-
L1619[19:01:44] <DeanIsaCat> hm?
L1620[19:01:59] <Lukasmah> Some people are unable of listening, I guess
L1621[19:02:06] <DeanIsaCat> uhm, yes of
L1622[19:02:12] <DeanIsaCat> course
L1623[19:02:31] <Lukasmah> My father borrowed one of his computers to someone with clear instructions for them not to install anything
L1624[19:03:05] <Lukasmah> After they returned the computer, he hasn't used it
L1625[19:03:22] <Lukasmah> Now I have it temporarily while I'm in Berlin for two week
L1626[19:03:25] <Lukasmah> *weeks
L1627[19:03:34] <Lukasmah> Of course there was new stuff isntalled. :/
L1628[19:03:36] <Sangar> Kilobyte, neat :)
L1629[19:03:39] <Kilobyte> :)
L1630[19:03:57] <Lukasmah> He should start using reverse psychology
L1631[19:04:07] <Lukasmah> "Install shit, especially malware"
L1632[19:04:17] <Lukasmah> "Seriously, I'll be pissed if you don't"
L1633[19:04:18] <DeanIsaCat> Or stop borrowing stuff? :P
L1634[19:04:36] <Lukasmah> Well, that would work
L1635[19:04:41] <Sangar> "The more you install, the more of your personal data I can extract later, just thought I'd tell you"
L1636[19:04:53] <Lukasmah> XD
L1637[19:05:05] <Lukasmah> Thanks God they din't isntall anything nasty
L1638[19:05:20] <Lukasmah> Such as normal programs
L1639[19:05:23] <Lukasmah> Just some malware
L1640[19:05:39] <Lukasmah> Why settle for less?
L1641[19:05:54] <Lukasmah> But hey, it's not theirs
L1642[19:06:00] <Lukasmah> Why should they care?
L1643[19:06:12] <Lukasmah> BRB
L1644[19:06:16] <DeanIsaCat> ^ I hate ppl with that attitude -.-
L1645[19:06:16] ⇦ Quits: Lukasmah (webchat@pD9E7B03A.dip0.t-ipconnect.de) (Quit: Web client closed)
L1646[19:06:27] <Kenny> Dean, he didn't 'borrow' it, he loaned it to someone else who installed stuff
L1647[19:06:31] <Sangar> Kilobyte, it's so painful having a "Pair" class when scala has native tuples, isn't it? :P
L1648[19:06:53] <Kilobyte> Sangar: yeah, i just added a scala compatibility layer on top of the java part
L1649[19:06:55] <DeanIsaCat> Its the "Its not theirs. why should they care"-attitude
L1650[19:07:12] ⇨ Joins: Lookesmahh (webchat@pD9E7B03A.dip0.t-ipconnect.de)
L1651[19:07:19] <DeanIsaCat> I see that waaaaaaay too often
L1652[19:07:30] <Kilobyte> i don't actually use Pair in scala wrapper :P
L1653[19:07:38] <Sangar> heh
L1654[19:07:45] <Kilobyte> Sangar: lets see if this works
L1655[19:07:53] ⇨ Joins: Fire (~chatzilla@host86-178-221-205.range86-178.btcentralplus.com)
L1656[19:07:56] <Kilobyte> i added binarylib as git submodule and gradle sub project
L1657[19:08:17] ⇨ Joins: Lukasmah (webchat@pD9E7B03A.dip0.t-ipconnect.de)
L1658[19:08:31] <Lukasmah> Yoyoyo
L1659[19:08:42] <Lukasmah> Haven't seen me in a while, eh?
L1660[19:08:52] <Kilobyte> Sangar: LOL i just got hilarious idea for documentation
L1661[19:09:07] <DeanIsaCat> I wanna watch Death Eater but that means i have to either install flash or switch to windows. Im not sure which one is worse ._.
L1662[19:09:25] <DeanIsaCat> *Soul Eater
L1663[19:09:34] <DeanIsaCat> Or whatever its called
L1664[19:09:47] ⇨ Joins: skilz_ (~skilz@203.213.225.94)
L1665[19:10:04] ⇦ Quits: skilz (~skilz@203.213.225.94) (Ping timeout: 190 seconds)
L1666[19:10:24] ⇦ Quits: Lookesmahh (webchat@pD9E7B03A.dip0.t-ipconnect.de) (Ping timeout: 190 seconds)
L1667[19:10:27] <Fire> i was wondering if anyone could help me get my head around event.listen ?
L1668[19:10:36] <DeanIsaCat> Depends ;)
L1669[19:10:40] <Fire> hmm
L1670[19:10:50] <DeanIsaCat> Whats your problem?
L1671[19:11:21] <istasi> while true do local eventName = event.listen() if eventName == 'key_up' then print ( 'Key was hit and released!' ) end end -- any help? -.-
L1672[19:11:40] <Sangar> istasi, you want event.pull()
L1673[19:11:45] <Fire> well what i ideally want to do is have a listener adding stuff to a queue and a main piece processing this stuff
L1674[19:11:52] <istasi> oh right
L1675[19:12:04] <DeanIsaCat> Fire: so?
L1676[19:12:13] <Fire> umm, i dunno how to
L1677[19:12:27] <Fire> my code at the moment goes 'too long without yeilding'
L1678[19:12:35] <DeanIsaCat> Listener listening to events or what?
L1679[19:12:55] <Fire> yes, i want it to pick up messages
L1680[19:13:10] <Fire> modem messages
L1681[19:13:14] <DeanIsaCat> So why not let the main piece process those events?
L1682[19:13:14] <Kilobyte> Sangar: https://gist.github.com/Kilobyte22/ceabd2f25dc03834505c
L1683[19:13:21] <Kilobyte> start of my plugin tutorial
L1684[19:13:24] <Fire> then add them to a queue to be processed
L1685[19:13:28] ⇦ Quits: ^v (~ping@2601:4:4540:5b:24ae:481c:3c03:c047) (Read error: Connection reset by peer)
L1686[19:13:43] <Sangar> Kilobyte, hahaha
L1687[19:14:09] <DeanIsaCat> Fire: So why not let the main piece process those events?
L1688[19:14:26] <Fire> well it has a lot of waiting, so if a new message comes in while the body is processing another it is ignored
L1689[19:14:29] *** LordFokas|away is now known as LordFokas
L1690[19:14:37] <DeanIsaCat> uhm, what?
L1691[19:14:48] *** Alissa is now known as Alissaway
L1692[19:14:53] <Lukasmah> I like lasers
L1693[19:14:54] *** Alissaway is now known as Alissa
L1694[19:14:58] <Johnson> Noob question time. On my server I have some CC monitor with rules, etc on them. I normally start the programs off with this. http://pastebin.com/iJH09sKH What's the best way to translate that into OC?
L1695[19:15:02] ⇦ Quits: Daiyousei (~AndChat23@swrkal.static.otenet.gr) (Ping timeout: 186 seconds)
L1696[19:15:09] <DeanIsaCat> You process a message/event and as soon as you're finished pull the next message/event
L1697[19:15:44] ⇨ Joins: Daiyousei (~AndChat23@swrkal4.static.otenet.gr)
L1698[19:15:48] <Fire> yeh, but through the processing, the program execution is delayed a lot
L1699[19:16:00] <DeanIsaCat> so what?
L1700[19:16:01] <Lukasmah> Childhood ruined
L1701[19:16:05] <Lukasmah> Childhood ruined
L1702[19:16:05] <Fire> like as in os.sleep()
L1703[19:16:12] <Sangar> crap, i lost
L1704[19:16:14] <Lukasmah> If it wasn't ruined before it's ruined now
L1705[19:16:23] <JoshTheEnder> Kibibyte: the game
L1706[19:16:23] <DeanIsaCat> Damed! I LOST THE GAME!
L1707[19:16:40] <Lukasmah> I like how everyone just ignores Johnson
L1708[19:16:40] <Fire> well if a new message is sent to the computer while it is sleeping, is the message still added to the event queue?
L1709[19:16:50] <Johnson> It's okay haha. No rush
L1710[19:16:52] <DeanIsaCat> it should.
L1711[19:16:56] <istasi> John, component.gpu.setForeground ( 0xFF0000) component.gpu.set (2,2,'test') more or less does that, however you can also use term, so like component.gpu.setForeground (0xFF0000) term.setCursor(2,2) term.write ( 'test' )
L1712[19:17:04] <Fire> oh ok, that makes stuff a lot simpler :P
L1713[19:17:11] <istasi> the monitor should have been 'wrapped' default by openOS
L1714[19:17:14] <JoshTheEnder> Sangar: any idea when OC 1.3 will be officially released? i'm thinking of updating my server tomorrow but if OC1.3 isnt far off i will wait tillit's released
L1715[19:17:15] <Lukasmah> I don't use OC, really, and I am only here because it seems cool, so I can't help
L1716[19:17:16] <Fire> thanks
L1717[19:17:42] <Lukasmah> OC and CC both work with LUA, so I presume it's just the functions that differ?
L1718[19:17:47] <Lukasmah> Or is there something else?
L1719[19:17:52] <Johnson> istasi, do I need to require colors and components first?
L1720[19:18:01] <Sangar> JoshTheEnder, one or two days, i think.
L1721[19:18:02] <DeanIsaCat> CC: lua 5.1, OC: lua 5.2
L1722[19:18:17] <Kilobyte> https://github.com/Kilobyte22/VirtualOC aaaand latest update
L1723[19:18:33] <istasi> you'll need to pretty much require everything, though im not sure if component is in default, or that has to be required too ?
L1724[19:18:48] <istasi> well, not colors, if you use 0xFF0000
L1725[19:18:50] <Lukasmah> OC is updated at a ridiculous rate
L1726[19:19:20] <Sangar> well, it's still 'young' :P
L1727[19:19:36] <istasi> sangar, can we make custom os's for robots btw?
L1728[19:19:47] <Sangar> istasi, ofc
L1729[19:20:25] <Lukasmah> And I can imagine it takes a fair bit of your time updating it so frequently
L1730[19:20:47] <Lukasmah> Sangar, are you the only developer or do multipel people work on OC?
L1731[19:20:48] <Lukasmah> *multiple
L1732[19:20:58] <Lukasmah> Mulipleaux
L1733[19:21:04] <DeanIsaCat> look on github ;)
L1734[19:21:04] <Sangar> yeah, it'll probably calm down quite a bit after 1.3 :P will have to focus on uni again
L1735[19:21:32] <Kilobyte> heh
L1736[19:21:46] <Kilobyte> Sangar: i'll still help you
L1737[19:21:51] <Sangar> \o/
L1738[19:21:54] <Kilobyte> maybe later/tomorrow i work on router
L1739[19:21:57] <Sangar> k
L1740[19:22:02] <Kilobyte> for now VirtualOC
L1741[19:22:17] <Lukasmah> Small question.
L1742[19:22:19] <Kenny> istasi: it is best to require everything then no chance of not having it available hehe
L1743[19:22:49] <Lukasmah> What made you make a mod that is essentially Computer Craft with more features if you could just make a CC extension?
L1744[19:22:56] <Fire> i would presume that would use up lots o memory
L1745[19:23:09] <DeanIsaCat> On the topic of VirtualOC Kilobyte: Ill prob go for modifiying your networking code to do some tls magic as soon as there something to edit ;)
L1746[19:23:27] <Kilobyte> no need to modify my code :P just add to it
L1747[19:23:31] <DeanIsaCat> Lukasmah: Open Source, better in every way, a hundred more reasons...
L1748[19:23:31] <Kilobyte> its modular enough
L1749[19:23:45] <Kilobyte> encryption handlers are just plugins pretty much
L1750[19:23:56] <DeanIsaCat> Yeah no
L1751[19:24:02] <Sangar> Lukasmah, persistence, lack of reponse to bug reports, poisonous mood in the suggestions forum, need for a scala fun project, ... :P
L1752[19:24:07] <Kilobyte> they get a byte array to send encrypted
L1753[19:24:14] <Kilobyte> or get asked for one
L1754[19:24:25] <Lukasmah> Oh. Cool
L1755[19:24:32] <Kilobyte> they also get a stream to run on
L1756[19:24:37] <Lukasmah> I wonder if OC is compatible with Crackpack
L1757[19:24:43] <Lukasmah> Might replace CC with it
L1758[19:24:45] <Kilobyte> why not...
L1759[19:24:51] <Kilobyte> well, depends on the OC version
L1760[19:24:53] <Kilobyte> 1.2 prob is
L1761[19:24:57] <Kilobyte> 1.3 might not be
L1762[19:24:58] <DeanIsaCat> well, ill put another layer between IP and your program, so its not a module...
L1763[19:25:08] <Lukasmah> Although UE mods tend to be messy
L1764[19:25:17] <Lukasmah> As in
L1765[19:25:22] <Lukasmah> UE itself is irritating
L1766[19:25:22] <Sangar> the only (weird) incompatibility i'm aware of is with smart moving. i'm waiting for a reply to my pm to the dev...
L1767[19:25:35] <DeanIsaCat> so thats why crash ._.
L1768[19:25:36] <Kilobyte> Sangar: or api mismatches
L1769[19:25:42] <Sangar> ^
L1770[19:25:49] <Lukasmah> Smart moving is niceeeeeee...
L1771[19:25:56] <Lukasmah> I don't use it anymore, though
L1772[19:26:04] <Lukasmah> It's a cool mod, but meh.
L1773[19:26:13] <Lukasmah> Just not worth the potential incompatibilities
L1774[19:26:21] <DeanIsaCat> ^
L1775[19:27:05] <Sangar> usually if there's a conflict with the oc api, it should be safe to remove the old api from the other mods' jars. the parts that were breaking changes were rarely used anyway, and those that do use them have upgraded to 1.3 already afaik.
L1776[19:27:07] <Lukasmah> Damn you, esper chat client
L1777[19:27:26] <Kilobyte> Lukasmah: get a proper client
L1778[19:27:33] <Lukasmah> Not my computer
L1779[19:27:37] <Kilobyte> ew
L1780[19:27:41] <Sangar> time to install malware? :P
L1781[19:27:47] <Kilobyte> xD
L1782[19:27:54] <Kilobyte> i was writing my own webchat... it was pretty good
L1783[19:28:03] <Kilobyte> but i failed at server/client communication
L1784[19:28:07] <Kilobyte> one day i'll continue
L1785[19:28:15] <Sangar> and suddenly irccloud? >_>
L1786[19:28:20] <Kilobyte> i can boot it up if someone wants to see
L1787[19:28:52] <Sangar> ingame irc is best irc :P
L1788[19:29:03] <Sangar> oh
L1789[19:29:05] <Sangar> hmmm
L1790[19:29:21] <Kilobyte> shoulf i?
L1791[19:29:23] <Sangar> i wonder. the pi supposedly can run mc, no?
L1792[19:29:24] <Kilobyte> *should
L1793[19:29:48] <DeanIsaCat> The pi is slow, but maybe is able if external server ;)
L1794[19:29:49] <Sangar> time to find out if it can run modded mc :X
L1795[19:30:08] <Sangar> yes, server would be enough
L1796[19:30:11] <istasi> poor pi :(, rip mem
L1797[19:30:15] <Johnson> so looking at the wiki, do I need to do term.setCursor(col:1, row:2), or can I do term.setCursos(1,2)?
L1798[19:30:17] <DeanIsaCat> It died the last time i started a modded server :|
L1799[19:30:26] <istasi> john, the latter
L1800[19:30:29] <Sangar> i want the ingame lua command execution via irc command back :X
L1801[19:30:44] ⇦ Quits: Lukasmah (webchat@pD9E7B03A.dip0.t-ipconnect.de) (Ping timeout: 190 seconds)
L1802[19:31:45] <istasi> john, col:1 isn't what you should write, rather to tell you what goes in said argument, so first is columns, 2nd is rows
L1803[19:31:47] <Kilobyte> Sangar: there is a MC version for the pi iirc
L1804[19:31:58] <Kilobyte> normal mc has way to high system requirements
L1805[19:32:05] <Sangar> damn
L1806[19:32:07] <Kilobyte> plus, iirc lwjgl doesn't run on ARM
L1807[19:32:18] *** gamax92 is now known as apple
L1808[19:32:23] *** apple is now known as gamax92
L1809[19:32:26] <Sangar> well, it'd be server only, no need for that
L1810[19:32:33] <Kenny> Kilo, don't know if it is out yet but i do know thetre was an MC for pi version in the works
L1811[19:32:52] <DeanIsaCat> <Kilobyte> Sangar: there is a MC version for the pi iirc
L1812[19:33:05] <Kilobyte> Sangar: lol
L1813[19:33:23] <Kilobyte> Kenny: thats what i was referring to
L1814[19:33:29] <Kilobyte> Sangar: if anything vanilla
L1815[19:33:41] <Kilobyte> pi doesn't have nearly enough ram for MC
L1816[19:34:18] <Kenny> http://pi.minecraft.net/
L1817[19:34:22] <Sangar> let me try at least :P
L1818[19:34:33] <Kenny> link ^
L1819[19:34:50] <Sangar> but i need it to run oc :P
L1820[19:34:55] <gamax92> Sangar: ;)
L1821[19:35:04] ⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Ping timeout: 190 seconds)
L1822[19:35:30] <Kenny> and i didn['t realize it but the pi edition has been out since about Dec 2012
L1823[19:35:34] <Sangar> forge is probably configured to default to 1gb isn't it >_>
L1824[19:35:38] ⇦ Quits: skilz_ (~skilz@203.213.225.94) (Remote host closed the connection)
L1825[19:35:50] * DeanIsaCat puts JoshTheEnder in a box
L1826[19:35:51] ⇨ Joins: skilz (~skilz@203.213.225.94)
L1827[19:36:24] <Sangar> whyever does the forge server download the scala *compiler*? o.O
L1828[19:36:31] * JoshTheEnder continues fiddling with his computer
L1829[19:36:49] * DeanIsaCat hands JoshTheEnder the screwdriver
L1830[19:37:02] * Sangar wonders if it's the sonic kind
L1831[19:37:20] * DeanIsaCat is sad about the fact that it is not
L1832[19:37:25] <Kilobyte> Sangar: and thats why VOC will be a plus
L1833[19:37:32] <Kilobyte> because that will probably run on a pi
L1834[19:37:37] <Sangar> :>
L1835[19:37:58] <Sangar> decentralized voc supernet here we come
L1836[19:38:26] <DeanIsaCat> Sangar: If you only need server: Cauldron may work (http://cauldron.minecraftforge.net)
L1837[19:39:05] <Sangar> that's less ram-intensive than forge even though it has forge *and* bukkit? o.O
L1838[19:39:15] <DeanIsaCat> iirc yes
L1839[19:39:17] <Sangar> wow
L1840[19:39:18] <Sangar> ok
L1841[19:39:21] ⇨ Joins: ^v (~ping@2601:4:4540:5b:24ae:481c:3c03:c047)
L1842[19:39:24] <Sangar> i'm impressed then
L1843[19:39:24] <Johnson> I'm pretty good with cauldron if you need help with that
L1844[19:39:33] <DeanIsaCat> Its not *that* hard :D
L1845[19:39:41] <Kilobyte> cauldron is based on spigot which is a very high performance server
L1846[19:39:47] <Sangar> currently waiting to see how far forge gets in its startup before it crashes :X
L1847[19:40:04] <Johnson> just remember, cauldron uses an installer instead of just dumping the jar file in like you used to
L1848[19:40:32] <Kilobyte> Sangar: have i already told you how server restarts are handled?
L1849[19:40:33] <Sangar> as long as i can run it from the command line everything is well
L1850[19:40:42] <Sangar> Kilobyte, yes. blur and all that
L1851[19:40:43] <DeanIsaCat> you can
L1852[19:40:47] <Kilobyte> like, for client
L1853[19:40:50] <Kilobyte> :D
L1854[19:40:54] <Sangar> lolwat
L1855[19:41:02] <Kilobyte> Sangar: yes you can
L1856[19:41:06] <Sangar> java.lang.InternalError: Can't connect to X11 window server using 'localhost:10.0' as the value of the DISPLAY variable.
L1857[19:41:09] <Sangar> uwot
L1858[19:41:14] <Sangar> you're a bloody server ffs
L1859[19:41:18] <DeanIsaCat> forge vanilla server?
L1860[19:41:20] <Kilobyte> ?
L1861[19:41:21] <Sangar> yes
L1862[19:41:30] <DeanIsaCat> they have this control thigy, remember?
L1863[19:41:47] <Kilobyte> Sangar: installer or server=
L1864[19:41:47] <Kilobyte> also, did you --nogui?
L1865[19:41:48] <DeanIsaCat> i think its either --headless or --startServer
L1866[19:41:49] * Sangar goes look for a cauldron download link
L1867[19:41:52] <DeanIsaCat> nvm
L1868[19:41:52] <Sangar> Kilobyte, server
L1869[19:41:54] <Kilobyte> (or was it nogui)
L1870[19:41:55] <Kilobyte> yes
L1871[19:41:59] <Sangar> wat
L1872[19:41:59] <Kilobyte> server needs that param
L1873[19:42:03] <Kilobyte> or it opens a gui
L1874[19:42:11] <Sangar> it... ok. yeah. right. gaaah.
L1875[19:42:16] <Sangar> one last try :P
L1876[19:42:44] <Sangar> i haven't started it without a script in forever, so i forgot :P
L1877[19:43:00] <Johnson> Just cd to the directory you have the installer in and "java -jar cauldron-1.6.4-1.965.21.45-installer.jar --installServer"
L1878[19:43:13] <Johnson> then you can delete the installer and use the server jar it downloaded
L1879[19:43:14] <Sangar> so basically like forge, got it.
L1880[19:43:17] <Johnson> yep
L1881[19:43:54] <Sangar> any changes in... resource intensiveness between 1.6 and 1.7?
L1882[19:44:07] <DeanIsaCat> not really, nope
L1883[19:44:10] <Sangar> k
L1884[19:44:19] <DeanIsaCat> well, for me at least
L1885[19:44:40] <istasi> sangar, you changing colors btw?, require('colors') i mean, since well, colors.red is 14, and setForeground ( 14 ) gives a quite nearly (cant see) black
L1886[19:44:49] <Vexatos> Sangar: We totally should have named the wiki webside ocd.cil.li
L1887[19:44:50] <Vexatos> xD
L1888[19:44:59] <DeanIsaCat> I second that :3
L1889[19:45:30] <Sangar> istasi, use the hex codes, usually. for t2 the palette is initialized to the mc colors, tho, so you can do gpu.setBackground(colors.green, true) e.g.
L1890[19:45:43] <Sangar> Vexatos, i can still change that!
L1891[19:45:49] <Vexatos> Well
L1892[19:45:55] <Vexatos> You could make ocd redirect to ocdoc
L1893[19:46:02] <Vexatos> Because ocdoc just makes more sense
L1894[19:46:03] <Vexatos> :3
L1895[19:46:18] <Sangar> hmm, that's something i might *really* do, yes.
L1896[19:46:43] ⇦ Quits: tgame14 (~tgame14@bzq-109-64-1-190.red.bezeqint.net) (Quit: Leaving)
L1897[19:47:20] <Kilobyte> i think he already has that done
L1898[19:47:21] <Kilobyte> iirc
L1899[19:47:51] <DeanIsaCat> Today i walked in on a teacher saying: Booze makes you tired. Was really close to asking where the f*ck she gets her booze xD
L1900[19:49:29] <Kilobyte> Sangar: or make them be treated same
L1901[19:49:34] <Kilobyte> so ppl can use both
L1902[19:50:17] ⇨ Joins: Timmy94 (~Timmy94@f049064246.adsl.alicedsl.de)
L1903[19:50:27] <Kilobyte> Sangar: are keyboards directly connected to the monitor they are attached to?
L1904[19:50:34] <Kilobyte> aka use same UUID
L1905[19:50:53] <Sangar> eh, redirect was easier. at least it keeps the path
L1906[19:51:04] <Sangar> i.e. ocd.cil.li/redstone_card also works.
L1907[19:51:14] <Sangar> Kilobyte, nope, separate nodes
L1908[19:51:23] <Kilobyte> just add a second vhost with same root dir
L1909[19:51:26] <SpiritedDusty> it's been a while since I've checked out MCF and it look sso different o.o
L1910[19:51:28] <Sangar> too lazy
L1911[19:52:20] <Timmy94> Sangar i just want ask about the permissions for OC and OpenComponents in a ModPack
L1912[19:52:26] <DeanIsaCat> DNS redirect?
L1913[19:52:34] <Sangar> Timmy94, go crazy
L1914[19:52:37] <istasi> sangar btw, component.screen.getKeyboards (), returns {n=0} despite a keyboard is attached :P
L1915[19:52:41] <DeanIsaCat> Or a server_alias (if you use apache)
L1916[19:52:43] ⇨ Joins: asie (~asie@078088168214.elblag.vectranet.pl)
L1917[19:53:02] <Sangar> istasi, hmm, i'll look into it
L1918[19:53:35] <Kilobyte> Sangar: how does the computer know which KB belongs to which monitor
L1919[19:53:54] <Sangar> theoretically with the method istasi just mentioned :P
L1920[19:54:12] <Sangar> except the os doesn't use it to assign primaries just yet >_> and it seems to be broken. but hey.
L1921[19:54:20] ⇦ Quits: skilz (~skilz@203.213.225.94) (Remote host closed the connection)
L1922[19:54:35] ⇨ Joins: skilz (~skilz@203.213.225.94)
L1923[19:54:51] <Kilobyte> Sangar: ah, kk
L1924[19:55:26] * istasi has started writing his own OS, got filesystem down, and roughly events
L1925[19:55:27] ⇦ Quits: skilz (~skilz@203.213.225.94) (Remote host closed the connection)
L1926[19:55:38] ⇨ Joins: skilz (~skilz@203.213.225.94)
L1927[19:55:54] <Kilobyte> btw, this is how i am planning on making a monitor update packet
L1928[19:55:54] <Sangar> nice
L1929[19:56:06] ⇦ Quits: Din (~Din4@92.36.252.31) (Ping timeout: 186 seconds)
L1930[19:56:39] <Kilobyte> actually, hmmm
L1931[19:56:42] ⇦ Quits: skilz (~skilz@203.213.225.94) (Remote host closed the connection)
L1932[19:56:44] <Sangar> interesting, cauldron also downloads the scala compiler. i wonder what's depending on that.
L1933[19:56:50] ⇨ Joins: skilz (~skilz@203.213.225.94)
L1934[19:57:11] <DeanIsaCat> forge
L1935[19:57:13] <Kenny> scala mods :P
L1936[19:57:25] <Sangar> Kenny, not really :P
L1937[19:57:42] ⇦ Quits: ^v (~ping@2601:4:4540:5b:24ae:481c:3c03:c047) (Ping timeout: 186 seconds)
L1938[19:57:42] ⇦ Quits: ^vDoge (~mooooon@2601:4:4540:5b:24ae:481c:3c03:c047) (Ping timeout: 186 seconds)
L1939[19:57:42] ⇦ Quits: v^ (~^v@2601:4:4540:5b:24ae:481c:3c03:c047) (Ping timeout: 186 seconds)
L1940[19:57:46] <DeanIsaCat> Forge demands the scala compiler, so...
L1941[19:57:50] <Sangar> huh
L1942[19:57:55] <Sangar> ok then
L1943[19:58:00] <Kilobyte> istasi: lol, my os i haven't even started any of both
L1944[19:58:00] <Kilobyte> i am still working on task scheduler
L1945[19:58:07] <Kilobyte> Sangar: actually, hmm how would you do monitor update packets
L1946[19:58:18] <Kilobyte> my bnc is laggy atm
L1947[19:58:44] <Kilobyte> apperently 15 sec ping to esper
L1948[19:58:48] ⇦ Quits: skilz (~skilz@203.213.225.94) (Remote host closed the connection)
L1949[19:58:50] <Sangar> i'm still pretty happy with the way it is in oc, i.e. send deltas / commands
L1950[19:58:56] ⇨ Joins: skilz (~skilz@203.213.225.94)
L1951[19:59:10] <istasi> kilo, well, you've seen my code, its quick and its dirty/messy :P
L1952[19:59:46] <gamax92> JMP -3
L1953[20:00:48] <Kilobyte> (KVIRC tests that by sending a notice to itself)
L1954[20:00:48] <Kilobyte> Sangar: might check that out
L1955[20:00:48] <Kilobyte> holy fuck 30 secs lag
L1956[20:01:26] ⇨ Joins: KiloWeb (webchat@p5DE814FC.dip0.t-ipconnect.de)
L1957[20:01:40] <KiloWeb> meh, maybe this works better atm
L1958[20:01:58] <Kilobyte> actually, i am down to 2 secs lag again
L1959[20:02:35] ⇦ Quits: KiloWeb (webchat@p5DE814FC.dip0.t-ipconnect.de) (Client Quit)
L1960[20:03:38] <DeanIsaCat> Wanna teach a 12y old programming. Any ideas how? :P
L1961[20:03:59] <JoshTheEnder> ta'ers
L1962[20:04:12] <Kilobyte> DeanIsaCat: get out an easy language
L1963[20:04:17] <Kilobyte> lua is good and not too fucked up
L1964[20:04:35] <Kilobyte> once he got that maybe get him into java
L1965[20:04:36] <DeanIsaCat> I wanted to teach him Python with the website im writing atm
L1966[20:04:38] ⇦ Quits: Vexatos (~Vexatos@p5B3C9635.dip0.t-ipconnect.de) (Ping timeout: 186 seconds)
L1967[20:04:46] <Kilobyte> please no python D:
L1968[20:04:57] <JoshTheEnder> yes, do python :P
L1969[20:05:03] <Kilobyte> if you really want an advanced scripting lang try ruby
L1970[20:05:24] <DeanIsaCat> What makes ruby that much better than python?
L1971[20:05:24] <Sangar> ze overkill
L1972[20:05:29] <Kilobyte> python is just too far away from conventions in many things
L1973[20:05:40] <Kilobyte> Sangar: ikr, lua would be sufficant
L1974[20:05:41] ⇦ Quits: skilz (~skilz@203.213.225.94) (Remote host closed the connection)
L1975[20:05:50] ⇨ Joins: skilz (~skilz@203.213.225.94)
L1976[20:05:52] <Kilobyte> DeanIsaCat: in fact, let him play with OC :P
L1977[20:06:01] <Kilobyte> or CC if OC is a bit too advanced
L1978[20:06:04] <Sangar> or maybe javascript. has the benefit of allowing messing around in the browser, which is always fun ;)
L1979[20:06:11] <DeanIsaCat> Pythons way of taking everything thats there and doing the exact opposite is special but most of the times useful ;)
L1980[20:06:41] <Kilobyte> DeanIsaCat: python code looks ugly to me
L1981[20:06:52] <Kilobyte> i used it until i learned about ruby
L1982[20:06:53] <Kilobyte> :P
L1983[20:07:04] <DeanIsaCat> well, i like it ;P
L1984[20:07:12] <istasi> start him off with lua, new minecraft with a robot in it, and gamemode 2, and a pickaxe
L1985[20:07:17] <Kilobyte> DeanIsaCat: http://sirupsen.com/what-I-wish-a-ruby-programmer-had-told-me-one-year-ago/
L1986[20:07:32] <Kilobyte> read that, then decide if you want to stick with python or try out ruby
L1987[20:07:54] <DeanIsaCat> I tried ruby
L1988[20:08:16] <DeanIsaCat> I just want your honest, absoultely biased opinion xD
L1989[20:09:01] ⇨ Joins: Din (~Din4@92.36.244.117)
L1990[20:09:09] <Sangar> well, as long as it has a repl anything is good to get started, eh?
L1991[20:10:45] ⇦ Quits: skilz (~skilz@203.213.225.94) (Read error: Connection reset by peer)
L1992[20:10:54] ⇨ Joins: skilz (~skilz@203.213.225.94)
L1993[20:11:14] <DeanIsaCat> Ima cat. What do cats know about teaching or even programming? xD
L1994[20:11:55] * Kilobyte forgot what repl is
L1995[20:11:57] <Kilobyte> DeanIsaCat: its just, look at these 2 code snippets
L1996[20:12:20] <DeanIsaCat> You dont need to tell me how awesome ruby is. I already know that xD
L1997[20:13:04] <DeanIsaCat> But I would set such high standards that that poor boy's never gonna do anything ;)
L1998[20:13:12] <Kilobyte> if self.house.is_burning:
L1999[20:13:12] <Kilobyte> self.run()
L2000[20:13:14] <Kilobyte> vs
L2001[20:13:22] <Kilobyte> run! if @house.burning?
L2002[20:13:49] <Kilobyte> DeanIsaCat: OC or CC
L2003[20:13:49] <Kilobyte> :P
L2004[20:13:55] <DeanIsaCat> OC
L2005[20:13:57] <Kilobyte> learn programming with a game
L2006[20:13:57] <Kilobyte> :P
L2007[20:13:59] <DeanIsaCat> always ever
L2008[20:14:00] <Kilobyte> OR
L2009[20:14:07] <DeanIsaCat> never again CC
L2010[20:14:17] <Kilobyte> maybe this
L2011[20:14:20] <Kilobyte> http://alexnisnevich.github.io/untrusted/
L2012[20:14:23] <Kilobyte> thats javascript though
L2013[20:14:50] <Kilobyte> basicly a game where you have to modify the games code to win
L2014[20:15:19] <DeanIsaCat> I just remember modifiying cookie clicker xD
L2015[20:15:36] <Sangar> Preparing spawn area: 38%
L2016[20:15:38] <Sangar> go cauldron go
L2017[20:15:45] <JoshTheEnder> lol
L2018[20:15:47] <Kilobyte> Sangar: sounds like my machine
L2019[20:16:01] <Kilobyte> with Joshs server pack
L2020[20:16:08] <DeanIsaCat> How many a programmer hyperpolyglots (six or more languages fluent) ? ;)
L2021[20:16:11] <Kilobyte> it took literally 2 mins to generate a superflat world
L2022[20:16:14] <DeanIsaCat> *are
L2023[20:16:22] <Kilobyte> i think i am
L2024[20:16:33] <DeanIsaCat> List pls ;)
L2025[20:17:33] <Kilobyte> java scala ruby bash lua javascript vb.net(it sucks, but i worked with it a lot when i didn't know better) php (its eww)
L2026[20:17:35] <Kilobyte> thats 8
L2027[20:17:49] <Kilobyte> c# kinda too
L2028[20:18:22] <DeanIsaCat> Do C and C++ count as different languages?
L2029[20:18:23] <Porygon> bash counts?
L2030[20:18:28] <Kilobyte> ordered by how much i like them:
L2031[20:18:47] <Sangar> as2, as3, batch, c#, c/cpp, java, js, lua, php, scala, vb/.net, more i'm probably forgetting... ordered by alphabet :P
L2032[20:19:08] ⇨ Joins: AIVAS (webchat@cpe-24-161-42-218.hvc.res.rr.com)
L2033[20:19:15] <Kilobyte> ruby scala bash java javascript lua c# v.net
L2034[20:19:23] <Kilobyte> oh, php after c#
L2035[20:19:57] <Kilobyte> php is a clusterfuck
L2036[20:20:05] * istasi wonders if there's any programmers, that havn't tried php.
L2037[20:20:12] <AIVAS> hey, really quickly: I thought I saw something about having your robots craft things automatically... Was I dreaming at the time? I can't seem to find it now...
L2038[20:20:45] ⇦ Quits: skilz (~skilz@203.213.225.94) (Remote host closed the connection)
L2039[20:20:55] <Kilobyte> i kiiinda can c++ too, but not very fluently
L2040[20:20:57] ⇨ Joins: skilz (~skilz@203.213.225.94)
L2041[20:21:28] ⇦ Parts: JoshTheEnder (TheEnders@this.is.theender.net) ())
L2042[20:21:28] ⇨ Joins: JoshTheEnder (TheEnders@this.is.theender.net)
L2043[20:21:28] <EnderBot2> Ohai there JoshTheEnder
L2044[20:21:28] zsh sets mode: +o on JoshTheEnder
L2045[20:21:29] <Kilobyte> and a couple other langs i can write in a bit
L2046[20:21:40] <JoshTheEnder> Sangar: it worked
L2047[20:21:50] <DeanIsaCat> c/c++, javascript, scala (ty Sangar & Kilobyte ._. ), java, php, ruby, python, (some) Turbo Pascal, x86 Assembler, Fortran, C#, Perl, Lua, Erlang, Forth - sorted by order in which i remebered them
L2048[20:21:51] <Sangar> aye
L2049[20:22:10] <DeanIsaCat> & F# since last night
L2050[20:22:11] *** Techokami|Off is now known as Techokami
L2051[20:22:18] <Sangar> o, i forgot python
L2052[20:22:26] <DeanIsaCat> and Go
L2053[20:22:31] <Kilobyte> right i know a tiny bit of nasm
L2054[20:22:32] <DeanIsaCat> although i hate it
L2055[20:22:40] <Kilobyte> but not fluently
L2056[20:22:42] <AIVAS> what about BASIC?
L2057[20:22:48] <Porygon> I don't know nearly enough
L2058[20:22:49] <Kilobyte> thats no language
L2059[20:22:50] <Sangar> my asm is abysmal, i'm afraid that won't count under any measure whatsoever :P
L2060[20:22:50] <Kilobyte> :P
L2061[20:23:06] <AIVAS> haha
L2062[20:23:07] <DeanIsaCat> Since it starts with "Beginner" I dont care about BASIC
L2063[20:23:18] <AIVAS> *Shrug*
L2064[20:23:38] <AIVAS> It's how I started, thank you TI-83+
L2065[20:23:53] ⇦ Parts: feldim2425 (~michael@178-190-197-185.adsl.highway.telekom.at) (Konversation terminated!))
L2066[20:23:57] <Kilobyte> BASIC is what happens if you give i microsoft dev a computer and a bottle of original coke per day (you know, the version with wine and cocaine)
L2067[20:24:12] <DeanIsaCat> I started with a blob of fortran, C, assembler and C++ all in one ._.
L2068[20:24:26] <istasi> my start was php > c > ansi c > cpp :|
L2069[20:24:27] <Kilobyte> i started with BASIC and vb.net
L2070[20:24:30] <Sangar> oh noes, 80%, then oom :(
L2071[20:24:37] <DeanIsaCat> :(
L2072[20:24:45] <AIVAS> I wrote a massive math program that did like ALL the stuff you need for highschool math classes, then sold it for $1 a pop
L2073[20:24:51] <Kilobyte> Sangar: btw, go learn ruby :P i am sure you gonna like it
L2074[20:24:53] <Sangar> lets try again, maybe it'll use less mem when some chunks are already generated >_>
L2075[20:25:09] <JoshTheEnder> Sangar: what are you trying to do?
L2076[20:25:18] <Kilobyte> run mc on a pi
L2077[20:25:21] <JoshTheEnder> ahh
L2078[20:25:22] <Kilobyte> server that is
L2079[20:25:38] <AIVAS> by the way... I thought I saw something about having your robots craft things automatically... Was I dreaming at the time? I can't seem to find it now...
L2080[20:25:38] <JoshTheEnder> cauldron works on the Pi?
L2081[20:25:46] <Sangar> Kilobyte, i might, i had a glance... 8? years ago, for work (rails...) but i never really liked frameworks (they are so restrictive, i prefer libraries :P) so i dropped it pretty quickly >_>
L2082[20:25:48] <Kilobyte> apperenlty
L2083[20:25:49] <JoshTheEnder> AIVAS: AFAIK dreaming
L2084[20:26:13] <AIVAS> bummer!
L2085[20:26:14] <Kilobyte> Sangar: rails isn't really restrictive and rruby isn't just rails :P
L2086[20:26:32] <AIVAS> alright, thanks anyway
L2087[20:26:38] <Sangar> JoshTheEnder, only until it runs out of memory >_>
L2088[20:26:44] <Sangar> Kilobyte, i know that ;)
L2089[20:26:45] <JoshTheEnder> lol
L2090[20:27:03] <Sangar> AIVAS, there's the crafting upgrade, if thats what you mean?
L2091[20:27:05] <Kilobyte> Sangar: once you connect it will get worse
L2092[20:27:21] ⇦ Quits: skilz (~skilz@203.213.225.94) (Remote host closed the connection)
L2093[20:27:24] <Sangar> Kilobyte, psssst
L2094[20:27:27] <Kilobyte> and VOC is far from done i fear
L2095[20:27:30] ⇨ Joins: skilz (~skilz@203.213.225.94)
L2096[20:27:41] <Kilobyte> Sangar: maybe try generating a superflat map
L2097[20:28:01] <Kilobyte> might need less memory
L2098[20:28:18] <Sangar> Kilobyte, good idea. will wait for this oom nevertheless, just because i'm curious :D
L2099[20:28:40] <DeanIsaCat> According to this calculator I should have something like 2 per mill blood alcohol ._.
L2100[20:28:54] <Kilobyte> xD
L2101[20:29:00] <Sangar> isn't there a setting to reduce the number of chunks loaded around players, too? that could be handy.
L2102[20:29:00] <Kilobyte> i haz 0 atm prob
L2103[20:29:01] <DeanIsaCat> Faaar beyond ballmer peak
L2104[20:29:10] <Sangar> haha
L2105[20:29:12] <Johnson> is there a way to set the text size?
L2106[20:29:15] <Kilobyte> Sangar: hmm... not sure
L2107[20:29:34] <Kilobyte> Johnson: component.gpu.setResolution(x, y)
L2108[20:29:35] <DeanIsaCat> Sangar, look at the server.properties file
L2109[20:29:44] <Sangar> DeanIsaCat, that's what i plan to do
L2110[20:29:49] <Johnson> sangar, yes. It's the spigot.yml file when using Cauldron
L2111[20:29:55] * Sangar waits for screen to finish switching...
L2112[20:29:59] <Johnson> view distance is what you want
L2113[20:30:02] <DeanIsaCat> ^
L2114[20:30:13] <Kilobyte> Sangar: i wonder if tmux has better performance
L2115[20:30:22] <Sangar> there we go
L2116[20:30:30] <Kilobyte> Sangar: also, you might wanna try with alarm since its less bloated
L2117[20:30:35] <Sangar> got it. 1 should be enough for anyone.
L2118[20:30:56] <Johnson> I would suggest between 3 and 5. 3=49 chunks, 4=81 chunks, 5=121 chunks
L2119[20:30:56] <AIVAS> Sangar, AH that's what it was! thank you
L2120[20:31:09] <Kilobyte> Johnson: he is on a pi
L2121[20:31:10] <Kilobyte> :P
L2122[20:31:19] <Kilobyte> which has like 512 MiB of ram
L2123[20:31:20] <Johnson> oh well :p
L2124[20:31:27] <Sangar> Johnson, i only need one chunk, i only want to run a computer ;)
L2125[20:31:31] <Kilobyte> and no swap
L2126[20:31:31] <Sangar> AIVAS, np :)
L2127[20:31:33] <Kilobyte> and that
L2128[20:31:54] <Sangar> oh, wait that's radius
L2129[20:31:57] <Kilobyte> Sangar: MAAAAAYBE we get a semi stable version of VOC by end of week
L2130[20:31:58] <Sangar> so i want 0 then i guess
L2131[20:32:11] <Sangar> Kilobyte, that'd be quick
L2132[20:32:13] <Johnson> yah 1 would be 9 chunks loaded
L2133[20:32:42] <Kilobyte> Sangar: semi stable as in... after 1 h of fiddling it won't crash
L2134[20:32:54] <Sangar> haha
L2135[20:33:08] <Kilobyte> maybe no gui though
L2136[20:33:23] <Kilobyte> so you have to do all you want via autorun.lua
L2137[20:33:31] <Kilobyte> or init.lua if you feel hardcore
L2138[20:33:49] <Sangar> was creative gamemode 1 or 2?
L2139[20:33:59] <Kilobyte> 1
L2140[20:33:59] *** JoshTheEnder is now known as Dovakiin
L2141[20:33:59] <Sangar> init.lua all the way :X
L2142[20:34:02] <Sangar> thanks
L2143[20:34:05] <Kilobyte> 2 is adventure
L2144[20:34:09] <Kilobyte> 0 is survival
L2145[20:34:12] <Kilobyte> 3 is spectator
L2146[20:34:15] <Johnson> So for "setResolution(width: number, height: number): boolean" Is that the number of monitors I'm using?
L2147[20:34:19] <gamax92> but what is 4
L2148[20:34:38] <Kilobyte> Johnson: no, the number of pixels you want
L2149[20:34:44] <Kilobyte> it automatically scales
L2150[20:35:07] <Johnson> what's the standard wxh for pixels on a single monitor?
L2151[20:35:25] <Kilobyte> the resolution only depends on GPU and monitor tier
L2152[20:35:28] <Kilobyte> not monitor size
L2153[20:35:40] <Johnson> okay, back to the wiki for that then haha
L2154[20:35:45] <Sangar> Johnson, type 'resolution' in the shell to see the current res
L2155[20:36:01] <Sangar> also, see the tooltips ;)
L2156[20:36:06] <Kenny> max res for a tier1 colmputer is 50x16, tier2 is 80x25 and tier3 is 160x50
L2157[20:36:22] <AIVAS> what is the level deal about...?
L2158[20:36:32] <Kilobyte> Sangar: each component can have a settings UI in voc
L2159[20:36:33] ⇦ Quits: skilz (~skilz@203.213.225.94) (Read error: Connection reset by peer)
L2160[20:36:40] <Kilobyte> and a action UI
L2161[20:36:40] ⇨ Joins: skilz (~skilz@203.213.225.94)
L2162[20:37:07] <Sangar> AIVAS what do you mean?
L2163[20:37:17] <Kilobyte> Sangar: prob robots
L2164[20:37:28] <Kilobyte> a computer will not have action UI, but it will have settings (to set ram, cpu etc and to actually turn it on)
L2165[20:37:38] <AIVAS> in NEI it shows a "level 30" robot...?
L2166[20:38:13] <AIVAS> and there's a robot.level() command for lua, but it returns nothing on my robot
L2167[20:38:18] <Kilobyte> monitor has both setting: (setting gpu/monitor tier and adding keyboard) and action: (shows actual monitor)
L2168[20:38:34] <Sangar> AIVAS, ah, robots can gain experience, which makes them dig faster and use tools more efficiently e.g. (the tools take less damage). in 1.3 that's a separate upgrade.
L2169[20:38:54] <Sangar> Kilobyte, handy
L2170[20:38:58] <AIVAS> 1.3 is the 1.7.2 version, right?
L2171[20:39:13] <Sangar> AIVAS, 1.3 is available for 1.6 and 1.7
L2172[20:39:16] <Sangar> as is 1.2
L2173[20:39:32] <Dovakiin> Kibibyte: i'ma be updating my modpack tomorrow, check the thread on the OC forums for the potential changes
L2174[20:39:33] <Kilobyte> Sangar: dang, i will have to write a gui lib on top of SDL prob
L2175[20:39:34] <Sangar> also, 97% go go go cauldron
L2176[20:39:36] <Kilobyte> aka ARGHHHH
L2177[20:39:36] <AIVAS> okay, sorry, I didn't really look
L2178[20:39:53] <Sangar> np :)
L2179[20:40:00] <Sangar> 98%!
L2180[20:40:25] <Sangar> 99%...
L2181[20:40:31] <dmod_> When is a good time to blame Sangar for everything.
L2182[20:40:32] <Dovakiin> OOM error
L2183[20:40:32] * Sangar starts client
L2184[20:40:39] <Dovakiin> now
L2185[20:40:40] <Dovakiin> :P
L2186[20:40:47] ⇦ Quits: skilz (~skilz@203.213.225.94) (Remote host closed the connection)
L2187[20:40:48] <Johnson> okay I did the setResolution thing, but my text it still only showing on one of the monitors. Maybe I'm expecting this to do something it's not able to? I have a 4x4 monitor grid and I want my text to spread across the whole grid
L2188[20:40:52] <AIVAS> so they gain levels with orbs? or by doing stuff?
L2189[20:41:10] <Sangar> Johnson, screenshot?
L2190[20:41:16] <Dovakiin> AIVAS: mining, killing monsters, same as players generally
L2191[20:41:38] <AIVAS> Johnson, did you place the monitors on each other? or just next to each other?
L2192[20:42:02] <AIVAS> you may have to place them onto each other to make them connect to each other
L2193[20:42:05] <Dovakiin> .ping
L2194[20:42:11] <Dovakiin> gah, stupid bot
L2195[20:42:48] <Johnson> http://gyazo.com/70992b4c6c1a7081958e6d0ae90a5a8e
L2196[20:43:02] ⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Ping timeout: 186 seconds)
L2197[20:43:45] <Sangar> johnson: it probably didn't accept whatever resolution you put in
L2198[20:44:04] <Sangar> in the shell, try 'resolution 40 16'
L2199[20:44:31] <Dovakiin> right, now to restart EnderBot2 because i deped when i pushed last time ¬_¬
L2200[20:44:33] <Kilobyte> what GPU is in computer?
L2201[20:44:33] <Dovakiin> .shutdown
L2202[20:44:34] <EnderBot2> Bye bye
L2203[20:44:34] ⇦ Quits: EnderBot2 (TheEnders@this.is.theender.net) (Quit: ByeBye)
L2204[20:44:40] <Johnson> so dumb question, how do I get in the shell? I'm just used to tying "lua"
L2205[20:44:44] <DeanIsaCat> Dovakiin/Josh: what does one have to do to get on the whitelist of your server?
L2206[20:44:54] <Johnson> T3 graphics card
L2207[20:44:56] <Kilobyte> Johnson: the shell is where you type lua
L2208[20:44:58] <Dovakiin> DeanIsaCat: just post a whitelist app
L2209[20:45:00] <istasi> john, you need a openos disk
L2210[20:45:04] <Kenny> Johnson, what resolution di you try to set it to?
L2211[20:45:09] <Johnson> 160, 50
L2212[20:45:15] ⇨ Joins: skilz (~skilz@203.213.225.94)
L2213[20:45:17] <Kenny> what tier monitor?
L2214[20:45:20] <Kilobyte> 3
L2215[20:45:23] <Johnson> it's all t3
L2216[20:45:40] <istasi> 3x2 monitors and 144x51 resolution
L2217[20:46:08] <Johnson> I would prefer to be able to do 4x4 if possible
L2218[20:46:15] <Johnson> my server spawns are built around that size
L2219[20:46:21] <Kenny> to set the resolution from the command line you need to go into lua, otherwise you will need to write a small lua program top change it
L2220[20:46:31] <DeanIsaCat> spoilers are <spoiler></spoiler>?
L2221[20:46:36] <Kenny> yes
L2222[20:46:57] <Sangar> Kenny, there's the resolution program for that.
L2223[20:47:02] *** Dovakiin is now known as Dovahkiin
L2224[20:47:25] <Johnson> http://gyazo.com/1b5f51f294f5e7d77e8d7afcd675d412
L2225[20:47:26] <Kenny> Sangar, i don't knowwhat you have in OC now. Gotten so used to wrting my own hehe
L2226[20:47:31] <Johnson> assuming I've got something hosed up
L2227[20:47:49] <Sangar> Johnson, that's the lua interpreter
L2228[20:47:52] <Kenny> ok, you had it hosed
L2229[20:47:59] <Sangar> i meant the shell :)
L2230[20:48:02] <Kenny> that's command line
L2231[20:48:08] <Johnson> ah
L2232[20:48:49] <Kenny> to do it there you need to do screen=component.screen then screen.setResolution(160,15)
L2233[20:49:14] <Kilobyte> i thought it was a GPU thing
L2234[20:49:17] <Kilobyte> Sangar: ^
L2235[20:49:23] <Sangar> it is
L2236[20:49:24] <Kenny> damn, i screwed up
L2237[20:49:31] <Dovahkiin> nickserv y u being a fucktard?
L2238[20:49:33] <Kenny> change screen to gpu
L2239[20:49:38] <Kilobyte> component.gpu.setResolution(160, 15)
L2240[20:49:42] <Kilobyte> that will work
L2241[20:50:08] <Johnson> yah, I have that line in the code
L2242[20:50:13] ⇦ Quits: skilz (~skilz@203.213.225.94) (Remote host closed the connection)
L2243[20:50:16] <Kenny> well, Kilo, i'm used to writing scripts so i tend to use the same in the lua interpreter
L2244[20:50:17] <Kenny> :P
L2245[20:50:23] *** Dovahkiin is now known as JoshTheEnder
L2246[20:50:26] ⇨ Joins: skilz (~skilz@203.213.225.94)
L2247[20:50:36] <Kilobyte> my brain is capable of switching context ;)
L2248[20:51:22] <Kenny> mine is too, but i'm also coding in java and the damn syntax is different between the two so i stay to one method to keep from screwing up :P
L2249[20:52:07] <Kenny> switching between html, js, java, and lua is a pain in the ass
L2250[20:52:36] <Kilobyte> i pretty much only switch between haml, ruby, lua and scala
L2251[20:52:41] <Kilobyte> and sometimes java
L2252[20:53:09] <Johnson> So here's the program I hacked up from my CC one I had. http://pastebin.com/3RByBgNK And it looks like this when run. http://gyazo.com/70992b4c6c1a7081958e6d0ae90a5a8e
L2253[20:53:19] <Kenny> i have no intention of trying to learn 3 languages at once. i'm already working with 2
L2254[20:53:52] <JoshTheEnder> right, that's better now i got the damn bot to connect to the correct network
L2255[20:53:57] ⇦ Quits: skilz (~skilz@203.213.225.94) (Remote host closed the connection)
L2256[20:54:00] ⇨ Joins: EnderBot2 (TheEnders@this.is.theender.net)
L2257[20:54:01] <EnderBot2> Hello, #oc
L2258[20:54:01] zsh sets mode: +o on EnderBot2
L2259[20:54:01] <EnderBot2> Nuuu!!
L2260[20:54:01] EnderBot2 sets mode: +v on EnderBot2
L2261[20:54:02] EnderBot2 sets mode: -o on EnderBot2
L2262[20:54:02] <EnderBot2> There, much better.
L2263[20:54:08] ⇨ Joins: skilz (~skilz@203.213.225.94)
L2264[20:54:23] <JoshTheEnder> right
L2265[20:54:25] <JoshTheEnder> .ping
L2266[20:54:26] <EnderBot2> JoshTheEnder; PONG
L2267[20:54:27] <JoshTheEnder> there
L2268[20:54:44] <Kilobyte> JoshTheEnder: make it reply with YO MAMA
L2269[20:54:59] <JoshTheEnder> Kibibyte: eh, maybe
L2270[20:55:30] <SuPeRMiNoR2> $ping
L2271[20:55:30] <SuperBot> Reply from SuPeRMiNoR2, 100ms
L2272[20:55:44] <Kilobyte> Kenny: if you have haml, you don't need html
L2273[20:56:15] <Kilobyte> haml can do more than html and it compiles to html
L2274[20:56:26] <Sangar> Johnson, looks like it does what it should do? keep in mind 160x50 is widescreen. maybe set it to 80x50 instead or something like that?
L2275[20:56:57] <Johnson> Basically I'm just looking for a way for it to stretch to whatever monitor size I make. Is that possible?
L2276[20:57:06] ⇨ Joins: Lukasmah (webchat@pD9E78FE2.dip0.t-ipconnect.de)
L2277[20:57:11] ⇦ Quits: Lukasmah (webchat@pD9E78FE2.dip0.t-ipconnect.de) (Client Quit)
L2278[20:57:23] ⇨ Joins: Lukasmah (webchat@pD9E78FE2.dip0.t-ipconnect.de)
L2279[20:57:23] <Kilobyte> Johnson: sure, but you'll need to dive in deeper then
L2280[20:57:33] <Kilobyte> actually
L2281[20:57:42] <Kilobyte> you may not be able to
L2282[20:57:43] <DeanIsaCat> Lukasmah: Your Internet seems to be at least as stable as mine is! :D
L2283[20:57:56] ⇦ Parts: Kenny (~Kenny@2602:306:ce9e:5150:7cca:82ce:2d7a:fc8d) ())
L2284[20:58:02] <Lukasmah> Myeah
L2285[20:58:07] * DeanIsaCat omnomnomnoms JoshTheEnder
L2286[20:58:29] <Johnson> So 80x50 looks better
L2287[20:58:40] <Kilobyte> Sangar: hardcore challenge use OC computer with T3 GPU/monitor on max res 1x1 monitor size
L2288[20:59:26] <Kilobyte> Sangar: also, i am so scared of the thought of having to fiddle with the gui for VOC D:
L2289[21:00:26] * JoshTheEnder puts DeanIsaCat in a box with some food
L2290[21:00:42] * DeanIsaCat starts omnomnomning that food
L2291[21:00:44] <Sangar> Kilobyte, you just need a large enough real-screen resolution :P
L2292[21:01:05] <Kilobyte> Sangar: on a 17" monitor
L2293[21:02:25] * DeanIsaCat demands a computer or tv to watch animes on and some company
L2294[21:02:32] <Lukasmah> Is that big?
L2295[21:02:36] <DeanIsaCat> no
L2296[21:02:51] <Lukasmah> What's the resolution?
L2297[21:02:51] <DeanIsaCat> 43cm
L2298[21:02:55] * JoshTheEnder give DeanIsaCat a tv
L2299[21:03:25] <Lukasmah> 43 cm is not that small
L2300[21:03:38] <JoshTheEnder> but yo momma is
L2301[21:03:43] * DeanIsaCat wants JoshTheEnder to join him watching anime :<
L2302[21:03:45] * JoshTheEnder sees himself out
L2303[21:03:54] <Lukasmah> What's the resolution?
L2304[21:03:58] * JoshTheEnder returns and gets in the box with DeanIsaCat
L2305[21:03:59] <Lukasmah> Anima
L2306[21:04:04] <DeanIsaCat> yay :3
L2307[21:04:11] <Lukasmah> *anime
L2308[21:04:16] <Lukasmah> Heh
L2309[21:05:18] <Lukasmah> I tried watching several animes, but most of them I stopped watching within the first 20 minutes because I disliked them
L2310[21:05:51] <Lukasmah> I have watched some animes that I liked entirely
L2311[21:06:04] <DeanIsaCat> well i dont. I just dont have alot of time to watch anything at all :/
L2312[21:06:16] <JoshTheEnder> someone give me a list of animes to download
L2313[21:06:24] <Lukasmah> Correction: I have only watched animes I liked entirely
L2314[21:06:39] <Lukasmah> 3 animes so far
L2315[21:06:58] <Lukasmah> Death Note, Elven Lied and Mirai Nikki
L2316[21:07:18] ⇦ Quits: Fire (~chatzilla@host86-178-221-205.range86-178.btcentralplus.com) (Remote host closed the connection)
L2317[21:07:27] <Lukasmah> *Elfen Lied
L2318[21:07:28] <DeanIsaCat> JoshTheEnder: http://www.animedubbedonline.net/ :P
L2319[21:08:03] <Kilobyte> JoshTheEnder: cat /dev/null
L2320[21:08:03] *** vifino is now known as vifino|away
L2321[21:13:20] <Johnson> okay, I got the resolution thing to work. I just had to keep lowering the resolution little by little to make it fit the monitor grid I had. Not really the most efficient method though, I'll be honest
L2322[21:15:28] * DeanIsaCat rolls to a ball and goes to sleep in Josh's lap
L2323[21:16:44] <Sangar> Johnson, you *can* compute that, you know ;) chars are 5x9 (unless you use a custom font texture), so using that as the aspect ratio you can compute what resolution would fit a squared box.
L2324[21:19:38] *** dsAway is now known as ds84182
L2325[21:19:52] <Johnson> how does that scale to the resolution in OC? Cause 5x9 for a single char doesn't match at all with what resolution I ended up using.
L2326[21:23:26] <Sangar> what do you mean? say you have a vertical resolution of 50, to get it squared you'd have 90 horizontal (because 50 * (9/5) = 90)
L2327[21:23:42] <Kilobyte> Sangar: hmmm... i wonder if i can add a sub tree as submodule
L2328[21:23:54] <Kilobyte> i would add the OC assets as submodule to VOC
L2329[21:24:09] ⇨ Joins: ping (~notPing@198.109.114.66)
L2330[21:24:09] zsh sets mode: +v on ping
L2331[21:24:48] <Sangar> Kilobyte, iirc you can't, i think only actual repos can be submodules. at least i couldn't find a way to do it last time i checked :P
L2332[21:25:05] <Kilobyte> Sangar: maybe put assets into different repo? :P
L2333[21:25:08] <Kilobyte> well
L2334[21:25:11] <Sangar> :P
L2335[21:25:14] <Kilobyte> that would add extra work
L2336[21:26:08] <Sangar> oh, also: view-distance=0 is invalid >_> has to be at least 1
L2337[21:26:17] <Kilobyte> Sangar: makes senser
L2338[21:26:30] <Kilobyte> otherwise you couldn't leave spawn chunk
L2339[21:26:47] ⇦ Quits: ping (~notPing@198.109.114.66) (Read error: Connection reset by peer)
L2340[21:26:49] <Sangar> why? it'd be that one remaining chunk :P
L2341[21:26:56] ⇨ Joins: ping (~notPing@198.109.114.66)
L2342[21:26:56] zsh sets mode: +v on ping
L2343[21:27:12] <Kilobyte> it would only load your current chunk
L2344[21:28:02] <Sangar> spawn loading interprets the view distance differently than players?
L2345[21:28:14] <Kilobyte> yeah
L2346[21:28:17] <Sangar> aaah
L2347[21:28:18] <Sangar> ok then
L2348[21:30:17] <ds84182> .p
L2349[21:31:05] <ping> ds84182, pong
L2350[21:31:10] <ping> my computer died
L2351[21:31:11] <ping> >_>
L2352[21:31:22] <ping> and i am away
L2353[21:31:37] *** vifino|away is now known as vifino
L2354[21:32:13] <ds84182> .pong
L2355[21:32:24] ⇨ Joins: Intactcreaselessdemons (~demons@75-167-64-188.desm.qwest.net)
L2356[21:32:29] <ds84182> .lua53 "bitches love away bots"
L2357[21:32:38] <Intactcreaselessdemons> $ping
L2358[21:32:39] <SuperBot> Reply from Intactcreaselessdemons, 260ms
L2359[21:32:52] <ping> ds84182, got logs of the past 2 hours
L2360[21:33:57] ⇨ Joins: Timmy94_ (~Timmy94@f049064246.adsl.alicedsl.de)
L2361[21:34:04] <Sangar> omg it runs. now to add oc...
L2362[21:34:24] ⇦ Quits: Timmy94 (~Timmy94@f049064246.adsl.alicedsl.de) (Ping timeout: 190 seconds)
L2363[21:34:37] *** Timmy94_ is now known as Timmy94
L2364[21:34:40] <Kilobyte> Sangar: lua needs to get stuff like a = b = c
L2365[21:35:24] <Sangar> hack it in, it's open source :P
L2366[21:35:34] <Kilobyte> cba
L2367[21:35:34] <Kilobyte> :P
L2368[21:36:46] <Kilobyte> Sangar: oh, the computer settings in VOC will also have a dropdown to select the architecture
L2369[21:36:55] <Sangar> nice
L2370[21:36:56] <Kilobyte> default only supports Lua 5.2
L2371[21:37:39] <Sangar> hmm. why didn't anyone make a 5.1 arch using luaj, yet, anyway? >_>
L2372[21:38:01] <DeanIsaCat> because 5.1 sux?
L2373[21:38:16] <Sangar> ah
L2374[21:38:20] <Kilobyte> Sangar: also, you surely don't want fags on your server to create hundreds of computers
L2375[21:38:25] <Kilobyte> thats why i have 2 limits
L2376[21:38:55] <Kilobyte> online and offline limit. online is by default 10, offline 3. online limit is max computers you can have running at a time
L2377[21:39:04] <Kilobyte> offline is max while you are not connected
L2378[21:39:22] <Kilobyte> for admins this limit is ignored
L2379[21:39:35] <Sangar> hmm, that's actually quite an interesting idea to add as a setting to oc for robots.
L2380[21:39:58] <Kilobyte> well, in OC you are at least limited by resources
L2381[21:40:09] <Kilobyte> in an emulator you are no. computers are free
L2382[21:40:20] <Kilobyte> thats why the limit
L2383[21:40:21] <Sangar> true. but still, some admins might like the extra... security
L2384[21:40:27] <Kilobyte> yeah :P
L2385[21:40:37] <Kilobyte> make it -1 by default (aka no limit) though
L2386[21:40:44] <Kilobyte> or a reasonably high number
L2387[21:40:47] <Kilobyte> like 100
L2388[21:41:25] ⇨ Joins: Totmostfriggatriska (~quassel@2607:5300:100:200::23)
L2389[21:41:52] <Sangar> yeah. if. ever. time. what was i doing again?
L2390[21:42:01] <Sangar> o right, screen.getkeyboards
L2391[21:42:17] <Kilobyte> Sangar: i might make it so architectures extend Permissible
L2392[21:42:41] <Kilobyte> so you can say "only admins have access to 'Lua 5.2 (Unsandboxed)'"
L2393[21:42:53] <Sangar> ah. good idea.
L2394[21:43:50] <Sangar> it's kinda interesting reading these server startup logs in slowmo
L2395[21:44:12] <Kilobyte> Sangar: i mean, i have an interface. once a class extends it i can give it permissions
L2396[21:44:21] <Kilobyte> in future i'll have to register that class though
L2397[21:44:27] <Sangar> mhm
L2398[21:44:46] <Sangar> wow, this might actually work.
L2399[21:44:46] ⇦ Quits: Intactcreaselessdemons (~demons@75-167-64-188.desm.qwest.net) (Quit: Leaving)
L2400[21:44:47] <Kilobyte> Server.registerPermissible(classOf[MyPermissible])
L2401[21:45:09] <Sangar> oic
L2402[21:46:18] <Techokami> aag, iron noteblocks broke in Computronics and I have no idea why
L2403[21:46:32] <Kilobyte> Sangar: https://github.com/Kilobyte22/VirtualOC/blob/ec79506a42462ac6f10d64b4c9d637da4cbd3eab/src/main/java/de/kilobyte22/voc/api/auth/Permissible.java
L2404[21:46:43] <gamax92> .tell JoshTheEnder Work on the site
L2405[21:46:51] <gamax92> fine then ...
L2406[21:46:59] <Kilobyte> i might be able to remove getType
L2407[21:47:05] <Kilobyte> since i already have the class
L2408[21:47:14] <Sangar> yeah
L2409[21:47:17] <Lukasmah> Bye
L2410[21:47:21] ⇦ Parts: Lukasmah (webchat@pD9E78FE2.dip0.t-ipconnect.de) ())
L2411[21:47:22] <JoshTheEnder> gamax92, tomorrow, I'm in bed now :P
L2412[21:47:55] <Techokami> https://github.com/asiekierka/Computronics/blob/0.5.0-1.7/src/main/java/pl/asie/computronics/tile/TileIronNote.java y u no work
L2413[21:48:14] <Kilobyte> Sangar: i might do a SWT gui
L2414[21:48:26] <Kilobyte> and embed OpenGL stuff or so
L2415[21:48:43] <Kilobyte> because throwing my own gui system would be just a huge pain
L2416[21:51:02] <Sangar> aye
L2417[21:51:34] <Sangar> or use glut?
L2418[21:51:42] * Kilobyte gets out a google
L2419[21:51:45] <Johnson> sangar, what was the "fakeplayer" again for OC?
L2420[21:51:56] <Kilobyte> depends on player name
L2421[21:52:12] <Kilobyte> as in robot name includes player name
L2422[21:52:12] <Sangar> Johnson, the name? "robot.<name of player that placed it>" by default, nameFormat setting in the oc config to change it.
L2423[21:52:14] <JoshTheEnder> JoshTheEnder, the format of it is in the config IIRC
L2424[21:52:27] <Sangar> well done JoshTheEnder
L2425[21:52:27] <Kilobyte> JoshTheEnder: LOL self ping
L2426[21:52:29] <Johnson> there really needs to be a generic fake player for the whole mod.
L2427[21:52:32] <JoshTheEnder> Dammit ninja'd
L2428[21:52:33] <ping> >_>
L2429[21:52:41] <JoshTheEnder> -_-
L2430[21:52:50] <Kilobyte> Johnson: why
L2431[21:52:52] <Johnson> like [Forestry], [Buildcraft], etc.
L2432[21:53:09] <Johnson> A lot of plugins use the fake player for anti-grief protections, etc
L2433[21:53:09] <Sangar> Johnson, if you change the setting to [OpenComputers] wouldn't that work?
L2434[21:53:10] <Kilobyte> why? :P
L2435[21:53:31] <Johnson> I'll give that a shot sangar
L2436[21:53:35] <Kilobyte> Sangar: i want examples :P
L2437[21:54:07] <Johnson> Okay so lets say I have Towny on my server. Towny blocks almost anything that builds/destroys by default
L2438[21:54:10] <JoshTheEnder> Also Johnson, with the robot.player_name it'd allow for more control
L2439[21:54:23] <Johnson> If I want my players to use robots in their towny plots, I need a fake player
L2440[21:54:35] <Johnson> but when I have 8000 registered users on my server, fuck that
L2441[21:54:59] <Kilobyte> Sangar: ewww GLUT is not open source. Mark Kilgard maintains the copyright. There are a number of newer and open source alternatives.
L2442[21:55:02] <Johnson> so that's why I was asking about a generic one :p
L2443[21:55:06] <JoshTheEnder> I doubt you'll get 8000 players with nodded mc
L2444[21:55:19] <Johnson> no, not at once Josh. That's obvious
L2445[21:55:20] <JoshTheEnder> *modded
L2446[21:55:21] <Sangar> Kilobyte, huh, i just remembered the name :P
L2447[21:55:47] <Sangar> Johnson, don't permissions support wildcards? like 'robot.*'?
L2448[21:56:02] <Sangar> (i really don't know, just wondering)
L2449[21:56:30] <Johnson> in permission files yes. But in plugins like towny, or when you OP a fake player, it's just [modname]
L2450[21:56:31] <JoshTheEnder> Sangar, for perm nodes yes. Players probably not
L2451[21:56:52] <Kilobyte> JoshTheEnder: actually, for perm nodes only if the plugin adds them
L2452[21:57:48] <Sangar> ok
L2453[21:57:50] <JoshTheEnder> Kilobyte, talking of servers. Have you look at my servers thread recently?
L2454[21:57:56] <Kilobyte> no
L2455[21:58:09] <Johnson> Here's an example of the fake player part for towny. http://gyazo.com/fc6b4833253f7903244a967decd42cda
L2456[21:58:17] <JoshTheEnder> Go look at the update part of it
L2457[21:59:51] <DeanIsaCat> How do i make an analyser copy an adress to the clipboard?
L2458[22:00:16] <JoshTheEnder> Sangar, any official release date for oc1.3 yet or just "when it comes?"
L2459[22:00:27] <Sangar> DeanIsaCat, keep ctrl pressed.
L2460[22:00:28] <Johnson> also josh, here's the player count for my 1.4.7 server. It was reset last in late Jan this year. http://gyazo.com/ff0d8e43a70d3115e6e623bbd175c306
L2461[22:00:29] <JoshTheEnder> DeanIsaCat, sneak right click
L2462[22:00:43] <DeanIsaCat> Its control, ty ;)
L2463[22:00:47] <JoshTheEnder> Or what sangar said
L2464[22:00:52] <Sangar> or both
L2465[22:00:56] <Sangar> depending on the block :P
L2466[22:01:36] <Sangar> JoshTheEnder, if no new bugs come in, probably tomorrow evening
L2467[22:01:55] <Kilobyte> hmmm
L2468[22:01:57] <JoshTheEnder> Ohh cool
L2469[22:02:15] <Kilobyte> someone play ruby interpreter for me
L2470[22:02:31] <JoshTheEnder> Cause you'll release that then I can update my server straight away
L2471[22:02:46] <Kilobyte> puts "Work on #{[:OC, :VOC, nil].shuffle.first}"
L2472[22:02:53] <Kilobyte> actually
L2473[22:02:56] <Kilobyte> puts "Work on #{[:OC, :VOC, nil].shuffle.first.to_s}"
L2474[22:04:34] <Kilobyte> ah, so apperently neither of them
L2475[22:04:39] * Kilobyte has no idea what to do
L2476[22:05:34] <Sangar> istasi, regarding the getKeyboards() method, could it be that was on a multi-block screen?
L2477[22:05:50] <JoshTheEnder> SuperBot, OC or OC
L2478[22:05:50] <SuperBot> JoshTheEnder, OC
L2479[22:05:57] <JoshTheEnder> -_- dcs
L2480[22:06:03] <JoshTheEnder> *ffs
L2481[22:06:11] <JoshTheEnder> AI
L2482[22:06:35] <JoshTheEnder> SuperBot, OC or VOC
L2483[22:06:35] <SuperBot> JoshTheEnder, VOC
L2484[22:06:39] <JoshTheEnder> No
L2485[22:06:46] <Sangar> ^.-
L2486[22:06:48] <JoshTheEnder> Arghh
L2487[22:06:58] <Kilobyte> Sangar: i never just sat and looked at how fancy the code is that i just made. until today
L2488[22:07:00] <JoshTheEnder> Damn send key
L2489[22:07:14] <Sangar> Kilobyte, hahaha, i know the feeling :D
L2490[22:08:00] ⇨ Joins: feldim2425 (~feldim242@178-190-197-185.adsl.highway.telekom.at)
L2491[22:08:02] <JoshTheEnder> SuperBot, 1 or 2 or 3 or 4
L2492[22:08:02] <SuperBot> JoshTheEnder, 2
L2493[22:08:24] ⇦ Quits: Michiyo- (~Michiyo@5.231.44.21) (Ping timeout: 189 seconds)
L2494[22:08:57] <JoshTheEnder> SuperBot, OC or voc or nil
L2495[22:08:57] <SuperBot> JoshTheEnder, voc
L2496[22:09:07] <JoshTheEnder> Kilobyte, ^^
L2497[22:09:12] <JoshTheEnder> :P
L2498[22:09:24] ⇦ Quits: DeanIsaCat (~AI_Cat@p5496288B.dip0.t-ipconnect.de) (Ping timeout: 190 seconds)
L2499[22:09:51] ⇨ Joins: Dean4Devil (~AI_Cat@p549635F2.dip0.t-ipconnect.de)
L2500[22:10:36] ⇦ Quits: Kilobyte (~Kilobyte@5.231.51.78) (Ping timeout: 189 seconds)
L2501[22:10:38] *** Dean4Devil is now known as DeanIsaCat
L2502[22:11:09] <JoshTheEnder> \o/ I killed him
L2503[22:11:16] ⇨ Joins: Kilobyte (~Kilobyte@5.231.51.78)
L2504[22:11:16] zsh sets mode: +v on Kilobyte
L2505[22:11:55] ⇨ Joins: Michiyo (~Michiyo@5.231.44.21)
L2506[22:12:00] <gamax92> SuperBot: do work or kinda do work or not really do work or don't do work or remove some work or delete the entire project
L2507[22:12:00] <SuperBot> gamax92, do w
L2508[22:12:08] <Kilobyte> derpy connection
L2509[22:12:11] <gamax92> JoshTheEnder: works great.
L2510[22:12:24] <JoshTheEnder> Yeah, or gets borked at the 'or' on work
L2511[22:12:39] <JoshTheEnder> gamax92, blame SuPeRMiNoR2
L2512[22:12:45] * gamax92 blames SuPeRMiNoR2
L2513[22:14:01] ⇨ Joins: Sangar|Pi (~sangar|pi@178-26-77-114-dynip.superkabel.de)
L2514[22:14:06] <Sangar|Pi> hahaha!
L2515[22:14:21] <JoshTheEnder> ohai der
L2516[22:14:21] <Sangar|Pi> oc is running on raspberry pi :>
L2517[22:14:26] <JoshTheEnder> cool
L2518[22:14:43] <Sangar|Pi> also, i have to compile the native libs for arm :P
L2519[22:14:50] <JoshTheEnder> lol
L2520[22:15:00] ⇦ Quits: xPucTu4 (yahoo@xPucTu4.Net) (Ping timeout: 189 seconds)
L2521[22:15:07] ⇨ Joins: xPucTu4 (yahoo@xPucTu4.Net)
L2522[22:15:07] <Kilobyte> Sangar: yes.
L2523[22:15:24] <Kilobyte> Sangar: because VOC == no luaj :P
L2524[22:15:29] <Sangar|Pi> but not while mc is running >_>
L2525[22:15:45] <JoshTheEnder> lol
L2526[22:15:48] <Kilobyte> Sangar: cross compile
L2527[22:15:50] <Kilobyte> really :P
L2528[22:15:55] <Kilobyte> or it will take hours
L2529[22:16:04] <Sangar|Pi> it's actually not that bad.
L2530[22:16:22] <Kilobyte> my small music player (a bit of Qt c++) took one minute per file
L2531[22:16:22] <gamax92> Sangar|Pi: "=/bin/sh.lua:190 too many open handles"
L2532[22:16:29] <Sangar|Pi> 40-80% cpu load, 332/437megs of ram
L2533[22:16:43] <gamax92> All I've been doing is ls
L2534[22:16:47] <Kilobyte> and that was small
L2535[22:16:58] <Sangar> gamax92, or so you say >_>
L2536[22:17:26] <Sangar> Kilobyte, go ahead then :>
L2537[22:17:39] <gamax92> Sangar: well its either that or ds84182's gx scripts
L2538[22:17:39] <Kilobyte> Sangar: ummm... idfk how to
L2539[22:17:56] <Sangar> gamax92, definitely the script until proven otherwise :P
L2540[22:18:03] <gamax92> Sangar: proved otherwise
L2541[22:18:04] *** Nentify is now known as Nentify|away
L2542[22:18:04] <ds84182> what
L2543[22:18:11] <gamax92> just ran ls a bunch of times, it happened again
L2544[22:18:15] <Sangar> Kilobyte, and that's my problem, too :P
L2545[22:18:23] <ds84182> I'll have you sknow I close my files!
L2546[22:18:23] <Kilobyte> google :P
L2547[22:18:25] <ds84182> *know
L2548[22:18:36] <JoshTheEnder> i wonder how hard it'd be to make EnderBot2 be able to search issues on a github repo
L2549[22:18:41] <Kilobyte> Sangar: maybe start compile and while that runs get it set up
L2550[22:18:49] <Kilobyte> then use whatever is done first
L2551[22:19:02] <gamax92> Sangar: yeah http://i.imgur.com/JuYVZzx.png
L2552[22:19:43] <Sangar> gamax92, all right, i'll have a look then :P
L2553[22:20:06] ⇦ Quits: Din (~Din4@92.36.244.117) (Remote host closed the connection)
L2554[22:20:22] ⇦ Parts: feldim2425 (~feldim242@178-190-197-185.adsl.highway.telekom.at) (Leaving))
L2555[22:20:40] ⇨ Joins: feldim2425 (~feldim242@178-190-197-185.adsl.highway.telekom.at)
L2556[22:21:55] <gamax92> Do we have any devfs implementations
L2557[22:22:27] <JoshTheEnder> DeanIsaCat, you fail at spoiler tags
L2558[22:23:13] <DeanIsaCat> I have the very good excuse that I am in fact a cat and can not grasp the concept of a spoiler tag ;)
L2559[22:23:56] <JoshTheEnder> [ ] not < >
L2560[22:24:01] <JoshTheEnder> :P
L2561[22:24:02] ⇦ Quits: feldim2425 (~feldim242@178-190-197-185.adsl.highway.telekom.at) (Quit: Bye)
L2562[22:24:06] <Kilobyte> DeanIsaCat: also, y u no val playerName = "whatever"
L2563[22:24:16] <DeanIsaCat> why should i?
L2564[22:25:25] <Sangar> gamax92, how often did you ls? because after what feels like 50 i can't reproduce that >_> any loot disks in the computer? autorun scripts? anything?
L2565[22:25:29] <Kilobyte> because scala > java
L2566[22:25:33] <JoshTheEnder> well DeanIsaCat, your accepted but i cant add you to the whitelist just yet
L2567[22:25:48] <DeanIsaCat> Kilobyte: C++ > Everything
L2568[22:26:03] <Kilobyte> that was no c++ though
L2569[22:26:04] <Daiyousei> DeanIsaCat: haskell > c++
L2570[22:26:06] <gamax92> Sangar: theres an openos disk
L2571[22:26:07] <Kilobyte> and c++ is a pain
L2572[22:26:22] <DeanIsaCat> Daiyousei: ME > YOU :P
L2573[22:26:30] <Daiyousei> DeanIsaCat: no u
L2574[22:26:53] <DeanIsaCat> Daiyousei: Josh > YOU :P
L2575[22:27:02] <Daiyousei> I'm going to write a tiny scripting lang later, using haskell and llvm
L2576[22:27:02] ⇦ Quits: Johannes13 (~Johannes@p4FDE8313.dip0.t-ipconnect.de) (Ping timeout: 186 seconds)
L2577[22:27:03] <JoshTheEnder> \o/
L2578[22:27:14] <Daiyousei> Gonna be ez
L2579[22:27:53] <Sangar> gamax92, i tried it both from floppy and installed :/
L2580[22:27:58] <istasi> http://istasi.dk/os.png \o/, now with auto resize to use full screen, that too far too long -.-'
L2581[22:28:09] <istasi> s/too/took
L2582[22:28:09] <SuperBot> <istasi> http://istasi.dk/os.png \o/, now with auto resize to use full screen, that took far took long -.-'
L2583[22:28:13] <gamax92> Sangar: I'm on 241 1.7.2
L2584[22:28:47] <Sangar> gamax92, can you reproduce that on a 'fresh' computer?
L2585[22:29:37] <JoshTheEnder> DeanIsaCat, remind me in ~6-12 hours and i'll whitelist you and send you the pack link
L2586[22:29:46] <DeanIsaCat> ok, cool
L2587[22:29:55] <Sangar> tried it in both 1.6 and 1.7 now, nothing :/
L2588[22:30:05] <Kilobyte> Sangar: you know my favourite enchant from dartcraft?
L2589[22:30:09] <gamax92> Sangar: reproduced.
L2590[22:30:17] <gamax92> I went to another world as well
L2591[22:30:39] <Kilobyte> i forgot its name, but it removes the mobs special abilities
L2592[22:30:45] <gamax92> Sangar: oh sorry, something thats probably rather important to know
L2593[22:30:48] <gamax92> I'm on LuaJ
L2594[22:30:52] <Kilobyte> so for example creepers can no longer explode
L2595[22:30:59] ⇨ Joins: loool (webchat@93.185.181.236)
L2596[22:31:00] <Sangar> gamax92, aaaah, yes, yes it is :D
L2597[22:31:06] <Sangar> allright then
L2598[22:31:19] <Sangar> Kilobyte, that's handy!
L2599[22:31:27] <Kilobyte> you can have a pet creeper that follows you but cannot harm you
L2600[22:31:27] <gamax92> should turn that off.
L2601[22:31:29] <ds84182> gamax92, you what
L2602[22:31:39] <ds84182> Why the **** are you on LuaJ?
L2603[22:31:43] <robhol> Are "PDAs" being planned for OC too?
L2604[22:31:51] <gamax92> was doing some LuaJ fixes and testing them in oc
L2605[22:31:53] <Kilobyte> Sangar: endermen lose their ability to teleport
L2606[22:32:00] <JoshTheEnder> Kilobyte, aww
L2607[22:32:03] <JoshTheEnder> :/
L2608[22:32:05] <JoshTheEnder> :P
L2609[22:32:06] <ds84182> almost blamed it on me mod
L2610[22:32:17] <Sangar|Pi> srsly :P
L2611[22:32:26] <AIVAS> is there a way to see how much energy is in a capacitor?
L2612[22:32:42] <Kodos|Zzz> Use an analyzer
L2613[22:32:44] <JoshTheEnder> AIVAS, analyzer tool
L2614[22:32:45] *** Kodos|Zzz is now known as Kodos
L2615[22:32:54] <AIVAS> thanks
L2616[22:32:55] <JoshTheEnder> Kodos has arisen
L2617[22:32:56] <gamax92> ds84182: hey think about it, if I wasn't on LuaJ, Sangar would have potentially never known that was happening.
L2618[22:33:00] <Sangar> if this is because the __gc metamethod doesn't work in luaj or something like this i'll rage
L2619[22:33:22] <robhol> luaj fucking something up? When has such a thing ever happened?!
L2620[22:33:27] <Sangar> AIVAS, or waila :)
L2621[22:33:30] * robhol very slowly hides
L2622[22:33:37] <JoshTheEnder> robhol, CC?
L2623[22:33:43] <JoshTheEnder> :P
L2624[22:33:52] <robhol> about 50 million times or so in CC alone, I'd say :p
L2625[22:34:29] <istasi> for i =1,1000 do dofile ('/bin/ls.lua') end <- doesn't get same as gamax :(
L2626[22:34:43] <ds84182> It's building! http://alekso.openshell.no:8080/job/OpenGX/1/console
L2627[22:34:46] <gamax92> istasi: You are most likely not on LuaJ but on the natives.
L2628[22:34:55] <istasi> ah, yeah nvm
L2629[22:35:05] <Kilobyte> Sangar: whats __gc do?
L2630[22:35:17] <JoshTheEnder> garbage collection probably
L2631[22:35:19] <Sangar|Pi> Kilobyte: finalizer
L2632[22:35:21] <ds84182> Kilobyte, every time something gets garbage collected that metamethod is caleld
L2633[22:35:24] <ds84182> *called
L2634[22:35:30] <gamax92> ds84182: dem downloads
L2635[22:35:34] <ds84182> gamax92, ikr
L2636[22:35:51] <Kilobyte> Sangar: LuaValue#finalize() || LuaUserdata#finalize()
L2637[22:35:51] <AIVAS> waila?
L2638[22:35:53] <gamax92> Kilobyte: for example, you have a file handle and it gets GC'd, you'd also want it to be closed properly before its lost forever.
L2639[22:35:59] <Sangar> also, why doesn't have openirc tab-completion for nicks? :P
L2640[22:36:02] <ds84182> Sangar|Pi, __mode metatable doesn't cause any problems in OC, riiight?
L2641[22:36:03] <JoshTheEnder> AIVAS, What Am I Looking At
L2642[22:36:11] <AIVAS> ah, okay
L2643[22:36:15] <Kilobyte> Sangar: right i wanted to rewrite that
L2644[22:36:21] <Sangar> ds84182, who knows! :P
L2645[22:36:22] <JoshTheEnder> ds84182, it failed
L2646[22:36:25] <JoshTheEnder> :P
L2647[22:36:51] <ds84182> carps
L2648[22:36:55] <ds84182> I can fix it
L2649[22:37:23] <JoshTheEnder> ds84182, want me to add OpenGX to EnderBot2's .jenkins list?
L2650[22:38:01] <Kilobyte> Sangar: btw yeah, luaj doesn't really handle garbage collection
L2651[22:38:11] <Kilobyte> so i doubt __gc works
L2652[22:38:14] <ds84182> JoshTheEnder, sure
L2653[22:38:33] <JoshTheEnder> .add jenkins http://alekso.openshell.no:8080/job/OpenGX
L2654[22:38:33] <EnderBot2> JoshTheEnder, command syntax is .add jenkins <name> <URL>
L2655[22:38:41] <JoshTheEnder> ¬_¬
L2656[22:38:42] <JoshTheEnder> derp
L2657[22:38:50] <JoshTheEnder> .add jenkins OpenGX http://alekso.openshell.no:8080/job/OpenGX
L2658[22:38:51] <EnderBot2> Added OpenGX: OpenGX successfully, JoshTheEnder
L2659[22:38:53] <JoshTheEnder> there
L2660[22:38:56] <JoshTheEnder> .jenkins
L2661[22:38:57] ⇦ Quits: istasi (webchat@46.32.58.141) (Quit: Web client closed)
L2662[22:38:58] <EnderBot2> Latest builds: OpenGX: #1 | ICBMComponent: #21 | OpenLights1.7: #17 | OpenComputers: #500 | OpenComponents: #45 | OpenPrinter: #73 | OpenComponents-MC1.7: #9 | OpenLights: #20 | OpenComputers-MC1.7: #241 | OpenPrinter1.7: #71
L2663[22:39:08] <gamax92> ahh, glorious red.
L2664[22:39:25] <JoshTheEnder> brb, stomach ache
L2665[22:40:07] <gamax92> brb, not same reasons as above.
L2666[22:40:10] <ds84182> That red
L2667[22:40:19] <ds84182> Why is OP brown?
L2668[22:41:09] <Kilobyte> Sangar: hmm... can you maybe extract the entire lua lib + java/scala wrappers into a dedicated repo?
L2669[22:41:18] <Kilobyte> and add as submodule to OC
L2670[22:41:40] <Kilobyte> so i don't have to copy/paste stuff whenever you fix but can just update the submodule
L2671[22:41:58] <Kilobyte> plus other devs wanting to embed native lua + persistance in java/scala could use it as well
L2672[22:43:54] <Sangar> Kilobyte, you mean the natives and the state factory thing? that'd make things kind of messy on my end, though :/ would adding a dependency to the deobf jar of oc work, maybe?
L2673[22:44:21] <Kilobyte> Sangar: hmmm... it would download that then though
L2674[22:44:58] <Kilobyte> Sangar: is there a link that always points at latest recommented?
L2675[22:45:01] ⇨ Joins: mallrat (~mallrat20@68.204.184.175)
L2676[22:45:13] <Sangar> i mean the native libs themselves, i.e. the binaries, that's ok. i can put that into a separate repo. the state factory class, meh :/
L2677[22:45:49] <Sangar> Kilobyte, uhm... i don't know. since i don't have any 'promotion' plugin not for deobf builds anyway.
L2678[22:46:02] <Kilobyte> hmm
L2679[22:46:20] <Kilobyte> maybe put everything thats no major issue into a second repo
L2680[22:46:32] <Kilobyte> the rest i will have to copy
L2681[22:46:44] <ds84182> .jenkins
L2682[22:46:46] <EnderBot2> Latest builds: OpenGX: #2 | ICBMComponent: #21 | OpenLights1.7: #17 | OpenComputers: #500 | OpenComponents: #45 | OpenPrinter: #73 | OpenComponents-MC1.7: #9 | OpenLights: #20 | OpenComputers-MC1.7: #241 | OpenPrinter1.7: #71
L2683[22:46:48] <ds84182> WOOT
L2684[22:47:09] <Kilobyte> i don't think thats updated too often
L2685[22:47:24] <ds84182> time to fix jenkins and auto github stuff
L2686[22:47:26] <Sangar> gamax92, fixed it
L2687[22:47:44] ⇦ Quits: mallrat208 (~mallrat20@68.204.184.175) (Ping timeout: 190 seconds)
L2688[22:47:51] <gjgfuj> What's OpenGX?
L2689[22:48:02] <Sangar> Kilobyte, i can see if i can bundle the native stuff into a pseudo lib.
L2690[22:48:12] <Sangar> that can go into an extra repo.
L2691[22:48:29] <Kilobyte> Sangar: gradle submodule
L2692[22:48:34] <Kilobyte> in settings.gradle:
L2693[22:48:42] <Kilobyte> include '<subdir>'
L2694[22:49:15] <Kilobyte> then the lib gets its own build.grade and its own src/main/{java, scala, resources}
L2695[22:49:27] <Sangar> mm, yeah, that would work.
L2696[22:49:45] <Kilobyte> then run gradle idea on the main project again and it creates the intellij files to add the sub dir as module
L2697[22:50:22] <Sangar> i'll give it a shot, once 1.3 is out of the door :)
L2698[22:50:31] <Kilobyte> cool
L2699[22:50:48] <Kilobyte> i am not sure if gradle jar bundles the sub projects into the jar by default
L2700[22:51:05] <Kilobyte> you may need some extra logic in your build files
L2701[22:51:21] <Sangar> if you want you can try to make that split and pr it?
L2702[22:51:43] <Kilobyte> hmm
L2703[22:51:47] <Kilobyte> well
L2704[22:51:54] <Kilobyte> i would need a second repo at first
L2705[22:52:03] <Kilobyte> to add as submodule
L2706[22:52:04] <ds84182> gjgfuj, Graphical manipulation mod for OC
L2707[22:52:17] <ds84182> And it's still in beetaaaaaaah
L2708[22:52:27] *** Flenix is now known as SleepyFlenix
L2709[22:52:43] <Kilobyte> Sangar: maybe we can get holograms to work in VOC :D
L2710[22:52:53] <Sangar> lol
L2711[22:52:58] <Sangar> sure :P
L2712[22:53:06] <Kilobyte> like, imagine a drawing ground where you can pan/tilt a 3D hologram with your mouse
L2713[22:53:24] <Sangar> mhmm
L2714[22:53:42] <ds84182> Kilobyte, will it have some sort of plugin system?
L2715[22:54:01] <Kilobyte> yes
L2716[22:54:08] <Kilobyte> but
L2717[22:54:24] <Kilobyte> https://gist.github.com/Kilobyte22/ceabd2f25dc03834505c
L2718[22:54:42] ⇦ Quits: Lumien (~lumien@p4FED46C9.dip0.t-ipconnect.de) (Quit: Nettalk6 - www.ntalk.de)
L2719[22:54:45] <DeanIsaCat> good night everybody o/
L2720[22:54:50] <Kilobyte> o/
L2721[22:54:52] <gjgfuj> I need a jenkins.
L2722[22:54:53] *** vifino is now known as vifino|away
L2723[22:55:00] <Kilobyte> as in: you need to write plugins in scala
L2724[22:55:06] <gjgfuj> How I go about setting one up, I have no idea.
L2725[22:55:22] <DeanIsaCat> Kilobyte: *cough* Pull Request *cough*
L2726[22:55:37] <Kilobyte> i was originally going to support java too, but i cannot make the helper functions as fancy there, and i am not in mood to provide both java and scala versions
L2727[22:55:42] <DeanIsaCat> gjgfuj: google is a valuable source
L2728[22:55:44] <ds84182> Kilobyte, you fucking didnt
L2729[22:55:56] <Kilobyte> def sendSignUp(username: String, hashedPassword: String, email: String) =
L2730[22:55:56] <Kilobyte> send(PacketBuilder(PT.Register)(username)(hashedPassword)(email)) // did i mention i love scala?
L2731[22:55:59] <ds84182> I am not remaking OpenGX in scala.
L2732[22:56:02] <gamax92> Sangar: what was it?
L2733[22:56:11] <Kilobyte> try doing that in java
L2734[22:56:15] ⇦ Quits: DeanIsaCat (~AI_Cat@p549635F2.dip0.t-ipconnect.de) (Remote host closed the connection)
L2735[22:56:54] <Sangar> gamax92, process.load not closing the file handle properly :P
L2736[22:56:59] * Sangar hides
L2737[22:57:20] <Kilobyte> gamax92: https://gist.github.com/Kilobyte22/4af8ab3b5e610a624c38
L2738[22:57:22] <ds84182> http://pastebin.com/EdzFPTRH
L2739[22:57:26] <Kilobyte> err
L2740[22:57:29] <Kilobyte> ds84182: ^
L2741[22:57:29] <ds84182> ohgawditburns
L2742[22:57:36] <ds84182> .jepg
L2743[22:57:47] <Sangar> but it's a good thing to know, that in luaj people just mustn't fail to properly close their handles or this will happen :P
L2744[22:58:06] <ds84182> I got to page 2
L2745[22:58:08] <ds84182> Then I died
L2746[22:58:10] <Kilobyte> ds84182: indeed. the lack of indention really burns
L2747[22:58:33] <JoshTheEnder> "<ds84182> [23:40:19] Why is OP brown?" broken build or something, cant remember
L2748[22:59:27] <Kilobyte> Sangar: i wonder how that code looks in a decompiler
L2749[22:59:29] <JoshTheEnder> also back
L2750[22:59:31] <gamax92> is it bad that when you said "Why is OP brown?" I thought of 4chan?
L2751[23:00:15] <ds84182> gamax92, umm
L2752[23:00:26] <ds84182> Probaly because they are a bundle of sticks
L2753[23:00:30] <JoshTheEnder> ahh, ds84182 that means the build was aborted
L2754[23:00:42] <Sangar> Kilobyte, interesting. it's actually quite educational to look at scala code in decompiled form :P
L2755[23:00:49] <ds84182> println(df format now)
L2756[23:00:54] <ds84182> black majik
L2757[23:01:14] <gamax92> Kilobyte: oh yeah, the answer to that question. I'd compile that in scala and then decompile it with procyon
L2758[23:01:21] <ds84182> you cannot run a function without parenthesis.
L2759[23:01:36] <Kilobyte> ds84182: depends on the language
L2760[23:01:45] ⇦ Quits: ping (~notPing@198.109.114.66) (Ping timeout: 189 seconds)
L2761[23:02:10] <ds84182> Scala, the language where it takes the things that you already know about programatic syntax, and chucks it out the window.
L2762[23:02:11] <Kilobyte> Sangar: if i can access all that magic from java (reflection... maybe...) i can MAYBE provide java wrappers
L2763[23:02:19] <JoshTheEnder> .jenkins opengx
L2764[23:02:20] <EnderBot2> OpenGX: #2: http://alekso.openshell.no:8080/job/OpenGX/lastSuccessfulBuild/artifact/build/libs/OpenGX-0.1.0.2.jar
L2765[23:02:22] <gamax92> ds84182: pretty much
L2766[23:02:24] ⇦ Quits: jk-5 (~jk-5@5ED40762.cm-7-5a.dynamic.ziggo.nl) (Ping timeout: 201 seconds)
L2767[23:02:33] <gamax92> dat version number
L2768[23:02:34] <JoshTheEnder> good, that works
L2769[23:02:39] <Kilobyte> Sangar: teach him.
L2770[23:02:56] <ds84182> gamax92, like it?
L2771[23:02:59] <ds84182> 0.1.0.2
L2772[23:03:27] <Kilobyte> Sangar: question
L2773[23:03:35] ⇨ Joins: ping (~notPing@198.109.114.66)
L2774[23:03:36] zsh sets mode: +v on ping
L2775[23:03:43] <Kilobyte> i have def apply(data: (String, bf.Tag)*) = new HashTag()(data)
L2776[23:03:53] <Kilobyte> HashTag also has apply with same signature
L2777[23:03:59] <Kilobyte> scalac doesn't like it
L2778[23:04:03] <ds84182> Numbers have methods in SCALA
L2779[23:04:04] <ds84182> WHAT
L2780[23:04:05] <ds84182> EWW
L2781[23:04:14] <Kilobyte> ds84182: ever worked with a fully OOP lang
L2782[23:04:14] <ds84182> what
L2783[23:04:20] <ds84182> Kilobyte, Java
L2784[23:04:21] <ds84182> C++
L2785[23:04:28] <Kilobyte> both are not fully oop
L2786[23:04:36] <Kilobyte> in scala EVERYTHING is an object
L2787[23:04:38] <Sangar> Kilobyte, i'm not a scala evangelist :P what's the error message?
L2788[23:04:40] <ds84182> (1).+(((2).*(3))./(x))
L2789[23:04:42] * ds84182 shivers
L2790[23:04:43] <Kilobyte> found : Seq[(String, de.kilobyte22.binaryformat.Tag)]
L2791[23:04:43] <Kilobyte> required: (String, de.kilobyte22.binaryformat.Tag)
L2792[23:05:07] <Kilobyte> how can i pass the seq to that vararg function
L2793[23:05:25] <Sangar> Kilobyte, try new HashTag()(data:_*)
L2794[23:05:34] <ds84182> Anonymous functions?
L2795[23:05:38] <ds84182> What is this? Lua?
L2796[23:05:40] <Kilobyte> Sangar: : or .
L2797[23:05:45] <Sangar> :
L2798[23:05:51] <ds84182> Kilobyte, %
L2799[23:05:53] <Kilobyte> ds84182: useful.
L2800[23:06:21] <Kilobyte> don't forget scala is a functional language
L2801[23:06:26] <Kilobyte> you can do stuff like
L2802[23:06:52] <Kilobyte> myList.foreach{ el => println(el) }
L2803[23:07:53] <gamax92> Kilobyte: if there was a language called Lacsa, would you use it
L2804[23:08:18] <Kilobyte> depends on if it is good
L2805[23:08:19] ⇨ Joins: pong (~notPing@198.109.114.66)
L2806[23:08:19] zsh sets mode: +v on pong
L2807[23:08:26] <ds84182> Kilobyte, this is devil black majik shit going on in Scala.
L2808[23:08:36] ⇨ Joins: black3agl3 (~black3agl@197.224.74.158)
L2809[23:08:38] <Kilobyte> not once you figure it out
L2810[23:08:44] ⇦ Quits: Sangar|Pi (~sangar|pi@178-26-77-114-dynip.superkabel.de) (Quit: Sangar|Pi)
L2811[23:08:55] <Kilobyte> the scala compiler is black majik
L2812[23:09:00] <Kilobyte> but not the syntax
L2813[23:09:07] ⇨ Joins: jk-5 (~jk-5@5ED40762.cm-7-5a.dynamic.ziggo.nl)
L2814[23:09:07] zsh sets mode: +v on jk-5
L2815[23:09:43] <ds84182> Count me out of scala
L2816[23:09:48] ⇦ Quits: ping (~notPing@198.109.114.66) (Ping timeout: 201 seconds)
L2817[23:09:48] <ds84182> It's looks too hacky
L2818[23:09:54] <Kilobyte> its not :P
L2819[23:09:58] * ds84182 goes back to his java potions
L2820[23:10:04] ⇨ Joins: black3agl33 (~black3agl@197.224.74.158)
L2821[23:10:35] <ds84182> Kilobyte, I'm sitting here, looking at this syntax, and going "What the shit" in my head.
L2822[23:10:36] ⇨ Joins: ^v (~notPing@198.109.114.66)
L2823[23:10:36] zsh sets mode: +v on ^v
L2824[23:11:05] <ds84182> Give me a few months
L2825[23:11:13] <ds84182> I will *probally* like it
L2826[23:11:16] <ds84182> soonerorlater
L2827[23:11:46] <^v> no
L2828[23:11:49] <^v> i am not the bot
L2829[23:11:50] <Kilobyte> it took me a week or two
L2830[23:11:50] ⇦ Quits: black3agl3 (~black3agl@197.224.74.158) (Ping timeout: 186 seconds)
L2831[23:12:04] <Kilobyte> to get used to it
L2832[23:12:20] <Kilobyte> i started like: meh, lets just try something new
L2833[23:12:29] <Kilobyte> now i am like: OMG THIS IS EPIC
L2834[23:12:54] ⇦ Quits: pong (~notPing@198.109.114.66) (Ping timeout: 186 seconds)
L2835[23:13:06] *** ^v is now known as ping
L2836[23:13:33] * Kilobyte pets Sanger for making him use scala
L2837[23:14:55] * ds84182 pets ROBLOX for making him use lua
L2838[23:15:36] <ds84182> And thats why I'm so damn guud with it
L2839[23:15:56] <Kilobyte> i once saw a PS2 game that was utilizing lua according to its package
L2840[23:16:05] <Kilobyte> thats when i first heard about the lang
L2841[23:16:09] <ds84182> Kilobyte, all of EA's games?
L2842[23:16:15] <Kilobyte> idk which
L2843[23:16:26] <ds84182> Sims, Sims2, Sims3, MySims, SPORTZ
L2844[23:16:31] <ds84182> allofthemuseLua
L2845[23:16:37] <Kilobyte> don't have any of those
L2846[23:16:42] <Kilobyte> i dove into a tutoral then, but soon forgot about it again
L2847[23:16:44] <Kilobyte> until CC
L2848[23:16:52] ⇦ Quits: sciguyryan (~sciguyrya@2.121.41.200) ()
L2849[23:17:16] <ds84182> I gradually learned from Lua, and when I found CC I immediatly picked it up and made an EMail program
L2850[23:17:21] <ds84182> And stuff
L2851[23:17:39] <Kilobyte> tbh, i never really liked lua
L2852[23:17:42] ⇦ Quits: ping (~notPing@198.109.114.66) (Ping timeout: 186 seconds)
L2853[23:17:45] <Kilobyte> it seems too verbose
L2854[23:17:51] <ds84182> And then my first OS only played music, and that was in the Era of the Super Noteblock
L2855[23:18:19] <Kilobyte> for example the if
L2856[23:18:35] <ds84182> Kilobyte, you think thats too verbose...
L2857[23:18:41] <JoshTheEnder> i think the first time i had any experience with lua was CC but that was just like simple prints at the time. though shortly after that i went on a GMod server that uses an addon called Starfall that adds in lua-programable chips, did that for ages and then came back to minecraft and got into oc
L2858[23:18:44] <ds84182> Try programming in English
L2859[23:18:54] <Kilobyte> after the expression there can only be one thing. a then
L2860[23:18:58] *** darknife25|AFK is now known as darknife25
L2861[23:19:02] <Kilobyte> why do i have to put it there
L2862[23:19:17] <ds84182> Kilobyte, to make sure the expression ends there
L2863[23:19:19] <Kilobyte> why not make these two equivalent
L2864[23:19:32] <Kilobyte> if abc then def() end
L2865[23:19:33] <Kilobyte> and
L2866[23:19:39] <Kilobyte> if abc def() end
L2867[23:20:00] <ds84182> Kilobyte, but the language was designed to be verbose
L2868[23:20:07] <ds84182> for it's ease of use
L2869[23:20:10] <Kilobyte> which i don't like :P
L2870[23:20:29] <ds84182> I surely wouldn't want to dive headfirst into Scala without and previous programming knowledge
L2871[23:20:46] <Kilobyte> and the only language out there that compiles to lua (moonscript) is even worse syntax wise than scala.
L2872[23:21:02] <ds84182> Kilobyte, umm, theres lots
L2873[23:21:02] <Kilobyte> ds84182: i am talking about how ruby handles it
L2874[23:21:09] <Kilobyte> i only know one
L2875[23:21:28] <ds84182> I know there is one somebody made on the CC forums that added full OOP syntax to Lua
L2876[23:21:39] *** LordFokas is now known as LordFokas|off
L2877[23:22:42] <Kilobyte> this looks neat... seems like a functional language that compiles to lua
L2878[23:22:43] <Kilobyte> http://quaker66.github.io/vortex/
L2879[23:24:00] <Kilobyte> Sangar: hmm this looks neat
L2880[23:24:12] <Kilobyte> http://www.daovm.net/
L2881[23:24:32] <ds84182> Kilobyte, vortex looks like SCALES
L2882[23:24:35] <ds84182> *scala
L2883[23:24:44] <Kilobyte> nah
L2884[23:24:49] <Kilobyte> seems to not compile to lua though
L2885[23:25:07] *** Alissa is now known as Alissaway
L2886[23:25:18] <Sangar> hmm, i think i heard the name before
L2887[23:26:04] <Kilobyte> Sangar: i might try to get vortex to work on OC
L2888[23:26:05] <ds84182> .jenkins
L2889[23:26:10] <EnderBot2> Latest builds: OpenGX: #3 | ICBMComponent: #21 | OpenLights1.7: #17 | OpenComputers: #501 | OpenComponents: #45 | OpenPrinter: #73 | OpenComponents-MC1.7: #9 | OpenLights: #20 | OpenComputers-MC1.7: #242 | OpenPrinter1.7: #71
L2890[23:26:14] <ds84182> Yep
L2891[23:26:16] <ds84182> Compiling
L2892[23:26:43] ⇨ Joins: v^ (~^v@2601:4:4540:5b:24ae:481c:3c03:c047)
L2893[23:26:43] zsh sets mode: +v on v^
L2894[23:26:51] ⇨ Joins: ^v (~ping@2601:4:4540:5b:24ae:481c:3c03:c047)
L2895[23:27:01] ⇨ Joins: ^vDoge (~mooooon@2601:4:4540:5b:24ae:481c:3c03:c047)
L2896[23:27:08] <Sangar> Kilobyte, looks interesting enough :>
L2897[23:27:14] <gamax92> AppleGX
L2898[23:27:14] <Kilobyte> i agree
L2899[23:27:22] <Daiyousei> Vortex looks like scala? Looks more like haskell imo
L2900[23:27:31] <Kilobyte> ^
L2901[23:27:32] <v^> :o bio
L2902[23:27:36] <v^> ;tip Daiyousei 100
L2903[23:27:38] <v^> f
L2904[23:27:42] <v^> $tip Daiyousei 100
L2905[23:27:42] <^vDoge> v^, Sent Ð100 to Daiyousei (Biohazard)
L2906[23:27:50] <Kilobyte> i poked him a link though :P
L2907[23:27:52] <ds84182> Daiyousei, even worse.
L2908[23:28:00] <Daiyousei> ds84182: u wot
L2909[23:28:03] <ds84182> The only person I know who can Haskell is Nia
L2910[23:28:08] <Daiyousei> Haskell is good m8
L2911[23:28:14] <Daiyousei> And fun
L2912[23:28:19] <Kilobyte> ds84182: Daiyousei can into haskell too
L2913[23:28:36] <Kilobyte> ds84182: functional programming is very efficient
L2914[23:28:37] * ds84182 holds the chloroform rag over Kilobyte's and Daiyousei's faces
L2915[23:28:42] <v^> so this is really cool, i can make a new LuaJIT VM without a external lib
L2916[23:28:43] <Kilobyte> why you hate it so much
L2917[23:28:45] <Kilobyte> Sangar: HÄLP
L2918[23:29:01] <ds84182> v^, because ffi?
L2919[23:29:10] <Kilobyte> At this point, there is jEdit syntax file included in the repository. Vim support is coming soon and others possibly too.
L2920[23:29:13] <Kilobyte> neat
L2921[23:29:20] <v^> ds84182, yes :>
L2922[23:29:34] <Sangar> Kilobyte, live with it :P
L2923[23:29:38] <ds84182> <3 ffi
L2924[23:29:44] <Kilobyte> Sangar: he is killing me ffs
L2925[23:29:49] <ds84182> lol
L2926[23:29:49] <Sangar> haha
L2927[23:29:54] <Kilobyte> C 3.1%
L2928[23:29:57] <Kilobyte> on the repo
L2929[23:30:00] <Kilobyte> i am scared
L2930[23:30:03] <Kilobyte> NATIVES D:
L2931[23:30:18] * JoshTheEnder pulls ds84182 off of Kilobyte
L2932[23:30:24] <Kilobyte> thanks :D
L2933[23:30:32] <ds84182> ohno
L2934[23:30:43] <Kilobyte> dispose him in a sludge pool please ;)
L2935[23:30:47] * ds84182 takes the chloroform rag to #computercraft
L2936[23:31:06] <JoshTheEnder> ds84182, good, good
L2937[23:31:23] <Kilobyte> Sangar: figured out the issue i had?
L2938[23:31:29] <ds84182> I killed Cruor, what next?
L2939[23:32:06] * JoshTheEnder goes to plug his pi back in
L2940[23:32:14] <Sangar> Kilobyte, hmm?
L2941[23:32:23] <Kilobyte> Sangar: the one whith the varargs
L2942[23:32:31] <Kilobyte> actually, you told me a solution didn't you
L2943[23:32:34] <Sangar> :_* didn't work?
L2944[23:32:35] * Kilobyte totally forgot
L2945[23:32:38] <Kilobyte> oh
L2946[23:32:38] <Sangar> yeah :P
L2947[23:32:41] <gamax92> .jenkins opengx
L2948[23:32:41] <Kilobyte> derp
L2949[23:32:46] <EnderBot2> OpenGX: #3: http://alekso.openshell.no:8080/job/OpenGX/lastSuccessfulBuild/artifact/build/libs/OpenGX-0.1.0.2.jar
L2950[23:32:46] * Kilobyte compiles
L2951[23:32:58] <ds84182> build system much brokeh
L2952[23:33:04] <Kilobyte> stephan@stephan-pc:/mnt/btrfs/stephan/coding/lua/vortex$ ./main.lua
L2953[23:33:04] <Kilobyte> bash: ./main.lua: Keine Berechtigung
L2954[23:33:07] <Kilobyte> really?
L2955[23:33:12] <Kilobyte> "No permission"
L2956[23:33:20] <Kilobyte> y u no set chmod +x
L2957[23:33:28] <ds84182> chmod +y, Kilobyte
L2958[23:33:59] <v^> chown -R /
L2959[23:34:01] <v^> >_>
L2960[23:34:08] ⇦ Quits: AIVAS (webchat@cpe-24-161-42-218.hvc.res.rr.com) (Quit: Web client closed)
L2961[23:34:22] <JoshTheEnder> rm -rf /
L2962[23:34:30] <ds84182> mkdir /
L2963[23:34:32] <gamax92> --no-preserve-root
L2964[23:34:39] <v^> --no-preserve-gamax
L2965[23:34:56] <Daiyousei> --help
L2966[23:34:59] <Daiyousei> jk
L2967[23:35:22] <ds84182> shit, I need a bot that has the prefix --
L2968[23:36:06] <v^> ds84182, now that kenny isnt on much, we can add a shitload of new bots
L2969[23:36:18] <gamax92> v^: theres still a JTE
L2970[23:36:19] <Kilobyte> Sangar: https://github.com/quaker66/vortex/pull/1
L2971[23:36:20] <Kilobyte> :P
L2972[23:36:28] <v^> gamax92, shh
L2973[23:36:31] * JoshTheEnder lurks
L2974[23:36:33] <v^> just dont put bot in it
L2975[23:36:37] <v^> and he wont notice
L2976[23:36:44] * v^ puts cover over ^vDoge
L2977[23:37:02] <Sangar> Kilobyte :P
L2978[23:37:05] ⇨ Joins: botBotBOTbOT (webchat@c-75-70-114-152.hsd1.co.comcast.net)
L2979[23:37:05] <EnderBot2> !kick botBotBOTbOT Your owner does not have permission to bring you here. (if you feel this is an error then please tell JoshTheEnder or Sangar)
L2980[23:37:05] *** botBotBOTbOT was kicked by zsh ((EnderBot2 (JoshTheEnder)) Your owner does not have permission to bring you here. (if you feel this is an error then please tell JoshTheEnder or Sangar)))
L2981[23:37:07] * ds84182 brings in async
L2982[23:37:13] *** ds84182 is now known as Async
L2983[23:37:20] <v^> lol asyncbot
L2984[23:37:23] <Async> Too many nicks?
L2985[23:37:26] <Async> fuck you ns
L2986[23:37:37] <v^> lol, ns wont let me ungroup VERSION
L2987[23:37:41] ⇨ Joins: a (webchat@c-75-70-114-152.hsd1.co.comcast.net)
L2988[23:37:43] ⇨ Joins: Bottleneck (webchat@p5DE814FC.dip0.t-ipconnect.de)
L2989[23:37:43] <EnderBot2> !kick Bottleneck Your owner does not have permission to bring you here. (if you feel this is an error then please tell JoshTheEnder or Sangar)
L2990[23:37:44] *** Bottleneck was kicked by zsh ((EnderBot2 (JoshTheEnder)) Your owner does not have permission to bring you here. (if you feel this is an error then please tell JoshTheEnder or Sangar)))
L2991[23:37:52] *** a is now known as botBotBOTbOT
L2992[23:38:01] <Async> there we go
L2993[23:38:11] <Async> bottleneck lol
L2994[23:38:13] <Async> LOL
L2995[23:38:22] <botBotBOTbOT> .quit
L2996[23:38:23] ⇦ Quits: botBotBOTbOT (webchat@c-75-70-114-152.hsd1.co.comcast.net) (Client Quit)
L2997[23:38:59] <Daiyousei> waat
L2998[23:39:37] <JoshTheEnder> guys please
L2999[23:39:57] <gamax92> JoshTheEnder: BotBotBotBot?
L3000[23:40:04] <Kilobyte> s/o/u/g
L3001[23:40:33] <Kilobyte> WAT
L3002[23:40:34] <Kilobyte> WAT
L3003[23:40:35] <Kilobyte> WAT
L3004[23:40:36] <Kilobyte> WAT
L3005[23:41:05] <gamax92> a play on words, pow
L3006[23:41:16] <JoshTheEnder> generally as long as the bot doesnt spam and isnt a nuisance, i'l turn a blind eye to it
L3007[23:42:32] <Kilobyte> https://github.com/Kilobyte22/BinaryFormat/blob/master/src/main/java/de/kilobyte22/binaryformat/HashTag.java#L50
L3008[23:42:38] <Kilobyte> it cannot find TagType
L3009[23:42:38] <JoshTheEnder> also i might remove the auto-bot kicking thing from EnderBot2, i'm generally on so i can /dispose/ of a bad bot if needs be
L3010[23:42:39] <v^> ^v can ignore specific channels
L3011[23:42:41] <Kilobyte> its defined in
L3012[23:42:58] <Kilobyte> https://github.com/Kilobyte22/BinaryFormat/blob/master/src/main/java/de/kilobyte22/binaryformat/Tag.java#L50
L3013[23:42:59] <v^> <_> i use it as chat interface
L3014[23:42:59] ⇦ Quits: loool (webchat@93.185.181.236) (Quit: Web client closed)
L3015[23:43:46] <Daiyousei> Sleep time o/
L3016[23:43:49] <JoshTheEnder> \o
L3017[23:44:01] <Techokami> hnnnng, my modpack is updated entirely to 1.7.10, sans one mod I'm dropping, plus two new mods I'm adding
L3018[23:44:02] <Kilobyte> Error:(50, 15) not found: type TagType
L3019[23:44:02] <Kilobyte> protected TagType getType() {
L3020[23:44:03] <Kilobyte> ^
L3021[23:44:09] <Kilobyte> Daiyousei: o/
L3022[23:44:18] <Daiyousei> \o
L3023[23:44:26] <Kilobyte> Sangar: thats btw why i didn't retry
L3024[23:45:09] <Sangar> what?
L3025[23:45:38] <Kilobyte> Sangar: check my two links and the error message
L3026[23:45:47] <Kilobyte> then tell me wtf javac is smoking
L3027[23:46:41] <Techokami> man I love the little animation I made for the Particle Effect Card :3
L3028[23:46:50] <Sangar> Kilobyte, protected Tag.TagType etc, no?
L3029[23:47:11] <Kilobyte> shouldn't be needed, but lets try anyways
L3030[23:47:14] <gamax92> Techokami: I got a better idea thats a lot less heavy.
L3031[23:47:22] <Techokami> cools
L3032[23:47:32] <gamax92> a 4 channel synthesizer with 5 different wave forms
L3033[23:47:46] <Techokami> hmm!
L3034[23:47:48] <Sangar> Kilobyte, well, if you add a import ...Tag.TagType it wouldn't be, but like this i'd expect it to be?
L3035[23:47:57] ⇦ Quits: Daiyousei (~AndChat23@swrkal4.static.otenet.gr) (Ping timeout: 189 seconds)
L3036[23:47:58] <gamax92> which 1, is a lot more light weight, and 2. has 64 times less registers than an OPL3
L3037[23:48:05] <Techokami> hahaha
L3038[23:48:10] <Kilobyte> Sangar: apperently that was the issue
L3039[23:48:16] <Kilobyte> intellij didn't report it
L3040[23:48:21] <Kilobyte> only javac did
L3041[23:48:25] <Kilobyte> BAD intellij
L3042[23:48:28] <Sangar> :P
L3043[23:48:39] <Techokami> I would like to see a replacement for immibis' square wave-only speaker block that could do more
L3044[23:48:54] <gamax92> Techokami: >_> I forgot that existed
L3045[23:48:57] <gamax92> welp nvm then
L3046[23:48:57] <JoshTheEnder> fuck sake i have hiccups
L3047[23:49:08] <Techokami> >5 different wave forms
L3048[23:49:14] <Techokami> immibis' only has one
L3049[23:49:55] <Kilobyte> Sangar: btw, if you generate the stuff with the sub project you need to manually add module deps after running gradle idea
L3050[23:50:04] <Kilobyte> well, it might work if you import gradle project
L3051[23:50:08] ⇨ Joins: loool (webchat@93.185.181.236)
L3052[23:50:09] <Techokami> and you had to use FORTH to make it work nicely in multiplayer
L3053[23:50:35] <Sangar> Kilobyte, hmm, meh :/
L3054[23:50:50] <gamax92> actually, probably would do 12 registers instead of 8, more intervals for frequencies.
L3055[23:51:51] *** Techokami is now known as Techokami|Off
L3056[23:51:57] <loool> Why i have error "no primary "note_block"?(i have open components and noteblock connected with adapter)
L3057[23:53:37] <gamax92> Techokami|Off: On the chance you get this message, I'mm gonna do a demo up in love2d of such a device.
L3058[23:53:42] <gamax92> simply because love2d is also lua
L3059[23:54:05] <JoshTheEnder> gamax92, pm him, he'll get it when he next logs back onto the bouncer
L3060[23:54:17] <Async> I am being forced to type this message by my opressor
L3061[23:55:09] <Kilobyte> Sangar: gah, cannot get vortex to do stuff
L3062[23:55:35] <Kilobyte> nvm
L3063[23:55:48] <Kilobyte> $ cat ../vortex-code/hello.lua
L3064[23:55:49] <Kilobyte> local __e9ew_rt = require("rt_init")
L3065[23:55:49] <Kilobyte> require("vxrt")
L3066[23:55:49] <Kilobyte> print(([[Hello World]]))
L3067[23:55:56] <Async> Fix an OpenGL Stack Overack overflow
L3068[23:55:59] <Async> what the fuck me
L3069[23:56:04] ⇨ Joins: PotatoTrumpet (~PotatoTru@WL4-34.1scom.net)
L3070[23:56:23] <PotatoTrumpet> o/
L3071[23:56:26] <Sangar> Kilobyte, wat
L3072[23:56:30] * gamax92 attacks PotatoTrumpet
L3073[23:56:40] ⇦ Quits: loool (webchat@93.185.181.236) (Quit: Web client closed)
L3074[23:56:41] <Kilobyte> Sangar: compiled a hello world from vortex to lua
L3075[23:56:42] <Kilobyte> :P
L3076[23:56:47] <Sangar> loool, try running 'components' from the shell, see if it shows up there
L3077[23:56:49] *** PotatoTrumpet is now known as ETS2Potato
L3078[23:56:51] <Sangar> Kilobyte, ah, k
L3079[23:57:47] *** Keridos is now known as Keridos_off
L3080[23:59:35] <Kilobyte> yeah, doesn't look too bad
L3081[23:59:36] <Kilobyte> https://gist.github.com/Kilobyte22/5103571e70f22c0fea1b
L3082[23:59:36] <^v> Kilobyte, No desc Written in Java by Kilobyte22 1.74KB
<<Prev Next>> Scroll to Top