<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:00:48] <Kubuxu> Sangar: This problem with loading as far as I researched only affects if you invoke methods with interafces as parameters.
L2[00:02:55] <Sangar> you mean invoke them in the method that should be a non-issue? wow. that's weird.
L3[00:04:34] <Kubuxu> It should be non-issue but for some weird reason Java triggers interface loading if it is parameter of some call inside unused method.
L4[00:04:37] *** Daiyousei is now known as Captain_Pronin
L5[00:05:03] *** wer38isakitty is now known as wer38isakitty|afk
L6[00:05:17] *** wer38isakitty|afk is now known as wertheender|afk
L7[00:06:07] <Sangar> did you try this with both oracle and openjdk btw? because i think i only ever tested this on the oracle one.
L8[00:06:51] <Kubuxu> I have oracle only. I can send .jar for someone to test.
L9[00:08:35] <Kubuxu> The class mentioned in method is not beeing loaded bit interface is.
L10[00:09:15] *** wertheender|afk is now known as wertheender
L11[00:11:39] *** Logan|off is now known as Logan
L12[00:14:55] *** Captain_Pronin is now known as Daiyousei
L13[00:15:37] <Kubuxu> What is best practice maximum java's file lengh?
L14[00:18:35] <Sangar> if you have a minimal test case, i can compile and run it in my ubuntu vm
L15[00:19:50] <Kubuxu> I have jar+source if you want.
L16[00:19:55] <Sangar> sure
L17[00:20:00] *** Nentify is now known as Nentify|away
L18[00:21:51] <Kubuxu> So: Here is .jar: https://www.dropbox.com/s/28driw4na9i1f55/test.jar?dl=0 ; just run it. Here is source, you have to build it and then export without source folder "second" : https://www.dropbox.com/s/28driw4na9i1f55/test.jar?dl=0
L19[00:25:16] <Sangar> that's the same link :P but the jar will do, i guess.
L20[00:25:29] <Kubuxu> https://www.dropbox.com/s/m2bfifaqxoonmjh/CLTest.zip?dl=0
L21[00:25:30] <Kubuxu> Sorry
L22[00:25:30] *** medsouz is now known as medsouz|offline
L23[00:26:18] <Sangar> oh, compiled with java 8?
L24[00:26:25] * Sangar grabs sources
L25[00:26:38] <Kubuxu> My defaults.
L26[00:27:06] ⇦ Quits: sciguyryan (sciguyryan@109-205-169-255.dynamic.swissvpn.net) ()
L27[00:28:25] ⇨ Joins: orthoplex64 (~orthoplex@cpe-68-206-247-199.satx.res.rr.com)
L28[00:29:32] <Sangar> fails with classnotfound for NoInter
L29[00:29:40] <Kubuxu> Same
L30[00:29:42] <Sangar> on run. doesn't even get to the in.read :P
L31[00:29:52] <Kubuxu> On classloading
L32[00:30:07] <Sangar> so yeah. same in openjdk and oracle. interesting.
L33[00:41:58] *** ds84182 is now known as dsAway
L34[00:43:53] <Kubuxu> Sangar: Got more. Previously it was creashing on getMethods now I moved main() out of Tester and it is crashing on construction.
L35[00:44:42] <Sangar> <cinit> or <init>?
L36[00:45:10] <Sangar> i.e. static initialization or instance initialization?
L37[00:45:16] <Kubuxu> <init>
L38[00:45:21] <Sangar> huh
L39[00:45:31] <Sangar> this is getting even weirder :X
L40[00:46:15] <Kubuxu> <init> is not called at all. Let's see like eclipse handles debugging of moded java.
L41[00:46:25] <Kubuxu> s/moded/modded
L42[00:46:28] <Kubuxu> :C
L43[00:46:31] <Sangar> :>
L44[00:47:15] *** Csst|Masterball is now known as Csstform
L45[00:48:07] <Kubuxu> :> is prompt sequence of my bot..
L46[00:49:33] <Sangar> :P
L47[00:52:20] <gamax92> $#!^ is prompt sequence of my bot.
L48[00:53:08] <Sangar> that seems unwieldy
L49[00:53:24] <gamax92> lol
L50[00:58:39] ⇦ Quits: SpiritedDusty (~SpiritedD@24-205-168-36.dhcp.wsco.ca.charter.com) (Quit: SpiritedDusty)
L51[01:03:20] <Kubuxu> Sangar: Eclispe's debugger hangs when I try to go into chain of class loading.
L52[01:03:33] <Kubuxu> It looks more and more like black magick,
L53[01:03:33] <Sangar> aww
L54[01:04:55] <Kubuxu> Back to old fashion way. prints in sources.
L55[01:05:19] <Csstform> http://i.imgur.com/TZiz242.png
L56[01:05:25] <Csstform> Whoops
L57[01:05:29] <Csstform> ,-,
L58[01:09:04] <Kubuxu> Sangar: It is inside native code... I will work on it tomorrow(today) but it is bedtime for me.
L59[01:09:41] ⇦ Quits: Johannes13 (~Johannes@141.70.98.69) (Ping timeout: 189 seconds)
L60[01:09:45] *** Daiyousei is now known as SleepingFairy
L61[01:10:14] <Kubuxu> Or we can ask StackOverflow. Maybe they will hava some idea.
L62[01:12:25] <Kubuxu> Sangar: Found it trying to write question for SO: https://stackoverflow.com/questions/8185543/why-does-a-class-containing-a-method-call-to-a-missing-interface-within-unused-c
L63[01:12:40] <Kubuxu> Turns out it is class verification.
L64[01:14:01] ⇦ Quits: AlissaKitty (Alissa@vps.alissa.ml) (Quit: ZNC - http://znc.in)
L65[01:14:10] ⇨ Joins: Alissakitty (Alissa@vps.alissa.ml)
L66[01:14:56] <Kubuxu> JVM checks during classloading if it can cast some variable to interface, causing ClassNotFoundE
L67[01:16:39] <Sangar> huh
L68[01:16:58] ⇦ Quits: Alissakitty (Alissa@vps.alissa.ml) (Client Quit)
L69[01:17:15] <Sangar> well. til.
L70[01:17:40] ⇨ Joins: Alissakitty (Alissa@vps.alissa.ml)
L71[01:18:00] <Sangar> great you found that, thanks for letting me know
L72[01:18:18] <Kubuxu> Yeah. TIL. Looks like since now I will separate possible unavalible classes with one additional layer...
L73[01:18:43] <Sangar> now it feels less like randomly shuffling stuff around when working around this :D
L74[01:18:48] <Sangar> yeah
L75[01:19:24] <Kubuxu> Sangar: No problem. It was killing me too. Me and marcin212 spent few hours figuring why Stargates are not working at this point.
L76[01:19:50] <Sangar> haha, i can relate!
L77[01:20:11] *** Alissakitty is now known as AlissaKitty
L78[01:22:53] ⇦ Quits: MrRatermat (~ratermat@host81-158-129-188.range81-158.btcentralplus.com) (Ping timeout: 189 seconds)
L79[01:26:14] ⇨ Joins: FourHalfWorms (~heifer@2a01:7e00::f03c:91ff:fe56:8fd6)
L80[01:27:27] <Kubuxu> Sangar: Minecraft+Forge in possibly system exploiting the greatest number of eage cases of all creted.
L81[01:27:52] <Kubuxu> But it is rough estimate.
L82[01:29:54] ⇦ Quits: FourHalfWorms (~heifer@2a01:7e00::f03c:91ff:fe56:8fd6) (Client Quit)
L83[01:34:06] <Sangar> heh, i think that's true for any large software system, and forge, mods included, definitely is
L84[01:37:19] <Kubuxu> In professional systems you have Dependency Injection, proper depracaton and version systems and so on. In MC Modding it is hard to enforce.
L85[01:41:48] *** wertheender is now known as wer38NotApproved
L86[01:42:04] *** wer38NotApproved is now known as wer38theender
L87[01:42:17] *** wer38theender is now known as wer38TheNo
L88[01:42:45] *** wer38TheNo is now known as wer38
L89[01:44:23] <Sangar> true
L90[01:44:39] ⇨ Joins: jgile2 (~jgile2@c122-108-189-162.rochd4.qld.optusnet.com.au)
L91[01:45:12] <Sangar> oh well. i'm off to bed, gnight! o/
L92[01:45:20] *** Cruor is now known as Cruor|Away
L93[01:45:28] <Ender> same
L94[01:45:44] *** dsAway is now known as ds84182
L95[01:49:15] <Magik6k> .octime
L96[01:49:15] <EnderBot2> Current OC time: Sun Nov 30 01:49:15 2014
L97[01:49:24] <Kubuxu> same \o
L98[01:49:45] *** Csstform is now known as Csst|Masterball
L99[01:51:12] <gamax92> .cctime
L100[01:54:44] ⇦ Quits: Magik6k (~Magik6k@host-89-228-225-106.kalisz.mm.pl) (Quit: Leaving)
L101[01:54:58] <dangranos> ...
L102[02:02:16] *** alekso56 is now known as alekso56_off
L103[02:14:27] *** gamax92 is now known as {{nick}}
L104[02:14:36] *** {{nick}} is now known as gamax92
L105[02:21:21] *** Pwootage|Off is now known as Pwootage
L106[02:49:47] ⇨ Joins: FourHalfWorms (~heifer@2a01:7e00::f03c:91ff:fe56:8fd6)
L107[02:58:01] ⇦ Quits: FourHalfWorms (~heifer@2a01:7e00::f03c:91ff:fe56:8fd6) (Quit: ZNC - http://znc.in)
L108[03:02:10] *** Pwootage is now known as Pwootage|Off
L109[03:06:09] ⇨ Joins: FourHalfWorms (~heifer@2a01:7e00::f03c:91ff:fe56:8fd6)
L110[03:10:23] *** Benguin is now known as Benguin[ZzZ]
L111[03:15:43] ⇨ Joins: SpiritedDusty (~SpiritedD@24-205-168-36.dhcp.wsco.ca.charter.com)
L112[03:15:43] zsh sets mode: +o on SpiritedDusty
L113[03:28:55] ⇦ Quits: SpiritedDusty (~SpiritedD@24-205-168-36.dhcp.wsco.ca.charter.com) (Quit: SpiritedDusty)
L114[03:32:19] ⇨ Joins: v^ (~PixelToas@2601:4:680:104c:feaa:14ff:fe09:75b2)
L115[03:32:19] zsh sets mode: +v on v^
L116[03:37:29] ⇦ Quits: Benguin[ZzZ] (~Ben@adsl-83-100-188-68.karoo.KCOM.COM) (Ping timeout: 198 seconds)
L117[03:37:39] ⇨ Joins: ^v (~ping@c-71-238-153-166.hsd1.mi.comcast.net)
L118[04:05:41] *** Logan is now known as Logan|off
L119[04:06:02] *** Logan|off is now known as Logan
L120[04:08:42] *** wer38 is now known as wer38|afk
L121[04:17:05] ⇦ Quits: Logan (~Logan@2607:5300:60:47bc:dead:beef:dead:beef) (Read error: Connection reset by peer)
L122[04:24:50] ⇦ Quits: TwoWholeWorms (~heifer@li574-78.members.linode.com) (Quit: BOOM)
L123[04:27:08] ⇨ Joins: Logan (~Logan@2607:5300:60:47bc:dead:beef:dead:beef)
L124[04:35:50] *** FourHalfWorms is now known as TwoWholeWorms
L125[04:39:20] <Sandra> So a friend of mine suggested to install opera.
L126[04:39:37] <Sandra> My thoughts on opera are: looks like pants, works like pants.
L127[04:40:07] <Kodos> .w
L128[04:40:18] <Kodos> >.>
L129[04:40:33] <seebs> I used it as a mail client for a while because it had features I wanted, but the support wasn't great.
L130[04:41:38] <Sandra> Yep. Opera is a literal piece of crap. Works about as well as NetSurf.
L131[04:44:47] <dangranos> opera is now chrome
L132[04:47:29] <dangranos> which java should i install?
L133[04:47:32] <dangranos> 7 or 8?
L134[04:48:12] <ShadowKatStudios> 7
L135[04:48:22] <gamax92> 7
L136[04:48:38] <dangranos> thanks
L137[04:49:22] <ShadowKatStudios> 10/10 WINE can't install dotnet20 because 64-bit
L138[04:50:12] <dangranos> i dont get it, its not big surprise that wine cant install something
L139[04:50:31] <ShadowKatStudios> It's just silly, because doing it manually mostly works
L140[04:51:18] <dangranos> it cant install that automatically?
L141[04:51:30] <dangranos> okay, then thats weird
L142[04:55:20] ⇦ Quits: Lathanael|Away (~Lathanael@p54973A59.dip0.t-ipconnect.de) (Ping timeout: 198 seconds)
L143[04:55:33] <ShadowKatStudios> There we go, FF VII is installing
L144[04:56:11] <dangranos> i think my uefi is borked a little
L145[04:56:17] <dangranos> or whatever
L146[04:58:59] <ShadowKatStudios> BIOS best boot system
L147[04:59:18] <Sandra> Chrome works, firefox works. I have not seen any other /working/ browser anywhere.
L148[04:59:34] <dangranos> after (computer) sleep keyboard gets second numpad like on laptop
L149[04:59:40] ⇨ Joins: Lathanael|Away (~Lathanael@p54972CE2.dip0.t-ipconnect.de)
L150[05:02:59] ⇦ Quits: Porygon2 (~Porygon@198.52.199.35) (Ping timeout: 198 seconds)
L151[05:15:06] <TabletCube> Shq
L152[05:15:21] <TabletCube> ShadowKatStudios: likely gonna sleep nao
L153[05:15:35] <TabletCube> It's 5:15am here
L154[05:15:44] <ShadowKatStudios> lel fair enough
L155[05:15:48] <ShadowKatStudios> sleep well
L156[05:15:49] <TabletCube> been awake since ~1pm
L157[05:16:31] <TabletCube> Fuck it, an additional 15min
L158[05:22:17] <v^> !kickban
L159[05:22:44] <ds84182> v^, you are stupid for clicking on it
L160[05:22:51] <v^> ds84182, its okay
L161[05:22:52] <ds84182> the GIS has fucking NSFW in it
L162[05:22:54] <v^> ive seen worse
L163[05:23:03] <v^> much worse
L164[05:23:16] *** justastranger is now known as justastranger|zzz
L165[05:24:38] <dangranos> what
L166[05:25:32] <Kodos> Don't mind the children, dangranos
L167[05:30:12] <TabletCube> Sleepnai
L168[05:30:16] * TabletCube sleeps
L169[05:33:38] ⇦ Quits: TwoWholeWorms (~heifer@2a01:7e00::f03c:91ff:fe56:8fd6) (Ping timeout: 186 seconds)
L170[05:33:41] ⇨ Joins: bananagram (~Porygon@198.52.199.35)
L171[05:34:06] ⇨ Joins: la1n (~shadowkat@210.1.213.55)
L172[05:41:44] ⇦ Quits: la1n (~shadowkat@210.1.213.55) (Quit: leaving)
L173[05:44:58] <dangranos> yay, keyboard in minecraft is working
L174[05:57:04] ⇨ Joins: TwoWholeWorms (~heifer@2a01:7e00::f03c:91ff:fe56:8fd6)
L175[06:02:14] *** Pwootage|Off is now known as Pwootage
L176[06:02:23] <ShadowKatStudios> This is beginning to be too much- I'm using a windows XP VM to create an iso so I can boot Windows XP on another computer using a program that needs Windows, because the default install doesn't have SATA drivers.
L177[06:03:54] ⇦ Quits: Inari (~Uni@p579F210E.dip0.t-ipconnect.de) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
L178[06:06:54] <v^> ShadowKatStudios, no
L179[06:06:58] <v^> that wont work
L180[06:07:39] <v^> installing XP on a VM and moving it to a real computer doesnt work
L181[06:07:46] <v^> ive attempted it
L182[06:08:02] <v^> what you are supposed to do is press F9 or whatever in the windows installer
L183[06:08:18] <v^> its like "Press F9 if you need to install SATA/RAID drivers" or something
L184[06:08:47] <ShadowKatStudios> v^: I KNOW.
L185[06:09:02] ⇦ Parts: v^ (~PixelToas@2601:4:680:104c:feaa:14ff:fe09:75b2) (Leaving))
L186[06:09:05] <ShadowKatStudios> :D
L187[06:10:31] ⇨ Joins: v^Phone (~no@c-71-238-153-166.hsd1.mi.comcast.net)
L188[06:11:54] *** Pwootage is now known as Pwootage|Off
L189[06:22:11] ⇨ Joins: Vexatos (~Vexatos@p200300556E42B24194203C2E164157A3.dip0.t-ipconnect.de)
L190[06:22:11] zsh sets mode: +v on Vexatos
L191[06:23:14] *** justastranger|zzz is now known as justastranger
L192[06:39:38] ⇦ Quits: TwoWholeWorms (~heifer@2a01:7e00::f03c:91ff:fe56:8fd6) (Ping timeout: 186 seconds)
L193[06:45:53] *** ds84182 is now known as dsAway
L194[06:47:23] <binaryblade> Press F9 if you would like to bluescreen
L195[06:48:18] <AlissaKitty> Press F9 to delete Windongus and convert to Linux
L196[06:48:39] <Sandra> Press F8 to stab yourself.
L197[06:49:57] <dangranos> F7 to get second hdd and setup linux on it
L198[06:50:00] <dangranos> :P
L199[06:51:27] <binaryblade> I am detecting a strong linux bias here
L200[06:51:30] <binaryblade> bias approved
L201[06:52:05] <AlissaKitty> I use Windows
L202[06:52:12] <AlissaKitty> to SSH into Linux. :P
L203[06:54:17] ⇨ Joins: la1n (~shadowkat@210.1.213.55)
L204[06:56:47] ⇨ Joins: Something12 (~Something@S010674d02b5d5181.vs.shawcable.net)
L205[07:21:25] *** justastranger is now known as justastranger|zzz
L206[07:23:24] ⇨ Joins: `RolandMcDookus (~McDookus@96-33-16-244.dhcp.jcsn.tn.charter.com)
L207[07:24:37] ⇦ Quits: RolandMcDookus (~McDookus@96-33-16-244.dhcp.jcsn.tn.charter.com) (Read error: Connection reset by peer)
L208[07:26:49] <GreaseMonkey> i just missed a "use linux" argument
L209[07:27:03] <GreaseMonkey> and i use freebsd
L210[07:31:41] <gamax92> Ohai GM
L211[07:36:13] ⇨ Joins: TwoWholeWorms (~heifer@2a01:7e00::f03c:91ff:fe56:8fd6)
L212[07:41:14] ⇦ Quits: TwoWholeWorms (~heifer@2a01:7e00::f03c:91ff:fe56:8fd6) (Ping timeout: 186 seconds)
L213[07:50:41] *** Pwootage|Off is now known as Pwootage
L214[08:06:19] ⇨ Joins: v^ (~PixelToas@2601:4:680:104c:feaa:14ff:fe09:75b2)
L215[08:06:19] zsh sets mode: +v on v^
L216[08:06:32] <la1n> *** STOP: 0x0000007B
L217[08:18:17] *** Hobbyboy|Sleep is now known as Hobbyboy
L218[08:19:41] *** wer38|afk is now known as wer38
L219[08:25:17] ⇨ Joins: Mirodin (~quassel@2a02:810d:12c0:1878:5064:3a6b:afd9:c956)
L220[08:44:17] ⇨ Joins: TwoWholeWorms (~heifer@2a01:7e00::f03c:91ff:fe56:8fd6)
L221[08:49:28] *** Pwootage is now known as Pwootage|Off
L222[09:00:14] ⇦ Quits: Yepoleb (~quassel@188-22-163-158.adsl.highway.telekom.at) (Killed (warden.esper.net (Nickname regained by services)))
L223[09:00:14] ⇨ Joins: Yepoleb (~quassel@194-166-7-76.adsl.highway.telekom.at)
L224[09:14:16] <GreaseMonkey> STOP: 0xA33E713E
L225[09:15:08] <dangranos> uh
L226[09:24:09] <robhol> binaryblade: that's nothing new :p
L227[09:35:38] ⇦ Quits: TwoWholeWorms (~heifer@2a01:7e00::f03c:91ff:fe56:8fd6) (Ping timeout: 186 seconds)
L228[09:36:58] *** AtomSponge|away is now known as AtomSponge
L229[09:40:54] ⇨ Joins: sciguyryan (sciguyryan@109-205-169-242.dynamic.swissvpn.net)
L230[09:45:35] *** ConcernedHobbit is now known as ConcernedAway
L231[09:59:55] ⇨ Joins: TwoWholeWorms (~heifer@ben.mu)
L232[10:02:22] *** Keridos_off is now known as Keridos
L233[10:08:19] *** Cruor|Away is now known as Cruor
L234[10:14:48] ⇦ Quits: orthoplex64 (~orthoplex@cpe-68-206-247-199.satx.res.rr.com) (Ping timeout: 189 seconds)
L235[10:22:10] ⇨ Joins: MindWorX (~MindWorX@80-161-13-134-static.dk.customer.tdc.net)
L236[10:22:18] <MindWorX> Sangar!
L237[10:22:23] ⇨ Joins: Corey|IG (~EiraIRC@crbknf0209w-142162008241.dhcp-dynamic.FibreOp.nl.bellaliant.net)
L238[10:22:50] ⇦ Quits: Corey|IG (~EiraIRC@crbknf0209w-142162008241.dhcp-dynamic.FibreOp.nl.bellaliant.net) (Read error: Connection reset by peer)
L239[10:24:27] ⇨ Joins: MindWorX_ (~MindWorX@80-161-13-134-static.dk.customer.tdc.net)
L240[10:24:30] <MindWorX_> Sangar, http://i.imgur.com/82IkFvD.png
L241[10:24:35] <MindWorX_> Finally got time to try it out.
L242[10:25:06] <MindWorX_> But it's not working at the moment.
L243[10:25:13] <MindWorX_> Nothing happens. Not sure why.
L244[10:25:52] <la1n> I have done something very bad.
L245[10:26:15] <la1n> I'm installing drivers into a real OS using a VM.
L246[10:26:59] ⇦ Quits: MindWorX (~MindWorX@80-161-13-134-static.dk.customer.tdc.net) (Ping timeout: 198 seconds)
L247[10:35:14] ⇦ Quits: TwoWholeWorms (~heifer@ben.mu) (Ping timeout: 186 seconds)
L248[10:35:34] ⇨ Joins: MindWorX__ (~MindWorX@80-161-13-134-static.dk.customer.tdc.net)
L249[10:37:26] ⇨ Joins: TwoWholeWorms (~heifer@ben.mu)
L250[10:37:50] ⇦ Quits: MindWorX_ (~MindWorX@80-161-13-134-static.dk.customer.tdc.net) (Ping timeout: 189 seconds)
L251[10:38:22] ⇦ Quits: MindWorX__ (~MindWorX@80-161-13-134-static.dk.customer.tdc.net) (Client Quit)
L252[10:52:35] *** skyem123|ZZZ is now known as skyem123
L253[10:52:55] <Sandra> RF lasers guys. RF lasers. https://imgur.com/a/VQcF2
L254[10:53:03] *** DeanIsGone is now known as DeanIsaKitty
L255[10:55:21] ⇨ Joins: Johannes13 (~Johannes@141.70.98.69)
L256[10:56:41] ⇨ Joins: Magik6k (~Magik6k@host-89-228-225-106.kalisz.mm.pl)
L257[11:03:31] *** Nentify|away is now known as Nentify
L258[11:09:33] ⇦ Quits: Mirodin (~quassel@2a02:810d:12c0:1878:5064:3a6b:afd9:c956) (Remote host closed the connection)
L259[11:09:55] ⇨ Joins: Mirodin (~quassel@2a02:810d:12c0:1878:5064:3a6b:afd9:c956)
L260[11:14:38] ⇦ Quits: Mirodin (~quassel@2a02:810d:12c0:1878:5064:3a6b:afd9:c956) (Client Quit)
L261[11:16:18] ⇦ Quits: Maxwolf (labs@pipette.madsciencemod.com) (Quit: Leaving)
L262[11:26:50] *** AtomSponge is now known as AtomSponge|away
L263[11:27:50] *** AtomSponge|away is now known as AtomSponge
L264[11:28:23] *** wer38 is now known as wer38|zzz
L265[11:32:18] *** Sandra is now known as Sandrafk
L266[11:32:23] ⇦ Parts: VikeStep (~VikeStep@101.162.136.227) (Leaving))
L267[11:36:50] ⇦ Quits: TwoWholeWorms (~heifer@ben.mu) (Ping timeout: 186 seconds)
L268[11:37:01] ⇨ Joins: TwoWholeWorms (~heifer@2a01:7e00::f03c:91ff:fe56:8fd6)
L269[11:46:55] ⇨ Joins: lulu (webchat@ABordeaux-651-1-113-158.w109-214.abo.wanadoo.fr)
L270[11:47:12] <lulu> hello
L271[11:47:56] <lulu> just a question: on OC can we import program from internet ?
L272[11:50:46] ⇦ Quits: lulu (webchat@ABordeaux-651-1-113-158.w109-214.abo.wanadoo.fr) (Client Quit)
L273[11:51:03] <seebs> Not if we're that impatient, we can't.
L274[11:57:20] <robhol> lol
L275[11:59:43] ⇨ Joins: Lumien (~lumien@p4FED5888.dip0.t-ipconnect.de)
L276[11:59:57] *** Pwootage|Off is now known as Pwootage
L277[12:06:15] <la1n> TIL CTRL-ALT-DEL does stuff to Linux
L278[12:06:44] <Vexatos> Sangar: Peripheral blacklist doesn't seem to work
L279[12:07:11] <skyem123> la1n, ...
L280[12:07:16] <dangranos> la1n, sysrq is better
L281[12:07:22] <skyem123> It makes it reboot
L282[12:07:30] <la1n> skyem123: False.
L283[12:07:31] <dangranos> ...
L284[12:07:40] <la1n> It appears to have crashed xfce4 however
L285[12:07:53] <dangranos> ^ maybe it depends when you Ctrl+alt+del?
L286[12:07:57] <skyem123> la1n, it does so in the console
L287[12:08:18] <dangranos> skyem123, i dont really want to test it :|
L288[12:09:48] *** Pwootage is now known as Pwootage|Off
L289[12:19:37] *** alekso56_off is now known as alekso56
L290[12:21:11] ⇨ Joins: MindWorX__ (~MindWorX@80-161-13-134-static.dk.customer.tdc.net)
L291[12:21:17] <MindWorX__> Mixing mods: http://imgur.com/gallery/3Cm4b19
L292[12:21:29] <MindWorX__> I'm excited to see if it works as I want :P
L293[12:21:48] <MindWorX__> I made an OpenComputers powered "sieve" that takes a block and gives items in exchange.
L294[12:22:00] <MindWorX__> Then HQM quests for upgrading the speed and drops from the machine.
L295[12:23:34] <la1n> Resorting to FDD, what has the world come to?
L296[12:23:57] <skyem123> la1n, what happened?
L297[12:24:36] ⇦ Quits: jgile2 (~jgile2@c122-108-189-162.rochd4.qld.optusnet.com.au) (Ping timeout: 189 seconds)
L298[12:25:41] <la1n> skyem123: XP-64 needs SATA drivers
L299[12:26:06] <skyem123> any version of XP needs drivers for SATA in ACHI mode
L300[12:27:15] <Vexatos> Sangar: https://github.com/MightyPirates/OpenComputers/pull/704
L301[12:30:04] ⇦ Quits: Something12 (~Something@S010674d02b5d5181.vs.shawcable.net) (Read error: Connection reset by peer)
L302[12:31:38] ⇦ Quits: TwoWholeWorms (~heifer@2a01:7e00::f03c:91ff:fe56:8fd6) (Ping timeout: 186 seconds)
L303[12:32:07] ⇨ Joins: MindWorX_ (~MindWorX@80-161-13-134-static.dk.customer.tdc.net)
L304[12:32:20] <la1n> So the floppy dkms won't load
L305[12:34:08] ⇦ Quits: MindWorX__ (~MindWorX@80-161-13-134-static.dk.customer.tdc.net) (Ping timeout: 198 seconds)
L306[12:36:06] ⇨ Joins: TwoWholeWorms (~heifer@2a01:7e00::f03c:91ff:fe56:8fd6)
L307[12:36:42] <skyem123> la1n, is it for 64bit XP?
L308[12:42:48] ⇨ Joins: MindWorX__ (~MindWorX@80-161-13-134-static.dk.customer.tdc.net)
L309[12:44:50] ⇦ Quits: MindWorX_ (~MindWorX@80-161-13-134-static.dk.customer.tdc.net) (Ping timeout: 186 seconds)
L310[12:50:29] ⇦ Quits: la1n (~shadowkat@210.1.213.55) (Remote host closed the connection)
L311[12:53:46] ⇨ Joins: MindWorX_ (~MindWorX@80-161-13-134-static.dk.customer.tdc.net)
L312[12:55:42] *** SleepingFairy is now known as Daiyousei
L313[12:56:23] ⇦ Quits: MindWorX__ (~MindWorX@80-161-13-134-static.dk.customer.tdc.net) (Ping timeout: 198 seconds)
L314[12:57:55] ⇦ Quits: MindWorX_ (~MindWorX@80-161-13-134-static.dk.customer.tdc.net) (Client Quit)
L315[13:01:47] ⇨ Joins: MrRatermat (~ratermat@host81-158-129-188.range81-158.btcentralplus.com)
L316[13:05:23] <ShadowKatStudios> ow
L317[13:05:26] <ShadowKatStudios> this is painful
L318[13:05:34] <ShadowKatStudios> X11 over ssh using wifi
L319[13:05:42] <skyem123> ow
L320[13:06:05] <skyem123> X11 over 100mbps is just about enough for modern use
L321[13:07:09] <ShadowKatStudios> Mmm, maybe I need a second 10m ethernet cable for into my room
L322[13:08:05] <ShadowKatStudios> lel, my sister is in the same room as the desktop I'm connecting to
L323[13:08:21] <ShadowKatStudios> beep -r 8 && sleep 1
L324[13:08:25] <ShadowKatStudios> repeat that a few times
L325[13:12:33] *** skyem123 is now known as skyem123|homework
L326[13:17:14] *** skyem123|homework is now known as skyem123
L327[13:19:58] <ShadowKatStudios> That was 5 mins worth, tops
L328[13:21:42] <ShadowKatStudios> I had homework I was meant to do over the weekend...
L329[13:21:59] <skyem123> well
L330[13:22:22] <skyem123> I didn't do it because my mum wanted to watch TV]
L331[13:24:19] <ShadowKatStudios> 1.86Ghz is slow D:
L332[13:29:25] <vifino> 1.3ghz is slow.
L333[13:29:31] <vifino> Even if it is a quadcore.
L334[13:30:05] ⇨ Joins: Inari (~Uni@p579F210E.dip0.t-ipconnect.de)
L335[13:32:54] <dangranos> can anyone login to steam?
L336[13:33:27] <dangranos> nevermind
L337[13:34:53] ⇨ Joins: CompanionCube (~TCube@90.210.37.13)
L338[13:35:36] <Sangar> o/
L339[13:35:59] ⇦ Quits: TabletCube (~TCube@90.216.10.200) (Ping timeout: 198 seconds)
L340[13:38:05] ⇨ Joins: samis (~samis@90.210.37.13)
L341[13:41:17] *** Nentify is now known as Nentify|away
L342[13:42:43] <Ender> o/
L343[13:44:26] ⇦ Quits: TwoWholeWorms (~heifer@2a01:7e00::f03c:91ff:fe56:8fd6) (Ping timeout: 186 seconds)
L344[13:45:47] *** skyem123 is now known as skyem123|homework
L345[13:47:12] ⇨ Joins: TwoWholeWorms (~heifer@ben.mu)
L346[13:52:31] *** manmaed|AFK is now known as manmaed
L347[13:54:26] ⇦ Quits: DFrostedWang (~DFrostedW@5.231.51.220) (Ping timeout: 186 seconds)
L348[13:59:28] <Vexatos> Sangar: Works now
L349[13:59:30] <Vexatos> :)
L350[14:00:24] <Ender> "if you exit skype you wont be able to receive messages" You wasnt signed in anyway you PoS
L351[14:00:28] ⇨ Joins: pwnsrv (~pwnsrv@94.177.121.116)
L352[14:00:47] <Sangar> Vexatos, great!
L353[14:01:20] <Vexatos> Sangar: This also fixes OpenPeripheral <-> OC
L354[14:01:27] <Vexatos> only if Computronics is present :P
L355[14:01:51] <Vexatos> I guess it's time for a new version :|
L356[14:01:59] * Vexatos throws Spoofing cards at skyem123|homework
L357[14:02:11] <Sangar> :P
L358[14:02:56] ⇦ Quits: CompanionCube (~TCube@90.210.37.13) (Read error: Connection reset by peer)
L359[14:02:57] ⇨ Joins: TabletCube (~TCube@90.210.37.13)
L360[14:03:01] * vifino throws Sangar at Vexatos
L361[14:04:40] ⇨ Joins: samis2 (~samis@90.210.28.77)
L362[14:05:03] ⇨ Joins: CompanionCube (~TCube@90.210.28.77)
L363[14:06:21] ⇦ Quits: TabletCube (~TCube@90.210.37.13) (Ping timeout: 189 seconds)
L364[14:06:50] ⇦ Quits: samis (~samis@90.210.37.13) (Ping timeout: 198 seconds)
L365[14:11:41] *** skyem123|homework is now known as skyem123
L366[14:12:07] <skyem123> yay Vexatos
L367[14:13:44] ⇦ Quits: Magik6k (~Magik6k@host-89-228-225-106.kalisz.mm.pl) (Quit: Leaving)
L368[14:16:23] <vifino> CompanionCube! \o/
L369[14:17:02] <samis2> hi
L370[14:17:16] *** medsouz|offline is now known as medsouz
L371[14:21:45] *** Cazzar is now known as Cazzar|Away
L372[14:31:26] ⇨ Joins: marcin212 (~marcin212@176.111.135.116)
L373[14:40:02] ⇦ Quits: TwoWholeWorms (~heifer@ben.mu) (Ping timeout: 186 seconds)
L374[14:41:16] ⇨ Joins: TwoWholeWorms (~heifer@ben.mu)
L375[14:45:22] ⇨ Joins: DFrostedWang (~DFrostedW@5.231.51.220)
L376[14:45:54] ⇨ Joins: orthoplex64 (~orthoplex@cpe-68-206-247-199.satx.res.rr.com)
L377[14:50:45] ⇨ Joins: Timmy94 (~Timmy94@46.114.164.157)
L378[14:50:57] <Timmy94> Hi
L379[14:51:26] <skyem123> hi
L380[14:51:32] <dangranos> hi
L381[14:52:03] <Timmy94> I have fixed my OpenGL Problem. :p No more Violation Access.
L382[14:53:04] <skyem123> yay!
L383[14:53:20] <Timmy94> xD
L384[14:54:44] <skyem123> How did you fix it?
L385[14:54:56] <gamax92> magik
L386[14:55:55] <Timmy94> I don't know how. XD i have just install Catalyst Controll.
L387[14:56:10] <gamax92> oh, so basically you updated drivers.
L388[14:57:08] <Timmy94> No. I already had the latest
L389[14:59:49] ⇦ Quits: DFrostedWang (~DFrostedW@5.231.51.220) (Quit: ZNC - http://znc.in)
L390[15:00:23] ⇨ Joins: DFrostedWang (~DFrostedW@5.231.51.220)
L391[15:03:33] ⇦ Quits: orthoplex64 (~orthoplex@cpe-68-206-247-199.satx.res.rr.com) (Ping timeout: 189 seconds)
L392[15:09:23] *** prassel|off is now known as prasselpikachu
L393[15:11:36] ⇦ Quits: Timmy94 (~Timmy94@46.114.164.157) (Ping timeout: 200 seconds)
L394[15:18:11] *** Cazzar|Away is now known as Cazzar
L395[15:23:42] ⇨ Joins: Benguin (~Ben@adsl-83-100-188-68.karoo.KCOM.COM)
L396[15:27:00] ⇦ Quits: prasselpikachu (~Prassel@5.231.51.109) (Ping timeout: 200 seconds)
L397[15:27:15] ⇨ Joins: prassel|off (~Prassel@5.231.51.109)
L398[15:27:22] ⇦ Quits: Guest11723 (~tasty@5.231.51.78) (Ping timeout: 200 seconds)
L399[15:27:54] ⇨ Joins: Bacon (~tasty@5.231.51.78)
L400[15:27:54] zsh sets mode: +v on Bacon
L401[15:30:39] <AtomSponge> .p
L402[15:30:40] <^v> Ping reply from AtomSponge 0.51s
L403[15:30:52] <AtomSponge> stupid bouncer
L404[15:31:08] <vifino> #p
L405[15:31:08] <|0xDEADBEEF|> > 0.09030099999999999 Seconds passed.
L406[15:31:25] *** dsAway is now known as ds84182
L407[15:31:29] <AtomSponge> #p
L408[15:31:29] <|0xDEADBEEF|> > 0.41320199999999996 Seconds passed.
L409[15:31:42] <vifino> I should round the results, oh well.
L410[15:31:53] <samis2> the accuracy is a good thing
L411[15:31:58] <skyem123> #p
L412[15:31:58] <|0xDEADBEEF|> > 0.145239 Seconds passed.
L413[15:32:20] <vifino> #p
L414[15:32:20] <|0xDEADBEEF|> > 0.09278499999999999 Seconds passed.
L415[15:32:35] <vifino> Guess .09 is good.
L416[15:37:05] <dangranos> №з
L417[15:37:07] <dangranos> #p
L418[15:37:08] <|0xDEADBEEF|> > 0.526155 Seconds passed.
L419[15:37:16] *** prassel|off is now known as prasselpikachu
L420[15:38:13] *** Caitlyn is now known as Caitlyn|Off
L421[15:38:14] <ds84182> #p
L422[15:38:15] <|0xDEADBEEF|> > 0.910658 Seconds passed.
L423[15:38:20] <vifino> Uhh, I love mosh's predictive typing..
L424[15:38:37] <vifino> such predictive many wow
L425[15:38:40] <ds84182> whowat
L426[15:38:47] <vifino> ds84182: Mosh
L427[15:38:50] ⇦ Quits: TwoWholeWorms (~heifer@ben.mu) (Ping timeout: 186 seconds)
L428[15:38:55] <ds84182> The fuck is a mosh
L429[15:39:00] *** prasselpikachu is now known as prassel|off
L430[15:39:09] <vifino> ds84182: ssh on steroids
L431[15:39:26] <ds84182> so just ssh connected to bash
L432[15:39:27] <ds84182> k
L433[15:39:32] <vifino> no
L434[15:40:05] <vifino> ds84182: https://mosh.mit.edu/
L435[15:40:11] <ds84182> Oh great
L436[15:40:12] <ds84182> MIT
L437[15:40:20] ⇨ Joins: TwoWholeWorms (~heifer@ben.mu)
L438[15:40:25] <vifino> ds84182: You change ip's. Stay connected.
L439[15:42:24] <ds84182> Why the hell did they name it Mosh
L440[15:42:29] <ds84182> Mash would of been better
L441[15:42:33] <ds84182> Cash
L442[15:42:34] <ds84182> Hash
L443[15:42:37] <ds84182> Tash
L444[15:42:40] <ds84182> Pash
L445[15:42:49] <ds84182> something other than Mosh
L446[15:54:59] *** Caitlyn|Off is now known as Caitlyn
L447[15:56:17] ⇦ Quits: MrRatermat (~ratermat@host81-158-129-188.range81-158.btcentralplus.com) (Ping timeout: 189 seconds)
L448[15:59:32] ⇨ Joins: MrRatermat (~ratermat@host81-158-129-188.range81-158.btcentralplus.com)
L449[16:02:46] <AtomSponge> Gosh
L450[16:02:47] <AtomSponge> :P
L451[16:14:22] *** ConcernedAway is now known as ConcernedHobbit
L452[16:15:14] ⇦ Quits: DFrostedWang (~DFrostedW@5.231.51.220) (Ping timeout: 186 seconds)
L453[16:23:18] *** Lathanael|Away is now known as Lathanael
L454[16:23:27] *** Caitlyn is now known as Caitlyn|Off
L455[16:26:24] *** Caitlyn|Off is now known as Caitlyn
L456[16:38:37] ⇦ Quits: septi25 (~septi25@ipb21bbb54.dynamic.kabel-deutschland.de) (Quit: Leaving.)
L457[16:39:01] ⇨ Joins: septi25 (~septi25@ipb21bbb54.dynamic.kabel-deutschland.de)
L458[16:40:58] ⇨ Joins: Timmy94 (~Timmy94@46.114.164.157)
L459[16:41:01] <Timmy94> hi
L460[16:41:24] <Timmy94> how can i list every Component?
L461[16:43:07] ⇨ Joins: dangranosr (~dangranos@37.23.178.132)
L462[16:45:24] ⇦ Quits: dangranos (~dangranos@176.50.175.136) (Ping timeout: 200 seconds)
L463[16:45:24] *** dangranosr is now known as dangranos
L464[16:50:39] ⇦ Quits: Timmy94 (~Timmy94@46.114.164.157) (Remote host closed the connection)
L465[16:51:06] ⇨ Joins: DFrostedWang (~DFrostedW@5.231.51.220)
L466[16:53:01] <Kubuxu> .w component
L467[16:53:01] <^v> Kubuxu, http://ocd.cil.li/component
L468[16:55:00] ⇦ Quits: DFrostedWang (~DFrostedW@5.231.51.220) (Ping timeout: 200 seconds)
L469[16:58:33] <ds84182> #p
L470[16:58:35] <|0xDEADBEEF|> > 2.027042 Seconds passed.
L471[16:59:29] <ds84182> .p
L472[16:59:35] <^v> Ping reply from ds84182 6.27s
L473[17:00:03] <AlissaKitty> .p
L474[17:00:06] <^v> Ping reply from AlissaKitty 2.67s
L475[17:00:10] <AlissaKitty> kthx
L476[17:00:36] <ds84182> holy hell
L477[17:00:37] <ds84182> what in the fuck
L478[17:01:45] <AlissaKitty> what
L479[17:02:17] ⇦ Quits: GreaseMonkey (greaser@segfault.net.nz) (Ping timeout: 189 seconds)
L480[17:03:03] ⇨ Joins: GreaseMonkey (greaser@segfault.net.nz)
L481[17:04:35] *** Techokami|Off is now known as Techokami
L482[17:04:37] *** DeanIsaKitty is now known as DeanIsGone
L483[17:04:54] ⇨ Joins: Timmy94 (~Timmy94@46.114.164.157)
L484[17:05:16] <Timmy94> How i get the Methods of a component?
L485[17:06:08] ⇨ Joins: DFrostedWang (~DFrostedW@5.231.51.220)
L486[17:10:32] ⇨ Joins: orthoplex64 (~orthoplex@cpe-68-206-247-199.satx.res.rr.com)
L487[17:11:14] <Vexatos> Timmy94, in Lua interpreter, just type
L488[17:11:19] <Vexatos> =component.something
L489[17:12:26] ⇦ Quits: Timmy94 (~Timmy94@46.114.164.157) (Ping timeout: 198 seconds)
L490[17:21:44] *** Cruor is now known as Cruor|Away
L491[17:22:53] *** Cruor|Away is now known as Cruor
L492[17:25:06] *** skyem123 is now known as skyem123|dinner
L493[17:30:36] *** DeanIsGone is now known as DeanIsaKitty
L494[17:33:12] *** DeanIsaKitty is now known as DeanIsGone
L495[17:33:17] *** DeanIsGone is now known as DeanIsaKitty
L496[17:33:57] *** skyem123|dinner is now known as skyem123
L497[17:38:45] <gamax92> Sangar: So, ... the term api does its own cursor management?
L498[17:38:51] ⇦ Quits: TwoWholeWorms (~heifer@ben.mu) (Ping timeout: 186 seconds)
L499[17:39:11] <Sangar> yes
L500[17:39:30] <gamax92> Sangar: could the gpu be hooked so that the term api would only affect a sub section of the screen?
L501[17:39:38] <gamax92> like a window
L502[17:40:38] <gamax92> .l (1080-8-8)/16
L503[17:40:38] <^v> gamax92, 66.5
L504[17:40:41] <Sangar> you could write an alternative term api that does that
L505[17:40:47] <gamax92> Sangar: :I
L506[17:41:02] <gamax92> Sangar: i can;t just wrap the gpu component?
L507[17:41:08] <Sangar> i kinda wanted to do that with the default one, but... yknow... lazy
L508[17:41:11] <Sangar> well you can try
L509[17:41:24] <Sangar> it would probably work
L510[17:42:01] ⇨ Joins: TwoWholeWorms (~heifer@ben.mu)
L511[17:43:17] <ds84182> gamax92, just use your vcomponent library
L512[17:43:17] <ds84182> geez
L513[17:43:43] <gamax92> ds84182: I would be replacing the gpu
L514[17:43:46] <gamax92> not adding a gpu
L515[17:44:06] <ds84182> then modify your vcomponent library to replace things
L516[17:44:11] <gamax92> no
L517[17:44:19] <ds84182> k
L518[17:45:14] ⇦ Quits: TwoWholeWorms (~heifer@ben.mu) (Ping timeout: 186 seconds)
L519[17:54:05] ⇦ Quits: Kodos (~Kodos@2602:306:ce20:6c30:c465:3a74:1cb6:9cb6) (Ping timeout: 198 seconds)
L520[17:59:30] *** Nentify|away is now known as Nentify
L521[18:06:32] ⇦ Quits: Csst|Masterball (Csstform@vps.alissa.ml) (Quit: Csstform, come back!)
L522[18:06:32] ⇦ Quits: AlissaKitty (Alissa@vps.alissa.ml) (Quit: ZNC - http://znc.in)
L523[18:06:32] ⇦ Quits: Agoldfish (Agoldfish@vps.alissa.ml) (Quit: Bai.)
L524[18:09:34] ⇨ Joins: Alissakitty (~Alissa@vps.alissa.ml)
L525[18:11:17] *** Pwootage|Off is now known as Pwootage
L526[18:12:04] ⇨ Joins: Csst|Masterball (~Csstform@vps.alissa.ml)
L527[18:14:55] ⇦ Quits: Alissakitty (~Alissa@vps.alissa.ml) (Quit: ZNC - http://znc.in)
L528[18:15:04] ⇨ Joins: Alissakitty (Alissa@vps.alissa.ml)
L529[18:16:16] *** Alissakitty is now known as AlissaKitty
L530[18:25:04] ⇨ Joins: TwoWholeWorms (~heifer@ben.mu)
L531[18:32:43] *** medsouz is now known as medsouz|offline
L532[18:32:45] ⇨ Joins: Vexaton (~Vexatos@p200300556E42B20261087F1B43BA0429.dip0.t-ipconnect.de)
L533[18:32:45] zsh sets mode: +v on Vexaton
L534[18:34:36] ⇦ Quits: GUIpsp (~GUIpsp@jessica.totalsyssolutions.net) (Remote host closed the connection)
L535[18:35:14] ⇦ Quits: Vexatos (~Vexatos@p200300556E42B24194203C2E164157A3.dip0.t-ipconnect.de) (Ping timeout: 189 seconds)
L536[18:36:26] ⇦ Quits: TwoWholeWorms (~heifer@ben.mu) (Ping timeout: 186 seconds)
L537[18:36:35] ⇨ Joins: TwoWholeWorms (~heifer@ben.mu)
L538[18:36:44] ⇨ Joins: GUIpsp (~GUIpsp@jessica.totalsyssolutions.net)
L539[18:37:56] *** Csst|Masterball is now known as Csstform
L540[18:43:01] *** Pwootage is now known as Pwootage|Off
L541[18:43:07] *** Pwootage|Off is now known as Pwootage
L542[18:52:33] *** Pwootage is now known as Pwootage|Off
L543[19:00:27] ⇨ Joins: MindWorX (~MindWorX@80-161-13-134-static.dk.customer.tdc.net)
L544[19:19:20] ⇨ Joins: RolandMcDookus (~McDookus@96-33-16-244.dhcp.jcsn.tn.charter.com)
L545[19:19:23] *** manmaed is now known as manmaed|AFK
L546[19:19:27] ⇦ Quits: `RolandMcDookus (~McDookus@96-33-16-244.dhcp.jcsn.tn.charter.com) (Read error: Connection reset by peer)
L547[19:31:25] ⇨ Joins: Agoldfish (~Agoldfish@vps.alissa.ml)
L548[19:39:29] ⇦ Quits: CompanionCube (~TCube@90.210.28.77) (Killed (NickServ (GHOST command used by samis2!~samis@90.210.28.77)))
L549[19:39:39] *** samis2 is now known as CompanionCube
L550[19:39:42] ⇨ Joins: TabletCube (~TCube@90.210.28.77)
L551[19:39:45] *** DeanIsaKitty is now known as DeanIsGone
L552[19:40:03] ⇦ Quits: RolandMcDookus (~McDookus@96-33-16-244.dhcp.jcsn.tn.charter.com) (Read error: Connection reset by peer)
L553[19:40:04] ⇨ Joins: `RolandMcDookus (~McDookus@96-33-16-244.dhcp.jcsn.tn.charter.com)
L554[19:41:18] *** DeanIsGone is now known as DeanIsaKitty
L555[19:53:15] ⇦ Quits: marcin212 (~marcin212@176.111.135.116) (Quit: Leaving)
L556[19:55:28] ⇦ Quits: Vexaton (~Vexatos@p200300556E42B20261087F1B43BA0429.dip0.t-ipconnect.de) (Quit: I guess I have to go now. Bye ✔)
L557[19:57:21] ⇨ Joins: RolandMcDookus (~McDookus@96-33-16-244.dhcp.jcsn.tn.charter.com)
L558[19:57:21] ⇦ Quits: `RolandMcDookus (~McDookus@96-33-16-244.dhcp.jcsn.tn.charter.com) (Read error: Connection reset by peer)
L559[20:04:44] ⇨ Joins: Timmy94 (webchat@46.114.164.157)
L560[20:05:11] <Timmy94> Hi, is Caitlyn here?
L561[20:07:05] * v^ dusts off the pentagram and uses it to summon Caitlyn
L562[20:08:55] *** Caitlyn is now known as Caitlyn|Off
L563[20:09:00] <skyem123> haha
L564[20:09:03] <gamax92> haha
L565[20:09:28] <Timmy94> xD i want send her the dxdiag log
L566[20:09:33] ⇨ Joins: Maxwolf (labs@pipette.madsciencemod.com)
L567[20:09:33] zsh sets mode: +v on Maxwolf
L568[20:10:39] * v^ sacrifices Maxwolf and tries to summon Caitlyn again
L569[20:11:35] <Maxwolf> "Sorry but the person you are trying to summon could not be found"
L570[20:11:51] <v^> dgrhjaetmjioprkegkje;rg
L571[20:11:55] <v^> a,wekl;rmvwekrnmvo[234nmkivio[-34nv=45jyin=3tmerkgm,'wer
L572[20:11:59] <v^> y u no
L573[20:12:06] * gamax92 puts pizza ontop of pentagram
L574[20:12:10] * gamax92 cuts slices
L575[20:12:14] ⇦ Quits: RolandMcDookus (~McDookus@96-33-16-244.dhcp.jcsn.tn.charter.com) (Read error: Connection reset by peer)
L576[20:12:18] <Maxwolf> "If you would like to make a call please hangup and try again"
L577[20:12:19] ⇨ Joins: RolandMcDookus (~McDookus@96-33-16-244.dhcp.jcsn.tn.charter.com)
L578[20:12:26] <v^> gamax92, gg you broke it
L579[20:12:30] <gamax92> exactly
L580[20:12:33] <gamax92> now shut up v^
L581[20:12:35] <zsh> The Goddess you have dialled cannot be reached, please call back later
L582[20:12:38] <v^> how are we supposed to summon Caitlyn now
L583[20:12:39] <gamax92> woy
L584[20:12:40] <gamax92> ssdf
L585[20:12:41] <gamax92> sd
L586[20:12:42] <gamax92> fzsh
L587[20:12:43] <gamax92> zsh
L588[20:13:54] <Timmy94> Does everyone knows how i do drawbars with this holo-thing?
L589[20:14:35] *** Sandrafk is now known as Sandra
L590[20:14:45] <gamax92> ohai Sandra
L591[20:14:56] <Timmy94> Hi Sandra
L592[20:14:56] <Sandra> o/
L593[20:15:33] <Sandra> o/ Timmy94
L594[20:16:02] <gamax92> its like
L595[20:16:09] <Timmy94> Sandra i have solve my problem xD
L596[20:16:23] <Sandra> what problem is this?
L597[20:16:26] <gamax92> "<Computer> IM MIXING AUDIO AS FAST AS I CAN!"
L598[20:16:35] <gamax92> "<Computer> GIVE ME A BREAK IM 20 YEARS OLD"
L599[20:16:52] <gamax92> in other news, i am using my 486 for playing mp3's
L600[20:17:01] <Timmy94> a OpenGL problem, but it is fixed
L601[20:17:11] <skyem123> gamax92, a 486?
L602[20:17:16] <gamax92> skyem123: a 486.
L603[20:17:36] <gamax92> i486DX2 (66MHz)
L604[20:17:47] <skyem123> hrm...
L605[20:17:51] <Sandra> Sounds.... great.
L606[20:17:54] <Timmy94> gamax92: a good a piece of historie
L607[20:17:59] <gamax92> Timmy94: what
L608[20:18:05] <Timmy94> you 486
L609[20:18:14] <gamax92> ??????????????
L610[20:18:34] <Timmy94> [21:16] <gamax92> in other news, i am using my 486 for playing mp3's
L611[20:18:39] <gamax92> yes
L612[20:18:56] <gamax92> h
L613[20:19:06] <gamax92> (Intro)(+Bass)(Speed Up)(Go Up)(+ Drums)(+ Lead)(Part 2)(Repeat)(Deep Bass)(+Lead)(Repeat)
L614[20:19:20] <gamax92> (More Intricate Lead)
L615[20:19:21] <Sandra> right?
L616[20:19:35] <Timmy94> do you know, how the holoprojector works?
L617[20:19:51] <DeanIsaKitty> In other news, IPFuck breaks Redmine xD
L618[20:20:08] <gamax92> .drama
L619[20:20:09] <^v> gamax92, 999 Vazkii isn't working on Botania
L620[20:20:23] <Sandra> 999 vazkii?
L621[20:20:25] <gamax92> .drama
L622[20:20:25] <^v> gamax92, 999 Vazkii isn't working on Botania
L623[20:20:30] <gamax92> .drama
L624[20:20:31] <^v> gamax92, 999 Vazkii isn't working on Botania
L625[20:20:33] <gamax92> its broken
L626[20:20:41] ⇨ Joins: MichiBot (~lb@isis.pc-logix.com)
L627[20:20:45] <gamax92> v^: please fix
L628[20:20:45] <Caitlyn|Off> %drama
L629[20:20:46] <Sandra> .drama
L630[20:20:46] <^v> Sandra, 999 Vazkii isn't working on Botania
L631[20:20:50] <MichiBot> Caitlyn|Off: MamiyaOtaru complains about Portal Gun mod breaking FMP compatibility
L632[20:20:54] *** Caitlyn|Off is now known as Caitlyn
L633[20:20:57] <Caitlyn> Stupid bouncer.
L634[20:21:07] <gamax92> v^: my pizza summoned her
L635[20:21:09] <v^> gamax92, its asie's fault
L636[20:21:16] <Caitlyn> %drama
L637[20:21:16] <MichiBot> Caitlyn: Hexxit makes Too Many Items blow up, MCF users complain
L638[20:21:19] <gamax92> v^: except that it works fine for Caitlyn?
L639[20:21:19] <gamax92> k
L640[20:21:23] <Sandra> %drama
L641[20:21:23] <MichiBot> Sandra: Zeldo has a Patreon goal to add MCUpdater compatibility to Iguana Tweaks for 450$ a month
L642[20:21:23] <v^> Caitlyn, what url are you using
L643[20:21:25] <Timmy94> Caitlyn: my dxdiag.exe log: http://pastebin.com/sR3H2nFS
L644[20:21:33] <Caitlyn> v^, magix.
L645[20:22:05] <Timmy94> i have said: it supports OpenGL xd
L646[20:22:06] <Caitlyn> https://github.com/PC-Logix/LanteaBot/blob/master/src/main/java/pcl/lc/irc/hooks/Drama.java
L647[20:22:40] <Caitlyn> I'm assuming you ran this AFTER you fixed the catalyst issue?
L648[20:23:25] <Timmy94> yes
L649[20:23:32] <Timmy94> i think
L650[20:23:33] <Caitlyn> So that shows me nothing of what the issue WAS
L651[20:24:03] <Timmy94> ups
L652[20:24:26] <Caitlyn> Older versions of the driver for that card were total *shit*
L653[20:24:34] <Timmy94> i still forgoteen to run it before i fixed it
L654[20:24:47] <Caitlyn> when you installed catalyst it prob grabbed the latest driver for your card.
L655[20:25:18] <Timmy94> but i already have installed it before i installed catalyst
L656[20:25:46] <Caitlyn> I'm leaving again...
L657[20:25:56] <Timmy94> bb goog night
L658[20:26:03] <Timmy94> *good
L659[20:26:13] <Sandra> Oh catalyst. :O
L660[20:26:14] <gamax92> Timmy94: what makes you think you had the latest before catalyst
L661[20:26:23] <Sandra> fucking catalyst.
L662[20:26:35] <gamax92> windows driver update is not always up to date.
L663[20:26:44] <Timmy94> i have download it
L664[20:26:56] <ShadowKatStudios> Heh, ATI card? NVIDIA drivers are better.
L665[20:27:03] <gamax92> yeah
L666[20:27:20] <gamax92> at least they break less in linux than the good ol fglrx
L667[20:27:44] <Caitlyn> anyway
L668[20:27:44] <ShadowKatStudios> ANywaytimetogo
L669[20:27:44] <Caitlyn> %part
L670[20:27:54] <Caitlyn> ...
L671[20:27:56] ⇦ Parts: MichiBot (~lb@isis.pc-logix.com) (Commanded to part by Caitlyn))
L672[20:27:58] <gamax92> lolno
L673[20:28:11] <gamax92> Caitlyn: fsiu bzdziu
L674[20:28:16] *** ShadowKatStudios is now known as SKS-Away
L675[20:28:42] ⇨ Joins: Tahg (~Tahg@pool-72-74-136-157.bstnma.fios.verizon.net)
L676[20:28:54] <Caitlyn> gamax92, want me to leave it here?
L677[20:29:05] <gamax92> Caitlyn: err, i mean thats up to you
L678[20:29:10] <gamax92> I just gave you a name of a song
L679[20:29:31] <Caitlyn> Ah.
L680[20:35:15] ⇦ Quits: TwoWholeWorms (~heifer@ben.mu) (Ping timeout: 186 seconds)
L681[20:42:44] ⇨ Joins: TwoWholeWorms (~heifer@ben.mu)
L682[20:46:14] ⇦ Quits: MindWorX (~MindWorX@80-161-13-134-static.dk.customer.tdc.net) (Quit: Leaving)
L683[20:47:48] <v^> Caitlyn, java: https://github.com/PC-Logix/LanteaBot/blob/master/src/main/java/pcl/lc/irc/hooks/Drama.java lua: http://hastebin.com/aqojobiber.lua
L684[20:47:58] <v^> ,_,
L685[20:50:36] * Caitlyn shrugs
L686[20:50:42] * gamax92 shrugs
L687[20:51:06] <gamax92> Why are we shrugging? (No scrollback (BAD ZNC))
L688[20:51:28] * Ender shrugs
L689[20:51:30] *** justastranger|zzz is now known as justastranger
L690[20:52:20] <v^> gamax92, <v^> Caitlyn, java: https://github.com/PC-Logix/LanteaBot/blob/master/src/main/java/pcl/lc/irc/hooks/Drama.java lua: http://hastebin.com/aqojobiber.lua
L691[20:53:06] <gamax92> maybe asie is looking for you and returning garbage
L692[20:53:19] <v^> .drama
L693[20:53:20] <^v> v^, 999 Vazkii isn't working on Botania
L694[20:54:00] <v^> nah, its because he is returning garbage HTTP response coded i think
L695[20:54:26] <Caitlyn> v^, I think I had to set a user agent to get useful data
L696[20:54:50] <gamax92> lolwot "402 Payment Required"
L697[20:54:59] <v^> gamax92, yeah that shit too
L698[20:55:36] <v^> .> serialize({http.request("http://asie.pl/drama.php?plain&2")})
L699[20:55:36] <^v> v^, http://71.238.153.166/paste/nZkR8.txt
L700[20:55:57] <v^> ill specify user agent this time
L701[20:57:40] ⇦ Quits: Timmy94 (webchat@46.114.164.157) (Ping timeout: 182 seconds)
L702[20:58:04] <v^> .> http.USERAGENT
L703[20:58:04] <^v> v^, LuaSocket 3.0-rc1
L704[20:58:20] <v^> .> http.USERAGENT="Fuck you asie"
L705[20:58:20] <^v> v^, nil
L706[20:58:22] <v^> .> serialize({http.request("http://asie.pl/drama.php?plain&2")})
L707[20:58:23] <^v> v^, http://71.238.153.166/paste/cgoss.txt
L708[20:58:31] <v^> that works
L709[20:58:33] <Caitlyn> ha...
L710[20:58:51] <Caitlyn> public final static String USER_AGENT = "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11"; :P
L711[20:59:43] <v^> Caitlyn, isnt that illegal? :P
L712[20:59:50] <v^> .drama
L713[20:59:50] <^v> Oh noes! http://71.238.153.166/paste/3JZXO.txt
L714[20:59:52] <Caitlyn> Number of fucks given 0
L715[21:00:11] <v^> .drama
L716[21:00:20] <v^> luajit: asynctemp.lua:88: attempt to index global 'http' (a nil value)
L717[21:00:22] <v^> k
L718[21:00:43] <v^> alright, it should work now
L719[21:00:45] <v^> inb4 error
L720[21:00:48] <v^> .drama
L721[21:00:48] <^v> v^, Vazkii complains that Extra Trees discussion doesn't belong on Patreon</h1><h3><a href="http://asie.pl/drama.php?2">Give it one more try!</a></h3>
L722[21:00:52] <Caitlyn> haha
L723[21:00:59] <v^> ffs he doesnt add a newline anymore
L724[21:01:36] <v^> also, dafuq </h1>
L725[21:01:53] <v^> .drama
L726[21:01:53] <^v> v^, CovertJaguar drew a nasty graffiti about SpaceToad
L727[21:01:58] <v^> wohoo
L728[21:02:04] <v^> http.USERAGENT="Fuck you asie" for the win
L729[21:02:10] <gamax92> v^: lol so he doesn't like luasocket now
L730[21:02:23] <v^> apparently
L731[21:02:55] <skyem123> errr
L732[21:03:06] <gamax92> v^: also, i spoof my useragent to say I'm on OS/2 Warp, so i can get on os2site.com/sw
L733[21:03:19] <Hawk777> “Shukaro ports Botania to Botania mana, annoying Mikee” ← some of them are just silly
L734[21:03:22] <gamax92> or else it asks you for a password
L735[21:03:50] <skyem123> I need to go now
L736[21:04:38] <seebs> Hmm.
L737[21:04:42] *** skyem123 is now known as skyem123|ZZZ
L738[21:04:43] <v^> well
L739[21:04:52] <v^> it might be illegal
L740[21:04:53] <seebs> Can OC inspect the RF storage of objects which are not placed blocks, like items in inventory?
L741[21:04:59] <v^> changing user agent is concidered hacking
L742[21:05:11] <Caitlyn> v^, I really don't see how useragent spoofing can be illegal.
L743[21:05:13] <gamax92> v^: ._.
L744[21:06:14] <v^> technically, i just hacked asie's site to access information i would not normally get with ^v
L745[21:06:23] <Caitlyn> ...
L746[21:06:51] <gamax92> No, you just dressed up as the pizza guy to get someone to open the door.
L747[21:06:58] <Caitlyn> lol
L748[21:07:01] <seebs> Pretty sure user-agent spoofing is not generally regarded as particularly problematic.
L749[21:07:52] <v^> gamax92, all i did was copy paste something from the internet into a password form giving me access to his bank account
L750[21:07:53] <v^> i did nothing
L751[21:08:11] <Caitlyn> -_-
L752[21:08:17] <gamax92> What does that have to do with disguising yourself
L753[21:08:33] <v^> idfk
L754[21:08:39] <v^> ur mom
L755[21:08:41] <v^> nwmfklwjen;jkwnegjwenewg'
L756[21:08:53] <gamax92> oh its probably one of v^'s friends again
L757[21:09:23] <v^> .cmd reboot
L758[21:09:23] ⇦ Quits: ^v (~ping@c-71-238-153-166.hsd1.mi.comcast.net) (Remote host closed the connection)
L759[21:09:23] ⇦ Quits: v^ (~PixelToas@2601:4:680:104c:feaa:14ff:fe09:75b2) (Remote host closed the connection)
L760[21:09:32] <seebs> Can anything other than robots do inventory controller stuff?
L761[21:09:54] <v^Phone> Motherfucker........
L762[21:11:06] <gamax92> .addfail <Kaynato> Hello, I think that I have let internet services including IRC affect my life to the point where it has become negative. I have tried to quit but repeatedly failed. Is it possible for me to ask a server admin to ban my IP?
L763[21:11:08] <gamax92> aww dammit
L764[21:11:57] <v^Phone> Irc is more addicting than heroin
L765[21:12:15] <gamax92> You are a heroin my book
L766[21:13:33] <v^Phone> Heroin™
L767[21:14:14] <v^Phone> ••π_¶÷¶÷¢€[[¢£×€°©π©√^®®°}]][=√|~£¢^¶©
L768[21:17:54] ⇨ Joins: Timmy94_in_MC (~timmy94.t@46.115.141.5)
L769[21:18:04] <Timmy94_in_MC> Hi
L770[21:18:10] <gamax92> hi
L771[21:18:16] <gamax92> lol Sangar
L772[21:18:25] <Timmy94_in_MC> Sangar?
L773[21:18:42] <gamax92> Sangar!
L774[21:19:31] ⇨ Joins: Timmy94 (webchat@46.115.141.5)
L775[21:24:52] <seebs> So, if I want to interact with inventories, do I need a robot with an inventory controller upgrade, or can it be done from a regular computer too? The inventory controller upgrade says "robot".
L776[21:25:20] ⇨ Joins: Timmy94_OC (~timmy94_o@46.115.141.5)
L777[21:25:36] <gamax92> Too much Timmy94
L778[21:25:44] <Timmy94_OC> Nice, Three Times xD
L779[21:26:13] <Timmy94_OC> What more Timmy94???
L780[21:26:28] <Caitlyn> connection limit is 5, fyi
L781[21:27:00] <Timmy94_OC> OK, should i test it?
L782[21:27:10] <Caitlyn> -_-
L783[21:27:17] <Timmy94_OC> xDDD
L784[21:27:40] <Timmy94_OC> i don't do it
L785[21:28:50] <Timmy94_OC> I like the OpenComputers IRC programm
L786[21:29:55] <Caitlyn> Quiet a few of us have worked on it
L787[21:30:38] <Timmy94_OC> Ok, you have made great work
L788[21:31:10] <gamax92> Timmy94: ;)
L789[21:32:03] <Timmy94_in_MC> I have one Browser IRC Window, one MC Chat Modand the OC Program
L790[21:32:03] <seebs> Hmm. Looks like only robots can do that. Seems like it would be a nice thing to have an Inventory Controller component you could place as a block or something.
L791[21:32:54] <gamax92> wot "Mesa: User error: GL_INVALID_OPERATION in Inside glBegin/glEnd"
L792[21:35:15] <Timmy94_OC> Caitlyn, is it possible to use the IRC Program together with the Holoprojector?
L793[21:35:21] <Caitlyn> idfk.
L794[21:35:24] ⇨ Joins: gamax92s (~gamax92s@c-75-70-114-152.hsd1.co.comcast.net)
L795[21:35:39] <Timmy94_OC> idfk?
L796[21:35:45] <Caitlyn> I don't fuckin know.
L797[21:35:56] <Timmy94_OC> ah ok
L798[21:36:26] ⇦ Quits: prassel|off (~Prassel@5.231.51.109) (Ping timeout: 186 seconds)
L799[21:36:31] <gamax92s> hmm
L800[21:36:33] <gamax92s> interestf
L801[21:37:20] <gamax92s> umm what...
L802[21:37:46] <gamax92s> "Users on #oc: " it lists 18 people
L803[21:37:47] <gamax92s> SANGAR
L804[21:38:34] <Timmy94_OC> Sangar is idle for 14204 and more
L805[21:39:00] <Caitlyn> he's idle for 4 hours, but he's now /away
L806[21:39:00] <Timmy94_in_MC> !
L807[21:39:09] <Caitlyn> s/now/not/
L808[21:39:12] <Caitlyn> ...
L809[21:39:19] <Caitlyn> is Kibibyte ded again?
L810[21:39:51] <Ender> Yes, I think
L811[21:40:29] <Caitlyn> lol...
L812[21:42:05] <Ender> Tomorrow I'm gonna go full on with getting EnderBot3 ready to come on here
L813[21:42:13] <DeanIsaKitty> I'll go punch Kilobyte... >.>
L814[21:42:45] <Caitlyn> MichiBot's SED might have been a little funky but atleast it didn't just derp out :P
L815[21:43:27] ⇦ Quits: gamax92s (~gamax92s@c-75-70-114-152.hsd1.co.comcast.net) (Remote host closed the connection)
L816[21:43:28] ⇦ Quits: Kibibyte (~PircBotX@hathor.stary2001.co.uk) ()
L817[21:43:33] *** Pwootage|Off is now known as Pwootage
L818[21:44:01] <Caitlyn> hathor.stary2001.co.uk ha.. that server seems familiar
L819[21:44:19] <CompanionCube> yes
L820[21:44:22] <Stary2001> yes it does... :p
L821[21:44:25] ⇨ Joins: Timmy94_iPad (~Timmy94@46.115.141.5)
L822[21:44:25] <Stary2001> wait it quit, hm? wat?
L823[21:44:25] <CompanionCube> Stary2001 hosts kibi irc
L824[21:44:28] <Stary2001> hahahahahahahahahahahahaha
L825[21:44:31] ⇨ Joins: Kibibyte (~PircBotX@hathor.stary2001.co.uk)
L826[21:44:35] <Stary2001> oh ok
L827[21:44:41] <Caitlyn> CompanionCube, Stary2001 also hosts a IRCd for my network.
L828[21:44:48] <Stary2001> he knows lol
L829[21:44:56] <Timmy94_iPad> More of Me. *evil laugh*
L830[21:45:11] <Caitlyn> Well I mean we're pointing out obvious stuff.. so
L831[21:45:14] <Stary2001> :p
L832[21:45:46] <gamax92> Abandoned Sunshine
L833[21:45:59] <gamax92> Black Shiny Plutonium
L834[21:46:08] ⇨ Joins: prassel|off (~Prassel@5.231.51.109)
L835[21:46:10] <gamax92> Strawberry Scorpion
L836[21:47:20] *** AtomSponge is now known as AtomSponge|away
L837[21:47:26] <Timmy94_OC> xD
L838[21:47:35] ⇦ Quits: Timmy94_OC (~timmy94_o@46.115.141.5) (Quit: Timmy94_OC)
L839[21:52:22] ⇨ Joins: TYKUHN2 (webchat@cpe-75-186-10-24.cinci.res.rr.com)
L840[21:52:50] *** TYKUHN2 is now known as Guest94198
L841[21:53:04] *** Pwootage is now known as Pwootage|Off
L842[21:54:20] <Guest94198> Interesting Nickserv issue. Anywyas I cannot play with OpenComputers (which is very saddening) becuase it causes a fatal error and proceeds to close down the "connection". I have a log somewhere if you need it.
L843[21:54:35] <gamax92> would like
L844[21:55:09] *** Guest94198 is now known as TYKUHN2
L845[21:55:50] <TYKUHN2> That is what I thought. I have tested, OC and NEI are conflicting
L846[21:56:07] <TYKUHN2> Both are latest
L847[21:56:18] <TYKUHN2> Either that or NEI is recommended. I tried both.
L848[21:57:25] ⇦ Quits: CompanionCube (~samis@90.210.28.77) (Remote host closed the connection)
L849[21:57:27] <TYKUHN2> http://pastebin.com/taMxiCfs
L850[21:58:27] <Caitlyn> java.lang.NullPointerException
L851[21:58:27] <Caitlyn> at Reika.DragonAPI.Base.TileEntityBase.createNode el oh el
L852[21:58:43] <TYKUHN2> DragonAPI works with NEI and OC I believe.
L853[21:58:54] <Ender> delete the Li folder in it's jar
L854[21:58:56] <TYKUHN2> I can remove OC or NEI and it should work. I will test right now.
L855[21:58:59] <Caitlyn> Unless something has changed very recently DAPI ships OC's API
L856[21:59:13] <Ender> Reiki can't seem to do anything without shipping every API he uses
L857[21:59:34] <Ender> Because sod the @optionals
L858[21:59:43] <Caitlyn> @Interface is for lamers.
L859[22:00:04] <TYKUHN2> Takes a while to load <3
L860[22:01:00] <TYKUHN2> I have tried to make everything up to date and minimal conflicts.
L861[22:02:54] <TYKUHN2> Confirmed
L862[22:03:04] <TYKUHN2> Removed OC and it works
L863[22:03:17] <gamax92> TYKUHN2: did you try what Ender said
L864[22:03:21] <Caitlyn> All that really proves is that something is fsking up OC...
L865[22:03:37] *** Cruor is now known as Cruor|Away
L866[22:03:37] <TYKUHN2> Didn't see Ender's Suggestion
L867[22:03:44] <Ender> delete the Li folder in it's jar
L868[22:03:57] <Ender> Dragon API that is
L869[22:04:08] <Caitlyn> I'm runnign latest OC and latest NEI on my 1.7.10 server with no issue
L870[22:04:14] ⇦ Quits: prassel|off (~Prassel@5.231.51.109) (Ping timeout: 189 seconds)
L871[22:04:15] <Ender> Same
L872[22:04:16] <Caitlyn> soo </shrugs>
L873[22:04:55] <TYKUHN2> I will have to remember to go back and replace all my ComputerCraft computers.
L874[22:05:38] <Caitlyn> I also don't run anything Reika touches.. which makes my life a good bit easier.
L875[22:05:47] ⇨ Joins: davs (~davs@chello089173217240.chello.sk)
L876[22:06:21] <TYKUHN2> I don't remember what I have that uses DragonAPI
L877[22:06:56] <Ender> roatoary craft, reactorcraft, something like that
L878[22:07:05] <TYKUHN2> Rotary and Reactor it would be then
L879[22:07:43] <seebs> Hmm.
L880[22:07:48] <TYKUHN2> I have a mod I want to add in but has some beta issues. Picky me wants it badly.
L881[22:07:59] <TYKUHN2> Sucess
L882[22:08:00] <seebs> OC adapters can investigate the RF storage of most blocks. I can't find anything to investigate it for items, though.
L883[22:08:11] <TYKUHN2> Now I just have to figure out how to destory my mech....
L884[22:08:13] ⇨ Joins: ^v (~ping@c-71-238-153-166.hsd1.mi.comcast.net)
L885[22:08:19] ⇨ Joins: v^ (~PixelToas@2601:4:680:104c:feaa:14ff:fe09:75b2)
L886[22:08:19] zsh sets mode: +v on v^
L887[22:08:46] *** manmaed|AFK is now known as manmaed
L888[22:09:41] ⇨ Joins: prassel|off (~Prassel@5.231.51.109)
L889[22:11:13] *** Csstform is now known as Csst|Masterball
L890[22:12:03] ⇦ Quits: TYKUHN2 (webchat@cpe-75-186-10-24.cinci.res.rr.com) (Quit: Web client closed)
L891[22:14:07] <Timmy94_iPad> Good Night @ all
L892[22:14:13] ⇦ Quits: Timmy94_iPad (~Timmy94@46.115.141.5) (Quit: Timmy94_iPad)
L893[22:14:39] <gamax92> So, there is a biblical passage on my egg container
L894[22:14:39] ⇦ Quits: Timmy94_in_MC (~timmy94.t@46.115.141.5) (Read error: Connection reset by peer)
L895[22:15:06] *** Daiyousei is now known as SleepingFairy
L896[22:16:15] ⇦ Quits: Timmy94 (webchat@46.115.141.5) (Ping timeout: 182 seconds)
L897[22:17:26] *** Nentify is now known as Nentify|away
L898[22:18:31] ⇦ Quits: Lumien (~lumien@p4FED5888.dip0.t-ipconnect.de) (Quit: Nettalk6 - www.ntalk.de)
L899[22:19:53] ⇦ Quits: prassel|off (~Prassel@5.231.51.109) (Quit: ZNC - http://znc.in)
L900[22:21:02] <seebs> hmmm.
L901[22:21:17] ⇦ Quits: MrRatermat (~ratermat@host81-158-129-188.range81-158.btcentralplus.com) (Ping timeout: 189 seconds)
L902[22:21:23] <seebs> So, I can check damage levels on items, and I can check RF storage on placed blocks which have RF interfaces. But I can't appear to check RF storage of items.
L903[22:26:17] ⇨ Joins: TangentDelta (~christine@63.143.24.24)
L904[22:30:23] ⇦ Quits: davs (~davs@chello089173217240.chello.sk) (Quit: Lost terminal)
L905[22:39:04] <seebs> huh
L906[22:39:23] <seebs> so getStackInSlot() isn't yielding an ID for an object, even though it appears to have an ID according to tooltips.
L907[22:39:37] <Ender> That's local to the world
L908[22:39:41] <seebs> But it's also yielding an actual string for the tag, suggesting that I *can* see NBT tags, except I don't have a parser for them.
L909[22:39:43] <Ender> Blame the 1.7 update
L910[22:39:47] <seebs> I know it's local, and I am fine with a local value.
L911[22:39:58] <seebs> I just found it surprising that there wasn't a value included in details at all anymore.
L912[22:40:51] <seebs> I also think it's interesting that there's a tag, even if I don't have a parser for it, because that implies that I might actually be able to do things like investigate items to see whether they have a charge.
L913[22:48:28] *** Lathanael is now known as Lathanael|Away
L914[22:51:17] ⇦ Quits: Techokami (Techokami@theender.net) (*.net *.split)
L915[22:51:17] ⇦ Quits: Altenius (Altenius@Moving.Mountains.At.PanicBNC.us) (*.net *.split)
L916[22:51:17] ⇦ Quits: LordFokas|off (LordFokas@theender.net) (*.net *.split)
L917[22:51:19] <^v> Oh noes! anarchy split 3:
L918[22:51:44] <seebs> Huh.
L919[22:51:57] <seebs> That looks like it really is the NBT tag. Has anyone written a lua NBT parser before?
L920[22:52:16] <gamax92> debug card can do nbt iirc
L921[22:52:30] <seebs> Not that I recall.
L922[22:52:42] <seebs> I was just noticing that getStackInSlot, when hasTag is true, "tag" is a string that looks a lot like NBT values.
L923[22:52:56] <seebs> Reason I care being that I have a desire to interpret metadata about items.
L924[22:54:11] ⇨ Joins: Magik6k (~Magik6k@host-89-228-225-106.kalisz.mm.pl)
L925[22:58:13] ⇨ Joins: LordFokas|off (LordFokas@theender.net)
L926[22:58:13] zsh sets mode: +v on LordFokas|off
L927[23:00:14] ⇨ Joins: Techokami|Off (Techokami@theender.net)
L928[23:00:14] zsh sets mode: +v on Techokami|Off
L929[23:00:29] <seebs> ah-hah! mekanism's energy cubes have a slot which will accept an item if and only if the item can be charged, and won't accept a full item.
L930[23:03:27] *** manmaed is now known as manmaed|AFK
L931[23:09:52] *** medsouz|offline is now known as medsouz
L932[23:11:06] *** Hobbyboy is now known as Hobbyboy|Sleep
L933[23:19:24] ⇨ Joins: VikeStep (~VikeStep@101.162.136.227)
L934[23:27:11] *** medsouz is now known as medsouz|offline
L935[23:28:27] ⇦ Quits: RolandMcDookus (~McDookus@96-33-16-244.dhcp.jcsn.tn.charter.com) (Read error: Connection reset by peer)
L936[23:28:28] ⇨ Joins: RolandMcDookus (~McDookus@96-33-16-244.dhcp.jcsn.tn.charter.com)
L937[23:35:24] *** alekso56 is now known as alekso56_off
L938[23:35:35] ⇦ Quits: rjwboys (~rjwboys@99-190-16-238.lightspeed.snantx.sbcglobal.net) (Read error: Connection reset by peer)
L939[23:36:50] <Nibato> seebs, btw thanks for telling me about that backup mod yesterday, spent the rest of the day rewriting my server frontend to utilize it in conjunction with rdiff-backup and now my world corruption is gone
L940[23:36:59] <seebs> awesome!
L941[23:37:39] ⇨ Joins: `RolandMcDookus (~McDookus@96-33-16-244.dhcp.jcsn.tn.charter.com)
L942[23:38:00] ⇦ Quits: RolandMcDookus (~McDookus@96-33-16-244.dhcp.jcsn.tn.charter.com) (Read error: Connection reset by peer)
L943[23:40:02] <Nibato> also, out of curiosity is there any particular reason you need the actual local item id with your program? just trying to figure out what you're doing :P
L944[23:41:52] <seebs> There isn't, I just noticed the documentation was out of sync.
L945[23:41:59] <seebs> What I am trying to do: Make a charger box.
L946[23:42:08] <Nibato> ahh alrighty
L947[23:42:15] <seebs> Which is to say, a box where any item you put in it, if and only if it is a chargeable item, gets put into something which charges it.
L948[23:42:17] <seebs> This is very hard.
L949[23:42:22] <DFrostedWang> How so?
L950[23:42:32] <seebs> Consider this:
L951[23:42:39] <seebs> How would you *test* whether an item is chargeable and needs charge?
L952[23:42:44] <DFrostedWang> If it's accepted
L953[23:42:53] <seebs> Well, that's an interesting theory, but so far, no.
L954[23:43:01] <DFrostedWang> Use EnderIO item conduits and they will only put in what can be put in
L955[23:43:10] <DFrostedWang> Similar to TE ducts in 1.6
L956[23:43:11] <seebs> The TE charger will accept any item which has RF capacity, even if it is completely full.
L957[23:43:14] <Nibato> let me fire up my test world and see if something still works..
L958[23:43:20] <DFrostedWang> But the Mek charger can charge anything
L959[23:43:22] <DFrostedWang> So use that
L960[23:43:31] <seebs> Well, that's what I'm working on now.
L961[23:43:36] <seebs> But I've found... issues.
L962[23:43:47] <DFrostedWang> Like Mek being retarded? Yea, I have noticed that myself.
L963[23:43:53] <seebs> Specifically, it appears that I can insert into the charging slot (as opposed to the other slot) only from the top side of the cube.
L964[23:44:05] <DFrostedWang> So?
L965[23:44:08] <seebs> I have not found any side from which I can extract using the EIO conduits. Also, how would I know whether the item was done?
L966[23:44:18] <DFrostedWang> Can you insert/extract from the same side?
L967[23:44:20] <seebs> So I can put items which need charging in the cube.
L968[23:44:25] <seebs> Doesn't seem to, no.
L969[23:45:59] *** DeanIsaKitty is now known as DeanIsGone
L970[23:46:10] <seebs> But so far as I can tell, there's no side from which items can be extracted. From either slot.
L971[23:46:21] <seebs> At least not by the EIO conduits.
L972[23:46:27] <DFrostedWang> So... can robots extract?
L973[23:46:41] <seebs> I think that's my next idea.
L974[23:46:43] <DFrostedWang> Also, robots count as player inventories
L975[23:46:52] <DFrostedWang> so how about a wireless charger charges anything that passes into a robot
L976[23:46:54] <DFrostedWang> ?
L977[23:46:57] <DFrostedWang> Tried that?
L978[23:47:16] <DFrostedWang> Because that could work
L979[23:47:17] <seebs> Hmm.
L980[23:47:18] <DFrostedWang> but only with RF items
L981[23:47:25] <seebs> I don't know whether robots count as players or not for those purposes.
L982[23:47:32] <DFrostedWang> They do for capacitors
L983[23:47:35] <seebs> The main problem is, I can't tell whether an item has charge.
L984[23:47:36] <DFrostedWang> so they might for wireless charger
L985[23:47:44] <seebs> Or whether it's recharging. Or whether it's full.
L986[23:47:47] <Nibato> does inventory_controller.getStackInSlot() not return energy values for you?
L987[23:47:51] <seebs> It does not.
L988[23:47:51] <DFrostedWang> ^
L989[23:48:03] <DFrostedWang> Doesn't it return NBT information?
L990[23:48:10] <seebs> Well, yes, as a large block of raw binary NBT.
L991[23:48:12] <DFrostedWang> Also, some chargeable items use metadata for that
L992[23:48:17] <Nibato> it returns info for me, it might be a config option that is off by default though
L993[23:48:20] <seebs> Which means I might be able to do it if I wrote an NBT parser.
L994[23:48:21] <seebs> Oooh.
L995[23:49:04] <seebs> ah-hah
L996[23:49:23] <seebs> So the reason the documenation disagrees with behavior is that the passing on of IDs is a configurable behavior.
L997[23:49:50] <seebs> Huh.
L998[23:50:00] <seebs> And that's also why command blocks and thaumcraft stuff don't show up in adapters by default.
L999[23:50:10] <seebs> Which reminds me: Has anyone successfully used an adapter to talk to an AE network of late?
L1000[23:50:22] <seebs> Oh-hoh.
L1001[23:50:35] <DFrostedWang> I have, I told you about it...
L1002[23:50:37] <DFrostedWang> Did you forget?
L1003[23:50:40] <seebs> Yes, apparently.
L1004[23:50:42] <DFrostedWang> Just stick it on a controller
L1005[23:50:54] <DFrostedWang> me_controller.getItemsInNetwork()
L1006[23:50:57] <seebs> ... a *controller*?
L1007[23:51:02] <DFrostedWang> It returns a table filled with tables on the items
L1008[23:51:05] <DFrostedWang> Yea, it's dumb
L1009[23:51:14] <seebs> I'd looked at the code and concluded that I wanted something which implemented ICellInventory.
L1010[23:51:15] <DFrostedWang> I mentioned its dumbness to the AE2 people, no response
L1011[23:51:19] <DFrostedWang> I should maybe mention it again
L1012[23:51:24] <DFrostedWang> should be an interface, controller doesn't make much sense
L1013[23:51:25] <seebs> Well, it sort of makes sense.
L1014[23:51:28] <DFrostedWang> Not really
L1015[23:51:31] <seebs> Yeah, interface would make more sense.
L1016[23:51:36] <DFrostedWang> Interface is for interfacing with other mods
L1017[23:51:39] <DFrostedWang> and vanilla
L1018[23:51:40] <seebs> But it can't be the individual drives, they're not the interfaces.
L1019[23:51:49] <DFrostedWang> Yea, that's why the interface block exists
L1020[23:52:19] <DFrostedWang> But anyway, it returns a table of tables that give data about items inside
L1021[23:52:42] <Nibato> id probably get an out of memory error if i used that on my main me network ._.
L1022[23:52:47] <seebs> hmm.
L1023[23:52:52] <DFrostedWang> This: https://gist.github.com/Aedda/f7ce73e567636a3b7c90 <-- should allow you to read the tables (though you might know how to do that yerself)
L1024[23:52:54] <seebs> Does OpenComponents.cfg still do anything?
L1025[23:53:08] <DFrostedWang> They wrote that for me 'cause I don't get tables very well
L1026[23:53:30] <DFrostedWang> It'd be 'dumpTable(me_controller.getItemsInNetwork(), 1)'
L1027[23:53:31] <DFrostedWang> I think
L1028[23:53:36] <DFrostedWang> Using that function
L1029[23:53:47] <DFrostedWang> Would list all the tables one at a time, each itemstack as its own
L1030[23:54:12] <seebs> oh-hoh
L1031[23:54:20] <seebs> So I just found a thing in the .cfg that is of interest to me.
L1032[23:54:33] <seebs> This driver allows interacting
L1033[23:54:33] <seebs> # with inventories adjacent to adapters in a way similar to what the
L1034[23:54:33] <seebs> # inventory controller upgrade allows when built into a robot or placed
L1035[23:54:33] <seebs> # inside an adapter.
L1036[23:54:42] <seebs> So apparently you can put an inventory controller upgrade inside an adapter.
L1037[23:54:47] <seebs> I didn't know that.
L1038[23:55:04] ⇦ Quits: sciguyryan (sciguyryan@109-205-169-242.dynamic.swissvpn.net) ()
L1039[23:55:27] <seebs> Hmm. I don't see anything about RF stuff in the config file.
L1040[23:55:50] <Nibato> the inventory controller in an adapter thing is a recent change
L1041[23:56:11] <seebs> Ahh.
L1042[23:56:21] <seebs> Hmm. I might be not-current right now.
L1043[23:56:47] <seebs> 1.4.0.7 of opencomputers. Maybe the RF stuff is newer than that?
L1044[23:57:44] <Nibato> allowItemStackInspection=true
L1045[23:57:46] <Nibato> in misc
L1046[23:58:03] <Nibato> i believe that's the one
L1047[23:59:16] <Nibato> i could be mistaken though
L1048[23:59:53] <seebs> That's already on, I think.
L1049[23:59:56] <Nibato> either way i can get the energy levels some how:
L1050[23:59:57] <Nibato> http://i.imgur.com/4u5pxuV.png
<<Prev Next>> Scroll to Top