<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:00:01] ⇦ Quits: Corded (discord@2607:5300:60:51da::c0f:fee) (Remote host closed the connection)
L2[00:00:17] ⇨ Joins: Corded (discord@2607:5300:60:51da::c0f:fee)
L3[00:00:17] zsh sets mode: +v on Corded
L4[00:06:21] ⇨ Joins: Something12 (~Something@s010634bdfa9eca7b.vs.shawcable.net)
L5[00:06:27] *** Kasen is now known as rakiru|offline
L6[00:27:04] ⇨ Joins: sugoi (~sugoi@static-50-53-79-110.bvtn.or.frontiernet.net)
L7[00:30:04] <Mimiru> %tell Sharidan do me a favor and test this build please https://ci.pc-logix.com/job/OpenSecurity-Dev/lastSuccessfulBuild/artifact/build/libs/OpenSecurity-1.7.10-1.0-7.jar
L8[00:30:06] <MichiBot> Mimiru: Sharidan will be notified of this message when next seen.
L9[00:30:24] ⇨ Joins: Madxmike (~Madxmike@71-90-219-250.dhcp.spbg.sc.charter.com)
L10[00:30:32] ⇦ Quits: Madxmike (~Madxmike@71-90-219-250.dhcp.spbg.sc.charter.com) (Remote host closed the connection)
L11[00:32:32] *** mrkirby153 is now known as kirby|gone
L12[00:32:56] <sugoi> it might be premature, but with a new term lib i'm working on
L13[00:33:09] <sugoi> i can get openos 1.6 booting on 1x T1 ram
L14[00:33:20] <sugoi> i dont want to admit the free space yet, bc my term lib isn't complete
L15[00:33:33] ⇦ Quits: Temportalist (uid37180@id-37180.charlton.irccloud.com) (Quit: Connection closed for inactivity)
L16[00:39:12] <Kodos> Mimiru: what is that build supposed to fix
L17[00:39:32] <Mimiru> https://github.com/PC-Logix/OpenSecurity/issues/38
L18[00:39:43] <Kodos> Ah
L19[00:53:12] <Kodos> I kind of want to do 'data collection' with OC
L20[00:54:01] <Kodos> I had an idea. It'd only work in a multiplayer environment
L21[00:54:21] <Kodos> It's silly, but it'd give me a base program to work with
L22[00:55:27] <Kodos> Basically any time someone swears in chat, it logs who said it, and what word was said. The data collected, would be the cumulative collection of how many times someone used a swear word in chat
L23[01:00:33] <sugoi> anyone know what the 3rd return value is from key_down?
L24[01:00:41] <sugoi> the 4 is the char code
L25[01:00:47] <sugoi> oh wait, i know a file that might know
L26[01:01:28] <Izaya> https://raptorengineeringinc.com/TALOS/prerelease.php I want it.
L27[01:01:30] <sugoi> hmm no, 3rd is "char or value" and 4th is "code"
L28[01:01:46] *** minecreatr is now known as Mine|dreamland
L29[01:03:52] <sugoi> #lua return unicode
L30[01:03:56] <|0xDEADBEEF|> > nil
L31[01:03:58] <sugoi> #lua return unicode.char(8)
L32[01:03:58] <|0xDEADBEEF|> > [string "lua"]:1: attempt to index a nil value (global 'unicode')
L33[01:04:46] <Kodos> #lua return utf.char(8)
L34[01:04:46] <|0xDEADBEEF|> > [string "lua"]:1: attempt to index a nil value (global 'utf')
L35[01:04:49] <Kodos> err
L36[01:04:52] <Kodos> not utf
L37[01:05:04] <sugoi> #lua return seed
L38[01:05:04] <|0xDEADBEEF|> > -3453850512
L39[01:05:06] <sugoi> :)
L40[01:05:17] <sugoi> #lua return utf8
L41[01:05:17] <|0xDEADBEEF|> > nil
L42[01:10:19] <sugoi> #lua return string.byte("\b")
L43[01:10:19] <|0xDEADBEEF|> > 8
L44[01:14:34] ⇨ Joins: Vexatos (~Vexatos@p200300556E6CB731886EEC2F5655D82C.dip0.t-ipconnect.de)
L45[01:14:34] zsh sets mode: +v on Vexatos
L46[01:15:32] <sugoi> Sharidan: you awake?
L47[01:16:53] ⇨ Joins: Shadir (webchat@77.123.112.158)
L48[01:17:03] ⇦ Quits: Shadir (webchat@77.123.112.158) (Client Quit)
L49[01:55:47] ⇦ Quits: t3hero (~t3hero@2601:202:200:fb50:50c5:bd0f:72b6:a2c9) (Read error: Connection reset by peer)
L50[01:57:58] *** gAway2002 is now known as g
L51[01:58:36] <Kodos> If I have a table, can I just do 'for entry in mytable do stuff() end'?
L52[01:58:50] <Kodos> Assuming it doesn't have a key and a value, just a value?
L53[02:03:15] <g> Kodos, no
L54[02:03:19] <g> you have to use ipairs
L55[02:03:30] <g> (according to the lua wiki)
L56[02:03:48] <g> probably because for ... in requires an iterator function
L57[02:04:36] <Kodos> Okay, ty
L58[02:09:47] <sugoi> i'm really late to the convo
L59[02:09:55] <sugoi> but it's what g said, it has to be a function
L60[02:11:19] <Izaya> or pairs
L61[02:13:27] ⇦ Quits: VanillaBean (~VanillaBe@c-98-232-42-143.hsd1.wa.comcast.net) (Ping timeout: 194 seconds)
L62[02:23:32] <Kodos> Alright, I'll just set the table
L63[02:49:47] ⇨ Joins: Jezza (~Jezza@185.44.151.53)
L64[03:03:17] ⇦ Quits: Yepoleb (~quassel@178-191-134-163.adsl.highway.telekom.at) (Ping timeout: 195 seconds)
L65[03:04:26] ⇨ Joins: Yepoleb (~quassel@188-22-162-35.adsl.highway.telekom.at)
L66[03:08:38] ⇦ Quits: Lathanael|Away (~Lathanael@p54960DDE.dip0.t-ipconnect.de) (Ping timeout: 198 seconds)
L67[03:14:28] <sugoi> Izaya: pairs is a function, that's why i'm being so generic as to just say "function"
L68[03:15:40] ⇨ Joins: Lathanael|Away (~Lathanael@p54960EC7.dip0.t-ipconnect.de)
L69[03:15:45] ⇦ Quits: Tedster (~Tedster@host86-191-38-240.range86-191.btcentralplus.com) (Ping timeout: 186 seconds)
L70[03:36:12] ⇨ Joins: sciguyryan (~sciguyrya@37.48.80.232)
L71[03:48:43] <Sharidan> booh
L72[03:58:26] <Sharidan> %tell Mimiru Tested the turret in that build. Turns and shoots as expected with the exact same lua code as I was using for build-87 :)
L73[03:58:27] <MichiBot> Sharidan: Mimiru will be notified of this message when next seen.
L74[03:59:36] <Sharidan> sugoi: I'm aware now :)
L75[03:59:48] <Sharidan> awake* :P
L76[04:00:09] <Sharidan> not yet it seems ... brain needs coffee
L77[04:00:29] <Skye> morning
L78[04:01:09] <Sharidan> ohai Skye :)
L79[04:16:50] <Kodos> Woo, found the program I wrote ages ago that I needed to reverse engineer into my data collection program :3
L80[04:17:02] ⇦ Quits: asie (~asie@asie.pl) (Ping timeout: 198 seconds)
L81[04:17:11] <Sharidan> been searching old archives? :P
L82[04:17:30] <Kodos> Just my pastebin =D
L83[04:17:36] <Sharidan> ah
L84[04:17:39] <Kodos> I couldn't remember which program had the snippet I needed
L85[04:17:40] <Kodos> But I found it
L86[04:17:59] <Sharidan> in reference to your table iteration question earlier Kodos
L87[04:18:27] <Kodos> Actually the snippet i needed was the solution I wanted
L88[04:18:34] <Kodos> I was just being lazy and didn't want to look for it at the time
L89[04:18:35] <Sharidan> it depends on the table structure. if it's a numbered entry table you can do: for v = 1, #tableLength do .. however if it's not numbered, you'll have to use pairs()
L90[04:18:58] <Kodos> https://pastebin.com/Fkc5xZh7 Check out the set function, and how I use it here. I'm basically going to do the same thing with my idea
L91[04:19:59] <Sharidan> yup
L92[04:20:47] <Kodos> Basically I'm going to have a table of words, and any time someone does a message in chat, it'll check the message for any of the words, and if it finds one, it'll log the message and the user who said it to file
L93[04:21:07] <Kodos> Either that, or just count how many times each player said each word
L94[04:21:29] <Kodos> Depending on which ends up being easier
L95[04:21:32] <Kodos> Which'll probably be the former
L96[04:21:49] <Sharidan> yeah I think that'd be the easier one to do
L97[04:23:06] <Kodos> Ideally, I want to have it so I can populate a config of sorts with words, and have the program periodically (Most likely some sort of update function that triggers when a chat message occurs) update the list it checks against
L98[04:23:26] <Kodos> But things like this are the reason I wanted rack mounted upgrade containers, since you can put a chat upgrade in one
L99[04:37:47] <Kodos> You guys said io.stderr:write will write an error, but not actually break out of my code, right? So I could use it for things like 'Hey, I couldn't write this thing to your log file, but I'm still going to continue monitoring shit', right?
L100[04:39:38] <Kodos> ~w filesystem
L101[04:39:38] <ocdoc> http://ocd.cil.li/api:filesystem
L102[04:40:01] <Sharidan> yup
L103[04:40:42] <Sharidan> io.stderr:write() will only dump the error message on screen, but not the stack trace and it wont terminate execution either. to get stack trace and code termination you need to call error()
L104[04:41:24] <Kodos> Okay, cool. I'm basically having it say 'Hey, dude, your fs is read only' when it tries to log something to a read-only fs
L105[04:42:09] <Sharidan> yea use io.stderr:write() for that
L106[04:44:00] <Kodos> Seeing as I'm coding at 4-5 AM, I feel obligated to ask if https://github.com/MyNameIsKodos/OpenComputers-Programs/blob/master/lib/kodos.lua#L160-L171 looks okay
L107[04:44:10] ⇦ Quits: brandon3055 (~Brandon@122.129.140.1) (Read error: Connection reset by peer)
L108[04:44:34] <Kodos> I know I still need to fix indentation, I'll get to that Soon(tm)
L109[04:44:41] ⇨ Joins: Keanu73 (~Keanu73@host-78-150-230-183.as13285.net)
L110[04:45:21] ⇨ Joins: jackmcbarn (jackmcbarn@2001:470:1f15:958:223:7dff:feed:6c92)
L111[04:45:42] <Sharidan> personally I'd wrap line 166 in an if-statement checking that you actually get an object in "userw"
L112[04:45:56] <Sharidan> if io.open() fails for some reason, "userw" will be nil
L113[04:46:11] <Kodos> Couldn't persuade you into a fix PR could I
L114[04:46:16] <Kodos> Otherwise I'll probably dick with it tomorrow
L115[04:47:07] <Sharidan> if (userw) then -- current lines: 166 and 167 ... place end between current line 168 and 169
L116[04:47:08] <Sharidan> that's it
L117[04:48:25] <Sharidan> you should never trust that file operations will always succeed
L118[04:50:44] <Kodos> Okay, see how that looks
L119[04:51:11] <Sharidan> yup - better :)
L120[04:51:21] <Kodos> All the erroring
L121[04:51:23] <Kodos> =D
L122[04:51:28] <Sharidan> this way you can continue the program if the file operation fails
L123[04:51:37] <Sharidan> before the program would crash to prompt if file operation failed
L124[04:52:00] <Kodos> Yep, and knowing what i know about Lua now compared to a year or so ago
L125[04:52:17] <Kodos> I know how to make it so I can call if options.l then domylogging() end
L126[04:52:20] <Sharidan> error checking slows things down a bit, however it ensures your program will run
L127[04:53:24] <Kodos> Indeed
L128[04:53:33] <Kodos> Tomorrow's plan: Make OC IRC work with an IRC server hosted on my phone
L129[04:53:46] <Sharidan> hehe nice
L130[04:53:49] <Kodos> That is
L131[04:53:53] <Kodos> After my wife and I make a cheesecake
L132[04:54:16] <Kodos> Market here has a hand mixer on sale for 8 bucks, we're gonna go get it and make a cheesecake lol
L133[04:54:18] <Sharidan> cheesecake - we don't have that over here
L134[04:54:37] <Sharidan> except in specialty shops
L135[04:55:02] <Kodos> http://allrecipes.com/recipe/221142/new-york-style-cheesecake/
L136[04:55:57] <Sharidan> yeah bookmarked :]
L137[04:56:02] <Kodos> \o/
L138[04:57:28] ⇦ Quits: Jezza (~Jezza@185.44.151.53) (Ping timeout: 189 seconds)
L139[04:57:55] <Sharidan> I'll have to see if I can get those ingredients down here
L140[04:58:35] <Kodos> I'm hoping tomorrow dw20 has his mod vids out
L141[04:58:47] <Kodos> Been looking forward to Psi and Intangible spotlights
L142[04:59:10] <Sharidan> he is/was just at pax
L143[04:59:13] <Kodos> As much as I think the guy's a bit egotesticle, he does decent spotlights
L144[04:59:26] <Kodos> Yeah he had his coverage vid for that released toda
L145[04:59:27] <Kodos> y
L146[04:59:30] <Sharidan> yea he's a fairly decent spotlighter
L147[05:00:49] <Kodos> And the part I most enjoy
L148[05:01:06] <Kodos> (No offense to any non-Americans) He doesn't have an accent I have to struggle to listen past
L149[05:01:28] <Kodos> Some of these guys on Youtube, they have accents so thick you can cut them with a knife
L150[05:01:29] <Sharidan> none taken :)
L151[05:02:02] <Sharidan> I've got an accents, but most native english speaking people say it's easy to get past
L152[05:02:25] ⇦ Quits: Vexatos (~Vexatos@p200300556E6CB731886EEC2F5655D82C.dip0.t-ipconnect.de) (Ping timeout: 189 seconds)
L153[05:02:29] <Sharidan> I work with a couple of britts
L154[05:02:30] ⇨ Joins: Vexaton (~Vexatos@p200300556E6CB771886EEC2F5655D82C.dip0.t-ipconnect.de)
L155[05:02:30] zsh sets mode: +v on Vexaton
L156[05:02:42] *** Vexaton is now known as Vexatos
L157[05:07:03] <Kodos> There we go. Went ahead and ran the lib through Atom for indentation
L158[05:09:19] * Sharidan hands out cake, hot chocolate, coffee and soda
L159[05:09:45] ⇨ Joins: t3hero (~t3hero@2601:202:200:fb50:bdb7:a3f7:1500:7590)
L160[05:11:07] ⇦ Quits: Something12 (~Something@s010634bdfa9eca7b.vs.shawcable.net) (Ping timeout: 194 seconds)
L161[05:14:41] ⇨ Joins: Inari (~Pinkishu@p5DEC6266.dip0.t-ipconnect.de)
L162[05:17:38] ⇨ Joins: Jezza (~Jezza@185.44.151.53)
L163[05:19:55] <Kodos> Okay, tea glass is empty, which means it's time for bed
L164[05:19:58] <Kodos> o/
L165[05:20:12] ⇦ Quits: jackmcbarn (jackmcbarn@2001:470:1f15:958:223:7dff:feed:6c92) (Ping timeout: 192 seconds)
L166[05:21:00] ⇦ Quits: Kodos (webchat@108-226-6-195.lightspeed.stlsmo.sbcglobal.net) (Quit: Web client closed)
L167[05:34:34] <Sangar> o/
L168[05:35:23] <Sangar> marcin212, awesome use of prints :D
L169[05:38:32] * Sharidan hands out cake, hot chocolate, coffee and soda
L170[05:52:18] <Vexatos> Sangar, what did I miss
L171[05:55:47] <Inari> Vexatos: the train
L172[06:02:35] <Vexatos> hich train ;_;
L173[06:02:37] <Vexatos> which*
L174[06:03:32] <Inari> to wonderland
L175[06:04:01] <Sharidan> the night train to dance heaven
L176[06:05:28] <Inari> a b
L177[06:05:56] <Inari> ab
L178[06:06:08] <Inari> hm does this ping you? Vexatos
L179[06:06:43] <ping> Inari it pings me D:<
L180[06:06:49] <Inari> lol
L181[06:06:56] <Sharidan> lol
L182[06:07:01] <Inari> does this ping you?
L183[06:07:15] <ping> No
L184[06:07:18] <Sharidan> ping pings ping :D
L185[06:08:01] <ping> <> antiping("Inari")
L186[06:08:02] <^v> ping, Inari
L187[06:08:24] <Inari> haha
L188[06:08:36] <Inari> zero-width space? :P
L189[06:08:38] <ping> Did it work xD
L190[06:08:41] <Inari> yeah
L191[06:08:59] <ping> Uh I forgot what it used
L192[06:09:27] <ping> <> antiping ("Inari"):byte(1,-1)
L193[06:09:27] <^v> ping, 73 | 110 | 226 | 128 | 139 | 97 | 114 | 105
L194[06:09:42] <ping> Yah Unicode
L195[06:09:55] <Inari> :p
L196[06:10:27] <Inari> wonder if you can use unicode in pws
L197[06:18:51] ⇨ Joins: Nachtara (~Nachie@50-83-108-134.client.mchsi.com)
L198[06:19:23] <Sangar> Vexatos, <marcin212> Sangar: http://img.bymarcin.com/screenshot-015929-060216.png http://img.bymarcin.com/screenshot-015953-060216.png <- 3d-print by ka21k
L199[06:19:40] <Vexatos> kewl
L200[06:20:39] <Sangar> the support thingers holding the letters up are a nice touch, too
L201[06:24:45] <ping> How to make monitor bigger than 8x6
L202[06:24:57] <Inari> i want a good online game :<
L203[06:27:02] ⇨ Joins: h3po (~h3po@aftr-5-146-248-145.unity-media.net)
L204[06:40:28] ⇨ Joins: fotoply (~fotoply@2-104-228-18-static.dk.customer.tdc.net)
L205[06:43:00] <g> Inari: MGS5's online is pretty good
L206[06:43:16] <Inari> xD
L207[06:43:21] <Inari> well not the kinda thing i mean :P
L208[06:43:42] <g> tf2 is good once you sink enough hours into it to get good
L209[06:43:45] <g> dota is fun
L210[06:44:34] <Saphire> D:
L211[06:44:41] <Saphire> what the fuck, twitter?
L212[06:44:47] <g> ?
L213[06:45:15] <Saphire> asie tweeted this: http://metro.co.uk/2016/02/06/riptwitter-twitter-will-soon-be-run-by-an-algorithm-and-people-are-furious-5665402/
L214[06:45:40] <g> oh yeah, that's right, twitter is turning into facebook
L215[06:45:48] <Saphire> :|
L216[06:46:09] * Saphire flips off global social networks and gets back on VK
L217[06:46:42] <g> https://pbs.twimg.com/media/CahPiloUEAImqZx.jpg
L218[06:46:44] <g> I like this one
L219[06:47:02] <Saphire> heh
L220[06:47:27] <Inari> fast forward a month
L221[06:47:30] <Inari> everyones till uses twitter
L222[06:47:57] <g> diaspora still looks neat
L223[06:50:03] <Izaya> technically twitter will still be run by businesspeople
L224[06:50:23] <Izaya> I'd prefer an algorithm to businesspeople
L225[06:50:27] <Izaya> and especially manglement
L226[06:51:12] <Inari> http://imgur.com/WdgrzzX
L227[06:53:06] <Izaya> uh
L228[06:53:13] <Saphire> o..o
L229[06:53:17] <Saphire> Memes
L230[06:53:27] <Saphire> they are _everywhere_
L231[06:54:35] * Lizzy groans
L232[06:55:23] * Inari stuffs Lizzy's mouth wiht marshmallow paste
L233[06:55:30] * Lizzy noms
L234[06:57:33] ⇦ Quits: ashka (~postmaste@5.9.122.82) (Quit: O RLY)
L235[06:58:06] ⇨ Joins: ashka (~postmaste@5.9.122.82)
L236[06:58:51] ⇦ Quits: ashka (~postmaste@5.9.122.82) (Client Quit)
L237[06:59:17] <g> Saphire: Apparently the algorithms will be strictly opt-in
L238[06:59:56] ⇨ Joins: ashka (~postmaste@5.9.122.82)
L239[07:05:57] <Inari> Saphire: Midori-chan
L240[07:12:55] *** SleepingFairy is now known as Daiyousei
L241[07:17:02] <Izaya> http://i.imgur.com/pylsN3K.jpg anyone get this with their SATA drives?
L242[07:19:17] <Lizzy> lol
L243[07:19:37] * Lizzy is trying to get her dad's pc/printer to work
L244[07:22:06] ⇨ Joins: botbot3 (~botbot3@reforged.tekkify.com)
L245[07:22:06] <EnderBot2> !kick botbot3 Your owner does not have permission to bring you here. (if you feel this is an error then please tell Lizzy or Sangar)
L246[07:22:06] *** botbot3 was kicked by zsh ((EnderBot2 (EnderBot)) Your owner does not have permission to bring you here. (if you feel this is an error then please tell Lizzy or Sangar)))
L247[07:22:22] <Lizzy> oh wow
L248[07:22:26] <Lizzy> that still works
L249[07:22:37] <nxsupert> ?
L250[07:22:47] ⇨ Joins: testi_ (webchat@ip18868575.dynamic.kabel-deutschland.de)
L251[07:23:09] <testi_> d
L252[07:23:25] ⇨ Joins: botbot3 (~botbot3@reforged.tekkify.com)
L253[07:23:25] <EnderBot2> !kick botbot3 Your owner does not have permission to bring you here. (if you feel this is an error then please tell Lizzy or Sangar)
L254[07:23:25] *** botbot3 was kicked by zsh ((EnderBot2 (EnderBot)) Your owner does not have permission to bring you here. (if you feel this is an error then please tell Lizzy or Sangar)))
L255[07:23:50] ⇨ Joins: botbot3 (~botbot3@reforged.tekkify.com)
L256[07:23:50] <EnderBot2> !kick botbot3 Your owner does not have permission to bring you here. (if you feel this is an error then please tell Lizzy or Sangar)
L257[07:23:50] *** botbot3 was kicked by zsh ((EnderBot2 (EnderBot)) Your owner does not have permission to bring you here. (if you feel this is an error then please tell Lizzy or Sangar)))
L258[07:23:54] <Inari> ~.~
L259[07:24:00] <nxsupert> Umm.
L260[07:24:15] <Lizzy> not had anyone contact me yet...
L261[07:24:31] <nxsupert> How does one deal with this.
L262[07:24:49] <Lizzy> either wait for them/the owner to contact me or i add a /ban for it
L263[07:24:52] <testi_> Hi folks :)
L264[07:25:00] <Sharidan> o/
L265[07:27:01] ⇨ Joins: botbot3 (~botbot3@reforged.tekkify.com)
L266[07:27:01] <EnderBot2> !kick botbot3 Your owner does not have permission to bring you here. (if you feel this is an error then please tell Lizzy or Sangar)
L267[07:27:01] *** botbot3 was kicked by zsh ((EnderBot2 (EnderBot)) Your owner does not have permission to bring you here. (if you feel this is an error then please tell Lizzy or Sangar)))
L268[07:27:18] <Mimiru> a bit... thick huh?
L269[07:27:34] <Lizzy> now we'll see who comes moaning
L270[07:28:19] <Sharidan> programs don't know how to act. they just execute their instructions :)
L271[07:28:53] <Lizzy> Sharidan, yes but usually their owners should see the console logs and see it's being kicked
L272[07:29:19] <Sharidan> true :)
L273[07:29:44] <Mimiru> Sharidan, OS build 90 will be on curse soon, it's the same as 7, but... not -dev :p
L274[07:30:45] <Sharidan> I'll pass that along - I was just helping out Gavle with some tracking math when I discovered the problem with 88
L275[07:31:17] <Mimiru> Thanks for finding it and testing
L276[07:31:25] <Sharidan> any time :)
L277[07:31:31] <Lizzy> oh, well that bot isn't on the network anymore
L278[07:32:12] <Lizzy> meh, leaving the host banned. if anyone comes moaning just direct them to me
L279[07:32:34] <Sharidan> if they come moaning, it's their own fault Lizzy :)
L280[07:33:15] * Sharidan puts soda, coffee, hot chocolate and layered banana cake on the room table
L281[07:40:18] <testi_> Lizzy? I guess I did something wrong
L282[07:42:11] <Mimiru> testi_ ?
L283[07:42:18] <testi_> I am the banned user
L284[07:42:28] <testi_> I am a regular player on this "Minecraft" server
L285[07:42:31] <Mimiru> botbot3 ?
L286[07:42:38] <testi_> Exactly
L287[07:42:48] <testi_> I wanted to connect to my own irc, not spawn here or something
L288[07:43:00] <Mimiru> Yeah... nicks with "bot" in them are auto kicked unless you get an exempt added by lizzy
L289[07:43:19] <testi_> I though there is some kind of "wizard" which guides you through the process of configuring the irc connection
L290[07:43:22] <Mimiru> Lizzy, banned it cause... it kept reconnecting
L291[07:43:34] <Mimiru> nah.. you just irc nick host... or is it irc host nick
L292[07:43:38] <Mimiru> it's one of the two
L293[07:43:45] <Mimiru> iirc wocchat is the same thing
L294[07:43:58] <testi_> That's fine for me. I didn't wanted to spam here. I tried it several times (changing the parameters in the OC program)
L295[07:43:58] <EnderBot2> https://www.youtube.com/watch?v=anwy2MPT5RE
L296[07:45:06] <testi_> I am using the wocchat, you are right.
L297[07:45:21] <testi_> so it's wocchat username host or vice versa?
L298[07:45:42] <Mimiru> I'll check the code
L299[07:45:44] <Mimiru> give me a second
L300[07:46:40] <testi_> That would be very kind of you
L301[07:48:19] <Mimiru> testi_, Looks like it's wocchat nick irc.server.com
L302[07:49:12] <testi_> And where to enter the port and the channel? irc.server.com:1234?
L303[07:49:34] <Mimiru> channel? No idea but yeah port is just irc.server.com:1234
L304[07:49:42] <Mimiru> you can /join #channel after it connects though
L305[07:50:36] <Lizzy> okay, testi_. i will unban the host mask but in future please read the kick messages
L306[07:50:57] <Mimiru> I'm not even sure HOW wocchat shows kicks... I'll have to look into it heh
L307[07:51:05] * Lizzy ** SysInfo ** Client: HexChat 2.10.2 (x64) ** OS: Microsoft Windows 10 Home ** CPU: Intel(R) Core(TM) i5-4210H CPU @ 2.90GHz (2.00 GHz) ** RAM: 8109 MB Total (4445 MB Free) ** VGA: Intel(R) HD Graphics 4600 ** Uptime: 19.10 Hours **
L308[07:51:09] <Lizzy> shit
L309[07:51:09] <Lizzy> wrong button
L310[07:51:17] *** Lizzy sets mode: -b *!*@reforged.tekkify.com
L311[07:51:34] <Lizzy> Mimiru, that doesn't matter, they're still here with webchat
L312[07:51:42] <Mimiru> try
L313[07:51:44] <Mimiru> err
L314[07:51:46] <Mimiru> true
L315[07:51:55] <Mimiru> brain no worky after 3 hours of sleep
L316[07:52:18] <Sharidan> brain rarely works on 3 hours of sleep
L317[07:52:35] <Mimiru> I was going to fix some more stuff in OS before I ran a build on main..
L318[07:52:40] <Mimiru> but I hit build without thinking
L319[07:52:41] <Mimiru> lol
L320[07:53:17] <Mimiru> Not going to be around much today, managed to get the weekend off at work, so we're going to the mall and shit
L321[07:53:52] <Lizzy> I'll see you there *tardis takeoff can be heard in the background*
L322[07:54:12] <Mimiru> lol nice
L323[07:54:13] <Mimiru> umm
L324[07:54:16] <Mimiru> OC...
L325[07:54:17] <Mimiru> wut?
L326[07:54:22] <Lizzy> ?
L327[07:54:30] <Lizzy> wut wut in he butt
L328[07:54:48] <Mimiru> "Last error no such component"
L329[07:54:53] <Mimiru> this was a working computer...
L330[07:54:59] <Mimiru> and now it won't boot
L331[07:55:18] <Mimiru> it gets partially though the bootup
L332[07:55:19] <Mimiru> and dies
L333[07:55:56] ⇨ Joins: botbot3 (~botbot3@reforged.tekkify.com)
L334[07:55:56] <EnderBot2> !kick botbot3 Your owner does not have permission to bring you here. (if you feel this is an error then please tell Lizzy or Sangar)
L335[07:55:57] *** botbot3 was kicked by zsh ((EnderBot2 (EnderBot)) Your owner does not have permission to bring you here. (if you feel this is an error then please tell Lizzy or Sangar)))
L336[07:55:59] <Mimiru> http://michi.pc-logix.com/javaw_2016-02-06_07-56-02.png
L337[07:56:09] <Mimiru> ok.. so wocchat is ignoring the host paramater
L338[07:56:11] <testi_> It doesen't work
L339[07:56:12] <Mimiru> testi_ ^
L340[07:56:15] <Lizzy> testi_, if that's yours please change the nick with /nick
L341[07:56:26] <testi_> within the irc?
L342[07:56:27] <Mimiru> Lizzy, they're trying to connect to a different server
L343[07:56:33] <Lizzy> Mimiru, 404 on that link
L344[07:56:35] <Mimiru> and wocchat isn't working
L345[07:56:38] <Lizzy> ah
L346[07:56:43] <Mimiru> Oh shit right
L347[07:56:52] <Mimiru> cause michi. goes to new box..
L348[07:56:57] <Mimiru> and sharex is still pointing to eos
L349[07:57:01] <Mimiru> well.. fak
L350[07:58:10] <Mimiru> %tell gamax92 it seems wocchat doesn't respect the irc server in the args passed to it. Someone is trying to connect to their IRC server, and keeps getting bounced into Espernet
L351[07:58:10] <MichiBot> Mimiru: gamax92 will be notified of this message when next seen.
L352[07:58:33] <testi_> I've seen that there is a config file
L353[07:58:58] <testi_> I downloaded that too to the computer via wget but even if I pass it through via parameter it is being ignored :(
L354[07:59:21] <Mimiru> well.. it should just load the config on it's own
L355[07:59:30] <Mimiru> you have the config edited with your server info?
L356[08:00:21] <testi_> Of course
L357[08:00:26] ⇨ Joins: AlexisMachina (uid57631@2604:8300:100:200b:6667:3:0:e11f)
L358[08:00:41] <Mimiru> well... the computers in my test worls are shot
L359[08:00:44] <Mimiru> so I can't help
L360[08:00:49] <Mimiru> nor.. can I test my mod
L361[08:01:53] <Mimiru> The case was corrupted...
L362[08:01:56] <Mimiru> on all of my computers
L363[08:01:58] <Mimiru> o_O
L364[08:02:16] <testi_> I don't really *need* the WocChat. I have coded an iPhone app which is able to control the OC drone ingame. Currently I am using wget to exchange data between the two. But there is a huge delay because the OC computer have to download a txt file all the time.
L365[08:02:19] <Sharidan> the case??
L366[08:02:59] <Mimiru> Yeah, on 6 computers.
L367[08:03:03] <DeanIsaKitty> testi_: OC has an internet card which can open up TCP connections. That would make your app way more responsive :P
L368[08:03:20] <testi_> That's what I try to do.
L369[08:03:29] ⇨ Joins: Michi (~michi@206.255.162.154)
L370[08:03:36] ⇦ Quits: Michi (~michi@206.255.162.154) (Client Quit)
L371[08:03:53] <testi_> And I think, the drone may contain an internet card. Now I am using a tablet to send the commands to the drone.
L372[08:03:55] ⇨ Joins: Michi (~michi@206.255.162.154)
L373[08:03:59] *** Michi is now known as Guest93737
L374[08:04:04] ⇦ Quits: Guest93737 (~michi@206.255.162.154) (Client Quit)
L375[08:04:10] <Mimiru> ok...
L376[08:04:18] <testi_> It's not toooo bad. 2 Seconds delay approximately. But it's still laggy
L377[08:05:02] <Mimiru> testi_,
L378[08:05:10] <Mimiru> where are you editing the wocchat config..?
L379[08:05:11] <testi_> Mimiru?
L380[08:05:27] <testi_> In the computer with the edit program provided by openOS
L381[08:05:29] <Mimiru> cause it loads the config from /etc/wocchat.cfg
L382[08:05:35] <testi_> oh
L383[08:05:39] <Mimiru> so if you're editing any other wocchat.cfg it's not going to work
L384[08:05:54] <Mimiru> I just modified mine and it worked fine, connected right to my network
L385[08:05:59] <Mimiru> to my test channel and everything
L386[08:06:03] <testi_> You are right. That is my mistake.
L387[08:06:08] <DeanIsaKitty> testi_: Unless you horribly messed up somewhere, a TCP connection should not have 2 seconds of lag. And a modem connection should not either.
L388[08:06:29] <testi_> I downloaded them both seperately. Thank's for that
L389[08:06:36] <testi_> No i meant the wget method
L390[08:07:10] <Mimiru> So yeah... wocchat doesn't display kick messages
L391[08:08:07] <testi_> Ok. 1. i press a button within the iphone app. This make a http request and the server changes a txt file. 2. a tablet is constantly looping and checks if there is something useful in the txt file. if yes, it does the action (move) and does another http request to reset the textfile. then the tablet sends a command (broadcast) to the drone. Then it moves.
L392[08:09:26] <DeanIsaKitty> testi_: Why are doing it so horribly complicated?
L393[08:09:34] ⇨ Joins: testi_Ingame (~testi_Ing@reforged.tekkify.com)
L394[08:09:47] <Inari> just have you thingy tcp connect to yur phone
L395[08:09:48] <Inari> done
L396[08:10:07] * Inari wants udp :<
L397[08:10:08] <testi_Ingame> Because i didn't know, how to do that easier before
L398[08:10:22] <DeanIsaKitty> Inari: Other way around, IPhone wont accept random tcp connection outta nowhere
L399[08:10:34] <Inari> and OC wont accept tcp connection in any way
L400[08:10:35] <Inari> :P
L401[08:10:42] <testi_> That is not going to work
L402[08:10:54] <Mimiru> Inari, yet*
L403[08:10:56] <DeanIsaKitty> Inari: You need a server acting as broker in the middle
L404[08:11:00] <Sharidan> you need a relay
L405[08:11:05] <Inari> DeanIsaKitty: why? thats just stupid Oo
L406[08:11:07] <testi_> I am not the owner of this server, but I am pretty sure, that I can't open a socket
L407[08:11:14] <Skye> Inari, UDP has no use, unless your want your server to act as a NAT router
L408[08:11:15] <testi_> Yes exactly, DeanIsaKitty
L409[08:11:21] <DeanIsaKitty> Inari: Uh, what?
L410[08:11:25] <Inari> Skye: UDP has use when i want realtime data
L411[08:11:32] <Skye> Inari, UDP is one way
L412[08:11:32] <DeanIsaKitty> testi_: Check with the owner for that.
L413[08:11:38] <Inari> DeanIsaKitty: if a software on my iphone says listen to tcp it should accept that tcp connection :P
L414[08:11:38] <Skye> you can only send data
L415[08:11:38] <DeanIsaKitty> Skye: What? No.
L416[08:11:47] <Skye> huh?
L417[08:12:03] <DeanIsaKitty> Inari: Would be a big security hole but then again, its Apple. So it may just work.
L418[08:12:05] <testi_> I have my own server, which I can use as "man in the middle" so that should'nt be a problem.
L419[08:12:20] <DeanIsaKitty> testi_: Broker, not MITM
L420[08:12:28] <Inari> DeanIsaKitty: i dont see why it would bea security hole :P but sure
L421[08:12:46] <testi_> You are allowed to open ports on the iPhone.
L422[08:12:56] <Inari> see tha twokrs
L423[08:12:56] <Inari> :3
L424[08:13:03] <testi_> Even low ports such as 80
L425[08:13:20] <testi_> But that makes no sense because my internet is natted of course.
L426[08:13:21] <Inari> so you can likely just connect straight to ihpone
L427[08:13:38] <testi_> No. But I could enable it, if I really wanted to.
L428[08:13:54] <Inari> xD
L429[08:14:12] <Inari> Skye: well UDP is just UDP you send data... and the others side (ideally) receives data
L430[08:14:17] <Inari> i dont see what you mean with "oneway"
L431[08:14:21] <Skye> well
L432[08:15:14] <Inari> unless you mean the data doesnt get acknowledged automatically
L433[08:15:25] <testi_> I think, that won't work because the server blocks it because it is a new inbound connection
L434[08:15:58] <testi_> Or am I wrong there with the assumption?
L435[08:16:50] <DeanIsaKitty> testi_: Depends on how the server is configured, you need to ask the admin or test for yourself.
L436[08:17:11] <Skye> I think that it would be possible to have two way use of UDP, because routers find a way to do it with NAT.
L437[08:18:20] <Inari> oh thats what you mean :P
L438[08:18:24] <Inari> well it should work if properly configured
L439[08:18:59] <testi_> Is it likely that a UDP packet is lost?
L440[08:19:19] <DeanIsaKitty> testi_: No more than with TCP. But UDP can't self-repair like TCP does.
L441[08:19:33] <DeanIsaKitty> Also odering is not guaranteed per protocol.
L442[08:19:37] <DeanIsaKitty> *ordering
L443[08:20:03] <Inari> Mimiru: OC-UDP when?
L444[08:20:17] <Mimiru> nevar hahahahahahahahah
L445[08:20:25] <Inari> :<
L446[08:20:25] <testi_> How can I test, if UDP works on the server configuration
L447[08:20:28] <Mimiru> %tell gamax92 nevermind it seems you justh ave to use the config
L448[08:20:29] <MichiBot> Mimiru: gamax92 will be notified of this message when next seen.
L449[08:20:40] <Inari> testi_: OC doesnt do UDP atm :P
L450[08:20:43] <Inari> and you wouldnt want UDP anyway
L451[08:21:04] <testi_> But you suggested that above?
L452[08:21:17] <Skye> that would mean that someone needs to design a router that could do NAT
L453[08:21:17] <Inari> no, i was saying i'd like if it had UDP :P
L454[08:21:29] <testi_> Ah ok, then i misunderstood that pointl.
L455[08:22:31] <testi_> Would IRC be a good idea for command transportation?
L456[08:22:55] <Inari> Skye: oh i see, you mean because with TCP it can keep track of outgoing and its also a receiving connection at the same time even if it connected outgoing, but with UDP you cant do that? :P
L457[08:23:06] <Inari> testi_: why not just tcp
L458[08:23:20] <testi_> I need a third party server
L459[08:23:31] <DeanIsaKitty> testi_: IRC only works when TCP is available and then you could just go for straight TPC
L460[08:23:32] <testi_> Is it still possible halfway easyly?
L461[08:23:34] <DeanIsaKitty> *TCP
L462[08:23:44] <testi_> TCP is fine for me
L463[08:24:03] <DeanIsaKitty> It would be possible, but only a very little amount less work than straight TCP
L464[08:24:44] <testi_> But I would need to write a program which runs on the third party server, right?
L465[08:25:02] <DeanIsaKitty> Or open ports on your client machine.
L466[08:25:12] <testi_> On the iPhone?
L467[08:25:30] <Inari> and your router i guess
L468[08:26:32] <testi_> That's not ideally. Because sometimes a friend of mine want's to control the drone.
L469[08:26:59] <DeanIsaKitty> testi_: Then you need to write a broker server in the middle, yes. But that's really easy really.
L470[08:27:32] <Inari> can probably stick it on openshift or somehting the like
L471[08:27:38] <testi_> But not for me :D
L472[08:28:10] <DeanIsaKitty> testi_: You didn't try yet, so you wouldn't know ;)
L473[08:30:17] <testi_> I am not a developer
L474[08:31:09] <DeanIsaKitty> If you manage to write an iPhone app you will manage to write a tiny server that opens two TCP sockets and relays between them
L475[08:31:47] <testi_> Is it really simple as that?
L476[08:31:54] <DeanIsaKitty> Yeah.
L477[08:32:44] <DeanIsaKitty> You open two sockets on different ports, have the drones connect to one, the app to the other one and relay. If you feel fancy do conversion so that the drone can use serialize while your app can use JSON or whatever.
L478[08:34:40] <testi_> With OC serialization you can maintain a "queue"?
L479[08:34:54] <DeanIsaKitty> What? ^^
L480[08:35:34] <Sharidan> uhm, weird question incoming: why are you calling it a broker server, when in reality it's just a message relay?
L481[08:36:09] <DeanIsaKitty> Sharidan: Because as soon as you have more than one client or one drone its not a relay anymore ;)
L482[08:36:50] <testi_> What kind of server would you set up for that?
L483[08:36:59] <testi_> Linux server with bash script?
L484[08:37:02] <testi_> Or Windows and powershell?
L485[08:37:14] <Sharidan> over defining things imo - it still relays messages between two units
L486[08:37:28] <DeanIsaKitty> testi_: Whatever you have available. I would use Linux + Python, but that is because I know them best.
L487[08:37:33] <DeanIsaKitty> Sharidan: ^^
L488[08:40:13] <Inari> nodejs
L489[08:40:45] <testi_> I'll try it. Thank's for the helpful suggestions @all
L490[08:41:01] <DeanIsaKitty> This is not discord. @all will not ping anybody :P
L491[08:41:22] <Inari> maybe @everyone wil
L492[08:41:25] ⇦ Quits: VikeStep (~VikeStep@120.156.54.17) (Quit: Leaving)
L493[08:41:29] -Inari- ping!
L494[08:41:31] <testi_Ingame> IRC newbie :P
L495[08:41:31] ⇦ Quits: testi_Ingame (~testi_Ing@reforged.tekkify.com) (Quit: testi_Ingame)
L496[08:41:50] <Saphire> :|
L497[08:42:04] * Saphire grabs some silver and garlic
L498[08:42:26] <Inari> /ctcp #oc ping
L499[08:42:27] <Inari> ;D
L500[08:42:34] <DeanIsaKitty> Saphire: Are you going werewolf or vampire hunting <.>
L501[08:42:46] <Inari> werepire?
L502[08:43:00] *** Sharidan is now known as Vamwolf
L503[08:43:05] * Saphire shrugs and just eats the garlic
L504[08:43:08] * Vamwolf hides behind Inari
L505[08:43:12] <Saphire> What? I like garlic
L506[08:43:13] <Inari> lol
L507[08:43:30] * Saphire boops the vamwuff with silver
L508[08:43:45] * Vamwolf dies in a *poof* of smoke
L509[08:43:48] <Saphire> D:
L510[08:43:50] *** Vamwolf is now known as Sharidan
L511[08:44:04] <Saphire> And i get a timeout on MGR's server :|
L512[08:44:22] <Sharidan> I got tons of those last night
L513[08:49:41] ⇨ Joins: Turtle (~SentientT@82-171-92-73.ip.telfort.nl)
L514[09:33:10] <ds84182> Apparently my grandmother was in FBLA (in high school) in 1962
L515[09:33:13] <ds84182> Well
L516[09:33:23] <ds84182> Thats pretty damn cool
L517[09:41:29] <vifino> Good morning everyone.
L518[09:41:32] * vifino flops on Lizzy
L519[09:43:47] *** amadornes[OFF] is now known as amadornes
L520[10:00:29] <Inari> ds84182: FBLA?
L521[10:04:23] <ds84182> Future Business Leaders of America
L522[10:04:32] <ds84182> I also have evidence supporting this claim
L523[10:04:37] <ds84182> Lemme upload this image to Imgur
L524[10:06:36] <ds84182> http://i.imgur.com/edtP5Ba.jpg
L525[10:08:07] ⇨ Joins: daspete89 (webchat@p5B0B6C4F.dip0.t-ipconnect.de)
L526[10:19:55] *** Mine|dreamland is now known as minecreatr
L527[10:21:10] ⇦ Quits: daspete89 (webchat@p5B0B6C4F.dip0.t-ipconnect.de) (Ping timeout: 204 seconds)
L528[10:44:21] ⇦ Quits: Texelsaur (~jaquadro@c-76-28-30-178.hsd1.ma.comcast.net) (Read error: Connection reset by peer)
L529[10:45:40] * Lizzy pets vifino
L530[10:45:57] * vifino purrs and kisses Lizzy
L531[10:47:59] * Antheus sets Lizzy and vifino on an eternal fire for a romatic picture
L532[10:48:11] * Lizzy returns vifino's kiss
L533[10:48:16] <Lizzy> Antheus, i'm fine with that
L534[10:48:27] <Antheus> Pineapple = bae
L535[10:48:56] <Antheus> Pineapple = best food
L536[10:48:59] <Antheus> great on pizza
L537[10:48:59] ⇦ Quits: Lathanael|Away (~Lathanael@p54960EC7.dip0.t-ipconnect.de) (Ping timeout: 198 seconds)
L538[10:49:00] <Sharidan> bæ ?
L539[10:49:04] <Vexatos> it's an apple
L540[10:49:05] <Antheus> great by it'self
L541[10:49:07] <Vexatos> that grows
L542[10:49:10] <Vexatos> on a pine tree
L543[10:49:17] <Vexatos> BECAUSE ENGLISH MAKES SENSE™
L544[10:49:33] <Antheus> Vexatos, you do know how it got its name, right?
L545[10:49:58] <Vexatos> <Antheus> great by it'self
L546[10:50:01] <Vexatos> how is it possible
L547[10:50:06] <Vexatos> to pu't an apostrophe there
L548[10:50:14] <Antheus> Apple used to mean any kind of fruit
L549[10:50:22] <Antheus> AKA oranges used to be know as Orange Apples
L550[10:50:31] <Vexatos> As I said
L551[10:50:33] <Antheus> Well, the found a spiky fruit
L552[10:50:35] <Sharidan> apple apples
L553[10:50:35] <Vexatos> Because English makes sense™
L554[10:50:36] <Antheus> named it pine apple
L555[10:50:37] <Sharidan> funky
L556[10:50:47] <Antheus> As if German is any better?
L557[10:51:02] <Antheus> Oh lookICanMakeAGermanWorden
L558[10:51:03] <Sharidan> danish is even worse
L559[10:51:21] <Sharidan> unless it's the kind you eat :)
L560[10:51:25] <Antheus> :)
L561[10:51:31] <Antheus> Cream Danish = Second Bae
L562[10:52:01] <Vexatos> Antheus, well German doesn't call every fruit the same :P
L563[10:52:03] <Antheus> Also, good morning, Vexatos
L564[10:52:12] <Vexatos> It's eight to six p.m.
L565[10:52:22] <Antheus> Vexatos, what about all your variations of animals that are half pig
L566[10:52:44] <Sharidan> pork'upine? :P
L567[10:52:54] <Vexatos> it's a pig
L568[10:52:58] <Vexatos> that grows
L569[10:53:00] <Sharidan> lol
L570[10:53:00] <Vexatos> on a pine tree
L571[10:53:04] <Vexatos> <Vexatos> BECAUSE ENGLISH MAKES SENSE™
L572[10:53:14] <Sharidan> so a pork'upineapple then - lol
L573[10:53:24] <Vexatos> that sounds like shit
L574[10:53:27] <Vexatos> porcupine shit
L575[10:53:36] <Antheus> Vexatos, what about your Satchelschwein
L576[10:53:49] <Antheus> because a porcupine is 1/2 pig
L577[10:53:53] <Vexatos> "Satchel"
L578[10:53:58] <Antheus> Fjkl;hasd;kljgsqa
L579[10:53:59] <Vexatos> Do you have autocorrect on or something?
L580[10:54:06] <Vexatos> <Antheus> great by it'self
L581[10:54:13] <Antheus> Or Meerschweinchen
L582[10:54:21] <Vexatos> Yes, they are sea pigs
L583[10:54:29] <Antheus> ....
L584[10:54:42] <Vexatos> and we have spine pigs
L585[10:54:50] <Antheus> And water pigs
L586[10:54:58] <Antheus> and sea pigs
L587[10:55:00] <Antheus> and pig whales
L588[10:55:03] <Vexatos> Water pigs?
L589[10:55:05] <Vexatos> Oh right
L590[10:55:12] <Antheus> ...
L591[10:55:25] <Vexatos> We also have sea horses
L592[10:55:26] ⇨ Joins: Lathanael|Away (~Lathanael@p54960632.dip0.t-ipconnect.de)
L593[10:55:26] <Vexatos> :3
L594[10:55:34] <Vexatos> And river horses
L595[10:55:42] <Antheus> English also has sea horses
L596[10:55:54] <Vexatos> it also has river horses
L597[10:56:28] <Antheus> It also has Vexatos
L598[10:56:41] <Antheus> Need. More. Pineapple
L599[10:56:42] <Antheus> .
L600[10:57:08] <Antheus> Anyways
L601[10:57:17] <Antheus> Pineapple sounds better than Ananas
L602[10:57:39] *** Lordmau5 is now known as Lordmau5|Live
L603[10:58:58] <Antheus> I think I'm going to make a corndog
L604[10:59:26] <Antheus> Corndog + Horseradish = life
L605[10:59:36] <Antheus> s/ish/ish Mustard
L606[10:59:36] <MichiBot> <Antheus> Corndog + Horseradish Mustard = life
L607[10:59:40] <Sharidan> not the worst you can eat for sure :)
L608[11:01:47] <gamax92> how da fak do I do QoS on this router .-.
L609[11:02:13] <Antheus> Find the rest of your family, smash their computers (Handheld, etc) and wahlah
L610[11:02:20] <Antheus> gamax92, what router is it
L611[11:02:27] <gamax92> Mimiru: D:<
L612[11:03:21] <gamax92> I should probably document that stuff better though and actually finishing implementing various commands.
L613[11:03:42] <Antheus> jfjaf
L614[11:03:51] <Antheus> I decided to lookup mayonaise on wikipedia
L615[11:03:55] <Antheus> got redirected to the song
L616[11:03:56] <Antheus> fdfs
L617[11:04:09] <Antheus> Oh
L618[11:04:13] <Antheus> I forgot ther second n
L619[11:07:08] <Antheus> now i'm looking at tartar sauce
L620[11:07:12] <Antheus> ,-.
L621[11:07:45] <Antheus> :O
L622[11:08:09] <Antheus> Did you know there is a National Mustard Museum in Wisconsin
L623[11:08:32] <gamax92> ar71xx
L624[11:15:38] <gamax92> oh
L625[11:15:45] <gamax92> this device only has 384.0K of space
L626[11:16:45] <Antheus> lol
L627[11:17:19] <gamax92> 44K free
L628[11:24:02] <Antheus> In othernews
L629[11:24:06] <Antheus> I made a twitter account
L630[11:24:14] <Antheus> So I can get in on that tweet action
L631[11:24:42] <vifino> %addquote "If you want dick, look at Kodos" - Antheus
L632[11:24:44] <MichiBot> vifino: Quote added at id: 15
L633[11:24:46] <vifino> erm
L634[11:24:48] <Antheus> klj;afsdjkl;afsd
L635[11:24:54] <vifino> %addquote Antheus "If you want dick, look at Kodos"
L636[11:24:55] <MichiBot> vifino: Quote added at id: 16
L637[11:25:01] <vifino> %delquote 15
L638[11:25:05] <vifino> no?
L639[11:25:07] <Antheus> %quote 15
L640[11:25:07] <MichiBot> Antheus: No quotes found for 15
L641[11:25:10] <Antheus> %quote 16
L642[11:25:11] <MichiBot> Antheus: No quotes found for 16
L643[11:25:13] <Antheus> %quote 14
L644[11:25:13] <MichiBot> Antheus: No quotes found for 14
L645[11:25:26] <Antheus> Hm
L646[11:25:35] <vifino> Antheus: You're welcome.
L647[11:25:37] <vifino> %quote
L648[11:25:37] <MichiBot> Quote #1: <Lizzy> well, fuck...
L649[11:25:42] <vifino> %quote
L650[11:25:42] <MichiBot> Quote #3: <Sharidan> Life is too short for cold coffee.
L651[11:25:46] <vifino> %quote
L652[11:25:46] <MichiBot> Quote #16: <Antheus> "If you want dick, look at Kodos"
L653[11:25:52] <Antheus> :{
L654[11:25:55] <Antheus> inb4 banned
L655[11:26:10] <vifino> Right, I messed it up with the quotes.
L656[11:26:56] <vifino> %delquote 15
L657[11:27:37] <vifino> Mimiru: Please delquote 14 and 15. Thanks.
L658[11:27:48] <vifino> %addquote Antheus If you want dick, look at Kodos
L659[11:27:48] <MichiBot> vifino: Quote added at id: 17
L660[11:27:51] <vifino> Fixed.
L661[11:28:03] <Antheus> :<
L662[11:30:24] <vifino> Antheus: You do have to admit though that it was a required addition to the quote database.
L663[11:30:34] <Antheus> yes
L664[11:30:41] <Antheus> I was waiting for someone to take it out of context
L665[11:31:24] <Antheus> 11 people followed
L666[11:31:26] <Antheus> \o/
L667[11:32:37] <Saphire> how does quotedb works?
L668[11:33:14] <Antheus> um %addquote <name> <quote>
L669[11:33:23] <Antheus> um %delquote <number>
L670[11:33:26] <Antheus> and
L671[11:33:32] <Antheus> %quote <number>
L672[11:33:33] <MichiBot> Antheus: No quotes found for <number>
L673[11:33:36] <Antheus> or just
L674[11:33:39] <Antheus> %quote
L675[11:33:39] <MichiBot> Quote #3: <Sharidan> Life is too short for cold coffee.
L676[11:33:41] <Sharidan> %quote 3
L677[11:33:43] <MichiBot> Sharidan: No quotes found for 3
L678[11:33:46] <Sharidan> lol
L679[11:33:53] <Antheus> %quote #3
L680[11:33:53] <MichiBot> Antheus: No quotes found for #3
L681[11:33:56] <Antheus> hm
L682[11:34:17] <vifino> Antheus: %quote <user>
L683[11:34:35] * Sharidan puts a round of cold beers on the table to celebrate his birthday
L684[11:34:39] <gamax92> wonder how much it'd take to get a dd-wrt build for my router.
L685[11:34:45] <Antheus> to bad i'm 16
L686[11:34:50] <gamax92> they don't support it yet, but they do support really close relatives
L687[11:34:50] <Antheus> and can't legally drink
L688[11:35:00] <Antheus> even though I don't like beer
L689[11:35:06] * Sharidan puts a round of cold sodas on the table too
L690[11:35:14] <Antheus> I do like white wine, howerever.
L691[11:35:24] <gamax92> too bad i'm a babby
L692[11:35:28] <gamax92> and can't drink soda
L693[11:35:32] * Sharidan hands Antheus a perfectly chilled glass of white wine
L694[11:35:36] <Antheus> :D
L695[11:35:39] <Sharidan> hehe
L696[11:35:58] <Antheus> I'll have to try beer again someday
L697[11:36:10] <Sharidan> it's an aquired taste, I'm told
L698[11:36:19] <DeanIsaKitty> Antheus: You're in the US, aren't you?
L699[11:36:25] <Antheus> Yes.
L700[11:36:26] <Antheus> Texas
L701[11:36:31] ⇦ Parts: Antheus (Antheus@2001:19f0:6800:8161:1:be:a:7001) (Leaving))
L702[11:36:36] ⇨ Joins: Antheus (Antheus@2001:19f0:6800:8161:1:be:a:7001)
L703[11:36:37] <Antheus> Hm
L704[11:36:44] <Antheus> Dallas/Ft. Worth to be exact
L705[11:36:45] <Sharidan> we drink a lot of beer over here
L706[11:36:51] <Antheus> Where is here
L707[11:36:59] <Sharidan> denmark, europe
L708[11:37:05] <Sharidan> tiny country of 6 million
L709[11:37:08] <gamax92> WHY
L710[11:37:08] <testi_> I wrote a tcp broker/relay now. How can I connect to it now? Via handle instance?
L711[11:37:15] <gamax92> why does this streaming have to be so unstable.
L712[11:37:17] <DeanIsaKitty> Well, whatever you are used to as beer, it is not real beer. There are so many flavours and types of beer that you can't really hate them all.
L713[11:37:31] <DeanIsaKitty> testi_: Depends on how you wrote it ^^
L714[11:37:32] <gamax92> killall -9 pulseaudio
L715[11:37:34] <Sharidan> that much is true Dean
L716[11:37:56] <Antheus> DeanIsaKitty, That's why i'm going to wait until I am in a place/tiome where i can legally buy it
L717[11:37:59] <DeanIsaKitty> Sharidan: No, seriously. Texan beer is nearly as bad as venezolean beer.
L718[11:38:06] <Antheus> so I'm not getting the shitty smuggled-into party beer
L719[11:38:10] <Sharidan> urghk!
L720[11:38:13] <Antheus> Grunk
L721[11:38:13] <Antheus> !
L722[11:38:16] <DeanIsaKitty> Antheus: In EU its 18+ or 16+ :P
L723[11:38:17] <Sharidan> that's like drinking dishwater
L724[11:38:21] <Sharidan> ew
L725[11:38:25] <Antheus> Yah
L726[11:38:29] <DeanIsaKitty> Sharidan: *warm* dishwater :P
L727[11:38:36] <Sharidan> 16 and you can drink beer over here
L728[11:38:38] <Antheus> 21+ in the us, ofc
L729[11:38:46] <Sharidan> have to be 18 to smoke tho, which is kinda weird
L730[11:38:55] <Sharidan> yea - warm dishwater - YUCK!
L731[11:38:56] <Sharidan> lol
L732[11:39:19] <testi_> It listens on port 1 for a message. if there is one it writes it on port 2. simple as that.
L733[11:39:19] <DeanIsaKitty> Venezolean coffee though.... ^^
L734[11:39:20] <Antheus> "You can be required to serve in the military, but can't have a beer"
L735[11:39:22] <gamax92> well ... it's hovering around 90-105
L736[11:39:34] <gamax92> which is better than 70-164
L737[11:39:42] <Antheus> testi_, what about it?
L738[11:39:58] <DeanIsaKitty> testi_: a) you should use 1024+ and if you bind to the ports, just connect to them from your clients
L739[11:39:58] <Lizzy> i like how in the UK (might be the same elsewhere but meh), Call Of Duty: a game about the military is rated 18 yet you can join the army at 16
L740[11:40:04] <Antheus> gamax92, sudo pkill * -9
L741[11:40:15] <gamax92> woof
L742[11:40:23] <Antheus> sub woofer
L743[11:41:13] <gamax92> and it's going back to messed up latency.
L744[11:41:38] <testi_> handle = internet.open("mydoma.in", 1) ;;; handle:write("1234") should work?
L745[11:42:03] <DeanIsaKitty> testi_: yes, but *please* use ports over 1024
L746[11:42:25] <Sharidan> if you are using real world ports, never use ports under 1024 - all are reserved for services
L747[11:42:58] <testi_> They are of course
L748[11:43:16] <testi_> I just used them for example
L749[11:50:01] <DeanIsaKitty> http://syste.md/ ^^
L750[11:50:54] <vifino> TIL .md
L751[11:51:11] ⇦ Quits: Vi (~Vic@nightfall.moe) (Quit: Nyuu)
L752[11:51:13] <vifino> readme.md exists
L753[11:51:14] <vifino> huh
L754[11:51:22] <DeanIsaKitty> Moldova
L755[11:51:55] <testi_> Unfortunately the code I wrote above doesn't seem to work
L756[11:54:58] *** rakiru|offline is now known as Kasen
L757[11:58:37] <testi_> I can received messages but not "send" with write function
L758[12:03:32] <DeanIsaKitty> testi_: What do you mean?
L759[12:04:08] *** Lordmau5|Live is now known as Lordmau5
L760[12:06:37] <Antheus> Hmm
L761[12:06:41] <Antheus> Who else should I follow
L762[12:06:55] <DeanIsaKitty> Not me
L763[12:06:59] <Antheus> Tooleat
L764[12:07:01] <Antheus> late
L765[12:07:01] <Sharidan> Donald Trump
L766[12:08:03] <Lizzy> testi_, did you :flush() the socket after?
L767[12:08:11] <Inari> hmm i feel lik eim doing something wrong xD http://akari.in/pinky_xOeBn
L768[12:08:15] <vifino> Antheus: Me, obviously.
L769[12:08:28] <Antheus> You were one of the first people I followed
L770[12:09:10] <vifino> Oh, alright then.
L771[12:09:33] <DeanIsaKitty> Inari: Too much UML, too little code :P
L772[12:09:37] <Inari> :P
L773[12:09:41] <Inari> UMl comes before code
L774[12:10:19] <DeanIsaKitty> Inari: Not necessarily.
L775[12:10:27] <Inari> eh, muhc nicer that way
L776[12:10:47] <DeanIsaKitty> Subjective :P
L777[12:11:08] <Inari> can think through it with the model and change stuff there, not have to move and rewrite ocde 3 times
L778[12:11:08] <Inari> :p
L779[12:11:23] <DeanIsaKitty> Also UML is woefully inadequate for languages that don't have the concept of classes or have concepts like traits. :P
L780[12:11:36] <DeanIsaKitty> Or no inheritance
L781[12:11:46] <DeanIsaKitty> Basically all languages that are not Java or maybe C++
L782[12:12:46] <Inari> wellim working with C# :P so
L783[12:13:05] <Inari> and how so? mixins are more or lress just multiple inheritance
L784[12:13:25] <DeanIsaKitty> ^^
L785[12:13:37] <Inari> http://akari.in/pinky_7EYgT
L786[12:15:05] <DeanIsaKitty> Mixins are not traits, except for maybe in Scala.
L787[12:15:49] <Inari> anyway, some sort of modeling is pretty nice to do first
L788[12:17:12] <DeanIsaKitty> Yeah but UML has the problem that it describes *how* a program is built far to precise and the *what* it does to little. In most cases I care more about the behaviour of a program and not at all about its structure
L789[12:18:39] <Inari> depends on what you do
L790[12:18:54] <Inari> if you want the behavior a sequence, use case or activity diagram is likely best?
L791[12:19:15] <Inari> depending on which kind of behavior you're interested in :P
L792[12:19:29] <gamax92> do you into multitasking
L793[12:20:31] <gamax92> opkg list_installed |awk '{print $1}' |xargs -n1 opkg info |grep -e "Package: " -e "Size: "
L794[12:22:52] ⇨ Joins: VanillaBean (~VanillaBe@c-98-232-42-143.hsd1.wa.comcast.net)
L795[12:22:57] <vifino> gamax92: oh, do you want some of my openwrt management scripts?
L796[12:23:01] <vifino> they are faaancy
L797[12:23:07] <gamax92> vifino: sure, what kind of scripts
L798[12:23:20] <gamax92> trying to free up space .-.
L799[12:23:27] <vifino> updating, automated firmware upgrade, stuffs like that
L800[12:23:40] <vifino> thoug you have to change the fw url for your router tho
L801[12:23:43] ⇨ Joins: Vic (~Vic@nightfall.moe)
L802[12:24:00] <gamax92> vifino: btw, what is ppp for
L803[12:24:09] <vifino> dial up
L804[12:24:12] *** Vic is now known as Guest86727
L805[12:24:17] <gamax92> right, so I'll not build that in then :P
L806[12:25:47] *** Guest86727 is now known as Vi
L807[12:26:55] ⇨ Joins: Texelsaur (~jaquadro@c-76-28-30-178.hsd1.ma.comcast.net)
L808[12:30:04] <Antheus> So, I found out the self checkout stuff at wallmart uses winxp
L809[12:30:16] <gamax92> and?
L810[12:30:22] <testi_> Lizzy, I missed that. I found it out myself by looking in the openprograms IRC code. It works now.
L811[12:30:26] <Antheus> It takes a good min to reboot
L812[12:30:30] <gamax92> and?
L813[12:30:44] <Antheus> You can easily reboot them if you flip a switch
L814[12:30:53] <gamax92> most of that rebooting is all of their checkout system loading and doing crap
L815[12:30:59] <Antheus> yah
L816[12:33:33] <CompanionCube> I wonder how much money they pay MS for udpoots
L817[12:33:58] <testi_> That isn't XP
L818[12:34:03] <testi_> it's XP embedded ;)
L819[12:34:27] <CompanionCube> isn't that sill supported
L820[12:34:30] <CompanionCube> until 2019
L821[12:34:41] <Antheus> I'll support you until 2019 ;)
L822[12:34:43] <Antheus> jk
L823[12:34:50] <testi_> Yes
L824[12:34:52] <Antheus> What ever happened to minetest
L825[12:35:32] <gamax92> still around
L826[12:43:09] <gamax92> #calc 2228224-1966080
L827[12:43:13] <gamax92> %calc 2228224-1966080
L828[12:43:13] <MichiBot> gamax92: 262,144
L829[12:43:25] <gamax92> ... what is that number from.
L830[12:43:57] <gamax92> %calc 2^512
L831[12:43:57] <MichiBot> gamax92: 13,407,807,929,942,597,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000
L832[12:44:02] <gamax92> ... NOPE NOT THAT.
L833[12:44:38] <gamax92> %calc 2^18
L834[12:44:39] <MichiBot> gamax92: 262,144
L835[12:45:36] <DeanIsaKitty> That is rounded <.<
L836[12:45:59] <DeanIsaKitty> 2 512 ^p -> 13407807929942597099574024998205846127479365820592393377723561443721764030073546976801874298166903427690031858186486050853753882811946569946433649006084096
L837[12:46:33] <DeanIsaKitty> Michiyo: Bitch, get yo maths right <.<
L838[12:46:34] <Sharidan> nobody works with such insanely big numbers
L839[12:46:49] <gamax92> Sharidan: I do.
L840[12:47:10] <Sharidan> what for?
L841[12:47:26] <DeanIsaKitty> Sharidan: You do as soon as you get into crypto
L842[12:47:50] <Sharidan> formulas work with the numbers, I work with the formulas :P
L843[12:48:06] <DeanIsaKitty> But someone designed the formulas, didn't they?
L844[12:48:12] <gamax92> 179769313486231590772930519078902473361797697894230657273430081157732675805500963132708477322407536021120113879871393357658789768814416622492847430639474124377767893424865485276302219601246094119453082952085005768838150682342462881473913110540827237163350510684586298239947245938479716304835356329624224137216
L845[12:48:35] <Sharidan> true enough
L846[12:49:06] <gamax92> DeanIsaKitty: I used to have a math bot that did everything via fractions
L847[12:49:10] <DeanIsaKitty> gamax92: 2 ^ 1024?
L848[12:49:14] <gamax92> this ofc limits it's usefulness, but it worked
L849[12:49:26] <gamax92> yeah
L850[12:50:01] <gamax92> you could also ask it to give you the fraction as a decimal and have it recognize repeating sections.
L851[12:50:32] <DeanIsaKitty> Why not build a dc bot?
L852[12:51:33] <gamax92> DeanIsaKitty: hmm?
L853[12:51:49] <gamax92> The only reason I know dc exists is because I accidentally mistype cd
L854[12:52:23] <DeanIsaKitty> dc is awesome. It's also one of the oldest programming languages around ^^
L855[12:53:46] ⇦ Quits: Jezza (~Jezza@185.44.151.53) (Ping timeout: 189 seconds)
L856[12:57:50] <Antheus> not as old as Dean tho
L857[12:59:11] <vifino> Antheus: Watch your mouth.
L858[13:00:31] <DeanIsaKitty> Antheus I'm older than the universe. That statement holds up for everything except Lizzy & Michiyo :P
L859[13:00:35] ⇨ Joins: Dimensional (~kvirc@40.134.242.242)
L860[13:00:51] <vifino> wat
L861[13:00:59] ⇨ Joins: Jezza (~Jezza@185.44.151.53)
L862[13:01:02] <vifino> DeanIsaKitty: Shut up, you're not old.
L863[13:01:05] <vifino> ¬_¬
L864[13:01:17] <DeanIsaKitty> I'm ALSO older than you vifino :P
L865[13:01:28] <Lizzy> no, she's not old. She's Eternal
L866[13:01:41] <vifino> DeanIsaKitty: And?
L867[13:02:03] <vifino> The people my age can't understand me well enough, so it's a good thing.
L868[13:02:15] <Daiyousei> whats your age even
L869[13:02:26] <Daiyousei> i forgot
L870[13:02:27] <Lizzy> %calc 2^128
L871[13:02:27] <MichiBot> Lizzy: 340,282,366,920,938,460,000,000,000,000,000,000,000
L872[13:02:48] <Lizzy> %calc 2^32
L873[13:02:48] <MichiBot> Lizzy: 4,294,967,296
L874[13:03:21] <vifino> Daiyousei: 1.21 gigayears
L875[13:03:27] <Antheus> :O
L876[13:03:39] <Antheus> I'm 1.20 gigayears
L877[13:03:42] <Daiyousei> fokin tumbeler fictional ages
L878[13:03:45] <Antheus> jk
L879[13:03:45] <Daiyousei> jk i dont even know
L880[13:03:46] <Antheus> idk
L881[13:03:47] <Antheus> ;jaskl;dfa
L882[13:03:53] <Antheus> i dont si
L883[13:04:02] <Lizzy> Daiyousei, i wouldn't put it past tumblr at some point
L884[13:04:09] <Daiyousei> xD
L885[13:04:10] <Daiyousei> true
L886[13:04:31] <Antheus> well
L887[13:04:40] <Skye> so Lizzy and Michiyo are the goddesses of #oc ? and DeanIsaKitty is their cat?
L888[13:04:43] * Skye hides
L889[13:04:51] <Lizzy> yes
L890[13:04:58] * Lizzy pets DeanIsaKitty
L891[13:05:00] <Antheus> Lizzy and Michio are goddesses
L892[13:05:05] * DeanIsaKitty purrs
L893[13:05:18] * Antheus gives DeanIsaKitty fancy feast
L894[13:05:26] * DeanIsaKitty ignores human food
L895[13:05:30] <Antheus> um
L896[13:05:44] <Antheus> I don't think fancy feast is human food
L897[13:05:55] <vifino> What about me? :<
L898[13:05:57] <Antheus> How about meow mix?
L899[13:06:00] * Lizzy hands DeanIsaKitty a cheezeburger
L900[13:06:02] <Antheus> vifino, you are vifino
L901[13:06:07] <DeanIsaKitty> Also my mum told me that I should accept food from strangers
L902[13:06:10] * DeanIsaKitty noms
L903[13:06:16] <Antheus> DeanIsaKitty, I'm no stranger
L904[13:06:18] <DeanIsaKitty> Can I haz more? :3
L905[13:06:28] * Antheus gives DeanIsaKitty Cheezeburgers
L906[13:06:36] * Lizzy opens the door to the Cheezeburger factory and points DeanIsaKitty to it
L907[13:06:40] * DeanIsaKitty continues to ignore Antheus
L908[13:06:43] <Antheus> :(
L909[13:07:03] <Antheus> Well
L910[13:07:06] * DeanIsaKitty slamms trough the wall right next to the open door and proceeds to empty the factory of delicious cheezeburgerz
L911[13:07:06] * Lizzy boops vifino and shows him the tuna fish lake
L912[13:07:07] <Antheus> I think ima take a nap
L913[13:07:17] <Antheus> Tuna
L914[13:07:19] <Antheus> I love tuna
L915[13:07:21] * vifino dives into it
L916[13:07:22] <Antheus> tuna salad
L917[13:07:25] <Antheus> tuna sandwiches
L918[13:07:28] ⇦ Quits: sciguyryan (~sciguyrya@37.48.80.232) (Remote host closed the connection)
L919[13:07:34] <Antheus> TunaApple's
L920[13:08:00] * vifino catches a few fishes and returns to Lizzy, dropping half of them
L921[13:08:55] * Skye eats a pair
L922[13:09:08] * vifino stares at Skye
L923[13:09:12] * gamax92 eats one too
L924[13:09:23] * Antheus eats two three
L925[13:09:36] * DeanIsaKitty sprints out of the factory and steals the rest
L926[13:09:44] <gamax92> Antheus: should have done to three"
L927[13:09:46] <vifino> :<
L928[13:09:51] * vifino sobs
L929[13:09:56] * Antheus hugs vifino
L930[13:09:57] <Antheus> don't cry
L931[13:09:59] <Antheus> bby is ok
L932[13:10:04] *** Gavle|Away is now known as Gavle
L933[13:10:06] * vifino claws Antheus to pieces
L934[13:10:32] * DeanIsaKitty sighs, gets out the glue and starts puzzeling Antheus back together
L935[13:10:41] <Antheus> thanks dean
L936[13:10:55] <Antheus> Why is my head on my butt?
L937[13:11:19] <Lizzy> well, it seems the most logical place to me
L938[13:11:26] <vifino> I notice no difference, you still look like an ass.
L939[13:11:29] <DeanIsaKitty> Because I skipped the class on idiot anatomy
L940[13:11:45] <Antheus> vifino, I am donkey-kin
L941[13:12:02] <vifino> Also, DeanIsaKitty is muh cat. Obviously. :3
L942[13:12:03] <Sharidan> lol
L943[13:12:19] * DeanIsaKitty jumps on Lizzy's shoulder and yisses at vifino
L944[13:12:26] <vifino> :<
L945[13:12:50] * Lizzy pets DeanIsaKitty and goes back to eating failed brownie and reading fan fiction
L946[13:13:13] <DeanIsaKitty> How do you fail at brownies. The only thing simpler than that are sandwiches
L947[13:13:23] <Antheus> It's lizzy
L948[13:13:29] <Antheus> Good at everything BUT making brownies
L949[13:13:35] * DeanIsaKitty shakes head and wanders off eating more food and becoming a fatter cat than ever.
L950[13:13:37] * vifino pets DeanIsaKitty and gives tuna can as a make up gift
L951[13:13:54] * gamax92 pets DeanIsaKitty and gives make up as a tuna can gift
L952[13:14:02] <Lizzy> Antheus, no these were my sister's, the brownies are okay just hard in the edges of the pan
L953[13:14:14] <gamax92> Lizzy: "BUT DATS DA BEST PART"
L954[13:14:23] <gamax92> kidding, I hate it as well.
L955[13:14:24] <Antheus> ^
L956[13:14:31] <Antheus> I love those parts
L957[13:15:36] * Lizzy clicks to get vifino's attention and then pats her other shoulder
L958[13:15:50] * vifino sits on Lizzy's face instead
L959[13:15:57] <Lizzy> ¬_¬
L960[13:16:06] <vifino> :3
L961[13:16:09] * Lizzy removes vifino from her face and puts him on her shoulder
L962[13:16:58] <vifino> Skye: You forgot to include me in your statement, shame on you.
L963[13:17:00] <vifino> SHAME ON YOU.
L964[13:17:02] <Antheus> Nap time
L965[13:17:09] *** Antheus is now known as AntheusAway
L966[13:17:39] <Skye> sorry
L967[13:19:03] <vifino> Skye: Go on, fix it. :D
L968[13:20:08] <Skye> Michiyo and Lizzy are the goddesses of #oc, and vifino and DeanIsaKitty are the cats of #oc.
L969[13:20:33] <Sharidan> and I'm the office intern delivering coffee :/
L970[13:20:47] <Sharidan> or so I was told
L971[13:20:53] <vifino> Well done. You get one (1) virtual chocolate chip cookie.
L972[13:20:58] * vifino gives one to Skye
L973[13:21:29] * Skye stores it in a virtual cookie jar
L974[13:21:50] <Sharidan> until Skye updates java and the cookie jar gets referesh deleted?
L975[13:22:45] * Sharidan hands Skye a backup tape
L976[13:23:16] * Skye tapes Sharidan's mouth shut
L977[13:23:18] ⇨ Joins: Kodos (webchat@108-226-6-195.lightspeed.stlsmo.sbcglobal.net)
L978[13:23:18] zsh sets mode: +v on Kodos
L979[13:24:49] <Gavle> Don't hurt Sharidan
L980[13:24:56] <Gavle> He is valuable
L981[13:25:11] * Sharidan brings the coffee. must be somewhat valuable?
L982[13:25:51] <Gavle> You also code well
L983[13:26:17] ⇦ Quits: Nachtara (~Nachie@50-83-108-134.client.mchsi.com) (Read error: Connection reset by peer)
L984[13:26:46] ⇦ Quits: septi25 (~septi25@ipb21a8a62.dynamic.kabel-deutschland.de) (Ping timeout: 189 seconds)
L985[13:33:16] <Kodos> Gooooooooooooood Myt- err good morning
L986[13:34:29] <gamax92> Kodos: :P
L987[13:35:56] <Kodos> Time to start writing my data collection program
L988[13:36:51] <Kodos> I remembered an easy way to have the word list sorted out
L989[13:38:24] <Kodos> Whoa, Link changed his hair
L990[13:38:57] <gamax92> oh?
L991[13:39:23] <gamax92> I'm waiting until I have a batch of it to watch all at once
L992[13:39:38] <Kodos> I haven't watched in awhile, last I saw an episode, he had near shoulder-length hair
L993[13:39:41] <Kodos> Now he's all cleaned up
L994[13:44:21] *** Gavle is now known as Gavle|Away
L995[13:45:44] * DeanIsaKitty is a fat full lazy kitten
L996[13:45:57] <Kodos> TIL Chartreuse isn't reddish at all
L997[13:46:10] <vifino> DeanIsaKitty: You and fat?
L998[13:48:48] <Kodos> Is there a way to tell when a player that 'lands' on a block jumped onto it vs just walking on it
L999[13:50:13] <gamax92> Kodos: put the block down in a hole so they cannot walk onto it but must fall
L1000[13:50:21] <Kodos> No no, I mean javaside
L1001[13:50:31] <Kodos> Was going to do a drywall mod
L1002[13:52:14] ⇨ Joins: septi25 (~septi25@ipb21a8a62.dynamic.kabel-deutschland.de)
L1003[14:04:39] <Kodos> I need a good name for an interactive data collection program
L1004[14:05:56] ⇨ Joins: Keanu73OC (~keanu73oc@ns310999.ip-94-23-41.eu)
L1005[14:11:46] <gamax92> Kodos: Windows
L1006[14:11:57] ⇦ Quits: t3hero (~t3hero@2601:202:200:fb50:bdb7:a3f7:1500:7590) (Read error: Connection reset by peer)
L1007[14:13:47] *** Gavle|Away is now known as Gavle
L1008[14:23:50] <CompanionCube> gamax92, and call it 'telemetry'
L1009[14:24:34] <gamax92> OpenOS Telemetry
L1010[14:26:43] <DeanIsaKitty> Hey Sharidan! Intern! Get me some coffee while I'm solving this really hard problem that you absolutely could not at all solve. :P
L1011[14:27:16] <gamax92> DeanIsaKitty: how possible is it to do ssl in pure lua
L1012[14:27:36] * Sharidan bows down and fetches some coffee for DeanIsaKitty
L1013[14:27:37] <DeanIsaKitty> gamax92: Very :P
L1014[14:27:46] ⇨ Joins: brandon3055 (~Brandon@122.129.140.1)
L1015[14:27:58] <DeanIsaKitty> gamax92: The better question would be how hard is TLS 1.2 and how fast would it be anyway :P
L1016[14:27:59] * Sharidan wonders why he's forced to fetch coffee for others on his birthday ..
L1017[14:28:11] <gamax92> Well I wouldn't care about speed
L1018[14:28:11] <DeanIsaKitty> Oh, its your birthday?
L1019[14:28:20] <gamax92> Yeah, I need to go look into that again ... brb.
L1020[14:28:28] * Sharidan nods. Can't speak since Skye taped his mouth shut.
L1021[14:28:32] <DeanIsaKitty> Happy birthday! \o/ Have a cake!
L1022[14:28:47] * DeanIsaKitty throws a cake in Sharidan's general direction
L1023[14:28:49] <gamax92> okay, still have eclipse ready.
L1024[14:29:03] * Sharidan catches the cake and cheers!
L1025[14:29:06] <Sharidan> thanks :)
L1026[14:29:17] * DeanIsaKitty removes the tape from Sharidan's mouth
L1027[14:29:32] <Sharidan> ouch! thanks - that's much better :)
L1028[14:30:28] <vifino> DeanIsaKitty: you're a derp
L1029[14:30:32] <DeanIsaKitty> vifino: Yes
L1030[14:33:16] ⇨ Joins: Something12 (~Something@s010634bdfa9eca7b.vs.shawcable.net)
L1031[14:37:43] <Sharidan> hmm .. I wish the inventory controller was able to return a full inventory table
L1032[14:38:24] <Kodos> Why not populate a table
L1033[14:38:40] <Kodos> You can already get the slot size of an inventory, and get a table of each slot's info
L1034[14:38:52] <Sharidan> I'm iterating through the slots of the chest the robot is facing to read the inventory, but it takes a long time to loop through 52 slots
L1035[14:39:51] <Sharidan> I'm used to .getAllStacks() through cc and openperipherals, which returns a table of slots that contain stuff
L1036[14:39:59] <Kodos> Hm
L1037[14:40:03] <Kodos> ~w inventory controller
L1038[14:40:03] <ocdoc> http://ocd.cil.li/component:inventory_controller
L1039[14:40:28] <Sharidan> it does the same, except I get all slot item tables in one go, rather than having to scan each slot in the chest
L1040[14:42:16] <Sharidan> meh - I guess it's ok. it only extends the analysis time by 3-5 seconds
L1041[14:42:45] <Kodos> I'd say open an issue, but...
L1042[14:43:00] <Kodos> Sanger's got enough on his plate with porting 1.6 OC to 1.8.9
L1043[14:43:27] <Sharidan> yea that's what I'm thinking. No need to put even more on his plate :)
L1044[14:43:32] <Temia> Speaking of which, is there a changelog available for 1.6?
L1045[14:43:35] <Temia> I'm curious. .3.
L1046[14:44:06] <Kodos> Not that I know of. Nothing really major changed afaik other than the server rack overhaul
L1047[14:44:54] <Sharidan> I'm writing a build program for robots, that can build railway 3 & 4 way junctions with all the controlling circuitry for handling railcraft signals and controls aswell
L1048[14:45:46] <Sharidan> I have the bot check the supply chest for needed materials before it starts the build
L1049[14:49:53] <DeanIsaKitty> Temia: The git commit log :P
L1050[14:50:24] <Temia> oof. x.x I was hoping I wouldn't have to pick through commits to get a vague idea of what new features are in
L1051[14:50:53] *** Gavle is now known as Gavle|Away
L1052[14:50:53] <Temia> c'est la vie.
L1053[14:51:57] <Sharidan> hokay, now to write a smart inventory handler
L1054[14:56:48] <DeanIsaKitty> Sharidan: use Scala :P
L1055[14:57:37] <Sharidan> it's for my robot script :P
L1056[14:57:37] <DeanIsaKitty> Temia: Well, only releases get a changelog, if at all. But jenkins "Changes" tab is good for a quick summary
L1057[14:57:57] <Temia> True. Happen to have the CI handy?
L1058[14:58:10] <DeanIsaKitty> ci.cil.li :P
L1059[14:58:11] <Sharidan> I've been working on/off on an economy mod tho
L1060[14:58:23] <Temia> Of course, why did I expect anything different >.>
L1061[14:58:23] <DeanIsaKitty> Temia: Also, topic x)
L1062[14:58:34] <Temia> Right. >.>
L1063[14:58:39] <Temia> Missed the link in there.
L1064[14:58:52] <DeanIsaKitty> Sharidan: Economy mod? Pff. Use OC & OpenSecurity :P
L1065[14:59:15] <Kodos> Or StarKoin
L1066[15:00:59] <Sharidan> hmm - dunno StarKoin
L1067[15:01:41] <Kodos> Magi_k would have to hook you up with more info
L1068[15:01:42] <Sharidan> I wanted a simplistic virtual economy for servers, like we have/had with essentials+vault for bukkit servers
L1069[15:01:44] <Kodos> I've been trying to get some myself
L1070[15:01:57] <Kodos> Sharidan: Flenix's mod has a money system
L1071[15:02:03] <Kodos> With ATMs even
L1072[15:02:34] <Sharidan> I'll have to look into that then :)
L1073[15:06:36] <Sharidan> flenixcities is the one you mean?
L1074[15:08:40] ⇨ Joins: SegaSaturn (~segasatur@ultros.tentacles.are.evidently.sexy)
L1075[15:09:57] <gamax92> S3: poke
L1076[15:10:45] ⇦ Parts: SegaSaturn (~segasatur@ultros.tentacles.are.evidently.sexy) ())
L1077[15:11:13] <Kodos> Cities/Roads/Core
L1078[15:11:22] <Kodos> One of those has the ATM, store shelves, and money items
L1079[15:11:31] <Kodos> Note that there are bills and change
L1080[15:11:42] <Kodos> Which is better than most currency mods
L1081[15:11:50] <Kodos> Plus you can do things like tax per-city
L1082[15:11:53] ⇨ Joins: SegaSaturn (~segasatur@ultros.tentacles.are.evidently.sexy)
L1083[15:14:01] <Sharidan> yea the economy module. I suppose it must be a part of the core mod
L1084[15:14:58] <Sharidan> I didnt know about his mod. I only wanted the economy in mine, though I had planned item based currencies in different tiers or ages
L1085[15:16:17] <Sharidan> I wouldnt mind using his mod if I could get the economy module stand-alone. I don't want to bloat with some additional city world gen stuff
L1086[15:19:58] <Sharidan> most servers with random players eventually end up having some form of trade system (more or less functional), but I feel we sorely lack a solid common economy platform for modded minecraft
L1087[15:21:57] ⇨ Joins: AdminComputer1 (~admincomp@h69-130-70-227.nansme.broadband.dynamic.tds.net)
L1088[15:22:05] <DeanIsaKitty> Sharidan: Most servers with several players. Small servers with a few friends in my experience have no trade system and more of a "Hey, can I get a dozen X? Thanks buddey, I owe ya!"
L1089[15:22:16] <Sharidan> true
L1090[15:22:16] <AdminComputer1> how do i set up a network
L1091[15:22:51] <DeanIsaKitty> And there are only a few server of that size, so there is not a lot of need for a modded MC eco mod. Vanilla MC has a lot of very big and very stable eco systems because big servers are far more common.
L1092[15:23:13] <AdminComputer1> the name is because i have a lab in minecraft and this is the first computer with wocchat
L1093[15:23:26] <AdminComputer1> i cannot change the name
L1094[15:23:31] ⇦ Quits: Thog (~Thog@is.aww.moe) (Read error: Connection reset by peer)
L1095[15:23:44] <AdminComputer1> +ping
L1096[15:23:51] <DeanIsaKitty> AdminComputer1: /nick should work, no?
L1097[15:24:16] *** AdminComputer1 is now known as NickP
L1098[15:24:20] <NickP> thmks
L1099[15:24:24] <NickP> thnks
L1100[15:24:35] <Sharidan> can you be a bit more specific regarding your question?
L1101[15:25:26] <NickP> when i install network for all of my computers and connect them with cable it glitches and does not read or connect to the other computers
L1102[15:25:42] <NickP> help
L1103[15:25:45] <NickP> please
L1104[15:26:07] <NickP> and i need help remotly controling my robots
L1105[15:26:39] <Sharidan> well, if you can't find programs that do that, then you will have to write the programs yourself
L1106[15:27:01] <NickP> i cannot write programs so what are my options
L1107[15:27:14] <NickP> and on my robots
L1108[15:27:32] <Sharidan> OC doesnt come with out-of-the-box network applications and wireless robot control programs
L1109[15:28:07] <DeanIsaKitty> It comes with API's for components though ^^
L1110[15:28:08] <NickP> where can i find these im playing minecraft forge 1.8 with OC for 1.8
L1111[15:28:36] <Mimiru> NickP, also.. don't just connect your computers directly with cables... that's going to cause issues
L1112[15:28:52] <NickP> ohh so what do i do for both issues
L1113[15:28:54] <Mimiru> As the computers will be able to access components in the other cases... use switches to connect computers
L1114[15:29:00] * NickP faceslaps
L1115[15:29:07] <DeanIsaKitty> Mimiru: Can I give stupid answers for stupid questions? pleeeaaasseeee ^^
L1116[15:29:27] <NickP> yea go ahead
L1117[15:29:32] <Sharidan> there are no stupid qestions, only stupid answers DeanIsaKitty - you should know that :P
L1118[15:29:50] <DeanIsaKitty> Sharidan: There are stupid questions, trust me :P
L1119[15:29:52] <NickP> im used to it
L1120[15:29:52] <Mimiru> Direct connecting with cables is intuitive...
L1121[15:30:02] <Mimiru> It was my first thought too
L1122[15:30:12] <Mimiru> when I discovered that caused issues I had to figure out why
L1123[15:30:14] <DeanIsaKitty> Its not even about that :P
L1124[15:30:23] <NickP> then what
L1125[15:30:34] <Sharidan> NickP: anything in OC directly connected with cables/blocks, can "see" all components in every case/rack/block
L1126[15:31:15] <Sharidan> that means that two cases for two computers can see each other but also the screens they are connected to. one computer might choose the screen of the other computer unless they are network separated
L1127[15:31:34] <NickP> so about my robots how do i connect them to a tablet or remote terminal or a computer?
L1128[15:31:47] <DeanIsaKitty> NickP: You write code :P
L1129[15:31:49] <Sharidan> those are some of the issues you are facing when directly connecting everything through cables. Like Mimiru suggested, use a switch between the computers to separate them
L1130[15:32:15] <NickP> okay can you help me with the code for the robots
L1131[15:32:21] <Sharidan> NickP: first off, the robot would need a wireless network card. same for tablets/computers
L1132[15:32:27] <NickP> i am a noob if you cant tell
L1133[15:32:30] <DeanIsaKitty> NickP: Depends ^^ Do you know Lua?
L1134[15:33:30] <NickP> i did reasearch on it but i cannot write code same for robot code. I do program HTML , CSS , and Javascript if that counts
L1135[15:33:47] <DeanIsaKitty> If you know Javascript, thats a start ^^
L1136[15:33:51] <gamax92> HTML and CSS are not programming languages
L1137[15:34:05] <DeanIsaKitty> gamax92: shush, he's a newb, can't you tell?
L1138[15:34:13] <NickP> i do not know much javascript
L1139[15:34:22] <NickP> and i said im a noob
L1140[15:34:23] <gamax92> DeanIsaKitty: so? not going to lie to him.
L1141[15:34:39] <NickP> thnks i can take it
L1142[15:34:46] <DeanIsaKitty> gamax92: Not addressing everything is not lying - Obi-Wan Kenobi
L1143[15:34:54] <gamax92> :P
L1144[15:34:59] <NickP> nice Star Wars Quote
L1145[15:35:12] <Sharidan> NickP: google "lua tutorial" - try the same search on youtube. should get you started :)
L1146[15:35:14] <DeanIsaKitty> NickP: Basically you need to learn Lua to program OC computers and robots.
L1147[15:35:35] <NickP> okay
L1148[15:35:36] <Sharidan> lua is not a difficult scripting language to learn
L1149[15:36:00] <NickP> but i get more on computer craft
L1150[15:36:15] * NickP is frusturated
L1151[15:36:19] <Sharidan> you can use the computer craft lua tutorials to learn lua NickP
L1152[15:36:48] <NickP> thants what i thought but i still cannot remotly control my robots
L1153[15:36:55] <Sharidan> the basics of what lua is, doesnt lock to one specific platform and more and more games and mods use lua in some form or another
L1154[15:37:25] <DeanIsaKitty> NickP: It is a long way from not knowing Lua to remote controlling Lua - But fear not young wanderer, for the path is long but not steep
L1155[15:37:25] <Sharidan> that's where the different apis / libraries become important
L1156[15:37:26] <NickP> hold on i have to go check on my mining robot running dig brb
L1157[15:38:00] ⇨ Joins: surferconor425|Cloud (uid77899@2604:8300:100:200b:6667:4:1:304b)
L1158[15:38:24] <NickP> im back
L1159[15:38:51] <NickP> so how do i write robot programs
L1160[15:39:21] <DeanIsaKitty> NickP: Learn to write computer programs first :)
L1161[15:39:31] <gamax92> learning how to write robot programs requires you learn how to use Lua
L1162[15:39:41] <gamax92> start with grasping the basics of Lua
L1163[15:39:59] <NickP> i know robot.forward() how do i put that in a program and run it on a robot
L1164[15:40:05] <gamax92> NickP.
L1165[15:40:17] <gamax92> start with grasping the basics of Lua
L1166[15:40:26] <NickP> k bye
L1167[15:40:28] <gamax92> people don't learn things by jumping from A to Z skipping everything between.
L1168[15:40:29] ⇦ Quits: NickP (~admincomp@h69-130-70-227.nansme.broadband.dynamic.tds.net) (Quit: Proudly using WocChat!)
L1169[15:40:40] * Sharidan facepalms
L1170[15:40:58] <Sharidan> some people just don't want to be helped
L1171[15:41:20] <gamax92> He's been here several times before and always does that
L1172[15:41:23] <DeanIsaKitty> He does sound very young. On the one hand I like to screw with ignorant ppl because I'm evil but on the other hand I feel sorry for oblivious people like them.
L1173[15:41:44] <Sharidan> I hear ya DeanIsaKitty
L1174[15:41:58] <gamax92> so I just continue to refuse giving him stuff that he cannot learn from
L1175[15:42:38] <Sharidan> I wouldnt mind spending a few hours teaching the basics, if he'd be willing to listen
L1176[15:43:07] <DeanIsaKitty> Sharidan: Don't, use your time more wisely :P
L1177[15:43:18] <Sharidan> like bringing you coffee? ;)
L1178[15:43:42] <DeanIsaKitty> :3
L1179[15:43:56] <Sharidan> eventually I'll have to see if I can bring my swarm digger programs over to OC
L1180[15:44:03] <DeanIsaKitty> I could teach you some things ;P
L1181[15:44:39] <Sharidan> I'm sure you could :)
L1182[15:45:57] ⇦ Quits: SegaSaturn (~segasatur@ultros.tentacles.are.evidently.sexy) (Remote host closed the connection)
L1183[15:53:56] ⇨ Joins: AdminComputer1 (~admincomp@h69-130-70-227.nansme.broadband.dynamic.tds.net)
L1184[15:54:16] <AdminComputer1> i did it i made my first ROBOT program
L1185[15:54:25] *** AdminComputer1 is now known as NickP
L1186[15:55:25] <gamax92> good, but do you actually understand how it works?
L1187[15:55:33] <NickP> yes
L1188[15:55:55] <NickP> i had to put the componet script in the head then make i go forward
L1189[15:56:08] <NickP> i left out the component script
L1190[15:56:18] <NickP> originally
L1191[15:59:59] <DeanIsaKitty> Sharidan: Wanna bet how old that kid is? The winner gets 2000 points :P (to one year precise) I say 12 :P
L1192[16:00:24] <Sharidan> meh - I was gonna say around 12'ish
L1193[16:00:33] <Sharidan> you're no fun DeanIsaKitty :P
L1194[16:00:40] <DeanIsaKitty> Well, you have to say something else then :P
L1195[16:00:51] <DeanIsaKitty> Sharidan: Whaaaaaat? Of course I'm fun :<
L1196[16:00:57] <Sharidan> lol
L1197[16:01:06] <Sharidan> of course you are :)
L1198[16:01:15] <DeanIsaKitty> :3
L1199[16:01:34] <DeanIsaKitty> I'm also a judgemental asshole, but apparently having a pussy makes up for that :P
L1200[16:01:54] <Sharidan> well, if I can't pick 12 then I guess I'm screwed. ok, I'll pick 14 then
L1201[16:02:02] <gamax92> DeanIsaKitty: why are there so many physics engines D:
L1202[16:02:04] <DeanIsaKitty> gamax92?
L1203[16:02:16] <DeanIsaKitty> gamax92: Because everybody wrote their own back in the day.
L1204[16:02:43] <DeanIsaKitty> And they were designed for different types of games and are not usable for everything like they would be now.
L1205[16:02:49] <Sharidan> DeanIsaKitty: regardless, I like your sense of humor :)
L1206[16:02:50] <gamax92> JigLib, Bullet, Cannon, microphysics, Physijs, Oimo, Goblin Physics
L1207[16:02:57] <DeanIsaKitty> PhysiX
L1208[16:03:05] <DeanIsaKitty> Havok
L1209[16:03:15] <DeanIsaKitty> And a third big one I forgot the name of
L1210[16:03:26] <gamax92> Box2D, Chipmunk, CoffeePhysics, Verlet, p2, Matter ...
L1211[16:04:10] <DeanIsaKitty> Vortex.
L1212[16:04:34] <DeanIsaKitty> Also VisSim but thats simulation, not a real-time engine
L1213[16:05:20] <DeanIsaKitty> Sharidan: I know, I love kicking puppies too :P
L1214[16:05:34] <Sharidan> I bet you do :P
L1215[16:06:44] <gamax92> woof?
L1216[16:06:53] <Sharidan> lmao
L1217[16:06:59] * DeanIsaKitty cuddles gamax92
L1218[16:07:56] <gamax92> ^-^
L1219[16:09:48] ⇨ Joins: Thog (~Thog@is.aww.moe)
L1220[16:09:53] <Sharidan> so how do we divide the points, if it turns out he's 13? :P
L1221[16:10:13] <Inari> https://www.youtube.com/watch?v=0TZd95BCKMY
L1222[16:10:15] <MichiBot> Inari: Crushed between two portals experiment | length: 2m 54s | Likes: 9737 Dislikes: 92 Views: 602283 | by CrowbCat
L1223[16:10:16] <DeanIsaKitty> Sharidan: 50/50 ofc
L1224[16:10:29] <Sharidan> awe - you do have a heart :]
L1225[16:11:37] <vifino> Only sometimes.
L1226[16:12:39] <Sharidan> interesting visuals in that vid Inari
L1227[16:12:41] <gamax92> #lua 14/0.13
L1228[16:12:41] <|0xDEADBEEF|> > 107.69230769231
L1229[16:12:44] <gamax92> #lua 12/0.13
L1230[16:12:45] <|0xDEADBEEF|> > 92.307692307692
L1231[16:13:51] <DeanIsaKitty> gamax92: Wanna add a guess too? :P
L1232[16:14:07] <gamax92> nah
L1233[16:14:22] <Sharidan> gamax is no gambler - heh
L1234[16:14:59] <gamax92> oh o.o;
L1235[16:15:06] <gamax92> #lua 14/0.13-100, 100-12/0.13
L1236[16:15:07] <|0xDEADBEEF|> > 7.6923076923077 | 7.6923076923077
L1237[16:15:14] <gamax92> it's the same!
L1238[16:25:43] <DeanIsaKitty> Sharidan! :<
L1239[16:25:51] <Sharidan> yuz?
L1240[16:26:06] <DeanIsaKitty> Tell vifino that I'm not confusing. <.<
L1241[16:26:16] <Sharidan> lol
L1242[16:26:46] ⇦ Quits: NickP (~admincomp@h69-130-70-227.nansme.broadband.dynamic.tds.net) (Remote host closed the connection)
L1243[16:27:01] <vifino> you're quite confusing DeanIsaKitty .-.
L1244[16:28:16] ⇨ Joins: sciguyryan (~sciguyrya@95.211.188.225)
L1245[16:36:42] ⇦ Quits: Vexatos (~Vexatos@p200300556E6CB771886EEC2F5655D82C.dip0.t-ipconnect.de) (Remote host closed the connection)
L1246[16:41:35] <Sharidan> bleh - turning right on red is going to be weird when I fire up ATS
L1247[16:43:04] <Inari> what
L1248[16:43:43] <Sharidan> I got american truck simulator yesterday and it supports the US driving rule that you can turn right when the signal is red
L1249[16:44:32] <Sharidan> ETS2 doesnt have that anywhere, which fits with the rules i learned when I got my drivers license
L1250[16:45:02] ⇦ Quits: Jezza (~Jezza@185.44.151.53) (Quit: Leaving)
L1251[16:48:48] ⇨ Joins: Nachtara (~Nachie@50-83-108-134.client.mchsi.com)
L1252[16:52:46] ⇨ Joins: nwmqpa (~nwmqpa@ALamentin-552-1-85-21.w83-203.abo.wanadoo.fr)
L1253[16:57:12] <nwmqpa> Hello , I have a problem with OC , is there a way for external components (components that use the API) to be indexed with the same UUID at every restart of the computer ?
L1254[16:58:39] <gamax92> component uuid's shouldn't change after they are created
L1255[16:59:01] <Sharidan> uhm, if you don't physically change the component configuration, the UUIDs shouldnt change like gamax92 said
L1256[16:59:35] <nwmqpa> Yes , I know , but it's not really a component , i shows like One , but it's more like a TileEntity with a compat
L1257[16:59:56] <gamax92> ahh
L1258[17:00:15] <gamax92> what is the tileentity in question then?
L1259[17:00:15] ⇦ Quits: nwmqpa (~nwmqpa@ALamentin-552-1-85-21.w83-203.abo.wanadoo.fr) (Read error: Connection reset by peer)
L1260[17:00:18] <gamax92> oh leave
L1261[17:00:25] <gamax92> or*
L1262[17:00:31] <Sharidan> connection got trashed
L1263[17:00:52] <gamax92> vroom vroom
L1264[17:01:19] ⇨ Joins: nwmqpa (~nwmqpa@alamentin-552-1-85-21.w83-203.abo.wanadoo.fr)
L1265[17:01:23] <nwmqpa> Every GregTech machines are indexed as gt_machine
L1266[17:01:41] <Skye> eugh
L1267[17:01:42] ⇦ Quits: nwmqpa (~nwmqpa@alamentin-552-1-85-21.w83-203.abo.wanadoo.fr) (Read error: Connection reset by peer)
L1268[17:01:50] <Sharidan> wow bad connection there
L1269[17:02:03] <gamax92> it makes mine look good
L1270[17:02:08] <Sharidan> lol
L1271[17:02:16] <Sharidan> I can't complain about my connection either
L1272[17:02:25] ⇨ Joins: nwmqpa (~nwmqpa@ALamentin-552-1-85-21.w83-203.abo.wanadoo.fr)
L1273[17:02:26] <gamax92> why not?
L1274[17:02:45] <nwmqpa> I have some connections problem ...
L1275[17:04:12] ⇦ Quits: Keanu73OC (~keanu73oc@ns310999.ip-94-23-41.eu) (Read error: Connection reset by peer)
L1276[17:05:30] ⇦ Quits: nwmqpa (~nwmqpa@ALamentin-552-1-85-21.w83-203.abo.wanadoo.fr) (Read error: Connection reset by peer)
L1277[17:06:29] <Sharidan> I rarely lose my connection. sometimes happens during heavy rain, but that's mostly because the cables run right next to the harbour
L1278[17:06:43] <Sharidan> water and cables = bad idea
L1279[17:06:46] <gamax92> I also rarely lose connection, seems to always happen atleast once over night though
L1280[17:07:05] <Sharidan> well, I havnt had a connection loss since the beginning of this week
L1281[17:07:08] <gamax92> (andchat seems to have and issue with detecting this and just sits there, not receiving anything)
L1282[17:07:14] ⇦ Quits: Nachtara (~Nachie@50-83-108-134.client.mchsi.com) (Read error: Connection reset by peer)
L1283[17:07:15] <Sharidan> it was raining heavily at the beginning of the week
L1284[17:16:37] *** amadornes is now known as amadornes[OFF]
L1285[17:24:18] <gamax92> stream please stop stuttering.
L1286[17:25:48] ⇨ Joins: Doty1154 (~Doty1154@2601:648:8002:c1a1:e513:75aa:bfc4:b287)
L1287[17:31:30] ⇨ Joins: daspete89 (webchat@p5B0B6C4F.dip0.t-ipconnect.de)
L1288[17:37:47] ⇦ Quits: sciguyryan (~sciguyrya@95.211.188.225) (Remote host closed the connection)
L1289[17:45:50] ⇦ Quits: surferconor425|Cloud (uid77899@2604:8300:100:200b:6667:4:1:304b) (Quit: Connection closed for inactivity)
L1290[17:49:09] ⇨ Joins: VikeStep (~VikeStep@120.156.54.17)
L1291[18:02:32] <Kodos> Oh nice, Pressure pipes was updated with fixes for interaction with OC
L1292[18:02:58] <Sharidan> logistics pipes?
L1293[18:05:20] <gamax92> #lua 350/400*40
L1294[18:05:20] <|0xDEADBEEF|> > 35.0
L1295[18:05:26] <gamax92> ... right duh.
L1296[18:08:34] *** Daiyousei is now known as SleepingFairy
L1297[18:15:53] ⇦ Quits: Keanu73 (~Keanu73@host-78-150-230-183.as13285.net) (Quit: Gotta go to bed or something. See ya!)
L1298[18:16:43] <Kodos> No, pressure pipes
L1299[18:16:48] <Kodos> One of bdew's mods
L1300[18:18:38] *** kirby|gone is now known as mrkirby153
L1301[18:23:26] <minecreatr> I just crashed with the crash java.lang.NullPointerException: Updating screen events
L1302[18:23:26] <minecreatr> at li.cil.oc.common.command.SimpleCommand.func_71519_b(SimpleCommand.scala:17) when trying to use tab complete
L1303[18:24:46] * vifino picks up Lizzy and carries her to bed
L1304[18:27:04] <Kodos> minecreatr: Which OC version and MC version?
L1305[18:27:58] <minecreatr> oc version OpenComputers-MC1.7.10-1.5.19.37-universal and forge/mc version 1615 1.7.10 Kodos
L1306[18:28:28] <Kodos> Can you try updating to 1.5.22?
L1307[18:28:38] <Kodos> And seeing if you can replicate the issue
L1308[18:28:44] <minecreatr> ok
L1309[18:29:00] ⇦ Quits: testi_ (webchat@ip18868575.dynamic.kabel-deutschland.de) (Quit: Web client closed)
L1310[18:35:23] ⇦ Quits: Inari (~Pinkishu@p5DEC6266.dip0.t-ipconnect.de) (Quit: KVIrc 4.3.2 Aria http://www.kvirc.net/)
L1311[18:37:07] ⇦ Quits: brandon3055 (~Brandon@122.129.140.1) (Read error: Connection reset by peer)
L1312[18:38:08] <Kodos> For anyone interested, DW20's spotlight video on Intangible, Part 1 is due tomorrow
L1313[18:41:16] <Kodos> minecreatr: any luck?
L1314[18:42:49] <minecreatr> cant test it in the new version right now, in a modpack with a lot of other mods so will take like 30 minutes to update the mod, I am going to test it later Kodos , but thank you for helping me :)
L1315[18:43:22] <Kodos> No worries, be sure to let me know if it's fixed or if it still happens =D
L1316[18:43:32] <minecreatr> ok, I will
L1317[18:49:13] <Kodos> Debating between Netflix and MC to finish writing my telemetry program
L1318[18:52:22] ⇦ Quits: fotoply (~fotoply@2-104-228-18-static.dk.customer.tdc.net) (Read error: Connection reset by peer)
L1319[19:04:25] <daspete89> hi there. anyone here who knows how to "extend" a library in lua, without modifying the original library code?
L1320[19:04:56] <Kodos> By extend, you mean add to it?
L1321[19:05:20] <greaser|q> daspete89: use require, add to the resulting table
L1322[19:06:24] <greaser|q> although to be honest it's probably better to use require, dump that into a local table, then make a new table and give that a metatable w/ __index metamethod
L1323[19:07:29] <greaser|q> local horn = require("horn"); local bike = {}; function bike.honk() return horn.honk() end; return setmetatable(bike, {__index=function(t,k) return horn[k] end})
L1324[19:07:42] <greaser|q> except, well, derp
L1325[19:08:01] <greaser|q> what i did there was kinda redundant w/ bike.honk
L1326[19:08:19] <greaser|q> function bike.ride_responsibly() local i; for i=1,100 do horn.honk() end end
L1327[19:08:28] <greaser|q> that's better
L1328[19:08:42] <daspete89> hmm.. from that local table, can i also acces things like local variables etc. from the original library? to be clear, i'm trying to extend gml with more gui-elements. bargraphs and such. but when i'm looking at the original code, i don't think that i can access much of it's core functionality.
L1329[19:11:21] <Kodos> Speaking of gml, I need to go take a look at it and see if it'd be useful for any of my programs
L1330[19:13:14] <daspete89> it's a bit outdated i would say, but there are not that many gui-libraries for oc sadly. i used it for a small dialing programm for lanteacraft-stargates, with address list etc. it works great, but gml itself has not many elements to work with. the dialogs (via gmlDialogs) are great, though.
L1331[19:14:21] ⇨ Joins: bennyman123abc (~bennyman1@216.54.125.50)
L1332[19:14:32] <bennyman123abc> Hello
L1333[19:14:36] <gamax92> hello
L1334[19:14:40] <daspete89> hello
L1335[19:14:54] <bennyman123abc> This IRC seems so quiet
L1336[19:15:06] <CompanionCube> lol
L1337[19:15:08] ⇦ Quits: bennyman123abc (~bennyman1@216.54.125.50) (Client Quit)
L1338[19:15:15] <Kodos> Riiight
L1339[19:15:25] <daspete89> what was that :D?
L1340[19:15:29] <Kodos> daspete89: I like SGCraft gates when I'm using OC, tbh
L1341[19:15:46] <Kodos> I just wonder if Greg_Ewing's code could benefit from GML
L1342[19:17:37] <daspete89> hm. sgcraft is also a great stargate-mod, first lanteacraft version was a fork of sgcraft. but tbh, i personally like the lanteacraft gatemodels and textures better ;) greg's gate is a little bit.. well.. bulky ^^
L1343[19:17:59] <Kodos> Really? Greg's is a 5x5, whereas LC's gets up to... 7x7 or 9x9 I think
L1344[19:18:25] <Kodos> Or do you mean teh model is bulky
L1345[19:19:19] <Kodos> Oh neat, looks like SGCraft hit 1.8.9, too
L1346[19:19:20] <daspete89> the model itself
L1347[19:21:04] <daspete89> and yes, lanteacraft gates are 7x7 in newer versions
L1348[19:24:22] <daspete89> btw, what's the difference in lua betwenn object.function() and object:function()? second one is what gml uses for it's function calls.
L1349[19:24:43] <Kodos> Someone more knowledged than I would have to answer th at
L1350[19:30:09] <daspete89> Yeah.. well, I would call myself a lua-noob, although I'm a full-time java-dev. I know the basics, but apart from that many things are just different^^ something like "extend" in java would be nice.
L1351[19:30:33] <Kodos> I am both a Lua and Java noob, so I feel your pain
L1352[19:30:49] <Kodos> I probably know more than I give myself credit for, but not nearly as much as some of the folks in here
L1353[19:34:32] ⇨ Joins: Tedster (~Tedster@host86-191-38-240.range86-191.btcentralplus.com)
L1354[19:36:06] <Izaya> ohok
L1355[19:36:20] <Izaya> I have to pacaur -S cower every time pacman goes up a major version
L1356[19:36:25] <Izaya> and then -Syu
L1357[19:36:46] <Kodos> And then I use -wat
L1358[19:37:14] <Izaya> and then it responds: -w -a -t flags not recoignized or similar
L1359[19:37:37] <Izaya> --wat is the flag you were looking for
L1360[19:37:51] <daspete89> pacman - let me guess - arch linux?
L1361[19:37:57] <CompanionCube> Izaya, ohey
L1362[19:38:12] <Izaya> daspete89: yup, and the aur helper pacaur
L1363[19:38:14] <Izaya> hai CompanionCube
L1364[19:38:16] ⇨ Joins: Temportalist (uid37180@id-37180.charlton.irccloud.com)
L1365[19:38:37] <CompanionCube> so I randomly found a lua irc bot with matrix support. want link?
L1366[19:39:08] <Izaya> sure why not
L1367[19:39:38] <Kodos> In Lua, would checking for --wat be 'if options.wat do stuff() end'?
L1368[19:39:46] <vifino> In OC, yes.
L1369[19:39:53] <Kodos> Yes
L1370[19:40:03] <CompanionCube> https://github.com/torhve/ivar2
L1371[19:40:31] <Izaya> "Yet another IRC bot with issues."
L1372[19:40:38] <daspete89> :D
L1373[19:41:10] <Izaya> I already have a lua IRC bot with issues
L1374[19:41:35] <CompanionCube> and? LD
L1375[19:41:38] <CompanionCube> *:D
L1376[19:45:07] <greaser|q> daspete89: you cannot access the locals unless you use the debug library and as far as i know OC doesn't expose enough of the debug library for you to exploit that
L1377[19:45:39] <greaser|q> i have an erlang IRC bot with issues
L1378[19:45:51] <greaser|q> if there's one language that's hillarious to write an IRC bot in, it's erlang
L1379[19:46:11] <daspete89> hm.. ok.. well I don't think that local table and add function to it won't work for gml.. just checked the code, gml.create constructs a local gui object and then does stuff like newGui.addLabel=addLabel, with addLabel being a local function in the gml lib. the newGui-object is then returned at the end :(
L1380[19:46:13] <greaser|q> just wait until you've got code hotswapping + suitable safety nets in place and you're trying to make a quit function
L1381[19:46:17] <CompanionCube> Izaya, there's also bridges to plenty of stuffs
L1382[19:46:22] <Izaya> right, I need more toast
L1383[19:46:26] <Izaya> greaser|q: erlang otp
L1384[19:46:40] <g> is there any way to make tablets charge with enderio wireless chargers?
L1385[19:46:41] <CompanionCube> such as XMPP
L1386[19:46:52] <greaser|q> in my case i had lots of bugs in my quit implementation, i'd do a quit and then a thread would crash and the bot would come up again
L1387[19:47:02] <greaser|q> Izaya: yeah i need to get my head around OTP
L1388[19:47:08] <greaser|q> and with that said i need to actually get erlang installed again
L1389[19:47:09] <Izaya> but I found a lua XMPP bot CompanionCube
L1390[19:47:11] <Izaya> I need to get it working
L1391[19:47:16] <greaser|q> daspete89: you can probably shim newGui.addLabel
L1392[19:47:17] <Izaya> and stuff
L1393[19:47:46] <greaser|q> but you will be limited as to what you can do, if you're too limited, bug the author or fork the lib
L1394[19:47:58] * CompanionCube should write an IRC bot that allows the users to add/modify commands dynamically
L1395[19:48:14] <CompanionCube> and see how long before someone totally scrws it
L1396[19:48:31] <g> I guess nobody has an answer, huh
L1397[19:48:31] <g> :P
L1398[19:49:55] ⇨ Joins: Nachtara (~Nachie@50-83-108-134.client.mchsi.com)
L1399[19:50:00] <daspete89> greaser|q: well it returns that object - gui = gml.create(...); maybe gui.myFunction() = ... would work? or a wrapper around the base gml? forking is the last thing I wanted to do ^^
L1400[19:50:40] <greaser|q> yeah you can replace and/or wrap it ALTHOUGH i think you mean gui.myFunction = ...
L1401[19:50:50] <greaser|q> as what you suggested was a syntax error
L1402[19:51:17] <daspete89> oh, yes. that was what I meant ^^
L1403[19:53:52] <daspete89> hm.. but I don't think that would work either because gml defines ALL it's core functions as local function -.- so once i create the gui-object in my library, I don't have access to them. damn.
L1404[20:02:33] *** g is now known as gAway2002
L1405[20:05:08] <daspete89> greaser|q: short lua basics question - do you know what the difference is between object.function() and object:function()? second thing is what gml uses - like this: gui = gml.create(..) gui:addLabel(..)
L1406[20:05:36] <greaser|q> obj:func(a,b,c) is the same as obj.func(obj,a,b,c)
L1407[20:07:39] <daspete89> ah ok, I see. so with : the calling object gets added as a parameter to the call. makes sense as gmls local functions have always the gui-object as first parameter.. hm.
L1408[20:11:32] <daspete89> oh come on gml.. really.. it has a function baseComponent(gui,x,y,with,height,type,focusable) which creates a bare bones object for all components. guess which function is NOT exposed in the gui-object. doh. :D
L1409[20:18:06] <daspete89> and I crashed my oc-computer in my testworld...
L1410[20:18:27] <DeanIsaKitty> Well, the fact that I forgot that gcc likes dynamic linked executables more now just wasted two and a half hours of my time. :|
L1411[20:18:28] <FatalDistraction> congratulations, you just played yourself
L1412[20:19:39] <daspete89> "Unrecoverable Error: init:90: boot/01_process.lua:2: module 'process' not found: no field package.preload['process'] /lib/buffer.lua:32: attempt to index a field 'stream' (a boolean value)"
L1413[20:19:52] <FatalDistraction> Oh....
L1414[20:19:54] <FatalDistraction> hmmm
L1415[20:20:03] <gamax92> daspete89: remove hdd, get openos floppy, boot, put hdd in, reinstall
L1416[20:20:10] <FatalDistraction> ^
L1417[20:21:00] <gamax92> and thats not saying that your openos is corrupted, it's that slight changes were made to the apis and openos code
L1418[20:21:35] ⇦ Quits: Nachtara (~Nachie@50-83-108-134.client.mchsi.com) (Quit: geeettttttt dunked on!!!)
L1419[20:22:00] <daspete89> ah ok. yes i updated recently to 1.5.22, had the testworld not loaded for a few days. thought I crashed it because I took the hdd out (to refresh files) while it was running... ^^
L1420[20:22:16] *** AntheusAway is now known as antheus
L1421[20:22:18] *** antheus is now known as Antheus
L1422[20:23:57] *** minecreatr is now known as Mine|away
L1423[20:32:47] ⇦ Quits: Turtle (~SentientT@82-171-92-73.ip.telfort.nl) (Quit: Nettalk6 - www.ntalk.de)
L1424[20:43:18] <Kodos> Okay, time to work on my other program idea :3
L1425[20:43:49] <daspete89> hm.. ok.. seems like I really have to fork and extend gml itself. there just no way to access it's core functionality once the gui object is created.
L1426[20:47:05] <Antheus> What is it, Kodos
L1427[20:47:41] <Kodos> Have you ever used/seen a police scanner in operation
L1428[20:49:49] <daspete89> you mean the devices that they have in police cars for broadcasting and getting notifications about where to go?
L1429[20:53:13] <Kodos> Sort of. I'm referring to the civilian device (Sometimes programmable to a specific frequency or frequencies) that you can use to listen to the radios of fire, police, and other emergency services
L1430[20:53:21] <Kodos> %g Radio Shack Programmable Scanner
L1431[20:53:22] <MichiBot> Kodos: http://support.radioshack.com/support_electronics/2849.htm - Index to Scanners - Radio Shack: "RadioShack PRO-2022 Programmable Scanner, 200-0127. RadioShack ...
L1432[20:53:40] <Kodos> err
L1433[20:53:41] <Kodos> Han gon
L1434[20:54:06] <Kodos> https://www.radioshack.com/products/radioshack-pro-650-200-channel-desktop-radio-scanner?variant=5717067717
L1435[20:54:08] <Kodos> One example
L1436[20:54:57] <Kodos> Basically it goes over all the programmed frequencies, checking for activity. WHen it finds some, it stays on that channel for the duration of the activity, and then after a short delay, continues to 'scan
L1437[20:54:58] <Kodos> '
L1438[20:55:28] <Kodos> I'm going to write a program to run passively on a server rack that will do the same thing, but using network ports instead
L1439[20:55:28] <FatalDistraction> By the way, those are pretty useful
L1440[20:55:40] <FatalDistraction> Uh.. in OC, or irl
L1441[20:55:50] <Kodos> oc
L1442[20:56:17] <Antheus> Kodos, but you can only have 16 ports open
L1443[20:56:28] <Antheus> and how will you get stuff that is going to another device
L1444[20:56:32] <Kodos> Exactly, and it can only check one frequency at a time
L1445[20:56:39] <daspete89> hm.. well, no. here in germany it's sort of illegal to have devices like that as private person. and we are slowly moving on to digital broadcasting which is encrypted. but for oc networks, cool idea :D
L1446[20:56:39] <Kodos> I won't, it'll only be able to catch broadcasts
L1447[20:56:43] <Antheus> oh
L1448[20:57:23] <Kodos> I really wish we had some sort of equivalent to a BitNet tower
L1449[20:58:04] <Antheus> \o/
L1450[20:58:12] <Antheus> 466 karma from a TIL link
L1451[21:00:21] <Antheus> 472*
L1452[21:03:51] <Mimiru> woo, new water cooler, and mobo
L1453[21:04:22] <Mimiru> ssd should be here Wednesday, and ram Wednesday or Thursday
L1454[21:05:11] <Antheus> Mimiru, why don't you just download more ram?
L1455[21:05:14] <Antheus> downloadmoreram.com
L1456[21:05:32] <Mimiru> HAHHAHAHAHAHAHAHA
L1457[21:05:34] <Kodos> Anyway, yeah, Antheus wrt the port limit, it'll just open 16 at a time, and listen for 30 seconds. I realize it'll take a while to go through every port but yeah
L1458[21:05:39] <Mimiru> That's SO funny.
L1459[21:06:13] <Antheus> Kodos, could always have multiple network cards, have them all have 16 different ports open at a time
L1460[21:06:17] <Antheus> Mimiru, you know it
L1461[21:06:46] <Kodos> Antheus, honestly, I could have an entire rack of servers running 16 at a time, with that logic
L1462[21:06:52] <Kodos> But codewise, this way is easiest
L1463[21:06:55] <Antheus> Yes, you could
L1464[21:07:04] <Antheus> Gotta datafarm some way
L1465[21:07:13] <Antheus> log everything to a raid
L1466[21:07:27] <Kodos> I've already got another program in the works for logging to a raid
L1467[21:08:00] <daspete89> Kodos, do you have such a big oc-network that it makes sense to listen and log everything?
L1468[21:08:18] <Kodos> daspete89: Actually, I play in Single Player. I just like writing weird shit just because
L1469[21:08:42] <daspete89> oh I see :D
L1470[21:08:50] <Kodos> The short version of my story is that my PC died back in November, so I play SSP on my wife's PC with about 40 mods
L1471[21:09:01] <Kodos> As opposed to playing SMP on a server with about 140 mods like I did before my GPU died
L1472[21:09:31] <Antheus> Hope you get a new GPU soon
L1473[21:10:52] <daspete89> yeah :-/ I play on a server with round about 170 mods at the moment with a few people
L1474[21:18:02] <daspete89> well, I'm going to sleep. good night everyone
L1475[21:19:12] <Kodos> gn
L1476[21:19:26] ⇦ Quits: daspete89 (webchat@p5B0B6C4F.dip0.t-ipconnect.de) (Quit: sleepmode)
L1477[21:19:32] <Antheus> bye kodos
L1478[21:19:34] <Antheus> oh
L1479[21:19:38] <Antheus> it wasnt you leaving
L1480[21:19:42] <Antheus> stupid me
L1481[21:20:05] <Kodos> I really hope Galacticraft gets Sealable OC Cable soon
L1482[21:20:15] <Kodos> Radfast has an aneurysm any time I mention it
L1483[21:20:25] <Kodos> But I want him to put it in before they move to 1.8
L1484[21:21:19] <Antheus> lol
L1485[21:21:30] <Antheus> crap
L1486[21:21:37] <Antheus> can't find my 32gig usb drivce
L1487[21:27:39] <ds84182> downloadmorewam.com
L1488[21:28:15] <Antheus> ds84182, why u chgange your name back
L1489[21:28:27] *** ds84182 is now known as `-`
L1490[21:28:32] <Antheus> theere we go
L1491[21:28:40] <`-`> Actually
L1492[21:28:41] ⇨ Joins: Nachtara (~Nachie@50-83-108-134.client.mchsi.com)
L1493[21:28:43] *** `-` is now known as {}
L1494[21:28:56] * Antheus is now know as {}
L1495[21:29:18] <Kodos> Ugh, ytdl can't handle the song I want, because the ID starts with a -
L1496[21:29:42] <{}> rekt
L1497[21:29:52] <{}> Kodos: maybe update it first before complaining :P
L1498[21:30:03] <Kodos> Just downloaded it last night
L1499[21:31:05] <{}> Kodos: from the latest on the website
L1500[21:31:14] <Antheus> asdkfjaoisd
L1501[21:31:19] <Kodos> I used oppm, I'm guessing there's a newer one on the site
L1502[21:31:20] <Antheus> Istill can't find this damnb usb drive
L1503[21:31:34] <Antheus> I found my long lost stuffed turtle animal
L1504[21:31:38] <{}> You should always use the website version
L1505[21:31:48] <{}> Since YouTube likes to break it's shit at random
L1506[21:32:02] <Antheus> s/Youtube/Alphabet
L1507[21:32:08] <Antheus> asf\]d
L1508[21:32:31] <Saphire> Kodos: poke
L1509[21:32:48] <Antheus> Saphire: coke
L1510[21:33:06] <Antheus> dfsa'sdfja stupid laptop not havingt a cd/dvd drigve
L1511[21:33:14] <Antheus> What is ths, 2016?
L1512[21:34:22] <Saphire> wai, site?
L1513[21:34:48] <Kodos> Saphire: Yes?
L1514[21:36:02] <Saphire> Kodos: what's the problematic url?
L1515[21:36:08] <Kodos> >.>
L1516[21:36:16] <Kodos> %yt Abba Take a Chance on me
L1517[21:36:17] <MichiBot> Kodos: https://www.youtube.com/watch?v=-crgQGdpZR0 - Abba - Take A Chance On Me - YouTube: "Oct 8, 2009 ... Music video by Abba performing Take A Chance On Me. (C) 1977 Polar Music
L1518[21:36:34] <Kodos> Don't judge me >.>
L1519[21:38:09] <Saphire> Strange, it should be able to handle ot
L1520[21:38:11] <Saphire> *it
L1521[21:38:44] <Kodos> The version of ytdl available on oppm does not
L1522[21:38:49] <Kodos> Haven't tried the website's version yet
L1523[21:38:49] ⇦ Quits: Doty1154 (~Doty1154@2601:648:8002:c1a1:e513:75aa:bfc4:b287) (Read error: Connection reset by peer)
L1524[21:39:49] ⇨ Joins: Bob (~bob@cpe-74-132-61-178.kya.res.rr.com)
L1525[21:40:18] *** Bob is now known as Guest53607
L1526[21:40:21] ⇨ Joins: Doty1154 (~Doty1154@2601:648:8002:c1a1:39b3:4cbb:6a73:2750)
L1527[21:41:13] <Saphire> :/
L1528[21:41:23] <Saphire> Regexp does handles this
L1529[21:41:46] <Saphire> sec, gonna start minecraft
L1530[21:43:04] <Antheus> I can never look at grapefruits the same way....
L1531[21:46:48] *** Mine|away is now known as minecreatr
L1532[21:48:05] ⇦ Quits: Guest53607 (~bob@cpe-74-132-61-178.kya.res.rr.com) (Remote host closed the connection)
L1533[21:53:48] ⇨ Joins: Chickboy44 (~chickboy4@cpe-74-132-61-178.kya.res.rr.com)
L1534[21:54:28] <Chickboy44> clear
L1535[21:54:32] ⇦ Quits: Chickboy44 (~chickboy4@cpe-74-132-61-178.kya.res.rr.com) (Remote host closed the connection)
L1536[21:54:39] <Kodos> lmao
L1537[21:55:05] <Saphire> XD started up old version of BTM (i'm lazy to remember which modpack has OC and Computronics :|)
L1538[21:55:14] <Saphire> all those update messages..
L1539[21:56:52] <Kodos> Heh
L1540[21:56:57] <Kodos> I'm going through pastebin's Lua archives
L1541[21:57:10] ⇨ Joins: surferconor425|Cloud (uid77899@2604:8300:100:200b:6667:4:1:304b)
L1542[22:00:49] <Saphire> hm?
L1543[22:01:17] ⇦ Quits: Dimensional (~kvirc@40.134.242.242) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
L1544[22:02:17] <Kodos> The public pastes
L1545[22:02:25] <Kodos> I have it set to show me only ones pasted in Lua syntax
L1546[22:02:45] <Saphire> ugh
L1547[22:03:33] ⇦ Quits: Temportalist (uid37180@id-37180.charlton.irccloud.com) (Quit: Connection closed for inactivity)
L1548[22:04:48] <Saphire> ...i think the is bug in shell parsing, just maybe
L1549[22:04:49] ⇨ Joins: t3hero (~t3hero@2601:202:200:fb50:bdb7:a3f7:1500:7590)
L1550[22:05:17] <Saphire> lol
L1551[22:05:40] <Saphire> ..oh
L1552[22:07:06] * Saphire pokes Kodos
L1553[22:07:18] <Kodos> wat
L1554[22:07:47] <Saphire> if you use song id starting with - in ytdl, shell parses that as flags
L1555[22:07:57] <gamax92> Saphire: so put a --
L1556[22:08:02] <Saphire> ah
L1557[22:08:19] <Saphire> ..still a flag
L1558[22:08:25] <gamax92> ytdl -- -someidwithdashes
L1559[22:08:29] <Saphire> oh
L1560[22:08:41] <Saphire> hm
L1561[22:08:56] <Antheus> I miss BTM
L1562[22:08:58] <Antheus> it was fun
L1563[22:09:01] <Antheus> seeing all the stuffs
L1564[22:09:19] <Saphire> okay, apparent it's magik's site that derp on those
L1565[22:14:00] <Antheus> btrfs or ext4
L1566[22:14:02] <Antheus> for /
L1567[22:14:13] <Antheus> excluding /boot
L1568[22:14:28] <gamax92> vfat
L1569[22:14:33] <gamax92> and posixovl
L1570[22:21:37] <greaser|q> i missed most of the stuffs because i was away
L1571[22:23:33] <Antheus> Hmm
L1572[22:23:36] <Antheus> I have an idea for a program
L1573[22:23:50] <Antheus> Uses network to send notifications to a tablet
L1574[22:23:56] <Antheus> tablet beeps when it get notification
L1575[22:24:10] <Antheus> User can pin, delete, hide notifications
L1576[22:24:13] <Antheus> fancy GUI
L1577[22:24:43] <Antheus> and buy that
L1578[22:24:49] <Antheus> I mean 3 color gui
L1579[22:24:56] <Antheus> background, shadow, text
L1580[22:25:01] <Antheus> bnox
L1581[22:25:03] ⇦ Quits: AlexisMachina (uid57631@2604:8300:100:200b:6667:3:0:e11f) (Quit: Connection closed for inactivity)
L1582[22:25:09] <Antheus> I'll get on that soon
L1583[22:35:11] <Izaya> http://i.imgur.com/IHtee4L.jpg
L1584[22:35:43] <VanillaBean> Can you select text in the edit program?
L1585[22:36:36] ⇦ Quits: Lathanael|Away (~Lathanael@p54960632.dip0.t-ipconnect.de) (Ping timeout: 198 seconds)
L1586[22:37:24] <Antheus> Izaya, needs more dickbutt
L1587[22:37:45] <Izaya> wat
L1588[22:38:16] ⇨ Joins: Lathanael|Away (~Lathanael@p54961420.dip0.t-ipconnect.de)
L1589[22:38:17] <Antheus> Your airshit needs more dickbutt
L1590[22:39:07] <Antheus> The gray sky reminds me of that hot-air baloon game
L1591[22:39:36] <Kodos> VanillaBean: No
L1592[22:39:44] <Izaya> Guns of Icarus or whatever?
L1593[22:39:54] <VanillaBean> ok thanks
L1594[22:41:01] <Antheus> Nothing like downloading at 50kb/s
L1595[22:43:03] <gamax92> Antheus: mmm
L1596[22:44:34] <Antheus> yummmmy
L1597[22:59:29] <Antheus> Hmm
L1598[23:00:46] <gamax92> hmm
L1599[23:02:32] <Antheus> ham
L1600[23:02:42] <gamax92> pineapple
L1601[23:03:15] <Antheus> Ananas
L1602[23:04:51] <gamax92> >_> I set the output to f32, why am I getting clipping.
L1603[23:06:13] <gamax92> oh, it's just ffplay.
L1604[23:06:14] ⇨ Joins: Chickboy44 (~chickboy4@cpe-74-132-61-178.kya.res.rr.com)
L1605[23:07:25] <Naomi> 'Ello
L1606[23:07:50] <Mimiru> No..
L1607[23:07:52] ⇦ Quits: Chickboy44 (~chickboy4@cpe-74-132-61-178.kya.res.rr.com) (Remote host closed the connection)
L1608[23:08:12] <Kodos> Rackmounted Raids.
L1609[23:08:13] <Antheus> hi Mimiru
L1610[23:08:25] <Antheus> Mountedraids rack
L1611[23:09:09] <gamax92> A wild Naomi appears
L1612[23:10:33] <Antheus> %quote
L1613[23:10:34] <MichiBot> Quote #8: <DeanIsaKitty> I, <insert name here>, hereby declare that I find vifino attractive. Signed - <insert name here>
L1614[23:10:46] <Kodos> %quote
L1615[23:10:47] <MichiBot> Quote #12: <DeanIsaKitty> I love you too, vifino
L1616[23:10:48] <Antheus> tru tru
L1617[23:10:55] <gamax92> aww how cute
L1618[23:10:58] <Antheus> %quote
L1619[23:10:58] <MichiBot> Quote #3: <Sharidan> Life is too short for cold coffee.
L1620[23:11:01] <Antheus> %quote
L1621[23:11:02] <MichiBot> Quote #1: <Lizzy> well, fuck...
L1622[23:11:02] <gamax92> >_>
L1623[23:11:14] <Antheus> %quote
L1624[23:11:14] <MichiBot> Quote #1: <Lizzy> well, fuck...
L1625[23:11:20] <Antheus> gj michibot
L1626[23:11:35] <Antheus> %quote 17
L1627[23:11:36] <MichiBot> Antheus: No quotes found for 17
L1628[23:11:54] <Mimiru> it doesn't do that yet
L1629[23:12:28] <Kodos> Anyone running MC/OC atm
L1630[23:12:46] <Antheus> no
L1631[23:12:51] <Antheus> I'm running MS Paint though
L1632[23:12:58] <gamax92> I'm running Linux
L1633[23:13:05] <Antheus> I'm running outside
L1634[23:13:13] <gamax92> listing to some SID's
L1635[23:14:06] <Mimiru> man... my CPU is 27/82
L1636[23:14:10] <Mimiru> this is fuckin awesome
L1637[23:14:22] <gamax92> ?
L1638[23:14:22] <Antheus> what do those numbers mean
L1639[23:14:27] <Antheus> %calc 27/82
L1640[23:14:27] <MichiBot> Antheus: 0.33
L1641[23:14:30] <Mimiru> 27c/82f
L1642[23:14:33] <Antheus> Oh
L1643[23:14:38] <Antheus> fancy
L1644[23:14:41] <gamax92> neat
L1645[23:14:46] <Antheus> Hotter than my mix tape
L1646[23:14:47] <gamax92> mine's 32C atm
L1647[23:14:51] <gamax92> Antheus: wtf is that from.
L1648[23:15:14] <Mimiru> Well yeah.. but your mixtape sucks ass bro.
L1649[23:15:41] <Mimiru> https://cdn.discordapp.com/attachments/125675911474446336/145759365004001281/unknown.png
L1650[23:15:55] <gamax92> that 8 core though.
L1651[23:16:03] ⇦ Quits: Nachtara (~Nachie@50-83-108-134.client.mchsi.com) (Quit: geeettttttt dunked on!!!)
L1652[23:16:09] <Antheus> core 7*
L1653[23:16:29] <Kodos> I'm confused tho, isn't 7- nevermind, I'm a moron
L1654[23:16:42] <gamax92> I meant 8.
L1655[23:16:43] <Mimiru> OCed to 4.3 ghz, and still nice and chilly
L1656[23:16:49] <gamax92> Because it's an 8 core processor.
L1657[23:17:01] <Kodos> I was going to mention the temperature
L1658[23:17:02] <Antheus> I'm an 8 core processor
L1659[23:17:04] <Kodos> But I was being an idiot
L1660[23:17:24] <Mimiru> Sadly my RAM won't be here until Wed/Thur :(
L1661[23:17:35] <Mimiru> SSD is Wed
L1662[23:17:36] <Antheus> Mimiru, downloadmoreram.com
L1663[23:17:43] <Mimiru> DOn't make me ban you Antheus
L1664[23:17:47] <Antheus> :<
L1665[23:18:00] <gamax92> oh, so is that new-bast specs?
L1666[23:18:03] <Mimiru> I'm also currently running an unactivated windows
L1667[23:18:06] <Mimiru> Oh
L1668[23:18:06] <Mimiru> no
L1669[23:18:16] <Antheus> What version
L1670[23:18:21] <Mimiru> new bast is... 8 core, 2ghz, currently 6ghz RAM..
L1671[23:18:22] <Antheus> 7,10
L1672[23:18:24] <Antheus> Vista
L1673[23:18:26] <Antheus> XP
L1674[23:18:28] <Antheus> Server 2003
L1675[23:18:37] <gamax92> newbast is slow o.o
L1676[23:18:40] <Mimiru> Antheus, 10, When I get the SSD I'm installing my legit 10
L1677[23:18:47] <Antheus> oh
L1678[23:18:51] <Mimiru> err 6gb RAM*
L1679[23:19:01] <gamax92> I guess 2ghz over 8 cores, but
L1680[23:19:11] <Mimiru> Victory is 8/16
L1681[23:19:23] <Antheus> I was watching stupid videos on youtube
L1682[23:19:33] <Mimiru> But sadly the free ESXi license limits you to 8 cores per VM
L1683[23:19:51] <Antheus> person was all "You need to have at least 4 RAM's to run this server"
L1684[23:20:05] <Antheus> "In this example, I'm using 8 RAM's"
L1685[23:20:29] <gamax92> Antheus: "I ate 12 marijuanas and died"
L1686[23:20:32] <Antheus> "I use sudo to do anything through the terminal"
L1687[23:20:41] <Antheus> s/se/se the
L1688[23:20:41] <MichiBot> <Antheus> "I use the sudo to do anything through the terminal"
L1689[23:21:08] <Antheus> "Make sure to download this ubuntu ISO from this super shady site"
L1690[23:21:19] <Kodos> Is there a way to get the name of a user that last interacted with a computer
L1691[23:21:27] <Antheus> Um
L1692[23:21:32] <gamax92> Antheus: because the university mirrors aren't fast enough :v
L1693[23:21:32] <Antheus> You could use a player detector
L1694[23:21:38] <Mimiru> But yeah, this is my desktop that I'm upgrading
L1695[23:21:38] <Kodos> So no then
L1696[23:21:47] <Antheus> Mimiru, is this that haiku thingy?
L1697[23:21:48] <Mimiru> New Bast is on an OVH Dedi
L1698[23:21:49] <gamax92> Kodos: from what, java or oc?
L1699[23:22:17] <Kodos> oc
L1700[23:22:20] <Antheus> Kodos, could always have a tier 2 or 3 screen, and use the clikcy thing
L1701[23:22:36] <gamax92> I guess you could hijack computer.pullSignal and have it monitor for names
L1702[23:22:50] <gamax92> since those show up in signals
L1703[23:23:00] <Mimiru> http://ark.intel.com/products/87039/Intel-Xeon-Processor-D-1540-12M-Cache-2_00-GHz
L1704[23:23:20] <Antheus> I have 27c on my desk
L1705[23:23:25] <Antheus> oh wait
L1706[23:23:29] <Antheus> I found a nickle
L1707[23:23:43] <Antheus> 32c
L1708[23:26:52] <Antheus> The OpenPrinter printer should take a while
L1709[23:26:59] <Antheus> and make a dotmatrix sound
L1710[23:27:18] <gamax92> has anyone made an accurate dotmatrix printer sound emulator?
L1711[23:27:31] <gamax92> we need this for preservation purposes
L1712[23:27:48] <Antheus> My washing machine can make one
L1713[23:28:05] <gamax92> If your washing machine sounds like a dotmatrix printer ... you need serious help.
L1714[23:28:25] <Antheus> jk
L1715[23:28:28] <Antheus> old one did
L1716[23:28:29] <Antheus> ish
L1717[23:28:41] <Antheus> it was more related to one than to other washing machines
L1718[23:29:00] <gamax92> I wonder if this is a RSID or a PSID
L1719[23:29:21] <gamax92> PSID o.o;
L1720[23:29:21] <Kodos> gamax92: if you find one, let me know, so I can go have it play Eye of the Tiger
L1721[23:29:28] <gamax92> Kodos: :3
L1722[23:29:49] <Mimiru> I'm still not sure how to make a machine take time.... I assume you just skip ticks until "time" has passed
L1723[23:31:00] <Kodos> You could make it have a progress bar, like a furnace
L1724[23:33:08] <Mimiru> Well.. yes
L1725[23:33:15] <Mimiru> But that doesn't *make* it take time...
L1726[23:33:24] <Mimiru> that displays progress... which doesn't exist.
L1727[23:33:30] <Mimiru> the progress bar IS there... just not used
L1728[23:34:14] <Antheus> then use it
L1729[23:34:29] <Mimiru> …
L1730[23:34:36] <Antheus> Kodos, did MGR ever continue harrassing you or whatever
L1731[23:34:58] <Kodos> Nope, he hasn't even been in the channel
L1732[23:35:03] <Kodos> Also, for any interested parties
L1733[23:35:13] <Kodos> Zombie Awareness and the Weather/Tornado mod are in 1.8.9 now
L1734[23:35:28] <Antheus> Yay weather/tornado = bae
L1735[23:35:31] <Antheus> like pineapples
L1736[23:40:27] <gamax92> huh ... what happens if no waveform is selected o.o;
L1737[23:41:38] <Kodos> Calamity
L1738[23:47:23] ⇦ Quits: h3po (~h3po@aftr-5-146-248-145.unity-media.net) (Quit: Leaving.)
L1739[23:49:57] <Kodos> Okay, so 'technically' we only get 15 cable colors since light gray connects to all colors
L1740[23:52:03] <Antheus> I need a name for my laptop
L1741[23:54:37] <Saphire> Antheus: open random anime/comic/etc you like
L1742[23:54:44] <Saphire> look at character list
L1743[23:54:45] <Antheus> I don't like anime
L1744[23:54:49] <Antheus> can't get into it
L1745[23:54:50] <gamax92> Antheus: toobad
L1746[23:54:51] <Saphire> >etc
L1747[23:54:57] <Antheus> Hmm
L1748[23:55:00] <gamax92> you don't have to watch the anime, you just have to look at the character list
L1749[23:55:04] <Antheus> alskjdfa
L1750[23:55:04] <Saphire> ^
L1751[23:55:09] * Antheus pulls up random series
L1752[23:55:23] <Saphire> just open character list of ANYTHING and grab a name from there
L1753[23:55:32] <Antheus> Futurama it is
L1754[23:55:41] <gamax92> umm ...
L1755[23:57:19] <Antheus> ...
L1756[23:57:33] <Kodos> Have I mentioned lately how much I fucking hate dealing with tables
L1757[23:57:43] <gamax92> why's that?
L1758[23:58:10] <gamax92> also, llsid has no hard sync support (understandable, but this is probably atleast somewhat emulate-able)
L1759[23:58:33] <Kodos> I'm trying to use a transposer to check what's in a slot on the east side of it, and when I try to access nothing but that slot, it just says there's nothing in it (no table returns, just returns nil) but when I iterate over every slot on that side, it tells me there's a table in slot 7
L1760[23:58:41] <Kodos> Which is bullshit because I just checked it in the line before
L1761[23:59:00] <Kodos> Seriously, I can do some neat stuff with Lua but tables are the bane of my existance
L1762[23:59:29] <Kodos> Either that, or my detable function is busted
L1763[23:59:38] <Antheus> I learn how to use tables
L1764[23:59:40] <gamax92> ooh, detable function?
L1765[23:59:41] <Antheus> forget about them
L1766[23:59:43] <Antheus> then repeat
<<Prev Next>> Scroll to Top