<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:02:26] *** Kasen is now known as rakiru|offline
L2[00:02:55] <Izaya> http://pastebin.com/NuDDhVb2
L3[00:05:25] <Negi> Izaya: libass's nick suits them.
L4[00:08:30] <Izaya> https://gfycat.com/SpottedOrangeBushbaby unrelated
L5[00:15:31] ⇦ Quits: Starhero (~EiraIRC@24-113-128-11.wavecable.com) (Remote host closed the connection)
L6[00:15:52] ⇨ Joins: Starhero (~EiraIRC@24-113-128-11.wavecable.com)
L7[00:17:04] <Izaya> eheheh
L8[00:17:09] <Izaya> this guy
L9[00:17:12] <Izaya> is great to mess with
L10[00:17:22] <Izaya> telling him about my C3 box with Apache and MySQL
L11[00:18:48] <Negi> ._.
L12[00:19:47] <Izaya> yeah I know I'm a bad person
L13[00:19:52] <Izaya> but I'm lazy and it works
L14[00:20:20] <Izaya> kek
L15[00:20:30] <Izaya> now he's yelling to the admins about how I don't know what I'm doing
L16[00:20:34] <Izaya> yep
L17[00:20:40] <Izaya> 100% relevant to the subject
L18[00:23:13] <Negi> You must be a really lonely person ._.
L19[00:23:26] <Negi> Or bored.
L20[00:23:35] <Negi> Or both.
L21[00:23:58] <Izaya> Bored.
L22[00:24:09] <Izaya> Probably a bit lonely too.
L23[00:24:18] <Izaya> But this is fun :D
L24[00:26:00] <Izaya> I got a practical question:
L25[00:26:02] <Izaya> If I never touch the actual SQL side of things
L26[00:26:06] <Izaya> and the system is never under any sort of load
L27[00:26:21] <Izaya> why would it matter what SQL backend I ran?
L28[00:27:17] <Negi> Absolutely nothing.
L29[00:27:35] <Izaya> I agree.
L30[00:27:46] <Negi> (Doe why the fuck do you run a SQL server if you don't touch SQL even a bit?)
L31[00:28:00] <Izaya> Applications that run on the machine need SQL
L32[00:28:08] <Izaya> was a dependancy according to apt-get
L33[00:29:06] <Negi> APT.
L34[00:29:43] <Negi> Fucking APT Izaya. Dependencies might as well be a luck roll.
L35[00:30:31] <Negi> (I remember doing apt-get autoremove <thing package I didn't need anyone> and the system putting in the list of packages to uninstall "udev", "linux".)
L36[00:30:43] <Negi> s/anyone/anymore/
L37[00:30:43] <Kibibyte> <Negi> (I remember doing apt-get autoremove <thing package I didn't need anymore> and the system putting in the list of packages to uninstall "udev", "linux".)
L38[00:30:55] <Izaya> I'm fairly confident that OTRS needs a SQL server though
L39[00:31:53] <Negi> Probably
L40[00:32:23] <Devoenix> Anyone here know about Thaumcraft's Crimson Cult?
L41[00:32:39] <Negi> Devoenix: I read a bit about it, why?
L42[00:32:56] <Izaya> http://pastebin.com/Gek8QYSd
L43[00:33:07] <Negi> Did you know? Skype for Linux uses notify-send to send its notifications and doesn't even do it properly.
L44[00:33:10] <Devoenix> What would be the name of a nation that was formed and currently ran by the crimson cult?
L45[00:33:23] <Negi> *shrugs*
L46[00:35:46] <Negi> Izaya: <libass> and you can do everything apache does in nginx in a far less retarded way >> FAKE. To use WSGI Python with Apache you just have to enable mod_wsgi, while with nginx you have to first enable Passenger (a Ruby thing) with a special build option so that it also handles WSGI scripting, and give it a Ruby bootstrap script that starts your Python things :
L47[00:35:48] <Negi> :D *
L48[00:36:03] <Izaya> :D
L49[00:36:13] <Izaya> If you need to do that for python
L50[00:36:27] <Izaya> I don't even want to know what you would have to do for mod_lisp
L51[00:36:35] <Izaya> or whatever it's called
L52[00:37:07] <Negi> I'm not even sure there's a CGI engine for Lisp.
L53[00:37:16] <Izaya> It does some socket magic
L54[00:37:28] <Negi> "pretend like you know what you're doing somewhere else" sounds like a pretty unjustified and elitist reason to KB someone.
L55[00:37:53] <Starhero> so bit confused on locals in lua, if i make a local in the start of a while and call functions in
L56[00:38:05] <Starhero> that while, do those functions have access to those vars.
L57[00:38:21] <Izaya> Negi, sounds like a crazy ricer to me :D
L58[00:38:44] <Negi> Starhero: Why wouldn't they?
L59[00:39:43] <Starhero> Negi: Idk, cuz i am referanceing that in my program and its coming nil
L60[00:40:02] <Negi> (Ah and just so you know I tried configuring nginx before Apache. I settled with Apache, because even though it's ressource-heavy and shit, it runs and it's not hard to configure)
L61[00:40:08] <Starhero> it should be the height coords of the monitor, but alas its say f u to me
L62[00:40:47] <Izaya> Negi, I still manage to configure apache the Wrong Way, but it did seem to work at least
L63[00:41:04] <Negi> Starhero: A variable must be defined and in the right scope. So I don't see why it shouldn't work.
L64[00:41:14] <Negi> But for coordinates, a for seems more appropriate.
L65[00:41:31] <Starhero> well i should say its the rez
L66[00:41:37] <Negi> Izaya: Apache's default config is pretty decent. Except when you got specific needs like I do.
L67[00:41:51] <Izaya> I was running a number of vhosts and stuff
L68[00:42:18] <Negi> Starhero: If your variable doesn't change during your while loop, define it just ahead of the loop.
L69[00:42:41] <Negi> Izaya: Changing the DocumentRoot, putting up SSL, and WSGI.
L70[00:52:36] ⇦ Quits: Negi (~Poireau@2a01:e35:2f6a:7060:e2ca:94ff:fe1f:76e0) (Quit: WeeChat 1.2)
L71[01:02:07] <Starhero> Ok, now that I got that annoying convo off of poluting my MC, can someone please help me with
L72[01:02:35] <Starhero> a script? I'll pastebin it in a second, but it seems i keep getting nil, currently h is nil and
L73[01:02:43] <Starhero> shouldn't be at all as that is pulled from the GPU
L74[01:03:58] <Starhero> http://pastebin.com/dsiGzpM5
L75[01:04:17] <Starhero> if ANYONE can find something wrong with that or a better way of doing what I am doing I would be
L76[01:04:22] <Starhero> most apreciated.
L77[01:04:56] <Shuudoushi> give me a min
L78[01:05:34] <Shuudoushi> Starhero: what line are you having an issue with?
L79[01:07:38] <Shuudoushi> ...
L80[01:07:55] <Shuudoushi> h is nil b/c the program doesn't know what h is still way down the line...
L81[01:08:05] <Shuudoushi> s/still/till
L82[01:08:05] <Kibibyte> <Shuudoushi> h is nil b/c the program doesn't know what h is till way down the line...
L83[01:11:12] <Starhero> techincally that should still be the start of the program before the while loop
L84[01:11:15] <Starhero> right?
L85[01:14:27] ⇨ Joins: xDevilDewDropsx (~xdevildew@pool-108-33-83-66.tampfl.fios.verizon.net)
L86[01:14:29] *** Keridos is now known as Keridos|away
L87[01:23:48] <Shuudoushi> Starhero: not really... if it's not in the while loop, it starts from the top of the file and works it's way down
L88[01:24:20] <Shuudoushi> if it is in the while loop, then it plugs in the required data as stuff is called
L89[01:24:39] <Starhero> so should i just slapt the while chunk at the top before the functions?
L90[01:24:42] ⇨ Joins: Promestein (~promestei@pool-108-33-83-66.tampfl.fios.verizon.net)
L91[01:24:46] <Shuudoushi> no...
L92[01:25:02] ⇦ Quits: Promestein (~promestei@pool-108-33-83-66.tampfl.fios.verizon.net) (Client Quit)
L93[01:25:12] <Shuudoushi> just move line 88 to the top some place
L94[01:25:12] <Starhero> put all starting declars into the while?
L95[01:25:43] <Starhero> yeah I actually am just using more ram cuz i just called it over again in the actual draw bar fucnt.
L96[01:26:09] <Starhero> right now i am just trying to get this to work again cuz i was dumb and never checked for nil
L97[01:26:13] <Shuudoushi> there is a reason why all the programs you see have all the locals not being set by the loop at the top
L98[01:26:24] <Starhero> and i need it to see my fuel levels...i have been on this script to long wanna do other shit
L99[01:26:53] * Shuudoushi has been building an OS.
L100[01:27:13] <Starhero> I want to do that someday, but right now i have the goals of implementing FTP
L101[01:27:16] <Starhero> and SSH if i can
L102[01:27:28] <Starhero> THEN i'll try an OS
L103[01:27:29] <Starhero> :P
L104[01:27:32] <Shuudoushi> lol
L105[01:27:39] <Starhero> but ofc, you see i am rusty as hell on programing in gen.
L106[01:28:01] <Shuudoushi> I'm mostly just modding the piss out of OpenOS, that way it's still comfortable for OpenOS users to play with
L107[01:29:02] <Starhero> I just wish i could access my files and SAVE them from Kate.
L108[01:29:24] <Starhero> but alas, saving them doesn't seem to reflect changes on OpenOS
L109[01:29:33] <Starhero> it still loads the old file and i can't figure out why
L110[01:29:34] * Shuudoushi still has to make a forum post for his OS...
L111[01:29:56] <Shuudoushi> Starhero: are you saving libs?
L112[01:30:03] <Starhero> How are you programing it? Surely not from the PC in MC itself are you? That got dull quick for me.
L113[01:30:37] <Starhero> No i am grabbing the file directly from the instance made for the HDD comp. in the save file.
L114[01:30:44] <Shuudoushi> also, to save system resources, OC by default buffers everything, so you have to reboot for a lot of things to work right
L115[01:31:05] <Shuudoushi> Starhero: I'm doing most of the dev work on Mimiru's server
L116[01:31:26] <Shuudoushi> I use atom with git-control and two branches on github
L117[01:31:35] <Starhero> if you reboot the OC the files reflect the changes that were made externally?
L118[01:31:43] <Shuudoushi> yes
L119[01:31:51] <Shuudoushi> unless you disable buffering
L120[01:32:10] <Shuudoushi> then you can just change the files and have it reflect right then
L121[01:32:23] <Starhero> How much overhead would that give MC?
L122[01:32:45] ⇦ Quits: Temia (merlin@shellx.eskimo.com) (Ping timeout: 180 seconds)
L123[01:32:47] <Mimiru> Hardly any
L124[01:32:53] <Shuudoushi> about 0.001% more CPU usage and about 1/2 a mb of RAM
L125[01:33:09] <Starhero> k i'll do that next boot of MC
L126[01:33:25] <Shuudoushi> for single player that isn't an issue at all, it's meant to help out servers mostly
L127[01:33:36] <Starhero> and i will never disable sounds for this lovely mod, reminds me of my dads work...pc fans everywhere
L128[01:34:01] <Shuudoushi> a lot of MC servers are ran on strict amounts of CPU and RAM usage
L129[01:34:12] <Starhero> Well i am lan enabled as I have one friend and my girlfriend play on this world.
L130[01:34:23] <Shuudoushi> Starhero: don't forget the HDDs going nuts!
L131[01:34:44] <Shuudoushi> still shouldn't be an issue
L132[01:34:54] <Starhero> yeah i know i heard the FDD when first exploring the rom and went nuts
L133[01:34:58] <Starhero> I loved it!
L134[01:35:01] <Shuudoushi> the buffering is meant to help out 100+ user servers and the like
L135[01:35:08] <Starhero> only time i would ever year the sound again, in a game
L136[01:35:14] <Starhero> hear*
L137[01:35:24] <Shuudoushi> lol
L138[01:35:54] <Shuudoushi> Starhero: https://github.com/Shuudoushi/SecureOS/tree/dev
L139[01:35:58] <Shuudoushi> my project ^
L140[01:35:59] <Starhero> I was so disapointed when my friend whom is from the same generation as me didn't hear FDD sounds
L141[01:36:04] <Starhero> cuz he had MC muted :(
L142[01:36:10] <Shuudoushi> lol
L143[01:36:43] <Starhero> Will surely take a look at your OS, let me know when its matured enough for your tastes :)
L144[01:37:02] <Shuudoushi> that'll never happen XD
L145[01:37:17] <Shuudoushi> I'll always feel it's not up to spec ^^;
L146[01:37:24] <Starhero> And while I am hear, as you guys have seen my code, how the hell do i repaint my screen with out
L147[01:37:41] <Starhero> having a signifacntly long delay..
L148[01:37:53] <Shuudoushi> use a shorter sleep?
L149[01:37:56] <Shuudoushi> brb rq
L150[01:38:04] <Starhero> TBH i am asking when i think i know the answer
L151[01:38:45] <Starhero> id want to clear the colum of the screen i am painting from the total height of the screen to the
L152[01:38:50] <Starhero> bottom before making the bar
L153[01:39:06] <Starhero> littereally in the drawbar method it would clear before drawing again
L154[01:39:27] <Starhero> now that might make a small black or w/e color come up for second, but it would be better then
L155[01:39:31] <Starhero> termclear()
L156[01:39:47] <Starhero> as that clears the entire screen and I rather just nix the bar and the old text
L157[01:40:10] <Starhero> I just don't wanna sit here and do it right now :P so lazy on coding today.
L158[01:40:17] <Starhero> wanna fix other base issues
L159[01:40:20] <Starhero> like creepers
L160[01:40:23] ⇨ Joins: Temia (merlin@shellx.eskimo.com)
L161[01:42:48] <Shuudoushi> lol
L162[01:43:56] <Shuudoushi> you could figure out some way of using term.setCursor(x,y) and term.write() or something
L163[01:45:02] <Shuudoushi> come to think of it, SuPeRMiNoR2 has a menu api or something like that which may help
L164[01:45:51] <SuPeRMiNoR2> no
L165[01:46:43] <SuPeRMiNoR2> it only does one thing right now
L166[01:46:55] <SuPeRMiNoR2> mostly for my projects, not intending on others using it
L167[01:47:30] ⇦ Quits: calclavia (uid15812@id-15812.highgate.irccloud.com) (Quit: Connection closed for inactivity)
L168[01:48:23] * Shuudoushi stabs calclavia repeatedly.
L169[02:00:08] ⇦ Quits: xDevilDewDropsx (~xdevildew@pool-108-33-83-66.tampfl.fios.verizon.net) (Remote host closed the connection)
L170[02:03:36] <Starhero> yeah, i got it now gpu.setBackground(0) gpu.fill(position*4,1,3,h," ") gpu.setBackgrou
L171[02:04:15] <Starhero> bah cut off but basicly, looks no differant to the user, and still works, as long as there isn't som
L172[02:04:23] <Starhero> insane lag between those 2 lines
L173[02:04:42] <Starhero> now i need to implement that in the client pc
L174[02:05:49] ⇦ Quits: Temia (merlin@shellx.eskimo.com) (Read error: Connection reset by peer)
L175[02:14:09] ⇨ Joins: Temia (merlin@shellx.eskimo.com)
L176[02:14:24] <LadyAlissa> Is there any restrictions to using OpenOS' libraries in my own OS so I won't have to rewrite them and that way they're still compatible?
L177[02:16:57] ⇦ Quits: Devoenix (~Devoenix@cpe-70-119-108-122.tx.res.rr.com) (Quit: Leaving)
L178[02:18:43] ⇦ Quits: Temia (merlin@shellx.eskimo.com) (Remote host closed the connection)
L179[02:27:23] *** OneM_Asleep is now known as ScalaIsGreat
L180[02:27:37] *** ScalaIsGreat is now known as OneM_Industries
L181[02:29:10] ⇦ Quits: mallrat208 (~mallrat20@142-197-84-231.res.bhn.net) (Ping timeout: 186 seconds)
L182[02:29:52] *** OneM_Industries is now known as OneM_Asleep
L183[02:32:33] * Ekoserin|Off groans
L184[02:33:05] <Izaya> LadyAlissa, MIT license
L185[02:33:40] <LadyAlissa> so just provide credit and include a copy of the license?
L186[02:33:48] <LadyAlissa> and I assume it's the OpenComputers/LICENSE ?
L187[02:36:40] ⇨ Joins: Temia (merlin@shellx.eskimo.com)
L188[02:41:53] ⇦ Quits: Kodos (~Kodos@2602:306:ce20:6c30:615b:977c:c590:e7f9) (Read error: Connection reset by peer)
L189[02:45:08] ⇦ Quits: SageKitsune (~SageKitsu@2602:306:ce4f:a280:872:5f5e:86fe:27c4) (Quit: Leaving)
L190[03:02:39] <Starhero> amazing tho how much the fan really does make a differance in ambients.
L191[03:02:55] <Starhero> just turned off my pc and was likeWOW that is quite
L192[03:03:16] ⇦ Quits: Yepoleb (~quassel@188-23-118-224.adsl.highway.telekom.at) (Remote host closed the connection)
L193[03:03:22] ⇨ Joins: Kodos (~Kodos@2602:306:ce20:6c30:d4fb:2715:ce6a:e922)
L194[03:03:22] zsh sets mode: +v on Kodos
L195[03:03:24] <Starhero> anywhoo buffer mod time.
L196[03:03:53] ⇨ Joins: Inari (~Uni@p5B102996.dip0.t-ipconnect.de)
L197[03:05:28] ⇨ Joins: Yepoleb (~quassel@178-191-132-147.adsl.highway.telekom.at)
L198[03:10:32] ⇦ Quits: Starhero (~EiraIRC@24-113-128-11.wavecable.com) (Remote host closed the connection)
L199[03:12:14] ⇨ Joins: Solarstrike (~Solarstri@71.21.85.124)
L200[03:20:07] *** Cranium is now known as Cranium[Away]
L201[03:24:46] *** Kodos is now known as Kodos|Zzz
L202[03:28:18] *** Solarstrike is now known as Jack_Sparrow
L203[03:29:05] *** Jack_Sparrow is now known as Solarstrike
L204[03:30:43] <LadyAlissa> i might just build this entire os based off of OpenOS :I
L205[03:31:32] ⇦ Quits: marcin212 (~marcin212@aarj183.neoplus.adsl.tpnet.pl) (Quit: Leaving)
L206[03:34:08] ⇨ Joins: sciguyryan (~sciguyrya@93-94-245-43.dynamic.swissvpn.net)
L207[03:34:10] ⇨ Joins: Vexatos (~Vexatos@p200300556E0665674C14523FDA25D3A6.dip0.t-ipconnect.de)
L208[03:34:11] zsh sets mode: +v on Vexatos
L209[03:40:58] <Izaya> LadyAlissa, too many libs to re-impliment?
L210[03:44:44] <LadyAlissa> Izaya: More like I just want to strip down OpenOS and build off of that
L211[03:46:19] <LadyAlissa> starting with reorganizing the fhs
L212[03:46:30] <LadyAlissa> moving proper things to sbin
L213[03:46:57] ⇨ Joins: Starhero (~EiraIRC@24-113-128-11.wavecable.com)
L214[03:48:37] <LadyAlissa> i should probably make a way to install everything using Kage so that i can get rid of the .git
L215[03:54:06] *** Pwootage|Off is now known as Pwootage
L216[03:55:17] <Sangar> o/
L217[03:59:03] <Vexatos> \o
L218[04:00:50] <LadyAlissa> Hey Vexatos. Sangar.
L219[04:01:02] <LadyAlissa> Vexatos: You'll be happy to know that PlutOS will be fully compatible with Selene.
L220[04:01:42] <LadyAlissa> Also Sangar in reference to "borrowing" OpenOS to base my system off of, what would you like me to do in reference with licensed code?
L221[04:02:30] <Sangar> uhh, never thought about the lua code in particular. i suppose it'd also fall under the mit? but honestly i don't care much :X
L222[04:02:46] <Sangar> if you can use parts of it, use them
L223[04:03:36] <LadyAlissa> well I'm kinda making PlutOS based off of OpenOS but with a restructured filesystem
L224[04:03:39] *** Pwootage is now known as Pwootage|Off
L225[04:04:17] *** Pwootage|Off is now known as Pwootage
L226[04:04:52] <LadyAlissa> I would like to give users the familiarity of OpenOS and the way it is written, while still being different and usable with my programs and structures.
L227[04:05:40] * Solarstrike summons Sangar
L228[04:06:31] <Sangar> LadyAlissa, sounds cool :)
L229[04:06:36] <Sangar> Solarstrike, hrm?
L230[04:07:05] <Solarstrike> Remember me?
L231[04:07:27] <Sangar> the name seems familiar
L232[04:07:50] <Kubuxu> Sangar: are swithes inside a rack really that bad? I can't find any reference to switches in the code of ServerRack, it just distributes messages.
L233[04:08:22] <Sangar> Kubuxu, pretty sure it subclasses hub, which is the main switch/forwarding implementation
L234[04:08:22] <LadyAlissa> Sangar: So far I've split /bin into the /bin and /sbin and moved /usr/man to /usr/share/man and whatever.
L235[04:08:29] <LadyAlissa> Going to license and push soon if you want to review or whatever.
L236[04:08:48] <Kubuxu> Oh, ok.
L237[04:08:55] <Kubuxu> Was looking for Switch ... ;/
L238[04:09:21] <Sangar> LadyAlissa, okeh. so basically properly structuring the mess i made :P
L239[04:09:28] <Sangar> heh
L240[04:10:06] <Sangar> Kubuxu, i always kind of wanted to allow upgrading the rack like any other switch, but that'd involve a multi-tab gui :X
L241[04:10:23] <Solarstrike> I encouraged Sangar to create his Twitter
L242[04:10:29] <Sangar> and coding gui (in particular in mc) isn't something i much enjoy :X
L243[04:10:44] <Sangar> Solarstrike, ahh, you the one from the ftb forums?
L244[04:10:45] <Kubuxu> It would be awesome and same as you I hate GUI in MC.
L245[04:10:54] <Kubuxu> I don't like makig GUIs in general.
L246[04:11:24] <Solarstrike> Sangar, indeed
L247[04:11:33] <Sangar> Kubuxu, yeah... maaaybe making the side you click the server select which gui to open, then just reuse the switch one or so...
L248[04:11:38] <Sangar> Solarstrike, i see :)
L249[04:12:27] <Kubuxu> hmm, it would be cheat but how about making button that closes one and opens the second ;?
L250[04:12:34] <Vexatos> Sangar: https://twitter.com/Snagar
L251[04:13:10] ⇦ Quits: SnowDapples (~powered@p5794DB4C.dip0.t-ipconnect.de) (Ping timeout: 186 seconds)
L252[04:13:18] ⇨ Joins: SnowDapples (~powered@p5794DB4C.dip0.t-ipconnect.de)
L253[04:13:18] <LadyAlissa> Sangar: Pretty much.
L254[04:13:30] <Sangar> Vexatos, don't think i didn't try that one, too :P
L255[04:14:00] <LadyAlissa> It will also have an effect based on the difference between code shipped standard with the system, code installed via the repository manager, and code installed locally.
L256[04:14:11] <LadyAlissa> https://github.com/ChickenNuggers/PlutOS/blob/master/README.md Here's a review of what I've currently planned out.
L257[04:14:15] <Sangar> Kubuxu, yeah, that's basically what the tab buttons would do ^^ but i'd really have the urge to do it properly then
L258[04:14:34] *** Pwootage is now known as Pwootage|Off
L259[04:14:38] <LadyAlissa> The files are structured and everything, and I'm currently planning out how to implement Kage
L260[04:15:15] <Sangar> it's a dwarf :P
L261[04:15:20] <LadyAlissa> Now that it actually costs resources to keep a computer running, it's not likely people are going to want fuel going towards another stupid little clock thing I build in my clients.
L262[04:15:50] <Vexatos> "Now that it actually costs resources to keep a computer running"
L263[04:15:55] <Vexatos> :P
L264[04:16:10] <Sangar> eh, i wonder if a clock would even have a noticeable impact :X
L265[04:16:11] <LadyAlissa> I took ComputerCraft for granted way too much.
L266[04:16:20] <LadyAlissa> Sangar: it does if you leave it running. :I
L267[04:16:25] <Sangar> ^^
L268[04:16:40] <LadyAlissa> just imagine, you keep your base chunkloaded and you go off on a large mining trip
L269[04:16:52] <LadyAlissa> considering I have about 8 miners/digger's backpacks, that's a reasonable length of time
L270[04:17:03] <LadyAlissa> then I come back to see that a clock has just been wasting fuel every 20 ticks :I
L271[04:17:22] <LadyAlissa> OOH IDEA IMPLEMENT A "SLEEP" DISPLAYLESS MODE :O
L272[04:17:39] <Sangar> heh, i suppose unless you have a big reactor it can matter :X
L273[04:17:58] <Sangar> sure. screens can be powered off, and won't consume energy while they are.
L274[04:18:00] <LadyAlissa> people always ask why i want to find a way to use renewable energy
L275[04:18:01] <Vexatos> oppm install bigreactors-control
L276[04:18:09] <Vexatos> I should rename the package to win-game
L277[04:18:21] <Sangar> also, yeah, plutOS sounds nice :P
L278[04:18:24] <LadyAlissa> I'd rather have a renewable farm get wasted.
L279[04:18:38] <LadyAlissa> yeah i was reminded of JupiterOS for ComputerCraft when I was thinking of a name
L280[04:18:42] <LadyAlissa> so I'm like "PLUTO <3"
L281[04:18:44] <Sangar> Vexatos, will it display a button? :P
L282[04:19:01] <Vexatos> what?
L283[04:19:13] <Sangar> the "win the game button"
L284[04:19:25] <Vexatos> nah
L285[04:19:36] <Sangar> LadyAlissa, it's funny insofar as the persistence lib eris is a rewrite of the persistence lib pluto :P
L286[04:20:04] <LadyAlissa> so I'm making a distribution named similarly to a rewrite.
L287[04:20:06] <LadyAlissa> ++
L288[04:20:26] <Sangar> pluto was the original :X
L289[04:20:30] <Sangar> for 5.1
L290[04:20:44] <LadyAlissa> eew. 5.1 D:
L291[04:20:46] <Sangar> eris is my rewrite for 5.2. but it's close enough :P
L292[04:20:59] <Sangar> (and 5.3)
L293[04:21:00] <LadyAlissa> O.o did i make my links wrong or something? >.>
L294[04:21:12] <LadyAlissa> (ChickenNuggers)[mailto:charles@hashbang.sh]
L295[04:21:20] <LadyAlissa> pretty sure that's the syntax
L296[04:21:20] <LadyAlissa> unless i switch the () and []
L297[04:21:21] <Sangar> braces and brackets the other way around
L298[04:21:23] <Sangar> yeah
L299[04:21:30] <Vexatos> lrn2md
L300[04:21:40] * Vexatos marks down LadyAlissa
L301[04:21:43] <Sangar> oppm install lrn2md
L302[04:21:44] * LadyAlissa punts Vexatos
L303[04:21:46] <Sangar> nope
L304[04:22:08] <Starhero> I wonder what BC broke to break LP OC intergration.
L305[04:22:50] <Sangar> bc broke lp's oc integration? o.O
L306[04:22:52] <Starhero> the only thing that makes sense is i updated bc recently, a minor revision....
L307[04:22:58] <LadyAlissa> Sangar: Yeah, was mentioned last night.
L308[04:23:18] <Sangar> that's... interesting
L309[04:23:30] <Starhero> I never get anyt methods from LP pipes
L310[04:23:37] <Starhero> but another mod does...
L311[04:23:50] <LadyAlissa> now if we could just get my hashbang.sh key reset :I
L312[04:24:12] <LadyAlissa> I could just sneak into the admin system :D
L313[04:24:32] <LadyAlissa> I'm a system admin but I have no SSH keys to do anything admin-ey on hashbang. genius. :3
L314[04:26:21] * Izaya is installing Windows 10 on his desktop
L315[04:26:54] <LadyAlissa> I'm waiting for it to be released to install it or whatever.
L316[04:26:55] <Mimiru> The RTM is nice
L317[04:26:57] <LadyAlissa> 11 days \o/
L318[04:28:37] <Sangar> Starhero, weird. if it worked before but doesn't anymore you might want to open an issue on their github.
L319[04:29:19] <Starhero> yeah, just lazy to do so right now..
L320[04:29:30] <Sangar> heh
L321[04:29:37] <LadyAlissa> and this is the part where i seriously hope i can use SSL
L322[04:30:33] <Starhero> Izaya: sadly, I went win10 for a while and then decided to go linux for performance reasons.
L323[04:30:56] <Izaya> I have a 250GB laptop drive in my desktop specifically for Windows
L324[04:31:01] <Starhero> I haven't looked back..and with windows gonna have big brother EULAs and TOS , im out.
L325[04:31:12] <Izaya> I then have a 320GB drive for anime and a 500GB drive for Linux.
L326[04:31:36] * Solarstrike silently watches the PC wars turn
L327[04:31:51] <Vexatos> soo
L328[04:32:03] <LadyAlissa> Izaya: I have a 50GB Arch, 100GB /home. \o/
L329[04:32:04] <Starhero> Personally I liked how windows changed ther start menu in win10
L330[04:32:05] <Vexatos> win10 upgrade thinger tells me my computer has the minimum requirements
L331[04:32:06] <Izaya> I had a rather... interesting conversation with a BSD user today
L332[04:32:12] <Vexatos> but I am still not sure if I should do it
L333[04:32:12] <LadyAlissa> have a 50GB spare for another Linux OS
L334[04:32:16] <Vexatos> it already takes 5 minutes to boot
L335[04:32:20] <LadyAlissa> and then about 100GB more
L336[04:32:50] <Starhero> Have never used BSD more then 10 minutes in my life..probably will someday
L337[04:32:54] <Vexatos> Then again win10 is supposed to be way faster than win7
L338[04:33:10] <Starhero> it is...i mean the OS is better then the last
L339[04:33:25] <Starhero> just that cortana records you ALL THE TIME ...suposively
L340[04:33:27] <Izaya> I ran 386BSD on a 486 box as a cool project for a while
L341[04:33:39] <Vexatos> Starhero, I'm turning that crap off, of course
L342[04:33:39] <Izaya> If Cortana records me all the time
L343[04:33:47] <Izaya> she'll know I say the word 'fuck' a lot
L344[04:33:55] <Vexatos> Doing so is easy
L345[04:34:03] <Vexatos> Also I can just disable my microphone :P
L346[04:34:40] <Starhero> bah, i live in a skype world (which aint no better..ms got it and promtly logged it).
L347[04:35:30] <Starhero> its kinda crazy, we'd be in arms if software did what it does today, 10 years ago.
L348[04:35:45] <Starhero> in the privacy department that is...
L349[04:36:16] <Vexatos> I'll wait for a couple of days after release with the upgrade
L350[04:36:37] <Vexatos> to see if it's actually faster on crappy computers
L351[04:38:34] <Kubuxu> Sangar: <3: `case _ => // Dafuq u doin.`
L352[04:39:57] <Izaya> ...
L353[04:39:57] <Izaya> "This driver can't release to failure"
L354[04:39:58] <Sangar> :D
L355[04:39:58] <Izaya> fuck
L356[04:39:59] <Izaya> not only will my network drivers not install
L357[04:40:00] <Izaya> but the installer program was outsourced
L358[04:40:42] <LadyAlissa> Sangar: Can I use HTTPS with the internet cards?
L359[04:42:04] <Sangar> via request, that should work yes
L360[04:42:24] <Vexatos> not via .open
L361[04:42:29] <Kubuxu> Sangar: for now I've made this: https://github.com/StarChasers/OpenComputers/commit/9726edbd450e2991c002dd7a71cade885e88b37e
L362[04:42:29] <Vexatos> :P
L363[04:42:31] <Sangar> the tcp sockets don't do ssl, though (i think there's an issue for that but noone took it on yet :P)
L364[04:42:33] <Kubuxu> I hope you don't mind.
L365[04:43:21] <Sangar> custom build for your server you mean? sure, why would i :)
L366[04:43:51] <Sangar> i'll see if i can find the motivation to work on the switch-gui-in-rack thing this weekend
L367[04:44:20] <Sangar> today is unlikely tho, class reunion later today :P
L368[04:45:18] <LadyAlissa> Sangar: We should add that to the data card
L369[04:45:26] <LadyAlissa> I mean, it'd probably fit in..
L370[04:46:43] <Sangar> LadyAlissa, eh, it'd make sense to just have it in the inet card natively i think. otherwise use Vexatos' crypto block thinger in Computronics maybe? :P
L371[04:47:01] <LadyAlissa> Well, the data card deals with hashing and stuff.
L372[04:47:04] <LadyAlissa> I assumed that would be better.
L373[04:47:45] ⇦ Quits: Solarstrike (~Solarstri@71.21.85.124) (Quit: *magically disappears*)
L374[04:47:45] <Vexatos> yes
L375[04:47:46] <Vexatos> hashing
L376[04:47:49] <Vexatos> hashing and encoding
L377[04:47:52] <Vexatos> NOT encrypting
L378[04:48:00] ⇦ Parts: Izaya (~Izaya@210.1.213.55) (Leaving))
L379[04:48:01] <LadyAlissa> it's still data or whatever
L380[04:48:03] ⇨ Joins: Izaya (~Izaya@210.1.213.55)
L381[04:48:07] <LadyAlissa> but if you want we could stick it on the internet card
L382[04:48:08] <Sangar> that on the one hand, also i think the "internet" aspect overweighs
L383[04:48:08] <Izaya> You know
L384[04:48:14] <LadyAlissa> sometimes, Izaya.
L385[04:48:17] <Izaya> both sides click
L386[04:48:22] <Izaya> closing a channel
L387[04:48:29] <Izaya> is really inconvenient
L388[04:48:42] <LadyAlissa> Izaya: the convenient thing about WeeChat is I can /key unbind; those
L389[04:49:00] <LadyAlissa> Sangar: I'll probably look at it later and see if I'm stupid enough to attempt it.
L390[04:49:45] <Sangar> LadyAlissa, sure thing, beware of the scala in the inet card ;)
L391[04:49:55] <LadyAlissa> oh yay there's scala
L392[04:50:06] <LadyAlissa> another language i'm going to have to shove down my throat
L393[04:50:08] <Vexatos> once you get internet.open to support secure TCP
L394[04:50:18] <Vexatos> The tape program will work with dropbox again;_;
L395[04:50:52] <Sangar> LadyAlissa, http://git.io/vmXDs inet card logic, to save you the search
L396[04:50:56] <LadyAlissa> I was thinking more along the lines of upgrading to TLS or whatever
L397[04:53:31] <LadyAlissa> Sangar: I'll take a look at it later but to be honest it's a bit low on my priority list if I can get HTTPS working.
L398[04:54:48] <Sangar> LadyAlissa, sure, guess why noone else bothered to look into it yet ;)
L399[04:55:00] <LadyAlissa> Well, I'm surprised, actually.
L400[04:55:04] <LadyAlissa> Some IRC servers force SSL
L401[04:55:19] <LadyAlissa> so IRC programs would be using it.
L402[04:55:37] * Sangar shrugs
L403[04:55:40] <Vexatos> dropbox forces HTTPS
L404[04:55:41] <Sangar> http://git.io/vJCpW is the issue btw
L405[04:55:57] <Vexatos> My tape program isn't working with dropbox links :P
L406[04:56:19] <LadyAlissa> The GitHub API requires it too.
L407[05:01:57] ⇨ Joins: reinei (~reinei@ip-2-202-100-32.web.vodafone.de)
L408[05:05:08] ⇨ Joins: xDevilDewDropsx (~xdevildew@pool-108-33-83-66.tampfl.fios.verizon.net)
L409[05:05:24] <xDevilDewDropsx> Wow I left my computer running and so much chat built up!
L410[05:06:49] ⇦ Quits: xDevilDewDropsx (~xdevildew@pool-108-33-83-66.tampfl.fios.verizon.net) (Client Quit)
L411[05:07:48] <reinei> I'm bored, Izaya give me code to fix or something
L412[05:07:56] <reinei> I bet amie still has lots of bugs
L413[05:11:36] <Izaya> Once I reboot I'll re-attach my linux drive and commit my changes
L414[05:11:50] <Izaya> then the terminal handler is inexplicably acting up
L415[05:11:58] <Izaya> but for now I'm installing Steam on my Windows 10
L416[05:14:03] ⇨ Joins: xDevilDewDropsx (~xdevildew@pool-108-33-83-66.tampfl.fios.verizon.net)
L417[05:14:06] <LadyAlissa> So I had a nice update idea
L418[05:14:14] <LadyAlissa> Install diffs of files based off of commits on GitHub
L419[05:14:21] <LadyAlissa> basically just like git does or whatever
L420[05:15:20] ⇦ Quits: xDevilDewDropsx (~xdevildew@pool-108-33-83-66.tampfl.fios.verizon.net) (Client Quit)
L421[05:15:26] *** Pwootage|Off is now known as Pwootage
L422[05:16:02] ⇨ Joins: Ashigaru (Archtikz@ashigaru.uk)
L423[05:22:21] ⇦ Quits: Starhero (~EiraIRC@24-113-128-11.wavecable.com) (Remote host closed the connection)
L424[05:25:15] *** Pwootage is now known as Pwootage|Off
L425[05:36:18] ⇦ Quits: reinei (~reinei@ip-2-202-100-32.web.vodafone.de) (Remote host closed the connection)
L426[05:36:45] ⇨ Joins: reinei (~reinei@ip-2-202-100-32.web.vodafone.de)
L427[05:39:03] <LadyAlissa> `curl "https://api.github.com/repos/ChickenNuggers/PlutOS/git/trees/09d5030172a58abdc3b7a3558a1e1b8a0537243e?recursive=1"`
L428[05:39:15] <LadyAlissa> A link to every file and a reference to every directory for a GitHub repository.
L429[05:39:21] <LadyAlissa> This is ~excellent~
L430[05:40:24] <LadyAlissa> now to work on getting the latest commit, then downloading all of that.
L431[05:41:58] <reinei> LadyAlissa, gitLAB definitly has a binding to get commits and the changed files, so gitHUB should be a walk in the park
L432[05:43:28] <LadyAlissa> :3
L433[05:51:31] <Vexatos> http://git.io/vmXAe what
L434[05:54:04] <LadyAlissa> When using the HTTP API, how can I tell when I'm at the end of an HTTP request?
L435[05:55:06] <LadyAlissa> also Vexatos -- :I that's a new level of wat
L436[05:55:32] <Vexatos> three things suggested, two of which are already there
L437[05:55:33] <Vexatos> k
L438[05:56:58] <LadyAlissa> So I'm guessing I could just read from Content-Size
L439[05:57:00] * LadyAlissa durp.
L440[05:57:07] <Vexatos> That's what i do
L441[05:57:37] <LadyAlissa> The problem is going to be with larger repositories
L442[05:57:53] <LadyAlissa> I'm pretty sure that just grabbing the commits is going to overflow the RAM.
L443[05:58:16] <LadyAlissa> I don't know of any buffered JSON parsers, though.
L444[05:58:21] <LadyAlissa> Plus, those would take up way too much RAM.
L445[05:58:59] <LadyAlissa> eh. let's hope it won't break.
L446[06:07:25] <LadyAlissa> Alright, so I'm using the HTTP .request() now, and :response() on the handler is returning nil values.
L447[06:22:39] *** OneM_Asleep is now known as OneM_Caffeine
L448[06:22:46] <reinei> god, why is it so hard to add all .desktop files in a folder matching a pattern to a dconf entry under linux?
L449[06:30:12] ⇦ Quits: reinei (~reinei@ip-2-202-100-32.web.vodafone.de) (Remote host closed the connection)
L450[06:30:51] ⇨ Joins: reinei (~reinei@ip-2-202-100-32.web.vodafone.de)
L451[06:31:03] <reinei> why can't linux just work?
L452[06:31:31] <LadyAlissa> why can't Kage just work?
L453[06:31:38] <LadyAlissa> stil stuck on the :response() bug
L454[06:54:20] ⇦ Quits: Keridos|away (~Keridos@ironhide.stw-bonn.de) (Quit: ZNC - http://znc.in)
L455[06:54:34] ⇨ Joins: Keridos|away (~Keridos@ironhide.stw-bonn.de)
L456[06:59:47] <LadyAlissa> Why would component.internet.request( "http://alissa.ml" ):finishConnect() be false?
L457[07:01:53] ⇨ Joins: Nathan1852_ (~Nathan185@p5B216B13.dip0.t-ipconnect.de)
L458[07:05:41] <Inari> cause internet card is weird like that
L459[07:10:30] *** SleepingFairy is now known as Daiyousei
L460[07:14:52] *** Shuudoushi is now known as Shuudoushi|Away
L461[07:16:45] *** Pwootage|Off is now known as Pwootage
L462[07:18:32] ⇨ Joins: s0r00t (~s0@238.63.125.78.rev.sfr.net)
L463[07:19:47] <LadyAlissa> next question
L464[07:19:52] <LadyAlissa> if i change finishConnect()
L465[07:19:54] <LadyAlissa> to read()
L466[07:19:58] <LadyAlissa> it returns an empty string
L467[07:20:53] <LadyAlissa> I put in math.huge as an argument to read() and it's still no-length
L468[07:21:25] <reinei> does read("*") or read("all") or read("*a") and so on error?
L469[07:21:57] <LadyAlissa> Number expected.
L470[07:22:07] <Inari> https://www.youtube.com/watch?v=1cx9RH-xRsM#t=3m15s o.o
L471[07:22:08] <MichiBot> Inari: SHOUTCraft Clan Wars S2 - Prime vs Evil Geniuses | length 1h, 20m 38s | Likes: 702 Dislikes: 9 Views: 23843 | by TotalBiscuit Starcraft and Axiom eSports
L472[07:22:21] *** Magik6k|off is now known as Magik6k
L473[07:23:46] <reinei> ok so I officially hate dconf and the gnome shell for they are making a fool of me
L474[07:24:59] <LadyAlissa> Actual numerics passed to read() also don't work
L475[07:25:42] <Inari> afaik it puts an event with the data?
L476[07:26:18] *** Pwootage is now known as Pwootage|Off
L477[07:26:25] <reinei> how stupid would that be?
L478[07:26:31] <LadyAlissa> http://ocdoc.cil.li/component:internet
L479[07:26:51] <LadyAlissa> Doesn't say anything about that, unless you mean like it actually throws an event when it connects or whatever
L480[07:27:02] <Inari> well
L481[07:27:04] <Inari> what are you doing :P
L482[07:27:21] <Inari> and well, dont trust the wiki anyway
L483[07:27:37] <LadyAlissa> internet.request( "http://alissa.ml" ):read( 4 )
L484[07:28:33] <Izaya> Anyone want something to laugh at?
L485[07:28:44] <Vexatos> <insert "your face" joke here>
L486[07:29:13] <Sangar> the event thing was once upon a time
L487[07:29:16] <Lizzy> LadyAlissa, if the :read() works similarilly to python, the number you put in it's arguments is how many bytes to read
L488[07:29:19] <Sangar> now people want it back for tcp >_>
L489[07:29:25] <Izaya> http://pastebin.com/NuDDhVb2 http://pastebin.com/gek8QYSd
L490[07:29:27] <Sangar> i still don't like it but meh
L491[07:29:31] <Vexatos> events are unsafe
L492[07:29:34] <LadyAlissa> Lizzy: Then it should be returning the first four characters.
L493[07:29:40] <Vexatos> there's always a chance of missing an event
L494[07:30:19] <LadyAlissa> Instead the Lua interpreter prints out ""
L495[07:31:08] <Lizzy> try reading something like 128 and see if anything else is comming through
L496[07:31:18] <reinei> #lua print(internet)
L497[07:31:18] <|0xDEADBEEF|> > nil
L498[07:31:25] <LadyAlissa> Nope.
L499[07:31:30] <LadyAlissa> reinei: That uses a different Lua.
L500[07:31:31] <reinei> ok so we don't have internet emulation
L501[07:31:37] <reinei> I know, was just testing
L502[07:31:38] <Izaya> #lua _VERSION
L503[07:31:38] <|0xDEADBEEF|> > Lua 5.3 Sandbox
L504[07:32:13] <LadyAlissa> There's also :response() returns nothing
L505[07:32:54] <Inari> http://akari.in/pinky_HgcnB4 ?
L506[07:32:55] <reinei> what does a for k,v in pairs() do ... end do?
L507[07:33:11] <Lizzy> what does alissa.ml resolve to on the host machine you're trying this on?
L508[07:33:41] <LadyAlissa> reinei: iterates over a table, setting k,v to key, value
L509[07:33:49] <LadyAlissa> reinei: iterates over a table, setting k,v to key, value
L510[07:33:53] <LadyAlissa> whoops
L511[07:34:04] <LadyAlissa> 45.55.209.202, Lizzy
L512[07:34:12] <reinei> I meant: what does it return for you, (if you print the keys and values formatted for your needs)
L513[07:34:31] <Lizzy> hmm, so that rules out any localhost/localnetwork being blocked
L514[07:34:31] <Inari> read works fine too
L515[07:34:56] <LadyAlissa> type, close, read, finishConnect, response
L516[07:35:02] <reinei> aka: execute local a = internet.request("http://alissa.ml"); for k,v in pairs(a) do print(tostring(k).." "..tostring(v)) end
L517[07:35:04] <reinei> ok
L518[07:35:19] <Vexatos> not pairs
L519[07:35:20] <Vexatos> just do
L520[07:35:31] <Vexatos> for sdfjdf in internet.request("http://alissa.ml") do
L521[07:35:33] <Vexatos> IIRC
L522[07:35:40] <Vexatos> ~w internet API
L523[07:35:40] <ocdoc> http://ocd.cil.li/api:internet
L524[07:35:52] <reinei> is that lua 5.2 syntactic sugar or what?
L525[07:35:57] <LadyAlissa> that provides nothing Vexatos
L526[07:36:10] <LadyAlissa> reinei: I think it's what happens when you try to __call the metadata or something?
L527[07:36:14] <Vexatos> reinei, no
L528[07:36:19] <Vexatos> it's how you use internet.request
L529[07:36:31] <Vexatos> it returns a piece of userdata IIRC
L530[07:36:44] <Vexatos> which you can iterate through
L531[07:37:47] <LadyAlissa> Well, iterating through it does nothing. :c
L532[07:38:48] <Inari> well pairs works
L533[07:39:23] <LadyAlissa> That returns methods.
L534[07:39:32] <reinei> it returns everything
L535[07:39:38] <reinei> but it only HAS methods
L536[07:40:08] <reinei> also, why does it have a finishConnect? it sounds like request only constructs a request object to be send later O.o
L537[07:40:16] *** Cruor|Away is now known as Cruor
L538[07:40:20] <reinei> (btw I have never worked with the internet lib)
L539[07:40:54] <LadyAlissa> No idea.
L540[07:41:11] <Sangar> the lib returns an iterator. the userdata object behaves like a socket and you have to call read on it
L541[07:41:13] <Inari> tried printing internet.response() ?
L542[07:41:33] <LadyAlissa> so :finishConnect() then works
L543[07:41:37] <LadyAlissa> then read() works*
L544[07:41:39] <Sangar> the userdata object being what you get when you operate on the inet card component directly
L545[07:42:09] <Sangar> just keeping to read should also work. the first read will probably always be "" because it internally has to finishConnect tho
L546[07:42:20] <Inari> xd
L547[07:42:23] <Sangar> but you always have to expect it to return "" anyway if there currently no more data
L548[07:42:26] <Sangar> but not eof yet
L549[07:43:22] <Sangar> it's kinda like a raw unbuffered socket
L550[07:44:49] <LadyAlissa> So is there a way for me to wait until I can get an output from :response() ?
L551[07:44:52] <LadyAlissa> :finishConnect() pretty much does nothing that I can really see?
L552[07:46:36] <Sangar> repeat until blah.finishConnect() --[[ do something with blah.resonse() ]] should work i think?
L553[07:47:15] <LadyAlissa> awesome
L554[07:49:32] <Vexatos> empty repeat, so cheaty
L555[07:50:16] <reinei> well, unless lua gets a wait until <expression> in Lua 5.4, it'll be empty for quite a while
L556[07:50:21] <reinei> :P
L557[07:50:57] <Vexatos> I am actually using repeat
L558[07:51:02] <Vexatos> in one of my programs
L559[07:51:07] <Vexatos> I think tape.lua
L560[07:51:09] <LadyAlissa> empty repeats are for noobs.
L561[07:51:10] <LadyAlissa> while not blah:finishConnect() do
L562[07:51:12] * LadyAlissa shuns Vexatos
L563[07:51:25] <Inari> goto \o/
L564[07:51:25] <LadyAlissa> so it's still giving me blank text. O.o
L565[07:51:28] * LadyAlissa tries something else
L566[07:51:31] * LadyAlissa supremely shuns Inari
L567[07:51:34] <reinei> do until blah:finishConnect()
L568[07:52:01] <reinei> bbl, have to install nvidia driver for MC O.o
L569[07:52:08] ⇦ Quits: reinei (~reinei@ip-2-202-100-32.web.vodafone.de) (Remote host closed the connection)
L570[07:52:33] <Inari> psh
L571[07:52:39] <Inari> amd drivers in stall on the fly
L572[07:52:51] <LadyAlissa> wtf. now .request() is returning.. a function? O.o
L573[07:55:45] ⇨ Joins: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
L574[07:59:01] ⇦ Quits: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
L575[07:59:40] ⇨ Joins: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
L576[07:59:49] <LadyAlissa> i.. i knew this was going to be a problem. damn it. :c
L577[07:59:56] <LadyAlissa> i think the computer is running out of memory.
L578[08:00:11] <LadyAlissa> should probably write to a file and then try to parse fromthat.
L579[08:05:26] <LadyAlissa> and now to port this json -> lua table, to read from a file.
L580[08:06:02] <Sangar> `internet.request` returns an iterator fuction, yep. because there `internet` is the lib, not the component
L581[08:06:08] <Sangar> and i'm off for today o/
L582[08:06:10] ⇦ Quits: VikeStep (~VikeStep@101.184.84.112) (Quit: Leaving)
L583[08:15:36] <Magik6k> Sangar, how hard it would be to implement suspending computers?
L584[08:15:52] <LadyAlissa> Sangar: and here i'm wondering why it's running out of memory. http://phosphor.i0i0.me/QruYaRhl
L585[08:15:56] <LadyAlissa> and that's just the first few commits.
L586[08:16:12] <Magik6k> like computer.suspend() and it has it's state savet and eats 1rf/10s
L587[08:16:20] <Magik6k> *saved
L588[08:16:43] <LadyAlissa> although i'm not sure how it manages to chew up 2048KB/ram
L589[08:17:42] *** Pwootage|Off is now known as Pwootage
L590[08:21:26] <Vexatos> Magik6k, os.sleep() :P
L591[08:27:25] <Izaya> blank the screen
L592[08:27:26] *** Pwootage is now known as Pwootage|Off
L593[08:27:29] <Izaya> and os.sleep(10)
L594[08:27:51] <Inari> can you turn components off?
L595[08:28:39] <LadyAlissa> you can replace the primary component i guess but i don't think you can turn it off
L596[08:28:54] <LadyAlissa> Also I just made a PR to fix the cat.lua program -- now it won't try to write 15KB of text to the screen.
L597[08:29:13] <LadyAlissa> now to find out how to get it to yield properly.
L598[08:30:29] <LadyAlissa> and adding in an os.sleep( 0 ) fixes the problem.
L599[08:35:39] <LadyAlissa> alright. note to self.
L600[08:35:40] ⇦ Quits: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
L601[08:35:45] <LadyAlissa> do NOT write 15KB of text to terminal
L602[08:36:09] ⇨ Joins: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
L603[08:45:15] <Magik6k> LadyAlissa, dd if=/dev/random bs=1024
L604[08:48:06] ⇨ Joins: black3agl3 (~black3agl@197.225.237.189)
L605[09:04:39] <LadyAlissa> Magik6k: :I
L606[09:04:47] <LadyAlissa> writing them KB by KB is fine but not all at once
L607[09:05:09] <LadyAlissa> in other news i think kage now has a functioning install function but I don't really have a repository for testing or anything.
L608[09:05:15] <LadyAlissa> I'll test it in a few once I eat or something.
L609[09:07:49] *** Cruor is now known as Cruor|Away
L610[09:14:06] ⇨ Joins: calclavia (uid15812@id-15812.highgate.irccloud.com)
L611[09:14:06] zsh sets mode: +v on calclavia
L612[09:26:05] <Kubuxu> Don't tell marcin212 we are sending him 3d print of computer as a gift ;p
L613[09:26:42] ⇨ Joins: reinei (~reinei@ip-2-202-100-32.web.vodafone.de)
L614[09:27:52] ⇦ Quits: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
L615[09:27:59] ⇨ Joins: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
L616[09:31:51] *** Ekoserin|Off is now known as Ekoserin
L617[09:37:08] <Inari> hmmm
L618[09:37:11] <Inari> gps o rnav upgrade..
L619[09:42:44] <gamax92> {o_O}: you there?
L620[09:43:31] <Lizzy> \o/ got my W7 activated again
L621[09:45:59] <gamax92> bleh ds why must you be gone
L622[09:47:11] <LadyAlissa> bleh gamax92 why must you be here
L623[09:47:20] ⇦ Parts: gamax92 (gamax92@The.Dragon.Slayer.PanicBNC.eu) (Leaving))
L624[09:48:22] *** alfw| is now known as alfw|streaming
L625[09:48:45] <LadyAlissa> not the reaction i was expecting but it's certainly one i won't cry over.
L626[09:51:26] ⇨ Joins: gamax92 (gamax92@The.Dragon.Slayer.PanicBNC.eu)
L627[09:51:26] zsh sets mode: +v on gamax92
L628[09:56:47] <gamax92> bleh CC's bit api makes no sense, again
L629[09:56:55] ⇦ Quits: s0r00t (~s0@238.63.125.78.rev.sfr.net) (Remote host closed the connection)
L630[09:57:18] <Lizzy> \o/ internet is being a PoS
L631[09:57:59] ⇨ Joins: Vexaton (~Vexatos@p200300556E0665354C14523FDA25D3A6.dip0.t-ipconnect.de)
L632[09:57:59] zsh sets mode: +v on Vexaton
L633[10:03:38] ⇦ Quits: Vexatos (~Vexatos@p200300556E0665674C14523FDA25D3A6.dip0.t-ipconnect.de) (Ping timeout: 378 seconds)
L634[10:06:04] <Inari> wow, drones are really lightweight
L635[10:06:10] <Inari> cant even have a tank+inv drone
L636[10:06:16] <Inari> need to make 1 tank and 1 inv one
L637[10:06:23] <Inari> (since i want controllers too)
L638[10:08:37] ⇨ Joins: TangentDelta (~christine@63.143.24.22)
L639[10:10:05] *** Vexaton is now known as Vexatos
L640[10:12:09] ⇦ Quits: Vexatos (~Vexatos@p200300556E0665354C14523FDA25D3A6.dip0.t-ipconnect.de) (Quit: I guess I have to go now. Bye ✔)
L641[10:12:26] ⇨ Joins: Vexaton (~Vexatos@p200300556E0665354C14523FDA25D3A6.dip0.t-ipconnect.de)
L642[10:12:26] zsh sets mode: +v on Vexaton
L643[10:12:41] ⇦ Quits: Vexaton (~Vexatos@p200300556E0665354C14523FDA25D3A6.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
L644[10:12:55] ⇨ Joins: Vexatos (~Vexatos@p200300556E0665354C14523FDA25D3A6.dip0.t-ipconnect.de)
L645[10:12:55] zsh sets mode: +v on Vexatos
L646[10:13:07] ⇦ Quits: Vexatos (~Vexatos@p200300556E0665354C14523FDA25D3A6.dip0.t-ipconnect.de) (Client Quit)
L647[10:13:39] ⇨ Joins: Vexatos (~Vexatos@p5B3C84D9.dip0.t-ipconnect.de)
L648[10:13:39] zsh sets mode: +v on Vexatos
L649[10:16:37] <{o_O}> gamax92: hai
L650[10:18:48] <gamax92> Dammit, I almost fixed it, now only the bit.bor is giving issues
L651[10:18:52] *** Pwootage|Off is now known as Pwootage
L652[10:19:15] <Vexatos> bit32.bor?
L653[10:19:18] <gamax92> CC
L654[10:19:26] <Vexatos> CC has binary shite?
L655[10:19:28] <gamax92> {o_O}: I had wrote this but then realized this is not at all how Java casts doubles to ints http://hastebin.com/ejuzagiten.lua
L656[10:19:36] <gamax92> CC has had a bit api for years yes
L657[10:21:04] <{o_O}> does that code even work
L658[10:21:07] <gamax92> yeah
L659[10:21:31] <gamax92> However I'm now using this http://hastebin.com/gogegoyuxu.lua
L660[10:22:11] <{o_O}> if num ~= num then num = 0 end
L661[10:22:16] <{o_O}> is that NaN checking
L662[10:22:18] <gamax92> yes
L663[10:22:29] <{o_O}> Maybe you should throw an error if it's nan
L664[10:22:41] <gamax92> CC doesn't do that so cclite is not going to either
L665[10:22:42] <{o_O}> #lua print(1/0 == 1/0)
L666[10:22:42] <|0xDEADBEEF|> > true | nil
L667[10:22:53] <{o_O}> #lua print(0/0 == 0/0)
L668[10:22:53] <|0xDEADBEEF|> > false | nil
L669[10:22:54] <gamax92> thats infinity not nan
L670[10:23:02] <{o_O}> #lua math.tointeger(0/0 == 0/0)
L671[10:23:02] <|0xDEADBEEF|> > nil
L672[10:23:05] <{o_O}> wat
L673[10:23:41] <gamax92> oh I wasn't even passing the values in bor to that function :P
L674[10:28:31] *** Pwootage is now known as Pwootage|Off
L675[10:28:38] <gamax92> "Files are identical" wooo
L676[10:30:43] *** alekso56_off is now known as alekso56
L677[10:49:39] ⇨ Joins: Promestein (~promestei@pool-108-33-83-66.tampfl.fios.verizon.net)
L678[10:50:13] ⇦ Quits: Promestein (~promestei@pool-108-33-83-66.tampfl.fios.verizon.net) (Client Quit)
L679[10:50:29] ⇨ Joins: Promestein (~promestei@pool-108-33-83-66.tampfl.fios.verizon.net)
L680[10:51:25] ⇦ Quits: Promestein (~promestei@pool-108-33-83-66.tampfl.fios.verizon.net) (Client Quit)
L681[11:03:54] ⇨ Joins: mallrat208 (~mallrat20@142-197-84-231.res.bhn.net)
L682[11:12:29] *** Magik6k is now known as Magik6k|off
L683[11:17:09] *** Cruor|Away is now known as Cruor
L684[11:21:55] *** Cranium[Away] is now known as Cranium
L685[11:34:43] <{o_O}> #lua 51/255
L686[11:34:43] <|0xDEADBEEF|> > 0.2
L687[11:35:38] <{o_O}> gamax92: So I'm doing real time gaussian blur on the Wii
L688[11:35:50] <{o_O}> I stole the code from WiiFlow :P
L689[11:43:22] <{o_O}> I ported over the shadows from Android Lollipop, which I have yet to get on my phone.
L690[11:43:35] <{o_O}> My WATCH has a newer version of android than my phone, thats sad.
L691[11:45:52] <Kubuxu> Sangar: my FPS are tanking in printer GUI.
L692[11:50:29] ⇨ Joins: marcin212 (~marcin212@abhy17.neoplus.adsl.tpnet.pl)
L693[11:54:22] <Kubuxu> Sangar: while printing.
L694[11:55:42] <Kubuxu> Now it is back normal.
L695[11:57:15] ⇦ Quits: Lunatrius (~Lunatrius@77.38.103.182) (Ping timeout: 180 seconds)
L696[11:58:38] *** rakiru|offline is now known as Kasen
L697[12:20:41] *** Pwootage|Off is now known as Pwootage
L698[12:22:06] ⇨ Joins: Promestein (~promestei@pool-108-33-83-66.tampfl.fios.verizon.net)
L699[12:23:38] ⇦ Quits: Promestein (~promestei@pool-108-33-83-66.tampfl.fios.verizon.net) (Client Quit)
L700[12:24:47] <Aedda> For 3d printing what is the limit to the number of sub-objects that can be created in a single print?
L701[12:28:28] <Mimiru> it's in the config, I think it's 20 something by default
L702[12:29:00] <Aedda> Oh cool, I'll go check that. Thanks Mimiru!
L703[12:29:18] <Mimiru> maxShapes=24
L704[12:29:45] ⇦ Quits: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net) (Remote host closed the connection)
L705[12:30:28] *** Pwootage is now known as Pwootage|Off
L706[12:30:44] <Aedda> Awesome that it is configurable. :D Thanks again Mimiru!
L707[12:31:14] <Mimiru> np
L708[12:42:59] ⇨ Joins: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
L709[12:58:05] ⇦ Quits: reinei (~reinei@ip-2-202-100-32.web.vodafone.de) (Remote host closed the connection)
L710[13:00:28] ⇦ Quits: Nathan1852_ (~Nathan185@p5B216B13.dip0.t-ipconnect.de) (Ping timeout: 202 seconds)
L711[13:03:24] ⇦ Quits: marcin212 (~marcin212@abhy17.neoplus.adsl.tpnet.pl) (Ping timeout: 206 seconds)
L712[13:07:33] <{o_O}> #lua function lerp(x, y, t) return (y-x)*t+x end return lerp(0,100,.5)
L713[13:07:33] <|0xDEADBEEF|> > 50.0
L714[13:08:51] ⇨ Joins: Lunatrius (~Lunatrius@77.38.103.182)
L715[13:13:18] <{o_O}> .p
L716[13:13:18] <{o_O}> #p
L717[13:13:19] <|0xDEADBEEF|> > 0.260780216 Seconds passed.
L718[13:13:19] <{o_O}> T_T
L719[13:13:20] <^v> Ping reply from {o_O} 1.11s
L720[13:13:29] <{o_O}> Bullshit, my wifi card stalled
L721[13:14:16] <{o_O}> .p
L722[13:14:18] <^v> Ping reply from {o_O} 1.73s
L723[13:15:12] *** Pwootage|Off is now known as Pwootage
L724[13:18:23] <Kodos|Zzz> #lua function inc(var,amt) newvar = var + (amt or 1) return newvar end
L725[13:18:23] <|0xDEADBEEF|> > nil
L726[13:18:35] <Kodos|Zzz> #lua function dec(var,amt) newvar = var - (amt or 1) return newvar end
L727[13:18:35] <|0xDEADBEEF|> > nil
L728[13:18:59] <Kodos|Zzz> #lua return inc(27,2) + dec(23,2)
L729[13:19:00] <|0xDEADBEEF|> > 50
L730[13:19:03] <Kodos|Zzz> =D
L731[13:19:07] *** Kodos|Zzz is now known as Kodos
L732[13:27:32] ⇨ Joins: reinei (~reinei@ip-2-202-100-32.web.vodafone.de)
L733[13:28:06] ⇨ Joins: WireWulf (~SageKitsu@2602:306:ce4f:a280:872:5f5e:86fe:27c4)
L734[13:28:14] *** WireWulf is now known as SageKitsune
L735[13:31:42] *** Pwootage is now known as Pwootage|Off
L736[13:34:33] ⇦ Quits: reinei (~reinei@ip-2-202-100-32.web.vodafone.de) (Remote host closed the connection)
L737[13:34:43] ⇦ Quits: Forecaster (~Forecaste@83.223.1.173) (Read error: Connection reset by peer)
L738[13:36:53] ⇨ Joins: Forecaster (~Forecaste@83.223.1.173)
L739[13:42:34] ⇨ Joins: reinei (~reinei@ip-2-202-100-32.web.vodafone.de)
L740[13:56:06] *** alfw|streaming is now known as alfw|
L741[13:56:21] ⇦ Quits: sciguyryan (~sciguyrya@93-94-245-43.dynamic.swissvpn.net) ()
L742[13:59:21] ⇨ Joins: Starhero (~EiraIRC@24-113-128-11.wavecable.com)
L743[14:03:42] *** Cruor is now known as Cruor|Away
L744[14:25:31] *** Cruor|Away is now known as Cruor
L745[14:36:43] <Kubuxu> ~w component
L746[14:36:43] <ocdoc> http://ocd.cil.li/component
L747[14:37:47] ⇨ Joins: marcin212 (~marcin212@abhy17.neoplus.adsl.tpnet.pl)
L748[14:45:22] ⇨ Joins: Nathan1852_ (~Nathan185@p5B216B13.dip0.t-ipconnect.de)
L749[14:45:38] ⇦ Quits: mallrat208 (~mallrat20@142-197-84-231.res.bhn.net) (Ping timeout: 189 seconds)
L750[15:03:56] ⇦ Quits: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net) (Remote host closed the connection)
L751[15:10:23] ⇨ Joins: Nathan1852__ (~Nathan185@p5B216B13.dip0.t-ipconnect.de)
L752[15:13:00] ⇦ Quits: Nathan1852_ (~Nathan185@p5B216B13.dip0.t-ipconnect.de) (Ping timeout: 202 seconds)
L753[15:19:50] ⇦ Quits: Vexatos (~Vexatos@p5B3C84D9.dip0.t-ipconnect.de) (Quit: I guess I have to go now. Bye ✔)
L754[15:21:32] <{o_O}> #lua string.unpack("I",string.pack("d",0.3))
L755[15:21:32] <|0xDEADBEEF|> > 858993459 | 5
L756[15:21:43] <{o_O}> #lua string.unpack("I",string.pack("d",0))
L757[15:21:43] <|0xDEADBEEF|> > 0 | 5
L758[15:21:46] <{o_O}> magicall
L759[15:21:54] <{o_O}> #lua string.unpack("I",string.pack("d",1))
L760[15:21:55] <|0xDEADBEEF|> > 0 | 5
L761[15:21:57] <{o_O}> wat
L762[15:21:59] <{o_O}> #lua string.unpack("I",string.pack("d",1.0))
L763[15:21:59] <|0xDEADBEEF|> > 0 | 5
L764[15:22:01] <{o_O}> #lua string.unpack("I",string.pack("d",1.4))
L765[15:22:01] <|0xDEADBEEF|> > 1717986918 | 5
L766[15:22:05] <{o_O}> #lua string.unpack("I",string.pack("d",10))
L767[15:22:05] <|0xDEADBEEF|> > 0 | 5
L768[15:22:08] <{o_O}> what the shit
L769[15:22:17] <{o_O}> #lua string.unpack("I",string.pack("d",10000000))
L770[15:22:17] <|0xDEADBEEF|> > 0 | 5
L771[15:22:21] <{o_O}> #lua string.unpack("L",string.pack("d",10000000))
L772[15:22:21] <|0xDEADBEEF|> > 4711630319722168320 | 9
L773[15:22:25] <{o_O}> there we go
L774[15:22:28] <{o_O}> #lua string.unpack("L",string.pack("d",1))
L775[15:22:28] <|0xDEADBEEF|> > 4607182418800017408 | 9
L776[15:22:31] <{o_O}> #lua string.unpack("L",string.pack("d",0))
L777[15:22:31] <|0xDEADBEEF|> > 0 | 9
L778[15:23:01] <reinei> what are you trying to do?
L779[15:23:26] <{o_O}> Just seeing IEEE754 doubles, thats all
L780[15:27:04] <{o_O}> #lua string.pack("I8I4", 6278066737626506568, 1684828783)
L781[15:27:04] <|0xDEADBEEF|> > Hello, World
L782[15:27:28] <{o_O}> #lua string.pack("I8I5", 6278066737626506568, 143418749551)
L783[15:27:28] <|0xDEADBEEF|> > Hello, World!
L784[15:27:32] <{o_O}> Did it
L785[15:30:32] <reinei> what are string.pack/unpack doing?
L786[15:30:59] <{o_O}> It allows you to pack simple datatypes into strings
L787[15:31:30] <{o_O}> Allowing you to pretty much make an optimized binary format for anything you want
L788[15:32:03] <reinei> I'll have to look into that
L789[15:32:20] <reinei> ~w string.pack
L790[15:32:20] <ocdoc> Predicted http://www.lua.org/manual/5.2/manual.html#pdf-string.match
L791[15:32:54] <{o_O}> lol
L792[15:33:01] <{o_O}> http://www.lua.org/manual/5.3/manual.html#pdf-string.pack
L793[15:33:02] <{o_O}> ftfy
L794[15:36:12] ⇨ Joins: Devoenix (~Devoenix@cpe-70-119-108-122.tx.res.rr.com)
L795[15:41:17] <Ekoserin> May I ask to ask a question?
L796[15:41:35] <Mimiru> No, you're now banned too
L797[15:41:38] <Mimiru> ^_^
L798[15:41:48] <Inari> Lol
L799[15:41:49] <vifino> lol
L800[15:42:03] <Inari> we could hire Temia as a bouncer
L801[15:42:04] <Ekoserin> NotEkoserin (ekoserin@comcast) has joined
L802[15:42:36] * Mimiru sets mode +b NotEkoserin!*@*
L803[15:43:23] <Ekoserin> nick NotEkoserin
L804[15:43:45] <Mimiru> Ugh wtf Chisel...
L805[15:44:20] <Mimiru> does... does it set the texture based on the x/y coords?
L806[15:44:52] <Mimiru> http://michi.pc-logix.com/Minecraft_1.7.10_2015-07-18_15-44-42.png
L807[15:44:56] <Mimiru> why.. would it do that ¬_¬
L808[15:46:51] <Inari> Mimiru: yeah, it annoys me greatyl about those blocks
L809[15:47:31] <Mimiru> ¬_¬ That's annoying
L810[15:47:42] <Mimiru> Glad it's not just me though
L811[15:47:57] <Inari> hows that cryptocurrency coming along?
L812[15:48:24] <reinei> I wonder why the lua manual doesn't state ALL metamethods available ..
L813[15:51:05] <Inari> it does?
L814[15:51:21] <reinei> nope
L815[15:51:26] <Inari> http://www.lua.org/manual/5.2/manual.html#2.4 ?
L816[15:51:27] <reinei> it states __concat, but not __tostring
L817[15:52:06] <Inari> hm possible isnt considered a direct metamethod xD dunno
L818[15:52:13] <reinei> although VERY strictly speaking __tostring isn'T meta
L819[15:52:33] <Inari> well you'Re corect
L820[15:52:37] <Inari> it should be listed in metamethods
L821[15:52:47] <Inari> since later on the manual says "if the error object has a metamethod __tostring"
L822[15:53:47] <reinei> and it would be kinda cool to allow for custom and automagical table unpacking in certain situations, but that would be a hell of a hell to add
L823[16:01:51] *** Daiyousei is now known as ShoweringFairy
L824[16:02:49] ⇦ Quits: reinei (~reinei@ip-2-202-100-32.web.vodafone.de) (Remote host closed the connection)
L825[16:04:20] ⇨ Joins: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
L826[16:05:29] <Inari> can robots fish?
L827[16:06:29] ⇨ Joins: MrRatermat (~ratermat@host81-158-26-162.range81-158.btcentralplus.com)
L828[16:07:30] ⇦ Quits: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
L829[16:18:02] <Temia> Wait, what?
L830[16:20:31] <Inari> Temia: i? :3
L831[16:20:34] <Inari> -i
L832[16:27:13] ⇨ Joins: makkarpov (webchat@kem.spnet.ru)
L833[16:27:56] * Ekoserin pours a bucket of water on the floor.
L834[16:28:22] * Ekoserin tries to fish even though the water is not deep enough for even a single fish on its side.
L835[16:29:19] <Temia> what about being a bouncer? @.@
L836[16:29:25] <Temia> What did you talk about while I was asleep?
L837[16:31:02] * Lizzy hugs Temia
L838[16:32:01] * Temia squeaks
L839[16:32:51] <gamax92> talking is influencing your dreams
L840[16:33:18] <Inari> Temia: a bouncer that enforces bans
L841[16:34:30] <Temia> I know but
L842[16:34:34] <Temia> wha? @.@
L843[16:35:31] <vifino> meep
L844[16:36:35] <Devoenix> http://www.nationstates.net/page=create_dispatch/category=1
L845[16:36:47] <Devoenix> wait
L846[16:36:49] <Devoenix> wrong link ;-;
L847[16:37:23] <Devoenix> http://www.nationstates.net/nation=the_thaumic_crimson_cult
L848[16:37:24] <Devoenix> there
L849[16:37:25] <Devoenix> :3
L850[16:38:33] ⇨ Joins: black3agl33 (~black3agl@197.224.73.72)
L851[16:40:14] <Temia> o.o
L852[16:40:21] <Temia> You made a crimson cultist nationstate?'
L853[16:40:29] <Temia> ...that site is still a thing!?
L854[16:40:34] *** ShoweringFairy is now known as Daiyousei
L855[16:41:17] <Devoenix> I made the Thaumic crimson cult nationstate*
L856[16:41:21] <Devoenix> not hte origional crimson cult one
L857[16:41:30] <Devoenix> some other dingus took that >.>
L858[16:41:52] <Temia> Is the original not very thaumic?
L859[16:42:02] <Devoenix> the origional ceased to exist
L860[16:42:13] <Devoenix> so i wouldn't know
L861[16:43:03] ⇨ Joins: Promestein (~promestei@pool-108-33-83-66.tampfl.fios.verizon.net)
L862[16:43:11] <Devoenix> http://www.nationstates.net/nation=the_thaumic_crimson_cult/detail=factbook/id=main
L863[16:43:15] <Temia> Probably got eaten by the Stevian empire.
L864[16:43:29] ⇦ Quits: black3agl3 (~black3agl@197.225.237.189) (Ping timeout: 378 seconds)
L865[16:43:30] <Promestein> Oh wow, haven't seen nation states in ages
L866[16:43:43] <Devoenix> Holy f!@k
L867[16:43:50] <Devoenix> 81% of my people
L868[16:43:52] <Devoenix> die from old age
L869[16:44:07] <Devoenix> That.... That is amazing
L870[16:44:30] * gamax92 dies of prolonged death
L871[16:45:13] ⇦ Quits: Promestein (~promestei@pool-108-33-83-66.tampfl.fios.verizon.net) (Client Quit)
L872[16:45:59] <Devoenix> this is my best nationstate of all
L873[16:46:27] <Temia> Not being eaten by taintacles, murdered by roving imperial Stevian bands, or smothered in dark energies by eldritch guardians?
L874[16:46:30] <Temia> That IS impressive
L875[16:46:34] <Inari> i tried nationstates
L876[16:46:40] <Inari> was too boring and stuff doesnt make sense
L877[16:47:47] <Devoenix> i love nationstates
L878[16:47:50] <Devoenix> nationstates is my baby
L879[16:47:52] <Devoenix> wut
L880[16:50:13] <Inari> like
L881[16:50:20] <Inari> "increase founding fro military?" no
L882[16:50:28] <Inari> "Government cuts funding for military" wat, i never said that
L883[16:50:46] <Inari> and well i need more than 3 gameplay options a day
L884[16:55:55] <Inari> so
L885[16:55:58] <Inari> can robots fish?
L886[16:56:04] <Devoenix> yes
L887[16:56:10] <Devoenix> robots can do anything
L888[16:56:12] <Devoenix> just ask japan
L889[16:57:10] <Inari> i dont think japan has much to do with OC
L890[16:57:25] ⇦ Quits: Starhero (~EiraIRC@24-113-128-11.wavecable.com) (Remote host closed the connection)
L891[16:57:47] ⇨ Joins: Starhero (~EiraIRC@24-113-128-11.wavecable.com)
L892[16:58:01] <Devoenix> it was a joke, that japan makes a robot for everything >.>
L893[16:58:42] <Inari> well, not OC robots
L894[17:02:28] <Ekoserin> Hey, is the plumbing working? I don't want to head over to EntropyNet just to use the restroom./
L895[17:02:57] <Devoenix> Right, time to make another factbook entry in nationstates
L896[17:03:00] <Devoenix> about a war
L897[17:03:01] <Devoenix> cuz wars
L898[17:03:02] <{o_O}> domo arigoto mr OC DRONEBOTO
L899[17:05:25] ⇨ Joins: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
L900[17:05:57] <Devoenix> I also might create two more nationsstates
L901[17:06:06] <Devoenix> The Empire of The Blood Mages (Blood Magic)
L902[17:06:22] <Devoenix> and something about botania
L903[17:06:54] ⇦ Quits: makkarpov (webchat@kem.spnet.ru) (Ping timeout: 204 seconds)
L904[17:08:43] <Ashigaru> Economy = Imploded :c
L905[17:09:31] ⇦ Quits: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
L906[17:11:19] <Ekoserin> I wonder what the world would be like if magic existed.
L907[17:12:00] ⇦ Quits: jaquadro (~chatzilla@c-76-28-30-178.hsd1.ma.comcast.net) (Remote host closed the connection)
L908[17:13:00] <Ashigaru> Hopefully not like Harry Potter
L909[17:13:56] <Devoenix> Depends on what type of magic..
L910[17:14:12] <Devoenix> And when it's introduced
L911[17:14:36] <Ashigaru> If its like Avatar Last Airbender type magic, then I'm cool with that
L912[17:14:49] <Ekoserin> Google Magic: Your number one place for magic. (Upload your own spells!)
L913[17:16:23] <gamax92> "DOMAIN minecraft"
L914[17:16:44] <gamax92> wtf is this
L915[17:22:59] <Mimiru> gamax92, it's ""DOMAIN minecraft""
L916[17:22:59] <Mimiru> ffs
L917[17:23:28] * gamax92 locks Mimiru in a cardboard box
L918[17:23:34] <gamax92> shush you
L919[17:23:44] * Mimiru cuts out of the cardboard box
L920[17:29:35] <Devoenix> you need a foamboard box instead
L921[17:43:30] ⇨ Joins: makkarpov (webchat@kem.spnet.ru)
L922[17:48:33] ⇦ Quits: makkarpov (webchat@kem.spnet.ru) (Quit: Web client closed)
L923[17:58:45] ⇨ Joins: VikeStep (~VikeStep@101.184.84.112)
L924[18:44:41] ⇦ Quits: Devoenix (~Devoenix@cpe-70-119-108-122.tx.res.rr.com) (Quit: Leaving)
L925[18:45:05] *** Cruor is now known as Cruor|Away
L926[18:51:11] ⇨ Joins: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
L927[18:53:08] ⇦ Quits: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
L928[18:53:40] ⇨ Joins: Nathan1852_ (~Nathan185@p5B216B13.dip0.t-ipconnect.de)
L929[18:59:20] ⇦ Quits: Nathan1852__ (~Nathan185@p5B216B13.dip0.t-ipconnect.de) (Ping timeout: 378 seconds)
L930[18:59:50] *** {o_O} is now known as found_one
L931[19:02:59] ⇨ Joins: Devoenix (~Devoenix@cpe-70-119-108-122.tx.res.rr.com)
L932[19:06:38] ⇦ Quits: Starhero (~EiraIRC@24-113-128-11.wavecable.com) (Remote host closed the connection)
L933[19:07:02] ⇨ Joins: Starhero (~EiraIRC@24-113-128-11.wavecable.com)
L934[19:09:03] ⇨ Joins: DevTexam (~Devoenix@cpe-70-119-108-122.tx.res.rr.com)
L935[19:10:26] *** Daiyousei is now known as SleepingFairy
L936[19:11:29] *** DevTexam is now known as DevTexan
L937[19:11:39] ⇦ Quits: Devoenix (~Devoenix@cpe-70-119-108-122.tx.res.rr.com) (Ping timeout: 204 seconds)
L938[19:11:54] *** DevTexan is now known as Devoenix
L939[19:21:17] ⇦ Quits: Starhero (~EiraIRC@24-113-128-11.wavecable.com) (Remote host closed the connection)
L940[19:21:36] ⇨ Joins: Starhero (~EiraIRC@24-113-128-11.wavecable.com)
L941[19:32:20] ⇦ Quits: TangentDelta (~christine@63.143.24.22) (Remote host closed the connection)
L942[19:32:34] <Ekoserin> ~oc component
L943[19:32:34] <ocdoc> http://ocd.cil.li/component
L944[19:32:44] <Ekoserin> ~oc component api
L945[19:32:45] <ocdoc> http://ocd.cil.li/api:component
L946[19:36:04] <Mimiru> http://michi.pc-logix.com/2015-07-18_19-36-00.png ¬_¬
L947[19:36:27] <LadyAlissa> average sized.
L948[19:36:31] <Ekoserin> Good god.
L949[19:36:47] <Ekoserin> Let's see how large mine is.
L950[19:37:53] <LadyAlissa> my mom's is a variety of Origin games, Steam games, and everything else
L951[19:37:57] <LadyAlissa> about 500GB worth
L952[19:37:57] <Ekoserin> 256 GMC.
L953[19:38:05] <Ekoserin> s/GMC/GB
L954[19:38:05] <Kibibyte> <Ekoserin> 256 GB.
L955[19:42:05] <Mimiru> Issue is that's a dying hard drive
L956[19:42:16] <Mimiru> and I'd really rather not have to redownload it all
L957[19:43:14] <Mimiru> I also have 40 GB of Origin, and 35 GB of Sims 3 stuff
L958[19:43:36] <Mimiru> 20 GB of AION, and 15 of Lineage II :/
L959[19:43:48] <Mimiru> no 30 GB of Lineage II, cause I have 2 versions..
L960[19:43:59] <Mimiru> then SWTOR :/
L961[19:44:08] <Mimiru> There is a reason I have 27 GB of 1 TB free
L962[19:45:05] *** OneM_Caffeine is now known as OneM_Industries
L963[19:45:26] <Kodos> You can get a 2 TB for 80 bucks
L964[19:46:03] <Mimiru> And where can I get $80? :P
L965[19:46:13] <Mimiru> If this fucking job ever comes through
L966[19:46:22] <Mimiru> the current plan is a 3tb WD Black
L967[19:47:57] <Devoenix> I'm sure in 10 years you'l be able to get 5TB for 40$
L968[19:48:11] <Devoenix> if inflation doesn't stab us all in the ass
L969[20:06:05] *** Skye is now known as Skye|ZZZ
L970[20:07:40] ⇦ Quits: MrRatermat (~ratermat@host81-158-26-162.range81-158.btcentralplus.com) (Quit: Gracefully terminated by a humble Skynet)
L971[20:14:14] ⇦ Quits: Devoenix (~Devoenix@cpe-70-119-108-122.tx.res.rr.com) (Quit: Leaving)
L972[20:17:55] ⇦ Quits: black3agl33 (~black3agl@197.224.73.72) (Read error: Connection reset by peer)
L973[20:18:22] ⇦ Quits: SleepingFairy (Daiyousei@daiyousei.me) (Ping timeout: 186 seconds)
L974[20:19:29] ⇦ Quits: Inari (~Uni@p5B102996.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
L975[20:19:35] ⇦ Quits: Keridos|away (~Keridos@ironhide.stw-bonn.de) (Ping timeout: 186 seconds)
L976[20:19:35] ⇨ Joins: Daiyousei (Daiyousei@daiyousei.me)
L977[20:21:56] *** Daiyousei is now known as SleepingFairy
L978[20:22:03] ⇨ Joins: Keridos|away (~Keridos@ironhide.stw-bonn.de)
L979[20:29:35] *** LadyAlissa is now known as Alissa
L980[20:29:51] *** Alissa is now known as LadyAlissa
L981[20:38:28] ⇦ Quits: marcin212 (~marcin212@abhy17.neoplus.adsl.tpnet.pl) (Quit: Leaving)
L982[20:43:44] ⇨ Joins: Nathan1852__ (~Nathan185@p5B216259.dip0.t-ipconnect.de)
L983[20:46:26] ⇦ Quits: Nathan1852_ (~Nathan185@p5B216B13.dip0.t-ipconnect.de) (Ping timeout: 206 seconds)
L984[20:49:30] ⇦ Quits: Skye|ZZZ (skyem123@is.cute.skyem.co.uk) (Quit: ZNC - http://znc.in)
L985[20:49:34] ⇨ Joins: Skye (skyem123@is.cute.skyem.co.uk)
L986[20:50:27] ⇦ Quits: Lunatrius (~Lunatrius@77.38.103.182) (Ping timeout: 204 seconds)
L987[20:55:51] *** Skye is now known as Skye|ZZZ
L988[20:58:27] *** Ekoserin is now known as Ekoserin|Off
L989[21:02:59] ⇨ Joins: Lunatrius (~Lunatrius@77.38.103.182)
L990[21:05:27] *** alekso56 is now known as alekso56_off
L991[21:18:59] ⇨ Joins: Demosthenex (~Demosthen@c-98-201-100-25.hsd1.tx.comcast.net)
L992[21:19:04] <Demosthenex> pardon my derp
L993[21:29:22] ⇨ Joins: Nathan1852_ (~Nathan185@p5B216259.dip0.t-ipconnect.de)
L994[21:31:32] ⇦ Quits: Nathan1852__ (~Nathan185@p5B216259.dip0.t-ipconnect.de) (Ping timeout: 189 seconds)
L995[21:42:56] ⇨ Joins: mallrat208 (~mallrat20@142.197.84.231)
L996[21:44:26] ⇦ Quits: VikeStep (~VikeStep@101.184.84.112) (Read error: Connection reset by peer)
L997[21:46:10] ⇨ Joins: VikeStep (~VikeStep@101.184.84.112)
L998[21:47:53] ⇨ Joins: Aethinor (webchat@173-163-48-238-cpennsylvania.hfc.comcastbusiness.net)
L999[21:49:45] ⇦ Quits: Nathan1852_ (~Nathan185@p5B216259.dip0.t-ipconnect.de) (Ping timeout: 206 seconds)
L1000[21:51:57] ⇨ Joins: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net)
L1001[21:53:21] <gamax92> #lua string.pack(0/0)
L1002[21:53:21] <|0xDEADBEEF|> > [string "lua"]:1: invalid format option '-'
L1003[21:53:26] <gamax92> uhh
L1004[21:54:31] <gamax92> #lua string.pack("<d",0/0)
L1005[21:55:11] ⇦ Quits: Dimitriye98 (~Dimitriye@c-24-4-16-73.hsd1.ca.comcast.net) (Ping timeout: 189 seconds)
L1006[21:55:55] <vifino> #lua meep
L1007[21:55:55] <|0xDEADBEEF|> > nil
L1008[21:55:57] <vifino> huh
L1009[21:57:18] <Mimiru> Boredom is bad.
L1010[21:57:19] <Mimiru> http://michi.pc-logix.com/Minecraft_1.7.10_2015-07-18_21-57-09.jpg
L1011[21:57:29] <gamax92> #lua string.pack("<d",-(0/0)):gsub(".",function(a) return string.format("%02x",a:byte()) end)
L1012[21:57:30] <|0xDEADBEEF|> > 000000000000f87f | 8
L1013[21:57:37] <gamax92> cause it's got nul bytes
L1014[22:20:27] <Kodos> #lua inc(25,2)
L1015[22:20:28] <|0xDEADBEEF|> > 27
L1016[22:20:47] <OneM_Industries> Yay!
L1017[22:20:47] <Kodos> #lua inc(25)
L1018[22:20:47] <|0xDEADBEEF|> > 26
L1019[22:22:55] <Mimiru> #lua dec(25)
L1020[22:22:55] <|0xDEADBEEF|> > 24
L1021[22:22:55] <Mimiru> :P
L1022[22:22:58] <Mimiru> nice
L1023[22:23:28] <Kodos> #lua dec(25,math.random)
L1024[22:23:28] <|0xDEADBEEF|> > [string "lua"]:1: attempt to perform arithmetic on a function value
L1025[22:23:32] <Kodos> #lua dec(25,math.random())
L1026[22:23:32] <|0xDEADBEEF|> > 24.531753429212
L1027[22:23:57] ⇦ Quits: SageKitsune (~SageKitsu@2602:306:ce4f:a280:872:5f5e:86fe:27c4) (Quit: Leaving)
L1028[22:23:59] <Kodos> #lua round(math.pi,2)
L1029[22:23:59] <|0xDEADBEEF|> > [string "lua"]:1: attempt to call a nil value (global 'round')
L1030[22:24:04] <Kodos> Hm
L1031[22:24:17] <Mimiru> isn't it math.round?
L1032[22:24:26] <Kodos> #lua math.round(math.pi,2)
L1033[22:24:26] <|0xDEADBEEF|> > 3.14
L1034[22:24:29] <Kodos> So it is
L1035[22:24:48] <Kodos> #lua math.round(dec(25,math.random()),2)
L1036[22:24:49] <|0xDEADBEEF|> > 24.56
L1037[22:25:19] <Mimiru> #lua inc(25, math.random(1,10))
L1038[22:25:19] <|0xDEADBEEF|> > 29
L1039[22:25:55] <Kodos> I'm realllly debating on whether to add Reika's mods to my pack and then call it final
L1040[22:26:13] <Mimiru> RIP in peace
L1041[22:26:17] <Kodos> Indeed
L1042[22:26:20] <gamax92> (Insert expected hate from Mimiru and others because Reika was mentioned)
L1043[22:26:39] <Kodos> I'll probably do one last round of updates, and then finalize it
L1044[22:27:28] ⇨ Joins: s0r00t (~s0@AMarseille-652-1-48-207.w2-4.abo.wanadoo.fr)
L1045[22:27:29] ⇦ Quits: s0r00t (~s0@AMarseille-652-1-48-207.w2-4.abo.wanadoo.fr) (Client Quit)
L1046[22:27:49] <Kodos> I wish there was a mod with the same functionality as Draconic Evolution's 'place this on the block you're looking at'
L1047[22:27:56] ⇦ Quits: Lathanael|Away (~Lathanael@p54971183.dip0.t-ipconnect.de) (Ping timeout: 206 seconds)
L1048[22:30:15] ⇨ Joins: Something12_ (~Something@S010634bdfa9eca7b.vs.shawcable.net)
L1049[22:32:37] ⇦ Quits: Something12 (~Something@S010634bdfa9eca7b.vs.shawcable.net) (Ping timeout: 202 seconds)
L1050[22:34:52] <Ekoserin|Off> ~oc wireless
L1051[22:34:52] <ocdoc> Predicted http://ocd.cil.li/component:filesystem
L1052[22:35:02] <Ekoserin|Off> Yeah, totally close enough.
L1053[22:35:47] <Kodos> ~w modem
L1054[22:35:47] <ocdoc> http://ocd.cil.li/component:modem
L1055[22:35:56] <Pangea> wireless is basically filesystem
L1056[22:36:07] ⇨ Joins: Lathanael|Away (~Lathanael@p54970FF4.dip0.t-ipconnect.de)
L1057[22:38:13] <Kodos> Okay, inc and dec added to my miscutils lib
L1058[22:39:37] <Ekoserin|Off> I searched for "port sniffing literal" and found a group of women smelling a tree.
L1059[22:39:53] <Kodos> Not sure you can port sniff in OC
L1060[22:40:10] <Ekoserin|Off> Um?
L1061[22:40:16] <gamax92> ~reload
L1062[22:40:16] <ocdoc> Everything's cool
L1063[22:43:16] <Ekoserin|Off> Kodos, did you read the only the first 5 words in my sentence?
L1064[22:44:52] <gamax92> Ekoserin|Off: You previously search for wireless, and then are presented modem, and then talk about port sniffing, and expect people not to think you mean OC?
L1065[22:46:01] <Ekoserin|Off> You see, that's why you don't assume.
L1066[22:46:12] <gamax92> Ekoserin|Off: No that bullshit doesn't apply
L1067[22:46:13] <Ekoserin|Off> Sorry, I should haven't have acted like an ass.
L1068[22:46:49] <Kodos> Eko, I'm not sure what backwater English teacher you may have, but there's a thing called Context.
L1069[22:48:00] <Ekoserin|Off> Okay, I am sorry, I shouldn't have responded negatively to a predicable error. Really, I am.
L1070[22:48:18] <Ekoserin|Off> s/predictable error/an error casued by me
L1071[22:53:34] <Kodos> Now if you'll excuse me, I'm going to go do half a dozen tequila shots because it's Mexico somewhere
L1072[22:54:10] * Ekoserin|Off sighs of relief
L1073[23:04:50] ⇦ Quits: SnowDapples (~powered@p5794DB4C.dip0.t-ipconnect.de) (Killed (NickServ (GHOST command used by SnowDapples_!~powered@p5794CEE3.dip0.t-ipconnect.de)))
L1074[23:04:56] ⇨ Joins: SnowDapples (~powered@p5794CEE3.dip0.t-ipconnect.de)
L1075[23:07:03] <Kodos> #lua potato = 17
L1076[23:07:04] <|0xDEADBEEF|> > nil
L1077[23:07:08] <Kodos> I've had potato shots
L1078[23:12:15] <Ekoserin|Off> Is there a way to do "if first five characters of variable equals string then"?
L1079[23:13:01] <Kodos> something something regex
L1080[23:13:20] <Kodos> gamax92, this is your department
L1081[23:13:38] <gamax92> >_>
L1082[23:13:49] <gamax92> if variable:sub(1,5) == "something" the
L1083[23:13:56] <Ekoserin|Off> ty.
L1084[23:14:18] <gamax92> if you wish to be unicode friendly: if unicode.sub(variable, 1, 5) == "something" then
L1085[23:14:28] <Ekoserin|Off> ty.
L1086[23:23:05] <Ekoserin|Off> Yes, it works!
L1087[23:23:25] <Izaya> So Smite has a console port now
L1088[23:23:40] <Izaya> does that mean the peasants are playing with the masterrace now?
L1089[23:29:26] <Kodos> Yessssssssssss
L1090[23:29:32] <Kodos> Just got rid of one of those torchlight 2 copies
L1091[23:29:38] <Kodos> For an extra copy of Space Engineers
L1092[23:29:56] ⇨ Joins: SoraFirestorm (~EiraIRC@131-191-86-130.as.clicknet.org)
L1093[23:30:23] ⇦ Quits: SoraFirestorm (~EiraIRC@131-191-86-130.as.clicknet.org) (Remote host closed the connection)
L1094[23:31:35] ⇦ Quits: mallrat208 (~mallrat20@142.197.84.231) (Ping timeout: 378 seconds)
L1095[23:32:27] <Izaya> #lua 26^26
L1096[23:32:27] <|0xDEADBEEF|> > 6.1561195802072e+36
L1097[23:32:36] ⇦ Quits: Aethinor (webchat@173-163-48-238-cpennsylvania.hfc.comcastbusiness.net) (Ping timeout: 204 seconds)
L1098[23:35:11] ⇨ Joins: SoraFirestorm (~EiraIRC@131-191-86-130.as.clicknet.org)
L1099[23:35:57] ⇨ Joins: mallrat208 (~mallrat20@142-197-84-231.res.bhn.net)
L1100[23:44:50] * Ekoserin|Off shoves his face into his feet and smells them
L1101[23:48:46] <Kodos> Damn, I can't push compressed iron with a piston
L1102[23:55:14] ⇨ Joins: Barbas (~Barbas@186.233.179.117)
L1103[23:55:44] <Ekoserin|Off> Barbas Neue is a great font </joke>
L1104[23:56:40] <Barbas> I think you meat Bebas Neue?
L1105[23:56:45] ⇦ Quits: XDjackieXD (~XDjackieX@2a03:f80:ed15:151:236:12:222:1) (Ping timeout: 180 seconds)
L1106[23:57:00] <Ekoserin|Off> Barbas, it was a joke.
L1107[23:57:10] <Ekoserin|Off> Anyway, how can I help you?
L1108[23:57:15] <Barbas> fair enough .-.
L1109[23:57:42] * Ekoserin|Off sniffs his feet
L1110[23:58:06] ⇨ Joins: XDjackieXD (~XDjackieX@151.236.12.222)
L1111[23:58:16] * Ekoserin|Off begins biting his toes
L1112[23:59:07] * Barbas slowly closes door to the room while backing off bit by bit
L1113[23:59:37] * Ekoserin|Off barks
L1114[23:59:45] <Mimiru> …
L1115[23:59:48] <Kodos> Eko, don't scare people off
L1116[23:59:54] <Mimiru> Seriously.. :/
<<Prev Next>> Scroll to Top