<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:22:16] ⇦ Quits: sciguyryan (sciguyryan@109-205-169-166.dynamic.swissvpn.net) ()
L2[00:22:54] ⇨ Joins: Something12 (~Something@S010674d02b5d5181.vs.shawcable.net)
L3[00:27:07] ⇦ Quits: Mirodin (~quassel@2a02:810d:1840:cc0:d4af:ee0f:54df:6a23) (Remote host closed the connection)
L4[00:28:29] *** DeanIsaKitty is now known as DeanIsGone
L5[00:28:48] <seebs> There's a setting in the config file for OpenComputers for "maximum translation of holograms". But I don't see anything anywhere that controls how much they are offset by. So there's a maximum value, but I can't see a setting connected to it?
L6[00:30:18] <seebs> Oh, hey. No documentation for it, but there's a :setTranslation().
L7[00:31:27] <seebs> // Projection Y position offset - consider adding X,Z later perhaps
L8[00:31:28] <seebs> var translation = Vec3.createVectorHelper(0, 0, 0)
L9[00:34:57] <Kodos> Ugh, Elite Dangerous is no longer shipping with offline mode
L10[00:34:59] <Kodos> Fuck that
L11[00:42:57] <Brycey92> hey gamax92 do u think u could compile the latest oclights2?
L12[00:43:29] <gamax92> Brycey92: do you have MC1.6?
L13[00:43:34] <Brycey92> uhhh no
L14[00:43:39] <gamax92> then it wouldn't work
L15[00:43:41] <Brycey92> damn
L16[00:43:45] <gamax92> blame ds84182 for not porting to 1.7
L17[00:43:49] <Brycey92> any plans to port?
L18[00:43:53] <ds84182> bitchwat
L19[00:43:54] <gamax92> possibly
L20[00:43:57] <Brycey92> dammit ds84182
L21[00:44:02] <ds84182> it's not my fault
L22[00:44:12] <ds84182> technically it's alekso56_off
L23[00:44:14] <ds84182> but meh
L24[00:44:15] <gamax92> oh
L25[00:44:19] <Brycey92> i blame both of you, and alekso56_off
L26[00:44:28] <ds84182> alekso56_off is currently in charge of most of the networking code
L27[00:44:34] <ds84182> me don't touch it
L28[00:44:42] <ds84182> ¯\_(ツ)_/¯
L29[00:45:02] <gamax92> perhaps i can look at the time Computronics was ported to 1.7 by Techokami
L30[00:45:20] <Techokami> oh jebus that was a mess please no
L31[00:45:25] <gamax92> welp
L32[00:46:04] <Techokami> if you really want to, try it. But remember that it's full of angry bears
L33[00:46:20] <gamax92> Techokami: basically all of the packet stuff
L34[00:46:31] <Techokami> angry bears.
L35[00:46:51] * gamax92 remembers to add angry bears as an entity
L36[00:47:06] <gamax92> each time packets are sent a bear spawns
L37[00:48:46] <seebs> What I find impressive about that is that I didn't think the game had bears.
L38[00:50:17] <gamax92> seebs: it doesn't?
L39[00:50:26] <seebs> I dunno. I don't think I've seen them?
L40[00:50:27] <Brycey92> hey u know what we need, speaking of angry animals...
L41[00:50:32] <Brycey92> we need cannibalcows
L42[00:50:40] <Brycey92> those guys were great
L43[00:50:56] <Brycey92> im just terrible at modding, though, so one of you should do it :D
L44[01:01:56] * gamax92 gives cow zombie ai
L45[01:10:16] <Brycey92> but it has to eat the other cows
L46[01:10:20] <Brycey92> and move fast
L47[01:10:32] <Brycey92> and make that horrible noise
L48[01:10:55] <Brycey92> and be created by feeding a regular cow beef
L49[01:19:46] *** Pwootage is now known as Pwootage|Off
L50[01:20:40] ⇦ Quits: TangentDelta (~christine@63.143.24.24) (Remote host closed the connection)
L51[01:23:30] <ds84182> "m: duplicates the value in the cell pointed by the current cell into the current cell"
L52[01:23:41] <ds84182> was I fucking high when I made that opcode
L53[01:24:05] <ds84182> if the current cell is 5 then m copies the value in the cell five values forward
L54[01:24:26] <marcin212> hello I am writting addons for OC. How to return lua object from java method with @callback?
L55[01:24:47] <ds84182> marcin212, return new Object[]{values here...};
L56[01:25:09] <ds84182> So if you wanted to return a string, you would do return new Object[]{"String to return here"};
L57[01:27:59] <marcin212> I know
L58[01:28:41] <marcin212> Is any method to convert java object to lua object?
L59[01:29:05] <ds84182> You cannot, I've been bugging Sangar about it though
L60[01:29:27] <ds84182> You can pass a table back to Lua by returning a HashMap
L61[01:30:04] <marcin212> ok, but I need lua function
L62[01:30:29] ⇨ Joins: SKS-Laptop (webchat@153.107.33.158)
L63[01:30:41] <ds84182> You can't return or send functions to and from java
L64[01:30:49] *** medsouz|offline is now known as medsouz
L65[01:30:57] <SKS-Laptop> \o/
L66[01:33:22] <gamax92> ds84182: umm, except that the debug card more or less does this
L67[01:33:31] <gamax92> ds84182: and that i do this in oclights2
L68[01:33:41] <ds84182> gamax92, wat
L69[01:33:57] <ds84182> It's impossible, unless you write a lua side driver
L70[01:34:01] <gamax92> ds84182: AbstractValue
L71[01:34:06] <ds84182> hold up
L72[01:34:08] <ds84182> since when
L73[01:34:10] <ds84182> Sangar, since when
L74[01:34:14] <gamax92> is table, has callbacks
L75[01:34:18] <ds84182> WHAT
L76[01:34:21] <ds84182> SINCE WHEN
L77[01:34:31] <gamax92> ds84182: well, atleast since oc 1.3
L78[01:34:35] <ds84182> gamax92, when was that implement-
L79[01:34:35] <gamax92> since this code is oc1.3
L80[01:34:36] <ds84182> what
L81[01:34:40] <ds84182> wuhat
L82[01:35:11] <ds84182> I don't even remember seeing code for that in the Native Lua VM
L83[01:35:19] <ds84182> s/VM/Machine
L84[01:46:22] <SKS-Laptop> Redditing in class. Win.
L85[01:49:19] <Porygon2> pay attention
L86[01:51:05] <marcin212> gamax92, thx, it works!
L87[01:54:45] <ds84182> all the times I plead to sangar to add a feature, and then it actually gets implemented I never get notified >-<
L88[01:57:02] <SKS-Laptop> While watching a movie, I might add.
L89[01:57:19] <ds84182> SKS-Laptop, what
L90[01:57:24] <ds84182> how
L91[01:58:12] <SKS-Laptop> The class is watching Spirited Away, I'm watching Code GEASS on my laptop with subs. I win.
L92[01:58:44] * ds84182 slaps the fuck out of SKS-Laptop
L93[01:58:44] * EnderBot2 laughs
L94[01:58:52] <ds84182> Spirited Away is best movie
L95[01:59:30] <ds84182> Brings back better times (before that stupid fucking divorce and shit like that)
L96[01:59:40] <Brycey92> ^
L97[01:59:52] ⇨ Joins: ping (~notPing@2601:4:680:104c:1413:37ab:f55:c9eb)
L98[01:59:52] zsh sets mode: +v on ping
L99[02:00:16] <Brycey92> miyazaki is best director
L100[02:00:16] <ping> ffs
L101[02:00:23] <ping> mom was drinking again
L102[02:00:33] <ds84182> did she trip over the ethernet
L103[02:00:49] <ds84182> meh, whenever my mom drinks she locks herself in her room
L104[02:01:01] <ds84182> and even if she is we can't even fucking tell
L105[02:01:10] <ping> for fucks sake
L106[02:01:13] <ping> my mom
L107[02:01:16] <ping> she cant argue for shit
L108[02:01:32] <ds84182> "the sky is purple because why the fuck not"
L109[02:02:19] <ping> i am so done
L110[02:03:09] <SKS-Laptop> ds84182: I pirated it on my desktop.
L111[02:03:44] <ds84182> Yaarch Linux
L112[02:03:48] <ds84182> hehe I said it
L113[02:03:51] <ds84182> I'm sorry
L114[02:04:25] <ds84182> #Lua (nil)(nil)(nil) --if this succeeds, we are fucked
L115[02:04:26] <|0xDEADBEEF|> > lua:1: attempt to call a nil value
L116[02:05:12] <ping> nope
L117[02:05:22] <ping> she is cussing out stepdad for no reason
L118[02:05:58] <Brycey92> #lua print("hello")
L119[02:06:02] <|0xDEADBEEF|> > hello | nil
L120[02:06:15] <Brycey92> #lua return "hello"
L121[02:06:15] <|0xDEADBEEF|> > hello
L122[02:07:16] <ping> oh shit
L123[02:07:27] <ping> i should record this for our therapist
L124[02:07:35] <ds84182> lel
L125[02:07:43] <ping> i need more microphones
L126[02:08:26] <ping> so basically
L127[02:08:43] <ping> she was ranting for 10 minutes on why looking nice is important
L128[02:09:16] <ping> while she ignores my points about how none of the examples apply to wearing pants at home
L129[02:14:13] <TabletCube> Wasn
L130[02:14:19] <ping> i dont even know anymore
L131[02:14:37] <TabletCube> Wasn't your bot opensource, ping?
L132[02:14:38] <ping> apparently she is going crazy about me wearing shorts that are 2 inches too short? >_>
L133[02:14:41] <ping> TabletCube, yes
L134[02:14:44] <SKS-Laptop> Ohai TabletCube
L135[02:14:45] <gamax92> Brycey92: good news
L136[02:14:47] <ping> but ^v is kill for now
L137[02:14:50] <Brycey92> oh?
L138[02:14:55] <TabletCube> Source pls
L139[02:14:57] <ping> because i got new computer
L140[02:14:59] <gamax92> Brycey92: I am down from 400 errors for 140 in the porting of oclights12
L141[02:15:00] <TabletCube> Memo me it
L142[02:15:03] <gamax92> >oclights12
L143[02:15:03] <Brycey92> lol
L144[02:15:07] <ping> pi.i0i0.me
L145[02:15:11] <ping> TabletCube, ^
L146[02:15:14] <gamax92> Brycey92: bad news, the rest of the errors are all networking
L147[02:15:26] <Brycey92> shit
L148[02:15:32] <ds84182> lol
L149[02:15:34] <ds84182> LOL
L150[02:15:36] <gamax92> Brycey92: more bad news, I didn't write any of this networking garbag- i mean alekso56_off's code
L151[02:15:40] <ds84182> gamax92, I feel sorry for you
L152[02:15:47] <Brycey92> maybe abrarsyed can help
L153[02:15:51] <gamax92> who
L154[02:15:53] <ds84182> Brycey92, LEL
L155[02:15:57] <TabletCube> Server ded, i g2g
L156[02:16:06] <ds84182> gamax92, I might as well help you port
L157[02:16:09] <Brycey92> he made forgegradle and secretrooms mod
L158[02:16:11] <gamax92> ds84182: oh okay.
L159[02:16:16] <Brycey92> he's in #forgegradle
L160[02:16:26] <ds84182> it's not that hard to port
L161[02:16:29] <ds84182> it's just tedious
L162[02:16:29] <Brycey92> no idea if he knows networking
L163[02:16:35] <gamax92> ds84182: oh you already have collab acces :P
L164[02:16:40] <ds84182> lol
L165[02:17:17] <ds84182> "The amount of crap in this update is TOO DAMN HIGH."
L166[02:17:26] <ds84182> that commit shall be with you forever
L167[02:17:29] <gamax92> ds84182: applies to the last thing i pushed
L168[02:17:34] <gamax92> ds84182: well no, i can just edit history
L169[02:17:35] <gamax92> ;)
L170[02:17:45] <ds84182> gamax92, bish if you do I kill u
L171[02:17:51] <gamax92> i wouldn't
L172[02:19:38] <ds84182> Ugh, that means setting up a new 1.7 env
L173[02:19:43] <ds84182> I think I may have a blank one
L174[02:20:36] <ds84182> gamax92, how do I branch
L175[02:20:45] <gamax92> ds84182: isn't there already a branch
L176[02:20:52] <ds84182> how do I pull branch
L177[02:20:55] <Caitlyn> heh I just converted the MindCrafters to OC..
L178[02:20:56] <ds84182> too lazy to remember
L179[02:21:03] <gamax92> ds84182: "git checkout opencomputers-1.7"
L180[02:21:26] <gamax92> Caitlyn: the whos?
L181[02:22:05] <Caitlyn> http://themindcrafters.com/
L182[02:22:25] <Caitlyn> They do lots of YouTube crap
L183[02:24:48] <ds84182> gamax92, I'll lay the foundation for the network code port
L184[02:24:54] <ds84182> I have school in the morning
L185[02:25:01] <gamax92> I also
L186[02:26:57] <Brycey92> shkool
L187[02:27:07] <ds84182> 143 errors
L188[02:27:08] <ds84182> yay
L189[02:27:30] <Caitlyn> I.. Don't have school in the morning. ^_^
L190[02:27:32] <Brycey92> more than earlier?
L191[02:27:41] <Caitlyn> Though I do have to get up and get my oldest ready for school so.. meh
L192[02:27:56] <ds84182> What in the hell
L193[02:27:59] <gamax92> ds84182: hi
L194[02:28:03] <ds84182> did they remove ITickHandler
L195[02:28:06] <ds84182> theydid
L196[02:28:07] <gamax92> i noticed that
L197[02:28:12] <Caitlyn> Yeah
L198[02:28:22] <ds84182> thats obsurd, I will murder whoever did so
L199[02:28:47] <ds84182> if it was cpw, lucky basterd I can't touch him
L200[02:28:52] <gamax92> ds84182: umm, SoniEx2 did it
L201[02:29:11] <gamax92> jk
L202[02:29:14] <ds84182> I WILL MURDER HIM
L203[02:29:40] <ds84182> TickRegistry too
L204[02:30:08] <SKS-Laptop> I have school at the moment so...
L205[02:30:42] ⇨ Joins: Maxwolf (labs@pipette.madsciencemod.com)
L206[02:30:42] zsh sets mode: +v on Maxwolf
L207[02:31:43] <ds84182> the generic Player class is also missing
L208[02:32:11] <gamax92> ds84182: http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/modification-development/2147465-tick-handler-in-1-7-10
L209[02:36:58] ⇦ Quits: SKS-Laptop (webchat@153.107.33.158) ()
L210[02:37:43] ⇦ Quits: SleepyFlenix (~Flenix@2.124.131.142) (Ping timeout: 195 seconds)
L211[02:39:19] <ds84182> gamax92, I've fixed everything not Network related currently
L212[02:39:29] <ds84182> Except TickHandler
L213[02:40:51] <ds84182> TickHandler is now fixed
L214[02:41:00] <ds84182> commiting code
L215[02:43:40] ⇨ Joins: SKS-Laptop (webchat@153.107.33.157)
L216[02:44:06] <ds84182> MOTHERFUCKER
L217[02:44:13] <ds84182> This bitch went and made a new branch
L218[02:44:16] <ds84182> thanks gitcola
L219[02:44:47] <ds84182> gamax92, can you fix that
L220[02:44:52] <gamax92> what?
L221[02:45:03] <ds84182> gitcola is a bitch and created a branch named origin/opencomputers-1.7
L222[02:45:22] <Kodos> Uhh it's open source isn't it?
L223[02:45:26] <ds84182> I don't even know why the hell it does that
L224[02:45:36] <ds84182> it does that every time I touch it
L225[02:45:37] <gamax92> ds84182: erm but did you push code to it?
L226[02:45:37] * Kodos has no idea what's going on
L227[02:45:42] <ds84182> Yes
L228[02:45:43] <gamax92> because i see nothing in either branches
L229[02:45:59] <ds84182> whet
L230[02:46:27] <gamax92> or perhaps github is not loading
L231[02:46:32] * Brycey92 is confuse
L232[02:46:38] <ds84182> I think I broke github
L233[02:46:46] <ds84182> It's not loading the page
L234[02:46:50] <ds84182> shit
L235[02:46:55] <ds84182> you guys I broke github
L236[02:47:10] <SKS-Laptop> this is weird, beige LCD monitors
L237[02:47:15] <ds84182> well you see what happens when I use git
L238[02:47:21] <ds84182> I break the ENTIRE FUCKING SITE
L239[02:47:26] <Brycey92> of course it doesnt hlep that i only have a basic understanding of git and github
L240[02:47:38] <ds84182> http://www.isup.me/github.com
L241[02:47:39] <ds84182> fUCK
L242[02:47:54] <ds84182> Well I'm going to sleep
L243[02:48:02] <ds84182> sorry I broke github
L244[02:48:03] <Brycey92> lol
L245[02:48:05] <Caitlyn> %isup http://github.com
L246[02:48:06] <MichiBot> Caitlyn: http://github.com Is Down.
L247[02:48:48] <ds84182> yep
L248[02:48:59] <ds84182> Gonna get a stern talking to by the Github admins
L249[02:50:55] <Brycey92> gj, you killed the entirety of github
L250[02:58:30] *** ds84182 is now known as dsAway
L251[03:06:01] ⇨ Joins: Zerotheliger (~Zerotheli@ip70-189-192-141.lv.lv.cox.net)
L252[03:06:15] <Zerotheliger> Sangar you around ? reika needs your help with something ts.shadowcity.net
L253[03:06:28] <Zerotheliger> hes having trouble stripping the api out of dragon api
L254[03:07:12] <Brycey92> ew dragon api
L255[03:09:01] <Kodos> Ew anything coded by Reika
L256[03:10:37] <Zerotheliger> seriously...
L257[03:11:10] *** Cazzar|Away is now known as Cazzar
L258[03:11:13] <Brycey92> reika has the potential to make great mods, but he doesnt focus on anything
L259[03:11:25] <Zerotheliger> maybe if you look at what hes done now?
L260[03:11:30] <Brycey92> he half-codes everything so they sort of work, then he moves onto something else
L261[03:11:32] <Zerotheliger> instead of mindless lies?
L262[03:11:36] <Zerotheliger> its nothing like that now
L263[03:11:42] <Zerotheliger> ive been helping him strip dependancys
L264[03:11:49] <Brycey92> can i ban ultra-destructive items in his mods without them disabling themselves?
L265[03:12:01] <Brycey92> the mods disabling themselves*
L266[03:12:05] <Zerotheliger> like?
L267[03:12:07] ⇨ Joins: Flenix (~Flenix@2.124.131.142)
L268[03:12:12] <Brycey92> sonic borer
L269[03:12:15] <Zerotheliger> yeah
L270[03:12:25] <Brycey92> really? he fixed that?
L271[03:12:27] <Zerotheliger> been a config since 1.6.4
L272[03:12:30] <Brycey92> thank god
L273[03:12:58] <Brycey92> well when i abandoned the mods in 1.6.4 it was because that self-disabling system was created
L274[03:13:13] <Zerotheliger> because people wanted to disable his extractor
L275[03:13:21] <Zerotheliger> even though it was needed to progress
L276[03:13:30] <Brycey92> was that the thing that quintuples ores?
L277[03:13:32] <Zerotheliger> because people that run servers half the time aint very bright
L278[03:13:48] <Zerotheliger> yes because factorization does the same thing
L279[03:13:50] ⇦ Quits: phillips1012 (~phillips1@72.42.104.172) (Read error: Connection reset by peer)
L280[03:13:58] <Zerotheliger> and nobody crisizes pink
L281[03:14:21] ⇨ Joins: phillips1012 (~phillips1@72.42.104.172)
L282[03:14:22] <Brycey92> i still find it too cheaty, and i banned the salination plant in mekanism, and removed factorization entirely
L283[03:14:47] <ping> lolwhat
L284[03:14:50] <ping> i am still banned?
L285[03:14:52] <Brycey92> from my modpack
L286[03:15:03] ⇦ Quits: SKS-Laptop (webchat@153.107.33.157) ()
L287[03:15:46] <Brycey92> Zerotheliger, do the industrial coils still occasionally reset to 0?
L288[03:15:57] <Brycey92> or has that been fixed?
L289[03:16:02] ⇦ Quits: Johannes13 (~Johannes@141.70.98.69) (Ping timeout: 186 seconds)
L290[03:16:28] <Zerotheliger> uhh brycey its a bug
L291[03:16:31] <Zerotheliger> bugs happen they get fixed
L292[03:16:34] ⇦ Quits: Flenix (~Flenix@2.124.131.142) (Ping timeout: 195 seconds)
L293[03:16:43] <Brycey92> but has it been fixed yet?
L294[03:18:59] <Zerotheliger> have you reported the bug to him?
L295[03:19:06] <Zerotheliger> your responsibility to report bugs
L296[03:19:23] <Zerotheliger> mod devs cant read minds
L297[03:19:41] <Zerotheliger> if i had to deal with people that complain about bugs but never report them i would go crazy
L298[03:20:11] <Zerotheliger> all i came in here for was to ask sangar for help x.x
L299[03:21:33] <Brycey92> i tried reporting a lot of bugs a while ago
L300[03:21:53] <Brycey92> he fixed one or 2 then added that disabling thing
L301[03:22:09] <Brycey92> and insisted i encase all the buildings on my server in shield blocks
L302[03:24:57] ⇦ Quits: marcin212 (~marcin212@176.111.135.116) (Quit: Leaving)
L303[03:25:11] <Brycey92> does reika have an irc channel?
L304[03:25:44] <Zerotheliger> we use teamspeak mostly
L305[03:25:48] *** mrkirby153 is now known as kirby|Gone
L306[03:27:32] <Zerotheliger> do you wana talk to him?
L307[03:29:59] <Brycey92> i would rather type, since my mic is having problems
L308[03:32:44] ⇨ Joins: Flenix_ (~Flenix@2.124.131.142)
L309[03:33:01] <Brycey92> oh hay Flenix_
L310[03:33:03] <Brycey92> hey*
L311[03:33:10] <Kodos> If Reika wants to fix bugs with his mod he should get better code optimization
L312[03:33:14] <Brycey92Helper> hay is for horses
L313[03:33:30] <Brycey92> and better rendering code
L314[03:33:46] <Kodos> Oh, another bot?
L315[03:33:58] <Brycey92> hm?
L316[03:34:03] <Kodos> Your 'helper'
L317[03:34:07] <Brycey92Helper> i used to be
L318[03:34:25] <Brycey92Helper> now i just revive Brycey when vifino kills him
L319[03:34:41] <Kodos> Sooo you just have two IRC accounts
L320[03:34:42] <Kodos> Okayyy
L321[03:34:45] <Brycey92> lol
L322[03:35:16] <Brycey92> one goes through a proxy and one doesnt. sometimes my main internet connection breaks for no good reason but the proxy stays up
L323[03:35:58] <Brycey92> Flenix_, are there 1.7.10 ports for your mods?
L324[03:36:10] <Zerotheliger> so kodos you want reika to fix vanilla rendering code?
L325[03:37:00] <Brycey92> other mods render their custom models fine
L326[03:37:35] <Brycey92> last time i used rotarycraft, the railgun and freeze gun pointed in random directions
L327[03:37:50] <Brycey92> and sometimes just stopped targeting altogether
L328[03:37:54] <Zerotheliger> brycey ts.shadowcity.net
L329[03:38:05] <Zerotheliger> more than welcome to tell reika your self dude im not involving my self anymore
L330[03:38:14] <Brycey92> lol
L331[03:38:36] <Zerotheliger> reika doesnt even get what your trying to say anymore
L332[03:38:42] <Brycey92> me?
L333[03:38:45] <Zerotheliger> yes
L334[03:38:50] <Brycey92> xD
L335[03:38:51] <Zerotheliger> come in teamspeak and speak with him via chat
L336[03:38:56] <Zerotheliger> you dont need mic
L337[03:38:59] <Kodos> I didn't say rendering code
L338[03:39:03] <Kodos> Bryce did
L339[03:39:04] <Zerotheliger> brycey did
L340[03:39:42] <Kodos> But if you've ever checked TPS on a server with a regular setup of RotaryCraft machines, you'd know that the networking is total shit
L341[03:40:01] <Brycey92> yeah we did get a tps boost when we removed it
L342[03:40:32] <Zerotheliger> ive checked tps and thermal expansion out did it in terms of killing tps
L343[03:40:43] <Zerotheliger> vanilla hoppers are worse than reikas machines even
L344[03:40:51] <Brycey92> oh god the hoppers
L345[03:40:54] <Zerotheliger> im confused how you think rendering and tps are one in the same
L346[03:41:02] <Zerotheliger> rendering doesnt kill tps on a server
L347[03:41:06] <Brycey92> i banned those forever ago
L348[03:41:12] <Zerotheliger> brycey come on teamspeak
L349[03:41:19] <Brycey92> working on it
L350[03:41:21] <Zerotheliger> reika wants to talk to you
L351[03:41:25] <Brycey92> my client is updating
L352[03:44:14] *** Techokami is now known as Techokami|Off
L353[03:50:12] <Kodos> Anyone use Extra Utilities' Ender Quarry?
L354[03:50:38] <Zerotheliger> no i use ihl tunnel bore/BC quarry
L355[03:50:58] <Kodos> IHL?
L356[03:51:09] <Zerotheliger> addon for gregtech
L357[03:59:33] ⇨ Joins: pong (~notPing@2601:4:680:104c:2855:60c2:b6a3:b60a)
L358[03:59:33] zsh sets mode: +v on pong
L359[04:01:20] ⇦ Quits: ping (~notPing@2601:4:680:104c:1413:37ab:f55:c9eb) (Ping timeout: 189 seconds)
L360[04:13:21] ⇦ Quits: Lathanael|Away (~Lathanael@p54972DF0.dip0.t-ipconnect.de) (Ping timeout: 183 seconds)
L361[04:15:37] ⇨ Joins: Lathanael|Away (~Lathanael@p5497348F.dip0.t-ipconnect.de)
L362[04:19:44] *** Pwootage|Off is now known as Pwootage
L363[04:22:16] *** DeanIsGone is now known as DeanIsaKitty
L364[04:25:52] ⇦ Quits: orthoplex64 (~orthoplex@cpe-68-206-247-199.satx.res.rr.com) (Ping timeout: 195 seconds)
L365[04:29:30] *** Pwootage is now known as Pwootage|Off
L366[04:30:45] <Brycey92> sangar
L367[04:30:58] <Brycey92> .sangar
L368[04:30:59] <Brycey92> .seen sangar
L369[04:31:10] <Brycey92> cmon people i thought we had these commands written
L370[04:31:36] <Caitlyn> [Sangar] idle 09:37:00, signon: Sun Nov 16 12:10:17
L371[04:51:08] ⇦ Quits: Maxwolf (labs@pipette.madsciencemod.com) (Quit: Leaving)
L372[05:07:00] ⇨ Joins: rjwboys2 (~rjwboys@99-190-16-238.lightspeed.snantx.sbcglobal.net)
L373[05:09:40] ⇦ Quits: rjwboys (~rjwboys@99-190-16-238.lightspeed.snantx.sbcglobal.net) (Ping timeout: 183 seconds)
L374[05:12:17] ⇦ Quits: pong (~notPing@2601:4:680:104c:2855:60c2:b6a3:b60a) (Ping timeout: 189 seconds)
L375[05:13:04] ⇨ Joins: pong (~notPing@2601:4:680:104c:3840:8c9e:3406:b7fd)
L376[05:13:04] zsh sets mode: +v on pong
L377[05:14:27] ⇦ Quits: pong (~notPing@2601:4:680:104c:3840:8c9e:3406:b7fd) (Client Quit)
L378[05:35:02] ⇨ Joins: NixillUmbreon (~kvirc@c-24-11-46-42.hsd1.mi.comcast.net)
L379[05:37:14] *** SKS-Away is now known as ShadowKatStudios
L380[05:37:23] *** SleepingFairy is now known as Daiyousei
L381[05:46:24] <seebs> Hmm. Does OC provide any API access usable for sub-second timing information? Like, I want to know how long it's been since an event, or between two events.
L382[05:46:55] *** Keridos is now known as Keridos_off
L383[05:51:56] <seebs> ah-hah, computer.uptime() is sub-second real-time.
L384[05:52:51] <ShadowKatStudios> Afternoon o/
L385[05:54:38] *** medsouz is now known as medsouz|offline
L386[05:54:40] *** Logan is now known as Logan|off
L387[06:00:49] ⇦ Quits: jk-5|gone (~jk-5@D97A1938.cm-3-3a.dynamic.ziggo.nl) (Ping timeout: 183 seconds)
L388[06:05:17] ⇨ Joins: Vexatos (~Vexatos@p200300556E42B279546E416B915B4696.dip0.t-ipconnect.de)
L389[06:05:17] zsh sets mode: +v on Vexatos
L390[06:06:38] ⇨ Joins: VikeStep (~VikeStep@CPE-58-165-40-148.lns1.lon.bigpond.net.au)
L391[06:10:22] * DeanIsaKitty cuddles ShadowKatStudios
L392[06:10:33] * ShadowKatStudios cuddles DeanIsaKitty
L393[06:10:35] <ShadowKatStudios> \o/
L394[06:10:44] * Kodos is going to beat the shit out of David Braben
L395[06:11:24] <ShadowKatStudios> So, how are you, DeanIsaKitty?
L396[06:12:29] <DeanIsaKitty> Fine, thanks. How are you? :)
L397[06:14:11] <ShadowKatStudios> Reasonable. School was more boring than usual, I actually slept more at school than at home in the last 24 hours.
L398[06:30:38] *** DeanIsaKitty is now known as DeanIsGone
L399[06:35:13] *** Daiyousei is now known as LearningFairy
L400[06:59:08] *** skyem123|ZZZ is now known as skyem123
L401[07:11:17] *** justastranger is now known as justastranger|zzz
L402[07:16:45] *** skyem123 is now known as skyem123|away
L403[07:17:51] *** Caitlyn is now known as Caitlyn|Off
L404[07:34:21] ⇦ Quits: Vexatos (~Vexatos@p200300556E42B279546E416B915B4696.dip0.t-ipconnect.de) (Quit: I guess I have to go now. Bye ✔)
L405[07:39:18] ⇨ Joins: CompanionCube (~samis@90.216.11.44)
L406[07:39:33] <ShadowKatStudios> A wild CompanionCube appeared
L407[07:39:39] <CompanionCube> hi
L408[07:40:38] <CompanionCube> kernel upgrade, time to mount /boot
L409[07:49:28] <ShadowKatStudios> sudo pacman -S linux ?
L410[07:52:05] *** Pwootage|Off is now known as Pwootage
L411[07:53:53] ⇨ Joins: skyem123 (skyem123@5.150.100.90)
L412[07:54:12] <ShadowKatStudios> o/ skyem123
L413[07:54:16] <skyem123> hi
L414[07:54:23] <skyem123> \o ShadowKatStudios
L415[07:57:22] <skyem123> I found a ATA-133 IDE drive for £10
L416[07:57:27] <skyem123> on amazon
L417[07:57:45] <skyem123> My pentium 4 computer will have a hard drive
L418[07:58:53] ⇨ Joins: Brycey92|alt (~Brycey92@bmb5663-111-148.rh.psu.edu)
L419[07:58:59] ⇦ Quits: CompanionCube (~samis@90.216.11.44) (Remote host closed the connection)
L420[07:59:02] <ShadowKatStudios> That sounds ideal.
L421[07:59:12] <skyem123> 160GB
L422[07:59:18] <Brycey92|alt> internet y u do dis
L423[07:59:34] <Kubuxu> skyem123, hardrives are for weak. Use diskless.
L424[07:59:49] <skyem123> PXE was a bit to... glitchy...
L425[08:00:01] ⇨ Joins: GalaxyBot (~Brycey92@bmb5663-111-148.rh.psu.edu)
L426[08:00:02] <EnderBot2> !kick GalaxyBot Your owner does not have permission to bring you here. (if you feel this is an error then please tell JoshTheEnder or Sangar)
L427[08:00:02] *** GalaxyBot was kicked by zsh ((EnderBot2 (EnderBot)) Your owner does not have permission to bring you here. (if you feel this is an error then please tell JoshTheEnder or Sangar)))
L428[08:00:25] ⇦ Quits: Brycey92Helper (~Brycey92@5.63.147.100) (Ping timeout: 195 seconds)
L429[08:00:41] ⇦ Quits: Brycey92 (~Brycey92@5.63.147.100) (Ping timeout: 183 seconds)
L430[08:00:46] *** Brycey92|alt is now known as Brycey92Helper
L431[08:01:21] *** Brycey92Helper is now known as Brycey92
L432[08:01:33] ⇨ Joins: Brycey92Helper (~Brycey92@bmb5663-111-148.rh.psu.edu)
L433[08:01:41] <skyem123> I also ordered a quieter cpu cooler
L434[08:04:33] <Kodos> Bryce Ender is going to slap the shit out of you if you keep bringing bots in here lol
L435[08:08:50] ⇦ Quits: TabletCube (~TCube@90.216.11.44) (Ping timeout: 186 seconds)
L436[08:10:50] ⇨ Joins: TabletCube (~TCube@90.210.36.17)
L437[08:12:24] *** Pwootage is now known as Pwootage|Off
L438[08:12:34] ⇨ Joins: sciguyryan (sciguyryan@109-205-169-147.dynamic.swissvpn.net)
L439[08:12:40] *** Pwootage|Off is now known as Pwootage
L440[08:13:06] <skyem123> the HDD i found > http://www.amazon.co.uk/Maxtor-6L160P0-DiamondMax-7200RPM-Internal/dp/B004MU3VZK/ref=sr_1_2?ie=UTF8&qid=1416211993&sr=8-2&keywords=maxtor+IDE
L441[08:16:08] <ShadowKatStudios> 160GB... Biggest IDE drive I have is 80GB
L442[08:16:30] ⇨ Joins: asie|tab (~asietab@apn-31-2-49-45.dynamic.gprs.plus.pl)
L443[08:17:47] <skyem123> The computer orginally had a 40GB HDD
L444[08:18:31] <skyem123> 4x the size
L445[08:19:24] <ShadowKatStudios> *looks at wall of text* fuck this shit, to tvtropes, I must find some haruhi fanfics
L446[08:19:36] <skyem123> heh
L447[08:20:58] <ShadowKatStudios> Watching subbed anime and reading at the same time, what can go wrong?
L448[08:21:26] <skyem123> heh
L449[08:21:47] <skyem123> Like reading a book and a technical manual at the same time.
L450[08:21:53] <skyem123> You focus one one thing
L451[08:21:59] <skyem123> s/one/on/
L452[08:22:03] <skyem123> D:
L453[08:22:05] <ShadowKatStudios> dude, shit easy, there's no time limit
L454[08:22:06] <skyem123> s/one/on
L455[08:22:21] *** Pwootage is now known as Pwootage|Off
L456[08:23:14] <skyem123> I read too fast for my own good
L457[08:24:02] ⇦ Quits: TabletCube (~TCube@90.210.36.17) (Ping timeout: 186 seconds)
L458[08:25:55] ⇨ Joins: TabletCube (~TCube@90.216.39.195)
L459[08:26:13] <ShadowKatStudios> not possible :P
L460[08:26:27] <ShadowKatStudios> I know someone that goes through a LOTR-size book every two days
L461[08:26:32] <skyem123> Books cost money
L462[08:26:41] <ShadowKatStudios> torrent ebooks
L463[08:27:04] <skyem123> D:
L464[08:27:19] <skyem123> I can't read on the screen
L465[08:27:26] <skyem123> or my eyes hurt
L466[08:27:38] <ShadowKatStudios> build something with an e-ink screen
L467[08:27:44] <skyem123> It's odd...
L468[08:27:47] <ShadowKatStudios> I want to make one
L469[08:27:51] <ShadowKatStudios> maybe use an RPi for the controller
L470[08:28:08] <skyem123> my eyes hurt when I read a story on a screen
L471[08:29:51] ⇦ Quits: skyem123 (skyem123@5.150.100.90) (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
L472[08:42:54] *** Cazzar is now known as Cazzar|Away
L473[08:43:15] ⇨ Joins: Hobby_boy (~Hobbyboy@host81-132-197-54.range81-132.btcentralplus.com)
L474[08:44:32] *** Hobbyboy|Sleep is now known as Hobbyboy
L475[08:50:45] ⇦ Quits: asie|tab (~asietab@apn-31-2-49-45.dynamic.gprs.plus.pl) (Quit: where did mai raifu go wrong)
L476[08:57:28] ⇦ Quits: Zerotheliger (~Zerotheli@ip70-189-192-141.lv.lv.cox.net) (Ping timeout: 195 seconds)
L477[08:57:45] ⇦ Quits: sciguyryan (sciguyryan@109-205-169-147.dynamic.swissvpn.net) ()
L478[08:57:45] ⇨ Joins: Zerotheliger (~Zerotheli@ip70-189-192-141.lv.lv.cox.net)
L479[09:02:24] ⇨ Joins: asie|tab (~asietab@apn-31-2-49-45.dynamic.gprs.plus.pl)
L480[09:03:30] ⇦ Quits: Yepoleb (~quassel@194-166-6-132.adsl.highway.telekom.at) (Ping timeout: 206 seconds)
L481[09:04:29] ⇨ Joins: Yepoleb (~quassel@188-22-161-184.adsl.highway.telekom.at)
L482[09:09:09] <ShadowKatStudios> I'm on a roll. I've scared away everyone way I was talking to.
L483[09:12:54] <ShadowKatStudios> hm
L484[09:13:03] <ShadowKatStudios> I should sleep, perhaps.
L485[09:13:36] *** Pwootage|Off is now known as Pwootage
L486[09:23:08] *** Pwootage is now known as Pwootage|Off
L487[09:35:55] *** DeanIsGone is now known as DeanIsaKitty
L488[09:36:44] ⇦ Quits: asie|tab (~asietab@apn-31-2-49-45.dynamic.gprs.plus.pl) (Quit: where did mai raifu go wrong)
L489[09:50:23] *** DeanIsaKitty is now known as DeanIsGone
L490[09:57:28] <gjgfuj> hi SKS.
L491[10:27:12] <ShadowKatStudios> Hi gjgfuj
L492[10:27:23] <gjgfuj> Gday.
L493[10:27:43] <ShadowKatStudios> I'm downloading a copy of CLANNAD- the game, not the anime series
L494[10:28:53] <ShadowKatStudios> If it doesn't run under WINE, heads *will* roll.
L495[10:39:49] ⇦ Quits: rjwboys2 (~rjwboys@99-190-16-238.lightspeed.snantx.sbcglobal.net) (Read error: Connection reset by peer)
L496[10:40:30] *** DeanIsGone is now known as DeanIsaKitty
L497[10:41:43] ⇨ Joins: rjwboys (~rjwboys@99-190-16-238.lightspeed.snantx.sbcglobal.net)
L498[10:43:15] ⇦ Quits: rjwboys (~rjwboys@99-190-16-238.lightspeed.snantx.sbcglobal.net) (Max SendQ exceeded)
L499[10:44:07] ⇨ Joins: rjwboys (~rjwboys@99-190-16-238.lightspeed.snantx.sbcglobal.net)
L500[10:48:50] ⇦ Quits: rjwboys (~rjwboys@99-190-16-238.lightspeed.snantx.sbcglobal.net) (Ping timeout: 186 seconds)
L501[10:51:17] ⇨ Joins: rjwboys (~rjwboys@99-190-16-238.lightspeed.snantx.sbcglobal.net)
L502[10:59:08] <gjgfuj> Oh, clannad.
L503[10:59:15] <gjgfuj> I tried to run that.
L504[10:59:19] <gjgfuj> Use RLVM.
L505[10:59:25] <gjgfuj> My reccomendation.
L506[11:00:42] ⇨ Joins: Lumien (~lumien@p57972DB6.dip0.t-ipconnect.de)
L507[11:02:11] *** Pwootage|Off is now known as Pwootage
L508[11:10:00] ⇦ Quits: Something12 (~Something@S010674d02b5d5181.vs.shawcable.net) (Quit: Leaving)
L509[11:11:56] *** Pwootage is now known as Pwootage|Off
L510[11:16:48] <gjgfuj> Why..... Is python refusing to do math right?
L511[11:25:02] *** DeanIsaKitty is now known as DeanIsGone
L512[12:18:33] *** Keridos_off is now known as Keridos
L513[12:31:07] ⇨ Joins: marcin212 (~marcin212@176.111.135.116)
L514[12:38:59] ⇦ Quits: VikeStep (~VikeStep@CPE-58-165-40-148.lns1.lon.bigpond.net.au) (Quit: Leaving)
L515[12:49:12] *** Caitlyn|Off is now known as Caitlyn
L516[12:50:55] *** Pwootage|Off is now known as Pwootage
L517[13:00:32] *** Pwootage is now known as Pwootage|Off
L518[13:03:02] *** manmaed|AFK is now known as manmaed
L519[13:03:12] ⇨ Joins: Luziyca (webchat@S010684c9b261c357.ss.shawcable.net)
L520[13:03:18] ⇦ Parts: Luziyca (webchat@S010684c9b261c357.ss.shawcable.net) ())
L521[13:05:13] ⇦ Quits: Zerotheliger (~Zerotheli@ip70-189-192-141.lv.lv.cox.net) (Read error: Connection reset by peer)
L522[13:10:44] *** LearningFairy is now known as Daiyousei
L523[13:21:34] ⇨ Joins: orthoplex64 (~orthoplex@cpe-68-206-247-199.satx.res.rr.com)
L524[13:38:59] ⇨ Joins: skyem123 (skyem123@5.150.100.90)
L525[13:40:45] <skyem123> hi
L526[13:41:25] *** ConcernedAway is now known as ConcernedHobbit
L527[13:43:23] <skyem123> helloo?
L528[13:45:22] <Ender> Meek
L529[13:45:22] <Ender> er
L530[13:45:22] <Ender> meep*
L531[13:46:22] <skyem123> meep?
L532[13:47:11] <skyem123> ?
L533[13:48:02] <Ender> :O
L534[13:48:18] <skyem123> wat
L535[13:48:20] <Ender> :o
L536[13:48:48] ⇨ Joins: Mirodin (~quassel@2a02:810d:1840:cc0:a96c:11fb:cb71:6cb5)
L537[13:48:53] * skyem123 pokes Ender
L538[13:49:17] * Ender stabs skyem123 using his Katana
L539[13:49:45] <skyem123> ow
L540[13:49:54] <skyem123> Well, back to normal...
L541[13:51:21] <Ender> No
L542[13:51:23] * skyem123 wonders why Ender was going "meep" and "D:"
L543[13:51:43] * Ender stabs skyem123 for being incorrect
L544[13:51:49] <skyem123> uhhhhh
L545[13:51:58] <Ender> I did :O not D:
L546[13:52:04] <skyem123> oh
L547[13:52:29] <skyem123> this IRC client turns :O into a little picture
L548[13:52:33] <Daiyousei> g g
L549[13:52:38] <Ender> lol
L550[13:52:42] * skyem123 wonders why Ender was going "meep" and ":O"
L551[13:52:58] * Ender stabs skyem123 again
L552[13:53:09] <Ender> .stats
L553[13:53:19] <EnderBot2> We have channel stats provided by Ender \o/ http://goo.gl/Hzm22G
L554[13:53:58] <skyem123> er?
L555[13:54:40] <Daiyousei> Biohazard (133 names)
L556[13:54:41] <Daiyousei> g
L557[13:54:41] <Daiyousei> g
L558[13:54:55] <Ender> i'mhighest I think
L559[13:55:10] <Daiyousei> yes
L560[13:56:08] <skyem123> uhhh
L561[13:56:24] <skyem123> Is this wat you were going "meep" and ":O"
L562[13:56:33] <Ender> No
L563[13:57:04] <skyem123> why were you going "meep" and ":O"?
L564[13:57:15] <Ender> You also haven't learned that I rarely make sense
L565[13:57:51] <skyem123> Can I have the illogical logic>
L566[13:59:25] <skyem123> ?
L567[14:01:01] <Ender> That would be illogical
L568[14:01:11] <skyem123> exactly
L569[14:02:14] * Ender stabs skyem123
L570[14:02:19] <Ender> mwahahah
L571[14:03:47] *** skyem123 is now known as skyem123|pincushion
L572[14:04:20] <skyem123|pincushion> I need to go now
L573[14:04:31] ⇦ Quits: skyem123|pincushion (skyem123@5.150.100.90) (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
L574[14:13:10] ⇦ Quits: orthoplex64 (~orthoplex@cpe-68-206-247-199.satx.res.rr.com) (Ping timeout: 195 seconds)
L575[14:13:28] <Kodos> Holy shitballs I love Rainmeter
L576[14:14:54] ⇨ Joins: Inari (~Uni@p579F27AD.dip0.t-ipconnect.de)
L577[14:25:50] <Ender> %p
L578[14:25:53] <MichiBot> Ping reply from Ender 0.45s
L579[14:27:03] <Ender> Internet borkd on college pc \o/
L580[14:27:03] <Ender> %p
L581[14:27:11] <Ender> And on her as well then
L582[14:27:14] <Ender> ¬_¬
L583[14:27:19] <Brycey92> kodos thats my other client Brycey92Helper that auto nicks itself galaxybot, even though it doesnt have any functions or commands
L584[14:32:22] <Ender> brycey92; why are you in the channel twice?
L585[14:32:39] <Caitlyn> Ender, I'm usually here like 4 or 5 times.. :P
L586[14:32:48] <Caitlyn> Caitlyn, Michiyo, Kaylee
L587[14:32:52] <Caitlyn> ObiWan,
L588[14:32:52] <Ender> ...
L589[14:32:54] <Ender> wai?
L590[14:32:58] <Caitlyn> Why not? :P
L591[14:33:03] <Ender> -_-
L592[14:33:07] <Kodos> Because it dilutes the channel and fucks with stats
L593[14:33:18] <Brycey92> waa
L594[14:33:23] <Ender> Kodos: fucks with the stats in what way?
L595[14:33:27] <Brycey92Helper> i am my own person tyvm
L596[14:33:50] <Kodos> I assume channel stats tracks user amounts for the channel, idk
L597[14:33:58] <Ender> .stats
L598[14:33:59] <EnderBot2> We have channel stats provided by Ender \o/ http://goo.gl/Hzm22G
L599[14:34:28] <Ender> it doesnt do anything with the ammount of people in the channel
L600[14:35:22] <Kodos> PotatoTrumpet wasn't very popular, getting kicked 4 times!
L601[14:35:23] <Kodos> Loool
L602[14:36:28] <Brycey92> this is the best stats generator
L603[14:36:42] <Ender> eh, there are better out there
L604[14:36:48] <Brycey92> well this one is funny
L605[14:37:36] <Ender> the content of the stats is directly proportional to the content of this channel
L606[14:37:44] <Brycey92> anyone here use JMX or VisualVM?
L607[14:40:05] *** Pwootage|Off is now known as Pwootage
L608[14:40:05] <Ender> ShadowKatStudios: *poke*
L609[14:40:05] ⇨ Joins: Katie2 (~Caitlyn@206.255.162.38)
L610[14:40:11] <Ender> Katie: stahp
L611[14:41:59] ⇦ Quits: Katie2 (~Caitlyn@206.255.162.38) (Client Quit)
L612[14:44:02] *** Cazzar|Away is now known as Cazzar
L613[14:49:12] ⇨ Joins: 00MAABWSH (~ircd@apollo.pc-logix.com)
L614[14:49:16] *** Pwootage is now known as Pwootage|Off
L615[14:49:22] * 00MAABWSH stabs bouncer
L616[14:49:44] <Ender> ?
L617[14:50:16] <00MAABWSH> IDK wtf the issue is, on esper my bouncer is stuck at 30+ second ping, and *nothing* is going through
L618[14:50:33] <Ender> tried doing /lagcheck ?
L619[14:51:18] <00MAABWSH> nothing.. /znc help doesn't return anything either
L620[14:51:23] <00MAABWSH> but the same bouncer on my network is fine
L621[14:51:25] <Ender> :/
L622[14:51:28] <Ender> lol
L623[14:51:42] <Ender> maybe your send queue is filled?
L624[14:51:42] * 00MAABWSH shrugs
L625[14:51:49] <00MAABWSH> HExChat shows sendq empty
L626[14:51:56] <Caitlyn> Test
L627[14:51:56] <Ender> weird
L628[14:52:06] <Ender> test complete
L629[14:52:06] <00MAABWSH> ... I sent that like 2+ minutes ago
L630[14:52:11] <Ender> lol
L631[14:52:22] <Ender> inb4 test spam
L632[14:52:28] <Caitlyn> No only sent once...
L633[14:52:39] <Ender> ok
L634[14:52:51] <Caitlyn> Lag-O-Meter is sitting at 0.4 seconds now..
L635[14:52:51] <Ender> :P
L636[14:52:55] <Caitlyn> which is better than 30+
L637[14:53:11] <Caitlyn> %p
L638[14:53:11] <Ender> hweh
L639[14:53:11] <Brycey92> %p
L640[14:53:11] <MichiBot> Ping reply from Brycey92 0.32s
L641[14:53:19] <MichiBot> Ping reply from Caitlyn 7.28s
L642[14:53:22] <Caitlyn> -_-
L643[14:53:43] <Caitlyn> <MichiBot> Ping reply from Michiyo 0.16s on PC-L
L644[14:53:46] <Ender> %p
L645[14:53:51] <MichiBot> Ping reply from Ender 0.17s
L646[14:54:31] <Caitlyn> %p
L647[14:54:36] <MichiBot> Ping reply from Caitlyn 0.41s
L648[14:54:41] <Caitlyn> lies... Lies MichiBot
L649[14:54:50] * Ender pets MichiBot
L650[14:54:50] * MichiBot Puurs
L651[14:54:53] <Caitlyn> it took 5 seconds for that to even showup on 00MAABWSH's screen
L652[14:56:06] <00MAABWSH> Meh..
L653[14:56:06] <00MAABWSH> %p
L654[14:56:06] <MichiBot> Ping reply from 00MAABWSH 3.41s
L655[14:56:46] <00MAABWSH> -_-
L656[14:57:41] ⇦ Quits: 00MAABWSH (~ircd@apollo.pc-logix.com) (Quit: leaving)
L657[14:59:04] ⇨ Joins: Caitlyn (~Caitlyn__@apollo.pc-logix.com)
L658[14:59:04] zsh sets mode: +v on Caitlyn
L659[14:59:27] <Ender> Caitlyn: you destroyed my Pi's connection time on your network!
L660[14:59:29] <Ender> :<
L661[15:00:27] <Caitlyn> How do you think I feel...?
L662[15:01:34] <Caitlyn> %p
L663[15:01:36] <MichiBot> Ping reply from Caitlyn 1.01s
L664[15:01:43] <Caitlyn> ._.
L665[15:01:53] <Ender> %p
L666[15:01:53] <MichiBot> Ping reply from Ender 0.17s
L667[15:02:10] <Ender> i like how that takes more than 0.17s to show up
L668[15:03:41] <Caitlyn> %p
L669[15:03:43] <MichiBot> Ping reply from Caitlyn 1.07s
L670[15:03:47] * Caitlyn sighs
L671[15:06:46] *** AtomSponge|away is now known as AtomSponge
L672[15:09:03] *** DeanIsGone is now known as DeanIsaKitty
L673[15:09:15] <Ender> DeanIsaKitty: \o/
L674[15:09:41] <Katie> %p
L675[15:09:43] <MichiBot> Ping reply from Katie 0.46s
L676[15:10:37] <Katie> erm.... I guess Espernet's Session limit is more strict than I thought
L677[15:12:19] <Ender> ?
L678[15:13:00] <Katie> I have 2 nicks on this net from this server, one is connecting from 2604:a880:800:10::12:d001, the other from 2604:a880:800:10::12:d003 SessionServ messaged me and said I was near my session limit of 5
L679[15:13:49] <Ender> probably has the basics of IPv6 taken into account and only compares the network portion of your address
L680[15:13:51] zsh sets mode: +v on Katie
L681[15:14:03] <Katie> Well sure... but I only have 2 open connections
L682[15:14:10] <Ender> huh
L683[15:14:11] <Katie> 2 is not near 5..
L684[15:14:14] <Katie> well
L685[15:14:16] <Katie> I mean..
L686[15:14:19] <Katie> it is but it's not :p
L687[15:14:41] <Ender> my domain/ipv4 address' session limit is 10
L688[15:15:06] <Katie> It'd suck if they limit IPv6's to /64s
L689[15:15:12] <Katie> But it'd also make sense I guess
L690[15:15:25] <Ender> and i think i maxed it out at the weekend but i cant remember how
L691[15:15:26] <DeanIsaKitty> Ender! \o/
L692[15:15:32] <Ender> \o/
L693[15:17:21] *** DeanIsaKitty is now known as DeanIsGone
L694[15:17:40] <Ender> DeanIsGone: :<
L695[15:17:56] <Kubuxu> I have to connections from my server and I didn't get this message.
L696[15:18:23] <Kubuxu> Maybe you had some sessions timing out.
L697[15:19:19] <Ender> Caitlyn: also where's your nick that had dead beef 1 bad babe in it's ip?
L698[15:19:34] *** DeanIsGone is now known as DeanIsaKitty
L699[15:19:43] <Ender> DeanIsaKitty: \o.
L700[15:19:46] <Ender> DeanIsaKitty: \o/
L701[15:20:02] <DeanIsaKitty> hey :P
L702[15:22:06] <vifino> DeanIsaKitty! \o/
L703[15:22:53] <Katie> Ender, That's my WIndows 7 install, but I can't IPv6 right now it seems
L704[15:23:12] <Ender> ah
L705[15:23:29] <Katie> No clue why...
L706[15:23:52] <Katie> Oh
L707[15:23:55] <Katie> that's why
L708[15:24:10] <Katie> my IPv4 changed when we lost internet, and the autoupdater to HE's site isn't working
L709[15:24:17] <Ender> lol
L710[15:24:49] <Katie> Which means I have to reboot my router yet again
L711[15:25:44] <Ender> i might see later if i can set my pi up to be the end point of my HE ipv6 tunnel in my house and then act as the 'router' for IPv6 traffic
L712[15:25:51] *** Caitlyn is now known as Caitlyn|Off
L713[15:26:01] *** Caitlyn|Off is now known as Caitlyn
L714[15:27:36] <Ender> going on jobs, be back soon
L715[15:27:37] ⇨ Joins: Caitlyn2 (~Caitlyn@2001:470:1f11:def:1530:3233:2dd5:b703)
L716[15:27:44] * Katie slaps router
L717[15:27:44] * EnderBot2 laughs
L718[15:27:53] <Katie> o/ Ender
L719[15:28:00] ⇦ Quits: Caitlyn2 (~Caitlyn@2001:470:1f11:def:1530:3233:2dd5:b703) (Client Quit)
L720[15:33:13] ⇨ Joins: Katie2 (~Caitlyn@2001:470:1f11:def:dead:beef:1bad:babe)
L721[15:33:47] <Katie2> %p
L722[15:33:48] <Katie> %p
L723[15:33:49] <MichiBot> Ping reply from Katie2 0.43s
L724[15:33:49] <Caitlyn> %p
L725[15:33:51] <MichiBot> Ping reply from Caitlyn 0.59s
L726[15:33:53] <MichiBot> Ping reply from Katie 3.6s
L727[15:33:56] <Caitlyn> lolz
L728[15:35:08] <Caitlyn> Ok, so... Caitlyn, Michiyo, Kaylee, Katie, Katie2, ObiWan
L729[15:35:11] <Caitlyn> I think that's all of me
L730[15:36:09] <vifino> Caitlyn: How did you get that fancy ipv6? 2001:470:1f11:def:dead:beef:1bad:babe want :(
L731[15:36:34] <Caitlyn> vifino, Tunnel gives /64
L732[15:36:41] <Caitlyn> I set this address to that
L733[15:36:46] <Caitlyn> I then set hexchat to bind to it.
L734[15:36:46] <vifino> Caitlyn: Can has? :(
L735[15:37:11] <Caitlyn> HurricaneElectric is who I get my tunnel through, you have to get to sage certification to enable IRC access though
L736[15:37:37] <vifino> Caitlyn: You got *that* fancy ip?
L737[15:37:40] <vifino> How :<
L738[15:37:42] <Caitlyn> s/to sage/to get sage/
L739[15:37:44] <Caitlyn> ...
L740[15:37:46] <Caitlyn> I set it
L741[15:38:08] <Caitlyn> http://puu.sh/cUyOj/7ca8ffed46.png
L742[15:38:18] <Caitlyn> They give me 2001:470:1f11:def:
L743[15:38:25] <Caitlyn> I can set the otherh alf to whatever the hell I want
L744[15:38:41] <Caitlyn> as long as it's... you know valid.
L745[15:41:08] <Katie2> %p Caitlyn
L746[15:41:09] <MichiBot> Ping reply from Caitlyn 0.34s
L747[15:41:16] <Katie2> yay it's returning to normal
L748[15:42:17] <vifino> Caitlyn: How do I get sage verification? :o
L749[15:42:37] <gamax92> vifino
L750[15:42:50] * vifino registered at tunnelbroker
L751[15:43:05] * gamax92 registered at vifinoipv6.com
L752[15:43:19] *** Cruor|Away is now known as Cruor
L753[15:48:02] <Porygon2> %p
L754[15:48:04] <MichiBot> Ping reply from Porygon2 1.84s
L755[15:49:27] <vifino> Caitlyn: Please help me :(
L756[15:51:21] ⇨ Joins: Vexatos (~Vexatos@p200300556E42B279546E416B915B4696.dip0.t-ipconnect.de)
L757[15:51:21] zsh sets mode: +v on Vexatos
L758[15:52:32] ⇨ Joins: CatP (webchat@cox-24-248-155-228.pool.twotrees.net)
L759[15:52:47] <CatP> yo
L760[15:52:56] <Caitlyn> vifino, help you with wat?
L761[15:53:26] <Caitlyn> Do you currently have IPv6? If so is it a /64? if so just set the IP. If not, goto tunnelbroker.com signup, do all of the certification crap
L762[15:53:33] <Caitlyn> then setup a tunnel, and assign it.
L763[15:58:12] ⇦ Quits: |0xDEADBEEF| (Numatron@chrono.i0i0.me) (Ping timeout: 378 seconds)
L764[15:58:13] <Caitlyn> %p
L765[15:58:14] <MichiBot> Ping reply from Caitlyn 0.32s
L766[15:58:45] ⇦ Quits: gamax92 (gamax92@chrono.i0i0.me) (Ping timeout: 378 seconds)
L767[15:58:45] ⇦ Quits: vifino (vifino@chrono.i0i0.me) (Ping timeout: 378 seconds)
L768[15:58:47] <CatP> Caitlyn: xD what's up?
L769[15:59:20] ⇨ Joins: gamax92 (~Gamax92@164.47.161.254)
L770[15:59:28] <Caitlyn> Erm... well until about 5 minutes ago my ping..
L771[15:59:30] <gamax92> i see vifino died
L772[16:00:27] <CatP> vifino died
L773[16:01:03] <CatP> just a small question
L774[16:01:08] <CatP> has 1lann shown his face around here?
L775[16:02:22] *** gamax92 is now known as gamax92_
L776[16:02:58] ⇨ Joins: vifino (vifino@chrono.i0i0.me)
L777[16:03:02] * gamax92_ slaps vifino
L778[16:03:02] * EnderBot2 laughs
L779[16:03:09] <gamax92_> my uptime is now like ... 0%
L780[16:03:16] <gamax92_> no wait, its -1%
L781[16:03:28] ⇨ Joins: gamax92 (gamax92@chrono.i0i0.me)
L782[16:03:30] * vifino would slap gamax92_, but is not being violent today
L783[16:03:31] <vifino> gamax92_: I had to restart
L784[16:03:33] <vifino> fixing my ipv6 setup
L785[16:03:35] <gamax92_> oh okay
L786[16:03:38] <gamax92_> thats cool
L787[16:03:41] ⇦ Quits: gamax92_ (~Gamax92@164.47.161.254) (Client Quit)
L788[16:05:16] <gamax92> vifino: get circkled
L789[16:05:28] <vifino> gamax92: What?
L790[16:05:35] <gamax92> vifino: I circle you
L791[16:05:42] <vifino> gamax92: q_q
L792[16:05:47] <gamax92> vifino: sowwy
L793[16:10:57] <Ender> back
L794[16:13:34] <gamax92> XD
L795[16:13:38] <gamax92> using openjdk on windows
L796[16:13:47] <Ender> why?
L797[16:14:04] <gamax92> because dont have perms to install Java, there is no jdk installed, and the java version installed is 1.6
L798[16:14:09] <gamax92> yay school it
L799[16:14:24] <Ender> lol
L800[16:14:40] <gamax92> i was wondering why nothing i compiled at home worked here
L801[16:17:08] ⇦ Parts: Katie2 (~Caitlyn@2001:470:1f11:def:dead:beef:1bad:babe) ())
L802[16:17:08] ⇨ Joins: Katie2 (~Caitlyn@2001:470:1f11:def:dead:beef:1bad:babe)
L803[16:17:12] <Caitlyn> ender ^ :P
L804[16:17:25] <Ender> \o/
L805[16:20:00] <gamax92> ~w potato
L806[16:20:00] <ocdoc> Predicted http://ocd.cil.li/start
L807[16:20:01] <gamax92> gg
L808[16:27:43] *** Nentify|away is now known as Nentify
L809[16:28:50] *** TwoWhole1orms is now known as TwoWholeWorms
L810[16:28:52] ⇦ Quits: CatP (webchat@cox-24-248-155-228.pool.twotrees.net) (Ping timeout: 182 seconds)
L811[16:29:03] *** Benguin is now known as Benguuin[ZzZ]
L812[16:35:32] <Caitlyn> %p
L813[16:35:34] <MichiBot> Ping reply from Caitlyn 0.88s
L814[16:35:38] <Caitlyn> close enough
L815[16:40:00] ⇦ Quits: gamax92 (gamax92@chrono.i0i0.me) (Ping timeout: 378 seconds)
L816[16:40:00] ⇦ Quits: vifino (vifino@chrono.i0i0.me) (Ping timeout: 378 seconds)
L817[16:41:02] ⇨ Joins: gamax92 (gamax92@chrono.i0i0.me)
L818[16:41:25] ⇨ Joins: vifino (vifino@chrono.i0i0.me)
L819[16:42:49] *** Caitlyn is now known as Caitlyn|Off
L820[16:42:51] ⇦ Quits: Katie2 (~Caitlyn@2001:470:1f11:def:dead:beef:1bad:babe) (Read error: Connection reset by peer)
L821[16:46:18] ⇨ Joins: Johannes13 (~Johannes@141.70.98.69)
L822[16:47:03] *** Caitlyn|Off is now known as Caitlyn
L823[16:54:30] ⇨ Joins: CatP (webchat@cox-24-248-155-228.pool.twotrees.net)
L824[16:55:13] <Ender> home time \o/
L825[17:01:15] *** Pwootage|Off is now known as Pwootage
L826[17:03:50] <CatP> Ender: School time \o/
L827[17:16:04] ⇨ Joins: Timmy94 (~Timmy94@46.114.24.150)
L828[17:16:40] <Timmy94> Hey
L829[17:16:54] *** alekso56_off is now known as alekso56
L830[17:21:00] ⇦ Quits: CatP (webchat@cox-24-248-155-228.pool.twotrees.net) (Ping timeout: 182 seconds)
L831[17:32:29] ⇨ Joins: Magik6k (~Magik6k@host-89-228-225-106.kalisz.mm.pl)
L832[17:33:21] <Ender> and back home
L833[17:33:32] <Magik6k> o/
L834[17:35:02] <Timmy94> wb
L835[17:35:27] ⇨ Joins: |0xDEADBEEF| (Numatron@chrono.i0i0.me)
L836[17:35:54] <Kubuxu> Is it possible to return table form Java with set metatable??
L837[17:36:13] <Vexatos> Nope+
L838[17:36:18] <Vexatos> I can confirm it's not
L839[17:36:22] <Vexatos> Why?
L840[17:37:04] <Kubuxu> We are trying to return complex objects for Java.
L841[17:37:49] <Vexatos> You're making a mod?
L842[17:38:02] <Vexatos> If you want complex objects, use the OC "Value" interface
L843[17:38:21] <Kubuxu> Like you have widget that have some methods and for example gradient with additonal methods. But we are able to return only userdata.
L844[17:42:26] <Kubuxu> Vexatos, we want be able to iterate on lua side; now we must use Value for every function and variable in table.
L845[17:43:44] <Magik6k> OpenPrograms should have some 'default' license like MIT
L846[17:45:09] <Timmy94> Guy i have go.. CYAL8R
L847[17:45:18] <Timmy94> *guys
L848[17:45:32] ⇦ Quits: Timmy94 (~Timmy94@46.114.24.150) (Remote host closed the connection)
L849[17:49:05] <Brycey92> me upon waking up from 3 hours of sleep: "shit, im so tired i'm going to nap during my lunch break between classes"
L850[17:49:26] <Brycey92> me now that im on my lunch break: "but minecraft and sg-1 and irc"
L851[17:52:21] <Magik6k> lol, facebook has .onion domain
L852[17:52:36] <Ender> it has done for a while now
L853[17:52:42] <Magik6k> and SSL cert for it from actual CA
L854[17:53:29] <Kubuxu> I think they bought facebook.* ffor every TLD.
L855[17:53:46] *** Techokami|Off is now known as Techokami
L856[17:54:21] <Brycey92> .net doesnt work
L857[17:54:24] <Brycey92> unless its just down
L858[17:54:33] <Brycey92> .isup facebook.net
L859[17:54:39] <Brycey92> %isup facebook.net
L860[17:54:39] <MichiBot> Brycey92: http://facebook.net Is Up.
L861[17:55:03] <Caitlyn> %lookup facebook.net
L862[17:55:03] <MichiBot> Caitlyn: Hostname: facebook.net IP: 192.241.134.238
L863[17:55:05] <Ender> it doesnt actually work
L864[17:55:34] <Caitlyn> there IS a webserver listening on 192.241.134.238 though so it is "up"
L865[17:55:58] <Brycey92> yeah but why redirect some domains to facebook.com and leave some empty?
L866[17:56:25] <Ender> oh, i actually get a cant_resolve error from the net one
L867[17:56:33] <Caitlyn> wait...
L868[17:56:41] <Caitlyn> that IP...
L869[17:56:44] <Caitlyn> %lookup 192.241.134.238
L870[17:56:45] <MichiBot> Caitlyn: Hostname: apollo.pc-logix.com IP: 192.241.134.238
L871[17:56:46] <Kubuxu> What do you think about #indexes method for value. It would allow to iterate through it all.
L872[17:56:49] <Caitlyn> o_o
L873[17:56:58] <Caitlyn> wtf
L874[17:57:10] <Brycey92> whaaaaaaaaaat
L875[17:57:12] <Ender> i wonder
L876[17:57:17] <Caitlyn> why does michibot resolve facebook.net to one of my servers
L877[17:57:17] <Ender> .lookup facebook.net
L878[17:57:28] <Caitlyn> %
L879[17:57:29] <Caitlyn> :p
L880[17:57:31] <Ender> ok, i took that out of EnderBot2
L881[17:57:37] <Caitlyn> lol
L882[17:57:49] <Caitlyn> wtf was the other one...#dns
L883[17:57:51] <Caitlyn> #dns
L884[17:57:52] <|0xDEADBEEF|> >
L885[17:57:58] <Brycey92> %lookup thisdomainprobablydoesntexistsoasdfghjkl.org
L886[17:57:59] <Ender> Server: 127.0.1.1
L887[17:57:59] <Ender> Address: 127.0.1.1#53
L888[17:57:59] <Ender> Non-authoritative answer:
L889[17:57:59] <Ender> *** Can't find facebook.net: No answer
L890[17:58:03] <MichiBot> Brycey92: Hostname: thisdomainprobablydoesntexistsoasdfghjkl.org IP: 192.241.134.238
L891[17:58:19] <Caitlyn> wow gg java
L892[17:58:33] * Caitlyn slowclaps Java's lookup bullshit
L893[17:58:43] <Ender> previous lines were from "nslookup facebook.net"
L894[17:59:05] <Caitlyn> wtf java
L895[17:59:06] <Caitlyn> WTF...
L896[17:59:31] <Caitlyn> %lookup facebook.com
L897[17:59:32] <MichiBot> Caitlyn: Hostname: facebook.com IP: 173.252.120.6
L898[17:59:37] <Caitlyn> %lookup facebook.net
L899[17:59:37] <MichiBot> Caitlyn: Hostname: facebook.net IP: 192.241.134.238
L900[17:59:42] <Caitlyn> but why apollo..
L901[17:59:44] <Vexatos> 192 though
L902[17:59:55] <Caitlyn> 192 is a valid first octet
L903[18:00:09] <Ender> Vexatos: 192 is public, 192.168 is the private range
L904[18:00:13] <Vexatos> Yea, I know
L905[18:00:16] <Vexatos> Actually
L906[18:00:17] <Vexatos> I knew
L907[18:00:21] <Vexatos> then I mixed it up
L908[18:00:41] ⇦ Quits: Hobby_boy (~Hobbyboy@host81-132-197-54.range81-132.btcentralplus.com) (Remote host closed the connection)
L909[18:00:53] <Caitlyn> isis nslookup facebook.net *** Can't find facebook.net: No answer
L910[18:01:03] <Caitlyn> so why the hell is java returning apollo :/
L911[18:01:11] <Ender> Caitlyn: exactly what my computer spat out
L912[18:01:25] *** Hobbyboy is now known as Hobbyboy|Sleep
L913[18:02:06] <Caitlyn> https://github.com/PC-Logix/LanteaBot/blob/master/src/main/java/pcl/lc/irc/hooks/lookup.java#L32-L33
L914[18:02:09] * Caitlyn shrugs
L915[18:02:57] <Ender> ok, i've managed to /exec a ssh session so now i can ssh while i irc
L916[18:03:05] <Caitlyn> lol
L917[18:03:56] <Ender> though i cant close it...
L918[18:04:39] <Caitlyn> %lookup ipv6.irc.pc-logix.com
L919[18:04:40] <MichiBot> Caitlyn: Hostname: ipv6.irc.pc-logix.com IP: 2a03:b0c0:1:d0:0:0:17:4001
L920[18:04:45] <Caitlyn> neat
L921[18:04:50] ⇨ Joins: Ditchbuster (~LudgeLiki@remote.libertyresourcesllc.com)
L922[18:05:22] <Ender> %lookup ipv6.theender.net
L923[18:05:23] <MichiBot> Ender: Hostname: ipv6.theender.net IP: 2a03:b0c0:1:d0:0:0:17:4001
L924[18:05:32] <Ender> ....
L925[18:06:11] <Caitlyn> Erm...
L926[18:06:14] <Caitlyn> Ender, looks right to me?
L927[18:06:18] <Caitlyn> http://[2a03:b0c0:1:d0::17:4001]/
L928[18:06:30] <Ender> oh
L929[18:06:35] <Caitlyn> http://puu.sh/cUIjK/afdb8e97ac.png
L930[18:06:37] ⇦ Quits: TabletCube (~TCube@90.216.39.195) (Ping timeout: 195 seconds)
L931[18:06:38] <Ender> just realised you did the RR
L932[18:06:55] <Ender> i was like "wait, why do we have the same address"
L933[18:06:58] ⇨ Joins: CompanionCube (~samis@90.216.39.195)
L934[18:08:01] <Caitlyn> %lookup ipv6.irc.pc-logix.com
L935[18:08:05] <MichiBot> Caitlyn: Hostname: ipv6.irc.pc-logix.com IP: 2a03:b0c0:1:d0:0:0:35:9001
L936[18:08:13] <Caitlyn> yep :P
L937[18:08:51] <Ender> there, had to go into htop and kill the process that hexchat spawned lol
L938[18:09:27] <Caitlyn> lol
L939[18:09:42] ⇨ Joins: sciguyryan (sciguyryan@109-205-169-147.dynamic.swissvpn.net)
L940[18:10:02] <Ender> Server: 127.0.1.1
L941[18:10:02] <Ender> Address: 127.0.1.1#53
L942[18:10:02] <Ender> Non-authoritative answer:
L943[18:10:02] <Ender> *** Can't find ipv6.irc.pc-logix.com: No answer
L944[18:10:05] <Ender> wat
L945[18:10:42] <Ender> meh
L946[18:10:47] <Ender> got dinner so brb
L947[18:10:57] <Caitlyn> http://puu.sh/cUIDM/6e1b3d91a1.png :P
L948[18:14:30] <Magik6k> ~w gpu
L949[18:14:30] <ocdoc> http://ocd.cil.li/component:gpu
L950[18:14:39] *** skyem123|away is now known as skyem123
L951[18:16:15] <vifino> gamax92: http://puu.sh/cUIZS/78c7b170a3.png
L952[18:18:00] <Brycey92> lol
L953[18:19:16] <vifino> Brycey92: Firefox knows nothing :D
L954[18:19:31] <vifino> It doesn't even know that it is using a proxy
L955[18:19:53] ⇦ Quits: Magik6k (~Magik6k@host-89-228-225-106.kalisz.mm.pl) (Ping timeout: 189 seconds)
L956[18:20:44] *** Hobbyboy|Sleep is now known as Hobbyboy
L957[18:20:56] ⇨ Joins: Magik6k (~Magik6k@host-89-228-225-106.kalisz.mm.pl)
L958[18:21:08] ⇨ Joins: Hobby_boy (~Hobbyboy@host81-132-197-54.range81-132.btcentralplus.com)
L959[18:23:45] <Magik6k> can anyone recommend good gigabit switch or pci gigabit network card?
L960[18:24:22] <skyem123> uh
L961[18:25:10] <skyem123> Well, I got mine because it was on special offer. It hasn't broken yet.
L962[18:25:52] <Brycey92> how many ports Magik6k?
L963[18:26:06] <Magik6k> 3 at very leas, 5-6 preffered
L964[18:26:14] <Magik6k> *least
L965[18:26:18] <Brycey92> price range?
L966[18:26:48] <Magik6k> cheap enough so ~50-75$
L967[18:27:04] <skyem123> http://www.amazon.co.uk/TP-Link-TL-SG1005D-Gigabit-Unmanaged-Desktop/dp/B000N99BBC/ref=sr_1_2?ie=UTF8&qid=1416248730&sr=8-2&keywords=tp+link+switch
L968[18:27:07] <Brycey92> i assume home-use?
L969[18:27:13] <Ditchbuster> i have been using the westeren digital ones
L970[18:27:24] <Ditchbuster> they seem to work pretty well
L971[18:27:35] <Ditchbuster> but i havent specifically tested them
L972[18:27:41] <Magik6k> yep, NAS, NFS, netboot etc. etc.
L973[18:27:53] <Brycey92> yeah this tp-link looks good
L974[18:27:57] <skyem123> Apparently my switch is $19 USD
L975[18:28:03] <skyem123> http://www.amazon.com/TP-Link-TL-SG1005D-Gigabit-Unmanaged-Desktop/dp/B000N99BBC/ref=sr_1_2?ie=UTF8&qid=1416248730&sr=8-2&keywords=tp+link+switch
L976[18:28:08] <Ditchbuster> http://www.amazon.com/WD-My-Net-Switch-Ethernet/dp/B007KZQM8W
L977[18:28:49] <Ditchbuster> i have two of those in my house and havent had any problems yet
L978[18:28:57] <Brycey92> this is my switch my servers use http://www.newegg.com/Product/Product.aspx?Item=N82E16833704043
L979[18:29:18] <vifino> Magik6k: http://www.amazon.de/gp/product/B000092RRM
L980[18:29:18] <Brycey92> only $5 more than the one skyem suggested, but u get 3 more ports
L981[18:29:29] <skyem123> uhhh
L982[18:29:39] <vifino> Magik6k: I really like that one, use it personally, know some companies who do too
L983[18:29:43] <skyem123> wat
L984[18:29:51] <skyem123> I selected the 8 port one on amazon uk.
L985[18:29:59] <skyem123> The us link set it to 5 ports
L986[18:30:17] <Brycey92> thanks obama
L987[18:30:19] <skyem123> http://www.amazon.com/TP-LINK-TL-SG1008D-1000Mbps-Switching-Capacity/dp/B001EVGIYG/ref=sr_1_1?ie=UTF8&qid=1416249010&sr=8-1&keywords=TP-LINK+TL-SG1008D
L988[18:30:34] <skyem123> Brycey92, we use the same switch
L989[18:30:36] <Brycey92> vifino, that one is $16 more than the others
L990[18:30:42] <Brycey92> ah ok
L991[18:30:47] <Magik6k> hmm
L992[18:30:50] <Brycey92> then its only $11 more
L993[18:31:02] <vifino> Brycey92: Do you want the cheapest or the one that works for ages and never breaks?
L994[18:31:09] <Brycey92> but yeah, Magik6k, both sky and i have that tp link
L995[18:31:28] <Brycey92> and several hundred people agree with us
L996[18:31:44] <Brycey92> i mean, price isnt the only determining factor in reliability
L997[18:31:55] <Caitlyn> ugh I need to convert from .vhd to physical hdd
L998[18:32:02] <Brycey92> have fun
L999[18:32:16] <Caitlyn> http://forum.sysinternals.com/vhd2disk_topic27311.html
L1000[18:32:18] <vifino> Brycey92: Company for payment n shit ( B+S if you are interested ) are using the 100m version for years under full load
L1001[18:33:23] <Ender> back
L1002[18:33:33] <vifino> Magik6k: Really, get the one i linked. I know it might not be the cheapest, but it will last you for a really long time.
L1003[18:33:57] * Ender has 2x1GBs Ethernet ports
L1004[18:34:28] <skyem123> Ender, how?
L1005[18:34:38] <Ender> skyem123: my main board
L1006[18:34:42] <Ender> *motherboard
L1007[18:34:44] <skyem123> what is it?
L1008[18:34:52] <Ender> hold on, i'll go get link
L1009[18:34:53] <Caitlyn> dual NICs aren't uncommon these days
L1010[18:34:55] <vifino> Magik6k: I have two of them here, and they work flawlessly. Seriously, get it.
L1011[18:35:07] <Magik6k> hmm I already have mounted heatsink on overclocked dir300 so let's say that I'm looking more at switching capacity ;p
L1012[18:35:23] ⇦ Quits: marcin212 (~marcin212@176.111.135.116) (Read error: Connection reset by peer)
L1013[18:35:28] <Ender> https://www.amazon.co.uk/gp/product/B004OA3UWW/ref=oh_aui_detailpage_o02_s00?ie=UTF8&psc=1
L1014[18:35:30] <skyem123> Brycey92, how long have you been using your switch for?
L1015[18:35:42] <Brycey92> i also have 2 gbit nics
L1016[18:35:47] <skyem123> huh
L1017[18:36:01] <Brycey92> its an asus P8Z68 DELUXE/GEN3
L1018[18:36:20] <skyem123> My motherboard's "gimmick" is the 10 USB3 ports
L1019[18:36:30] <Brycey92> lol
L1020[18:36:37] <Brycey92> when would you ever need so many
L1021[18:36:42] ⇨ Joins: Vexaton (~Vexatos@p200300556E42B2285943DC649A2E1E7B.dip0.t-ipconnect.de)
L1022[18:36:42] zsh sets mode: +v on Vexaton
L1023[18:36:54] <Brycey92> of course, that's what we said about 10 GB hard drives
L1024[18:36:55] ⇦ Quits: Vexatos (~Vexatos@p200300556E42B279546E416B915B4696.dip0.t-ipconnect.de) (Killed (NickServ (GHOST command used by Vexaton!~Vexatos@p200300556E42B2285943DC649A2E1E7B.dip0.t-ipconnect.de)))
L1025[18:36:57] *** Vexaton is now known as Vexatos
L1026[18:37:22] <Ender> my board only has 4xUSB3s
L1027[18:37:50] <Ender> 2 on the back panel and 2 on a header on the board itself which can be put through to the front or back
L1028[18:38:18] <skyem123> 2 internal headers (4 ports total)
L1029[18:39:05] <skyem123> 6 external ports at the back
L1030[18:39:43] <vifino> Magik6k: That switch got 5/5 stars on amazon and everyone who had it sais it is gr8 .-.
L1031[18:39:46] <Brycey92> oh skyem123 i havent had it for too long, since august
L1032[18:39:53] <skyem123> hm...
L1033[18:40:00] <Magik6k> vifino, TP-LINK TL-SG1005D?
L1034[18:40:10] <vifino> Magik6k: Netgear GS108
L1035[18:40:17] <Brycey92> both of them
L1036[18:40:40] <vifino> Metal casing, 8 ports, really robust, awesome speed
L1037[18:41:16] <skyem123> vifino, cost?
L1038[18:41:29] <vifino> skyem123: http://www.amazon.de/gp/product/B000092RRM
L1039[18:41:30] <vifino> q_q
L1040[18:41:46] <Brycey92> $36
L1041[18:41:50] <Brycey92> what the fuck computer
L1042[18:41:56] <Brycey92> it keeps stealing focus from irc
L1043[18:42:04] <vifino> skyem123: EUR 28,98 for me
L1044[18:42:12] <Brycey92> took me 5 tries to type that
L1045[18:42:17] <skyem123> wat
L1046[18:42:26] <skyem123> I am not paying £36
L1047[18:42:32] <Brycey92> 36 usd
L1048[18:42:36] <skyem123> uhhh
L1049[18:42:47] <Brycey92> 23 gbp
L1050[18:42:48] <skyem123> on the amazon.co.uk site it says £36
L1051[18:42:53] <Brycey92> lol
L1052[18:43:09] <vifino> skyem123: Dude, that is like the best switch you can get q_q
L1053[18:43:28] <skyem123> Well, I cheap out.
L1054[18:44:44] <Brycey92> Magik6k, what'll it be?
L1055[18:44:47] * vifino stabs skyem123
L1056[18:44:55] <Brycey92> aww cmon not another corpse
L1057[18:45:29] *** skyem123 is now known as skyem123|pincushion
L1058[18:45:36] <vifino> Brycey92: it is skyem123, so it is okay.
L1059[18:45:49] * Ender pulls out the medigun and heals skyem123|pincushion
L1060[18:45:54] *** skyem123|pincushion is now known as skyem123
L1061[18:45:58] <vifino> Ender: ;-;
L1062[18:46:18] <Magik6k> I'm considering TP-Link TL-SG1005D as I can get it locally and a bit cheaper than at amazon
L1063[18:47:08] <vifino> Magik6k: That is consumer grade stuff q_q
L1064[18:47:15] <skyem123> ...
L1065[18:47:24] <Brycey92> well hes not running a datacenter
L1066[18:47:30] <skyem123> WHAT IS WRONG WITH CONSUMER GRADE STUFF?
L1067[18:47:54] <Magik6k> I'm using 'just' 4 PC's
L1068[18:48:02] <Magik6k> in fact 3 + RPi
L1069[18:48:24] <Magik6k> and one RPi will soon come as audio hub
L1070[18:48:28] <vifino> skyem123: Doesnt last long, not best quality, no long warrenty, no good support
L1071[18:48:46] <skyem123> .-.
L1072[18:48:56] <skyem123> I cannot afford expensive stuff
L1073[18:49:21] <vifino> skyem123: Good. Have fun paying for switches over and over again.
L1074[18:49:27] <skyem123> ...
L1075[18:49:38] <skyem123> If this dies too soon, I will get an expensive one
L1076[18:50:02] <vifino> skyem123: I run cisco hardware after that switch.
L1077[18:50:07] <vifino> It runs like a baws.
L1078[18:50:17] <skyem123> vifino, and how much did it cost?
L1079[18:50:26] <Caitlyn> Cisco gear ftw.
L1080[18:50:40] <vifino> skyem123: Cisco gear or Netgear GS108 GE?
L1081[18:50:49] <skyem123> the cisco stuff
L1082[18:51:16] <vifino> Eh, not sure what they are worth now, but they are over 10k
L1083[18:51:27] <vifino> s/are/were/
L1084[18:51:29] <skyem123> ...................
L1085[18:51:32] <Magik6k> omfg, my router sucks hard
L1086[18:51:34] <Magik6k> 64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=1.33 ms
L1087[18:51:53] <skyem123> well, I only have £200 in my bank account
L1088[18:52:16] <Ender> 64 bytes from 192.168.0.1: icmp_seq=1 ttl=64 time=5.08 ms
L1089[18:52:20] <vifino> Can't get the original price, the company I got it from ( got their old stuff ) doesn't want/can't/are not allowed to tell me the price
L1090[18:52:21] *** Daiyousei is now known as ShoweringFairy
L1091[18:52:45] <skyem123> <1ms
L1092[18:53:13] <skyem123> I think netgear stuff is ok.
L1093[18:53:22] <skyem123> I avoid belkin like the plague
L1094[18:53:27] <Caitlyn> 192.168.1.1 <1 192.168.0.1 2ms
L1095[18:53:31] <Brycey92> oh god belkin
L1096[18:54:09] <Brycey92> i remember when belkin didnt produce a condinuous stream of garbage
L1097[18:54:21] <skyem123> Our first wireless router was belkin
L1098[18:54:23] <Brycey92> it was like 14 years ago
L1099[18:54:34] <skyem123> It got replaced with a netgear one
L1100[18:55:15] <Brycey92> i had a belkin and a netgear, and i've used linksys for a long while
L1101[18:55:18] <skyem123> It is running for twice as long as the belkin one
L1102[18:55:43] <Brycey92> their lower grade stuff is becoming crappier, but the high-tier consumer stuff is still good
L1103[19:01:01] <seebs> I haven't bought any Belkin stuff since they did the firewall which would periodically reroute connections to an ad page.
L1104[19:01:02] ⇦ Quits: Lumien (~lumien@p57972DB6.dip0.t-ipconnect.de) (Quit: Nettalk6 - www.ntalk.de)
L1105[19:01:10] <skyem123> ...
L1106[19:01:14] <seebs> The highlight was the way to disable the feature: They had a web site you could visit that would disable it.
L1107[19:01:15] <Brycey92> when was that?
L1108[19:01:15] <skyem123> THEY DID THAT
L1109[19:01:25] ⇨ Joins: marcin212 (~marcin212@176.111.135.116)
L1110[19:01:27] <skyem123> WAT
L1111[19:01:32] <seebs> Because obviously a firewall ought to have a way for visiting a remote web site to change its configuration in any way whatsoever. Ever.
L1112[19:02:00] <skyem123> .-.
L1113[19:02:11] <seebs> http://yro.slashdot.org/story/03/11/07/1740205/belkin-routers-route-users-to-censorware-ad
L1114[19:02:17] <seebs> Not exactly the best source.
L1115[19:02:35] <seebs> If memory serves, they then posted a defense of the choice on Usenet, then cancelled the article to try to eliminate records of the idiotic defense.
L1116[19:03:18] ⇨ Joins: samis (~samis@94.11.108.140)
L1117[19:03:19] <seebs> Anyway, I haven't bought any Belkin stuff since then, except I think my spouse got a belkin ipad case once.
L1118[19:04:03] <skyem123> their wireless USB things are....
L1119[19:04:04] <skyem123> ugh
L1120[19:05:04] ⇦ Quits: CompanionCube (~samis@90.216.39.195) (Ping timeout: 195 seconds)
L1121[19:05:31] <skyem123> he timed out in disgust of belkin
L1122[19:07:47] <samis> no
L1123[19:08:01] <skyem123> YOU SUPPORT BEKIN!?!?!?!?!?!?
L1124[19:08:06] <samis> no
L1125[19:08:25] <skyem123> ?
L1126[19:08:53] <samis> It just wasn't why I timed out
L1127[19:09:42] <skyem123> ...
L1128[19:09:47] <skyem123> go along with it
L1129[19:15:42] <Ender> urghh, Pi. i've added the IPv6 stuff to you why you no find ipv6 stuff?
L1130[19:16:02] <Flenix_> Did someone ping me?
L1131[19:16:12] * Ender shrugs
L1132[19:16:34] <Flenix_> Brycey92 <-- said hey to me like 15 hours ago. Hello :)
L1133[19:16:46] <Brycey92> hi lol
L1134[19:17:10] <Flenix_> I'm downloading stuff so my internet is a bit unstable, so it cut out at 3am and you saw my client rejoining me and renaming me from SleepyFlenix :P
L1135[19:17:18] <Brycey92> do your mods have 1.7 versions?
L1136[19:17:21] *** Flenix_ is now known as Flenix
L1137[19:17:31] <Brycey92> and lol SleepyFlenix
L1138[19:19:01] <Brycey92> i tried to use flenixcities in 1.6.4 but even after fixing all the id conflicts, it still crashed the game a lot
L1139[19:23:19] <Brycey92> .leave
L1140[19:23:19] ⇦ Parts: Brycey92Helper (~Brycey92@bmb5663-111-148.rh.psu.edu) (Shown the door by Brycey92))
L1141[19:23:24] <Brycey92> hahahaha that's great
L1142[19:23:29] ⇨ Joins: Brycey92Helper (~Brycey92@bmb5663-111-148.rh.psu.edu)
L1143[19:23:37] <Brycey92Helper> no that's mean
L1144[19:24:06] <skyem123> Uh...
L1145[19:24:11] <skyem123> Who is Brycey92Helper
L1146[19:24:18] <Brycey92Helper> i am
L1147[19:24:27] <skyem123> wat is Brycey92Helper
L1148[19:25:12] <Brycey92> wat isnt him?
L1149[19:25:38] <Brycey92Helper> im Brycey92's other client for when the main one dies
L1150[19:25:54] <skyem123> ah
L1151[19:25:56] <skyem123> uhh
L1152[19:26:06] <Brycey92> among other things
L1153[19:26:09] <Brycey92> he used to be a bot
L1154[19:26:11] <seebs> So I had this idea that it would be really cool if the debug card setBlock() could handle non-numeric object ids, etc., but it turns out I don't have anything remotely relevant to actually trying to change this, like a build environment or any knowledge of scala.
L1155[19:26:13] <Brycey92> but he sucked at his job
L1156[19:26:32] <skyem123> now he is your clone
L1157[19:26:38] <Brycey92> yeah
L1158[19:26:44] *** Brycey92Helper is now known as Brycey92Clone
L1159[19:27:12] *** skyem123 is now known as skyem123|dinner
L1160[19:28:50] * Ender nomz skyem123|dinner
L1161[19:29:23] *** ShoweringFairy is now known as Daiyousei
L1162[19:31:45] *** medsouz|offline is now known as medsouz
L1163[19:35:09] ⇨ Joins: Maxwolf (labs@pipette.madsciencemod.com)
L1164[19:35:10] zsh sets mode: +v on Maxwolf
L1165[19:39:22] *** Daiyousei is now known as Shrek
L1166[19:40:00] <Ender> my keyboard's backlight keeps going off and it's distracting me
L1167[19:40:26] *** skyem123|dinner is now known as skyem123
L1168[19:42:33] * skyem123 pours hot chocolate over Ender
L1169[19:42:36] *** Shrek is now known as Daiyousei
L1170[19:43:33] <skyem123> an ogre turned into a fairy
L1171[19:44:36] *** Nentify is now known as Nentify|away
L1172[19:44:41] *** Nentify|away is now known as Nentify
L1173[19:45:44] <skyem123> uhhh
L1174[19:47:55] <seebs> ender: suggestion, disable the backlight entirely. then it won't distract you.
L1175[19:48:14] <Ender> seebs: i'm used to the backlight though
L1176[19:50:52] <seebs> next plan: try to eat a flashlight at your desk
L1177[19:51:02] <seebs> when the thing you eat inevitably somehow falls into the keyboard, it'll serve as a backlight
L1178[19:51:20] <seebs> You can tell I write an advice column, I bet.
L1179[19:51:46] <SuPeRMiNoR2> totally
L1180[19:51:48] <skyem123> uhhh
L1181[19:51:54] <skyem123> you are funny
L1182[19:52:44] <Ender> ok, so i've managed to make EnderBot3 write to the .ident file before it connects but it doesnt want to write the old one back ¬_¬
L1183[19:54:00] <SuPeRMiNoR2> it is stealing the identity
L1184[19:54:41] <Ender> the ident in that file will only get given to non-znc clients
L1185[19:55:21] <Ender> also i need to go close irc on my tablet, each time i get pm'd/pinged it does the usual sound but at like max volume
L1186[19:55:31] <SuPeRMiNoR2> Ender:
L1187[19:55:38] <Ender> *-*
L1188[19:58:40] zsh sets mode: +v on gamax92
L1189[20:00:18] <Ender> \o/ got the ident writing working
L1190[20:02:30] <seebs> I haven't updated it in ages, but: http://helpymchelperson.tumblr.com/
L1191[20:02:35] <seebs> I totally ought to write a few new entries.
L1192[20:02:39] ⇦ Parts: gamax92 (gamax92@chrono.i0i0.me) ())
L1193[20:03:49] <skyem123> my god, it hurts
L1194[20:04:08] *** Pwootage is now known as Pwootage|Off
L1195[20:04:43] ⇨ Joins: gamax92 (gamax92@The.Dragon.Slayer.PanicBNC.eu)
L1196[20:06:34] <samis> lol tumblr
L1197[20:07:56] <seebs> I hang out there because I know people and it is an endless source of amusement.
L1198[20:08:28] *** ConcernedHobbit is now known as ConcernedAway
L1199[20:08:36] <samis> It has a ...reputation of having SJWs that are crazy as shit
L1200[20:09:15] <seebs> It does.
L1201[20:09:56] <seebs> And I mean, I'm saying this as someone who will admit to being a social justice activist on occasion.
L1202[20:10:54] <samis> The crazy kind or the reasonable sane kind that is practically extinct
L1203[20:11:16] <seebs> Well, obviously I like to think of myself as sane. And I don't even think it's a rare thing, it's just not as highly visible.
L1204[20:11:40] <seebs> I mean, this is true with every group.
L1205[20:11:52] <seebs> If I meet a person and I know their religion within five minutes, it's almost certainly because they are utterly insane.
L1206[20:12:03] <samis> I'm a ready of TiA if it helps.
L1207[20:12:05] <seebs> Most of the religious people I know are pretty cool and are not all that crazy.
L1208[20:12:24] <seebs> I don't know what that means.
L1209[20:12:39] <samis> you've never visited /r/tumblrinaction?
L1210[20:12:47] <seebs> Occasionally.
L1211[20:12:54] <seebs> I just didn't recognize "ready".
L1212[20:12:58] <samis> oh
L1213[20:13:02] <samis> I typo'd.
L1214[20:13:53] <seebs> TiA's been a mixed bag for me, I mean, yeah, the nutjobs are crazy and deserve mockery, but some of the mockery comes across more as just "hey let's be mean to minorities and justify it because this random guy is an asshole".
L1215[20:14:38] <samis> There are assholes on both sides and nothing will change this.
L1216[20:14:51] <samis> Besides,I tend to read the links more than the comments
L1217[20:16:50] ⇦ Quits: NixillUmbreon (~kvirc@c-24-11-46-42.hsd1.mi.comcast.net) (Ping timeout: 186 seconds)
L1218[20:17:37] <seebs> Yeah.
L1219[20:18:09] <seebs> I've actually gotten a few people convinced that maybe being an asshole to everyone is not helping their cause, and that it might be more effective to, you know. Not.
L1220[20:18:16] <seebs> Not very many, but a few here and there.
L1221[20:19:16] ⇦ Quits: Lathanael|Away (~Lathanael@p5497348F.dip0.t-ipconnect.de) (Ping timeout: 195 seconds)
L1222[20:21:53] <Ender> \o/ EnderBot3 successfully reads the file, stores the old value, writes it's own, connects rewrites back the old value and closes the file
L1223[20:24:33] <skyem123> \o/
L1224[20:24:45] ⇦ Quits: Maxwolf (labs@pipette.madsciencemod.com) (Quit: Leaving)
L1225[20:25:18] <Ender> it's also currently on this network because i was testing it with the ident stuff
L1226[20:26:03] ⇨ Joins: Lathanael|Away (~Lathanael@p5497348F.dip0.t-ipconnect.de)
L1227[20:26:11] <Ender> though i'ma move it back to PC-Logix for further dev
L1228[20:31:02] ⇦ Quits: Vexatos (~Vexatos@p200300556E42B2285943DC649A2E1E7B.dip0.t-ipconnect.de) (Quit: I guess I have to go now. Bye ✔)
L1229[20:32:03] <seebs> So, at the risk that this will be an overly stupid question...
L1230[20:32:10] ⇨ Joins: Ditch (~LudgeLiki@remote.libertyresourcesllc.com)
L1231[20:32:16] <seebs> How easy/hard is it to set up an environment in which one can modify and rebuild minecraft mods?
L1232[20:32:39] <seebs> I keep wanting to submit patches, but I don't have anything set up, and not sure what scale of effort I'd be looking at.
L1233[20:32:56] <Magik6k> ./gradlew setupDecompWorkspace eclipse
L1234[20:33:15] <skyem123> unless your computer is as evil as mine
L1235[20:33:17] <Magik6k> or idea if not using eclipse
L1236[20:33:27] <Magik6k> ?
L1237[20:33:33] <seebs> I have no idea what I'd be using. I think I had eclipse installed once on a machine maybe five or ten years ago?
L1238[20:33:58] <seebs> Come to think of it, I might have had it more recently.
L1239[20:34:11] <seebs> Why, yes, I did.
L1240[20:34:12] <Magik6k> seebs, then I'm not really sure if you want to mess with minecraft mods ;p
L1241[20:34:19] <Inari> IDEA \o/
L1242[20:34:26] ⇦ Quits: Ditchbuster (~LudgeLiki@remote.libertyresourcesllc.com) (Ping timeout: 186 seconds)
L1243[20:34:34] <skyem123> My computer is evil. It hates programming.
L1244[20:34:38] <seebs> I tend to be pretty comfortable messing around with stuff with very little prior awareness.
L1245[20:34:43] <Ender> skyem123: no shit, it's win 8
L1246[20:34:46] <seebs> So, it turns out, I have Eclipse installed for a really good reason.
L1247[20:34:58] <seebs> Last year at Thanksgiving, we wanted to play Cards Against Humanity, and so did everyone else.
L1248[20:35:13] <seebs> So I downloaded the source for the open source app and rebuilt it and configured my local webserver for tomcat so we could play.
L1249[20:35:18] <seebs> I got it done before we were done with pie. :)
L1250[20:35:27] <Inari> so you implemented a cheat that will let you win KAppa~
L1251[20:35:40] <seebs> And then I promptly forgot that I had installed Eclipse until just now.
L1252[20:45:20] <samis> http://www.revk.uk/2013/08/what-could-determined-small-isp-do.html
L1253[20:45:32] <samis> Ender, skyem123 ^
L1254[20:47:11] ⇨ Joins: Wuerfel_21 (~lol@p5497D82F.dip0.t-ipconnect.de)
L1255[20:48:04] <Wuerfel_21> hi
L1256[20:48:30] <Wuerfel_21> im bored
L1257[20:48:36] <Wuerfel_21> entertain me
L1258[20:48:39] <Wuerfel_21> now
L1259[20:49:02] <Wuerfel_21> .ping
L1260[20:49:03] <skyem123> Wuerfel_21, poke Ender, endless fun/
L1261[20:49:15] * Wuerfel_21 pokes Ender
L1262[20:49:26] *** Wuerfel_21 was kicked by Ender (how about a kick up the arse?))
L1263[20:49:33] <skyem123> :D
L1264[20:51:27] <skyem123> D:
L1265[20:51:28] <skyem123> uhoh
L1266[20:51:42] <Ender> ?
L1267[20:52:46] <skyem123> He didn't come back
L1268[20:53:46] <Inari> someone make a cardinal system mod please D:
L1269[20:54:54] ⇨ Joins: lollolrofl88888888888888888888 (webchat@p5497D82F.dip0.t-ipconnect.de)
L1270[20:55:42] <lollolrofl88888888888888888888> was i kicked or is just my client borked?
L1271[20:55:49] <Ender> shorten your nick
L1272[20:56:12] *** lollolrofl88888888888888888888 is now known as lollolrofl8
L1273[20:56:38] <lollolrofl8> Ender: did you kick me or was my client just derping
L1274[20:56:45] <skyem123> Ender kicked you
L1275[20:56:51] <Ender> i kicked you up the arse
L1276[20:56:59] <lollolrofl8> why?
L1277[20:57:32] <skyem123> you poked him
L1278[20:57:43] <lollolrofl8> skyem123: lol
L1279[20:58:01] *** Pwootage|Off is now known as Pwootage
L1280[20:58:25] <skyem123> I expected him to stab you, but... kicking worksd
L1281[20:58:34] *** lollolrofl8 is now known as Wuerfel_21
L1282[21:00:36] <skyem123> I need go now
L1283[21:00:53] *** skyem123 is now known as skyem123|ZZZ
L1284[21:01:45] <Wuerfel_21> .random
L1285[21:01:49] <Wuerfel_21> nooooo
L1286[21:04:58] ⇦ Quits: gamax92 (gamax92@The.Dragon.Slayer.PanicBNC.eu) (Killed (NickServ (GHOST command used by gamax92_!gamax92@chrono.i0i0.me)))
L1287[21:05:18] ⇨ Joins: gamax92 (gamax92@chrono.i0i0.me)
L1288[21:05:18] zsh sets mode: +v on gamax92
L1289[21:05:54] ⇨ Joins: gamax92_ (gamax92@The.Dragon.Slayer.PanicBNC.eu)
L1290[21:10:15] <Magik6k> My remote terminal for OC works! \o/
L1291[21:10:43] <Magik6k> the only thing left is to make it work w/o gpu
L1292[21:11:08] ⇦ Parts: gamax92_ (gamax92@The.Dragon.Slayer.PanicBNC.eu) ())
L1293[21:11:08] <Magik6k> I probably need to stole some virtual component code
L1294[21:11:18] *** medsouz is now known as medsouz|offline
L1295[21:12:18] *** dsAway is now known as ds84182
L1296[21:21:04] <Magik6k> ~gpu
L1297[21:21:08] <Magik6k> ~w gpu
L1298[21:21:08] <ocdoc> http://ocd.cil.li/component:gpu
L1299[21:27:05] ⇨ Joins: Wired (~androirc@66-87-145-233.pools.spcsdns.net)
L1300[21:27:10] <Wired> Boo.
L1301[21:27:41] <gamax92> ~w cable
L1302[21:27:41] <ocdoc> http://ocd.cil.li/block:cable
L1303[21:27:44] * gamax92 eats Wired
L1304[21:28:14] <Wired> *gamax dies from caffeine overdose*
L1305[21:28:31] <gamax92> "killed to death"
L1306[21:29:54] <Wired> Im like 70% sure no one on this chat will remember who I am.
L1307[21:31:06] *** AtomSponge is now known as AtomSponge|away
L1308[21:31:10] <Ender> Wired2Coffee?
L1309[21:31:23] <gamax92> 2spooky6me
L1310[21:32:01] <Wired> Ender: For sixtillionth time, it's a lower case c. >.>
L1311[21:32:27] <gamax92> Wir3d#coff33
L1312[21:32:29] <Wired> I'm 89% sure I spelt sextillionth wrong.
L1313[21:32:49] <gamax92> I'm 0% sure you are dead
L1314[21:33:45] <Wired> Don't be so certain.
L1315[21:34:27] <Wired> Ender: I'm surprised you remembered though, +1 cookie.
L1316[21:34:35] <Ender> \o/
L1317[21:34:40] * Ender nomz the cookie
L1318[21:35:09] * gamax92 noms Ender
L1319[21:36:15] <seebs> Well, this is sort of encouraging, in that the instructions I found for setting up forge and such are actually mostly working.
L1320[21:36:24] <Wired> *gamax92 dies; cause: stomach teleportation*
L1321[21:36:30] <gamax92> XD
L1322[21:36:31] <seebs> I might actually be able to try to set things up so I could download code and try to patch things.
L1323[21:36:42] <gamax92> Kodos: the conflict with kenny and us can be found on pastebin.
L1324[21:37:00] <seebs> My particular interest was to try to find a way to make the debug card's setBlock{,s}() able to handle 1.7-style block names.
L1325[21:37:33] <Wired> gamax92: Something happened with Kenny?
L1326[21:38:16] *** Cruor is now known as Cruor|Away
L1327[21:38:17] <Ender> he rage quit
L1328[21:38:49] <Wired> How long ago did that happen?
L1329[21:38:51] <seebs> Huh.
L1330[21:38:52] <seebs> java.lang.OutOfMemoryError: Java heap space
L1331[21:39:01] <seebs> Apparently I need to hint at something that it needs more memory.
L1332[21:39:12] <Wired> Allocate dat mem.
L1333[21:39:25] <gamax92> i remember he tried to tell me that you could fit more data on a floppy, not by formatting the tracks to be thinner which is what most people would do
L1334[21:39:30] <gamax92> but by ignoring the track divisors
L1335[21:40:15] <seebs> It has not yet exploded in fire with adding -Xmx=4G to DEFAULT_JVM_OPTS
L1336[21:40:37] * Wired isn't old enough to have ever cared about data formatting on floppy disks.
L1337[21:42:43] <Magik6k> gamax92, in your vcomponent API the primary component by default will by virtual or normal(which has bigger priority)?
L1338[21:42:57] <gamax92> errrrrrrrrrrrrr
L1339[21:43:16] <gamax92> brb looking at code P
L1340[21:43:40] <gamax92> but seriously i haven't looked at that stuff for months
L1341[21:43:51] <gamax92> 4 months to be exact
L1342[21:44:28] <gamax92> Magik6k: guessing its normal
L1343[21:44:42] <gamax92> unless there happens to be no component of the type that already existed, then virtual
L1344[21:44:54] <Magik6k> k
L1345[21:44:54] *** justastranger|zzz is now known as justastranger
L1346[21:45:45] <Wired> justastranger: sleep well?
L1347[21:49:10] <Magik6k> .octime
L1348[21:49:10] <EnderBot2> Current OC time: Mon Nov 17 21:49:10 2014
L1349[21:49:15] <gamax92> Ender: http://pastebin.com/bSPCxzrC
L1350[21:49:17] <gamax92> best webserver
L1351[21:50:27] <Magik6k> %p
L1352[21:50:28] <MichiBot> Ping reply from Magik6k 0.28s
L1353[21:50:52] <seebs> ... "while 1 do" is not very idiomatic lua. :)
L1354[21:51:36] <Wired> true and false are overrated anyway.
L1355[21:51:38] <gamax92> seebs: fun fact, that was in the lua tut.
L1356[21:51:48] <seebs> *sigh*
L1357[21:51:54] <gamax92> yeah
L1358[21:52:00] <gamax92> now that i see that i probably would have used true
L1359[21:53:22] ⇦ Quits: samis (~samis@94.11.108.140) (Remote host closed the connection)
L1360[21:53:49] <Wuerfel_21> bye
L1361[21:53:51] ⇦ Parts: Wuerfel_21 (webchat@p5497D82F.dip0.t-ipconnect.de) ())
L1362[21:54:08] <seebs> I actually spent a while trying to figure out what language it was because of the while 1. :)
L1363[21:55:22] *** LordFokas|off is now known as LordFokas
L1364[21:56:36] *** Pwootage is now known as Pwootage|Off
L1365[21:57:00] *** medsouz|offline is now known as medsouz
L1366[21:57:35] <Magik6k> fuq one of core ovh router on way to may server has kinda died
L1367[21:59:04] ⇨ Joins: TabletCube (~TCube@94.11.108.140)
L1368[22:00:35] * vifino dyes Magik6k
L1369[22:04:20] * gamax92 dies
L1370[22:05:34] *** Daiyousei is now known as SleepingFairy
L1371[22:08:47] <seebs> Huh. Okay, I can now see at least roughly how to modify and possibly rebuild a mod. I think.
L1372[22:09:01] *** Pwootage|Off is now known as Pwootage
L1373[22:12:58] <gamax92> seebs: is it ... run mod through bon, decompile, modify, recompile+reobf?
L1374[22:13:06] <gamax92> alternatively, bytecode editor
L1375[22:13:32] <seebs> Well, not quite that far along, since I don't really know a lot of what's going on, but I got as far as instructions for using gradle to set up a workspace that apparently lets me edit a mod in some way.
L1376[22:17:07] *** DeanIsaKitty is now known as DeanIsGone
L1377[22:18:47] <vifino> gamax92: To add support for mumble in my bot or not?
L1378[22:18:59] <gamax92> i dunno
L1379[22:19:44] <Caitlyn> bon2 ftw
L1380[22:20:33] <seebs> bon2?
L1381[22:20:54] <vifino> bonzi!
L1382[22:21:00] * vifino hides
L1383[22:21:39] <Caitlyn> BON 2 is a newer version of BON that I can't find now
L1384[22:22:32] <seebs> Because of the reference to Mumble, I ended up thinking of VoN2, or voice-over-nitrogen, which is a pretty popular speech tech.
L1385[22:24:10] *** justastranger is now known as justastranger|zzz
L1386[22:28:29] ⇦ Quits: Flenix (~Flenix@2.124.131.142) (Quit: Leaving)
L1387[22:28:40] ⇨ Joins: Flenix (~Flenix@2.124.131.142)
L1388[22:30:34] ⇨ Joins: LordFoka- (LordFokas@theender.net)
L1389[22:30:47] ⇨ Joins: DeanIsaKf (~Dean@chocolate.paranoidlabs.org)
L1390[22:31:14] *** DeanIsaKf is now known as DeanIsaKitty
L1391[22:31:15] zsh sets mode: +v on DeanIsaKitty
L1392[22:31:22] ⇦ Quits: LordFokas (LordFokas@theender.net) (Ping timeout: 189 seconds)
L1393[22:31:22] ⇦ Quits: Magik6k (~Magik6k@host-89-228-225-106.kalisz.mm.pl) (Ping timeout: 189 seconds)
L1394[22:31:22] ⇦ Quits: kirby|Gone (mrkirby153@the.government.stole-your.pw) (Ping timeout: 189 seconds)
L1395[22:31:22] ⇦ Quits: DeanIsGone (~Dean@chocolate.paranoidlabs.org) (Ping timeout: 189 seconds)
L1396[22:31:30] ⇨ Joins: Magik6k (~Magik6k@host-89-228-225-106.kalisz.mm.pl)
L1397[22:31:33] *** LordFoka- is now known as LordFokas
L1398[22:31:34] zsh sets mode: +v on LordFokas
L1399[22:32:38] <Magik6k> %p
L1400[22:32:40] <MichiBot> Ping reply from Magik6k 0.37s
L1401[22:36:02] <seebs> hmm.
L1402[22:36:42] <Ender> Wired: did you get my pm?
L1403[22:37:16] <seebs> with a forge download, "gradlew eclipse" makes an eclipse directory. With the opencomputers git repo, it does not seem to. Or if it does, it makes it somewhere else. I will see whether the idea thing works, since I have no reason to have a preference between them yet.
L1404[22:37:56] <Ender> seebs: check the build.gradle for the assets/run dir
L1405[22:38:37] <seebs> hmm. I don't see one listed.
L1406[22:38:59] <seebs> Oh, wait. I just restarted gradlew, I bet it overwrote that.
L1407[22:40:35] ⇨ Joins: kirby|Gone (mrkirby153@the.government.stole-your.pw)
L1408[22:41:02] *** kirby|Gone is now known as mrkirby153
L1409[22:42:07] <seebs> hmm.
L1410[22:42:17] <seebs> I see no reference to an assets/run directory in build.gradle.
L1411[22:42:33] <seebs> oh, wait.
L1412[22:42:45] <seebs> ... no, "assets" doesn't have subdirs.
L1413[22:43:13] <Ender> the / means "OR"
L1414[22:43:22] <Ender> i cant remember what one it was
L1415[22:44:04] <seebs> hmm. There is only one build.gradle file, it has nothing for assets, and only runClient and runServer for "run". Neither of which has directory names, just jvm args.
L1416[22:44:30] <Ender> runDir?
L1417[22:44:55] <seebs> hmm.
L1418[22:45:02] <seebs> Not that I can see.
L1419[22:45:15] <seebs> So I looked at the build.gradle file for my forge directory.
L1420[22:45:19] <seebs> minecraft {
L1421[22:45:19] <seebs> version = "1.7.10-10.13.2.1231"
L1422[22:45:19] <seebs> runDir = "eclipse"
L1423[22:45:19] <seebs> }
L1424[22:45:39] <seebs> But I don't have anything similar to that in this one.
L1425[22:47:38] ⇦ Quits: Ditch (~LudgeLiki@remote.libertyresourcesllc.com) (Quit: Leaving)
L1426[22:50:47] ⇨ Joins: NixillUmbreon (~kvirc@68.42.105.200)
L1427[22:52:14] <Magik6k> my ssh like thing works w/o gpu on host \o/
L1428[22:52:15] ⇦ Quits: Mirodin (~quassel@2a02:810d:1840:cc0:a96c:11fb:cb71:6cb5) (Read error: Connection reset by peer)
L1429[22:55:13] <seebs> Cool.
L1430[22:59:15] *** Nentify is now known as Nentify|away
L1431[22:59:28] *** manmaed is now known as manmaed|AFK
L1432[22:59:33] ⇨ Joins: AndroUser2 (~androirc@c-75-72-220-179.hsd1.mn.comcast.net)
L1433[23:02:47] ⇦ Quits: Wired (~androirc@66-87-145-233.pools.spcsdns.net) (Ping timeout: 183 seconds)
L1434[23:04:22] ⇦ Quits: Hobby_boy (~Hobbyboy@host81-132-197-54.range81-132.btcentralplus.com) (Remote host closed the connection)
L1435[23:05:21] *** Hobbyboy is now known as Hobbyboy|Sleep
L1436[23:05:24] ⇨ Joins: Ditchbuster (~LudgeLiki@remote.libertyresourcesllc.com)
L1437[23:09:47] <Pwootage> Oooh
L1438[23:09:47] ⇦ Quits: AndroUser2 (~androirc@c-75-72-220-179.hsd1.mn.comcast.net) (Read error: Connection reset by peer)
L1439[23:09:48] <Pwootage> sshd
L1440[23:09:53] ⇨ Joins: AndroUser2 (~androirc@c-75-72-220-179.hsd1.mn.comcast.net)
L1441[23:12:00] ⇦ Quits: TabletCube (~TCube@94.11.108.140) (Remote host closed the connection)
L1442[23:12:04] *** justastranger|zzz is now known as justastranger
L1443[23:12:40] ⇨ Joins: TabletCube (~TCube@94.11.108.140)
L1444[23:12:42] <TabletCube> Join
L1445[23:12:48] <Caitlyn> Part
L1446[23:12:53] <gamax92> Nothing
L1447[23:12:56] <Ender> Quit
L1448[23:12:59] <TabletCube> Ban
L1449[23:13:03] <gamax92> Quiet
L1450[23:13:14] <Porygon2> Op
L1451[23:13:22] <TabletCube> Voice
L1452[23:13:24] <Ender> Deop
L1453[23:13:42] <Caitlyn> gline
L1454[23:13:43] <gamax92> K-Line
L1455[23:13:50] <Caitlyn> mine trumps.
L1456[23:13:50] <Caitlyn> :p
L1457[23:14:24] <Caitlyn> Gline, when you want to ban someone from the ENTIRE network. :p
L1458[23:14:40] <TabletCube> ISP block
L1459[23:14:47] <TabletCube> Mine trumps.
L1460[23:14:54] <Caitlyn> except... you can gline a block.
L1461[23:14:58] <Caitlyn> from the entire network.
L1462[23:14:59] <Caitlyn> :p
L1463[23:15:24] *** Guest52139 is now known as Altenius
L1464[23:15:46] ⇦ Quits: Magik6k (~Magik6k@host-89-228-225-106.kalisz.mm.pl) (Remote host closed the connection)
L1465[23:15:55] <Ender> https://www.dropbox.com/s/vqlabyo1r8c1pw8/Screenshot%202014-03-16%2020.01.39.png?dl=0 the chosen pig
L1466[23:16:04] <Altenius> I just asked "Did he grow?" and my mom and sister thought I said "He's a kneegrow" >_>
L1467[23:16:23] ⇨ Joins: TangentDelta (~christine@63.143.24.24)
L1468[23:17:36] <Altenius> Is anyone here very experienced with OpenGL?
L1469[23:18:15] *** Altenius is now known as Altenius|Away
L1470[23:20:10] <seebs> Not I.
L1471[23:20:17] <seebs> A little experienced with some GL, but nothing serious.
L1472[23:25:24] ⇨ Joins: Maxwolf (labs@pipette.madsciencemod.com)
L1473[23:25:25] zsh sets mode: +v on Maxwolf
L1474[23:33:34] <Brycey92> .seen
L1475[23:33:37] <Brycey92> %seen
L1476[23:33:41] <Brycey92> #seen
L1477[23:33:47] <Brycey92> really, none of you bots?
L1478[23:34:01] <Ender> planned for v3 of mine
L1479[23:34:35] <Caitlyn> /whowas
L1480[23:34:36] <Caitlyn> :p
L1481[23:34:54] <Ender> or /whois
L1482[23:34:57] <Caitlyn> ^
L1483[23:35:19] <vifino> Or /potato
L1484[23:35:21] <Caitlyn> I actually have a module somewhat done for MichiBot.. I've just not worked on it in a bit
L1485[23:35:24] <vifino> Always works for me :o
L1486[23:35:39] * vifino
L1487[23:35:52] * vifino 's /potato is totally not an alias for /whois
L1488[23:36:15] <vifino> Actually, it is a ruby script
L1489[23:48:24] <seebs> Okay, completely stumped. "bash gradlew eclipse" does not create an eclipse directory at all in the OpenComputers repo I checked out, but does in a forge directory.
L1490[23:49:38] <seebs> The only things it seems to create are a .project XML file, a .classpath, and a log file.
L1491[23:51:55] <ds84182> component.ocl_gpu.line(0,0,50,50)
L1492[23:52:02] ⇦ Quits: NixillUmbreon (~kvirc@68.42.105.200) (Ping timeout: 186 seconds)
L1493[23:52:16] <ds84182> also for some reason drawText isn't working, it's probally gamax92's falut
L1494[23:55:54] *** Logan|off is now known as Logan
L1495[23:57:12] ⇨ Joins: orthoplex64 (~orthoplex@cpe-68-206-247-199.satx.res.rr.com)
<<Prev Next>> Scroll to Top