<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:01:35] <SoraFirestorm> and found the place I need to hit up
L2[00:02:07] <SoraFirestorm> done and building
L3[00:02:08] <SoraFirestorm> thanks gamax92
L4[00:03:09] <gamax92> dunno why you had to rebuild it
L5[00:03:13] <gamax92> could have just slapped it into the jar
L6[00:03:36] <SoraFirestorm> easier and faster
L7[00:07:14] <SoraFirestorm> well
L8[00:07:17] <SoraFirestorm> that 'works'
L9[00:07:26] <SoraFirestorm> but something is seriously off about the number's its handing back
L10[00:07:51] <SoraFirestorm> That's my problem though
L11[00:09:07] <dangranos> hmm
L12[00:09:11] <dangranos> loop memory editor?
L13[00:09:25] <dangranos> e.g. a hex editor that edits memory of whatever it's executed on
L14[00:14:16] *** Kasen is now known as rakiru|offline
L15[00:16:44] <SoraFirestorm> so I'm just messing around with 1.6 at this point
L16[00:16:55] <SoraFirestorm> Didn't we get the ability to put disk drives into racks?
L17[00:16:59] <SoraFirestorm> or was that something else?
L18[00:19:44] <SoraFirestorm> oh
L19[00:19:47] <SoraFirestorm> separate item ok
L20[00:22:20] <AlmtyBob> hmm. Is it possible to use OC with storage drawers? I placed an adapter with an inventory controller on top of a drawer controller, proxied the inventory controller, but the drawer controller returns nil. Same adapter returns "8" (correctly) for an attached ME interface
L21[00:29:13] <AlmtyBob> disregard, looks like AS2's storage drawers is a couple versions behind
L22[00:33:47] <gamax92> SoraFirestorm: is it possible I could have a jar or link to that patch, or both?
L23[00:33:56] <SoraFirestorm> uhm
L24[00:34:02] <SoraFirestorm> do you run recent 64 bit Linux?
L25[00:34:12] <gamax92> actually no just patch, can do testing in vanilla
L26[00:34:41] <SoraFirestorm> the standard vanilla Lua coroutine patch?
L27[00:34:48] <gamax92> yes >_>
L28[00:34:57] <gamax92> no I want standard vanilla ice-cream with sprinkles
L29[00:34:59] <SoraFirestorm> sorry, thought you meant my OC version
L30[00:35:21] <SoraFirestorm> yeah, hold on
L31[00:35:33] <SoraFirestorm> https://github.com/RobertCochran/lua53mod
L32[00:35:59] <SoraFirestorm> The new function in this version is "coroutine.usedMemory"
L33[00:46:41] <SoraFirestorm> Finally making some good progress
L34[00:46:52] <SoraFirestorm> gamax92: so, watcha doin' with it?
L35[00:47:18] <gamax92> comparing what it says to what collectgarbage count says
L36[00:47:28] <SoraFirestorm> to see how close I am?
L37[00:47:37] <SoraFirestorm> I'd honestly be really surprised if it was super-duper accurate
L38[00:48:49] <gamax92> it's ... somewhat representative
L39[00:49:06] ⇦ Quits: Doty1154 (~Doty1154@2601:648:8002:c1a1:7147:da0b:cf5c:d8db) (Quit: Leaving)
L40[00:49:08] <SoraFirestorm> that's nice
L41[00:49:21] <SoraFirestorm> I hooked directly into the allocator for that patch
L42[00:49:27] <SoraFirestorm> So I should at least be close
L43[00:49:56] <gamax92> it may just be how I'm testing but: collectgarbage diff gave 402, usedMemory gave 288
L44[00:50:01] <SoraFirestorm> I know it's not a correct view of the world to charge the running coroutine with the allocations
L45[00:50:14] <gamax92> and in another file, collectgarbage diff 25010, usedMemory 16792
L46[00:50:33] <SoraFirestorm> That's fairly close
L47[00:51:31] <SoraFirestorm> Here's my big question :
L48[00:51:35] <SoraFirestorm> Do you think that's close enough?
L49[00:52:04] <gamax92> hmm what ... diff 58928, usedmem 67468
L50[00:52:40] <SoraFirestorm> I'm actually not entirely sure what 'collectgarbage diff' means
L51[00:53:13] <gamax92> store collectgarbage count result before and after running a file and storing it's result into a local variable
L52[00:53:27] <SoraFirestorm> ok
L53[00:53:39] <gamax92> also uhh, your usedMemory patch gave me a "-96" once
L54[00:53:50] <SoraFirestorm> I was wondering when that would happen
L55[00:54:10] <SoraFirestorm> Like I said, it's not entirely accurate to simply charge the running coroutine
L56[00:54:46] <gamax92> o-oh,
L57[00:54:52] <SoraFirestorm> ?
L58[00:55:01] <gamax92> I bet that conflicts with the garbage collection
L59[00:55:14] <SoraFirestorm> explain pls?
L60[00:55:42] <gamax92> garbage collection changing allocations, but since it's running coroutine it's applying it to whatever thread the gc is on and not the correct thing?
L61[00:55:54] <gamax92> I dunno
L62[00:56:23] <SoraFirestorm> well
L63[00:56:29] <SoraFirestorm> I don't know how the gc works internal
L64[00:56:34] <SoraFirestorm> internally
L65[00:56:35] <SoraFirestorm> but
L66[00:57:21] <SoraFirestorm> whenever the allocator allocs/reallocs/frees anything
L67[00:57:40] <SoraFirestorm> it charges the new difference to the coroutine that's running
L68[00:58:18] <SoraFirestorm> whether or not the coroutine running is the one having allocs/reallocs/frees on it
L69[00:58:30] ⇨ Joins: Sharidan (~Random475@0x5552afe5.adsl.cybercity.dk)
L70[01:02:02] ⇦ Quits: brandon3055 (~Brandon@122.129.140.1) (Read error: Connection reset by peer)
L71[01:02:49] <Sharidan> Greetings to all in channel :)
L72[01:04:25] <SoraFirestorm> hiya
L73[01:04:34] <SoraFirestorm> so gamax92
L74[01:04:44] <SoraFirestorm> do you think that its accurate enough?
L75[01:04:49] <Sharidan> I was wondering, if someone could point me to some documentation that explains how OpenOS handles paths, when searching for executable scripts
L76[01:04:58] <SoraFirestorm> It's only meant to be a heuristic anyways
L77[01:05:14] <SoraFirestorm> Sharidan: probably looks in the PATH environment variable
L78[01:05:34] <gamax92> no
L79[01:05:38] <Sharidan> oh there is a path environment variable?
L80[01:06:19] <SoraFirestorm> gamax92: no to accuracy or no to path?
L81[01:06:19] <gamax92> at times it's below at times above, and sometimes negative ...
L82[01:06:27] <SoraFirestorm> no to accuracy
L83[01:06:29] <gamax92> former
L84[01:06:56] <SoraFirestorm> Sharidan: uhm
L85[01:07:03] <SoraFirestorm> I *believe* so
L86[01:07:07] <SoraFirestorm> ~w PATH
L87[01:07:07] <ocdoc> Predicted http://www.lua.org/manual/5.2/manual.html#pdf-math
L88[01:07:12] <SoraFirestorm> no
L89[01:07:22] <SoraFirestorm> not correct, ocdoc
L90[01:07:42] <gamax92> I also can't get a consistent result out of it either like I can with collectgarbage
L91[01:07:53] <SoraFirestorm> lemme start the game with it, Sharidan
L92[01:08:20] <Sharidan> uhm, would I have to modify the shell.setPath() ?
L93[01:08:40] <SoraFirestorm> no
L94[01:08:58] <gamax92> normally it says -96 before the first resume and then at timed it randomly gives ~32k
L95[01:08:59] <SoraFirestorm> you wouldn't have to modify the function
L96[01:09:22] <SoraFirestorm> gamax92: could you link me to the test scripts you are using/
L97[01:09:26] <SoraFirestorm> s/\//?/
L98[01:09:26] <Sharidan> nope, I meant the variable / contents of what shell.getPath() returns - i.e. call shell.setPath() after modifying the data
L99[01:09:43] <gamax92> I'm in bed now
L100[01:09:49] <SoraFirestorm> gamax92: fair enough
L101[01:10:26] <SoraFirestorm> Sharidan: what are you wanting to do exactly?
L102[01:10:38] <gamax92> I ships should try having the script generate a bunch of garbage for the gc to cleanup
L103[01:10:50] <gamax92> -ships
L104[01:11:22] <Sharidan> quick example: let's say I create a folder here: /usr/somenewfolder .. after that I'd like to modify the path setup so I can run scripts from that folder anywhere
L105[01:11:46] <SoraFirestorm> alright
L106[01:11:47] <SoraFirestorm> um
L107[01:12:10] <SoraFirestorm> I suppose you would do what you suggested after all
L108[01:12:12] <SoraFirestorm> do something like
L109[01:12:13] <Sharidan> my guess is editing the string that shell.getPath() returns and then place a call to shell.setPath() with the new path added to it?
L110[01:12:31] <SoraFirestorm> shell.setPath("/yer/place/:"..shell.getPath())
L111[01:12:49] <SoraFirestorm> s/do/so/
L112[01:12:50] <MichiBot> <SoraFirestorm> so something like
L113[01:13:35] <SoraFirestorm> gamax92: suppose I'll stop doing the OC stuff until we can hammer this out
L114[01:13:55] <SoraFirestorm> Because all I did for the OC version was essentially port that patch
L115[01:14:03] <Sharidan> yup, that works :)
L116[01:21:30] ⇨ Joins: brandon3055 (~Brandon@122.129.140.1)
L117[01:26:12] <AlmtyBob> been banging my head against a wall here. I've got a storage drawers controller and: inv = foo.getAllStacks(). When I k,v inv it just gives mea list of methods and descriptions. How do I get the actual item data?
L118[01:28:44] <Sharidan> well, when you loop through the table you get from .getAllStacks() and find an entry, it will hold a reference to a few functions that can return the data you want
L119[01:29:12] <Sharidan> I can go look for a sample for you in my old CC code stuff if you want?
L120[01:29:51] <AlmtyBob> it's just weird to me that it's printing a list of the methods. Maybe it's automatically doing a tostring()?
L121[01:30:03] <SoraFirestorm> I'm stil frustrated that you can't duel wield swords in 1.9
L122[01:30:11] <SoraFirestorm> what the hell is the point of duel wielding if you can't do that?
L123[01:33:46] <SoraFirestorm> AlmtyBob: depending on how you're doing it, there could be a tostring(), yes
L124[01:34:58] <AlmtyBob> http://pastebin.com/DVJ4NR4A
L125[01:35:02] <AlmtyBob> that's pretty much it
L126[01:35:29] <SoraFirestorm> depends on the types of k and v
L127[01:35:39] <AlmtyBob> k in that case returns a function name and v returns its description
L128[01:36:17] <SoraFirestorm> so, in OC, the tostring() for a function is a description
L129[01:36:27] <SoraFirestorm> And print is well-known to automatically tostring() its args
L130[01:37:19] <AlmtyBob> apparently I was missing the "basic()" method
L131[01:42:51] <Sharidan> yea there's a .basic and a .single method on inventory slot lists, that should be called to get the actual item data
L132[01:57:59] ⇨ Joins: Jezza (~Jezza@185.44.151.67)
L133[01:58:16] <SoraFirestorm> hi
L134[02:23:46] <Shuudoushi> the actual fuck did I just watch and how did I find it... https://www.youtube.com/watch?v=bnhcKsYgZwM&feature=youtu.be
L135[02:23:48] <MichiBot> Shuudoushi: У самовара .... | length: 2m 37s | Likes: 156 Dislikes: 7 Views: 58349 | by sfx1704
L136[02:24:35] <Sharidan> lol
L137[02:24:42] <SoraFirestorm> lol
L138[02:24:59] <Sharidan> oh those russians - gotta love their weirdness :)
L139[02:25:45] <dangranos> ...
L140[02:27:17] <dangranos> i think i got some progress on that http://skullcode.com/
L141[02:30:17] ⇦ Quits: Sharidan (~Random475@0x5552afe5.adsl.cybercity.dk) (Quit: time for some zzzz's ...)
L142[02:34:21] ⇨ Joins: sciguyryan (~sciguyrya@128.127.104.83)
L143[02:43:17] <Shuudoushi> dangranos: I just checked out that link, the fuck am I looking at?
L144[02:43:58] <Shuudoushi> and if you stay say hex code, I'll beat you with a boot
L145[02:44:39] <dangranos> well
L146[02:45:03] <dangranos> it's hex editor that edits the memory of VM it's running in?
L147[02:45:18] <Shuudoushi> ...
L148[02:45:27] ⇨ Joins: Meow-J (uid69628@id-69628.highgate.irccloud.com)
L149[02:45:32] <Shuudoushi> right, time for sleep, night all
L150[02:45:55] <dangranos> scroll down to 0x00006666
L151[02:47:43] <Shuudoushi> lol
L152[03:03:21] ⇦ Quits: Yepoleb (~quassel@178-190-226-80.adsl.highway.telekom.at) (Ping timeout: 190 seconds)
L153[03:04:37] ⇨ Joins: Yepoleb (~quassel@91-115-115-3.adsl.highway.telekom.at)
L154[03:07:12] *** gAway2002 is now known as g
L155[03:12:03] ⇨ Joins: Vexatos (~Vexatos@p200300556E6CB739ED3351B8AAB976C7.dip0.t-ipconnect.de)
L156[03:12:03] zsh sets mode: +v on Vexatos
L157[03:17:01] <SoraFirestorm> managed to crash it <3
L158[03:20:50] ⇨ Joins: surferconor425|Cloud (uid77899@id-77899.tooting.irccloud.com)
L159[03:21:03] <Lizzy> o/
L160[03:24:54] <SoraFirestorm> hi Lizzy
L161[03:26:12] <Lizzy> going out with family today to see a show
L162[03:26:23] <SoraFirestorm> cool
L163[03:28:29] <dangranos> SoraFirestorm: i managed to get "Keep going" but next Exe-me part crashes it
L164[03:32:42] <SoraFirestorm> looks like the author has a twitter
L165[03:32:46] <SoraFirestorm> https://twitter.com/skullcoder
L166[03:50:48] <DeanIsaKitty> I think I just saw the first state-supported website/app that actually gives a shit about security.... 0.0
L167[03:51:01] <Skye> Eh?
L168[03:51:35] <DeanIsaKitty> Password field denied copy&paste (in javascript, but its a start) no restrictions on password chars or lenght, just missing 2FA now :D
L169[03:51:50] *** Lizzy is now known as Liz|OutWithFamily
L170[03:51:54] <Skye> The UK petition website is open source.
L171[03:51:58] <Skye> On GitHub
L172[03:52:10] ⇦ Quits: SoraFirestorm (~user@131-191-86-130.as.clicknet.org) (Read error: No route to host)
L173[03:53:24] <DeanIsaKitty> Also I just realized that having a randomly generated 30-char password is only awesome if you don't have to type it in on your phone too >.<
L174[03:54:36] <dangranos> ^
L175[03:54:52] <Skye> Haha
L176[03:55:10] <Skye> The UK government even has its own open source license.
L177[03:55:31] <g> <+DeanIsaKitty> Password field denied copy&paste
L178[03:55:40] <g> this is not a security feature, it's an annoyance
L179[03:55:41] <g> :P
L180[03:56:11] <DeanIsaKitty> g: If you're the type of person for whom that is an annoyance you know about NoScript.
L181[03:56:19] <g> DeanIsaKitty: that isn't a solution
L182[03:56:26] <DeanIsaKitty> g: It totally is.
L183[03:56:28] <g> also, it's a problem for people using various types of password manager
L184[03:56:35] <dangranos> uMatrix is better than NoScript
L185[03:56:35] <Temia> Is it actually considered open source by the FSF?
L186[03:58:01] <DeanIsaKitty> g: That is what I mean by that type of person.
L187[04:01:20] ⇦ Quits: cpup (~cpup@32.218.119.15) (Ping timeout: 189 seconds)
L188[04:03:06] ⇨ Joins: cpup (~cpup@32.218.119.15)
L189[04:14:44] ⇨ Joins: SF-MC (~EiraIRC@131-191-86-130.as.clicknet.org)
L190[04:17:57] <Vexatos> sooooooooooooooo
L191[04:18:02] <Vexatos> any idea what I could do right now?
L192[04:18:08] <Vexatos> I'm bored.
L193[04:22:57] <SF-MC> Project E is so much fun <3
L194[04:34:09] <SF-MC> uh
L195[04:34:10] <SF-MC> wow
L196[04:34:41] <SF-MC> I'm pulling over 60 fps
L197[04:34:46] <SF-MC> In a friggin 140 mod pack
L198[04:34:50] <SF-MC> holy shit
L199[04:35:00] <SF-MC> I have never gotten this good perf in *vanilla*
L200[04:35:40] <SF-MC> now if only I could get it fullscreen...
L201[04:37:49] <DeanIsaKitty> SF-MC: It is requested that you credit the mod on any lists as ProjectE, there is no space in the name.
L202[04:37:54] <DeanIsaKitty> :P
L203[04:38:08] <SF-MC> whatever
L204[04:38:15] <SF-MC> mr pedantic ;P
L205[04:38:17] <SF-MC> :P
L206[04:38:38] <DeanIsaKitty> They had to put that in the legal part of the readme because all the people get it wrong xD
L207[04:38:49] <SF-MC> why in the legal part?
L208[04:38:54] <DeanIsaKitty> idfk
L209[04:39:09] <DeanIsaKitty> Or do you mean why I call it that?
L210[04:39:16] <SF-MC> well
L211[04:39:19] <SF-MC> both
L212[04:39:22] <SF-MC> why not?
L213[04:39:40] <DeanIsaKitty> I call it that because it sounds like it was written by a lawyer :P
L214[04:39:47] <SF-MC> ah
L215[04:41:57] ⇦ Quits: SF-MC (~EiraIRC@131-191-86-130.as.clicknet.org) (Remote host closed the connection)
L216[04:50:40] ⇦ Quits: calclavia (uid15812@2001:67c:2f08:6::3dc4) (Quit: Connection closed for inactivity)
L217[04:54:11] *** cbcercas|AFK is now known as cbcercas
L218[05:02:44] * vifino grunts and curls up on Liz|OutWithFamily
L219[05:08:59] ⇦ Quits: Vexatos (~Vexatos@p200300556E6CB739ED3351B8AAB976C7.dip0.t-ipconnect.de) (Ping timeout: 189 seconds)
L220[05:22:21] ⇨ Joins: Vexatos (~Vexatos@p200300556E6CB731ED3351B8AAB976C7.dip0.t-ipconnect.de)
L221[05:22:22] zsh sets mode: +v on Vexatos
L222[05:24:47] ⇦ Quits: CompanionCube (~samis@osiris.stary2001.co.uk) (Quit: ZNC - http://znc.in)
L223[05:25:46] ⇦ Quits: surferconor425|Cloud (uid77899@id-77899.tooting.irccloud.com) (Quit: Connection closed for inactivity)
L224[05:29:07] <vifino> DeanIsaKitty: For mobile, a five char password is enough.
L225[05:29:11] <vifino> Emoji passwords op
L226[05:29:13] <vifino> :3
L227[05:33:18] <Izaya> isn't that like 20 bytes?
L228[05:33:44] <vifino> Izaya: 15, I think.
L229[05:34:37] ⇨ Joins: SF-MC (~EiraIRC@131-191-86-130.as.clicknet.org)
L230[05:35:28] <vifino> Should be 15, at least.
L231[05:35:38] <vifino> Like, 3 bytes per unicode character.
L232[05:36:47] <SF-MC> Minecraft isn't going super fast any more :(
L233[05:37:20] <SF-MC> oh there we go
L234[05:38:33] <SF-MC> We need a mod that lets you scale the UI however you please
L235[05:38:46] <SF-MC> That would be awesome
L236[05:41:33] <SF-MC> because ther Unicode font is superior
L237[05:41:48] <SF-MC> but it scales the UI down tons :(
L238[05:45:33] <dangranos> ^
L239[05:52:46] ⇦ Quits: SF-MC (~EiraIRC@131-191-86-130.as.clicknet.org) (Remote host closed the connection)
L240[05:58:29] ⇦ Quits: Jezza (~Jezza@185.44.151.67) (Ping timeout: 189 seconds)
L241[06:09:26] ⇨ Joins: Daiyousei (Daiyousei@2001:470:ca8f::3)
L242[06:11:10] ⇨ Joins: Jezza (~Jezza@185.44.151.67)
L243[06:13:30] ⇨ Joins: Negi (~Poireau@2a01:e34:ef13:4150:e2ca:94ff:fe1f:76e0)
L244[06:17:04] ⇨ Joins: newbie64 (Stary2001@2001:470:ca8f::8)
L245[06:17:26] *** newbie64 is now known as Stary2001
L246[06:19:26] *** amadornes[OFF] is now known as amadornes
L247[06:23:37] ⇨ Joins: CompanionCube (samis@2001:470:ca8f::1)
L248[06:27:40] ⇨ Joins: Turtle (~SentientT@82-171-92-73.ip.telfort.nl)
L249[06:28:10] ⇦ Quits: hitecnologys (~hitecnolo@193.169.52.115) (Ping timeout: 186 seconds)
L250[06:31:14] ⇨ Joins: Dyonovan (~Dyonovan@135-23-114-16.cpe.pppoe.ca)
L251[06:31:46] ⇨ Joins: hitecnologys (~hitecnolo@193.169.52.115)
L252[06:34:33] ⇦ Parts: Dyonovan (~Dyonovan@135-23-114-16.cpe.pppoe.ca) (Leaving))
L253[06:37:11] ⇨ Joins: Nachtara (~coob@50-83-108-134.client.mchsi.com)
L254[06:38:46] *** AntheusSleep is now known as Antheus
L255[06:51:13] ⇨ Joins: Fridtjof (prassel@2001:470:ca8f::6)
L256[07:07:44] ⇦ Quits: Stary2001 (Stary2001@2001:470:ca8f::8) (Quit: ZNC - http://znc.in)
L257[07:07:56] ⇨ Joins: Stary2001 (Stary2001@praise.ipv6.fossil.stary2001.co.uk)
L258[07:12:40] ⇨ Joins: ConcernedHobbit (me@irc.concernedhobbit.eu)
L259[07:19:48] <Vexatos> http://git.io/vzCla
L260[07:21:42] <Izaya> Vexatos, the most important feature
L261[07:21:52] <Vexatos> Indeed.
L262[07:27:22] *** cbcercas is now known as cbcercas|AFK
L263[07:29:03] ⇨ Joins: yoshifan (Mibbit@cpe-76-95-178-124.socal.res.rr.com)
L264[07:29:30] <yoshifan> Does anyone here know how to put audio on the Computronics tapes?
L265[07:29:45] <g> they're not audio tapes, are they? or are they?
L266[07:29:50] <Izaya> g, they are
L267[07:30:00] <Izaya> you have to first convert the audio to dfpwm
L268[07:30:04] <dangranos> ^
L269[07:30:07] <Izaya> then you have to write it to the tape with tape write
L270[07:30:08] <yoshifan> I've done that, or so I think
L271[07:30:13] <dangranos> you can use ytdl for that
L272[07:30:22] <yoshifan> I used lionray converter
L273[07:30:39] <dangranos> yoshifan: gonna shock you. There is online coverter of youtube videos
L274[07:30:55] <yoshifan> I am not converting youtube videos though
L275[07:30:58] <dangranos> ah
L276[07:31:00] <yoshifan> I am using a local WAV of some music
L277[07:31:07] <dangranos> aha
L278[07:31:16] <dangranos> then you can only use that :C
L279[07:31:18] <yoshifan> If I have to though, I'll use a YouTube downloader
L280[07:31:28] <dangranos> hm?
L281[07:31:33] <yoshifan> At this rate, I just want it to work XD
L282[07:31:41] <Izaya> nah the local one will work
L283[07:31:49] <Izaya> now you have to somehow get it to your computer
L284[07:31:56] <dangranos> ^
L285[07:31:58] <yoshifan> I just wrote it to the server folder
L286[07:32:03] <dangranos> um
L287[07:32:05] <yoshifan> and then used tape write with the file
L288[07:32:12] <dangranos> and?
L289[07:32:20] <yoshifan> when I play it, I get loud garbage
L290[07:32:30] <dangranos> :|
L291[07:32:34] <yoshifan> and it's not just my lack of taste in music
L292[07:32:45] <Izaya> did you write the wav or the dfpwm?
L293[07:32:55] <yoshifan> I wrote the dfpwm that lionray output
L294[07:32:56] <dangranos> you mean that it's not even close to original music?
L295[07:33:04] <yoshifan> well
L296[07:33:09] <yoshifan> it is video game music
L297[07:33:37] <dangranos> if you mean that it's low-quality... DEAL WITH IT
L298[07:33:42] <yoshifan> no, I mean
L299[07:33:46] <Izaya> try using the youtube downloader
L300[07:33:49] <yoshifan> there is no resemblence of the original song at all
L301[07:33:50] ⇨ Joins: MajGenRelativity (~MajGenRel@c-73-186-66-242.hsd1.ma.comcast.net)
L302[07:33:52] <yoshifan> alright
L303[07:33:59] <Izaya> if it still doesn't work there's another issue unrelated to the files
L304[07:34:19] <MajGenRelativity> Hi Izaya
L305[07:34:27] <yoshifan> Is there a specific downloader I should use?
L306[07:34:27] <dangranos> try this id dvBRwSQ1mx0
L307[07:34:42] <dangranos> uh, there are multiple?
L308[07:34:44] <yoshifan> pastebin ID?
L309[07:34:46] * Izaya does not know how the youtube downloader works
L310[07:34:48] <dangranos> ._.
L311[07:34:50] <Izaya> Hi MGR
L312[07:34:52] <dangranos> yoshifan: sec
L313[07:34:59] <MajGenRelativity> Izaya, I got TACEATS1 working
L314[07:35:03] <Izaya> I see.
L315[07:35:05] <dangranos> .op
L316[07:35:07] <Izaya> Where's the code?
L317[07:35:07] <dangranos> .oprg
L318[07:35:20] <MajGenRelativity> Izaya, no code is being released at this time
L319[07:35:27] <Izaya> so it isn't working
L320[07:35:27] <Izaya> k
L321[07:35:32] <MajGenRelativity> I can record a video of it working if you like
L322[07:35:51] <dangranos> yoshifan: so.. do you have opppm installed?
L323[07:36:02] <yoshifan> yep
L324[07:36:13] <MajGenRelativity> Izaya, it works, but I choose not to release the code
L325[07:36:27] <Izaya> MajGenRelativity, so it doesk'
L326[07:36:31] <Izaya> doesn't work
L327[07:36:37] <MajGenRelativity> What?
L328[07:36:42] <MajGenRelativity> I can prove it works
L329[07:36:59] <dangranos> yoshifan: install ytdl
L330[07:37:06] <Izaya> or you could release the code
L331[07:37:06] <MajGenRelativity> I will record a video and upload it in about 5 minutes
L332[07:37:08] <dangranos> that's some youtube dfpwm downloader
L333[07:37:15] <yoshifan> oh
L334[07:37:20] <MajGenRelativity> Izaya, I'm not releasing the code until I develop TACEATS2
L335[07:37:23] <dangranos> yoshifan: mhm
L336[07:37:34] <dangranos> MajGenRelativity: CODE OR OP IS LIAR
L337[07:37:39] <Izaya> ^
L338[07:37:47] <MajGenRelativity> or op is liar?
L339[07:37:49] <MajGenRelativity> what?
L340[07:38:15] <MajGenRelativity> what does that mean?
L341[07:38:21] <dangranos> OP - original poster
L342[07:38:24] <dangranos> aka you
L343[07:38:27] <MajGenRelativity> ah
L344[07:38:33] <MajGenRelativity> Even with video proof?
L345[07:38:38] <Izaya> yes
L346[07:38:41] <yoshifan> I am quite confused about all this
L347[07:38:43] <MajGenRelativity> um, what
L348[07:38:47] <dangranos> you could just hardcode some output into it
L349[07:38:57] <dangranos> yoshifan: welcome to #oc
L350[07:39:09] <g> I see here that computronics seems to require buildcraft "[7.0.6,"
L351[07:39:10] <MajGenRelativity> dangranos, I can get it to work with anybody
L352[07:39:13] <g> does that mean it'll work with later versions?
L353[07:39:29] <MajGenRelativity> yes
L354[07:39:32] <dangranos> yoshifan: are you confused by the current chat situation or by audio?
L355[07:39:38] <MajGenRelativity> I use a later BC version in my modpack
L356[07:39:44] <g> alright, great, thanks
L357[07:40:05] <MajGenRelativity> Izaya, dangranos, both of you are free to join my server and watch TACEATS1 work on you
L358[07:40:54] * XP01 waves
L359[07:41:02] <MajGenRelativity> Hi XP01
L360[07:41:13] <Izaya> MGR, where's the server info?
L361[07:41:16] <dangranos> MajGenRelativity: well.. i would like to
L362[07:41:28] <MajGenRelativity> Great!
L363[07:41:28] <yoshifan> it worked dangranos
L364[07:41:32] <yoshifan> thank you :D
L365[07:41:47] <MajGenRelativity> https://drive.google.com/open?id=1hIGINBp3BGoY_00Y4k9Lu0e4h6DF3k60ew-6UJUX13I
L366[07:41:47] <Izaya> yay yoshifan
L367[07:41:54] <MajGenRelativity> Just read and let me know if you agree to these rules
L368[07:42:01] <Izaya> https://lainchan.org/layer/src/1452950035064.jpg unrelated
L369[07:42:02] * dangranos is author of this piece of something called "ytdl"
L370[07:42:04] * XP01 looks at rules
L371[07:42:08] * XP01 throws them out
L372[07:42:11] <dangranos> XP01: heh
L373[07:42:14] * MajGenRelativity throws XP01 out
L374[07:42:27] ⇨ Joins: Lordmau5 (~Lordmau5@2a01:4f8:162:50e3::2)
L375[07:42:30] <Lordmau5> \o
L376[07:42:31] <dangranos> XP01: seriosly, i forget that things like those "rules" exists on irc
L377[07:42:45] <MajGenRelativity> hello Lordmau5
L378[07:42:56] <MajGenRelativity> dangranos, these are rules for my server
L379[07:43:00] <Izaya> MGR, looks reasonable enough, do we have a minimap?
L380[07:43:03] <Lordmau5> Hey, I'm checking through the OC-maven and noticed there is a 1.8.9-1.5.22.5
L381[07:43:08] <Lordmau5> 1.5.22.5-dev* sorry
L382[07:43:09] <MajGenRelativity> Izaya not with this minimap
L383[07:43:14] <MajGenRelativity> modpack*
L384[07:43:21] <MajGenRelativity> However, it will be coming due to popular demand
L385[07:43:21] <Izaya> damn
L386[07:43:22] <Izaya> oh well
L387[07:43:42] * XP01 reads rules
L388[07:43:50] * Izaya agrees to the rules
L389[07:44:04] <Izaya> XP01, do you speak entirely in \01ACTIONs?
L390[07:44:15] * XP01 does
L391[07:44:23] <Izaya> Interesting.
L392[07:44:30] <DeanIsaKitty> MajGenRelativity: You could probably put most of these rules in code to enforce them.
L393[07:44:33] * dangranos is doing that too sometimes
L394[07:44:45] <MajGenRelativity> DeanIsaKitty, what?
L395[07:44:45] <DeanIsaKitty> Izaya: He's stuck in 3rd person hour :d
L396[07:44:49] <DeanIsaKitty> *:D
L397[07:44:54] * dangranos flops
L398[07:45:03] <MajGenRelativity> dangranos, do you agree to the rules?
L399[07:45:06] <g> Lordmau5: alright?
L400[07:45:12] <Izaya> fun times DeanIsaKitty
L401[07:45:19] <DeanIsaKitty> MajGenRelativity: i.e. the rading rules could be pretty easily done with teams & attached world protection
L402[07:45:24] <Lordmau5> Hmm, what, g?
L403[07:45:26] <Lordmau5> rules?
L404[07:45:32] <MajGenRelativity> Dean, yeah
L405[07:45:41] <g> Lordmau5: what's the issue?
L406[07:45:43] <MajGenRelativity> However, world protection is pretty inflexible
L407[07:45:47] <dangranos> MajGenRelativity: hm
L408[07:45:50] <dangranos> sure
L409[07:45:51] <MajGenRelativity> For instance, technically anything is up for grabs
L410[07:45:57] <dangranos> anything?
L411[07:45:58] <MajGenRelativity> just not 60% or more of the net worth
L412[07:45:59] <Lordmau5> Well, forge-1696 made dev builds obsolete due to runtime-obfuscation, no?
L413[07:46:11] <dangranos> even, let's say.. programs?
L414[07:46:15] <DeanIsaKitty> MajGenRelativity: World protection is a concept, not a mod. You can put that into code easily still
L415[07:46:18] <Lordmau5> So I wonder why there is a 1.5.22.5-dev but not a normal one :3
L416[07:46:34] <MajGenRelativity> Dean, I'll follow up on that lead eventually
L417[07:46:45] <MajGenRelativity> dangranos, I don't like where you're going
L418[07:46:54] <dangranos> eh?
L419[07:47:07] <MajGenRelativity> Izaya and Dangranos, there is an IRC for my server #yuonsurvival
L420[07:47:09] <Lordmau5> runtime-deobfuscation* woops
L421[07:47:22] <dangranos> MajGenRelativity: ah, THAT server
L422[07:48:19] <MajGenRelativity> dangranos, what?
L423[07:48:48] <dangranos> the one on BTM
L424[07:48:53] <MajGenRelativity> yep!
L425[07:49:09] <MajGenRelativity> moeassasin helped out with the booth design a lot
L426[07:49:12] <Izaya> the one that possibly caused everything to explode
L427[07:49:19] * XP01 wasn't at BTM
L428[07:49:21] * XP01 is sad
L429[07:49:25] <MajGenRelativity> Izaya, naw
L430[07:49:34] * dangranos is sad that he missed ending keynote and pats XP01
L431[07:49:41] <Izaya> "It wasn't me, I swear!"
L432[07:49:49] <Izaya> I missed most of the second day
L433[07:49:53] * dangranos hehs
L434[07:49:56] *** Daiyousei is now known as Hanako_Ikezawa
L435[07:50:02] * dangranos highfives Izaya
L436[07:50:11] * XP01 highfives dangranos
L437[07:50:17] * Izaya highfives dangranos
L438[07:50:30] * XP01 highfives Izaya
L439[07:50:38] * dangranos grins and uses more "/me"s
L440[07:50:54] * XP01 cannot stop using /me's
L441[07:50:54] * Izaya highfives XP01
L442[07:51:07] * dangranos highfives XP01
L443[07:51:09] <Izaya> I wonder how hard it would be to make a client only output /mes
L444[07:51:19] <Izaya> Like you could probably abuse ZNC to do it
L445[07:51:24] * XP01 just types /me all the time
L446[07:51:27] * dangranos laughs at Izaya's statement and then start to think about it
L447[07:51:38] <Izaya> or even better
L448[07:51:38] <MajGenRelativity> so, Izaya, how goes the modpack?
L449[07:51:48] <Izaya> MajGenRelativity, creating a MultiMC instance now
L450[07:51:50] * dangranos guesses that this might involve a simple script for weechat to override the input field
L451[07:51:52] <MajGenRelativity> :)
L452[07:52:00] <Vexatos> Sangar, help
L453[07:52:02] * dangranos wonders where to get the modpack
L454[07:52:03] <Vexatos> I have a problem
L455[07:52:03] <MajGenRelativity> dangranos, do you want the mopdack for the server too?
L456[07:52:08] * dangranos nods
L457[07:52:20] <MajGenRelativity> join #yuonsurvival
L458[07:52:23] * dangranos pokes Vexatos and asks about this problem
L459[07:52:40] <Vexatos> dangranos, TIS-3D being too slow for this serial interface to work
L460[07:53:09] * dangranos tries to look as if he understands the problem. Not really
L461[07:53:17] <DeanIsaKitty> Vexatoast, define to slow
L462[07:57:06] <Lordmau5> Vexatoast best toast
L463[07:57:32] <Lordmau5> Hey, can someone give me a TL;DR for how to call a specific method on my TileEntity? - as in, what do I have to do and such
L464[07:58:36] <Lordmau5> Would save me some time to check if my implementation still works
L465[07:59:54] *** cbcercas|AFK is now known as cbcercas
L466[08:00:06] ⇦ Quits: CompanionCube (samis@2001:470:ca8f::1) (Quit: ZNC - http://znc.in)
L467[08:00:20] <Izaya> anyone want my patched John Smith Technician's Remix?
L468[08:00:30] ⇨ Joins: CompanionCube (samis@znc.stary2001.co.uk)
L469[08:02:04] <Lordmau5> aww... OC is crashing in my dev-env :(
L470[08:02:29] * vifino slaps DeanIsaKitty with a hug
L471[08:02:29] * EnderBot2 rulls on the floor laughing
L472[08:04:42] <Izaya> http://lain.shadowkat.science/~izaya/JSTR-2016-01-07.zip for anyone that wants it
L473[08:05:26] <DeanIsaKitty> vifino: Why?
L474[08:05:42] <vifino> DeanIsaKitty: because you don't respond! :<
L475[08:11:04] <Vexatos> Lordmau5, what are you even doing
L476[08:11:12] <Lordmau5> loading OC in my dev environment
L477[08:11:16] <Vexatos> No I mean
L478[08:11:19] <Lordmau5> whilst my TileEntity has the ManagedPeripheral and SimpleComponent
L479[08:11:20] <Lordmau5> huh?
L480[08:11:20] <Vexatos> What are you doing with OC
L481[08:11:26] <Vexatos> which tile entity
L482[08:11:27] <Lordmau5> applying integration into FFS again?
L483[08:11:29] <Vexatos> what type
L484[08:11:30] <Vexatos> AH
L485[08:11:31] <Vexatos> ok
L486[08:11:32] <Vexatos> well
L487[08:11:41] <Vexatos> do. not. use. SimpleComponent.
L488[08:11:47] <Lordmau5> Okay, good to know
L489[08:11:55] <Lordmau5> I used it in 1.7.10 and it worked fine - alternative way to do it now?
L490[08:12:04] <Vexatos> Lordmau5, http://git.io/vzC40
L491[08:12:15] <Vexatos> It's not that the old way doesn't work
L492[08:12:22] <Vexatos> it's just that you were stupid because you were using it :P
L493[08:12:33] <Lordmau5> oh :^)
L494[08:12:36] <Vexatos> Unless your tileentity is a dedicated "computer interface block"
L495[08:12:38] <Vexatos> or something like that
L496[08:12:41] <Lordmau5> Ah, okay
L497[08:12:45] <Vexatos> Like the Big Reactors one
L498[08:12:52] <Lordmau5> how would I return a ComponentName now though
L499[08:12:53] <Vexatos> that one should be Environment
L500[08:13:06] <Vexatos> Lordmau5, read the damn issue
L501[08:13:13] <Vexatos> I explain literally everything there :D
L502[08:13:15] <Lordmau5> grrr I am kinda in a hurry, gotta go in a few minutes
L503[08:13:23] <Lordmau5> TL;DR would be lovely :3
L504[08:13:32] <Vexatos> that issue is the TL;DR
L505[08:13:39] <Lordmau5> NamedBlock?
L506[08:13:42] <Vexatos> Yes
L507[08:13:45] <Vexatos> On the env
L508[08:14:07] <Lordmau5> env? or in the tile? huh?
L509[08:14:12] <Vexatos> Sangar, is there any way at all to make a serial port not buffer a value?
L510[08:14:21] <Vexatos> Lordmau5, don't touch the tile at all
L511[08:14:28] <Lordmau5> but but but
L512[08:14:28] <Vexatos> Nothing on the tile should relate to OC
L513[08:14:30] <Lordmau5> ManagedPeripheral
L514[08:14:36] <Lordmau5> >_> I don't get it
L515[08:14:39] <Vexatos> You can implement that on the ManagedEnvironment, too
L516[08:14:42] <Lordmau5> I'll read through when I get back in like 1-2h
L517[08:14:45] <Vexatos> READ THE ISSUE
L518[08:14:49] <Lordmau5> YESSIR GIVE ME 2H
L519[08:14:52] <Vexatos> <_>
L520[08:15:28] <Vexatos> Sangar, the issue is this: Flamingo wiggle strength changes once a tick, Casing might not be fast enough to read once a tick
L521[08:15:44] <Lordmau5> afk \op
L522[08:15:46] <Lordmau5> \o *
L523[08:15:49] <Vexatos> if I don't buffer the value manually, it will cancel writing before the casing is able to read anything
L524[08:15:58] <Vexatos> because it will cancel writing every tick
L525[08:16:09] <Vexatos> if I do buffer it, it will always have the value it had when you last read
L526[08:16:33] <Vexatos> thus, if you read, it gives you 0, then stores whatever the current value is (e.g. 18)
L527[08:16:47] <Vexatos> then, ten seconds later, you read again and it returns 18
L528[08:16:50] <Vexatos> no matter what
L529[08:16:57] <Vexatos> And I can't see any way to get around that
L530[08:17:14] ⇦ Quits: VikeStep (~VikeStep@101.184.165.77) (Quit: Leaving)
L531[08:17:28] <Vexatos> buffering makes the value always outdated
L532[08:17:36] <Vexatos> not buffering makes it fluctuate too much
L533[08:17:43] <Vexatos> making the serial port cancel writing once a tick
L534[08:18:13] <Antheus> Why must the postal service not run on sundays....
L535[08:18:18] * Antheus gouges eyes out
L536[08:18:26] <Vexatos> and there is no way for me to do anything about that because there is no step() and read() is called way too often ;_;
L537[08:18:55] <Antheus> ;_;
L538[08:34:32] <Skye> Beep
L539[08:34:35] <Antheus> boop
L540[08:36:04] ⇨ Joins: MrRatermat (~ratermat@host81-131-89-74.range81-131.btcentralplus.com)
L541[08:39:41] ⇨ Joins: Keanu73 (~Keanu73@host-89-243-143-250.as13285.net)
L542[08:44:37] <Izaya> MGR = Oracle confirmed
L543[08:46:01] ⇨ Joins: AlexisMachina (uid57631@id-57631.charlton.irccloud.com)
L544[08:52:30] ⇨ Joins: Inari (~Pinkishu@p5DEC648D.dip0.t-ipconnect.de)
L545[08:54:01] ⇦ Quits: Negi (~Poireau@2a01:e34:ef13:4150:e2ca:94ff:fe1f:76e0) (Quit: WeeChat 1.3)
L546[08:55:22] <MajGenRelativity> yes, I am Oracle
L547[08:57:21] * XP01 has Java
L548[09:00:40] ⇨ Joins: Temportalist (uid37180@id-37180.charlton.irccloud.com)
L549[09:03:35] <Izaya> XP01, OpenJDK > Oracle
L550[09:06:12] * dangranos flops on XP01
L551[09:07:00] ⇨ Joins: Nathan1852 (~Nathan185@HSI-KBW-134-3-200-62.hsi14.kabel-badenwuerttemberg.de)
L552[09:16:35] ⇦ Quits: yoshifan (Mibbit@cpe-76-95-178-124.socal.res.rr.com) (Quit: http://www.mibbit.com ajax IRC Client)
L553[09:20:28] <Izaya> in other news I can confirm that TACEATS1 sucks
L554[09:20:39] <Izaya> it basically polls a computronics radar block
L555[09:20:44] ⇦ Quits: Nathan1852 (~Nathan185@HSI-KBW-134-3-200-62.hsi14.kabel-badenwuerttemberg.de) (Read error: Connection reset by peer)
L556[09:20:51] <Izaya> super advanced stuff
L557[09:21:34] <Antheus> Izaya, NASA uses it for their radar
L558[09:21:46] <Antheus> It has a Google Ultron Toolbar
L559[09:22:30] <MajGenRelativity> Antheus, it does
L560[09:22:31] <MajGenRelativity> thank you
L561[09:24:06] ⇨ Joins: Nathan1852 (~Nathan185@HSI-KBW-134-3-200-62.hsi14.kabel-badenwuerttemberg.de)
L562[09:29:46] ⇦ Quits: Nathan1852 (~Nathan185@HSI-KBW-134-3-200-62.hsi14.kabel-badenwuerttemberg.de) (Quit: Bye :))
L563[09:33:50] ⇨ Joins: Nathan1852 (~Nathan185@HSI-KBW-134-3-200-62.hsi14.kabel-badenwuerttemberg.de)
L564[09:34:19] <Inari> http://www.pcgamesn.com/minecraft/minecraft-porn-has-seen-a-lot-of-ahem-recent-growth-on-pornhub
L565[09:39:07] <malcom2073_> Rule 34 strikes again
L566[09:39:34] ⇨ Joins: t3hero (~t3hero@2601:202:200:fb50:bdb7:a3f7:1500:7590)
L567[09:40:16] <dangranos> ._.
L568[09:40:17] <dangranos> wat
L569[09:40:19] <dangranos> what the fuck
L570[09:40:24] <dangranos> >on pornhub
L571[09:40:30] <dangranos> WHAT. THE. FUCK.
L572[09:40:52] <g> block porn has been an in-joke since classic
L573[09:40:59] <g> was only a matter of time until it actually happened
L574[09:44:01] ⇦ Quits: Nachtara (~coob@50-83-108-134.client.mchsi.com) (Quit: I appear to have flexed out of the room.)
L575[09:49:45] <Antheus> wat
L576[09:49:47] <Antheus> WAT
L577[09:50:34] <Antheus> Top Minecraft Related Searches: "Lets play minecraft"
L578[09:50:44] <Antheus> "trolled hard minecraft"
L579[09:50:59] <Antheus> Those poor kids who were just looking for a lets play
L580[09:51:05] <Lordmau5> Vexatos,
L581[09:51:32] <Lordmau5> I see the @Callback(doc... part in the methods I do. so far I assume function():number and :string are valid
L582[09:51:41] <g> well, Antheus, guess what
L583[09:51:43] <Lordmau5> what about Lists?
L584[09:51:44] <g> [SFW] http://www.pornhub.com/view_video.php?viewkey=ph55e3269544303
L585[09:52:12] <g> hilariously it looks like people are using it as youtube
L586[09:58:43] <Turtle> Hasn't people uploading 'regular' videos to porn sites been a running gag since the first human realized you can put porn on the internet?
L587[10:03:12] <Lordmau5> hmm... someone good with the ManagedEnvironment stuff :3?
L588[10:03:15] <Lordmau5> in terms of OC API
L589[10:04:03] <Lordmau5> when I had an error during the method-call, I did "throw new Exception(...);", but that's not possible in the @Callback stuff anymore - what's the better way to do it?
L590[10:04:33] <Lordmau5> or do I just append "throws Exception" after the Callback method in Java?
L591[10:05:47] ⇦ Quits: t3hero (~t3hero@2601:202:200:fb50:bdb7:a3f7:1500:7590) (Ping timeout: 198 seconds)
L592[10:08:36] *** Cranium[Away] is now known as Cranium
L593[10:13:46] <Inari> Lordmau5: dunno, could just return an error to lua?
L594[10:14:15] <Lordmau5> ye, but how
L595[10:14:34] <Lordmau5> well, I can figure that out later - I am currently trying to f igure out how to setup a damn OC computer ingame so I can call methods on my tile, lol
L596[10:15:16] <Lordmau5> ech, there we go
L597[10:15:27] <Inari> just return false and as second param a string htat describes the error?
L598[10:15:39] <Inari> or hm
L599[10:15:41] <Inari> no clue if you can lua-error
L600[10:15:42] <Inari> :p
L601[10:16:09] <Lordmau5> so apparently it's not even finding my component, even though it's on the back of the PC
L602[10:16:28] ⇨ Joins: Nachtara (~coob@50-83-108-134.client.mchsi.com)
L603[10:17:23] <Lordmau5> derp - because I wasn't calling my init() method in the OCCompatibility class, lol
L604[10:18:43] <Lordmau5> still not found, urgh
L605[10:19:28] <Lordmau5> do I only have to call Driver.add(new DRIVER_CLASS());?
L606[10:23:22] *** MajGenRelativity is now known as MGR|Sandstorming
L607[10:42:43] <Izaya> https://i.imgur.com/gAkyyiu.png 11/10 best base
L608[10:47:59] ⇨ Joins: dfo (webchat@cpe-173-95-179-34.nc.res.rr.com)
L609[10:48:19] <dfo> anyone know of a site where i can generate a grid? i want to make a 160x50 grid so i can plan a gui where i'll place buttons, etc
L610[10:48:46] <Izaya> generate a grid?
L611[10:48:57] <Izaya> if you're just planning you could use a spreadsheet
L612[10:49:44] <dfo> hmm
L613[10:56:51] *** Liz|OutWithFamily is now known as Liz|Out
L614[10:56:56] <Liz|Out> O/
L615[10:57:29] <MGR|Sandstorming> O/
L616[10:57:37] <Antheus> Hi Liz|Out
L617[10:58:07] <MGR|Sandstorming> Hi Antheus
L618[10:58:23] <Liz|Out> Hai
L619[10:59:05] <Inari> dfo: ever figured out your alt-rightclick too lthingy ?:P
L620[11:02:17] <vifino> LIZZY!!!!
L621[11:02:22] * vifino throws himself at Liz|Out
L622[11:02:26] <Inari> lol
L623[11:02:34] <Inari> get a room
L624[11:03:18] <Liz|Out> Ah
L625[11:03:37] <vifino> Inari: we already have one, thanks
L626[11:04:07] * Liz|Out catches vifino
L627[11:04:19] * vifino snuggles Liz|Out
L628[11:05:47] * Liz|Out snuggles vifino
L629[11:14:26] <Antheus> Liz|Out, how's it going?
L630[11:14:32] <Antheus> :<
L631[11:14:36] <Antheus> y u be away
L632[11:14:39] * Antheus hugs vifino
L633[11:14:54] * vifino stabs Antheus
L634[11:14:57] <Liz|Out> Phone doesn't Ibstock away
L635[11:15:08] <Liz|Out> *unmark
L636[11:15:43] * Liz|Out is in the basement of a pizza express in London
L637[11:16:25] ⇦ Quits: hydraz (matheus@heddw.ch) (Quit: Bai.)
L638[11:17:12] ⇨ Joins: hydraz (matheus@heddw.ch)
L639[11:19:38] ⇨ Joins: ahh11_ (webchat@cpc84033-pool15-2-0-cust1005.15-1.cable.virginm.net)
L640[11:20:12] <ahh11_> hi
L641[11:20:23] <ahh11_> is there an OC emulator of any kind for windows?
L642[11:20:30] <Antheus> I want pizza...
L643[11:20:32] <Antheus> but i
L644[11:20:38] <Antheus> 'm about to make so Budan sausage
L645[11:20:39] <Antheus> :)
L646[11:21:21] <ahh11_> Well, that answers my question
L647[11:22:22] <DeanIsaKitty> The Emulators that I've seen are either in C++ or in Lua. So yeah, they should work on windows. :P
L648[11:23:21] ⇨ Joins: Voidi (~tobias@cable-86-56-3-232.cust.telecolumbus.net)
L649[11:25:22] ⇦ Quits: ahh11_ (webchat@cpc84033-pool15-2-0-cust1005.15-1.cable.virginm.net) (Ping timeout: 204 seconds)
L650[11:27:02] <sugoi> !?
L651[11:27:30] <sugoi> DeanIsaKitty: gamax92's ocemu https://github.com/gamax92/OCEmu
L652[11:27:45] <sugoi> i use it daily, a LOT, on windows
L653[11:28:04] <vifino> sugoi: DeanIsaKitty wasn't the one asking.
L654[11:28:20] <DeanIsaKitty> sugoi: Did you actually read what I said? apparently not.
L655[11:28:20] <sugoi> i know - i was just throwing out the info in case someon else comes
L656[11:28:38] <sugoi> it was just info, for the next guy
L657[11:28:41] <DeanIsaKitty> I'll just quote: "So yeah, they should work on windows"
L658[11:29:10] <sugoi> to the question of "is there" i'm just saying a helpful answer could also be "yes, this one .."
L659[11:29:21] <DeanIsaKitty> Read that. Slowly. I can translate it if you need that.
L660[11:29:32] <sugoi> holy crap - why such aggresion?
L661[11:29:49] <DeanIsaKitty> sugoi: I don't want to redirect people to a specific program if there are several either.
L662[11:29:54] <Inari> i guess hte issue i have with ocemu is 5.2
L663[11:31:25] <sugoi> assuming i didn't read, sarcasm to translate. ok. just trying to be helpful :)
L664[11:32:00] <sugoi> my point was, he seemed to be asking for a suggestion of one, not if it is possible
L665[11:32:50] <DeanIsaKitty> And I was answering that there are more than one, but in a way that he does not expect support since I know that the authors that I know of do not like/support windows.
L666[11:34:15] <DeanIsaKitty> Also afaic there are no prebuilt binaries either, and he did not seem like a very profound programmer that likes compiling their stuff themselves.
L667[11:34:27] <sugoi> both excellent points
L668[11:34:54] <Inari> afaic?
L669[11:34:55] <DeanIsaKitty> So why the agression? Because I hate getting pinged with useless stuff. Sorry, I overreacted
L670[11:35:05] <sugoi> Inari: as far as i cnow
L671[11:35:07] <DeanIsaKitty> As far as i (can) C (see)
L672[11:35:11] <sugoi> :)
L673[11:35:14] ⇦ Parts: Voidi (~tobias@cable-86-56-3-232.cust.telecolumbus.net) ())
L674[11:35:49] ⇦ Quits: Nachtara (~coob@50-83-108-134.client.mchsi.com) (Quit: I appear to have flexed out of the room.)
L675[11:36:43] *** amadornes is now known as amadornes[Streaming]
L676[11:38:48] <sugoi> Inari: i wonder what keeps ocemu from going to 5.3
L677[11:38:55] <gamax92> again, luaffi
L678[11:39:00] <sugoi> ah
L679[11:39:07] <sugoi> haha
L680[11:39:10] <sugoi> that response was so fast
L681[11:39:13] <sugoi> i feel you were waiting for me to ask
L682[11:39:14] <gamax92> I need to test out that 5.3 patch for it and see if it works
L683[11:41:06] ⇦ Quits: Hanako_Ikezawa (Daiyousei@2001:470:ca8f::3) (Quit: WE ARE IN THE BEEEAAAAMMMM)
L684[11:41:17] ⇨ Joins: Daiyousei (Daiyousei@dai.is.best.fairy.stary2001.co.uk)
L685[11:42:16] *** Daiyousei is now known as Hanako_Ikezawa
L686[11:47:47] <gamax92> sugoi: oh guess what, that 5.3 patch was merged
L687[11:48:26] <sugoi> nice!
L688[11:49:50] <gamax92> well ... it still fails to build, will try from git >_>
L689[11:51:34] ⇦ Parts: Antheus (Antheus@2001:19f0:6800:8161:1:be:a:7001) (Leaving))
L690[11:51:58] ⇨ Joins: Antheus (Antheus@2001:19f0:6800:8161:1:be:a:7001)
L691[11:52:00] <Antheus> .-.
L692[11:52:26] <sugoi> sad?
L693[11:52:33] <gamax92> builds from git
L694[11:55:18] <gamax92> oh actually I think I might have derped ...
L695[11:55:44] <_habnabit> getting this error when building OC from git (e7f03846664e50367993940ce9efdadd2f7355de): http://pastebin.com/nh1Lzj5p -- not my pastebin, but i found it when looking for any additional information, heh
L696[11:55:57] <vifino> Always remember, greet your vifinoes.
L697[11:56:05] <gamax92> Hi vifino
L698[11:56:08] <_habnabit> it happens sporadically, and only when i first connect to the server
L699[11:56:14] <vifino> Hey gamax92!
L700[11:56:17] * vifino hugs gamax92
L701[11:56:38] <_habnabit> java.lang.ArrayIndexOutOfBoundsException: 16 at li.cil.oc.client.renderer.font.TextureFontRenderer$$anonfun$drawBuffer$1.apply$mcVI$sp(TextureFontRenderer.scala:50) so you don't have to click the link
L702[11:56:53] <gamax92> _habnabit: do you have fastcraft as well, else that pastebin is invalid
L703[11:57:08] <_habnabit> gamax92, no fastcraft. i can get my own stacktrace
L704[11:57:27] <_habnabit> gamax92, http://paste.pound-python.org/show/2g7Tng0xSJISI1RAO2iv/
L705[11:59:56] <gamax92> sugoi: luasec doesn't have 5.3 support btw, it builds but it's just referencing functions that don't exist anymore and thus won't load.
L706[12:00:42] <_habnabit> gamax92, i have another four crash reports from other times it crashed the same way if it might help
L707[12:01:50] <gamax92> I don't know what I'm looking at, Sangar isn't here, and Scala D:
L708[12:02:06] <_habnabit> haha ok
L709[12:03:45] <_habnabit> oh, it was caused by 58899fb82e53151427fc2899e0cf1c2ebead7025
L710[12:04:03] <_habnabit> i... don't know anything about gl, so i'm just going to revert it locally for now
L711[12:06:50] <gamax92> bah, my usage of the utf8 module is also completely incompatible with 5.3
L712[12:10:21] ⇦ Quits: dfo (webchat@cpe-173-95-179-34.nc.res.rr.com) (Quit: Web client closed)
L713[12:11:03] *** rakiru|offline is now known as Kasen
L714[12:11:12] <gamax92> x_x lua 5.3 has no utf8.sub
L715[12:12:59] <_habnabit> oh, yeah, the server logs have something that it says i should report
L716[12:13:56] <_habnabit> http://paste.pound-python.org/show/qwDF8CaR44rR5gQmsxxD/
L717[12:21:01] ⇨ Joins: PedroBarbosa (webchat@37.189.13.45)
L718[12:21:02] <PedroBarbosa> Hi
L719[12:21:06] <dangranos> hi
L720[12:21:31] <PedroBarbosa> Can anyone tell me a good program to make robots mine efficiently?
L721[12:21:32] <dangranos> note to self and everyone: don't read about diseases on wikipedia
L722[12:21:41] <PedroBarbosa> lol
L723[12:21:52] <dangranos> it's worse than any horror movie
L724[12:27:44] <gamax92> sugoi: meh.
L725[12:34:13] ⇨ Joins: Voidi (~tobias@cable-86-56-3-232.cust.telecolumbus.net)
L726[12:35:20] <sugoi> gamax92: haha, i'm not fretting. ocemu on 5.2 works great for me
L727[12:35:23] <sugoi> thanks for looking into it
L728[12:35:23] <Inari> dangranos: eh, at least you dont get as stuck as on tvtropes
L729[12:35:42] <dangranos> um..
L730[12:36:08] <Izaya> any wiki is equally effective if you understand the language
L731[12:36:21] <Inari> nah
L732[12:36:42] <Inari> youtube music is easy to get stuck on thouhg
L733[12:36:43] <Inari> ;-;
L734[12:36:46] <Vexatos> Lordmau5, ManagedEnvironment works exactly like SimpleComponent
L735[12:36:47] ⇦ Parts: Voidi (~tobias@cable-86-56-3-232.cust.telecolumbus.net) ())
L736[12:37:04] <Vexatos> Including you being able to implement ManagedPeripheral
L737[12:37:51] <Vexatos> Also Lordmau5 http://git.io/vzCaT wat
L738[12:38:14] <Inari> https://images.sankakucomplex.com/wp-content/uploads/2016/01/Upskirt-Umbrella-1.jpg lmao
L739[12:39:15] <Lordmau5> wah
L740[12:39:26] <Lordmau5> yes, what'S wrong with that now?
L741[12:39:29] <Lordmau5> ;_;
L742[12:39:53] <Vexatos> Lordmau5, "Created by Dustin"
L743[12:40:00] <Lordmau5> It is always appended
L744[12:40:03] <Lordmau5> give me a second, sorry
L745[12:40:03] <Vexatos> s/Created by Dustin/Stolen from Computronics/
L746[12:40:04] <MichiBot> <Vexatos> Lordmau5, "Stolen from Computronics"
L747[12:40:05] <Vexatos> thanks
L748[12:40:14] <Lordmau5> I forgot. I will add it right now
L749[12:40:21] <Vexatos> Well I don't care if it is, you can still change it :P
L750[12:40:24] <Inari> haha
L751[12:40:26] <Vexatos> I always mention authors of code I steal
L752[12:40:35] <alekso56> created by Vexatos
L753[12:40:40] <Vexatos> mostly (Sangar and CovertJaguar)
L754[12:40:40] <Lordmau5> I forgot :< sorry
L755[12:40:52] <Vexatos> s/mostly (/(mostly /
L756[12:40:52] <MichiBot> Vexatos: Invalid regex Unclosed group near index 8
L757[12:40:55] <Inari> just put in
L758[12:40:55] <Vexatos> <_>
L759[12:40:58] <Vexatos> damnit
L760[12:41:01] <Inari> Creatum a Vexaton
L761[12:41:10] <Lordmau5> *Created by Vexatoast*
L762[12:41:16] <Inari> nah
L763[12:41:22] <Inari> fake latin pisses hium off more
L764[12:41:31] ⇦ Quits: sciguyryan (~sciguyrya@128.127.104.83) (Remote host closed the connection)
L765[12:41:49] <Vexatos> Well at least you're using Callbacks now
L766[12:41:57] <Vexatos> ManagedPeripheral is for the lazy :P
L767[12:42:10] <Lordmau5> Vexatos creatum hoc.
L768[12:42:22] <Lordmau5> I am using Callbacks, yes
L769[12:42:30] <Lordmau5> but I can't even call stuff ingame on the valve through OC
L770[12:42:34] <Lordmau5> because it's not being recognized :>
L771[12:42:36] <Vexatos> Lordmau5, do you even Adapter
L772[12:42:49] <Lordmau5> Do I look like Adapater?
L773[12:42:51] <Lordmau5> probably not :/
L774[12:42:59] <Inari> adapation
L775[12:43:31] <Vexatos> Lordmau5, you need an adapter placed next to the block
L776[12:43:38] <Vexatos> that adapter you then connect to the OC net
L777[12:43:53] <Lordmau5> https://github.com/Lordmau5/FFS/commit/b5c72da00011145bb2349b397676e53da1dae388
L778[12:44:06] <Lordmau5> oh, *that*s how that works
L779[12:44:13] <Lordmau5> I'll check on that later again - currently playing a bit of Osu
L780[12:44:38] <Inari> not sure i even understand the idea of putting those things into your files
L781[12:45:52] <Vexatos> Lordmau5, you are only supposed to be able to directly connect things that are actually computer-related blocks
L782[12:46:01] <Vexatos> Drivers are made for "interface with some random block"
L783[12:47:10] <Lordmau5> ah
L784[12:49:41] *** cbcercas is now known as cbcercas|AFK
L785[12:50:11] <g> Lordmau5: you play osu and you're not in #osu !?
L786[12:50:14] ⇦ Quits: PedroBarbosa (webchat@37.189.13.45) (Ping timeout: 204 seconds)
L787[12:50:28] <g> heathen!
L788[12:50:29] <Lordmau5> why would I be?
L789[12:50:34] <Lordmau5> god, that would bring more cancer upon me
L790[12:50:37] <g> lol
L791[12:50:39] <Lordmau5> I am already braindead after being live at AGDQ
L792[12:50:39] <Inari> i still want a rhythm game i can actually play by just going by the rhythm
L793[12:50:40] <Lordmau5> :p
L794[12:50:44] <Inari> aka blindfolded
L795[12:50:55] <Lordmau5> taiko
L796[12:50:57] <Lordmau5> kinda...
L797[12:51:01] <Inari> live at agdq? nice
L798[12:51:04] <g> yeah, taiko, if you can memorize it
L799[12:51:06] <g> or maybe mania
L800[12:51:14] <Inari> well
L801[12:51:16] <Lordmau5> wasn't speedrunning anything at AGDQ, but I met all the people there
L802[12:51:19] <Inari> i dont want to pre-memorize it :P
L803[12:51:33] <Lordmau5> g, you playin' Osu, too?
L804[12:53:50] <g> Lordmau5: Used to, not anymore
L805[12:53:52] <XDjackieXD> I play it too but I haven't played for ages :P
L806[12:53:53] <Lordmau5> boo
L807[12:54:00] <Lordmau5> and then you moan at me for not being in that channel?
L808[12:54:02] <g> don't like the community but my friend runs a #osu on esper
L809[12:54:02] <Lordmau5> pfft, casual
L810[12:55:11] <Lordmau5> who gives a damn about the community?
L811[12:55:25] <Lordmau5> it's always been pure cancer with all the stuff like "OUR GOD COOKIEZI IS BACK" and similar recently
L812[12:55:57] <g> well, exactly
L813[12:56:16] <g> from what I've heard, a lot of the BATs are corrupt as well
L814[12:56:18] <Inari> so much cancer
L815[12:56:36] <Lordmau5> oh god yes
L816[12:56:43] <Inari> are you sure everyone in the community is cancer? that would be kind of impressive
L817[12:57:03] <Inari> i mean there gotta be some virgins, surely?
L818[12:57:07] <Lordmau5> lmao
L819[12:57:09] <Lordmau5> shots fired
L820[12:57:25] <Lordmau5> well, I play the game for playing the game - not for being a part of the community
L821[12:57:36] <Inari> nah
L822[12:57:41] <Inari> just poking fun at "cancer" :P
L823[12:57:57] <g> there aren't enough mid-range maps
L824[12:58:13] <g> there are lots of maps that are too easy, and lots that are too hard
L825[12:58:32] <g> the community is toxic about that a fairly large portion of the time when you make that complaint
L826[12:58:38] <g> and the BATs aren't interested in approving anything else
L827[12:58:50] <Inari> cause astrology star signs
L828[12:58:51] <Inari> and virgo
L829[12:58:53] <Inari> and cancer
L830[12:58:54] <Inari> and you know
L831[12:59:16] <Lordmau5> mid-range
L832[12:59:17] <Lordmau5> pfft
L833[12:59:22] <Lordmau5> 0108 or go home
L834[12:59:39] <Inari> i also want a good dance game
L835[12:59:39] <Inari> :<
L836[12:59:49] <g> it's also, yknow, not a good example of a rythm game :P
L837[12:59:54] <g> but that's another story
L838[13:00:09] <Lordmau5> you have to blame the BAT for that
L839[13:00:18] <Lordmau5> for the lack of mid-range maps
L840[13:00:23] <Lordmau5> and ye
L841[13:00:25] <Inari> why do i seem to emit ender particles ever since i gto nanomachines
L842[13:01:35] <g> I'd guess it's part of the nanomachines?
L843[13:01:51] <g> Lordmau5: speaking of agdq, I wish I was around when they did the oracle of ages run
L844[13:02:00] <g> the recorded version has a ton of echo and is basically unwatchable
L845[13:02:20] <Lordmau5> was like that with a couple of runs
L846[13:02:26] <Lordmau5> they fucked up the audio horrendously on the Portal 2 run
L847[13:02:37] <Inari> anyone got drone swarm software?
L848[13:02:39] <Lordmau5> game audio was close to the voice of the people
L849[13:02:56] <g> I was surprised that they didn't fix it midway through the run though
L850[13:03:36] <gamax92> sugoi: lua 5.3 supported
L851[13:04:13] <Inari> downsides of railcraft:Y our stuff can decide to just randomly stop working cause chunkloading
L852[13:04:29] <gamax92> please note if you want to use ocemu from it's latest commit or further, you'll have to redo your luarocks utf8, it's been changed to use the luautf8 variant that has a 5.3 compatible naming
L853[13:08:18] <Lordmau5> Vexatos,
L854[13:08:27] <Vexatos> Lordmau5,
L855[13:08:30] <Lordmau5> I have to plug an adapter next to my tile and then it should work?
L856[13:08:34] <Lordmau5> I'll quickly check on that again right now
L857[13:08:58] <Inari> i hate modded mc ;-;
L858[13:09:27] <Inari> everything always just keeps breaking :P
L859[13:09:29] <Lordmau5> we all do
L860[13:09:40] <Lordmau5> now guess why I went on a 3month hiatus back in September? lol
L861[13:09:53] <Inari> im not sure a hiatus solves that
L862[13:09:54] <Inari> :P
L863[13:09:57] <gamax92> ^
L864[13:10:04] <Lordmau5> it doesn't
L865[13:10:06] <Inari> and i dont really have something else to play for this
L866[13:10:09] <Lordmau5> but it gave me a clear mind again from MC
L867[13:10:16] <Lordmau5> oh, I spent a lot of time in Rocket League recently
L868[13:10:23] <Inari> eh
L869[13:10:26] <Lordmau5> the fact that I mainly mod MC and not even play it is not that uncommon either
L870[13:10:35] <Inari> "oh you have some nice pipes there, would be a shame if they suddenly stpo working"
L871[13:10:35] <Inari> sigh
L872[13:11:04] <Inari> and im not going to babysit all the stupid pipes i plan touse
L873[13:11:16] <g> minecraft really is the only game I've seen with such a horrific modding setup
L874[13:11:25] <Lordmau5> why does the creative computercase need energy? lol
L875[13:11:27] <Inari> sadly its also the only game like this
L876[13:11:35] <Lordmau5> g, it's still better than coding mods in C++
L877[13:11:36] <Lordmau5> trust me
L878[13:11:48] <Inari> how so?
L879[13:11:54] <Lordmau5> well
L880[13:11:54] <g> shared objects are a thing
L881[13:11:59] <Vexatos> Lordmau5, it doesn'rt
L882[13:12:02] <Vexatos> doesn't*
L883[13:12:05] <Lordmau5> well
L884[13:12:09] <Vexatos> it provides infinite energy itself
L885[13:12:10] <Lordmau5> it requires me to put a power converter next to it
L886[13:12:15] <Lordmau5> nope
L887[13:12:18] <Vexatos> yep
L888[13:12:19] <Lordmau5> it doesn't turn on
L889[13:12:20] ⇨ Joins: Nachtara (~coob@50-83-108-134.client.mchsi.com)
L890[13:12:22] <Inari> it doesnt
L891[13:12:22] <Lordmau5> I need the power converter
L892[13:12:28] <Inari> i never needed a power converter
L893[13:12:31] <Vexatos> Are you sure it's the power...
L894[13:12:33] <Vexatos> like
L895[13:12:37] <Vexatos> Right clikc with analyzer
L896[13:12:39] <Vexatos> and tell me
L897[13:12:42] <Lordmau5> https://i.lordmau5.com/1452971556-548
L898[13:12:45] <Lordmau5> Not enough energy.
L899[13:12:53] <Vexatos> wat
L900[13:12:54] <Lordmau5> same for the analyzer
L901[13:12:57] <Vexatos> SANGAR
L902[13:13:04] <Inari> #BlameSangar
L903[13:13:08] <Lordmau5> https://i.lordmau5.com/1452971580-549 works fine with a power converter
L904[13:13:11] <gamax92> SangarDidIt
L905[13:13:18] <Lordmau5> nevermind it doesn't
L906[13:13:19] <Lordmau5> https://i.lordmau5.com/1452971595-550
L907[13:13:20] <Lordmau5> xD
L908[13:13:38] <Lordmau5> so without the power converter, it doesn't start at all. with a power converter (and no energy that is flowing into that), it shows that error
L909[13:13:45] <Lordmau5> oh no wait
L910[13:13:46] <Lordmau5> ditch that
L911[13:13:50] <Lordmau5> forget the 2nd screen!
L912[13:13:57] <Lordmau5> I juts didn't turn it on *failfish*
L913[13:14:06] <Inari> wat
L914[13:14:11] <Lordmau5> well
L915[13:14:15] <Lordmau5> the power converter is necessary
L916[13:14:21] <Lordmau5> fact.
L917[13:16:00] <Lordmau5> also, adding "throws Exception" to the @Callback works
L918[13:16:16] <gamax92> throws Throwable
L919[13:16:24] <g> lol
L920[13:16:27] <Lordmau5> that'll give me snowballs, right?
L921[13:16:30] <g> way to be nonspecific right
L922[13:16:44] <Lordmau5> :p
L923[13:16:54] <Inari> Liz|Out: hows your MC server doing? :P
L924[13:17:25] <gamax92> public static Object takesObject(Object object1, Object object2)
L925[13:17:55] <Lordmau5> wat
L926[13:18:34] <vifino> Inari: it's semi-dead-yet-soon-to-be-reborn.
L927[13:18:52] <vifino> under a different name, she isn't sure of the name yet tho
L928[13:18:58] <vifino> and I'm not much of a help :P
L929[13:19:07] <Vexatos> Lordmau5, indeed
L930[13:19:09] <Inari> LizzyCraft
L931[13:19:14] <Lordmau5> so yes, OC support is in now as well
L932[13:19:15] <Vexatos> throwing any exception will raise a Lua error
L933[13:19:24] <Lordmau5> \o/
L934[13:19:25] <vifino> Inari: Just... no.
L935[13:19:45] <gamax92> OpenLizzy
L936[13:19:51] <Vexatos> Preferred exceptions are IllegalArgumentException, IllegalStateException etc.
L937[13:20:00] <Vexatos> i.e. have the kind of fit to what you are doing
L938[13:20:34] <vifino> gamax92: Only I can see her source, if you know what i mean ;)
L939[13:20:37] * vifino hides
L940[13:21:13] <Vexatos> OpenSauce ;_;
L941[13:21:24] <Inari> Magination
L942[13:21:26] <Inari> :P
L943[13:21:30] <Lordmau5> Image
L944[13:21:31] <Lordmau5> Magination
L945[13:21:43] <Inari> Don't think
L946[13:21:46] <Inari> imagine!
L947[13:21:48] <Vexatos> private final Set<Pair<Rack, Queue<Set<Rack>>>> boomQueue = new HashSet<Pair<Rack, Queue<Set<Rack>>>>() still one of my favourite lines in Computronics
L948[13:21:50] <Lordmau5> Image in!
L949[13:22:02] <gamax92> Giraffics Interchange Format
L950[13:22:23] <Inari> GIF
L951[13:22:24] *** cbcercas|AFK is now known as cbcercas
L952[13:22:27] <Inari> define: GIF
L953[13:22:31] <Inari> GIF Interchange Format
L954[13:22:33] <Vexatos> It's special even though it does look quite generic
L955[13:22:36] <Vexatos> if you know what I mean
L956[13:23:01] <Inari> Vexatos: the heck is that
L957[13:23:09] <g> it's racks on racks on racks
L958[13:23:34] <Vexatos> Inari, that's the Computronics SSD
L959[13:24:30] <Inari> why are you making a rack st into a queue and pair it iwth another rack in a set
L960[13:27:23] <Vexatos> Inari, that's what the SSD does
L961[13:27:51] <Vexatos> The Server Self-Destructor cleans not only the rack it is in, but also any adjacent rack in a 16 block radius
L962[13:27:52] <Vexatos> :D
L963[13:28:08] <Vexatos> so the Queue is the list of racks to clean
L964[13:28:17] <Vexatos> it contains a bunch of sets of racks to clean at once
L965[13:28:25] <Vexatos> (the thing can only clean 6 racks every 5 ticks)
L966[13:28:50] <Vexatos> and the left side of the pair is the source rack, simply used for having a world object available
L967[13:50:57] * XP01 waves
L968[13:51:19] <MGR|Sandstorming> hi XP01
L969[13:51:39] * Saphire boops XP01 with her paw
L970[13:51:51] * XP01 is booped
L971[13:52:16] <jhagrid7> Heyo everyone
L972[13:53:25] <MGR|Sandstorming> Hi jhagrid7
L973[13:54:49] <jhagrid7> How are you
L974[13:55:06] <MGR|Sandstorming> good
L975[13:55:14] <jhagrid7> That's good
L976[13:55:17] * XP01 waves to jhagrid7
L977[13:55:42] ⇨ Joins: Kodos (webchat@108-226-6-195.lightspeed.stlsmo.sbcglobal.net)
L978[13:55:42] zsh sets mode: +v on Kodos
L979[13:55:58] <gamax92> hey Kodos
L980[13:56:13] <Kodos> o/
L981[13:57:16] <MGR|Sandstorming> hey Kodos
L982[13:57:17] <jhagrid7> /me waves to XP01
L983[13:57:28] * XP01 waves to Kodos
L984[13:58:17] <Kodos> Herro all
L985[13:58:25] <Kodos> Have I missed anything interesting/important
L986[13:58:39] <gamax92> Kodos: ocemu has 5.3 support now
L987[13:58:43] <Kodos> Cool
L988[13:58:48] <gamax92> is that interesting or important? :P
L989[14:00:33] <Kodos> A bit of both
L990[14:00:35] <Kodos> 5.3 is gewd
L991[14:00:53] <jhagrid7> What's ocemu used on?
L992[14:02:03] <gamax92> Confirmed: OS X, Windows, Linux, and FreeBSD(?)
L993[14:11:49] <Lordmau5> wow Vex
L994[14:11:59] <Vexatos> ?
L995[14:12:05] <Lordmau5> don't you know what a unction is?
L996[14:12:10] <Lordmau5> have you been living under a rock?
L997[14:12:25] <Vexatos> I haven't uncted in a while
L998[14:13:14] <Lordmau5> that explains it
L999[14:13:47] <Lordmau5> There is no unction anymore
L1000[14:13:50] <Lordmau5> https://github.com/Lordmau5/FFS/commit/a708556e833539ee94de93802dd2d27dc0670932 what are you talking about?
L1001[14:17:31] *** MGR|Sandstorming is now known as MGR|away
L1002[14:19:08] <Kodos> So, ideas for rack mountables, go
L1003[14:19:20] <gamax92> is that 1.6 stuff?
L1004[14:19:25] <Kodos> Yes
L1005[14:19:39] <MGR|away> severs
L1006[14:19:40] <MGR|away> duh
L1007[14:19:49] <MGR|away> other than that.....
L1008[14:20:11] <MGR|away> Redstone IO blocks?
L1009[14:20:20] <Vexatos> Kodos, want to give me ideas?
L1010[14:21:23] <Kodos> Vexatos: Hoping to
L1011[14:21:34] <Kodos> I keep drawing blanks
L1012[14:21:45] <Kodos> Other than RAIDs, there's nothing I really need
L1013[14:21:58] <Kodos> But new things would give me more ideas of things to make/do
L1014[14:24:23] <Shuudoushi> http://i.imgur.com/nuSGSyq.jpg
L1015[14:25:22] <Inari> Vexatos: ... interesting :P
L1016[14:25:37] <Inari> so uh
L1017[14:25:40] <Inari> why not like
L1018[14:25:41] <Inari> use tnt
L1019[14:26:10] <Vexatos> Inari, wat
L1020[14:26:14] <Vexatos> do you even computer science
L1021[14:26:19] <MGR|away> tnt=computer
L1022[14:26:22] *** MGR|away is now known as MGR
L1023[14:26:25] <MGR> of course
L1024[14:26:28] <Inari> well it does the job, can clear and infinite amount of racks
L1025[14:26:29] * Skye sighs
L1026[14:26:29] <Inari> and yeah
L1027[14:26:32] <Vexatos> Why do the boring thing
L1028[14:26:36] <Vexatos> when there is a less lame option?
L1029[14:26:38] <Skye> what's going to happen to this issue? https://github.com/MightyPirates/OpenComputers/issues/1597
L1030[14:26:51] <Vexatos> Skye, Nothing
L1031[14:26:51] <Vexatos> I hope
L1032[14:27:01] <Skye> wha?
L1033[14:27:21] <Shuudoushi> http://i.imgur.com/FLiLsqK.jpg
L1034[14:28:25] <Skye> should I start making a PR?
L1035[14:28:49] <g> Shuudoushi: as the owner of a dashchund, seems accurate
L1036[14:29:02] <Shuudoushi> lol, ikr XD
L1037[14:29:25] <g> well, a miniature dashchund
L1038[14:29:26] <g> :P
L1039[14:29:56] <Shuudoushi> O.O
L1040[14:30:03] <Shuudoushi> pics or it didn't happen!
L1041[14:30:26] <Vexatos> Skye, please no
L1042[14:30:37] <Vexatos> >Dachshund
L1043[14:30:59] <Vexatos> Why do non-Germans call it after a German name
L1044[14:31:01] <MGR> Skye, I think your original idea is fairly decent
L1045[14:31:03] <Vexatos> if the German name is Dackel
L1046[14:31:06] <Vexatos> I don't get that
L1047[14:31:30] <Vexatos> It's like the German "Handy" ;_;
L1048[14:31:48] <g> Shuudoushi, https://dl.dropboxusercontent.com/u/1547120/ShareX/2016/January/80bc3261-c93e-47d5-91c4-5554f997c8b7.jpg
L1049[14:31:49] <Corded> g: 47d5 = 127 ~ 2.7
L1050[14:32:01] <g> Shuudoushi, https://dl.dropboxusercontent.com/u/1547120/ShareX/2016/January/IMG_1452083063785-40292559.jpg
L1051[14:32:06] <g> Corded, wat
L1052[14:32:14] <Inari> lol
L1053[14:32:28] <Inari> 6d1
L1054[14:32:37] <g> 47d5
L1055[14:32:38] <Corded> g: 47d5 = 154 ~ 3.3
L1056[14:32:42] <Inari> 6d2
L1057[14:32:43] <Corded> Inari: 6d2 = 8 ( 1, 2, 1, 1, 1, 2 ) ~ 1.3
L1058[14:32:50] <Skye> Vexatos, why?
L1059[14:32:52] <Inari> 1337d42
L1060[14:32:54] <Vexatos> 244dπ
L1061[14:33:03] <Vexatos> Skye, Still don't like it
L1062[14:33:05] <Shuudoushi> g: near cuteness overload right there
L1063[14:33:05] <Vexatos> too powerful
L1064[14:33:12] <g> you can see he's grown a lot
L1065[14:33:12] <g> :P
L1066[14:33:22] <g> first one was 1-2 months ago
L1067[14:33:34] <Kodos> http://gfycat.com/PositiveElderlyEarwig
L1068[14:33:43] <Skye> Vexatos, you can do it with a linked card a spoofing card
L1069[14:33:48] <Shuudoushi> I think Corded has a glitch >.>
L1070[14:33:49] <Inari> i see your IRC
L1071[14:33:57] <Inari> Shuudoushi: what glitch
L1072[14:34:00] <g> Kodos: MOVE SLOWER
L1073[14:34:10] <Stary2001> it's picking up *d* in the middle of messages, Inari
L1074[14:34:19] <g> probably not a bug
L1075[14:34:19] <Inari> orly
L1076[14:34:20] <Inari> xD
L1077[14:34:20] <Stary2001> so if i do 1d6 it does this
L1078[14:34:20] <Corded> Stary2001: 1d6 = 2
L1079[14:34:21] <Shuudoushi> Inari: running math routines on URLs
L1080[14:34:22] <g> just didn't expect it in a url
L1081[14:34:26] <Vexatos> Skye, then there is no need for it
L1082[14:34:30] <Vexatos> if you can already do it
L1083[14:34:36] <Inari> Kodos: neat
L1084[14:34:41] <g> 2d2
L1085[14:34:42] <Corded> g: 2d2 = 3 ( 1, 2 ) ~ 1.5
L1086[14:34:50] <g> 781231123d192837123
L1087[14:34:53] ⇦ Quits: MGR (~MajGenRel@c-73-186-66-242.hsd1.ma.comcast.net) (Ping timeout: 198 seconds)
L1088[14:34:55] <Skye> Vexatos, there is a diffference between convoluted for no good reason
L1089[14:34:56] * g shrugs
L1090[14:35:11] <Inari> 42d9
L1091[14:35:11] <Corded> Inari: 42d9 = 205 ~ 4.9
L1092[14:35:16] <g> 99d99
L1093[14:35:17] <Corded> g: 99d99 = 5265 ~ 53.2
L1094[14:35:21] <g> 999d999
L1095[14:35:28] <Inari> ooooh
L1096[14:35:35] <Shuudoushi> I wonder if we can make corded crash by sending it a shit ton of commands to it...
L1097[14:35:37] <Inari> what was the channel to mess with bots again?
L1098[14:35:37] <g> you see what I'm trying to do right
L1099[14:35:37] <g> :P
L1100[14:35:38] <sugoi> Kodos: did you make that?
L1101[14:35:44] <g> I think it was #bots
L1102[14:35:47] <Vexatos> Skye, wrong
L1103[14:35:52] <Vexatos> Why remove fun
L1104[14:35:55] ⇨ Joins: MajGenRelativity (~MajGenRel@c-73-186-66-242.hsd1.ma.comcast.net)
L1105[14:36:04] <Vexatos> option a: Code it for people, option b: make people code it
L1106[14:36:07] <Vexatos> in a mod about coding
L1107[14:36:19] <Vexatos> guess what should be preferred
L1108[14:36:26] <g> a
L1109[14:36:29] <Skye> Vexatos, the linked card is way too expensive for this
L1110[14:36:38] <Vexatos> is it?
L1111[14:36:40] <Vexatos> one emerald
L1112[14:36:42] <Skye> Why is it overpowered?
L1113[14:36:44] <Vexatos> 1 diamond
L1114[14:36:51] <Inari> modded MC currently is like "here haev 500000 resoruces"
L1115[14:36:53] <Skye> >emerald
L1116[14:36:53] <Inari> so, costs
L1117[14:36:57] <Vexatos> wait no
L1118[14:36:57] <Skye> I HATE EMERALDS
L1119[14:36:58] ⇨ Joins: Doty1154 (~Doty1154@2601:648:8002:c1a1:e534:e360:1c8:b569)
L1120[14:36:59] <Vexatos> 1 ender pearl
L1121[14:37:02] <Vexatos> and one diamond
L1122[14:37:06] <Skye> also
L1123[14:37:09] <Skye> seriously...
L1124[14:37:13] <Skye> how is over powered
L1125[14:37:17] <Shuudoushi> just melt down villagers
L1126[14:37:20] <Vexatos> Spoofing isn't supposed to be easy, skye :P
L1127[14:37:28] <MajGenRelativity> Spoofing card is super easy
L1128[14:37:48] <MajGenRelativity> regular modem message+sender address
L1129[14:37:56] <Kodos> Spoofing card is a thing, and is easy. Sniffing should not be a thing at all
L1130[14:38:03] <Skye> Kodos, why not?
L1131[14:38:04] *** MajGenRelativity is now known as MGR
L1132[14:38:06] <Vexatos> Exactly
L1133[14:38:14] <MGR> Sniffing should be a thing
L1134[14:38:15] <g> sniffing is useful for debugging
L1135[14:38:18] <MGR> It is more realistic
L1136[14:38:22] <Vexatos> Skye, there should be SOME way of security
L1137[14:38:28] <Skye> Vexatos, NO
L1138[14:38:28] * MGR sniffs up Vexatos
L1139[14:38:28] <g> encryption
L1140[14:38:32] <MGR> yes
L1141[14:38:34] <Skye> g++
L1142[14:38:35] <Inari> Vexatos: thats what the cipher block is for
L1143[14:38:43] <Vexatos> Inari, data card*
L1144[14:38:46] <Skye> and the data card
L1145[14:38:47] <MGR> in the end, it should come down to who has the most insane encryption
L1146[14:38:48] <Inari> whatever you call it now
L1147[14:38:49] <Vexatos> Noone uses the cipher block anymore
L1148[14:39:01] <MGR> data card functions are easy to break, I think
L1149[14:39:08] <Vexatos> not with Lua
L1150[14:39:20] <MGR> just take a message and use the de-crypt functions until gibberish turns into sense?
L1151[14:39:25] <Vexatos> They are faster, easier to use
L1152[14:39:30] <MGR> Am I wrong with that?
L1153[14:39:33] <Vexatos> and almost unbreakable with Lua
L1154[14:39:42] <Inari> Vexatos: well sadly you arent restricted to lua
L1155[14:39:43] <Inari> so
L1156[14:39:49] <MGR> Why can you not use the xxxx.decrypt()?
L1157[14:40:05] <g> even computercraft has a block peripheral for doing real crypto
L1158[14:40:25] <g> although I suppose you could just use that
L1159[14:40:32] <Inari> um
L1160[14:40:39] <MGR> decode64
L1161[14:40:39] <Inari> so uhhh
L1162[14:40:40] <Skye> The ONE thing that I prefer from CC over OC is CC's modem based networking
L1163[14:40:44] <MGR> wait, hold on
L1164[14:40:45] <Inari> how do i encrypt stuff with data card
L1165[14:40:45] <Vexatos> g: Computronics adds one
L1166[14:40:50] <Vexatos> immibis' Peripherals adds one
L1167[14:40:53] <Vexatos> that's about it
L1168[14:40:57] <MGR> md5(data:string):string
L1169[14:40:57] <MGR> Computes MD5 hash of the data. Result is in binary format
L1170[14:40:59] <g> immibis' is what I used before OC
L1171[14:41:00] <Vexatos> Computronics adds two, actually
L1172[14:41:01] <Inari> Vexatos: i dont get it
L1173[14:41:01] <MGR> how does one un-hash?
L1174[14:41:15] <g> I have computronics but haven't really bothered trying to code anything with OC
L1175[14:41:18] <g> I dislike lua too much to bother
L1176[14:41:25] <Vexatos> g: Computronics is a CC addon too >_>
L1177[14:41:31] <g> I know
L1178[14:41:31] <Inari> data card seems to have zeor methods usable for encrypting stuff
L1179[14:41:38] <MGR> encode65
L1180[14:41:42] <MGR> 64*
L1181[14:41:51] <Inari> thats.. not encryption?
L1182[14:41:51] <MGR> right?
L1183[14:41:56] <MGR> what?
L1184[14:42:00] <MGR> what does it do then XD
L1185[14:42:06] <Inari> turns the stuff into b64? :P
L1186[14:42:13] <Skye> then add encryption
L1187[14:42:16] <MGR> and then you can decode64
L1188[14:42:20] <Skye> or
L1189[14:42:23] <g> lol base64 for encryption
L1190[14:42:23] <Inari> thats encoding and decoding
L1191[14:42:25] <Skye> OC is a puzzle
L1192[14:42:26] <Inari> not encrypting and decrypting
L1193[14:42:34] <MGR> and the difference is?
L1194[14:42:37] <Skye> OC is a puzzle, sniffing is a puzzle element
L1195[14:42:41] <g> base64 is easily reversible
L1196[14:42:44] <g> there's no mangling
L1197[14:42:45] <MGR> yes
L1198[14:42:46] <g> you don't need a key or a code
L1199[14:42:48] <MGR> true
L1200[14:42:50] <gamax92> ._.
L1201[14:42:54] <gamax92> Github search is garbage
L1202[14:42:58] <g> it won't stop anyone reading the data
L1203[14:43:00] *** cbcercas is now known as cbcercas|AFK
L1204[14:43:01] <g> in any way
L1205[14:43:03] <MGR> g, I understand that
L1206[14:43:05] <Vexatos> gamax92, still better than curseforge
L1207[14:43:05] <Inari> the difference is between having a secure thingy and just converting your data into a different base
L1208[14:43:10] <MGR> ah
L1209[14:43:13] <Vexatos> Skye, I don't like it
L1210[14:43:17] <MGR> so, the data card has hash functions
L1211[14:43:18] <g> yeah, encryption is for security
L1212[14:43:21] <Vexatos> it feels unfair
L1213[14:43:22] <Skye> Vexatos, why not?
L1214[14:43:22] <MGR> is there any way to un-hash?
L1215[14:43:26] <g> no
L1216[14:43:26] <Inari> so data card is unusable fro encryption
L1217[14:43:27] <Skye> MGR, nope
L1218[14:43:29] <g> not real hashing
L1219[14:43:31] <Vexatos> because it essentially forces you to encrypt
L1220[14:43:33] <Inari> MGR: you dont "unhash"
L1221[14:43:34] <Kodos> Use a T3 data card
L1222[14:43:34] <gamax92> Vexatos: I've never used that nor thought curseforge was a source code utility, so whatever
L1223[14:43:36] <Inari> thats not what hashign does
L1224[14:43:37] <Vexatos> and heavily
L1225[14:43:41] <Skye> Vexatos, realistically
L1226[14:43:42] <gamax92> doesn't change the fact that Github search is horrible
L1227[14:43:48] <Skye> do you encrypt stuff on your local network
L1228[14:43:49] <Inari> Kodos: what does a t3 do?
L1229[14:43:56] <Kodos> AES, ECC, uhh
L1230[14:43:57] <Vexatos> Skye, realistically, when was the last time you made a case out of diamonds?
L1231[14:43:57] <Kodos> Other things
L1232[14:44:02] <MGR> so, data card is not encryption
L1233[14:44:03] <Inari> Kodos: whys that not on the wiki :P
L1234[14:44:07] <MGR> it is for mostly hashing
L1235[14:44:13] <Skye> Vexatos, practially
L1236[14:44:15] <g> right
L1237[14:44:16] <Kodos> Because our docs guy fucked off and stopped updating them
L1238[14:44:26] <Skye> when will sniffing be a problem in a world
L1239[14:44:31] <Inari> well if it has encryption then thats fine
L1240[14:44:32] * gamax92 pokes sugoi :P
L1241[14:44:34] <Skye> and why are you ignoring the benefit?
L1242[14:44:39] <MGR> data cards have encryption
L1243[14:44:40] <sugoi> gamax92: hi
L1244[14:44:45] <gamax92> update the wiki!
L1245[14:44:46] <MGR> how do I find out how to do the encryption
L1246[14:45:07] <MGR> because if I don't have to custom-write encryption functions, I will be pleased
L1247[14:45:10] <Inari> i just updated the nanomachines page the other day ;-;
L1248[14:45:27] <Inari> MGR: apparently you can wiht data card t3
L1249[14:45:27] <Inari> :p
L1250[14:45:33] <MGR> Inari, I know
L1251[14:45:40] <MGR> I want to know what the method is and how to use it XD
L1252[14:45:46] <Inari> just list its methods and see?
L1253[14:45:53] <MGR> I can list its methods?
L1254[14:45:54] <MGR> how?
L1255[14:45:56] <sugoi> gamax92: for windows?
L1256[14:45:57] <Inari> ...
L1257[14:46:04] <gamax92> sugoi: ... what?
L1258[14:46:07] <Inari> component.methods
L1259[14:46:07] <greaser|q> for k,v in pairs(datacard) do print(k,v) end
L1260[14:46:08] <sugoi> or for openos api?
L1261[14:46:12] <MGR> Inari, my knowledge of "basic" stuff is extremely patchy
L1262[14:46:13] <Inari> or proxy it and iterate
L1263[14:46:13] <gamax92> oc's wiki
L1264[14:46:15] <Vexatos> Tier 2 data card has AES
L1265[14:46:15] <greaser|q> or that
L1266[14:46:17] <MGR> Inari, thank you
L1267[14:46:18] <Liz|Out> Meep
L1268[14:46:25] <Vexatos> it's virtually unbreakable with Lua
L1269[14:46:30] <Vexatos> with OC's speed limitations
L1270[14:46:41] <Vexatos> there is no need whatsoever to use any of the cipher blocks anymore
L1271[14:46:42] <Vexatos> :<
L1272[14:46:44] <greaser|q> Vexatos: that's why you break the 4th wall ;)
L1273[14:46:52] <sugoi> i'll update all the api, i'll go documentation crazy, but i thought i'd do it after the 1.6 PRs are done and taken
L1274[14:46:56] <greaser|q> tier 1 has two algos that i've mostly reimplemented in my png loader
L1275[14:47:00] <MGR> Vexatos, just use an external computer to smash stuff
L1276[14:47:03] <Skye> Vexatos, sniffing will allow custom switches
L1277[14:47:04] <greaser|q> well ok i've only done the inflate step
L1278[14:47:05] <sugoi> gamax92: would you prefer i start earlier than that?
L1279[14:47:24] <MGR> sugoi, we're dying on the Data Card component
L1280[14:47:26] ⇨ Joins: calclavia (uid15812@richmond.irccloud.com)
L1281[14:47:26] zsh sets mode: +v on calclavia
L1282[14:47:29] <MGR> please do at least that
L1283[14:47:38] <gamax92> sugoi: well 1.6 doesn't change everything
L1284[14:47:39] <Vexatos> MGR, can't you just
L1285[14:47:41] <Vexatos> you know
L1286[14:47:42] <MGR> if not others, at least, I'm dying
L1287[14:47:44] <Vexatos> use NEI?
L1288[14:47:52] <Vexatos> or the in-OC doc?
L1289[14:47:52] <sugoi> gamax92: that's very true, it won't be different that much at all
L1290[14:47:56] <MGR> I can't get methods that way
L1291[14:47:56] <Vexatos> in the Lua interpreter?
L1292[14:48:01] <Vexatos> Of course you can
L1293[14:48:03] <MGR> although components.methods is apparently a thing
L1294[14:48:06] <Vexatos> what
L1295[14:48:09] <sugoi> i'm just ... focusing on 1.6 work right now, optimizing all the things
L1296[14:48:09] <Kodos> openPorts = {} for i = 1,65535 do check = component.sniffer.isPortOpen(i) if check then table.insert(openPorts,i) end end
L1297[14:48:18] <Vexatos> MGR, just do =component.data_card in the Lua interpreter
L1298[14:48:20] <MGR> I can get component methods through NEI Vexatos?
L1299[14:48:26] <Vexatos> or press U on a data card
L1300[14:48:27] <Vexatos> in NEI
L1301[14:48:31] <Vexatos> that's how it always worked
L1302[14:48:33] <MGR> wat
L1303[14:48:40] * MGR is blown away
L1304[14:48:50] <Vexatos> it also has a link to the manual page >_>
L1305[14:48:56] <MGR> XD
L1306[14:49:01] <MGR> I forget about the manual
L1307[14:49:10] <gamax92> ... I wonder ...
L1308[14:49:17] <MGR> Anyways, I support sniffing
L1309[14:49:21] <MGR> Nothing should be secure
L1310[14:49:31] <sugoi> heh
L1311[14:49:53] <Skye> Kodos, wat
L1312[14:49:54] <gamax92> I support sniffing if it's configurable to turn off and not in OC by default
L1313[14:50:00] <Skye> ._.
L1314[14:50:08] <Skye> why do people hate it
L1315[14:50:19] <gamax92> so, put it in Computronics so Computronics isn't /entirely/ useless
L1316[14:50:27] <greaser|q> computronics has audio
L1317[14:50:33] <greaser|q> it's /extremely/ useful
L1318[14:50:50] <greaser|q> also, most important thing to note in 1.6 is the GPU timing has changed so when you guys make your demos be wary of the new timings
L1319[14:51:07] <Vexatos> greaser|q, didn't asie tell you
L1320[14:51:09] <gamax92> oh didn't know that.
L1321[14:51:15] <Vexatos> Tape Drives are going into his new mod+
L1322[14:51:16] <Vexatos> :<
L1323[14:51:20] <greaser|q> ah righty
L1324[14:51:22] <Vexatos> Iron Note Blocks too
L1325[14:51:26] <MGR> what mod is it called?
L1326[14:51:28] <Vexatos> cipher blocks are useless
L1327[14:51:30] <greaser|q> chaset?
L1328[14:51:42] <Vexatos> Computronics literally has self-destructing blocks and Flamingo drivers
L1329[14:51:45] <Vexatos> that's about it
L1330[14:51:49] <Vexatos> And a Ticket Machine.
L1331[14:51:49] * MGR cheers
L1332[14:51:53] <greaser|q> camera upgrades are fine unless you have a tablet in which case they're horribly off
L1333[14:51:58] <MGR> self-destruct cards are worth it
L1334[14:52:07] <Kodos> Skye: What I posted was a function I would use to populate a table with open ports for use with my network logging program
L1335[14:52:13] <Kodos> If sniffing were a thing
L1336[14:52:27] <greaser|q> but yeah the timings for tier 3 gpus: you have a budget of 256, sets cost 1, fg/bg changes cost 2, fills cost 2, copies cost 4
L1337[14:52:41] <greaser|q> not sure what palette changes cost but apparently you can do 16 in a frame
L1338[14:53:08] <Skye> my idea would be to more have a relay that sends a copy of everything that goes though it to a computer
L1339[14:53:25] <MGR> Skye, what about wireless messages?
L1340[14:53:31] <MGR> You should be able to sniff those too
L1341[14:53:43] <MGR> Because wireless, duh
L1342[14:54:14] <Skye> wireless card in relay next to computer controlled relay
L1343[14:54:46] <MGR> what?
L1344[14:58:16] <Kodos> What's the NEI hotkey to see oredict entries for items on the bottom of their tooltip
L1345[14:59:32] <Shuudoushi> it's an optoin, not a hot key
L1346[15:00:16] <Shuudoushi> Kodos: at the bottom http://puu.sh/mycuK/7ef20bd9bf.png
L1347[15:00:44] <Kodos> Hm, my NEI doesn't have that
L1348[15:01:07] <Shuudoushi> o.O
L1349[15:01:09] * Skye sighs
L1350[15:01:13] <Skye> so peopel hate my idea
L1351[15:01:17] <MGR> Skye, I like it
L1352[15:01:31] <MGR> however, I don't really count as people
L1353[15:01:52] <MGR> do an addon mod?
L1354[15:03:08] <greaser|q> i like skye's idea, you'd actually have to bug a given computer instead of just "lol let's just snoop someone's comp by hiding somewhere and not actually getting to it lol XD"
L1355[15:04:28] ⇦ Quits: Meow-J (uid69628@id-69628.highgate.irccloud.com) (Quit: Connection closed for inactivity)
L1356[15:04:40] <MGR> well, Skye's idea has the main advantage of being able to intercept messages heading for only one computer
L1357[15:04:48] <MGR> modem.send instead of modem.broadcast
L1358[15:04:52] <Skye> well
L1359[15:04:58] <MGR> Afaik, that is impossible with vanilla OC
L1360[15:05:01] <Skye> I wanted a way to make a custom router
L1361[15:05:22] <Skye> that forwards ethernet
L1362[15:05:26] <Skye> well
L1363[15:05:28] <Skye> networking
L1364[15:05:41] <Skye> because OC networking is level 2 on the OSI stack
L1365[15:05:48] <vifino> gamax92: projectM
L1366[15:05:58] <Skye> and you can forward stuff on level 2 with computers
L1367[15:05:58] <Inari> vifino: l-lewd
L1368[15:06:03] <Skye> ????
L1369[15:06:05] <vifino> Inari: ?
L1370[15:06:07] <gamax92> ?
L1371[15:06:21] <MGR> ?
L1372[15:06:24] <Kodos> Can't you do a custom router with a microcontroller
L1373[15:06:37] <Kodos> Since they can change what side of themselves they have a modem open o
L1374[15:06:38] <Kodos> on
L1375[15:06:56] <Skye> Kodos, nope
L1376[15:07:03] <Skye> because you cannot emulate level 2 stuff
L1377[15:07:08] <greaser|q> could actually be good being able to drop a multiport hub onto the network rather than just a switch
L1378[15:07:09] <vifino> gamax92: music visualization
L1379[15:07:13] <vifino> its awesome
L1380[15:07:14] <Inari> vifino: penguindrum
L1381[15:07:19] <gamax92> oh right, that thinkg
L1382[15:07:24] <Skye> greaser|q, that's another idea...
L1383[15:07:28] <vifino> Inari: Uhm, what?
L1384[15:07:31] <Skye> hubs instead of switches...
L1385[15:07:45] <Skye> would make it easier to snoop, which Vexatos would hate
L1386[15:07:49] <Inari> http://tvtropes.org/pmwiki/pmwiki.php/Anime/MawaruPenguindrum
L1387[15:09:09] <vifino> gamax92: it looks fancy
L1388[15:09:22] <vifino> Telek - Slow Shift Matrix (bb4.5).milk is my favourite at the moment
L1389[15:09:58] <vifino> Though Rovastar - Altars Of Madness (A Million Miles From Earth Mi.milk is also pretty good.
L1390[15:10:10] ⇦ Quits: Doty1154 (~Doty1154@2601:648:8002:c1a1:e534:e360:1c8:b569) (Ping timeout: 186 seconds)
L1391[15:10:18] <sugoi> if i need to define __ipairs, can i return a function to iterate another table (ipairs-like) without having to for loop on that table myself?
L1392[15:10:26] ⇨ Joins: Doty1154 (~Doty1154@2601:648:8002:c1a1:19db:7f32:f137:9ab9)
L1393[15:10:48] <g> vifino: milk?
L1394[15:10:53] * g drinks
L1395[15:10:58] <sugoi> trying to say.. __ipairs="get ipairs of other_table"
L1396[15:11:11] <vifino> g: it's the visualization preset file extension of projectM.
L1397[15:11:18] <g> ah, okay
L1398[15:11:23] <sugoi> rather than __ipairs=function(...)logic to iterate other_table;end
L1399[15:12:17] <g> sugoi: does lua have the concept of properties?
L1400[15:12:32] <g> in python you can make a class-level function behave like an attribute with @property
L1401[15:12:34] <vifino> shifter - pulsar.milk looks like tentacles moving to the beat of music
L1402[15:12:37] <vifino> its cool
L1403[15:14:42] <sugoi> g: oh man i've been overdoing this, found an example
L1404[15:14:45] <vifino> Rovastar - Explosive Minds.milk is pretty cool, though a little too flashy to be absolutely perfect.
L1405[15:14:48] <sugoi> __ipairs=return ipairs(other_table)
L1406[15:14:59] <sugoi> err, not with return there
L1407[15:15:03] <sugoi> i think function return
L1408[15:15:23] ⇦ Quits: MGR (~MajGenRel@c-73-186-66-242.hsd1.ma.comcast.net) (Quit: Time to go, to adventure!)
L1409[15:15:30] * sugoi goes to test
L1410[15:15:50] ⇦ Quits: cpup (~cpup@32.218.119.15) (Ping timeout: 198 seconds)
L1411[15:16:19] <vifino> Mstress & Juppy - Dancers In The Dark.milk is so amazing
L1412[15:16:33] <vifino> stick figures dancing to the music :3
L1413[15:18:04] <vifino> They move further the more bass heavy the track is.
L1414[15:18:06] <vifino> Interesting.
L1415[15:21:23] ⇨ Joins: cpup (~cpup@32.218.119.235)
L1416[15:24:56] ⇦ Quits: AlexisMachina (uid57631@id-57631.charlton.irccloud.com) (Quit: Connection closed for inactivity)
L1417[15:27:15] <sugoi> g: that appears to work, no manual work needed. i was overdoing it
L1418[15:27:53] <sugoi> #lua t={'a','b'}w=setmetatable({},{__ipairs=function()return ipairs(t)end})for i,v in ipairs(w)do print(i,v)end
L1419[15:27:53] <|0xDEADBEEF|> > [string "lua"]:1: bad argument #1 to 'ipairs' (table expected, got nil)
L1420[15:27:59] <sugoi> bleh, but close enough
L1421[15:28:37] <sugoi> #lua w=setmetatable({},{__ipairs=function()return ipairs({'a','b'})end})for i,v in ipairs(w)do print(i,v)end
L1422[15:28:37] <|0xDEADBEEF|> > [string "lua"]:1: bad argument #1 to 'ipairs' (table expected, got nil)
L1423[15:28:41] <sugoi> meh
L1424[15:29:54] <sugoi> #lua for i,v in ipairs(setmetatable({},{__ipairs=function()return ipairs({'a','b'})end}))do print(i,v)end
L1425[15:29:55] <|0xDEADBEEF|> > [string "lua"]:1: bad argument #1 to 'ipairs' (table expected, got no value)
L1426[15:29:59] <sugoi> i should give up
L1427[15:30:26] <sugoi> #lua for i,v in ipairs(setmetatable({},{__ipairs=function()return ipairs(({'a','b'}))end}))do print(i,v)end
L1428[15:30:26] <|0xDEADBEEF|> > [string "lua"]:1: bad argument #1 to 'ipairs' (table expected, got no value)
L1429[15:30:31] <sugoi> OK I'M DONE
L1430[15:30:40] <sugoi> it works in tests
L1431[15:33:10] <Inari> hm gotta look into doing UIs in MC xD
L1432[15:36:25] <sugoi> Inari: whats the mod?
L1433[15:36:30] <sugoi> one in the works?
L1434[15:36:41] <Inari> opencomputers
L1435[15:39:18] ⇨ Joins: AlexisMachina (uid57631@id-57631.charlton.irccloud.com)
L1436[15:39:52] <sugoi> oh, i've heard of that one
L1437[15:40:20] <sugoi> you mean, UIs driven by scripts?
L1438[15:40:20] <gamax92> it's interesting why that coroutine memory patch doesn't work properly
L1439[15:40:37] <sugoi> gamax92: does it work at all?
L1440[15:40:41] <gamax92> theoretically it should work, it's the same logic the total memory thing uses
L1441[15:40:42] <gamax92> sugoi: no
L1442[15:42:23] <gamax92> sugoi: http://hastebin.com/enavuravuy.lua this is my testing script I'm currently testing as a memory testing tool
L1443[15:42:43] <gamax92> what do you think lua reports with and without that block for total memory?
L1444[15:43:21] ⇨ Joins: Something12 (~Something@184.65.42.207)
L1445[15:45:12] <sugoi> so what cost would just the 104500 numbers be? how big are lua numbers, floats? 8 byte? 12?
L1446[15:45:27] <gamax92> doubles are 8 bytes
L1447[15:46:23] <sugoi> so would be close to ~816KiBs? or a megabyte perhaps?
L1448[15:46:39] <gamax92> 1672000
L1449[15:46:48] <gamax92> two numbers (key and value), 8 bytes, and 104500 numbers
L1450[15:47:13] <gamax92> either way that shouldn't matter, notice I immediately set it to nil afterwords, so it's just GC work?
L1451[15:47:14] <sugoi> oh 8 byte keys too right
L1452[15:47:23] <sugoi> yeah, i would expect
L1453[15:47:55] <gamax92> with and without that block, total memory gives me about 59040
L1454[15:48:27] <gamax92> with that coroutine memory patch, I get 67454 without, and 2164662 with
L1455[15:48:59] *** Liz|Out is now known as Lizzy
L1456[15:49:26] <gamax92> which seems to indicate gc memory freeing isn't being taxed to the right spot
L1457[15:49:33] <Lizzy> o/
L1458[15:50:59] <sugoi> so for the first table, 1000 8 byte numbers for keys only, and 3000 bytes of chars (are lua chars 1 byte?) and do string need an integer for size? 4 bytes each? 4000+3000+8000=15000
L1459[15:51:20] <sugoi> why do you think it is so much more than 15000 (~60k)
L1460[15:51:45] <sugoi> hi Lizzy
L1461[15:51:47] <gamax92> sugoi: uhh I forget what the extra stuff is ...
L1462[15:51:49] <Lizzy> hai
L1463[15:52:18] <gamax92> sugoi: also yeah, the main thread has an impossible memory usage of -2065166
L1464[15:52:31] <gamax92> #lua 2164662-2065166
L1465[15:52:31] <|0xDEADBEEF|> > 99496
L1466[15:52:32] <sugoi> but it would seem the mem patch is doing SOMETHING, although, 2,164,662 is a bit TOO much allocated :)
L1467[15:53:23] <gamax92> so, sora's patch makes it so each thread has a memory counter that the lua realloc function manages when it allocates or deallocates memory
L1468[15:53:34] <gamax92> but, it currently is only applying it to whatever thread is running
L1469[15:54:04] <sugoi> __gc meta is called on the owner thread, i've confirmed
L1470[15:54:16] <sugoi> but for non-meta intercepted gc --
L1471[15:54:22] <sugoi> how would one know what thread it came from
L1472[15:54:28] <sugoi> unless you store more meta data about the allocation
L1473[15:55:11] * vifino notices Lizzy is back and tumbles towards her
L1474[15:55:29] * Lizzy catches vifino and snuggles him
L1475[15:55:45] * vifino snuggles Lizzy
L1476[15:56:33] *** amadornes[Streaming] is now known as amadornes
L1477[16:00:53] <gamax92> sugoi: also oddly, I'll create a thread and then before even starting it, usedMemory reports -96
L1478[16:00:56] <gamax92> which is like, wat?
L1479[16:01:00] <gamax92> it also randomly reports like 32k
L1480[16:02:48] <sugoi> :/
L1481[16:04:02] <gamax92> err sorry, 32M
L1482[16:04:19] <gamax92> which was without the 104500 numbers
L1483[16:07:53] ⇦ Quits: v^ (~v^@c-68-41-215-101.hsd1.mi.comcast.net) (Ping timeout: 189 seconds)
L1484[16:08:09] <Inari> sugoi: no i mean giving floppy disks a UI :P
L1485[16:08:26] ⇦ Quits: Nachtara (~coob@50-83-108-134.client.mchsi.com) (Quit: I appear to have flexed out of the room.)
L1486[16:09:19] <sugoi> gamax92: well i would guess that to be buffering
L1487[16:09:52] ⇨ Joins: v^ (~v^@c-68-41-215-101.hsd1.mi.comcast.net)
L1488[16:09:52] zsh sets mode: +v on v^
L1489[16:09:58] <gamax92> I force the gc to fully run 1000 times
L1490[16:10:20] <gamax92> the extra 999 times were just to be sure :P
L1491[16:16:19] <Inari> __ipairs is weird
L1492[16:18:00] <Inari> #lua t={'a','b'}w=setmetatable({},{__ipairs=function(t)return ipairs(t), t, 0 end})for i,v in ipairs(w)do print(i,v)end
L1493[16:18:00] <|0xDEADBEEF|> > [string "lua"]:1: bad argument #1 to 'ipairs' (table expected, got nil)
L1494[16:18:48] <Inari> #lua t={'a','b'}w=setmetatable({},{__ipairs=function()return ipairs(t), t, 0 end})for i,v in ipairs(w) do print(i,v)end
L1495[16:18:48] <|0xDEADBEEF|> > [string "lua"]:1: bad argument #1 to 'ipairs' (table expected, got nil)
L1496[16:18:58] <Inari> #lua print(__VERSION)
L1497[16:18:58] <|0xDEADBEEF|> > nil
L1498[16:19:05] <Inari> #lua __VERSION
L1499[16:19:05] <|0xDEADBEEF|> > nil
L1500[16:19:07] <Inari> :/
L1501[16:22:19] <gamax92> #lua __VERSION
L1502[16:22:19] <|0xDEADBEEF|> > nil
L1503[16:22:23] <gamax92> huh ...
L1504[16:23:57] *** Hanako_Ikezawa is now known as ShoweringFairy
L1505[16:23:57] ⇨ Joins: sciguyryan (~sciguyrya@31.3.153.122)
L1506[16:24:30] <Inari> #lua return __VERSION
L1507[16:24:30] <|0xDEADBEEF|> > nil
L1508[16:24:32] <Inari> fu
L1509[16:25:01] <gamax92> ... inari
L1510[16:25:03] <gamax92> #lua _VERSION
L1511[16:25:04] <|0xDEADBEEF|> > Lua 5.3 Sandbox
L1512[16:25:07] <gamax92> you derp
L1513[16:25:25] <Inari> lol
L1514[16:25:29] <Inari> well
L1515[16:25:33] <Inari> 5.3 depecreates __ipairs
L1516[16:25:35] <Inari> so there you go
L1517[16:25:48] <gamax92> oh that's fun ...
L1518[16:25:52] <gamax92> sugoi ^
L1519[16:26:13] <Inari> "The ipairs iterator now respects metamethods and its __ipairs metamethod has been deprecated."
L1520[16:26:27] <Inari> so i guess its calling__index?
L1521[16:26:28] <Inari> no clue
L1522[16:26:47] <gamax92> I guessing you'd have to overwrite index and length then
L1523[16:27:03] <gamax92> "Now I noticed that Lua 5.3 aims to remove the __ipairs metamethod and
L1524[16:27:04] <gamax92> instead let ipairs(...) show customizable behavior by respecting the
L1525[16:27:04] <gamax92> __len and __index metamethods."
L1526[16:27:33] <Inari> #lua t={'a','b'}w=setmetatable({},{__index = function() print("I AM BEING VIOLATED!") end})for i,v in ipairs(w) do print(i,v)end
L1527[16:27:34] <|0xDEADBEEF|> > [string "lua"]:1: bad argument #1 to 'ipairs' (table expected, got nil)
L1528[16:27:37] <Inari> :<
L1529[16:28:16] <Inari> #lua t={'a','b'}w=setmetatable({},{__index = function() print("I AM BEING VIOLATED!") end}) print(type(w)) for i,v in ipairs(w) do print(i,v)end
L1530[16:28:17] <|0xDEADBEEF|> > nil | [string "lua"]:1: bad argument #1 to 'ipairs' (table expected, got nil)
L1531[16:28:22] <Inari> prints dont work?=
L1532[16:28:25] <Inari> #lua print("A")
L1533[16:28:25] <gamax92> lol ...
L1534[16:28:25] <|0xDEADBEEF|> > A | nil
L1535[16:28:30] <Inari> oh
L1536[16:28:32] <gamax92> it works in vanilla 5.3 so :P
L1537[16:28:44] <Inari> seems setmetatable doesnt reutrn the tabl ein deadbeed
L1538[16:28:45] <gamax92> dunno why it won't work on deadbeef
L1539[16:28:48] <Inari> for some reason
L1540[16:29:05] <Inari> print(type(setmetatable({},{}))
L1541[16:29:05] <gamax92> oh, it doesn't in vifino's sandbox
L1542[16:29:09] <Inari> #lua print(type(setmetatable({},{}))
L1543[16:29:09] <|0xDEADBEEF|> > [string "lua"]:1: ')' expected near <eof>
L1544[16:29:15] <Inari> #lua print(type(setmetatable({},{})))
L1545[16:29:15] <|0xDEADBEEF|> > [string "lua"]:1: bad argument #1 to 'type' (value expected)
L1546[16:29:18] <Inari> ~.~
L1547[16:29:27] * Inari slaps vifino
L1548[16:29:27] * vifino slaps Inari with a large smelly trout
L1549[16:29:27] * EnderBot2 chuckles
L1550[16:29:27] <Inari> fix
L1551[16:29:47] <Inari> 6d2
L1552[16:29:48] <Corded> Inari: 6d2 = 8 ( 1, 2, 1, 1, 2, 1 ) ~ 1.3
L1553[16:29:59] <gamax92> #lua local oldsetmeta=setmetatable function setmetatable(i, x) oldsetmeta(i, x) return i end
L1554[16:29:59] <|0xDEADBEEF|> > nil
L1555[16:30:16] <Inari> lol
L1556[16:30:30] <Inari> #lua t={'a','b'}w=setmetatable({},{__index = function() print("I AM BEING VIOLATED!") end}) print(type(w)) for i,v in ipairs(w) do print(i,v)end
L1557[16:30:30] <|0xDEADBEEF|> > table | I AM BEING VIOLATED! | nil
L1558[16:30:42] <Inari> #lua t={'a','b'}w=setmetatable({},{__ipairs=function(t)return ipairs(t), t, 0 end})for i,v in ipairs(w)do print(i,v)end
L1559[16:30:42] <|0xDEADBEEF|> > C stack overflow
L1560[16:30:46] <Inari> +1
L1561[16:37:42] ⇦ Quits: Keanu73 (~Keanu73@host-89-243-143-250.as13285.net) (Quit: Gotta go to bed or something. See ya!)
L1562[16:41:19] *** ShoweringFairy is now known as Hanako_Ikezawa
L1563[16:44:03] ⇨ Joins: Nachtara (~coob@50-83-108-134.client.mchsi.com)
L1564[16:45:22] ⇦ Quits: v^ (~v^@c-68-41-215-101.hsd1.mi.comcast.net) (Ping timeout: 186 seconds)
L1565[16:46:57] ⇦ Quits: ^v4 (~ping@c-68-41-215-101.hsd1.mi.comcast.net) (Ping timeout: 198 seconds)
L1566[16:47:43] <g> can anyone here recall a mod that stops the usual survival inventory from working?
L1567[16:47:51] <g> I mean, stops you moving items around it
L1568[16:48:11] <g> I updated all our mods today and that's the issue I've got
L1569[16:48:26] <Inari> well
L1570[16:48:35] <Inari> i have no clue which container a floppy disk UI would extend xD
L1571[16:48:56] ⇨ Joins: v^ (~v^@c-68-41-215-101.hsd1.mi.comcast.net)
L1572[16:48:56] zsh sets mode: +v on v^
L1573[16:49:13] <g> don't think it'd be net.minecraft.inventory.ContainerPlayer somehow
L1574[16:49:14] <g> :P
L1575[16:49:21] <Inari> :P
L1576[16:49:23] ⇨ Joins: ^v4 (~ping@c-68-41-215-101.hsd1.mi.comcast.net)
L1577[16:49:38] <g> I think NEI just might be broken
L1578[16:49:50] <Inari> and theres no good example in OC code etiher
L1579[16:50:31] <Inari> it doesnt even need an invnetory
L1580[16:50:37] <Inari> so im confsued
L1581[16:50:37] <Inari> xD
L1582[16:50:37] *** surferconor425 is now known as surferconor425|Away
L1583[16:50:38] <Vexatos> So I just spent seven hours trying to set up my grandfather's Winderps 10 PC
L1584[16:50:48] <Vexatos> ended up making it not even boot anymore
L1585[16:50:48] <g> reconnecting fixed it
L1586[16:50:54] * g makes a note not to spawn things with nei in survival
L1587[16:50:57] <Inari> Vexatos++
L1588[16:51:00] <gamax92> Vexatos: how do you fuck up this badly
L1589[16:51:08] <gamax92> and don't say Windows, because no, you fucked up
L1590[16:51:08] <Vexatos> Inari, I wish I did it on purpose
L1591[16:51:11] <Izaya> Vexatos, install gentoo
L1592[16:51:13] <Vexatos> but I have no idea how I did it
L1593[16:51:19] <Vexatos> but it's good that it broke
L1594[16:51:21] <Vexatos> Now he's forced to give it back
L1595[16:51:25] <Vexatos> and get his money back
L1596[16:51:37] <Vexatos> the computer was exactly as fast as his old one (6 years old)
L1597[16:51:40] <Vexatos> and was €400
L1598[16:51:41] <Vexatos> :/
L1599[16:51:45] <Inari> you literally cant make a pc unbootable by installing a OS
L1600[16:52:21] <Vexatos> gamax92, I tried to load a system recovery file from his old computer :P
L1601[16:52:28] <Vexatos> turns out windows doesn't like that
L1602[16:52:29] <Vexatos> at all
L1603[16:52:57] <Vexatos> Next step is to make him get a PC that's actually worth its money and just plugging in the old computer's Hard Drive
L1604[16:53:08] <Vexatos> Because that will at least work
L1605[16:53:08] *** surferconor425|Away is now known as surferconor425
L1606[16:54:18] <Inari> meh
L1607[16:54:21] <Inari> i want some creative game
L1608[16:54:21] <Inari> xD
L1609[16:54:26] <Inari> but sansar isnt out
L1610[16:54:27] <Vexatos> also I got to spend 7 hours using an OS I wanted to avoid as much as possible
L1611[16:54:30] <Inari> and i dont feel like graal or SL
L1612[16:54:38] <Inari> and im hating on modded MC atm
L1613[16:55:06] <Vexatos> It literally had 50 bloatware apps preinstalled, too
L1614[16:55:08] <Vexatos> Blergh
L1615[16:55:37] <Inari> thats noraml
L1616[16:56:42] <Vexatos> I want winderps 7 back ;_;
L1617[16:56:47] <Inari> http://imgur.com/a/S0g3R heh
L1618[16:56:51] <Vexatos> that thing at least worked
L1619[16:56:56] <Inari> 10 works fine
L1620[16:57:50] <Vexatos> It's fast but ugly and messy and hard to use
L1621[16:58:05] <Vexatos> To me, at least
L1622[16:58:06] ⇦ Quits: Jezza (~Jezza@185.44.151.67) (Quit: Leaving)
L1623[16:58:30] <Vexatos> Maybe it's just because I so far only had to fix my grandfather's broken computer twice because of it >_>
L1624[16:58:35] <Vexatos> oh well
L1625[16:58:47] <Vexatos> I'll make sure he'll get a computer he can just plug the old HDD in
L1626[16:59:13] <Vexatos> Because I'm tired of trying to move files around
L1627[16:59:15] <Inari> eh i dont think i'Ve found any OS particularly pretty so far
L1628[16:59:28] <Vexatos> Windows 7 was
L1629[16:59:45] <Vexatos> Also I quite like Cinnamon, especially since the last update (It's what I am using right now)
L1630[16:59:52] <Izaya> Windows 7 did some whole blurring and compositing crap
L1631[17:00:01] <Vexatos> I turned that off
L1632[17:00:07] <Izaya> it annoyed me because I know that it's wasting resources on the WINDOW MANAGER LIKE WHAT THE HELL MICROSOFT
L1633[17:00:11] <Izaya> yeah so did I
L1634[17:00:31] <Vexatos> still better than 60MB Cortana running whenever you don't need it
L1635[17:00:35] <Vexatos> even if disabled
L1636[17:00:44] <Izaya> 'disabled'
L1637[17:00:44] <Izaya> yes
L1638[17:00:50] <Izaya> because you can disable any of windows 10
L1639[17:00:52] <gamax92> `handicapped`
L1640[17:01:00] <Izaya> 'no use to the user'
L1641[17:01:07] <Vexatos> Izaya, exactly
L1642[17:01:50] <Vexatos> I am so tired of trying to fix winderps 10 configs and moving files and uninstalling uninstallable bloatware (windows 10 has that)
L1643[17:02:16] <Izaya> mind you I'm not much a fan of the Windows XP UI because it's all CPU-rendered and not GPU-accelerated
L1644[17:02:26] <Vexatos> You know how good an OS is by the fact that it comes pre-installed with bloatware you can't uninstall without powershell
L1645[17:02:41] <Izaya> Vexatos, sounds like a Samsung device
L1646[17:02:47] <Vexatos> <Izaya> 'no use to the user'
L1647[17:02:59] <Vexatos> Izaya, actually it's pretty close
L1648[17:03:06] <Vexatos> I remember my Samsung laptop
L1649[17:03:13] <Vexatos> had like 15 pre-installed bloatware apps
L1650[17:03:18] <Vexatos> 13 of which I uninstalled
L1651[17:03:25] <Izaya> I was talking about phones but that works too
L1652[17:03:31] <Vexatos> But my grandfather's new one had around 50
L1653[17:03:35] <Vexatos> and that's not an understatement
L1654[17:03:36] <Izaya> why not just nuke the OS and reinstall?
L1655[17:03:55] <greaser|q> running crux here, i don't even have any gnome shit installed
L1656[17:04:03] <Vexatos> acer bloatware, then various games, more acer, websites, McAfee
L1657[17:04:04] <gamax92> greaser|q: I like MATE
L1658[17:04:09] <Izaya> what counts as gnome shit?
L1659[17:04:11] <greaser|q> using dwm because light as fuck
L1660[17:04:11] <Vexatos> (McAfee is actually ununinstallable)
L1661[17:04:16] <gamax92> Vexatos: lies
L1662[17:04:21] <Izaya> Vexatos, nuke and pave
L1663[17:04:24] <gamax92> everything is uninstallable
L1664[17:04:25] <Vexatos> gamax92, correction, the uninstaller is there
L1665[17:04:31] <Vexatos> it just hangs right in the middle
L1666[17:04:35] <greaser|q> honestly if i were ever to go back to windows i'd probably look into getting windows server
L1667[17:04:35] <Vexatos> "time out"
L1668[17:04:39] <Vexatos> <_>
L1669[17:04:45] <greaser|q> pay more to have less
L1670[17:04:55] <Izaya> greaser|q, I tried to get Windows Server onto my laptop at one point
L1671[17:05:01] <Vexatos> Izaya, can't reinstall because windows was preinstalled
L1672[17:05:10] <gamax92> Vexatos: so what you do is get a vm, install mcafee in the vm in a sandbox, and then undo those keys and files
L1673[17:05:15] <Izaya> turns out the first-gen Intel Integrated drivers don't support Windows Server 2012 R2
L1674[17:05:16] <gamax92> also yes you can reinstall even if it's preinstalled
L1675[17:05:17] <Vexatos> Hence why I was just going to use the old computer's HDD
L1676[17:05:18] <gamax92> why wouldn't you
L1677[17:05:27] <greaser|q> dammit
L1678[17:05:31] <Vexatos> gamax92, from where
L1679[17:05:37] <Izaya> always reinstall if it's preinstalled
L1680[17:05:45] <Izaya> Vexatos, grab the key and install again with that
L1681[17:05:49] <Izaya> there's utils to do that
L1682[17:05:52] <Izaya> nuke and pave
L1683[17:05:59] <Vexatos> Well this one definitely not
L1684[17:06:06] <Vexatos> It crashes during boot
L1685[17:06:12] <Izaya> well then
L1686[17:06:18] <Vexatos> which is a good thing because this thing was overpriced as heck
L1687[17:06:22] <greaser|q> tbh i should probably set up a second user account on here purely for firefox
L1688[17:06:38] <Izaya> oh okay, get something more price-balanced?
L1689[17:06:45] <Izaya> Know what I find funny?
L1690[17:06:47] <greaser|q> i'm not a fan of getting owned
L1691[17:07:09] <Izaya> If you try to buy a 'gaming' computer in a store, they'll sell you an i7 and a GT620 for $1500
L1692[17:07:17] <Izaya> a second-gen i7 that is
L1693[17:07:24] <Vexatos> Meanwhile my xeon e3 1231 v3 for €200
L1694[17:07:34] <Izaya> 1231 v3 is godly
L1695[17:07:41] <Vexatos> for that price? definitely.
L1696[17:07:47] <Izaya> I'm swapping out my i3 4160 for a 1231 v3 soon(TM)
L1697[17:07:50] <Izaya> server already has one
L1698[17:07:56] <Vexatos> it's so worth its money
L1699[17:08:03] <Izaya> yeah
L1700[17:08:08] <Vexatos> Why are server CPUs so much cheaper than desktop ones?
L1701[17:08:13] <Vexatos> Where is the difference?
L1702[17:08:18] <Inari> i either need to figure out how to overclock with my MB or get a better one
L1703[17:08:20] <greaser|q> they run slower and therefore last longer?
L1704[17:08:26] <Izaya> Vexatos, Intel likes to milk money out of 'gamers'
L1705[17:08:32] <Izaya> to be fair 4Ghz is better for single-core games
L1706[17:08:32] <Izaya> but
L1707[17:08:38] <Vexatos> greaser|q, this one isn't slow at all :P
L1708[17:08:43] <Izaya> 3.4Ghz is fine
L1709[17:08:47] <greaser|q> Vexatos: what's the clock rate?
L1710[17:09:00] <Izaya> 1231 v3 is 3.4Ghz
L1711[17:09:01] <greaser|q> afaik server CPUs tend to run at a lower clock rate to prevent them fucking out too early
L1712[17:09:06] <Izaya> yeah they do
L1713[17:09:10] <Vexatos> Probably
L1714[17:09:16] <greaser|q> and yeah never buy an i7 from a store
L1715[17:09:21] <gamax92> Vexatos: ...
L1716[17:09:27] <gamax92> WTF DO YOU MEAN FROM WHERE?
L1717[17:09:31] <gamax92> ANY INSTALLATION MEDIA EVER?
L1718[17:09:33] <greaser|q> if you're looking for a "gaming" laptop get one with an i5 in it
L1719[17:09:46] <Vexatos> gamax92, I won't buy a windows installation DVD
L1720[17:09:53] <greaser|q> like i do, except i didn't get mine from a store
L1721[17:09:54] <Izaya> honestly the best 'gaming' laptops are probably 5th-gen intel stuff with Iris Pro GPUs
L1722[17:09:59] <Izaya> the power consumption isn't insane
L1723[17:10:02] <gamax92> why would you buy a DVD
L1724[17:10:13] <Izaya> why would you buy anything from Windows anyway?
L1725[17:10:15] <Vexatos> I'm happy with my crappy Intel Pentium laptop
L1726[17:10:23] <greaser|q> Vexatos: by crappy, please give specs.
L1727[17:10:31] <Vexatos> it used to boot within 15 minutes
L1728[17:10:35] <Vexatos> then I installed Linux
L1729[17:10:38] <greaser|q> my old laptop's a GM45 and i wouldn't call that crappy, i'd call it outdated but not crappy
L1730[17:10:40] <gamax92> and now it boots in 3 seconds
L1731[17:10:42] <Vexatos> Now it's cool again
L1732[17:10:47] * Izaya has a HP ProBook 5320m - first-gen Intel i3 370, 4GB RAM, 250GB HDD
L1733[17:10:49] <Vexatos> and I can use it at uni
L1734[17:10:58] <greaser|q> and, well, the GM45 isn't a bad minimum spec to target
L1735[17:11:10] <gamax92> greaser|q: 945?
L1736[17:11:16] <greaser|q> newer than that
L1737[17:11:19] <greaser|q> wait
L1738[17:11:26] <greaser|q> actually yeah newer than the 945 i think
L1739[17:11:33] <gamax92> my lappy has a 945.
L1740[17:11:47] <greaser|q> yeah mine's the gen after that
L1741[17:12:36] <Vexatos> Izaya, I guess it's good that I accidentally broke this computer. My grandfather will get a better computer, it'll be exactly the same as before (same HDD after all) and I can still say it was an accident :D
L1742[17:12:41] <Vexatos> Hmmm
L1743[17:13:03] <Vexatos> maybe I should get the old HDD, the run Linux from a DVD-R and just copypaste the entire HDD
L1744[17:13:06] <Vexatos> onto the new one
L1745[17:13:16] <Vexatos> (after formatting the new one, obviously)
L1746[17:13:22] <greaser|q> ok to be honest the 945 is pretty out of date but you seriously want to run linux on that and not anything else barring maybe BSD
L1747[17:13:32] <Vexatos> that way my grandpa would get the new HDD's R/W speed
L1748[17:13:36] <Vexatos> and storage space
L1749[17:14:00] <greaser|q> 945's probably just slightly on the "respectable" side of the line where the other side is "smouldering pile of shit"
L1750[17:14:13] <gamax92> no, it's a smouldering pile of shit.
L1751[17:14:20] <gamax92> can tell you from experience
L1752[17:14:25] <Vexatos> greaser|q, if/when I'll get a new laptop, it'll be one with long battery life. That's the most important thing to me
L1753[17:14:26] <Vexatos> :P
L1754[17:14:48] <gamax92> and before you do because I know you will, just because you can find something worse, doesn't mean the 945 is not a smouldering pile of shit
L1755[17:14:55] <Izaya> Vexatos, anything has a long battery life if you don't use cinnamon
L1756[17:14:59] <greaser|q> "smouldering pile of shit" is the GMA 3150
L1757[17:15:09] <gamax92> you did it anyway
L1758[17:15:15] <gamax92> "just because you can find something worse, doesn't mean the 945 is not a smouldering pile of shit"
L1759[17:15:15] <greaser|q> not to be confused with the actually somewhat decent GMA 3100
L1760[17:15:29] <Vexatos> Izaya, Cinnamon doesn't actually use much CPU
L1761[17:15:38] <greaser|q> i benchmarked an old ver of nexuiz on one of those, you can tune it for decent performance
L1762[17:15:41] <Vexatos> it's usually Xorg being crap
L1763[17:15:42] <Izaya> it does a lot of HW-accelerated stuff
L1764[17:16:00] <Izaya> and on a laptop that makes a lot of difference
L1765[17:16:08] <Izaya> I tried to run Enlightenment on my laptop once
L1766[17:16:10] <Vexatos> But I may in fact use a different desktop
L1767[17:16:17] <Vexatos> which one would you recommend
L1768[17:16:23] <Izaya> battery life dropped from 6 hours to like 2
L1769[17:16:29] <Izaya> Vexatos, XFCE is a nice light DE
L1770[17:16:43] <Izaya> WindowMaker is even lighter but it's not... pretty... at all.
L1771[17:16:44] <Vexatos> http://blog.linuxmint.com/?p=2977 wee
L1772[17:16:49] <Vexatos> yea that could go on a new laptop
L1773[17:16:59] <Vexatos> xfce doesn't look too bad
L1774[17:17:12] <Vexatos> if it's more resource friendly
L1775[17:17:26] <Izaya> well it uses a lot less RAM for a start
L1776[17:17:28] <Vexatos> I just need to find a laptop with a decently long battery life now :P
L1777[17:17:39] <Vexatos> Izaya, 161MB isn't a lot *cough*
L1778[17:17:47] <Izaya> try 60
L1779[17:17:49] <Vexatos> Xorg is using 250, additionally
L1780[17:18:05] * Izaya pokes wmaker on his other desktop... 12M
L1781[17:18:23] <Inari> whats the throughput of a drone? (fluids)
L1782[17:18:49] <Inari> drone spee dis 8 b/s?
L1783[17:19:40] <Vexatos> drones pee distance?
L1784[17:20:14] <Vexatos> Izaya, still better than windows >________>
L1785[17:20:15] <Vexatos> anyway
L1786[17:20:20] <Vexatos> I need to go sleep
L1787[17:20:26] <Vexatos> I'm way too frustrated right now to do anything
L1788[17:20:29] <Izaya> mortal
L1789[17:20:32] * Mimiru yawns
L1790[17:20:41] <Inari> going to sleep frustrated sounds like a bad idea
L1791[17:20:55] <Izaya> does not sound effective
L1792[17:21:17] <Vexatos> blame this stupid computer
L1793[17:21:18] * CompanionCube likes both xfce and E
L1794[17:21:23] <Vexatos> taking half an hour to install windows updates
L1795[17:21:32] <Vexatos> it was mostly frustrating because 80% of it was waiting
L1796[17:21:54] <gamax92> fak ...
L1797[17:21:57] <gamax92> thanks for remind me to do that.
L1798[17:22:10] <CompanionCube> fuck windows updates
L1799[17:22:14] <CompanionCube> real package managers ftw
L1800[17:22:16] <Vexatos> This computer was €400 and as fast as his previous, 6-year-old machine
L1801[17:22:17] <Vexatos> what
L1802[17:22:17] <Vexatos> the
L1803[17:22:18] <Vexatos> heck
L1804[17:22:21] <Vexatos> how can one even sell that
L1805[17:22:32] <Vexatos> CompanionCube, and you can't even turn that off!
L1806[17:22:47] <Vexatos> I am still mad that he upgraded to windows 10
L1807[17:22:54] <Vexatos> he was using win 7 before just fine
L1808[17:23:01] <Vexatos> But that's how he works
L1809[17:23:08] <Vexatos> he installs everything without looking
L1810[17:23:09] <Vexatos> <_>
L1811[17:23:26] <g> windows 10 is great
L1812[17:23:31] <g> and you can indeed turn off windows update
L1813[17:23:45] <gamax92> and time to panic
L1814[17:23:49] <g> either via group policy or disabling the service
L1815[17:23:49] <g> :P
L1816[17:23:56] <CompanionCube> you can turn it off
L1817[17:23:59] <gamax92> it doesn't boot now
L1818[17:24:01] <CompanionCube> but it's a shitty idea to do so
L1819[17:24:09] <g> well, yeah, updates exist for a reason
L1820[17:24:23] <gamax92> I'm guessing because of the partition resize i did
L1821[17:24:27] <g> most people want to turn it off because they have a shitty uxtheme patcher
L1822[17:24:36] <g> protip: that's not the way to go anymore
L1823[17:24:57] *** amadornes is now known as amadornes[OFF]
L1824[17:25:01] <Vexatos> most people want to turn it off because they don't want to spend half an hour waiting for the computer to boot
L1825[17:25:16] <Vexatos> I'd like to install the updates when I have time for it, thanks
L1826[17:25:18] <g> windows update doesn't cause that
L1827[17:25:20] ⇦ Quits: sciguyryan (~sciguyrya@31.3.153.122) (Remote host closed the connection)
L1828[17:25:26] <Vexatos> g.... I just had that
L1829[17:25:29] <Vexatos> 3 hours ago.
L1830[17:25:35] <g> in fact on w10, most of the time, updates occur on shutdown
L1831[17:25:38] <Vexatos> half an hour to install on shut down
L1832[17:25:42] <g> or if you leave your PC on 24/7, when you're not using it
L1833[17:25:44] <Vexatos> half an hour on restart
L1834[17:25:54] <CompanionCube> Vexatos, I used to hate it when it said 'shutting down in 15min. You can delay me by 4 hours, but fuck you I want to restart'
L1835[17:26:04] ⇨ Joins: VikeStep (~VikeStep@101.184.165.77)
L1836[17:26:12] <g> well how often are you restarting your PC?
L1837[17:26:19] <Vexatos> time to go
L1838[17:26:20] ⇦ Quits: Vexatos (~Vexatos@p200300556E6CB731ED3351B8AAB976C7.dip0.t-ipconnect.de) (Quit: I guess I have to go now. Bye ✔)
L1839[17:26:21] <CompanionCube> when I want to
L1840[17:26:25] <g> if it's more than once a day, you're probably an edge case
L1841[17:26:25] <g> :P
L1842[17:26:39] <Izaya> that man needs adblock and unchecky
L1843[17:26:44] <gamax92> unchecky is amazing.
L1844[17:26:45] <CompanionCube> *ublock
L1845[17:26:47] <g> unchecky?
L1846[17:26:52] <g> and yeah, use ublock origin
L1847[17:26:53] <g> not adblock
L1848[17:27:08] <Izaya> unchecky unchecks boxes to install toolbars and crap
L1849[17:27:23] <gamax92> Izaya: it even works on the flash download page, automatically unchecking mcafee
L1850[17:27:27] <Izaya> so you install it on those not-so-tech-literate people's computers and you remove a lot less malware
L1851[17:28:14] <Izaya> put it on my grandad's Windows and he's getting a lot less malware
L1852[17:28:22] <Izaya> like most times he doesn't even have any toolbars!
L1853[17:28:27] <gamax92> most :P
L1854[17:28:32] <Izaya> of course he uses Linux Mint most of the time anyway
L1855[17:28:37] <CompanionCube> does he have any free smileys
L1856[17:28:39] <CompanionCube> or screensavers
L1857[17:29:02] <Izaya> CompanionCube, surprisingly not
L1858[17:29:56] <g> looks like a pretty great thing, assuming it works
L1859[17:30:28] <gamax92> g: it also adds blocks to crap like opencandy
L1860[17:30:51] <g> opencandy?
L1861[17:31:10] <g> ah, I see
L1862[17:32:59] *** Hanako_Ikezawa is now known as SleepingFairy
L1863[17:33:05] <Mimiru> Ok.. custom slots, and upgrades..
L1864[17:37:12] <Kodos> uwot
L1865[17:37:35] <Mimiru> nouwot
L1866[17:40:30] <Inari> http://akari.in/pinky_TQoad yay
L1867[17:40:48] <g> wut
L1868[17:42:31] <Inari> i thikn its trying to move a flowing block
L1869[17:42:33] <Inari> realises it cant
L1870[17:42:35] <Inari> reflows
L1871[17:42:35] <Inari> repeat
L1872[17:42:36] <Inari> xD
L1873[17:43:43] <g> hm, I see :P
L1874[17:43:51] <g> oh, hey, I mentioned I updated all my modpack's mods today
L1875[17:43:59] <g> really all I wanted to do was update computronics
L1876[17:44:03] <Inari> im trying to find a good way to move lava xD
L1877[17:44:04] <g> but it needed a newer buildcraft
L1878[17:44:07] <g> which needed a newer forge..
L1879[17:44:21] <g> AE formation/annihilation planes and ExtraCells?
L1880[17:44:33] <Inari> hrm
L1881[17:44:39] <Inari> that migth actualyl kind of work i guess
L1882[17:44:50] <Inari> pumping it has proven to be slow and painful <.<
L1883[17:44:55] <g> my mod updating efforts today took.. 8h 30m
L1884[17:45:07] * g sighs
L1885[17:45:15] <g> yeah, I can't really think of a better way to move liquids
L1886[17:45:34] <g> not without using, I dunno, a buildcraft pump/well thing and some enderio conduits
L1887[17:45:37] <Inari> sadly it isnt a very uniform shape im pumping from..
L1888[17:46:32] <Inari> forgot about extra cells
L1889[17:46:39] <g> extracells is great
L1890[17:46:41] <Inari> will liekly just use that as temp storage
L1891[17:46:46] <g> there's also one that adds thaumcraft cells too
L1892[17:46:53] <g> and the relevant paraphenalia
L1893[17:47:20] <g> although really using AE to store essentia is OP as hell
L1894[17:47:54] <Inari> how does extra ccells calc the bytes though
L1895[17:48:06] <g> I'm assuming it's per milibucket
L1896[17:48:14] <g> not entirely sure
L1897[17:48:36] <g> probably worth noting that ExtraCells' cells go to much larger sizes than the default cells though
L1898[17:49:47] <gamax92> anyone have tabletop simulator?
L1899[17:50:34] <Kodos> So, I talked to my mom. They're going to be moving in a couple months, and when they sell their old place, mom said she'd buy me a new GPU
L1900[17:51:37] <Inari> "Fluid Vibration Chamber"
L1901[17:51:38] <Inari> so lewd
L1902[17:51:59] <XDjackieXD> :P
L1903[17:52:19] <g> gamax92: yes
L1904[17:52:57] <g> Inari: it's a power furnace for liquid fuels
L1905[17:52:57] <g> :P
L1906[17:53:04] <Inari> i know
L1907[17:53:05] <Inari> still sounds lewd
L1908[17:53:10] <g> l00d
L1909[17:53:41] <g> typed in the wrong pin on my phone
L1910[17:53:45] <g> accidental selfies are the best
L1911[17:54:05] * g deletes. hard.
L1912[17:54:34] <Inari> seems 1 byte per 250mb
L1913[17:54:42] <g> oh, that's not too bad
L1914[17:55:02] <g> right, I'm off
L1915[17:55:09] <g> I can sleep now and with this damn cold, I'm going to try
L1916[17:55:10] <g> :U
L1917[17:55:13] <g> later
L1918[17:55:14] <Inari> haha
L1919[17:55:15] <Inari> have fun
L1920[17:55:17] *** g is now known as gAway2002
L1921[18:01:44] <Inari> neat the tpo tier extra cells cell is almost as much as i need
L1922[18:01:52] <Inari> time to work on extra cells
L1923[18:02:49] <Lordmau5> oh, extra cells?
L1924[18:02:54] <Lordmau5> The AE addon?
L1925[18:02:57] <Inari> ya
L1926[18:03:03] <Lordmau5> nice, glad to see it's still alive
L1927[18:03:10] <Lordmau5> are we talking about Extra Cells or Extra Cells 2 btw :p?
L1928[18:03:13] <Lordmau5> I remember there being 2 versions
L1929[18:05:00] <Kodos> Lordmau5: Was the liquid energy mod yours?
L1930[18:05:06] <Lordmau5> yes
L1931[18:05:32] <Inari> extra cells 2
L1932[18:05:32] <Kodos> I thought your name was familiar
L1933[18:06:47] <Lordmau5> seems I'm famous for Fluid mods :P
L1934[18:07:33] <Mimiru> Arg... I can't figure out hwo I wanna design this damn UI
L1935[18:11:13] <Inari> Mimiru: without o ne
L1936[18:11:30] <Mimiru> …
L1937[18:18:46] <Izaya> best UI is CLI
L1938[18:21:16] <Kodos> Mimiru: how many slots are needed
L1939[18:24:19] <Inari> i just need like
L1940[18:24:40] <Inari> 4500 lapis, 1000 quart, 750 gol cpus, 250 quarts cputs 120 diamond cpus and 350 quartz glass
L1941[18:24:41] <Inari> \o/
L1942[18:25:46] ⇦ Quits: cpup (~cpup@32.218.119.235) (Ping timeout: 186 seconds)
L1943[18:27:21] ⇨ Joins: cpup (~cpup@32.218.113.76)
L1944[18:28:02] <Mimiru> Kodos, currently it's laid out like this: http://michi.pc-logix.com/Minecraft_1.7.10_2016-01-16_18-27-55.png
L1945[18:28:06] <Mimiru> I don't care for it..
L1946[18:28:20] <Mimiru> the mag cards are actually upgrades... just don't have Icons yet
L1947[18:28:38] <Mimiru> Test
L1948[18:28:42] <Mimiru> k, still working
L1949[18:28:42] <Inari> have a +Damage group?
L1950[18:28:51] ⇦ Quits: Nachtara (~coob@50-83-108-134.client.mchsi.com) (Quit: I appear to have flexed out of the room.)
L1951[18:29:07] <Inari> or as siad, UIless ;D
L1952[18:29:27] <Mimiru> And how do I do item based upgrades.. without a UI?
L1953[18:29:38] <greaser|q> /itemupgrade item1 item2
L1954[18:29:41] <Inari> have slots on the turret you rightclcik the item cards into
L1955[18:29:59] <Mimiru> No, and no.
L1956[18:30:24] <Inari> well at least do something like http://akari.in/pinky_OxGm1 xD
L1957[18:30:46] <Mimiru> God damn fucking dropbox is slow as shit
L1958[18:31:44] <Inari> ikr
L1959[19:02:18] *** Tedster is now known as Guest44172
L1960[19:02:51] ⇨ Joins: Tedster (~Tedster@host86-170-31-233.range86-170.btcentralplus.com)
L1961[19:03:18] ⇦ Quits: Guest44172 (~Tedster@host86-170-31-233.range86-170.btcentralplus.com) (Ping timeout: 198 seconds)
L1962[19:17:41] ⇦ Quits: Tedster (~Tedster@host86-170-31-233.range86-170.btcentralplus.com) (Quit: Leaving)
L1963[19:19:28] ⇨ Joins: Tedster (~Tedster@host86-170-31-233.range86-170.btcentralplus.com)
L1964[19:23:57] ⇦ Quits: Tedster (~Tedster@host86-170-31-233.range86-170.btcentralplus.com) (Read error: Connection reset by peer)
L1965[19:26:59] ⇨ Joins: Tedster (~Tedster@host86-170-31-233.range86-170.btcentralplus.com)
L1966[19:33:05] <Tedster> ?who
L1967[19:33:16] <Tedster> fail me, wrong channel
L1968[19:33:48] <AlmtyBob> Does OC have a built-in text editor with syntax highlighting?
L1969[19:34:27] <Kodos> No syntax highlighting, no
L1970[19:34:33] <AlmtyBob> k, thanks
L1971[19:45:27] ⇦ Quits: Nathan1852 (~Nathan185@HSI-KBW-134-3-200-62.hsi14.kabel-badenwuerttemberg.de) (Read error: Connection reset by peer)
L1972[19:47:01] <Kodos> If I use forge's installer, will it set up a launcher and shit for me, or do I still have to do that
L1973[19:47:18] <Kodos> I've used just MMC for the longest time, so I don't even remember
L1974[19:47:25] <Mimiru> You need the vanilla launcher, and to have ran it once
L1975[19:47:34] <Kodos> Ugh, okay
L1976[19:47:39] <Kodos> Does anyone happen to have a link for that
L1977[19:48:45] <Mimiru> Kodos, https://launcher.mojang.com/download/Minecraft.exe
L1978[19:49:02] <Mimiru> Or https://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.exe
L1979[19:56:16] <Kodos> Thanks
L1980[20:05:57] <gamax92> Memory Management Controller
L1981[20:23:48] ⇦ Quits: Turtle (~SentientT@82-171-92-73.ip.telfort.nl) (Quit: Nettalk6 - www.ntalk.de)
L1982[20:29:35] ⇨ Joins: InariWB (~Pinkishu@p5DEC6E7A.dip0.t-ipconnect.de)
L1983[20:30:55] <gamax92> WB InariWB
L1984[20:31:17] ⇦ Quits: Inari (~Pinkishu@p5DEC648D.dip0.t-ipconnect.de) (Ping timeout: 198 seconds)
L1985[20:37:25] <jhagrid7> Sooo
L1986[20:38:50] <gamax92> :/
L1987[20:39:29] <jhagrid7> Hello
L1988[20:47:42] <InariWB> the WB stands for whitebear
L1989[20:48:13] *** InariWB is now known as Inari
L1990[20:55:19] ⇦ Quits: Inari (~Pinkishu@p5DEC6E7A.dip0.t-ipconnect.de) (Quit: KVIrc 4.3.2 Aria http://www.kvirc.net/)
L1991[21:00:44] <greaser|q> found out something nifty you can do with tis3d
L1992[21:01:09] <greaser|q> if you write a door controller you can completely bus-power the controller on the other end
L1993[21:02:18] <greaser|q> heck, you can even use the data wire for it
L1994[21:02:35] <greaser|q> if you don't give it full power it runs slower
L1995[21:18:44] <Kodos> I think I just pee'd a little
L1996[21:18:45] <Kodos> https://twitter.com/BluSunrize/status/688514126864379904
L1997[21:18:46] <MichiBot> Sat Jan 16 18:12:14 CST 2016 @BluSunrize: https://t.co/VqDBqT47ei
L1998[21:23:26] <Mimiru> Speed, Damage, Cooldown, and Energy usage upgrades work.. I think
L1999[21:23:55] <gamax92> Mimiru: do you have a wrench that I can hit the turrets with to repair them?
L2000[21:24:11] <Mimiru> Umm.. no?
L2001[21:24:17] <Mimiru> Turrets don't take damage?
L2002[21:24:32] <gamax92> oh
L2003[21:25:59] <Kodos> That would be super annoying
L2004[21:28:54] <Mimiru> K, now I just need icons for the 4 upgrades..
L2005[21:29:02] <Shuudoushi> hmmm, so I managed to make a "flat" decoder using Project Red stuff, but now i need to figure out how to link all the lines together...
L2006[21:29:11] <gamax92> bundled wires?
L2007[21:29:59] <Shuudoushi> I some how don't think that's going to work... http://puu.sh/myARv/4bbb704cf9.png
L2008[21:30:56] <gamax92> ow my eyes.
L2009[21:31:02] <gamax92> so much white
L2010[21:31:18] <Shuudoushi> ... it makes it easier to see which wires are on >.>
L2011[21:31:22] <Kodos> Shuu, a server on a rack is obviously the solution
L2012[21:31:42] <Shuudoushi> Kodos: this is going to get compressed into a PR IC
L2013[21:32:19] <Kodos> Ah, so when you said flat, you just meant 2D for the purposes of making it into an IC
L2014[21:33:28] ⇦ Quits: Temportalist (uid37180@id-37180.charlton.irccloud.com) (Quit: Connection closed for inactivity)
L2015[21:35:46] <Shuudoushi> yes
L2016[21:36:30] <Shuudoushi> it's starting to look like I'll need to make a separate IC for the decoder setup though...
L2017[21:37:17] <Kodos> I'm just excited to try out IE with OC support later
L2018[21:37:22] <Kodos> Helping test a mod atm tho
L2019[21:37:51] <Antheus> https://www.youtube.com/watch?v=t4e7PjRygt0
L2020[21:37:52] <MichiBot> Antheus: BASIC Programming Language in Minecraft | length: 13m 47s | Likes: 6131 Dislikes: 38 Views: 49352 | by SethBling
L2021[21:39:03] <Shuudoushi> trying to make "0" hard coded on but turn off while another number is on is turning into a pain in the ass...
L2022[21:41:19] <Antheus> Shuudoushi, what are you trying to do?
L2023[21:41:35] <Shuudoushi> make a clock IC using PR
L2024[21:41:43] <Antheus> IC?
L2025[21:42:00] <Shuudoushi> the main issue, is that the IC stuff doesn't always act like their blocks...
L2026[21:42:24] <Shuudoushi> yes, a project red IC gate
L2027[21:42:43] ⇨ Joins: Temportalist (uid37180@id-37180.charlton.irccloud.com)
L2028[21:43:25] ⇦ Quits: Temia (~lamialily@dsl081-169-020.sea1.dsl.speakeasy.net) (Read error: Connection reset by peer)
L2029[21:44:34] <Shuudoushi> Antheus: IC = integrated circuit, a single block that can house up to a 64x64 block project red contraption
L2030[21:44:43] <Antheus> 0_0
L2031[21:44:45] <Antheus> ohhh that mod
L2032[21:44:48] <Antheus> I saw it at BTM
L2033[21:44:50] <Antheus> was super confused
L2034[21:44:56] ⇦ Quits: AlexisMachina (uid57631@id-57631.charlton.irccloud.com) (Quit: Connection closed for inactivity)
L2035[21:45:13] <Antheus> Haven't played MC since BTM
L2036[21:45:51] <Shuudoushi> the fuck is BTM?
L2037[21:45:55] <Mimiru> Better Than Minecon
L2038[21:45:59] <Antheus> ^
L2039[21:46:01] <Shuudoushi> uh huh
L2040[21:46:08] <Antheus> was back on Jan 2&3 iirc
L2041[21:46:17] <Mimiru> Asie's virtual minecon like thing
L2042[21:46:22] <Mimiru> http://michi.pc-logix.com/Minecraft_1.7.10_2016-01-16_21-45-54.png
L2043[21:54:16] <Antheus> /r/OpenComputers is sad
L2044[21:54:26] <Antheus> like, 13 posts total
L2045[21:55:23] <gamax92> Mimiru: good enough :3
L2046[21:55:29] <Antheus> :3
L2047[21:56:09] <Mimiru> Still playing with it..
L2048[21:56:36] ⇨ Joins: PedroBarbosa (webchat@37.189.13.45)
L2049[21:56:45] <PedroBarbosa> Hi
L2050[21:57:13] <PedroBarbosa> Can i make my robot mine faster? Maybe giving it a mod pickaxe?
L2051[21:58:51] <Mimiru> gamax92, http://michi.pc-logix.com/Minecraft_1.7.10_2016-01-16_21-58-55.png
L2052[21:59:34] <Antheus> Much better, Mimiru
L2053[21:59:38] <Antheus> now that that gui thing is fixe
L2054[21:59:39] <Antheus> dcx
L2055[21:59:40] <Antheus> \d
L2056[22:02:08] <Mimiru> now I need recipes for the upgrades ¬_¬
L2057[22:02:11] ⇦ Quits: amadornes[OFF] (~amadornes@framez.is.wtfcool.com) (Ping timeout: 198 seconds)
L2058[22:03:41] ⇨ Joins: amadornes[OFF] (~amadornes@framez.is.wtfcool.com)
L2059[22:04:36] <Antheus> Mimiru, stone, redstone, glass
L2060[22:04:37] <Antheus> BAM
L2061[22:04:42] <Antheus> recipe right there
L2062[22:04:47] <Mimiru> ->-
L2063[22:04:51] <Mimiru> -_-*
L2064[22:05:09] <Antheus> 8*-_-*8
L2065[22:06:56] ⇦ Quits: PedroBarbosa (webchat@37.189.13.45) (Ping timeout: 204 seconds)
L2066[22:22:20] ⇦ Quits: primetoxinz (~primetoxi@ip68-107-226-229.hr.hr.cox.net) (Read error: Connection reset by peer)
L2067[22:22:46] ⇨ Joins: primetoxinz (~primetoxi@ip68-107-226-229.hr.hr.cox.net)
L2068[22:22:53] ⇦ Quits: Lathanael|Away (~Lathanael@p549615B7.dip0.t-ipconnect.de) (Ping timeout: 198 seconds)
L2069[22:30:35] ⇨ Joins: Lathanael|Away (~Lathanael@p549612F9.dip0.t-ipconnect.de)
L2070[22:31:56] <Mimiru> woo running a build of OS with turrets...
L2071[22:33:55] <Mimiru> Or... jenkins is going to die in a fire
L2072[22:33:55] <Mimiru> …
L2073[22:36:46] <Shuudoushi> lol
L2074[22:37:18] <Shuudoushi> now to remember how to look up packages in mpt...
L2075[22:37:26] <dangranos> mpt --help
L2076[22:37:36] <dangranos> dunno
L2077[22:38:01] <Mimiru> damn it... and it lost the build, which means I'm going to have to manually do my changelog
L2078[22:38:15] <Mimiru> ooh... or not
L2079[22:39:59] <Mimiru> ,_,
L2080[22:40:01] <Mimiru> come on
L2081[22:40:49] <Shuudoushi> has Magik6k just not got around to making it so you can look up packages in mpt yet or something...
L2082[22:43:08] <Mimiru> build 77 finally finished
L2083[22:44:42] <Izaya> -Ss
L2084[22:46:33] <Shuudoushi> I'm thinking about just cheating as far as making this decoder goes...
L2085[22:46:47] <Shuudoushi> yes, I'm still working on the same fucking project...
L2086[22:49:59] <Mimiru> yay and curse approved the build
L2087[22:51:40] <Kodos> Now I just gotta write functions to use an entity detector under the turret to aim at something
L2088[22:54:24] <Shuudoushi> oh lord...
L2089[22:56:00] <Shuudoushi> if only I could remember how I used to make this shit...
L2090[22:57:26] <Shuudoushi> http://puu.sh/myF7L/0a3d0b7eff.png
L2091[23:00:17] <Kodos> So wait, you can actually have a 'drawing board' inworld, instead of having to use the GUI for making the IC?
L2092[23:00:29] <Kodos> Or are you just doing that for visual reference
L2093[23:00:43] <Shuudoushi> visual reference
L2094[23:02:02] <Shuudoushi> would be badass if you could just make the IC in full size and it make a blueprint for you, but that's just going to remain a pipe dream for now
L2095[23:02:48] <gamax92> I'm sure that's possible with a debug card.
L2096[23:03:03] <Shuudoushi> those are disabled on Mimiru's server
L2097[23:03:13] <gamax92> oh you're doing this on that.
L2098[23:03:18] <Shuudoushi> yeah
L2099[23:03:21] <Mimiru> Because of you and Super.. :P
L2100[23:03:24] <Kodos> Shuudoushi: You mean like Immibis' RedLogic Cleanroom thing?
L2101[23:03:33] <Shuudoushi> as you can't export/import blueprints and shit yet
L2102[23:03:37] <gamax92> Mimiru: "you" = me or shuu?
L2103[23:03:41] <Mimiru> Shuu
L2104[23:03:44] <gamax92> bad shuu
L2105[23:03:48] <Shuudoushi> ...
L2106[23:03:56] <Shuudoushi> I never used the damn thing!
L2107[23:04:03] <Mimiru> No, becuase I fucking disabled it first.
L2108[23:04:04] <Mimiru> lol
L2109[23:04:06] <Shuudoushi> it was all super, not me
L2110[23:04:17] <Shuudoushi> I don't even know how to use it...
L2111[23:04:35] <Mimiru> Because you wouldn't have tried to figure it out..
L2112[23:04:51] <Super> I never messed around with it either -_-
L2113[23:05:15] <Mimiru> Like I said, I disabled it before either of you had the chance.
L2114[23:05:24] <Shuudoushi> I would just fuck with super through reg commands, cut out all the bullshit
L2115[23:05:29] <Super> That is profiling Mimiru :P
L2116[23:05:35] <Mimiru> You're damn right it is.
L2117[23:05:35] <Shuudoushi> XD
L2118[23:05:39] <Shuudoushi> LMFAO
L2119[23:05:48] *** Cranium is now known as Cranium[Away]
L2120[23:05:51] <Super> Accurate profiling XD
L2121[23:05:59] <Mimiru> Yes.
L2122[23:05:59] <Mimiru> :P
L2123[23:06:37] *** Super is now known as Duper
L2124[23:06:45] <Mimiru> …
L2125[23:06:46] <Mimiru> lol
L2126[23:06:49] * Shuudoushi stabs duper with Mimiru.
L2127[23:06:54] <Mimiru> Someone should download this build
L2128[23:06:54] <Mimiru> http://minecraft.curseforge.com/projects/opensecurity/files/2275922
L2129[23:06:59] <Mimiru> since me doing it doesn't count
L2130[23:06:59] <Mimiru> :p
L2131[23:07:03] <Duper> I am sure Mimiru will find a way to use duper in a sentence
L2132[23:07:10] <Mimiru> Nah
L2133[23:07:36] <Kodos> Back when I played Phantasy Star, I was a major duper
L2134[23:07:47] <Shuudoushi> lol
L2135[23:08:23] <Duper> Mimiru: http://imgur.com/ujJMSwH
L2136[23:08:30] ⇨ Joins: Meow-J (uid69628@id-69628.highgate.irccloud.com)
L2137[23:08:30] <Shuudoushi> I'm about to just say fuck it and make a separate IC for the decoder...
L2138[23:08:35] <Mimiru> woo \o/
L2139[23:09:37] <Duper> Do you see the folder name?
L2140[23:10:02] <Mimiru> I don't care
L2141[23:10:07] <Mimiru> It's a download.
L2142[23:10:42] <Shuudoushi> XD
L2143[23:11:23] ⇦ Quits: Cranium[Away] (~HurrDurr@thatcraniumguy.net) (Ping timeout: 189 seconds)
L2144[23:12:24] <Duper> Damnmm, its -10f out
L2145[23:13:19] ⇨ Joins: SF-MC (~EiraIRC@131-191-86-130.as.clicknet.org)
L2146[23:14:14] ⇨ Joins: Cranium[Away] (~HurrDurr@thatcraniumguy.net)
L2147[23:14:40] <Kodos> The next two weeks are going to suck balls
L2148[23:15:16] <Kodos> tl;dr I'm gonna have 35 bucks cash, and 30 bucks of food stamps to last me the entire two weeks
L2149[23:18:02] ⇦ Quits: Doty1154 (~Doty1154@2601:648:8002:c1a1:19db:7f32:f137:9ab9) (Read error: Connection reset by peer)
L2150[23:18:18] ⇨ Joins: Doty1154 (~Doty1154@2601:648:8002:c1a1:19db:7f32:f137:9ab9)
L2151[23:31:50] ⇦ Quits: SF-MC (~EiraIRC@131-191-86-130.as.clicknet.org) (Remote host closed the connection)
L2152[23:35:00] <greaser|q> i think i've worked out why 1.8.9 is running smoothly
L2153[23:35:09] <greaser|q> it finally has fucking VBOs
L2154[23:35:38] <greaser|q> i have no idea why they make it a disabled-by-default option
L2155[23:39:02] <greaser|q> also a fun thing you can do with tis3d, infrared comms are blocked by players
L2156[23:40:01] <greaser|q> so if you utilise the ANY source then you could sense if a line is blocked
L2157[23:40:35] <greaser|q> by using another execution module sending a different value to the sensor exec module on the same casing
L2158[23:40:47] <Shuudoushi> then brutally murder the thing in which is blocking the line :D
L2159[23:41:17] <Mimiru> OS is getting something like that.. one day
L2160[23:41:28] <Shuudoushi> (tm)
L2161[23:41:31] <Mimiru> I mean, I did just add freaking laser turrets.. which I said I'd never get around to
L2162[23:41:34] <Mimiru> so anything is possible
L2163[23:41:38] <Shuudoushi> lol
L2164[23:42:11] <Shuudoushi> oh, I still have 0 ideas why I can't input anything into a SOS computer that's running the latest dev build :D
L2165[23:44:22] <Mimiru> https://twitter.com/f8cktheforce/status/687686089755222016/
L2166[23:44:30] * Mimiru slaps MichiBot
L2167[23:44:30] * EnderBot2 rulls on the floor laughing
L2168[23:44:50] <Mimiru> https://twitter.com/f8cktheforce/status/687686089755222016
L2169[23:44:51] <MichiBot> Thu Jan 14 11:21:55 CST 2016 @f8cktheforce: First look at the Star Wars: The Force Awakens Blue Rey Edition. https://t.co/3DYWygFDgB
L2170[23:45:03] <Mimiru> ok.. so the trailing slash breaks it ¬_¬
L2171[23:45:19] <Shuudoushi> lulz
<<Prev Next>> Scroll to Top