<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:04:49] ⇦ Quits: AngieBLD|Off (AngieBLD@thatjoshgreen.me) (Ping timeout: 186 seconds)
L2[00:05:05] ⇨ Joins: AngieBLD|Off (AngieBLD@thatjoshgreen.me)
L3[00:05:21] *** AngieBLD|Off is now known as AngieBLD
L4[00:08:07] ⇦ Quits: asie (~textual@078088168214.elblag.vectranet.pl) (Quit: I'll probably come back in either 20 minutes or 8 hours.)
L5[00:11:35] *** cazzar|Away is now known as Cazzar
L6[00:11:41] *** prassel|off is now known as prasselpikachu
L7[00:12:27] *** prasselpikachu is now known as prassel|off
L8[00:14:39] *** Biohazard is now known as Bot
L9[00:18:27] <dangranos> asie, why you not use = istead of print?
L10[00:19:46] <dangranos> oops, fail
L11[00:20:03] ⇨ Joins: Johannes13 (~Johannes@p4FDE933A.dip0.t-ipconnect.de)
L12[00:21:35] ⇨ Joins: Vexatos (~Vexatos@p200300556E0DF8662033B03495817DEE.dip0.t-ipconnect.de)
L13[00:25:58] *** prassel|off is now known as prasselpikachu
L14[00:35:34] *** prasselpikachu is now known as prassel|off
L15[00:40:56] ⇨ Joins: ShadowKatStudios (~chatzilla@c211-31-42-102.rochd5.qld.optusnet.com.au)
L16[00:41:01] <ShadowKatStudios> Afternoon o/
L17[00:41:12] <ShadowKatStudios> Have you guys seen http://cil.li ?
L18[00:42:45] ⇦ Quits: Kodos (~Kodos@108-226-6-195.lightspeed.stlsmo.sbcglobal.net) (Ping timeout: 194 seconds)
L19[00:45:12] <ShadowKatStudios> Also, was in HPE today, teacher comes up to me and asks how my assignment is going, I respond with great, he asks whether I've done anything and I respond with "You said we had till midnight"
L20[00:48:42] <ShadowKatStudios> Question to you people that work with IT: Would I need good marks in HPE to get a job in the IT industry? I don't believe so, but there are people that think otherwise.
L21[00:53:42] ⇨ Joins: gjgfuj (~gjgfuj@119.15.76.203)
L22[01:00:18] <ping> \o/ gjgfuj
L23[01:05:26] ⇨ Joins: asie|tab (~asietab@apn-77-113-85-89.dynamic.gprs.plus.pl)
L24[01:12:24] ⇦ Quits: asie|tab (~asietab@apn-77-113-85-89.dynamic.gprs.plus.pl) (Quit: Yui <3)
L25[01:13:27] <ShadowKatStudios> :( My brain is gonna be fried by the end of this, it's an assignment about sport D:
L26[01:19:22] *** alekso56_off is now known as alekso56
L27[01:35:07] ⇨ Joins: asie|tab (~asietab@apn-77-113-85-89.dynamic.gprs.plus.pl)
L28[01:44:06] ⇦ Quits: asie|tab (~asietab@apn-77-113-85-89.dynamic.gprs.plus.pl) (Quit: Yui <3)
L29[01:46:27] <ShadowKatStudios> :o Tape drives on ebay
L30[01:47:43] <ShadowKatStudios> Meh, I'll just chop the end off this dead server and use the SCSI backplane to RAID
L31[01:49:34] ⇦ Quits: Vexatos (~Vexatos@p200300556E0DF8662033B03495817DEE.dip0.t-ipconnect.de) (Quit: Greetings from Pastry Fork, Inc. ✔)
L32[01:58:17] <ShadowKatStudios> What functions do a filesystem component have?
L33[01:59:49] <ShadowKatStudios> Alternatively, how can I get =filesystem to tell me the whole API?
L34[02:02:14] <ping> .w fs
L35[02:02:15] <^v> ping, https://github.com/MightyPirates/OpenComputers/wiki/api-filesystem
L36[02:04:26] <ShadowKatStudios> How abstracted is the FS API compared to the filesystem components?
L37[02:04:38] <ping> they are the same iirc
L38[02:06:24] <ShadowKatStudios> Oh, that makes my life easier then. Time to get working on Tape FAT FS
L39[02:09:33] <ShadowKatStudios> isAutorunEnabled is an abstraction
L40[02:14:31] ⇦ Quits: Moonrise (~Moonrise@112.185.38.188) (Remote host closed the connection)
L41[02:15:47] <ping> https://gist.github.com/infinikiller64/9795524
L42[02:15:47] <^v> ping, test Written in Monkey by infinikiller64 0.02KB
L43[02:15:49] <ping> yay
L44[02:15:51] <ping> that works
L45[02:17:37] <ShadowKatStudios> Uh, how would I fake a timestamp or get a unix timestamp from the outside world?
L46[02:18:41] <ping> .> socket.gettime()
L47[02:18:42] <^v> ping, 1395908309.6447
L48[02:18:48] <ping> there, a timestamp
L49[02:19:41] <dangranos> nice bot
L50[02:19:45] <ping> ur a bot
L51[02:19:56] <dangranos> who?
L52[02:20:01] <ping> u
L53[02:21:40] <dangranos> uh
L54[02:24:07] <ShadowKatStudios> filesystem,open could be interesting to impliment
L55[02:24:38] <ping> .-. its simple though
L56[02:26:08] <ShadowKatStudios> Have you done it to a FAT-8 formatted drive?
L57[02:26:19] <ShadowKatStudios> Tape, I mean
L58[02:26:59] <ping> well, serializing file data should be easy
L59[02:27:31] ⇦ Quits: ashka (~postmaste@5.9.122.82) (Ping timeout: 380 seconds)
L60[02:27:43] <ShadowKatStudios> It supports writing strings so...
L61[02:28:53] <ShadowKatStudios> Meh, it can be things that modify a string in RAM
L62[02:33:24] <ping> ShadowKatStudios, y u no nickserv?
L63[02:33:43] <ShadowKatStudios> Happy?
L64[02:36:22] ⇨ Joins: Moonrise (~Moonrise@112.185.38.188)
L65[02:37:26] ⇦ Quits: ^v (~pingbot@c-71-238-153-166.hsd1.mi.comcast.net) (Read error: Connection reset by peer)
L66[02:37:32] ⇨ Joins: ^v (~pingbot@c-71-238-153-166.hsd1.mi.comcast.net)
L67[02:37:42] ⇨ Joins: pong (~notPing@c-71-238-153-166.hsd1.mi.comcast.net)
L68[02:37:48] *** alekso56 is now known as alekso56_off
L69[02:38:04] <pong> anway
L70[02:38:04] ⇦ Quits: ping (~notPing@c-71-238-153-166.hsd1.mi.comcast.net) (Read error: Connection reset by peer)
L71[02:38:10] <pong> bedtime
L72[02:38:15] <ShadowKatStudios> Hmm, should I save the FAT when I write files or at regular intervals?
L73[02:38:19] <ShadowKatStudios> Night
L74[02:39:38] <pong> dont break ^v
L75[02:39:47] ⇦ Quits: pong (~notPing@c-71-238-153-166.hsd1.mi.comcast.net) (Client Quit)
L76[02:41:08] <dangranos> how fast icmp tunnel is?
L77[02:53:03] ⇨ Joins: ashka (~postmaste@5.9.122.82)
L78[02:57:43] ⇨ Joins: maexono (~quassel@dslb-188-108-154-076.pools.arcor-ip.net)
L79[02:57:58] <ShadowKatStudios> Guys, in my script ( http://pastebin.com/w72Xp8tt ) it errors at line 36 with 'attempt to index local "f" (a nil value'
L80[02:59:00] *** LordEnderMightNotBeHere is now known as JoshTheEnder
L81[02:59:26] <ShadowKatStudios> Why is itt doing that? :(
L82[03:00:02] *** JoshTheEnder is now known as JoshTheEnderMightNotBeHere
L83[03:05:52] <dangranos> maybe file not exists?
L84[03:06:28] <dangranos> ..
L85[03:07:36] <dangranos> io.open should return error as second value
L86[03:09:51] ⇦ Quits: ^v (~pingbot@c-71-238-153-166.hsd1.mi.comcast.net) (Ping timeout: 195 seconds)
L87[03:11:27] <dangranos> yep, file not found
L88[03:13:00] *** alekso56_off is now known as alekso56
L89[03:14:39] <ShadowKatStudios> It should make a new one?
L90[03:15:34] <dangranos> is folder exists?
L91[03:16:11] <ShadowKatStudios> I'll check
L92[03:16:14] <dangranos> hmm, i cant place second hdd to computer
L93[03:16:48] <dangranos> oh
L94[03:17:00] <ShadowKatStudios> Oh, it didn't exist xD
L95[03:17:47] <dangranos> :P
L96[03:18:18] <ShadowKatStudios> Argh, events don't seem to work D:
L97[03:19:03] <ShadowKatStudios> If I push a signal called relay_message a function waiting for it doesn't run D:
L98[03:19:31] <dangranos> try sleep a little after pushing?
L99[03:20:21] <ShadowKatStudios> Huh, OK
L100[03:21:54] <ShadowKatStudios> I wonder if I should reduce the delay on my relay program, I could get a 4-node path down to a max of 20 seconds if I used a 5 second delay
L101[03:22:12] <ShadowKatStudios> Nope, sleep doesn't help :(
L102[03:22:17] *** alekso56 is now known as alekso56_off
L103[03:22:38] <ShadowKatStudios> I'll just integrate my mail program with the repeater program
L104[03:24:10] <ShadowKatStudios> I guess I'll have repeater programs that way...
L105[03:24:39] <ShadowKatStudios> Wait, disreguard that
L106[03:26:23] <ShadowKatStudios> Hah, I could probably impliment high-speed relays thatt only repeat
L107[03:28:53] <ShadowKatStudios> Function itself works fine, calling from this function doesn't :/
L108[03:40:19] <dangranos> hmm
L109[03:41:56] <dangranos> i cant understand, is there any difference if i write dfpwm audio with newline character ( they stripping if using file:read() ) or without it
L110[03:43:52] <dangranos> how to disable fs caching?
L111[03:44:09] <ShadowKatStudios> It's in the config
L112[03:44:31] <dangranos> where?
L113[03:44:37] <dangranos> *where in config
L114[03:44:48] <ShadowKatStudios> Uh, it might be in general?
L115[03:44:57] <ShadowKatStudios> Don't remember though
L116[03:45:10] <ShadowKatStudios> I'm gonna end up enabling it on my server so I don't kill the HDD when I get the relay network up.
L117[03:45:56] <dangranos> use ramfs, no?
L118[03:46:18] <ShadowKatStudios> It's 512k right?
L119[03:46:37] <ShadowKatStudios> Should be big enough to hold the relay messages for 30 seconds
L120[03:47:39] <ShadowKatStudios> I want to make a MtM emulated processor
L121[03:47:51] <ShadowKatStudios> 4-bit with 12-bit addressing
L122[03:48:34] <ShadowKatStudios> And run it off the tape
L123[03:48:41] <ShadowKatStudios> An effective speed of 20 Hz :D
L124[03:49:47] <ShadowKatStudios> I could probably impliment 16 registers
L125[03:54:02] <ShadowKatStudios> bit32.extract(number, bit to extract
L126[03:54:04] <ShadowKatStudios> )
L127[03:55:40] *** JoshTheEnderMightNotBeHere is now known as JoshTheEnder
L128[03:58:58] ⇨ Joins: Lumien (~lumien@p4FED44C8.dip0.t-ipconnect.de)
L129[04:00:36] ⇦ Quits: mallrat208 (Mibbit@68.204.184.175) (Quit: http://www.mibbit.com ajax IRC Client)
L130[04:00:55] <Lumien> Okay i'm too stupid to add the api to my gradle environment right now
L131[04:01:13] <Lumien> if i try to add the lines of the README to my build file it says this on setup: http://pastebin.com/bVt84Y9P
L132[04:01:16] ⇨ Joins: mallrat208 (Mibbit@68.204.184.175)
L133[04:03:10] <JoshTheEnder> wow, esper had a splitty night
L134[04:04:49] * ShadowKatStudios is working on a lookup table for converting numbers to 4 bits of trues and falses
L135[04:05:24] <Ir7_o> ikr
L136[04:06:50] <ShadowKatStudios> Multi-line tables are {[[ and ]]} right?
L137[04:07:46] <JoshTheEnder> i think they're the same as standard, just on multiple lines
L138[04:08:43] <Ir7_o> idk, i would have thought that they are a table inside a table?
L139[04:09:57] <ShadowKatStudios> Oh, OK
L140[04:10:43] <JoshTheEnder> hmm, ping isnt here :/
L141[04:14:06] <ShadowKatStudios> Anyone want a 4-bit truth table of booleans?
L142[04:18:13] ⇦ Quits: Lumien (~lumien@p4FED44C8.dip0.t-ipconnect.de) (Quit: Nettalk6 - www.ntalk.de)
L143[04:29:50] <Kenny|Sleeping> he went to bed 1.5 hours ago
L144[04:35:35] *** JoshTheEnder is now known as JoshTheEnderMightNotBeHere
L145[04:35:43] ⇦ Quits: ShadowKatStudios (~chatzilla@c211-31-42-102.rochd5.qld.optusnet.com.au) (Read error: Connection reset by peer)
L146[04:43:21] ⇨ Joins: KennyBot (~PircBot@108-233-229-21.lightspeed.bcvloh.sbcglobal.net)
L147[04:43:39] <Kenny|Sleeping> yeah, it actually works hehe
L148[04:43:48] *** Kenny|Sleeping is now known as Kenny
L149[04:44:32] ⇦ Quits: KennyBot (~PircBot@108-233-229-21.lightspeed.bcvloh.sbcglobal.net) (Read error: Connection reset by peer)
L150[05:00:20] ⇦ Quits: Moonrise (~Moonrise@112.185.38.188) (Ping timeout: 190 seconds)
L151[05:10:28] ⇨ Joins: KennyBot (~PircBot@108-233-229-21.lightspeed.bcvloh.sbcglobal.net)
L152[05:10:35] <Kenny> !time
L153[05:10:35] <KennyBot> Kenny: The time is now Thu Mar 27 07:10:35 EDT 2014
L154[05:10:48] <Kenny> !Josh1
L155[05:10:48] <KennyBot> Kenny: JoshTheEnder is silly
L156[05:11:05] <Kenny> !part
L157[05:11:05] <KennyBot> /part
L158[05:11:30] ⇦ Quits: KennyBot (~PircBot@108-233-229-21.lightspeed.bcvloh.sbcglobal.net) (Read error: Connection reset by peer)
L159[05:19:50] ⇨ Joins: KennyBot (~PircBot@108-233-229-21.lightspeed.bcvloh.sbcglobal.net)
L160[05:19:58] <Kenny> !quit
L161[05:19:58] ⇦ Quits: KennyBot (~PircBot@108-233-229-21.lightspeed.bcvloh.sbcglobal.net) (Client Quit)
L162[05:23:57] ⇦ Quits: gjgfuj (~gjgfuj@119.15.76.203) (Ping timeout: 186 seconds)
L163[05:27:56] ⇦ Quits: Bot (Biohazard@biohazard.tropicraft.net) (Ping timeout: 380 seconds)
L164[05:29:41] ⇨ Joins: Biohazard (Biohazard@biohazard.tropicraft.net)
L165[05:39:34] ⇨ Joins: gjgfuj (~gjgfuj@119.15.76.203)
L166[05:59:33] ⇨ Joins: BevoLJ (~BevoLJ@cpe-24-55-33-198.austin.res.rr.com)
L167[05:59:33] zsh sets mode: +v on BevoLJ
L168[05:59:33] <Kenny> \o
L169[06:21:49] ⇨ Joins: Din (~DinFer@37.203.92.18)
L170[06:22:45] ⇦ Quits: BevoLJ (~BevoLJ@cpe-24-55-33-198.austin.res.rr.com) ()
L171[06:22:59] ⇨ Joins: BevoLJ (~BevoLJ@cpe-24-55-33-198.austin.res.rr.com)
L172[06:22:59] <Kenny> \o
L173[06:22:59] zsh sets mode: +v on BevoLJ
L174[06:23:13] <Din> o/ Kenny
L175[06:23:48] <Kenny> hehe
L176[06:24:03] <Kenny> writing my own irc bot
L177[06:24:40] <Din> What's his name Kenny ?
L178[06:25:47] ⇨ Joins: KennyBot (~PircBot@108-233-229-21.lightspeed.bcvloh.sbcglobal.net)
L179[06:25:57] <Kenny> that answer your question hehe
L180[06:26:17] <Kenny> !time
L181[06:26:17] <KennyBot> Kenny: The time is now Thu Mar 27 08:26:17 EDT 2014
L182[06:26:19] <Din> Kenny, can you name him "MittyB"
L183[06:27:00] <Kenny> at the moment it only has 3 commands
L184[06:27:05] <Kenny> !Josh1
L185[06:27:06] <KennyBot> Kenny: JoshTheEnder is silly
L186[06:27:26] <Kenny> type !quit
L187[06:27:33] <Din> !quit
L188[06:27:43] <Din> !quit
L189[06:27:46] <Bizzycola> !quit
L190[06:27:49] <Kenny> wanted to make sure it would only quit when i said it
L191[06:27:49] <Din> !quit you stupid ugly bot
L192[06:27:58] <Din> !kiss_din
L193[06:28:06] <Din> !kill Kenny
L194[06:28:10] <Din> Bad bot.
L195[06:28:11] <Kenny> !quit
L196[06:28:12] ⇦ Quits: KennyBot (~PircBot@108-233-229-21.lightspeed.bcvloh.sbcglobal.net) (Client Quit)
L197[06:28:27] <Bizzycola> Look what you did, di(n), you hurt it's feelings and it left!
L198[06:28:50] <Din> I'm okay with being pinged
L199[06:29:06] <Bizzycola> ok..
L200[06:29:22] <Bizzycola> Look what you did din! You hurt it's feelings and it left!
L201[06:29:22] <Bizzycola> :p
L202[06:29:39] <Din> BOOOOOOOOOOO
L203[06:29:44] <Din> That bot sucked anyways
L204[06:29:49] <Bizzycola> :p
L205[06:30:12] ⇨ Joins: ShadowKatStudios (~chatzilla@c211-31-42-102.rochd5.qld.optusnet.com.au)
L206[06:30:12] <Din> We had a math contest. I only did like 50%. KILL ME
L207[06:30:14] ⇨ Joins: KennyBot (~PircBot@108-233-229-21.lightspeed.bcvloh.sbcglobal.net)
L208[06:30:21] <Din> Hello shittybot
L209[06:30:25] <Bizzycola> I could bring a bot around when kenn(y) isn't looking but I don't care enough to create one
L210[06:30:25] <Kenny> try killing Kenny now
L211[06:30:31] <Din> !kill Kenny
L212[06:30:38] <Bizzycola> fail
L213[06:30:40] <Bizzycola> :D
L214[06:30:41] <Din> !kill Kenny
L215[06:30:44] <Kenny> daMN FORGOT SOMETHING
L216[06:30:47] <Din> !execute Kenny
L217[06:30:51] <Kenny> !quit
L218[06:30:51] ⇦ Quits: KennyBot (~PircBot@108-233-229-21.lightspeed.bcvloh.sbcglobal.net) (Client Quit)
L219[06:30:54] <Bizzycola> like how to disable capslock? :D
L220[06:31:14] <Bizzycola> or how to turn it on befor you've already started typing
L221[06:31:20] <Bizzycola> depends whether it was intentional or not
L222[06:31:28] <Din> http://i.imgur.com/xWTtcth.jpg Someone try to solve 4-6
L223[06:32:30] <ShadowKatStudios> I can't read that :P
L224[06:33:15] <Din> ShadowKatStudios, google translate ^^
L225[06:33:28] <ShadowKatStudios> I can't get some of thoose chars :P
L226[06:34:07] <Din> ShadowKatStudios, just remove the thing above
L227[06:34:13] <Din> example š = s
L228[06:34:16] <Din> ž = z
L229[06:34:31] <ShadowKatStudios> It copes with that? Nice.
L230[06:35:00] <Din> That's how we do it in bosnia.
L231[06:35:10] <Din> We're too lazy to type šđžćč
L232[06:35:20] <Din> oh and, đ/Đ = dj
L233[06:35:39] * ShadowKatStudios is drooling over surplus Sun servers
L234[06:36:10] <dangranos> is there any server with OC?
L235[06:36:19] <ShadowKatStudios> Wired has one
L236[06:36:23] <ShadowKatStudios> Check the CC forums
L237[06:36:54] <dangranos> looks like logic went very far away
L238[06:37:03] <ShadowKatStudios> It was on the old OC forums buut...
L239[06:38:31] * ShadowKatStudios wants a Sun Fire T1000 :D
L240[06:38:50] <dangranos> :(
L241[06:39:38] <dangranos> there is no computronics at wired's server
L242[06:40:06] <ShadowKatStudios> I believe Asie will be launching one soon
L243[06:40:32] *** tgame14|Sleep is now known as tgame14
L244[06:42:11] ⇨ Joins: asie|tab (~asietab@apn-77-113-85-89.dynamic.gprs.plus.pl)
L245[06:42:19] *** Death||Away is now known as Death
L246[06:43:34] *** Din is now known as |_Din_|AFK|
L247[06:49:09] *** |_Din_|AFK| is now known as |_Din_|
L248[06:50:35] ⇦ Quits: asie|tab (~asietab@apn-77-113-85-89.dynamic.gprs.plus.pl) (Quit: Yui <3)
L249[06:53:26] *** Death is now known as Death||Away
L250[06:58:20] ⇦ Quits: ShadowKatStudios (~chatzilla@c211-31-42-102.rochd5.qld.optusnet.com.au) (Ping timeout: 190 seconds)
L251[07:09:16] *** JoshTheEnderMightNotBeHere is now known as JoshTheEnder
L252[07:12:37] <JoshTheEnder> o/ all
L253[07:25:07] <Kenny> yo \o
L254[07:40:41] <dangranos> whoops, wired's server have omputronics
L255[07:44:46] ⇨ Joins: ^v (~pingbot@c-71-238-153-166.hsd1.mi.comcast.net)
L256[07:46:19] ⇨ Joins: asie|tab (~asietab@apn-77-113-85-89.dynamic.gprs.plus.pl)
L257[07:46:54] <Kenny> Josh, when it says to run a jar file from a terminal, what does that mean?
L258[07:47:57] ⇦ Quits: ^v (~pingbot@c-71-238-153-166.hsd1.mi.comcast.net) (Ping timeout: 186 seconds)
L259[07:48:40] ⇦ Quits: |_Din_| (~DinFer@37.203.92.18) (Ping timeout: 190 seconds)
L260[07:50:46] <JoshTheEnder> go into the terminal or command prompt, switch to the directory that the .jar file is in, and then do "java -jar -Xmx1G -Xms1G File_Name.jar"
L261[07:52:16] <Kenny> thanks
L262[07:52:16] <JoshTheEnder> Kenny: ^^
L263[07:56:31] <Kenny> making a bot :)
L264[07:57:33] <JoshTheEnder> cool, i tried making one in java once. i just dont like coding java
L265[07:58:22] <Kenny> i grabbed one already made hehe
L266[07:58:34] <Kenny> and with which i'm somewhat familiar
L267[07:59:17] *** Kenny is now known as OC_Bot
L268[07:59:21] <JoshTheEnder> yeah, i want ot be good at java but my brain is like "Nope"
L269[07:59:33] *** OC_Bot is now known as Kenny
L270[07:59:47] <Kenny> i'm not that good at jave
L271[07:59:50] <Kenny> java*
L272[08:00:00] <Kenny> i actually know lua better than java hehe
L273[08:00:14] <Bizzycola> java is easy :p
L274[08:00:15] <Kenny> and i don't know lua all that well
L275[08:00:20] <JoshTheEnder> i know lua and python better than java
L276[08:00:26] <Bizzycola> Probably just because I was good at C# first but still
L277[08:00:44] <Kenny> i've been out of coding for 20 years
L278[08:01:01] <Kenny> when i graduated college OOP programming was just a concept
L279[08:04:43] <JoshTheEnder> see ya
L280[08:05:00] <Kenny> school time?
L281[08:05:16] *** JoshTheEnder is now known as JoshTheEnderMightNotBeHere
L282[08:05:56] ⇨ Joins: maexono|AFK (~quassel@dslb-188-108-154-076.pools.arcor-ip.net)
L283[08:06:38] ⇦ Quits: maexono|AFK (~quassel@dslb-188-108-154-076.pools.arcor-ip.net) (Client Quit)
L284[08:07:12] ⇨ Joins: maexono|AFK (~quassel@dslb-188-108-154-076.pools.arcor-ip.net)
L285[08:07:49] ⇦ Quits: maexono|AFK (~quassel@dslb-188-108-154-076.pools.arcor-ip.net) (Remote host closed the connection)
L286[08:08:45] ⇦ Quits: maexono (~quassel@dslb-188-108-154-076.pools.arcor-ip.net) (Ping timeout: 195 seconds)
L287[08:09:19] ⇦ Quits: asie|tab (~asietab@apn-77-113-85-89.dynamic.gprs.plus.pl) (Quit: Yui <3)
L288[08:09:48] ⇨ Joins: maexono (~quassel@dslb-188-108-154-076.pools.arcor-ip.net)
L289[08:23:31] *** alekso56_off is now known as alekso56
L290[08:26:27] ⇦ Quits: Johannes13 (~Johannes@p4FDE933A.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
L291[08:26:47] ⇨ Joins: Johannes13 (~Johannes@p4FDE933A.dip0.t-ipconnect.de)
L292[08:30:59] ⇨ Joins: Vexatos (~Vexatos@p200300556E0DF8662033B03495817DEE.dip0.t-ipconnect.de)
L293[08:35:45] *** Death||Away is now known as Death
L294[08:35:58] ⇨ Joins: nekosune (~nekosune@2606:df00:3:3::dad0:9d3e)
L295[08:36:09] <nekosune> hihi
L296[08:36:27] <Death> o/
L297[08:38:21] <nekosune> Just going through the whole thing of adding OpenCOmputers to Thaumic Tinkerer 1.7
L298[08:41:22] ⇨ Joins: Gopher (~Gopher@118.sub-174-251-241.myvzw.com)
L299[08:41:41] * Gopher waves in vague greeting
L300[08:44:48] <nekosune> hihi
L301[08:45:36] <Gopher> sitting here updating my task list, trying to decide what to do next in my gui library
L302[08:45:43] <Gopher> how goes, nekosune?
L303[08:50:37] <nekosune> Adding OC to Thaumic TInkerer 1.7
L304[08:54:25] <Gopher> ah, nice
L305[08:54:41] <nekosune> I unortunatly cant use OpenComponents support of CC
L306[08:54:48] <nekosune> as it dosnt work without CC installed it seems
L307[08:55:20] ⇦ Quits: progwml6|L (~progwml6@n2-198-175.resnet.drexel.edu) (Ping timeout: 190 seconds)
L308[08:56:23] ⇨ Joins: asie (~textual@078088168214.elblag.vectranet.pl)
L309[08:56:44] <nekosune> Hi
L310[08:56:58] ⇦ Quits: ANXHaruhi|HexChat (~ANXHaruhi@4.Red-95-121-205.dynamicIP.rima-tde.net) (Read error: Connection reset by peer)
L311[08:57:17] ⇨ Joins: ANXHaruhi|HexChat (~ANXHaruhi@4.Red-95-121-205.dynamicIP.rima-tde.net)
L312[09:01:57] ⇦ Quits: Tahg (~Tahg@pool-108-20-163-248.bstnma.fios.verizon.net) (Ping timeout: 195 seconds)
L313[09:03:19] ⇨ Joins: Tahg (~Tahg@pool-108-20-163-248.bstnma.fios.verizon.net)
L314[09:03:19] <Kenny> \o
L315[09:03:20] zsh sets mode: +v on Tahg
L316[09:03:43] *** alekso56 is now known as alekso56_off
L317[09:08:21] <nekosune> WB
L318[09:09:54] <Gopher> the internet card needs to come with a program to pull from github, since that seems to be where a lot of the OC programs live
L319[09:10:06] <nekosune> I actually do have a question about OC, when does it check for what functions are available on a component?
L320[09:10:15] <nekosune> does it do it once like CC does, or does it do it on call?
L321[09:12:19] <Michiyo> Gopher, just use wget to grab the raw file :P
L322[09:12:53] <Gopher> michiyo, I know /how/, I've done a bit of github pulling from cc
L323[09:13:23] <Michiyo> That's what I'm getting at, OC HAS wget, you don't need anything "special"
L324[09:13:46] <Gopher> but I mean somethign that lets you do "gitpull <reponame> <dir>" and pulls a whole repo to a target directory.
L325[09:13:57] <Michiyo> Eh, I guess..
L326[09:14:02] <Gopher> pulling and parsing the json file that lists the contents of the repo.
L327[09:18:13] <nekosune> Would changing the envrioment a driver returns, then doing a blokc update, make it return a different instruction set?
L328[09:18:20] <asie> http://www.patreon.com/asie
L329[09:18:22] <asie> I gave in. ;_;
L330[09:18:39] <nekosune> asie: I know the feeling
L331[09:18:56] <asie> Wiki link added.
L332[09:19:48] *** JoshTheEnderMightNotBeHere is now known as JoshTheEnder
L333[09:22:16] <nekosune> o.o
L334[09:22:23] <asie> nekosune: what?
L335[09:23:02] <nekosune> asie, if your doing a patreon also, dont you need that yourself? :)
L336[09:23:24] <asie> nekosune: as in, donations?
L337[09:23:32] <nekosune> yeah
L338[09:23:50] <asie> well, i do - but I believe that donating to other modders is equally important
L339[09:23:58] <asie> why should I reap all the benefits? sharing is caring!
L340[09:24:23] <asie> i don't strictly need to make a living yet, i just want a source of additional funds to cover certain expenses
L341[09:24:23] <nekosune> True, very true
L342[09:24:34] <asie> if someone decides my mods are worth that, the patreon is up
L343[09:24:43] <nekosune> If I wasnt kinda swamped with bills right now, I would be doing the same
L344[09:24:55] <asie> well, hold however much support I can give
L345[09:25:02] <asie> (right now)
L346[09:25:34] <asie> not a lot but hopefully will mean just that little bit
L347[09:25:38] <nekosune> I am, trying to add OC to TT, wondering what I should do about the transvector interface
L348[09:25:43] <asie> nekosune: link to code?
L349[09:25:44] <nekosune> and it means lot :)
L350[09:25:57] <nekosune> havent added that to the git yet, still workign on adding the golem connector
L351[09:26:20] <nekosune> I am trying to figure out if I can do what I couldnt with CC< and have the interface act as a proxy for the block it is connected to
L352[09:26:29] <asie> yes, you can
L353[09:26:34] *** JoshTheEnder is now known as JoshTheEnderMightNotBeHere
L354[09:26:37] <nekosune> perfect!
L355[09:26:39] <asie> you can also do that with CC in fact
L356[09:26:54] <asie> but it is a tad messy
L357[09:27:05] <asie> i have an idea on how to do it but i would need your help
L358[09:27:18] <asie> as in with actually bothering to implement it
L359[09:27:25] <asie> i don't use thaumcraft (i strongly believe in FOSS modding) so i don't want to bother
L360[09:27:50] <nekosune> Ahh? with CC it would be very hard because of it;s whole thing of, it checks the function list on wrap
L361[09:28:06] <asie> Yes, it does
L362[09:28:28] <asie> but there is a way around that
L363[09:28:37] <asie> add a function called .call("function name", [arguments])
L364[09:28:44] <asie> it then calls the function on the other block using the CC API
L365[09:28:46] <asie> and returns the result
L366[09:28:51] <asie> not ideal but at least somewhat there
L367[09:29:15] <asie> for OpenComputers... i am sure you can because the networking code is very powerful
L368[09:29:19] <asie> i don't exactly know how yet though
L369[09:30:22] <asie> >Be a Patron for asiekierka.
L370[09:30:26] <asie> oh god
L371[09:30:28] <asie> that's a loophole
L372[09:30:44] <asie> someone could use it to bump their own account and give it a much higher value
L373[09:31:39] <nekosune> Yeah looking at OC it looks a lot easier, but with CC, the whole call functioname, is iffy at best, and unsure how to do seeing as CC wont even generate the la stuff for those functions, I would have to get into reflection etc
L374[09:31:51] <asie> nekosune: okay, if you get this .call()
L375[09:31:55] <asie> you call the .getMethodNames() on the other block
L376[09:31:58] <nekosune> basically I think at this stage I am going to ust readd the limited set for CC
L377[09:32:04] <asie> if the function name exists, you call the invoke of CC's API
L378[09:32:08] <asie> essentially, use the .call output to call CC's API
L379[09:32:12] <nekosune> nope
L380[09:32:21] <nekosune> because whatabout peripheral handlers like OP
L381[09:32:29] <Gopher> it sounds liek your only issue on cc is that you couldn't use wrap if you had a dynamic list of methods
L382[09:32:29] <asie> nekosune: Peripheral Proxy
L383[09:32:35] <asie> OP has the exact same thing in it
L384[09:32:36] <asie> only not remote
L385[09:32:46] <nekosune> yeah I know, but it has its problmes
L386[09:32:49] <nekosune> also
L387[09:32:50] <Gopher> because wrap is a really trivial lua-side thing in cc
L388[09:33:14] <nekosune> and just basically say in the description of the block "CC can use a limited command sent, OpenComputers can use everything"
L389[09:33:20] <nekosune> set*
L390[09:33:26] <asie> yes
L391[09:33:46] <nekosune> I may look into adding better CC later again, but right now, I want to concentrate on getting 1.7 out, and usab;e
L392[09:33:48] <nekosune> usable
L393[09:34:42] <Gopher> your best bet on cc might be to include a library that mounts when the peripheral is attached.
L394[09:34:51] <Gopher> s/library/api
L395[09:35:09] <nekosune> yeah maybe so, but again, thats a future thing to be honest
L396[09:35:21] <Gopher> it could be a more dynamic alternative to just peripheral.wrap. And yeah, I understand, just throwing ideas out there :)
L397[09:35:59] <Gopher> peripherla.wrap /could/ be rewritten to be dynamic, using metatables, but it'd be a tough sell to dan200 to get him to replace the static one in there now.
L398[09:36:50] <asie> Gopher: wait until after CC 1.6
L399[09:37:01] <asie> but yes, nekosune, .call would be the best workaround
L400[09:37:04] <Gopher> also, honestly, would just seem confusing to users, that the functions may or may not exist. Might be best to go simple, send an event when the methods change
L401[09:37:15] <Gopher> then CC programs using TT can watch for event and re-wrap()
L402[09:37:47] <nekosune> well would be doing an event anyway
L403[09:37:53] <nekosune> but yah
L404[09:40:42] *** Death is now known as Death||Away
L405[09:41:07] <Gopher> put together a single-file demo version of the current state of my gui library, if anyone's interested in checking it out... pastebin Bqp7TA7S
L406[09:42:50] <Gopher> man, the textfield added more bytes of code than I realised. It's at over 30k for gml.lua now.
L407[09:43:10] <Gopher> well, there was all the top-level drag+drop stuff added, too.
L408[09:44:49] <asie> yay! the Cipher Block peripheral is done
L409[09:46:20] <Gopher> (if anyone actually tries the gui demo, try everything. If you find anything broken, or even that you expect to work in a modern gui that doesn't, let me know.)
L410[09:46:48] <Gopher> Oh, the default style is incomplete, so it may be completely unreadable on 2bit and 4bit displays
L411[09:48:48] <Gopher> ah well. I guess that's about the response I was expecting, lol
L412[10:10:09] <Vexatos> Hey Gopher, how's the GUIAPI going :D
L413[10:11:06] <Gopher> Vexatos: lol. packaged a single-file demo version earlier, pastebin Bqp7TA7S
L414[10:12:35] <Vexatos> Are you going to post the stuff on github/OpenPrograms once you're done?
L415[10:13:59] <Gopher> yeah. I guess I could already, but I've been in lazydev mode and not even using a repo atm
L416[10:14:22] <Vexatos> You want me to give you access to create your own OpenPrograms repos?
L417[10:14:24] <Gopher> try everything you can think of in the demo, there's only a few components but they should support pretty much every modern gui feature you can think of
L418[10:14:38] <Vexatos> https://github.com/OpenPrograms
L419[10:14:43] <Gopher> I was wondering who to ask about that earlier
L420[10:14:47] <Vexatos> <--
L421[10:14:55] <Vexatos> What's your github name?
L422[10:15:13] <Gopher> indeed :) sure. gopheratl. The one who's been spamming everyone with notifications about issues lately XD
L423[10:15:37] <Gopher> (Kenny keeps complaining jokingly (I hope) about the notification emails)
L424[10:15:52] <Vexatos> So "gopher42"=
L425[10:15:54] <Vexatos> ?
L426[10:16:03] <Gopher> er, sorry, yes, gopher42.
L427[10:16:05] <Vexatos> a.k.a. Will Thomas
L428[10:16:05] <Kenny> Gopher, it was a joke
L429[10:16:15] <Gopher> gopheratl is my minecraft and most other places gopher is taken name, heh
L430[10:16:35] <Vexatos> Ok, you now can create your own OpenPrograms repos
L431[10:16:40] <Gopher> kenny: I figured, heh
L432[10:17:27] <Gopher> I joke because you mentioned it around the same time I started feeling irrationally guilty for posting so many issues
L433[10:19:57] <Gopher> yeah. Lot more components to implement, and also the whole gml parser/designer aspect I may or may not ever actually get around to, but I'm very happy with what's done so far.
L434[10:20:58] <Gopher> cut/copy/paste, text selection (keyboard (shift) or mouse), drag-selection in the textfield... don't think there's any more features I could possibly add to textfields in particular XD
L435[10:21:14] <Vexatos> Gopher, once you have done the API and uploaded it, you might want to use the wiki of the github repo to add some documentation to it
L436[10:21:22] <Vexatos> :D
L437[10:21:41] <Gopher> yeah, I always document the hell out of code I release, especially apis/libraries
L438[10:21:49] <Vexatos> Good :D
L439[10:22:12] <Gopher> main reason I haven't posted what I have to the forums, I don't wanna stop working long enough to document XD
L440[10:23:06] ⇦ Quits: asie (~textual@078088168214.elblag.vectranet.pl) (Quit: I'll probably come back in either 20 minutes or 8 hours.)
L441[10:23:21] <Gopher> once I get as far as the packaged dialogBox functions, which'll let you use the lib to do custom dialog boxes in a single line of code (choice=gml:dialogBox("Are you sure?","yes","no")), I'll stop, document, and share
L442[10:24:16] <Gopher> s/gml:/gml.
L443[10:27:14] <Vexatos> Nice
L444[10:27:25] <Vexatos> The github built-in wiki is perfect for that
L445[10:28:09] <Gopher> yeah, will be much preferable to in-thread documentation on the forum
L446[10:34:25] *** Sorroko_Off is now known as Sorroko
L447[10:40:22] ⇦ Quits: mallrat208 (Mibbit@68.204.184.175) (Quit: http://www.mibbit.com ajax IRC Client)
L448[10:40:44] ⇨ Joins: Lumien (~lumien@p4FED44C8.dip0.t-ipconnect.de)
L449[10:46:24] ⇨ Joins: progwml6 (~progwml6@n2-198-175.resnet.drexel.edu)
L450[10:46:24] zsh sets mode: +v on progwml6
L451[10:49:38] *** progwml6 is now known as progwml6|L
L452[10:53:44] ⇨ Joins: asie (~textual@078088168214.elblag.vectranet.pl)
L453[10:58:28] *** JoshTheEnderMightNotBeHere is now known as JoshTheEnder
L454[10:59:26] *** Death||Away is now known as Death
L455[10:59:43] ⇨ Joins: ^v (~pingbot@c-71-238-153-166.hsd1.mi.comcast.net)
L456[11:00:37] *** JoshTheEnder is now known as JoshTheEnderMightNotBeHere
L457[11:01:20] *** alekso56_off is now known as alekso56
L458[11:01:32] *** Michiyo is now known as Michiyo[Off]
L459[11:09:54] *** Michiyo[Off] is now known as Michiyo
L460[11:14:44] *** Death is now known as Death|Away
L461[11:16:36] <Lumien> Someone here who would know how to add Open Computers to gradle as an dependency?
L462[11:22:02] <asie> Lumien: Yes!
L463[11:22:09] <Lumien> yay! :D
L464[11:22:10] <asie> Out of curiosity, what mod?
L465[11:22:22] <Lumien> RandomThings
L466[11:22:39] <Lumien> so
L467[11:22:40] <asie> http://paste.ubuntu.com/7163848/
L468[11:22:45] <asie> append :api to the end of the dependencies entry
L469[11:22:48] <asie> to get the API only
L470[11:22:50] <asie> and not the deobfuscated mod
L471[11:23:17] <Vexatos> Does RandomThings have localization support?
L472[11:23:44] <Lumien> well in 1.7 it does
L473[11:24:03] <Vexatos> O:
L474[11:24:08] <Vexatos> Does it have a repository?
L475[11:24:23] <Lumien> so asie when i try compile or compile group it gives me this: http://pastebin.com/j5jtNtbh
L476[11:24:41] <asie> did you add the repository as well?
L477[11:24:43] <asie> you need both
L478[11:24:54] <Lumien> Vexatos before you are disappointed what exactly do you mean with localization support?
L479[11:25:08] <asie> Lumien: Vexatos translates mods to German in his spare time
L480[11:25:10] <Vexatos> Like, the ability to translate the mod to different languages
L481[11:25:11] <Lumien> build file: http://pastebin.com/ezWDGig7
L482[11:25:27] <Vexatos> So, like en_US.lang being the default English file
L483[11:25:36] <Lumien> Hier: https://github.com/lumien231/Random-Things
L484[11:25:40] <Lumien> Kannste gerne machen :)
L485[11:25:45] <Vexatos> And I can make a de_DE.lang file, and if you are using German language in MC, it shows the entires shown there
L486[11:25:51] <Vexatos> Nice
L487[11:26:02] <Lumien> Not finished porting the whole mod though
L488[11:26:10] <asie> >on GitHub
L489[11:26:12] <asie> >no license file
L490[11:26:12] <asie> :<
L491[11:26:16] <Vexatos> That fertillized dirt is the best thing ever, by the way
L492[11:27:35] <Lumien> asie since i'm an idiot when it comes to any legal stuff, what would be problems caused by that?
L493[11:27:42] <asie> Lumien: what rights do you want to keep
L494[11:27:47] <asie> i'll help you pick a license
L495[11:28:17] <Lumien> okay thanks
L496[11:28:53] <Gopher> people could take your code and claim it as their own. Which they can do anyway if you have a license, but the scrupulous thieves won't. Or something. I dunno.
L497[11:29:00] <asie> Gopher: No they can't
L498[11:29:16] <asie> All open source licenses other than public domain reserve the right for credit
L499[11:29:18] <Gopher> legally? perhaps not. Actually? yes.
L500[11:29:26] <asie> it's more of a "do you want other people to share their modified source code under the same license"
L501[11:29:28] <asie> Gopher: They can anyway
L502[11:29:32] <asie> all Java code is de facto open source
L503[11:29:34] <asie> with procyon
L504[11:32:06] <Gopher> in the context of minecraft modding, between the fact that it's java and the fact that the only enforcement likely to come up is community enforcement (forums removing threads or banning users for posting mods based on stolen code), it's just never seemed like a big issue to me.
L505[11:32:16] <Lumien> asie is GPL a good idea?
L506[11:32:29] <Gopher> Unless you expect to make money from your mod, or otherwise are independently wealthy and think suing people for stealing yer mod code sounds like fun.
L507[11:35:21] <asie> Lumien: Please no GPL
L508[11:35:26] <asie> GPL is an overly restricted FOSS license
L509[11:35:27] <Lumien> ?
L510[11:35:39] <asie> it forces anyone including the slightest part of your mod, even an API, to be GPL as well
L511[11:35:42] <asie> it doesn't work with the world of Minecraft
L512[11:35:47] <Lumien> MIT ?
L513[11:35:51] <asie> MIT is a very open license
L514[11:35:56] <asie> the only requirement for anyone is to include a copy of the license
L515[11:35:59] <asie> thus implicitly giving credit
L516[11:36:07] <Kenny> MIT is best imo
L517[11:36:09] <asie> yes
L518[11:36:10] <asie> MIT is best
L519[11:36:23] <Vexatos> I use CEPL :D
L520[11:36:51] <Kenny> well, there is always the DWTFYW license hehe
L521[11:36:53] *** manmaed is now known as manmaed|AFK
L522[11:37:02] <Lumien> okay so i assume when i use the license i have to put my real name in it?
L523[11:37:32] <Kenny> no. just include a copy of the license with the mod
L524[11:38:03] <Kenny> Git would have your real name if it came down to it
L525[11:38:12] <Kenny> as would MC
L526[11:38:21] <Lumien> well MIT has this line: Copyright (c) <year> <copyright holders>, should i just leave it out or put in lumien?
L527[11:39:15] <Kenny> i'd put in the year and your nick and your git name (if it is different)
L528[11:39:30] <Kenny> your nick or*
L529[11:39:39] <Gopher> lumien should be fine, for a mod, assuming it's the name yer known by, posting on forums with, github name, or otherwise generally identifiable as you.
L530[11:40:15] <Lumien> Thanks :D
L531[11:40:15] *** Death|Away is now known as Death
L532[11:40:24] <Lumien> soo to come back, any idea on this error: http://pastebin.com/j5jtNtbh
L533[11:40:34] <Gopher> might be a different matter if you expected to go to court, but you can probably safely assume that's never gonna happen XD
L534[11:42:00] <Gopher> I have been distinctly unproductive today, so this is as good a time as any to stop for lunch :P
L535[11:42:13] ⇦ Quits: Gopher (~Gopher@118.sub-174-251-241.myvzw.com) ()
L536[11:44:49] ⇦ Quits: ^v (~pingbot@c-71-238-153-166.hsd1.mi.comcast.net) (Ping timeout: 186 seconds)
L537[11:44:51] *** JoshTheEnderMightNotBeHere is now known as JoshTheEnder
L538[11:47:53] ⇨ Joins: ping (~notPing@c-71-238-153-166.hsd1.mi.comcast.net)
L539[11:48:11] <ping> fack
L540[11:48:24] ⇨ Joins: ^v (~pingbot@c-71-238-153-166.hsd1.mi.comcast.net)
L541[11:48:31] <ping> i really need to add pings
L542[11:49:20] <Vexatos> Lumien: I am really looking forward to full localization support of the mod :D
L543[11:49:33] <Lumien> what exactly would that mean?
L544[11:51:25] *** SuPeRMiNoR2|Away is now known as SuPeRMiNoR2
L545[11:54:33] <Lumien> okay so i've got no idea why but after moving them out of the buildscript they now work
L546[12:00:28] <Vexatos> Full localization support meaning that every string that ever shows up to a player being localized
L547[12:00:42] <Vexatos> (Like, all the block+item names, all the tooltips, all the GUI text)
L548[12:03:41] <Lumien> oh okay
L549[12:09:46] <Lumien> okay when i place a computer using the deobf version i get this crash: http://pastebin.com/khi9LK2z
L550[12:10:04] <asie> Now that might be an actual bug!
L551[12:10:07] <asie> Sangar: Investeegate!
L552[12:10:30] <ping> Lumien, what version?
L553[12:10:43] <Lumien> 1.7.2-1.2.4.98
L554[12:10:56] <ping> eww 1.7
L555[12:13:06] <Vexatos> OneBuggySeven
L556[12:13:12] <ping> so my modified version of glass, there are arrays
L557[12:13:32] <ping> : sets the current stack
L558[12:13:35] <ping> and ; pops it
L559[12:14:35] *** JoshTheEnder is now known as JoshTheEnder|AFK
L560[12:15:08] <ping> and if the value you put into : isnt a stack type, it makes a new one
L561[12:15:16] <asie> ping, Vexatos: calm down about 1.7
L562[12:15:20] <asie> it will be fixed eventually
L563[12:15:24] <Vexatos> I know :D
L564[12:15:46] <ping> so "":,; will make a new empty stack
L565[12:15:54] <ping> wait, it can be smaller
L566[12:15:58] <ping> 0:,;
L567[12:16:20] <progwml6|L> it's being worked on
L568[12:16:28] <progwml6|L> some of the issues aren't exactly simple
L569[12:17:40] <nekosune> I am enjoying adding OC for TT
L570[12:18:25] ⇦ Quits: SuPeRMiNoR2 (SuPeR@thatjoshgreen.me) (Ping timeout: 186 seconds)
L571[12:18:38] ⇨ Joins: SuPeRMiNoR2 (SuPeR@thatjoshgreen.me)
L572[12:24:19] <Kenny> Lumien: are you using the api from the source on git?
L573[12:24:44] <Lumien> i'm using the latest version of the jenkins server so i guess yes
L574[12:25:04] <Kenny> that should be right
L575[12:33:08] ⇨ Joins: OC_Bot (~PircBot@108-233-229-21.lightspeed.bcvloh.sbcglobal.net)
L576[12:33:56] <ping> wat
L577[12:34:51] <Kenny> !Josh1
L578[12:34:52] <OC_Bot> Kenny: JoshTheEnder is silly
L579[12:35:11] <ping> lets count the bots
L580[12:35:31] <Kenny> 4
L581[12:36:03] <ping> SirEnderBot SuperBot PixelToast OC_Bot Kibibyte ^v
L582[12:36:20] <ping> well, PixelToast is a bouncer for masimum logging
L583[12:36:27] <Kenny> if PixelToast is a bot then YOU have 2 bots in here
L584[12:37:00] <ping> its more of a bouncer
L585[12:37:04] <ping> that i never use
L586[12:37:14] <Kenny> then why is it sittingin here
L587[12:37:25] <ping> i grab logs occasionally
L588[12:37:45] <Kenny> i uise a bouncer but i don't have 2 clients in here
L589[12:38:00] <Kenny> and i log 24/7
L590[12:38:08] ⇨ Joins: Din (~DinFer@92.36.242.194)
L591[12:38:18] <Kenny> !quit
L592[12:38:18] ⇦ Quits: OC_Bot (~PircBot@108-233-229-21.lightspeed.bcvloh.sbcglobal.net) ()
L593[12:38:27] <Din> hai
L594[12:38:34] <Kenny> i wish i were
L595[12:38:39] <ping> hexchat decides to fuck up when i connect to panicbnc
L596[12:39:41] *** Death is now known as Death||Away
L597[12:40:14] <Sangar> evening
L598[12:40:18] <ping> \o/
L599[12:40:22] <Kenny> that's your problem. I'm trying to at least get a halfway decent count of the poeple who are beginning to join the channel and you have a bot, a damn bouincer and your client in here
L600[12:41:19] <Kenny> afk, time to set down some rules
L601[12:41:44] <Sangar> Lumien, hm, i'm afraid i know what that is, i just don't understand why it's not crashing for me :P
L602[12:42:39] ⇦ Quits: MrHohenheim (~MrHohenhe@78-131-50-209.pool.digikabel.hu) (Read error: Connection reset by peer)
L603[12:42:54] *** JoshTheEnder|AFK is now known as JoshTheEnder
L604[12:42:58] * JoshTheEnder stabs kenny
L605[12:43:02] <JoshTheEnder> :P
L606[12:43:13] <ping> no, bad
L607[12:43:15] <Kenny> what? i didn't say anything
L608[12:43:22] <ping> i need to be most aggressive
L609[12:43:25] * ping stabs JoshTheEnder
L610[12:43:31] ⇨ Joins: mallrat208 (Mibbit@68.204.184.175)
L611[12:43:34] <JoshTheEnder> ping, you already are
L612[12:43:44] <JoshTheEnder> Kenny, i'm not silloy :P
L613[12:43:51] <JoshTheEnder> *silly
L614[12:44:00] <JoshTheEnder> PRESS ALL THE KEYS!!
L615[12:44:06] <JoshTheEnder> ftttttttjuyhdcu g jklglk
L616[12:44:12] <JoshTheEnder> ok, i'm done
L617[12:44:50] ⇦ Quits: dangranos (webchat@109.203.209.139) (Ping timeout: 198 seconds)
L618[12:46:53] <Sangar> Lumien, tell me if http://cil.li/mc/OpenComputers-MC1.7.2-1.2.4-deobf.jar works.
L619[12:46:59] ⇨ Joins: Gopher (~Gopher@26.sub-70-193-131.myvzw.com)
L620[12:47:20] ⇨ Joins: Vexaton (~Vexatos@p200300556E0DF868F0E9F6A740CE8901.dip0.t-ipconnect.de)
L621[12:47:35] ⇦ Quits: Vexatos (~Vexatos@p200300556E0DF8662033B03495817DEE.dip0.t-ipconnect.de) (Killed (NickServ (GHOST command used by Vexaton!~Vexatos@p200300556E0DF868F0E9F6A740CE8901.dip0.t-ipconnect.de)))
L622[12:47:37] *** Vexaton is now known as Vexatos
L623[12:49:55] <ping> msg ^v .autowho Vexatos
L624[12:49:59] <ping> derp.
L625[12:50:10] <Vexatos> msg ping ping ping
L626[12:50:19] <Gopher> lol
L627[12:50:24] <ping> msg Vexatos plz
L628[12:50:30] <ping> msg Vexatos no
L629[12:50:45] <Vexatos> msg ping stop pinging me+
L630[12:50:53] <ping> msg Vexatos nu
L631[12:51:03] ⇦ Quits: Gopher (~Gopher@26.sub-70-193-131.myvzw.com) (Read error: Connection reset by peer)
L632[12:51:10] <ping> msg Vexatos msg is bad mkay
L633[12:51:25] ⇨ Joins: Gopher (~Gopher@26.sub-70-193-131.myvzw.com)
L634[12:51:29] <Gopher> ffs internet
L635[12:51:30] <Vexatos> >_>_>
L636[12:51:44] <ping> .whois Gopher
L637[12:51:44] <^v> ping, No results.
L638[12:51:47] <ping> wat
L639[12:51:48] <Lumien> Sangar it does
L640[12:52:07] <Lumien> oh well
L641[12:52:09] <Lumien> i can place it
L642[12:52:13] <Gopher> (forgive if this actually did make it through before) By any chance did anyone try the gui lib demo I linked earlier?
L643[12:52:16] <Lumien> on destruction it crashes with this: java.lang.NoSuchMethodError: li.cil.oc.common.tileentity.traits.power.IndustrialCraft2$class.invalidate(Lli/cil/oc/common/tileentity/traits/power/IndustrialCraft2;)V
L644[12:52:34] <ping> Gopher, your client is identifying after it joins?
L645[12:52:41] <Sangar> right. that's to be excpected, was just a quick test for that.
L646[12:52:47] <ping> eww mIRC
L647[12:52:56] <Sangar> well, more ifs, less optimization i guess
L648[12:53:05] <Gopher> ping: quit being nosy. XD
L649[12:53:15] <Sangar> still weird it doesn't crash here even though the methods are also stripped... java is weird.
L650[12:53:35] <Sangar> i'll push a fixed version in a moment
L651[12:53:40] <ping> well
L652[12:53:42] <ping> gtg
L653[12:54:04] <Gopher> that's a no on the question then. lolsigh.
L654[12:54:20] <Lumien> okay thanks :)
L655[12:55:40] <Michiyo> :P
L656[12:57:07] <Michiyo> Also, ping, mIRC hater? Don't check mine :/
L657[12:57:25] <Gopher> I've been using mirc since ... a long time ago. lol.
L658[12:57:52] <Gopher> I registered it after about a decade. That was nearly a decade ago.
L659[12:57:58] <Michiyo> lol
L660[12:58:51] <Michiyo> -Notice- {from Michiyo} VERSION mIRC v4.5 Khaled Mardam-Bey :P
L661[12:59:08] <Gopher> good old khaled.
L662[12:59:53] <JoshTheEnder> I've generally only used XChat/HexChat, did use mIRC for a bit but i didnt like it's interface much
L663[13:00:25] <Michiyo> I use HexChat mainly, I have my bouncer intercept CTCPs so all of my clients don't respond
L664[13:00:44] <Michiyo> otherwise if you CTCP TIMEd me you'd get something like 10 replies at times
L665[13:00:54] <JoshTheEnder> idk if my bouncer is set to do that
L666[13:00:55] <JoshTheEnder> lol
L667[13:01:08] <JoshTheEnder> hehe
L668[13:01:15] <JoshTheEnder> -Michiyo- TIME Buy a watch!
L669[13:01:20] <Michiyo> :P
L670[13:02:02] <Michiyo> I also reply to finger, and, fake pings
L671[13:02:21] <JoshTheEnder> hmm, i'm guessing the bouncer is replying for SirEnderBot, since it doesnt have ctcp support. -SirEnderBot- TIME 1/1/1 00:00
L672[13:02:55] <JoshTheEnder> lol
L673[13:03:49] <Lumien> also when i only wanna build against the api do i have to do anything else except adding it to the gradle build file?
L674[13:03:58] <Lumien> because i can't actually "see" the classes
L675[13:05:00] <Sangar> adding the dependency on the api should be enough (it is for opencomponents).
L676[13:05:59] <Sangar> if you're using intellij, activate the gradle plugin if you haven't already.
L677[13:06:21] <Sangar> that should then ask you if you'd like to import the project when opening the .ipr.
L678[13:06:30] <Sangar> *gradle project
L679[13:06:44] <Sangar> which will add dependencies configured in your gradle scripts in addition to just the forge ones.
L680[13:06:50] <Lumien> well i added it as an dependency and gradle added it as a library to the eclipse workspace
L681[13:07:09] <Sangar> right. i'd expect that to work then :/
L682[13:07:15] <Lumien> but it only shows the package structure
L683[13:07:51] <Sangar> well, it contains the source files, maybe eclipse doesn't recognize those?
L684[13:13:44] <Lumien> yeah looks like it
L685[13:13:49] <Lumien> the reobf version works fine
L686[13:14:25] <Platinum> Michiyo: why no hexchat? :<
L687[13:14:40] <Michiyo> Platinum, I.. I use HexChat?
L688[13:14:54] *** Death||Away is now known as Death
L689[13:15:00] <Platinum> Michiyo: umm.. when why did you tell ping not check your version?
L690[13:15:02] <Platinum> o,o
L691[13:15:17] <Michiyo> http://puu.sh/7LKQr.png
L692[13:15:53] <Platinum> oic
L693[13:16:00] <Platinum> Michiyo: you should CTCP VERSION me
L694[13:16:02] <Platinum> lol
L695[13:16:13] <Michiyo> :P
L696[13:16:36] <Michiyo> http://puu.sh/7LKXs.png
L697[13:17:04] <Gopher> god. I've started writing documentation, and realised just how much documentation this gui library needs already.
L698[13:17:31] <Gopher> I may just skip the gss documentation for now, if people don't like the default style they can edit default.gss and figure out how to customize it themselves >.<
L699[13:18:02] <Platinum> Michiyo: http://imgur.com/ZOrkzMd :P
L700[13:18:11] <Platinum> I'm not creative. but I do like to keep idiots busy
L701[13:18:14] <Platinum> :D
L702[13:19:29] <Platinum> Lumien love your mod :D
L703[13:19:36] <Platinum> espescially the fertilized dirt
L704[13:19:43] <Lumien> thanks :)
L705[13:19:57] <ping> back
L706[13:21:40] <ping> hmm, would anyone mind if i mass ctcp version?
L707[13:32:06] *** Death is now known as Death||Away
L708[13:32:19] *** Death||Away is now known as Death
L709[13:33:08] ⇦ Quits: ^v (~pingbot@c-71-238-153-166.hsd1.mi.comcast.net) (Excess Flood)
L710[13:33:13] <ping> sweet
L711[13:33:13] ⇨ Joins: ^v (~pingbot@c-71-238-153-166.hsd1.mi.comcast.net)
L712[13:33:18] <ping> exess flood is fun
L713[13:34:45] <Biohazard> uwot
L714[13:34:58] <ping> dammit, it diddnt get everyones version
L715[13:35:09] <ping> sowee for second ctcp
L716[13:35:23] <Biohazard> inb4 mass rage
L717[13:35:24] <ping> there, 1 every second
L718[13:35:30] <ping> hopefully it wont time out
L719[13:35:41] <ping> :/
L720[13:35:49] <ping> its throttling me
L721[13:36:06] <ping> >:chaos.esper.net 707 ^v Vexatos :Targets changing too fast, message dropped
L722[13:36:16] <ping> sigh
L723[13:36:22] <ping> nevermind then :D
L724[13:36:23] <Biohazard> gg
L725[13:36:26] <ping> no channel stats
L726[13:36:35] <ping> er, version
L727[13:53:39] <ping> gtg again
L728[13:53:47] <ping> for couple hrs
L729[13:56:36] ⇦ Quits: asie (~textual@078088168214.elblag.vectranet.pl) (Quit: I'll probably come back in either 20 minutes or 8 hours.)
L730[13:58:18] *** Death is now known as Death||Away
L731[13:59:26] <ping> <dan200> http://www.curseforge.com/media/files/781/298/ComputerCraft1.6.jar
L732[13:59:29] <ping> \o/
L733[14:00:13] <ping> but i dont use 1.7 so no
L734[14:00:19] <ping> gtg for real this time
L735[14:04:58] <JoshTheEnder> damn you pc, y u crash?
L736[14:05:47] <ping> oh wait
L737[14:05:51] <ping> it is 1.6.4
L738[14:06:15] <ping> gtg for real
L739[14:06:21] ⇦ Quits: ping (~notPing@c-71-238-153-166.hsd1.mi.comcast.net) (Quit: Leaving)
L740[14:07:17] *** Death||Away is now known as Death
L741[14:09:55] ⇨ Joins: asie (~textual@078088168214.elblag.vectranet.pl)
L742[14:15:31] <Gopher> cc 1.6 is still for 1.6.4, he was already deep into it (and it's a big'un) when 1.7 came out, he'll be porting it to 1.7 now that it's released.
L743[14:15:37] ⇦ Quits: gjgfuj (~gjgfuj@119.15.76.203) (Ping timeout: 186 seconds)
L744[14:15:44] <Gopher> aaand I'm talking to the empty air ping previously occupied. :facepalm:
L745[14:16:47] ⇨ Joins: gjgfuj (~gjgfuj@119.15.76.203)
L746[14:17:25] ⇦ Quits: SuPeRMiNoR2 (SuPeR@thatjoshgreen.me) (Quit: Goodbye)
L747[14:17:48] ⇨ Joins: SuPeRMiNoR2 (SuPeR@thatjoshgreen.me)
L748[14:22:13] <SuPeRMiNoR2> !mod
L749[14:22:14] <zsh> MC Forum: http://www.minecraftforum.net/topic/2201440-opencomputers-v122/
L750[14:22:14] <zsh> OC Forum: http://oc.cil.li
L751[14:22:14] <zsh> Latest version: 1.2.2 for MC1.6.4 and MC1.7.2
L752[14:22:14] <zsh> Dev Builds: http://ci.cil.li/
L753[14:28:03] <asie> >1.2.2
L754[14:32:28] <Gopher> thread link still works at least, since it ignores the title and uses the thread id
L755[14:32:46] <Kenny> it's changed
L756[14:33:06] <Kenny> or did he just release 1.2.4?
L757[14:33:36] <Gopher> 1.2.4's been out a couple of days I think
L758[14:33:37] ⇦ Quits: gjgfuj (~gjgfuj@119.15.76.203) (Remote host closed the connection)
L759[14:33:53] <Kenny> he hasn't changed the topic
L760[14:34:53] <Kenny> !op
L761[14:34:53] zsh sets mode: +o on Kenny
L762[14:35:04] *** Kenny changes topic to 'Thread: http://www.minecraftforum.net/topic/2201440-opencomputers-v124/ | Forums: http://oc.cil.li/ | Latest version: 1.2.3 for MC1.6.4 and MC1.7.2 | Dev Builds: http://ci.cil.li/'
L763[14:35:18] *** Kenny changes topic to 'Thread: http://www.minecraftforum.net/topic/2201440-opencomputers-v124/ | Forums: http://oc.cil.li/ | Latest version: 1.2.4 for MC1.6.4 and MC1.7.2 | Dev Builds: http://ci.cil.li/'
L764[14:35:37] <Kenny> !deop
L765[14:35:38] zsh sets mode: -o on Kenny
L766[14:35:51] <Kenny> topic and !mod match
L767[14:37:24] ⇨ Joins: ShadowKatStudios (~chatzilla@c211-31-42-102.rochd5.qld.optusnet.com.au)
L768[14:37:54] ⇦ Quits: Din (~DinFer@92.36.242.194) (Quit: Leaving)
L769[14:38:21] ⇦ Quits: Vexatos (~Vexatos@p200300556E0DF868F0E9F6A740CE8901.dip0.t-ipconnect.de) (Quit: Greetings from Pastry Fork, Inc. ✔)
L770[14:42:59] ⇨ Joins: Vexatos (~Vexatos@p200300556E0DF868F0E9F6A740CE8901.dip0.t-ipconnect.de)
L771[14:43:17] <Vexatos> Hey Gopher
L772[14:43:32] <Vexatos> Read this: https://github.com/OpenPrograms/Gophers-Programs/pull/1
L773[14:43:41] <Gopher> hi. I am dumb and sat editing the wiki on my fork instead of the OpenPrograms/Gopher-Programs wiki XD
L774[14:44:45] <Vexatos> Well, copy+paste
L775[14:44:50] <Gopher> already did
L776[14:44:50] <Vexatos> Also, why did you fork?
L777[14:44:59] <Vexatos> You can edit the repo directly, can't you?
L778[14:45:58] <Vexatos> (I assume you can)
L779[14:46:09] <Gopher> I can, yeah
L780[14:46:24] <Vexatos> Ok
L781[14:46:31] <Vexatos> Well, bye again, then :)
L782[14:46:32] <Gopher> combination of laziness and derpiness. At the time github gui wasn't showing the OpenProgrrams as an option to list remote repos
L783[14:46:32] ⇦ Quits: Vexatos (~Vexatos@p200300556E0DF868F0E9F6A740CE8901.dip0.t-ipconnect.de) (Client Quit)
L784[14:46:45] ⇨ Joins: Vexatos (~Vexatos@p200300556E0DF868F0E9F6A740CE8901.dip0.t-ipconnect.de)
L785[14:46:56] ⇦ Quits: Vexatos (~Vexatos@p200300556E0DF868F0E9F6A740CE8901.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
L786[14:48:08] ⇦ Parts: nekosune (~nekosune@2606:df00:3:3::dad0:9d3e) ())
L787[14:52:38] ⇨ Joins: nekosune (~nekosune@2606:df00:3:3::dad0:9d3e)
L788[14:57:24] ⇦ Quits: Gopher (~Gopher@26.sub-70-193-131.myvzw.com) ()
L789[14:58:04] ⇦ Quits: asie (~textual@078088168214.elblag.vectranet.pl) (Quit: I'll probably come back in either 20 minutes or 8 hours.)
L790[14:59:23] *** Death is now known as Death||Away
L791[14:59:27] <Lumien> just fyi, crash on placement of server rack: http://pastebin.com/PKgB0ZzD
L792[15:00:06] ⇦ Quits: DaeDroug (uid22591@id-22591.highgate.irccloud.com) (Quit: Connection closed for inactivity)
L793[15:01:43] <Kenny> what was that link Gopher posted earlier?
L794[15:02:41] ⇨ Joins: asie|tab (~asietab@078088168214.elblag.vectranet.pl)
L795[15:20:23] *** prassel|off is now known as prasselpikachu
L796[15:21:34] *** SuPeRMiNoR2 is now known as SuPeRMiNoR2|Away
L797[15:23:29] *** prasselpikachu is now known as prassel|off
L798[15:26:11] *** Biohazard is now known as Bio_
L799[15:26:27] *** Bio_ is now known as Biohazard
L800[15:26:46] *** Biohazard is now known as Bio_
L801[15:26:52] *** Bio_ is now known as Biohazard
L802[15:27:26] *** prassel|off is now known as prasselpikachu
L803[15:31:32] ⇦ Quits: Lumien (~lumien@p4FED44C8.dip0.t-ipconnect.de) (Quit: Nettalk6 - www.ntalk.de)
L804[15:46:01] ⇦ Quits: asie|tab (~asietab@078088168214.elblag.vectranet.pl) (Quit: Yui <3)
L805[15:47:24] *** prasselpikachu is now known as prassel|off
L806[15:50:39] *** Sorroko is now known as Sorroko_Off
L807[15:52:45] *** prassel|off is now known as prasselpikachu
L808[15:58:06] *** prasselpikachu is now known as prassel|off
L809[16:06:49] *** alekso56 is now known as alekso56_off
L810[16:08:16] ⇦ Quits: maexono (~quassel@dslb-188-108-154-076.pools.arcor-ip.net) (Remote host closed the connection)
L811[16:15:20] ⇦ Quits: ShadowKatStudios (~chatzilla@c211-31-42-102.rochd5.qld.optusnet.com.au) (Ping timeout: 190 seconds)
L812[16:23:46] *** JoshTheEnder is now known as JoshTheEnderMightNotBeHere
L813[16:26:36] <Platinum> !mod
L814[16:26:37] <zsh> MC Forum: http://www.minecraftforum.net/topic/2201440-opencomputers-v124/
L815[16:26:37] <zsh> OC Forum: http://oc.cil.li
L816[16:26:37] <zsh> Latest version: 1.2.4 for MC1.6.4 and MC1.7.2
L817[16:26:37] <zsh> Dev Builds: http://ci.cil.li/
L818[16:26:48] <Platinum> oooooo
L819[16:26:51] <Platinum> pretty colors
L820[16:27:05] <Platinum> But this is prettier
L821[17:14:36] *** Platinum is now known as JZTech101
L822[17:30:45] *** Alyekra is now known as Aly|Away
L823[17:32:29] ⇨ Joins: ping (~notPing@c-71-238-153-166.hsd1.mi.comcast.net)
L824[17:36:00] <ping> \o/
L825[17:39:40] ⇦ Quits: Johannes13 (~Johannes@p4FDE933A.dip0.t-ipconnect.de) (Ping timeout: 190 seconds)
L826[18:10:03] *** Death||Away is now known as Death
L827[18:12:23] ⇨ Joins: Moonrise (~Moonrise@112.185.38.188)
L828[18:32:44] ⇨ Joins: maximus (Mibbit@c-24-18-110-244.hsd1.wa.comcast.net)
L829[18:33:49] <maximus> oc is compatible with server right?
L830[18:33:59] <maximus> *servers/smp
L831[18:38:26] *** Death is now known as Death||Away
L832[18:49:48] <ping> maximus, yup
L833[18:50:03] <ping> \o/ new background image http://oc.cil.li/index.php?/user/113-pixeltoast/
L834[18:56:57] <ping> kjs.bhrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrk trt
L835[18:57:06] <ping> sry cat
L836[18:59:58] *** Death||Away is now known as Death
L837[19:03:11] *** Cazzar is now known as cazzar|Away
L838[19:03:34] <maximus> ping: so should i update to a newer version than the one linking on mcf?
L839[19:03:59] <maximus> *linked to
L840[19:04:16] <ping> wat
L841[19:04:35] <ping> it has been server compatable forever
L842[19:04:54] <maximus> i get crashes when we try to use the computers
L843[19:05:12] <ping> froge log
L844[19:05:15] <ping> also, try
L845[19:05:16] <ping> .jenkins
L846[19:05:21] <^v> ping, Last successful build 5.47 MB http://goo.gl/MFj0Sl 3 hr 33 min ago
L847[19:08:18] <maximus> ping: the server log
L848[19:08:20] <maximus> http://pastebin.com/RRG6neEq
L849[19:08:40] <maximus> well apiece from the console
L850[19:11:33] <ping> strange ._.
L851[19:11:44] <ping> full frogeModLoader0.log please?
L852[19:12:29] <maximus> http://paste.ubuntu.com/7165930/
L853[19:12:59] <maximus> that was version 232 i believe that is what the mcf forum links too for 164
L854[19:19:56] <maximus> well forget i said anything, it works with the newest version
L855[19:22:53] * ping frogets maximus
L856[19:26:15] ⇨ Joins: OC_Bot (~PircBot@108-233-229-21.lightspeed.bcvloh.sbcglobal.net)
L857[19:26:26] <Kenny> !quit
L858[19:26:31] <Kenny> ~quit
L859[19:26:31] ⇦ Quits: OC_Bot (~PircBot@108-233-229-21.lightspeed.bcvloh.sbcglobal.net) (Client Quit)
L860[19:26:34] *** LordFokas|off is now known as LordFokas
L861[19:31:15] <ping> wat
L862[19:35:26] ⇨ Joins: MCGamer20000 (webchat@c-76-18-68-192.hsd1.nm.comcast.net)
L863[19:36:48] <MCGamer20000> I'm having a problem trying to use OC in Eclipse IDE... When I try to run the client, Minecraft crashes because it can't find Scala.
L864[19:39:02] ⇨ Joins: Katarina (~PircBot@108-233-229-21.lightspeed.bcvloh.sbcglobal.net)
L865[19:39:27] <MCGamer20000> I'm having a problem trying to use OC in Eclipse IDE... When I try to run the client, Minecraft crashes because it can't find Scala.
L866[19:39:48] <Kenny> MCGamer20000: you need to go to your project properties build path and add jars
L867[19:40:24] <MCGamer20000> I did that. I added the API and put the deobfuscated jar into the mods folder.
L868[19:40:32] <Kenny> they will be under Minecraft/jars and you need to add both the scala lib abd compiler in
L869[19:40:59] <Kenny> then you haven't imported scala into your build
L870[19:41:24] <MCGamer20000> Does it need a specific version of Scala or can I jut download the latest version?
L871[19:41:46] <Kenny> teh files are already there
L872[19:41:53] <MCGamer20000> Oh, okay. Thanks!
L873[19:41:56] ⇦ Quits: MCGamer20000 (webchat@c-76-18-68-192.hsd1.nm.comcast.net) (Quit: Web client closed)
L874[19:43:58] <Kenny> !users
L875[19:43:58] <Katarina> Users currently in the channel: rfctks|away Moonrise ^v jesustk_off AngieBLD +cazzar|Away +BevoLJ @Sangar PixelToast SuPeRMiNoR2|Away ANXHaruhi|HexChat +Michiyo @zsh +Kenny [R] Kilobyte @SpiritedDusty +JoshTheEnderMightNotBeHere +Tahg nekosune manmaed|AFK +tgame14 Lathanael|Away +Calclavia prassel|off SuperBot Aly|Away @Ir7_o Loonacy mallrat208 MCGamer20000 maximus alekso56_off Bizzycola Katarina Sorroko_Off iLLHunter ashka
L876[19:44:11] <SpiritedDusty> dat bot
L877[19:44:18] <SpiritedDusty> pinged all users in channel
L878[19:44:29] <Kenny> !part
L879[19:44:35] <Kenny> !quit
L880[19:44:43] <ping> good job Katarina
L881[19:44:48] <Kenny> not when all the names were run together
L882[19:44:55] <nekosune> o.o
L883[19:44:56] * ping slaps Kenny
L884[19:44:56] * ^v double slaps Kenny
L885[19:45:09] * Kenny smacks the shit out of ping
L886[19:45:15] ⇦ Quits: Katarina (~PircBot@108-233-229-21.lightspeed.bcvloh.sbcglobal.net) (Read error: Connection reset by peer)
L887[19:45:16] <ping> D:
L888[19:45:20] * ping feels pain
L889[19:45:22] <ping> much pain
L890[19:45:26] <ping> how ow
L891[19:46:20] <ping> SpiritedDusty, it diddnt ping everyone because the message size limit
L892[19:46:26] <Kenny> with that being one long line and no separation it shouldn't have pinged anyone
L893[19:46:56] <Michiyo> err, yes, ys it did
L894[19:47:16] *** cazzar|Away is now known as Cazzar
L895[19:47:20] <Kenny> oh. hi Michiyo
L896[19:47:28] <ping> you dont have to start a message to ping someone
L897[19:47:33] * Kenny looks up and around the room
L898[19:47:57] * ping shoots his foot
L899[19:48:42] <Cazzar> ping: some IRC clients: yes, most: no
L900[19:48:51] <Cazzar> (having to start)
L901[19:49:16] <ping> some do?
L902[19:54:44] *** LordFokas is now known as LordFokas|off
L903[20:04:39] <Bizzycola> It pinged me :p
L904[20:06:38] <Death> Not me. Wasn't pinged at all :3
L905[20:08:00] <Bizzycola> Lucky you :p
L906[20:08:06] <Bizzycola> probably dependant on the IRC client
L907[20:09:49] ⇨ Joins: Gopher (~Gopher@17.sub-70-193-138.myvzw.com)
L908[20:10:58] ⇦ Quits: Moonrise (~Moonrise@112.185.38.188) (Remote host closed the connection)
L909[20:12:02] <Kenny> Gopher, you have any documentation at all oln how to use the GUI library
L910[20:12:43] <Gopher> Started documenting it on the repo wiki earlier, was about to continue
L911[20:12:55] <Gopher> had to go afk for a few hours, social demands
L912[20:13:05] <Kenny> wish i had social demands
L913[20:13:16] <Gopher> they were BOTh familial and work related, at the same time
L914[20:13:19] <Gopher> so don't be too jealous XD
L915[20:13:30] <Kenny> but when your legs are screwed up it's hard to et out
L916[20:13:38] <Kenny> get*
L917[20:14:20] <Gopher> anyway, in the mean time, any specific Qs about the gui api? The program guitest in the /bin folder covers all the currently useful features, I think, tho it is uncommented
L918[20:14:41] <Gopher> the .gss has no documentation yet, but if you know even a little css, it should be an easy transition, and it's entirely optional, regardless
L919[20:15:00] <Kenny> i looked at that. didn't want to mess around with it too much cause i'm beat
L920[20:16:05] <Gopher> gss syntax is pretty straight-forward, <elementtype|*>[.class][:state][!colorbits] { <propname: val>; ... }
L921[20:16:58] <Kenny> unless you're a crazy old hillbilly that don't know squat hehe
L922[20:17:05] <Gopher> well, I should have the documentation of current features finished tonight or tomorrow, and will try to keep the docs updated as I add features in the repo
L923[20:17:16] <Gopher> well, like I said, if you know CSS, it's easy, if you don't... heh
L924[20:17:40] <Kenny> ok. well, i know css it's just the syntax difference that throws me
L925[20:17:43] <Gopher> but it's not actually /complicated/, just not necessarily obvious, either. The main thing the documentation for it needs is the list of properties, but default.gss has every possible property
L926[20:18:07] <Gopher> syntax difference? syntax is pretty much a subset of css, only addition is !bitdepth
L927[20:18:27] <Gopher> there are a lot less elements, obviously
L928[20:19:08] <Bizzycola> I'm a web developer of some sort, of course I don't know CSS!
L929[20:19:15] <Bizzycola> :p
L930[20:19:19] * ping fist bumps Bizzycola
L931[20:19:22] * ping misses
L932[20:19:31] <Kenny> true. it's just that when i looked at it i was beat and it wasn't making a whole lot of sense to me. tomorrow will most likely be different and i can deal wiht it better
L933[20:19:33] * ping punches Bizzycola
L934[20:19:57] <Bizzycola> OI
L935[20:20:04] <ping> yey, my random quote is " kjs.bhrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrk trt"
L936[20:20:17] <Cazzar> I think I mod just a little
L937[20:20:27] <Bizzycola> Of course, it's a very interesting topic of discussion
L938[20:20:39] <Cazzar> I have told the solutions to multiple people without second thought
L939[20:20:43] <Kenny> been going through some rough times the past few days. along with trying to do 4 different projects at once
L940[20:20:44] <Gopher> anyway, the gss stuff isn't that important unless you want to kajigger with the appearance of things
L941[20:21:03] <Gopher> and even then, you can use all the gss properties as keys into the objects to change them directly per-element
L942[20:21:35] <Kenny> ok. will take a look at it again tomorrow when i'm more alert and in less pain
L943[20:21:47] <Gopher> ex, button=gui.addButton("center","center",30,"this button has red text") button["text-color"]=0xff0000
L944[20:22:02] <Gopher> well, by then there will hopefully maybe be some documentation XD
L945[20:22:20] <Gopher> tho gss documentation I am dreading. So many properties, so little information about each. Will probably just amount to a table.
L946[20:22:26] <Kenny> that'll help, but i'll also have a clearer mind
L947[20:22:40] <Gopher> Actually, I guess a smaller table on the gui element pages listing the properties that can apply to it and what they do to it specifically would be best
L948[20:23:30] <Kenny> might be.
L949[20:24:01] <Kenny> i'm going to go and lay it down for the night. This pain pill is kicking in and making me drowsy
L950[20:24:08] <Kenny> nite y'all
L951[20:24:11] *** Kenny is now known as Kenny|Sleeping
L952[20:24:12] <ping> nite
L953[20:24:50] <Gopher> night, kenny
L954[20:28:13] ⇨ Joins: Gopher|omnom (~Gopher@10.sub-174-237-7.myvzw.com)
L955[20:28:14] ⇦ Quits: Gopher (~Gopher@17.sub-70-193-138.myvzw.com) (Killed (NickServ (GHOST command used by Gopher|omnom!~Gopher@10.sub-174-237-7.myvzw.com)))
L956[20:28:18] *** Gopher|omnom is now known as Gopher
L957[20:31:27] ⇨ Joins: Gopher|omnom (~Gopher@17.sub-70-193-138.myvzw.com)
L958[20:31:27] ⇦ Quits: Gopher (~Gopher@10.sub-174-237-7.myvzw.com) (Killed (NickServ (GHOST command used by Gopher|omnom!~Gopher@17.sub-70-193-138.myvzw.com)))
L959[20:31:32] *** Gopher|omnom is now known as Gopher
L960[20:39:06] <ping> nonom
L961[20:39:11] * ping noms on Gopher
L962[20:52:10] <Bizzycola> "US Air Force fires 9 nuclear missile commanders over cheating scandal" This works very much if you neglect to read "commanders over cheating scandal"
L963[20:52:10] <Bizzycola> :p
L964[20:52:52] ⇦ Quits: ping (~notPing@c-71-238-153-166.hsd1.mi.comcast.net) (Quit: http://i.imgur.com/DrFFzea.png)
L965[20:53:08] ⇨ Joins: ping (~notPing@c-71-238-153-166.hsd1.mi.comcast.net)
L966[20:53:19] <ping> :D
L967[20:53:59] <ping> <Shazz> ping: http://i.imgur.com/DrFFzea.png</span>
L968[20:54:26] <Bizzycola> I successfully ran an XNA project on my xbox for no apparent reason
L969[20:58:56] <Gopher> kenny left, but if someone is willing, how does this look as a documentation page? Format and such? https://github.com/OpenPrograms/Gopher-Programs/wiki/GUI-Objects
L970[21:01:17] <ping> sure
L971[21:01:32] <ping> looks fine
L972[21:03:06] <Gopher> ty
L973[21:04:10] <Bizzycola> looks fun
L974[21:04:33] <Bizzycola> How goes it in the form of preformance? :p
L975[21:05:30] <Gopher> on the gui? Seems good enough so far. Not blazing-fast, but the only point they're currently noticeably slow is if you close them when there was something complex and colorful behind it when it first ran that it has to restore XD
L976[21:06:34] <Ir7_o> get like 8fps on a youtube video..... this is sad..
L977[21:12:33] <ping> :(
L978[21:12:54] <ping> Gopher, i can make rediculously efficient
L979[21:13:19] <Gopher> and yet you can't spell ridiculous?
L980[21:13:26] <ping> no
L981[21:13:32] <ping> but does it matter
L982[21:13:46] <ping> the thought the word was supposed to make still was created
L983[21:14:41] <Gopher> how exactly would you "make rediculously efficient?"
L984[21:15:15] <ping> i go through code, making it as fast as possible
L985[21:15:52] <Gopher> yes, optimizing is how you make code efficient. I meant rather more specifically :P
L986[21:16:15] <Gopher> noting, however, that I have deliberately avoided attempts to optimize any of my code so far. I make it work first, then I make it work faster, if needed.
L987[21:16:22] ⇦ Quits: BevoLJ (~BevoLJ@cpe-24-55-33-198.austin.res.rr.com) ()
L988[21:16:36] <ping> dont care, not optimized enough
L989[21:16:42] <Gopher> that's fine.
L990[21:16:57] <Gopher> If you have the strong sense you could make a better, faster gui api, by all means, do so. :P
L991[21:17:06] <Gopher> but leave me out of it, kthx
L992[21:17:52] <ping> you not identifying til after you join is giving me serious OCD
L993[21:18:19] <Gopher> That pleases me. My OCD makes me crazy if I'm not maximizing my potential to make other people's OCD crazy.
L994[21:18:57] <ping> i have the same OCD, which is why i code in esoteric languages
L995[21:19:12] <ping> and optimizing my code to an unreadable level
L996[21:20:16] <Gopher> esolangs are the opposite of optimal.
L997[21:20:30] <Gopher> You are reinforcing my confidence in the correctness of my decision to keep you away from my code with every sentence here.
L998[21:20:52] <ping> nah, most of mine compile into a Lua
L999[21:20:57] <ping> still faster than python
L1000[21:21:47] <Gopher> writing code in one high-level language for the purpose of translating it into another, equally high or higher level language, is the complete opposite of optimizing.
L1001[21:23:33] <ping> it gives other people OCD
L1002[21:23:36] <ping> so \o/
L1003[21:23:49] <ping> .agony <[.<]$$$,$[+{~@~-+$~*<+{$>>>)
L1004[21:23:49] <^v> ping, <3 Gopher
L1005[21:24:11] <Bizzycola> :p
L1006[21:25:29] <ping> maby a wrong example, agony is self-modifying
L1007[21:25:40] <ping> making it impossible to compile
L1008[21:26:17] <Gopher> no, the fact that that was an afterthought really proves my point, I think
L1009[21:26:35] <Gopher> that being, you're not allowed in my code <3
L1010[21:26:41] <ping> brainfuck compiles to lua though
L1011[21:27:36] <ping> .bf ----[---->+<]>---.---------.[--->++<]>--.+++[->++<]>+.[--->+<]>++.+.--------.---.+++++++++++++.
L1012[21:27:36] <^v> ping, <3 Gopher
L1013[21:30:18] <Cazzar> ping would probably hate my code.
L1014[21:31:12] <Gopher> why, is it readable and written in a sane language designed for some combination of usability and performance?
L1015[21:31:47] <Cazzar> mostly java at the current stage since modding, though a lot of people bitch I dont comment enough
L1016[21:31:48] <ping> because lua is awesome
L1017[21:32:05] <ping> java is horrible
L1018[21:33:14] <maximus> OC has an amazing config /hatsoff
L1019[21:33:23] <ping> yus :3
L1020[21:33:31] <Cazzar> my mod (which will be OC compat) will not need a config
L1021[21:34:36] ⇦ Quits: Gopher (~Gopher@17.sub-70-193-138.myvzw.com) (Read error: Connection reset by peer)
L1022[21:34:37] <Bizzycola> No block ids? :p
L1023[21:34:43] <Cazzar> 1.7!
L1024[21:34:48] <Cazzar> no block IDs
L1025[21:34:56] <Cazzar> http://puu.sh/7MiYo.jpg
L1026[21:34:56] <Bizzycola> sounds fun
L1027[21:35:07] <Bizzycola> ohh right
L1028[21:35:09] <Bizzycola> I remember this :p
L1029[21:35:26] <Bizzycola> so it replaces the original jukebox?
L1030[21:35:30] <Cazzar> FINALLY i fucking fixed that bug in 1.7 and the sound system
L1031[21:35:34] <Cazzar> upgrade to it
L1032[21:36:03] <Cazzar> im giving it a scala rewrite
L1033[21:36:45] ⇨ Joins: Gopher (~Gopher@17.sub-70-193-138.myvzw.com)
L1034[21:40:55] <Gopher> what is yourj mod, Cazzar?
L1035[21:41:33] <Cazzar> http://puu.sh/7MiYo.jpg what does it look like?
L1036[21:41:48] <Gopher> a salad shooter?
L1037[21:41:59] <Gopher> :P heh
L1038[21:42:11] <Gopher> cool, cool :)
L1039[21:43:18] <Cazzar> FKYEA! I just made it so you can change your jukebox volume to 0 and take it back up later and it is in the right place of the song!
L1040[21:43:52] <Bizzycola> Ahh since when you set the sound volume to 0 minecraft seems to just stop all sounds :p
L1041[21:44:21] <Cazzar> nope
L1042[21:44:41] <Cazzar> this will continue playing with a volume of 0 :P
L1043[21:45:14] <Bizzycola> Yea but I meant minecraft doesn't. Like if I set my music volume to 0 and back up, the song isn't playing anymore! I assume that was fun to deal with. :p
L1044[21:45:28] <Cazzar> nah
L1045[21:45:57] <Cazzar> I am not using world.playSFXAuxAtEntity(null, x, y, z, tecordID)
L1046[21:46:03] <Cazzar> I am using my own :3
L1047[21:54:49] ⇨ Joins: dangranos (webchat@109.203.209.139)
L1048[22:04:19] <ping> \o/ Cazzar
L1049[22:05:06] <maximus> question regarding the configuration of OC, does increasing maximum range of wireless increase cpu load on the minecraft server?
L1050[22:08:01] ⇨ Joins: asie (~textual@078088168214.elblag.vectranet.pl)
L1051[22:09:34] <ping> uh
L1052[22:09:37] <ping> not really
L1053[22:09:40] <Cazzar> https://www.youtube.com/watch?v=fV0pEZUBE68
L1054[22:09:40] -Kibibyte- [Cazzar] Floppy music | Jingle Bells (13 fdd + hdd) Christmas special | by gigawipf | 3m25s | 65w3d ago | 7,103 views | Rated: 5.00/5.00
L1055[22:09:45] <ping> tecnically yes
L1056[22:09:48] <ping> but its tiny
L1057[22:10:04] ⇦ Quits: asie (~textual@078088168214.elblag.vectranet.pl) (Client Quit)
L1058[22:20:26] ⇦ Quits: Lathanael|Away (~Lathanael@p5497156F.dip0.t-ipconnect.de) (Ping timeout: 380 seconds)
L1059[22:21:09] <maximus> it'd be nice to have an option to make broadcast range exponentially more expensive
L1060[22:21:16] <maximus> as it is in real life
L1061[22:21:32] <ping> which is why we have satelite dishes :|
L1062[22:21:52] <ping> also, its not exponential
L1063[22:22:13] ⇨ Joins: asie (~textual@apn-77-113-85-89.dynamic.gprs.plus.pl)
L1064[22:22:29] <maximus> http://en.wikipedia.org/wiki/Inverse-square_law
L1065[22:22:37] <maximus> that was the way i understood it
L1066[22:23:06] <asie> hey
L1067[22:23:43] <Ir7_o> hi
L1068[22:23:48] <maximus> o/
L1069[22:24:01] ⇨ Joins: Lathanael|Away (~Lathanael@p5497155F.dip0.t-ipconnect.de)
L1070[22:26:27] <ping> ah yes
L1071[22:26:32] <ping> not exponential tho :P
L1072[22:27:16] * maximus can think of lots of interesting interactions with a very powerful broadcasting computer and other computers passively listening
L1073[22:32:25] <asie> maximus: Don't bring the cloud to Minecraft
L1074[22:32:28] <asie> we already have enough clouds i nit
L1075[22:33:10] <maximus> i was more thinking of something like number stations
L1076[22:33:50] * Cazzar introduces AWS into OC
L1077[22:34:10] <Cazzar> asie: what are you going to do now? :P
L1078[22:34:24] <asie> Cazzar: Mechanical Turk!
L1079[22:34:25] <Gopher> are oc modems' range affected by weather like CCs?
L1080[22:34:54] <Gopher> not thought to wonder yet, don't remember seeing anything about weather in the docs
L1081[22:44:11] ⇦ Quits: Gopher (~Gopher@17.sub-70-193-138.myvzw.com) (Ping timeout: 380 seconds)
L1082[22:46:29] ⇦ Quits: asie (~textual@apn-77-113-85-89.dynamic.gprs.plus.pl) (Quit: I'll probably come back in either 20 minutes or 8 hours.)
L1083[23:08:58] <ping> SpiritedDusty, making befunge
L1084[23:09:07] <ping> because you seemed to be interested
L1085[23:09:23] <ping> will show program and IP on screen when im done
L1086[23:16:34] ⇨ Joins: Vexatos (~Vexatos@p200300556E0DF868F0E9F6A740CE8901.dip0.t-ipconnect.de)
L1087[23:42:26] ⇦ Quits: Vexatos (~Vexatos@p200300556E0DF868F0E9F6A740CE8901.dip0.t-ipconnect.de) (Quit: Greetings from Pastry Fork, Inc. ✔)
<<Prev Next>> Scroll to Top