<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:00:13] <DFrostedWang> so does anyone know what I'm doing wrong there?
L2[00:00:24] <DFrostedWang> It shouldn't be so hard to get data from a table...
L3[00:00:29] <DFrostedWang> I'm sure I'm doing it wrong
L4[00:01:09] <Stary2001> Sure its "ID"?
L5[00:01:29] <DFrostedWang> Stary2001: http://puu.sh/gfYyA/d5de7d1996.png
L6[00:01:33] <DFrostedWang> it should be
L7[00:01:43] <Stary2001> Ah
L8[00:01:48] <DFrostedWang> When I run it and it doesn't fail, that bit prints the ID
L9[00:01:53] <DFrostedWang> every time it changes, too
L10[00:01:56] <Stary2001> yeah
L11[00:02:00] <Stary2001> weird..idk
L12[00:02:45] <DFrostedWang> Stary2001: http://puu.sh/gfYCI/0360c39af1.png
L13[00:02:51] <DFrostedWang> That's about all of the relevant code
L14[00:02:58] <DFrostedWang> except clear() isn't used
L15[00:03:54] <DFrostedWang> g.remove("text", "clock") is what I'm calling in the doGlasses code
L16[00:04:13] <DFrostedWang> which passes "text" and "clock" as the table and the name of the entry
L17[00:04:24] <DFrostedWang> the part where I read the table seems to be the issue
L18[00:05:19] <Izaya> Hm, so Lain v2 has a dialup modem.
L19[00:05:32] <Izaya> I have a serial dialup modem.
L20[00:05:58] <Izaya> I have many spare old desktops...
L21[00:07:13] <Izaya> Time to learn to SLIP or PPP
L22[00:07:46] <Stary2001> Heheheh
L23[00:08:20] <Stary2001> Izaya: but do you have a cable
L24[00:08:42] <Izaya> I have lots of spare phone cables
L25[00:09:49] <Stary2001> oh ok
L26[00:10:32] <Stary2001> Izaya, inb4 dialup over voip
L27[00:10:46] <Izaya> hmm
L28[00:10:53] <Izaya> interesting idea
L29[00:11:03] *** mrkirby153 is now known as kirby|away
L30[00:11:06] <Stary2001> :p
L31[00:12:31] <Izaya> https://wiki.archlinux.org/index.php/Lenovo_ThinkPad_T400 Perfect, there are drivers.
L32[00:12:32] ⇦ Quits: orthoplex64 (~orthoplex@cpe-68-206-247-199.satx.res.rr.com) (Ping timeout: 198 seconds)
L33[00:13:25] <Stary2001> :D
L34[00:14:29] <Izaya> I would use a null-modem cable, except lain lacks a serial port D:
L35[00:14:35] <Stary2001> "Gigabit Ethernet, Modem"
L36[00:14:52] <Stary2001> those seem...like they don't go together
L37[00:14:57] <Stary2001> xD
L38[00:15:43] <Stary2001> Izaya: get a usb serial adapter with the money you probably dont have
L39[00:22:05] * DFrostedWang sighs
L40[00:22:10] <DFrostedWang> still more "number expected, got nil"
L41[00:22:59] <DFrostedWang> http://puu.sh/gfZHT/95c00b55da.png
L42[00:23:02] <DFrostedWang> Any ideas?
L43[00:23:07] <DFrostedWang> the printTest() works
L44[00:23:14] <DFrostedWang> which makes this seem even stranger
L45[00:34:18] <Nirek> first order of troubleshooting, stick debug print statements everywhere to track what exactly is happening
L46[00:36:40] *** Kasen is now known as rakiru|offline
L47[00:37:16] ⇦ Quits: Doty1154 (~doty1154@50.136.193.35) (Read error: Connection reset by peer)
L48[00:38:04] <Izaya> I'm over-engineering this!
L49[00:38:13] <Izaya> minimodem and two audio cables!
L50[00:38:29] ⇨ Joins: asie (~asie@078088168214.elblag.vectranet.pl)
L51[00:38:29] zsh sets mode: +v on asie
L52[00:38:34] <DFrostedWang> Nirek: I did that, and the weird part is that printTest() works
L53[00:38:49] <dangranos> playing reassembly
L54[00:39:00] <dangranos> getting rid of green
L55[00:39:16] <dangranos> point defences +shileds + drones+missles
L56[00:39:29] <Nirek> but, you're getting a nil in the function, but don't know why, means more prints in that function.
L57[00:39:46] <Izaya> dangranos: I'm setting up a dialup connection between two computers.
L58[00:41:02] <dangranos> Izaya, irl?
L59[00:41:11] <Izaya> Yep :D
L60[00:41:16] <Nirek> suddenly getting nils in 1 function but not another, could be a variable not in scope, a conversion that mangles the value, lots of things :p
L61[00:41:22] <Izaya> Well, planning it.
L62[00:41:53] <Izaya> Two audio cables + minimodem
L63[00:43:01] <dangranos> my "interceptor" is a cargo and drone carrier
L64[00:45:41] <DFrostedWang> Nirek: I don't know what a lot of those things you just said were
L65[00:45:44] <DFrostedWang> are*
L66[00:46:39] <Nirek> insert yoda "That, is why you fail" here
L67[00:46:42] <Nirek> heh
L68[00:48:06] <Nirek> in anycase, you need to verify every part of every variable in print statements to figure out where and why it's ending up nil.
L69[00:50:28] ⇦ Quits: ironmountain (~Phantom@205.185.198.198) (Ping timeout: 200 seconds)
L70[00:54:56] <DFrostedWang> oh, now I see it
L71[00:54:57] <DFrostedWang> finally
L72[00:55:09] <DFrostedWang> I need to have called print(clock) in order for ID to have been set
L73[00:55:15] <DFrostedWang> which doesn't happen on the first run
L74[00:55:20] <Nirek> heh
L75[00:55:22] <DFrostedWang> at least, I think that's it
L76[00:56:00] <Nirek> trying to remove something that doesn't exist will likely dump out a nil, aye
L77[00:56:02] <DFrostedWang> hrm, I guess I need to set that elsewhere, then, but I really can't...
L78[00:56:13] <DFrostedWang> oh, wait, I actually can call printReady() before then
L79[00:56:14] <DFrostedWang> :D
L80[00:56:17] <Nirek> you need to just catch the nil and discard it
L81[00:56:23] <DFrostedWang> Oh?
L82[00:56:25] <DFrostedWang> How do
L83[00:56:51] <Nirek> before you call the remove, just stick it in an if blah not nil end
L84[00:56:59] <DFrostedWang> oh, of course
L85[00:57:01] <DFrostedWang> thanks :D
L86[00:57:24] <Nirek> so if you remove something that's not there, it just fails silently
L87[01:00:14] <DFrostedWang> hrm
L88[01:00:27] <DFrostedWang> why is it that when I have an if statement in my function it doesn't end
L89[01:00:39] <DFrostedWang> I end the if statement and then the function, but it errors saying it expects an end
L90[01:01:01] <DFrostedWang> http://puu.sh/gg1FV/ca5eb53c7c.png
L91[01:01:13] <Nirek> do ifs in lua use end? I forget
L92[01:01:38] <DFrostedWang> ¯\_(ツ)_/¯ maybe not
L93[01:02:02] <DFrostedWang> Yes
L94[01:02:05] <DFrostedWang> end expected to close if
L95[01:03:33] <Nirek> looking at pil, it doesn't use do
L96[01:03:45] <Nirek> http://www.lua.org/pil/4.3.1.html
L97[01:03:59] <DFrostedWang> http://puu.sh/gg1OR/aeda375fdf.png
L98[01:04:09] <DFrostedWang> it doesn't? 0.o
L99[01:19:42] ⇨ Joins: Vexatos (~Vexatos@p200300556E1FAD385488E1ED7033A584.dip0.t-ipconnect.de)
L100[01:19:42] zsh sets mode: +v on Vexatos
L101[01:20:06] <Vexatos> \o
L102[01:32:15] <Kamran> \o
L103[01:55:18] ⇨ Joins: _ (webchat@wod28710rn.rh.ncsu.edu)
L104[01:55:42] ⇦ Quits: _ (webchat@wod28710rn.rh.ncsu.edu) (Client Quit)
L105[01:55:45] ⇨ Joins: _ (webchat@wod28710rn.rh.ncsu.edu)
L106[01:55:47] *** _ is now known as Guest40704
L107[02:50:27] ⇦ Quits: Guest40704 (webchat@wod28710rn.rh.ncsu.edu) (Quit: Web client closed)
L108[02:56:25] ⇨ Joins: sciguyryan (~sciguyrya@109-205-170-125.dynamic.swissvpn.net)
L109[03:04:37] *** Yepoleb is now known as Guest41451
L110[03:04:37] ⇨ Joins: Yepoleb (~quassel@188-23-114-123.adsl.highway.telekom.at)
L111[03:06:24] ⇦ Quits: Guest41451 (~quassel@188-23-114-121.adsl.highway.telekom.at) (Ping timeout: 378 seconds)
L112[03:16:00] *** Riking is now known as Riking|away
L113[03:20:40] * Lizzy hasn't played Sim City in a while
L114[03:21:18] * DFrostedWang is playing Banished
L115[03:21:26] <DFrostedWang> Sort of like simcity, but with more death and cabbages
L116[03:22:24] <Lizzy> lol
L117[03:24:33] ⇨ Joins: nxsupert (~nxsupert@host109-148-112-127.range109-148.btcentralplus.com)
L118[03:24:40] *** prassel|off is now known as prasselpikachu
L119[03:32:19] *** Kiloff is now known as Kilobyte
L120[03:33:52] <Izaya> Reporting in from /r/outside, there appears to be a music video playing nearby.
L121[03:36:52] *** prasselpikachu is now known as prassel|off
L122[03:42:49] <nxsupert> o/
L123[03:43:38] <Izaya> \o
L124[03:44:09] <DFrostedWang> hrm, why doesn't if blahblah ~= nil then doThisThing work?
L125[03:45:15] <Izaya> end
L126[03:45:38] <DFrostedWang> attempt to index field '?' (a nil value)
L127[03:45:50] <DFrostedWang> :/
L128[03:46:43] <Izaya> if <condition> then stuff() end
L129[03:47:29] <Izaya> a = 1 if a ~= nil then print 'mmkay' end
L130[03:47:39] <DFrostedWang> http://puu.sh/gg8Ic/a2169c6347.png
L131[03:48:16] <DFrostedWang> if (text[name]["ID"]) ~= nil then is the line that's erroring
L132[03:48:57] <Izaya> Check if text[name] exists first
L133[03:49:33] <DFrostedWang> oh, good point, it doesn't
L134[03:49:38] <DFrostedWang> that might be it then
L135[03:49:39] <DFrostedWang> :)
L136[03:50:21] <Izaya> You're trying to access an index of nil
L137[03:52:20] *** AtomSponge|away is now known as AtomSponge
L138[04:06:56] ⇦ Quits: nxsupert (~nxsupert@host109-148-112-127.range109-148.btcentralplus.com) (Remote host closed the connection)
L139[04:07:27] ⇨ Joins: nxsupert (~nxsupert@host109-148-112-127.range109-148.btcentralplus.com)
L140[04:10:56] <DFrostedWang> ugh, now what's going on... it seems that my code to redraw the bar only when the hour changes works
L141[04:11:03] <DFrostedWang> but only until the hour changes, then it redraws every time
L142[04:11:07] ⇦ Quits: nxsupert (~nxsupert@host109-148-112-127.range109-148.btcentralplus.com) (Ping timeout: 189 seconds)
L143[04:11:18] * DFrostedWang gives up, it's 4am and he needs sleep
L144[04:11:45] ⇨ Joins: nxsupert (~nxsupert@host109-148-112-127.range109-148.btcentralplus.com)
L145[04:14:47] *** prassel|off is now known as prasselpikachu
L146[04:14:57] ⇨ Joins: Mirodin (~quassel@2a02:810d:12c0:1878:f4fd:5d82:e734:b0bb)
L147[04:15:31] *** prasselpikachu is now known as prassel|off
L148[04:15:49] *** prassel|off is now known as prasselpikachu
L149[04:25:52] *** prasselpikachu is now known as prassel|off
L150[04:26:34] ⇨ Joins: R4pthera (webchat@109.134.200.16)
L151[04:26:38] ⇦ Parts: R4pthera (webchat@109.134.200.16) ())
L152[04:26:44] ⇨ Joins: Rapthera (~Rapthera@109.134.200.16)
L153[04:32:15] *** prassel|off is now known as prasselpikachu
L154[04:35:56] *** Cazzar|Away is now known as Cazzar
L155[04:43:28] *** prasselpikachu is now known as prassel|off
L156[04:47:45] ⇨ Joins: Inari (~Uni@p5493419B.dip0.t-ipconnect.de)
L157[04:50:47] ⇦ Quits: Forecaster (~Forecaste@83.223.1.173) (Read error: Connection reset by peer)
L158[04:51:33] ⇨ Joins: Forecaster (~Forecaste@83.223.1.173)
L159[04:54:36] <Vexatos> Hey asie
L160[04:55:18] * Vexatos pokes asie
L161[04:55:18] ⇦ Quits: Forecaster (~Forecaste@83.223.1.173) (Read error: Connection reset by peer)
L162[04:57:04] ⇨ Joins: Forecaster (~Forecaste@83.223.1.173)
L163[04:59:34] *** prassel|off is now known as prasselpikachu
L164[05:02:12] ⇦ Quits: Forecaster (~Forecaste@83.223.1.173) (Read error: Connection reset by peer)
L165[05:04:24] ⇨ Joins: Forecaster (~Forecaste@83.223.1.173)
L166[05:08:39] ⇦ Quits: Forecaster (~Forecaste@83.223.1.173) (Read error: Connection reset by peer)
L167[05:09:24] ⇨ Joins: Forecaster (~Forecaste@83.223.1.173)
L168[05:11:46] ⇦ Quits: Forecaster (~Forecaste@83.223.1.173) (Read error: Connection reset by peer)
L169[05:14:12] *** Skye|Away is now known as Skye
L170[05:14:25] ⇨ Joins: Forecaster (~Forecaste@83.223.1.173)
L171[05:17:16] ⇦ Quits: Forecaster (~Forecaste@83.223.1.173) (Read error: Connection reset by peer)
L172[05:19:53] ⇨ Joins: Forecaster (~Forecaste@83.223.1.173)
L173[05:20:06] ⇨ Joins: sirius_black (~sirius_bl@dhcp-089-098-003-029.chello.nl)
L174[05:31:18] <shortybsd> hmm why on the newest version of OpenComputers every one of my computers all are crashed and say bios:33: attempt to call field 'getBootAddress' (a nil value)
L175[05:31:53] <Vexatos> shortybsd, you need to re-craft the Lua BIOS
L176[05:32:01] <Vexatos> just combine your old one with a book
L177[05:32:12] <shortybsd> ahh tyvm i was sweating for a second
L178[05:32:42] * Lizzy hands shortybsd a towel
L179[05:33:12] <shortybsd> <3 thought my hard drive on my server got corrupted .. totally freaked but good thing is i have all my code backed up :P
L180[05:40:47] <shortybsd> Srry to not see the changelog for version 1.5.0 beta 1, went from 1.4.9.35 to 1.5.2.9. I admit I am guilty for quickly skimming thru the change logs and yet missed the note to re-craft your LUABios. Thanks again guys.
L181[05:41:50] <Vexatos> That huge bold "Read the change log" sign, yeah...
L182[05:42:03] ⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Ping timeout: 378 seconds)
L183[05:43:49] *** prasselpikachu is now known as prassel|off
L184[05:46:20] <shortybsd> and twice on top of that lol
L185[05:50:11] *** gAway2002 is now known as g
L186[05:52:00] *** prassel|off is now known as prasselpikachu
L187[05:53:54] *** prasselpikachu is now known as prassel|off
L188[05:55:13] *** Cruor|Away is now known as Cruor
L189[06:00:32] ⇨ Joins: Negi (~Poireau@2a01:e35:2f6a:7060:e2ca:94ff:fe1f:76e0)
L190[06:04:07] <Sandra> woot, http://patreon.com/TheSandromatic
L191[06:04:26] <Sandra> except that that link doesn't work whoops.
L192[06:04:59] <Sandra> it does now.
L193[06:05:28] <shortybsd> use https (secure)
L194[06:05:48] <shortybsd> https://www.patreon.com/TheSandromatic
L195[06:06:56] <shortybsd> guess their url forwarding took a sec to kick in after you set up your account :)
L196[06:07:17] <Sandra> more that I forgot to save the settings change.
L197[06:07:58] <shortybsd> ahh
L198[06:17:36] ⇦ Quits: Negi (~Poireau@2a01:e35:2f6a:7060:e2ca:94ff:fe1f:76e0) (Quit: WeeChat 1.0.1)
L199[06:17:41] ⇨ Joins: Negi (~Poireau@2a01:e35:2f6a:7060:fcbf:76d9:b92f:7789)
L200[06:43:58] ⇦ Quits: nxsupert (~nxsupert@host109-148-112-127.range109-148.btcentralplus.com) (Remote host closed the connection)
L201[06:46:07] *** g is now known as gAway2002
L202[06:54:42] *** alekso56_off is now known as alekso56
L203[06:54:49] ⇨ Joins: asie (~asie@078088168214.elblag.vectranet.pl)
L204[06:54:49] zsh sets mode: +v on asie
L205[07:02:26] <shortybsd> when updating text to a screen, which would be the best method. using term.clear(), term.clearLine() or doing what i am doing now which is simply adding " " after the last of the text
L206[07:03:51] <shortybsd> example when going from hundred thousandths to 10 thousand, it will keep the ending numbers as it over-writes the line. to fix i have print(Energy: "..reaEnergy.." ")
L207[07:04:30] <shortybsd> don;t really want to use term.clear() as the screen will flash. I do not want to use my hack as it messes with the background.
L208[07:06:27] <Sandra> term.clear() just fills the screen with spaces.
L209[07:06:31] <shortybsd> here is an example of what it does to the screen, https://imgur.com/UZ00t4E
L210[07:06:35] <Sandra> so what you're doing shouldn't hurt.
L211[07:06:56] <shortybsd> when using term.clear() at the start of update my screen function, it will make it blink
L212[07:07:13] <Sandra> yeah, because it fills it with spaces which takes time.
L213[07:07:20] *** SleepingFairy is now known as Daiyousei
L214[07:07:22] <shortybsd> with what i am doing if i add more spaces after my variables, i can make it go off screen where it doesn't mess with background
L215[07:07:22] <Sandra> and then you write to it which also takes time.
L216[07:07:28] <Sandra> so that's the problem.
L217[07:08:36] <shortybsd> just wanted to do this is a clean way or more correct way :P same issue with CC always had to add .." and a shit load of spaces "
L218[07:08:54] <Sandra> also, term.clear, unless he's changed something, fills in with the set background color.
L219[07:09:05] <Sandra> so yeah.
L220[07:09:33] <Sandra> term.clear just fills the entire screen with spaces.
L221[07:11:37] ⇨ Joins: nxsupert (~nxsupert@host109-148-112-127.range109-148.btcentralplus.com)
L222[07:13:38] <shortybsd> i see and thank you.
L223[07:17:59] *** Magik6k|off is now known as Magik6k
L224[07:19:04] ⇨ Joins: MrRatermat (ratermat@host81-158-132-107.range81-158.btcentralplus.com)
L225[07:21:09] ⇦ Quits: Forecaster (~Forecaste@83.223.1.173) (Read error: Connection reset by peer)
L226[07:23:20] ⇨ Joins: Forecaster (~Forecaste@83.223.1.173)
L227[07:35:22] ⇨ Joins: The_Doctors_Life (~Doctors@irc.thedoctorslife.com)
L228[07:57:27] ⇨ Joins: Altenius (~Altenius@199.193.183.1)
L229[07:57:57] *** Altenius is now known as Guest10117
L230[07:58:27] ⇦ Quits: Guest10117 (~Altenius@199.193.183.1) (Client Quit)
L231[07:59:30] *** gAway2002 is now known as g
L232[08:02:52] ⇨ Joins: Altenius (~Altenius@199.193.183.1)
L233[08:02:59] ⇦ Quits: Altenius (~Altenius@199.193.183.1) (Client Quit)
L234[08:03:41] ⇦ Quits: Kilobyte (~Kilobyte@5.231.51.78) (Ping timeout: 198 seconds)
L235[08:03:41] ⇨ Joins: Altenius (Altenius@Moving.Mountains.At.PanicBNC.us)
L236[08:07:07] ⇨ Joins: Kilobyte (~Kilobyte@5.231.51.78)
L237[08:07:08] zsh sets mode: +v on Kilobyte
L238[08:38:32] ⇨ Joins: CompanionCube (~samis@95f15e55.skybroadband.com)
L239[08:48:36] *** Magik6k is now known as Magik6k|off
L240[08:48:51] *** Techokami|Off is now known as Techokami
L241[08:57:20] ⇨ Joins: Negi|2 (~Poireau@41.21.90.92.rev.sfr.net)
L242[08:58:57] *** Benguin[ZzZ] is now known as Benguir
L243[08:58:59] *** Benguir is now known as Benguin
L244[08:59:02] ⇦ Quits: Negi (~Poireau@2a01:e35:2f6a:7060:fcbf:76d9:b92f:7789) (Ping timeout: 198 seconds)
L245[09:06:41] ⇦ Quits: Rapthera (~Rapthera@109.134.200.16) (Ping timeout: 198 seconds)
L246[09:09:52] *** manmaed|AFK is now known as manmaed
L247[09:11:42] ⇨ Joins: tattyseal (~tattyseal@2.25.3.39)
L248[09:12:25] *** manmaed is now known as manmaed|AFK
L249[09:12:33] *** manmaed|AFK is now known as manmaed
L250[09:26:15] ⇦ Quits: nxsupert (~nxsupert@host109-148-112-127.range109-148.btcentralplus.com) (Remote host closed the connection)
L251[09:26:37] *** Daiyousei is now known as ShoweringFairy
L252[09:26:48] ⇨ Joins: nxsupert (~nxsupert@host109-148-112-127.range109-148.btcentralplus.com)
L253[09:28:47] ⇦ Quits: tattyseal (~tattyseal@2.25.3.39) (Quit: Leaving)
L254[09:31:51] ⇨ Joins: Ivoah (~Ivoah@p-74-209-24-214.dsl1.rtr.chat.fpma.frpt.net)
L255[09:45:19] *** Riking|away is now known as Riking
L256[09:51:57] ⇦ Quits: nxsupert (~nxsupert@host109-148-112-127.range109-148.btcentralplus.com) (Remote host closed the connection)
L257[09:52:06] ⇨ Joins: nxsupert (~nxsupert@host109-148-112-127.range109-148.btcentralplus.com)
L258[09:52:43] ⇨ Joins: CoolSquid (~CoolSquid@ti0011a400-5117.bb.online.no)
L259[09:55:31] *** PotatoZzz is now known as PotatoTrumpet
L260[10:01:24] *** ShoweringFairy is now known as Daiyousei
L261[10:02:19] ⇨ Joins: Vexaton (~Vexatos@p200300556E1FAD26F032937D3B2926F0.dip0.t-ipconnect.de)
L262[10:02:20] zsh sets mode: +v on Vexaton
L263[10:02:50] *** Vexatos is now known as Guest38882
L264[10:02:51] ⇦ Quits: Guest38882 (~Vexatos@p200300556E1FAD385488E1ED7033A584.dip0.t-ipconnect.de) (Killed (availo.esper.net (Nickname regained by services)))
L265[10:02:51] *** Vexaton is now known as Vexatos
L266[10:07:01] ⇨ Joins: orthoplex64 (~orthoplex@cpe-68-206-247-199.satx.res.rr.com)
L267[10:07:02] ⇨ Joins: ping (~notPing@pool-71-183-68-143.nycmny.fios.verizon.net)
L268[10:07:02] zsh sets mode: +v on ping
L269[10:08:00] ⇨ Joins: EEVV (webchat@th-186-47.splius.lt)
L270[10:08:11] <EEVV> hi guys
L271[10:08:45] ⇨ Joins: ^v (~ping@2601:4:680:104c:fcdb:8196:8f49:976f)
L272[10:09:24] <EEVV> hello guys
L273[10:09:31] <EEVV> so How do i write to epprom?
L274[10:09:40] <Izaya> eeprom.set("string")
L275[10:09:46] <EEVV> *Eeprom
L276[10:09:53] <EEVV> ok
L277[10:09:54] <EEVV> but
L278[10:09:59] <EEVV> if i insert it
L279[10:10:05] <EEVV> it shows an error
L280[10:10:12] <EEVV> but if i boot it with lua
L281[10:10:18] <EEVV> then check system with "ls"
L282[10:10:28] <EEVV> and edit init.lua i see pre-written stuff
L283[10:10:36] <EEVV> there is no documentation about this D:
L284[10:12:16] <Izaya> The Lua BIOS simply loads the system.
L285[10:12:43] <dangranos> um
L286[10:12:56] <EEVV> yes
L287[10:12:59] <EEVV> but for drones
L288[10:13:04] <EEVV> and microctonrollers
L289[10:13:10] <EEVV> micro controllers
L290[10:13:12] <dangranos> load order: kernel.lua in OC's jar > eeprom
L291[10:13:41] <dangranos> lua bios also loads boot from filesystem, iirc
L292[10:13:49] <EEVV> im kinda new
L293[10:13:52] <EEVV> s
L294[10:13:53] <EEVV> so
L295[10:13:54] <EEVV> *
L296[10:13:56] <dangranos> as for drones and uC, it requres another bios
L297[10:14:03] <EEVV> how do i make a bios
L298[10:14:05] <Izaya> EEVV: There's no HDD to boot from on a uC or drone.
L299[10:14:06] <dangranos> because lua bios REQURES filesystem
L300[10:14:12] <Izaya> You write one.
L301[10:14:12] <EEVV> yes
L302[10:14:15] <EEVV> how?
L303[10:14:18] <EEVV> thats what im asking
L304[10:14:29] <EEVV> there is no documentation on eeproms
L305[10:14:31] <Izaya> You go edit <filename>
L306[10:14:32] <dangranos> SKS, give him a link to your drones eeprom
L307[10:14:42] <EEVV> do i edit init.lua
L308[10:14:43] <Izaya> http://shadowkat.tk/projects/skex-BIOS
L309[10:14:43] <dangranos> then flash <filename>
L310[10:14:45] <EEVV> i read somewhere
L311[10:14:45] <dangranos> no
L312[10:14:53] <dangranos> EEVV, any file
L313[10:14:55] <Izaya> warning: probably no files there because I lost all of them :/
L314[10:15:03] <dangranos> hmm
L315[10:15:08] <EEVV> shadowkat...
L316[10:15:09] <dangranos> i have a copy somewhere
L317[10:15:10] <dangranos> maybe
L318[10:15:12] <EEVV> name seems familiar
L319[10:15:28] * dangranos pushes Izaya forward
L320[10:15:36] <Izaya> Well, you don't seem familiar, so \o/
L321[10:15:37] <EEVV> can i ask something?
L322[10:15:48] <EEVV> i think you were talking about blender some time ago?
L323[10:15:52] <EEVV> correct me if im wrong
L324[10:16:01] <dangranos> EEVV, this is shadowkatstudios who changed his nickname to izaya
L325[10:16:06] <EEVV> i knew it :D
L326[10:16:06] <Izaya> #KSPOfficial, yes?
L327[10:16:20] <Izaya> Mmm, I can't remember how to use blender
L328[10:16:20] <EEVV> ok
L329[10:16:26] <EEVV> yes but
L330[10:16:32] <Izaya> I used it for 6 months in class and can't remember >.<
L331[10:16:34] <EEVV> i think you were talking about your new pc proccessor
L332[10:16:39] <EEVV> proccesor*
L333[10:16:46] <Izaya> i3 4160
L334[10:16:51] <EEVV> hm
L335[10:16:52] <EEVV> anyway
L336[10:17:03] <EEVV> so i tried to put the eeprom to a disk drive
L337[10:17:08] <EEVV> ofc it wont work
L338[10:17:10] <dangranos> hardware nerds, meh
L339[10:17:12] <EEVV> but worth to try
L340[10:17:21] <dangranos> EEVV, so
L341[10:17:23] <EEVV> and i cant seem to insert it
L342[10:17:34] <dangranos> its inserts to slot near power button
L343[10:17:38] <EEVV> yes
L344[10:17:41] <EEVV> here is a problem
L345[10:17:45] <EEVV> when i boot it of that
L346[10:17:45] <dangranos> huh?
L347[10:17:51] <EEVV> it gets an error
L348[10:17:54] <Izaya> I'm gonna crash - haven't slept in >36 hours.
L349[10:17:55] <EEVV> but if i use lua
L350[10:17:57] <dangranos> ._.
L351[10:17:59] <EEVV> boot
L352[10:18:04] <dangranos> because its empty
L353[10:18:07] <EEVV> then i replace it with eeprom
L354[10:18:17] <EEVV> this is like a wild goose chase lol
L355[10:18:24] <EEVV> you want to write to eeprom?
L356[10:18:30] <EEVV> put it in the pc and write to it
L357[10:18:32] <EEVV> oh wait you cant
L358[10:18:37] <EEVV> because of an error
L359[10:18:40] <Izaya> Yes you can.
L360[10:18:41] <dangranos> um
L361[10:18:44] <EEVV> *facepalm*
L362[10:18:49] <EEVV> please tell me how
L363[10:18:53] <dangranos> EEVV, what is your native language?
L364[10:18:55] <EEVV> i want to learn open computers
L365[10:18:55] <dangranos> just asking
L366[10:18:59] <Izaya> Don't turn the computer off and switch them out.
L367[10:18:59] <Izaya> Then flash <program>
L368[10:19:05] <EEVV> my language is lithuanian
L369[10:19:12] <EEVV> but i speak english well
L370[10:19:22] <EEVV> since i lived there for like 8 years
L371[10:19:28] <EEVV> anyway
L372[10:19:29] <EEVV> ok
L373[10:19:32] <EEVV> ill try to flash
L374[10:19:49] <EEVV> can i use like internet cards?
L375[10:20:14] <EEVV> ok
L376[10:20:15] <dangranos> put in LuaBIOS>boot>change to empty>DONT POWEROFF>falsh <filename> to write file on to eeprom
L377[10:20:21] <EEVV> oh
L378[10:20:23] <EEVV> kk
L379[10:20:26] <dangranos> *flash
L380[10:20:54] <EEVV> k thanks
L381[10:21:01] <EEVV> can you explain
L382[10:21:15] <EEVV> can i write programs without term. or gpu component usage to eeprom?
L383[10:21:22] * Izaya prods Sangar - "We need an EEPROM writer block."
L384[10:21:24] <dangranos> yep
L385[10:21:27] <Izaya> Uh, yeah.
L386[10:21:30] <EEVV> so
L387[10:21:35] <EEVV> the syntax and so on is the same?
L388[10:21:38] <dangranos> why you couldnt?
L389[10:21:40] <dangranos> yep
L390[10:21:46] <dangranos> its lua
L391[10:21:49] <dangranos> everywhere
L392[10:21:50] <EEVV> oh my god guys you are a giant help
L393[10:22:01] <EEVV> but i still have to require components?
L394[10:22:04] <dangranos> (unless someone releases working architecture addon)
L395[10:22:07] <dangranos> um
L396[10:22:20] * Izaya considers writing a FORTH compiler for low-level development
L397[10:22:26] <dangranos> require("components")?
L398[10:22:31] <EEVV> yes
L399[10:22:32] <dangranos> no, you cant
L400[10:22:37] <EEVV> so...
L401[10:22:40] <dangranos> because its OpenOS's function
L402[10:22:43] <EEVV> how do i use an internet card
L403[10:22:51] <dangranos> ?wiki
L404[10:22:54] <dangranos> um
L405[10:22:58] <dangranos> !wiki
L406[10:23:00] <dangranos> !w/
L407[10:23:01] <Skye> ~w internet
L408[10:23:01] <EEVV> wireless network
L409[10:23:01] <ocdoc> http://ocd.cil.li/component:internet
L410[10:23:04] <dangranos> oh
L411[10:23:12] <Izaya> component.proxy(component.list("modem")())
L412[10:23:14] <dangranos> ~w wireless
L413[10:23:15] <ocdoc> Predicted http://www.lua.org/manual/5.2/manual.html#pdf-file:lines
L414[10:23:28] <Izaya> You have to use the low-level stuff
L415[10:23:31] <Skye> ~w wifi
L416[10:23:32] <ocdoc> Predicted http://ocd.cil.li/
L417[10:23:34] <Izaya> ~w custom os
L418[10:23:34] <ocdoc> Predicted http://ocd.cil.li/tutorial:custom_oses
L419[10:23:42] <dangranos> internet card != modem
L420[10:23:45] <Izaya> ^ That has avalible functions when writing a BIOS
L421[10:23:49] <EEVV> oh
L422[10:23:50] <EEVV> sorry
L423[10:23:54] <EEVV> i mean network card
L424[10:23:56] <Skye> ~w network
L425[10:23:56] <ocdoc> Predicted http://ocd.cil.li/item:network_card
L426[10:23:59] <EEVV> wireless network card
L427[10:24:03] <Skye> ~w wireless network
L428[10:24:03] <ocdoc> Predicted http://ocd.cil.li/item:wireless_network_card
L429[10:24:17] <EEVV> so i cant require components
L430[10:24:23] <dangranos> yeah
L431[10:24:23] <Skye> no
L432[10:24:25] <EEVV> which means i cant use network cards
L433[10:24:29] <dangranos> no, you can
L434[10:24:38] <EEVV> unless i write the kernel myself
L435[10:24:42] <dangranos> you just need to do it in low-level
L436[10:24:43] <EEVV> but thats never going to happen ^^
L437[10:24:44] <CompanionCube> You can use any component in the system. You just have to do it differently iirc.
L438[10:24:53] <Skye> component.invoke("")
L439[10:24:53] <Izaya> ._.
L440[10:24:55] <dangranos> ^ what CC said
L441[10:25:09] <dangranos> guys
L442[10:25:10] <EEVV> how did you guys learn lua
L443[10:25:11] <dangranos> please
L444[10:25:16] <Skye> component.invoke("address", ...)
L445[10:25:21] <EEVV> all i know is con statements and while true do
L446[10:25:26] <dangranos> guys. please stop changing nicks to shorter versions
L447[10:25:31] <Izaya> modem=component.proxy(component.list("modem")()) modem.broadcast(42,"Hi!")
L448[10:25:36] <CompanionCube> EEV is who exactly?
L449[10:25:41] <dangranos> dunno
L450[10:25:45] <EEVV> ??
L451[10:25:46] <dangranos> i am about skye
L452[10:25:53] <EEVV> ok
L453[10:25:54] <EEVV> so
L454[10:25:56] <Izaya> Someone from #KSPOfficial, I think.
L455[10:26:03] <dangranos> oh, i know, skye will be sk
L456[10:26:07] <dangranos> wai
L457[10:26:11] <EEVV> tell me what to do inorder to get internet cards working
L458[10:26:12] <Lumien> Does the api works in 1.8 oc?
L459[10:26:19] <Lumien> For creating custom components
L460[10:26:20] <EEVV> step by steo
L461[10:26:24] <EEVV> for a newbie
L462[10:26:37] <dangranos> Lumien, the java/scala?
L463[10:26:40] <Lumien> java
L464[10:26:43] <dangranos> dunno, ask devs
L465[10:26:47] * dangranos pings Sandra
L466[10:26:49] <dangranos> ouch
L467[10:26:53] <Lumien> there is a scala version of the api?
L468[10:26:53] <dangranos> where is sangar?
L469[10:27:00] <EEVV> hello ? ;(
L470[10:27:01] <dangranos> Lumien, i dont know
L471[10:27:07] <dangranos> EEVV, oh, sorry
L472[10:27:13] <EEVV> what tutorial do you recommend for me to learn lua
L473[10:27:33] <EEVV> dangranos also how do i add network component to eeprom step by step for newbie
L474[10:27:33] <Izaya> the manual
L475[10:27:37] <Izaya> absorb the manual
L476[10:27:42] <EEVV> it is so hard
L477[10:27:47] <EEVV> they teach simple things
L478[10:27:51] <EEVV> in very hard examples
L479[10:27:55] <Skye> yeah...
L480[10:28:01] <EEVV> its like
L481[10:28:01] <Izaya> Well
L482[10:28:02] <Izaya> sleep
L483[10:28:02] <Skye> ask us when you are stuck!
L484[10:28:06] <dangranos> EEVV, um, what do you want to do with it?
L485[10:28:07] <Izaya> 3:30 AM
L486[10:28:09] <EEVV> ok
L487[10:28:13] <EEVV> so i want to make an eeprom
L488[10:28:19] <dangranos> poor izaya
L489[10:28:22] <EEVV> to get commands from say a master pc
L490[10:28:25] <EEVV> to fly forward
L491[10:28:29] <EEVV> down etc...
L492[10:28:34] <dangranos> ah
L493[10:28:37] <dangranos> drone controlling?
L494[10:28:41] <EEVV> yes :D
L495[10:28:50] <EEVV> once i write that code
L496[10:28:54] <EEVV> i will know omroe
L497[10:28:55] <EEVV> more
L498[10:29:05] <EEVV> and from that i can remember it
L499[10:29:10] <dangranos> great
L500[10:29:18] <EEVV> i learned lua by just examining what i copy/paste
L501[10:29:22] <dangranos> sks' files are dead
L502[10:29:30] <EEVV> *doesnt apply to lua manual*
L503[10:29:36] <Lumien> cables should directly connect to components right?
L504[10:29:37] <dangranos> hang on a second, i will dig my ~/Downloads
L505[10:30:02] <EEVV> ok
L506[10:30:06] <dangranos> dropbox or gdrive
L507[10:30:07] <dangranos> ?
L508[10:30:17] <EEVV> dangr your asking me?
L509[10:30:18] ⇦ Quits: CoolSquid (~CoolSquid@ti0011a400-5117.bb.online.no) (Read error: Connection reset by peer)
L510[10:30:21] <EEVV> then dropbox
L511[10:30:24] <EEVV> if you are
L512[10:30:37] <EEVV> i also use linux ^ ^
L513[10:30:41] ⇨ Joins: CoolSquid (~CoolSquid@ti0011a400-5117.bb.online.no)
L514[10:30:48] <dangranos> ?me high fives EEVV
L515[10:30:51] <dangranos> ouch
L516[10:30:59] <EEVV> lol
L517[10:31:03] <EEVV> what distro
L518[10:31:08] <EEVV> off topic abit
L519[10:31:16] <EEVV> whats that
L520[10:31:22] <EEVV> accept
L521[10:31:28] <EEVV> ./accept?
L522[10:31:36] <dangranos> i just asked your client about its version :P
L523[10:31:39] <EEVV> ok
L524[10:31:43] <EEVV> how do i accep
L525[10:31:51] <EEVV> i use ubuntu 14.04.2
L526[10:31:53] <dangranos> um, its automatically
L527[10:31:57] <EEVV> if your wandering
L528[10:32:01] <dangranos> archlinux
L529[10:32:08] <EEVV> ooo ;)
L530[10:32:14] <dangranos> (no version because.. there isnt one)
L531[10:32:17] <EEVV> i think of it as kalilinux
L532[10:32:22] <EEVV> i get it mixed up
L533[10:32:27] <EEVV> idk why
L534[10:32:38] <EEVV> got ubuntu on my android phone ^ ^
L535[10:32:39] <EEVV> anyway
L536[10:32:47] <EEVV> so how do i do this?
L537[10:32:55] <EEVV> can we maybe skype?
L538[10:33:03] <EEVV> it feels like a delay when writing to irc
L539[10:33:24] <EEVV> it didnt send
L540[10:33:28] <dangranos> oh
L541[10:33:29] <EEVV> it wrote the file
L542[10:33:36] <EEVV> im using firefox
L543[10:33:39] <dangranos> huh?
L544[10:33:40] <EEVV> since its default
L545[10:33:44] <EEVV> link?
L546[10:34:10] <EEVV> so umm are you there
L547[10:34:27] <dangranos> dl.dropboxusercontent.com/s/qq7ob4dp1438dnq/skex-BIOS-v0.1.2.tar?dl=0
L548[10:34:41] <dangranos> ahah
L549[10:34:49] <EEVV> thanks man
L550[10:34:51] <EEVV> anyway
L551[10:34:55] <EEVV> do you have skype?
L552[10:34:58] <EEVV> also
L553[10:35:02] <EEVV> open it and get
L554[10:35:04] <EEVV> client lua
L555[10:35:07] <EEVV> and skex lua
L556[10:35:11] <EEVV> do i just put it in my pc
L557[10:35:22] <dangranos> nope
L558[10:35:26] <dangranos> first
L559[10:35:28] <EEVV> oh?
L560[10:35:59] <dangranos> unpack it
L561[10:36:07] <EEVV> ok
L562[10:36:08] <dangranos> on to HDD of your OC computer
L563[10:36:12] <EEVV> lol
L564[10:36:16] <EEVV> im way ahead of you
L565[10:36:18] <EEVV> but
L566[10:36:25] <EEVV> the hdd is so long
L567[10:36:41] <dangranos> you need first few symbols >_<
L568[10:36:59] <dangranos> first 3 usually doesnt collide
L569[10:37:10] <EEVV> ok
L570[10:37:12] <EEVV> so
L571[10:37:14] <EEVV> i found it
L572[10:37:17] <EEVV> by making a file
L573[10:37:20] <EEVV> and searching throu
L574[10:37:33] <EEVV> so copied the files to the root
L575[10:37:45] <dangranos> root?
L576[10:37:48] <EEVV> yes
L577[10:37:49] <EEVV> the hdd
L578[10:37:52] <dangranos> ah
L579[10:37:53] <EEVV> root of hdd
L580[10:37:53] <dangranos> sorry
L581[10:37:59] <dangranos> um
L582[10:38:03] <EEVV> so
L583[10:38:04] <dangranos> OC hdd, right?
L584[10:38:09] <EEVV> yes
L585[10:38:17] <EEVV> which file to run
L586[10:38:32] <dangranos> now get it HDD out of computer and then put it back
L587[10:38:43] <EEVV> ol
L588[10:39:08] <EEVV> k
L589[10:39:10] <EEVV> did ls
L590[10:39:13] <EEVV> files are there
L591[10:39:24] <dangranos> flash skex.lua
L592[10:39:32] <dangranos> with target eeprom inserted
L593[10:39:33] <EEVV> into eeprom?
L594[10:39:40] <dangranos> yep
L595[10:39:43] <EEVV> so flash skex.lua /boot
L596[10:39:44] <EEVV> ?
L597[10:39:47] <dangranos> no
L598[10:39:48] <EEVV> i dont know what to do
L599[10:39:56] <dangranos> just "flash skex.lua"
L600[10:39:57] <EEVV> sorry for being such a nub
L601[10:40:02] <dangranos> nah, its fine
L602[10:40:18] <dangranos> just slightly annoying because of language
L603[10:40:27] <dangranos> english is not my native
L604[10:40:29] <EEVV> oh
L605[10:40:32] <EEVV> what language?
L606[10:40:37] <dangranos> i am russian
L607[10:40:41] <dangranos> so guess :D
L608[10:40:43] <EEVV> ha :D
L609[10:40:47] <EEVV> i know a bit of russian
L610[10:40:50] <EEVV> a few words
L611[10:40:52] <EEVV> god damn
L612[10:41:00] <EEVV> should of took the lessons seriously
L613[10:41:03] <EEVV> ;(
L614[10:41:03] ⇦ Quits: nxsupert (~nxsupert@host109-148-112-127.range109-148.btcentralplus.com) (Remote host closed the connection)
L615[10:41:07] <EEVV> ok
L616[10:41:13] <EEVV> so now i have to label the eeprom
L617[10:41:17] <EEVV> what should i give it
L618[10:41:17] <dangranos> nope
L619[10:41:20] <EEVV> just drone?
L620[10:41:23] <EEVV> no?
L621[10:41:27] <dangranos> whatever you want
L622[10:41:31] <EEVV> ok
L623[10:41:42] <EEVV> set label to drone
L624[10:41:44] <dangranos> sorry, forgot that it prompts to label it
L625[10:41:48] <EEVV> yeah
L626[10:41:52] <dangranos> now, put it into drone
L627[10:41:56] <EEVV> now it tells me to put lua back
L628[10:41:58] <dangranos> and run client.lua on computer
L629[10:41:59] <EEVV> ok wait
L630[10:43:24] <EEVV> ok
L631[10:43:29] <EEVV> i used a solar panel
L632[10:43:32] <EEVV> and battery
L633[10:43:35] <EEVV> so
L634[10:43:36] <EEVV> now
L635[10:43:41] <EEVV> run the client?
L636[10:43:45] <dangranos> yep
L637[10:43:55] <EEVV> ok...
L638[10:44:01] <dangranos> you have a wireless card in both?
L639[10:44:07] <EEVV> wait
L640[10:44:14] <EEVV> gad damn
L641[10:44:17] <EEVV> i broke the pc
L642[10:44:19] <EEVV> D:
L643[10:44:23] <EEVV> do i have to start over?
L644[10:44:35] <dangranos> um, are you playing on server?
L645[10:44:45] <EEVV> creative
L646[10:44:47] <EEVV> my own world
L647[10:45:03] <EEVV> ok
L648[10:45:09] <EEVV> i opened client.lua
L649[10:45:17] <EEVV> i have wireless cards on both
L650[10:45:52] <EEVV> and
L651[10:45:58] <EEVV> i put the drone down
L652[10:46:09] <EEVV> oh wow!
L653[10:46:15] <EEVV> it works :D
L654[10:46:18] <EEVV> well
L655[10:46:26] <EEVV> it shows how much left
L656[10:46:40] <EEVV> the drone just stood up and is holding still in the air
L657[10:46:49] <EEVV> now what?
L658[10:47:31] <EEVV> hello?
L659[10:47:36] <EEVV> dangranos are you there?
L660[10:48:47] <PotatoTrumpet> I have a suggestion. A peripherial that allows for more cards
L661[10:49:11] <EEVV> D:
L662[10:49:16] <EEVV> now i dont know what to do...
L663[10:50:51] *** Riking is now known as Riking|away
L664[10:51:38] <PotatoTrumpet> dangranos is dead
L665[10:51:41] <PotatoTrumpet> putin killed him
L666[10:52:01] <PotatoTrumpet> RIP Dangranos. Missed Dearly
L667[10:52:08] <EEVV> lol
L668[10:52:14] <EEVV> he is russian
L669[10:52:18] <EEVV> trumpet
L670[10:52:22] <EEVV> maybe you can help me?
L671[10:52:26] <dangranos> boo
L672[10:52:53] <EEVV> hey!?
L673[10:52:55] <EEVV> :D
L674[10:53:18] *** Away_21 is now known as Wuerfel_21
L675[10:54:03] <dangranos> try to write "computer.beep()"
L676[10:54:06] <dangranos> into client
L677[10:54:14] <EEVV> kk wait
L678[10:54:18] <EEVV> i destroyed drone
L679[10:54:21] * PotatoTrumpet will remember dangranos for Centuries
L680[10:54:23] <EEVV> while i was waiting for you
L681[10:55:48] <Wuerfel_21> wow, such flood
L682[10:55:55] <EEVV> ok
L683[10:56:00] <EEVV> so now i got it all back
L684[10:56:21] <EEVV> it did beep
L685[10:56:34] <EEVV> infact
L686[10:56:43] <EEVV> anything that i write makes it beep?
L687[10:57:05] ⇨ Joins: nxsupert (~nxsupert@host109-148-112-127.range109-148.btcentralplus.com)
L688[10:58:18] <PotatoTrumpet> Is there a way to make a file read only?
L689[10:58:25] <EEVV> oh god
L690[10:58:29] <EEVV> i hate opencomputers
L691[10:58:42] <EEVV> it had barely any documentation
L692[10:58:54] <EEVV> it doesnt even tell you how to write to a eeprom
L693[10:58:55] * PotatoTrumpet sets ban on EEVV
L694[10:59:03] <EEVV> lol
L695[10:59:07] <CompanionCube> EEVV, sarcasm much?
L696[10:59:09] <PotatoTrumpet> Well, the EEPROM is kinda new
L697[10:59:14] <EEVV> but
L698[10:59:22] <EEVV> even the oldest things are not documented well
L699[10:59:26] <dangranos> we need people
L700[10:59:32] <dangranos> who will write things
L701[10:59:33] <CompanionCube> If it has no documentation, why not help write the documentation?
L702[10:59:36] <PotatoTrumpet> ^
L703[10:59:38] <Lumien> Cables should connect to components right?
L704[10:59:40] <EEVV> lol
L705[10:59:46] <PotatoTrumpet> Lumien, yes
L706[10:59:46] * Caitlyn sets mode +b on *!*@th-186-47.splius.lt
L707[10:59:53] <EEVV> isnt the dev supposed to know what write
L708[11:00:00] <CompanionCube> yes, but devs can be busy
L709[11:00:01] <dangranos> um
L710[11:00:08] <EEVV> god...
L711[11:00:09] <dangranos> devs are deving
L712[11:00:10] * PotatoTrumpet would like to see a color change on the wiki
L713[11:00:17] <CompanionCube> Devs usually prefer writing code or developing features
L714[11:00:21] <EEVV> i would like to see more documentation
L715[11:00:21] <dangranos> SOLARIZED DARK EVERYWHERE!
L716[11:00:23] <CompanionCube> rather than writing documentation
L717[11:00:24] <EEVV> yes but
L718[11:00:25] <Lumien> To make my te a component i ONLY have to implement SimpleComponent right?
L719[11:00:28] <EEVV> its like
L720[11:00:35] <EEVV> they make oc just so they can write code
L721[11:00:41] <EEVV> what about people who dont understand
L722[11:00:48] <EEVV> its just frustrating
L723[11:01:00] <CompanionCube> They can learn, and then assist others using their new-found knowledge :)
L724[11:01:04] <EEVV> i remember when i needed something on computercraft it was all in one place, a wiki
L725[11:01:08] <dangranos> well, i am sure CC didnt had docs too
L726[11:01:11] <PotatoTrumpet> Well, CC is very old
L727[11:01:16] <PotatoTrumpet> and hasn't changed much
L728[11:01:22] <EEVV> if i made something like this
L729[11:01:28] <EEVV> i would go for community help
L730[11:01:29] <dangranos> well, OC is new
L731[11:01:31] <EEVV> and document it myself
L732[11:01:34] <dangranos> and its developing
L733[11:01:35] <Lumien> wow
L734[11:01:37] <Caitlyn> You're AT the community help/
L735[11:01:42] <dangranos> Actively
L736[11:01:44] <EEVV> minus the help
L737[11:01:48] <dangranos> um
L738[11:01:51] <Vexatos> Lumien, if you are familiar with how CC peripherals are done, implement SimpleComponent and ManagedPeripheral
L739[11:01:53] <Caitlyn> dangranos, you've not been helping you bastard!
L740[11:01:59] <EEVV> he has
L741[11:02:00] <Vexatos> because ManagedPeripheral provides the same methods CC does
L742[11:02:03] <Lumien> I have to implement both?
L743[11:02:05] <PotatoTrumpet> .tell
L744[11:02:05] <^v> PotatoTrumpet, Usage: .tell (<user>|$a:<account>|$h:<host>) <txt>
L745[11:02:05] <EEVV> but now it doesnt work
L746[11:02:06] <dangranos> hey, i have life, you know?
L747[11:02:06] <EEVV> the flash
L748[11:02:08] <Caitlyn> Then NOT minus the help.
L749[11:02:10] <Lumien> no i want the cool oc annotations :P
L750[11:02:14] <EEVV> lol
L751[11:02:14] <Vexatos> Ah
L752[11:02:18] <Vexatos> then just SimpleComponent
L753[11:02:18] <EEVV> help / 2
L754[11:02:19] <Caitlyn> If you need help you ask, and if anyone knows you get help.
L755[11:02:19] <Lumien> it's a component in 1.7.10
L756[11:02:24] <Lumien> it just doesn't seem to work in 1.8
L757[11:02:28] <PotatoTrumpet> .tell Sangar we should have a week of documenting everything and updating the wiki and making basic tutorials
L758[11:02:28] <dangranos> EEVV, huh?
L759[11:02:28] <^v> PotatoTrumpet, Message queued.
L760[11:02:33] <dangranos> EEVV, what do you mean?
L761[11:02:36] <Vexatos> Lumien, noone uses 1.8 anyway
L762[11:02:40] <EEVV> dangranos what do i do now
L763[11:02:41] <dangranos> do you have eeprom inserted?
L764[11:02:42] <Lumien> i do :P
L765[11:02:48] <dangranos> into computer
L766[11:02:54] <dangranos> from which you flash
L767[11:02:58] <EEVV> oc just has barely any docs
L768[11:02:59] <EEVV> ok yeah
L769[11:03:19] <EEVV> yes
L770[11:03:22] <Caitlyn> ¬_¬
L771[11:03:23] <EEVV> i typed computer.beep()
L772[11:03:25] <EEVV> but
L773[11:03:30] <EEVV> anything that i type makes it beep
L774[11:03:37] <Vexatos> ?
L775[11:03:46] <CompanionCube> There's 'barely any docs' because while docs are useful, they tend to be boring as fuck to write
L776[11:03:52] <Vexatos> Indeed
L777[11:04:04] <EEVV> it is even "boring-er " for the people to find the info them self
L778[11:04:11] <Vexatos> EEVV, beep? http://oc.cil.li/index.php?/topic/72-song-api-play-whole-songs-using-computerbeep/
L779[11:04:17] <EEVV> xd
L780[11:04:20] <EEVV> vexatos no
L781[11:04:22] <Vexatos> :3
L782[11:04:24] <dangranos> ah
L783[11:04:25] <Caitlyn> fuckit I'm out.
L784[11:04:31] <dangranos> do cb
L785[11:04:33] <EEVV> vexatos, i am talking about the eeprom
L786[11:04:37] <Vexatos> Hmmm
L787[11:04:38] <Vexatos> weird
L788[11:04:38] <EEVV> ok wait
L789[11:04:48] <dangranos> wai
L790[11:04:54] <EEVV> dangranos : it doesnt do anything
L791[11:05:11] <Wuerfel_21> EEVV, computers generally beep when booting, regardless of what is in the eeprom
L792[11:05:25] <EEVV> no
L793[11:05:31] <EEVV> i mean i wanted to program a drone
L794[11:05:40] <EEVV> then dangranos sends me a flash program
L795[11:05:48] <EEVV> so i can flash any program to the drone but it doesnt work
L796[11:06:05] <EEVV> and the lack of documentation makes programming a drone virtually impossible for me
L797[11:06:14] <Wuerfel_21> there isnt require() on drones
L798[11:06:27] ⇨ Joins: marcin212 (~marcin212@abhh242.neoplus.adsl.tpnet.pl)
L799[11:06:30] <Lumien> Do components have to directly extend TileEntity?
L800[11:06:30] <EEVV> no
L801[11:06:32] <Inari> write your own :3
L802[11:06:40] <EEVV> i just wanted to write a program to a drone
L803[11:06:46] <EEVV> but there is no documentation
L804[11:06:50] <EEVV> so i cannot do anything
L805[11:06:54] <Inari> well
L806[11:06:57] <Inari> what dcoumentation?
L807[11:06:58] <EEVV> no one to point me in the right direction
L808[11:06:59] <Inari> you just write a eeprom
L809[11:07:00] <EEVV> drones
L810[11:07:10] <dangranos> um
L811[11:07:13] <Vexatos> Lumien, if you just want to use SimpleComponent, yes
L812[11:07:17] <dangranos> ~wiki custom os
L813[11:07:18] <Wuerfel_21> EEVV, because the envirovemnet of a eeprom is literally nothing
L814[11:07:18] <ocdoc> Predicted http://ocd.cil.li/tutorial:custom_oses
L815[11:07:19] <Vexatos> Well, not directly
L816[11:07:19] <Lumien> ohhh
L817[11:07:23] <Vexatos> but they have to be a TileEntity
L818[11:07:26] <Vexatos> of some sorts
L819[11:07:29] <EEVV> lol have you seen this page? : http://ocdoc.cil.li/item:drone
L820[11:07:32] <dangranos> EEVV, > http://ocd.cil.li/tutorial:custom_oses
L821[11:07:32] <Inari> Wuerfel_21: well not nothing
L822[11:07:33] <Vexatos> Lumien, why?
L823[11:07:37] <EEVV> like wtf is that page
L824[11:07:40] <Vexatos> Did you put it onto a block? :P
L825[11:07:43] <Inari> you get component, computr, and robot (if its a robot)
L826[11:07:46] <EEVV> i 5 year old could write the same thing there
L827[11:07:46] <Lumien> Like i said, mine doesn't work and i don't directly extend TileEntity
L828[11:07:55] <Vexatos> You don't need to directly extend it
L829[11:07:58] <EEVV> thanks dangranos
L830[11:08:07] <Vexatos> but it has to be an instance of TileEntity
L831[11:08:08] <Lumien> Does the api work in 1.8?
L832[11:08:12] <Vexatos> No clue
L833[11:08:20] <Inari> or actually
L834[11:08:25] <dangranos> its tutorial about writing custom OS for computers
L835[11:08:26] <Inari> i think robot was component stuff
L836[11:08:27] <Vexatos> Again, noone uses 1.8 yet, OC is not even released for 1.8
L837[11:08:32] <dangranos> but should work for drones
L838[11:08:39] <EEVV> dangranos i think this was what i was looking for so Im very thankful !!! :D
L839[11:09:03] <Inari> hm still makes me want a computer mod that doesnt inherently use lua XD
L840[11:09:20] <dangranos> Inari, nedocomputers
L841[11:09:25] <Vexatos> Inari, there is a mod on the OC forums adding a JavaScript architecture, IIRC
L842[11:09:26] <dangranos> and OC in the future
L843[11:09:42] <dangranos> EEVV, glad to help you
L844[11:10:00] <Inari> wait
L845[11:10:02] <EEVV> but still a little confused
L846[11:10:06] <Inari> OC will get soemthing aside luaß
L847[11:10:16] <Inari> nedo im nto fond of
L848[11:10:19] <EEVV> Is coding an os (eeprom) the same as coding a program?
L849[11:10:25] <Inari> too clunky, uses forth
L850[11:10:37] <Inari> os != eeprom
L851[11:10:44] <Caitlyn> Inari, OC has had Architecture support for ages, just no one has written one to date :p
L852[11:10:51] <EEVV> potatotrumpet
L853[11:11:06] *** prassel|off is now known as prasselpikachu
L854[11:11:24] <Inari> Caitlyn: ;o
L855[11:11:34] <dangranos> EEVV, well, basically EEPROM is a program
L856[11:11:41] <dangranos> just without some APIs
L857[11:11:48] <Caitlyn> Everything is a program...
L858[11:11:53] <dangranos> in lua
L859[11:11:57] <dangranos> arch
L860[11:12:08] <dangranos> wai
L861[11:12:48] <Inari> just gimme machiencode support in OC D:
L862[11:12:55] ⇦ Quits: CoolSquid (~CoolSquid@ti0011a400-5117.bb.online.no) (Read error: Connection reset by peer)
L863[11:13:00] ⇨ Joins: CoolSquid_ (~CoolSquid@ti0011a400-5117.bb.online.no)
L864[11:13:18] <Caitlyn> Inari, write it! :P
L865[11:13:19] <EEVV> ok
L866[11:13:20] <EEVV> so
L867[11:13:21] <EEVV> http://ocdoc.cil.li/component:modem
L868[11:13:24] <Inari> :<
L869[11:13:25] <Inari> i dont scala
L870[11:13:26] <EEVV> i could use that in eeprom
L871[11:13:34] <Caitlyn> I'm pretty surey ou can do it in Java...
L872[11:13:39] <Inari> Caitlyn: plus, its pointless to write it unless it will be included
L873[11:13:57] <Caitlyn> Arches are supposed to be link addon mods..
L874[11:14:02] <Caitlyn> afaik..
L875[11:14:19] <Inari> link addon mods?
L876[11:14:34] <Caitlyn> s/be link/be like/
L877[11:14:34] <Kibibyte> <Caitlyn> Arches are supposed to be like addon mods..
L878[11:14:40] ⇦ Quits: CoolSquid_ (~CoolSquid@ti0011a400-5117.bb.online.no) (Read error: Connection reset by peer)
L879[11:14:46] ⇨ Joins: CoolSquid (~CoolSquid@ti0011a400-5117.bb.online.no)
L880[11:15:12] <Inari> yeah but addon mods dont mesh well wiht modpacks
L881[11:15:21] <dangranos> huh
L882[11:15:23] <CompanionCube> Inari, why not?
L883[11:15:24] <dangranos> wiki >There was a problem communicating with SMTP: Authentication failed using username 'oc-noreply.mightypirates' and password '********************************'
L884[11:15:41] <Inari> CompanionCube: they dont tend to be included and server owners using mod packs dont tend to be happy about adding mods on their own :P
L885[11:15:43] <Caitlyn> dangranos, dafuq did you break?
L886[11:15:53] <dangranos> i just registered
L887[11:16:01] *** Riking|away is now known as Riking
L888[11:16:06] <CompanionCube> Inari, laziness of others is no excuse to be lazy yourself
L889[11:16:09] <dangranos> ouch
L890[11:16:12] <Inari> CompanionCube: ?
L891[11:16:15] <dangranos> my color theme
L892[11:16:17] <Caitlyn> I'm pretty sure Sangar said something about redoing the mail service on the server... seems that didn't get fix't
L893[11:16:31] <EEVV> can drones have a screen?
L894[11:16:32] <EEVV> or gpu
L895[11:16:39] <Caitlyn> .tell Sangar <dangranos> wiki >There was a problem communicating with SMTP: Authentication failed using username 'oc-noreply.mightypirates' and password '********************************'
L896[11:16:39] <^v> Caitlyn, Message queued.
L897[11:16:49] <CompanionCube> Inari, lazy server owners aren't much of a reason not to do stuff yourself
L898[11:17:05] <dangranos> all gray background on wiki is exactly same color as my KDE color theme
L899[11:17:14] <dangranos> *text
L900[11:17:22] <Inari> CompanionCube: they kind of are, since thers no point in making it if i cant use it hten
L901[11:17:49] <CompanionCube> Inari, if you make it at least it has a nonzero chance
L902[11:17:57] <Inari> heh
L903[11:18:18] <Inari> i dont tend to burden myself with crap i'll have to maintain just on the rare chance that someone may or may not use it
L904[11:18:27] <Inari> given the CC/OC communities the chance tends to may not xD
L905[11:18:44] <PotatoTrumpet> Ok, time to make some tutorials
L906[11:19:14] * Inari just wants lua aloc :<
L907[11:19:19] <Inari> memory is a mess in OC
L908[11:21:28] <PotatoTrumpet> lua aloc?
L909[11:22:08] <PotatoTrumpet> Inari,
L910[11:22:55] <PotatoTrumpet> I'm going to update http://ocdoc.cil.li/tutorial:oc1_basic_computer to current standards
L911[11:23:00] <dangranos> gah
L912[11:23:25] <dangranos> am i only who gets input fields with same background color as text?
L913[11:23:26] <dangranos> on wiki
L914[11:24:25] ⇨ Joins: ironmountain (webchat@205.185.198.198)
L915[11:25:04] ⇦ Quits: prasselpikachu (~Prassel@5.231.51.109) (Ping timeout: 189 seconds)
L916[11:25:08] <Caitlyn> Yes.
L917[11:25:13] <Inari> PotatoTrumpet: allocating/freeing memory
L918[11:25:14] <Inari> and the like
L919[11:25:18] ⇦ Quits: CoolSquid (~CoolSquid@ti0011a400-5117.bb.online.no) (Read error: No route to host)
L920[11:25:18] <PotatoTrumpet> YES
L921[11:25:20] <PotatoTrumpet> I WANT THAT
L922[11:25:31] <PotatoTrumpet> Inari, I am with you on that
L923[11:25:34] <Inari> since even just using eeprom, memory is amess
L924[11:25:39] ⇨ Joins: CoolSquid (~CoolSquid@ti0011a400-5117.bb.online.no)
L925[11:26:18] <Inari> or at the very least let me disable CG and run it myself
L926[11:26:19] <Inari> :3
L927[11:27:11] <Caitlyn> And then we can put down a bunch or computers, aloc the entire amount of RAM they can use and OOM the server \o/
L928[11:27:12] <Caitlyn> :P
L929[11:27:22] <Inari> well
L930[11:27:24] <Inari> you can already do that
L931[11:27:25] <Caitlyn> s/or/of
L932[11:27:25] <Kibibyte> <Caitlyn> And then we can put down a bunch of computers, aloc the entire amount of RAM they can use and OOM the server \o/
L933[11:27:31] <Caitlyn> Sure, but let's make it easier
L934[11:27:36] <Inari> how is it easier x.x
L935[11:27:41] <Inari> just make a loop that stuff at able
L936[11:27:51] ⇨ Joins: prasselpikachu (~Prassel@5.231.51.109)
L937[11:27:52] <Inari> *stuffs a table
L938[11:27:53] <Caitlyn> WHy botherl ooping when I can just aloc it all in one shot
L939[11:28:10] <ironmountain> Hive computer sounds amazing
L940[11:28:14] <Inari> the difference in how "hard" it is means nothing
L941[11:28:17] <Inari> thus the point isnt relevant
L942[11:28:25] <Caitlyn> Especially if you can disable the GC..
L943[11:28:34] <Inari> GC only collects what you dont use anymore anyway
L944[11:28:45] <Inari> i think you can already disable it even
L945[11:29:16] <dangranos> #blamesangar
L946[11:29:18] <dangranos> ugh
L947[11:29:25] <Inari> im in there \o/
L948[11:29:30] <Inari> or at least i read you can
L949[11:29:35] <Inari> issue is that you can never clean memory then XD
L950[11:29:55] <Caitlyn> #BlameSangar used to have more people.. :(
L951[11:30:01] <dangranos> how do i force set color of input field?
L952[11:30:20] <dangranos> i am about CSS nad html
L953[11:30:22] <dangranos> *and
L954[11:30:24] <Inari> input { background-color:#ffffff !important; } ?
L955[11:30:31] <Inari> or was it important!
L956[11:30:34] <Inari> i never can remember
L957[11:30:47] <Inari> ah its !important
L958[11:31:26] <dangranos> yay
L959[11:31:48] <Inari> anyway, the GC makes memory a mess, i'D much prefer having better control over it
L960[11:32:05] ⇦ Quits: jk-5 (~jk-5@2a03:b0c0:2:d0::18e:6001) (Quit: doei)
L961[11:32:40] ⇨ Joins: jk-5 (~jk-5@eth2.nl)
L962[11:33:42] ⇨ Joins: Vaht (~Tahg@pool-96-233-107-61.bstnma.fios.verizon.net)
L963[11:34:24] ⇦ Quits: Tahg (~Tahg@pool-96-233-107-61.bstnma.fios.verizon.net) (Killed (NickServ (GHOST command used by Vaht)))
L964[11:34:28] *** Vaht is now known as Tahg
L965[11:34:28] ⇦ Quits: jk-5 (~jk-5@eth2.nl) (Client Quit)
L966[11:35:00] ⇨ Joins: jk-5 (~jk-5@eth2.nl)
L967[11:35:21] <EEVV> waiting 12 mins now to receive my email conformation -_-
L968[11:35:33] <PotatoTrumpet> Soo uh
L969[11:35:41] <PotatoTrumpet> You don't need a power converter anymore?
L970[11:35:54] <Caitlyn> Don't think so..
L971[11:36:09] <Caitlyn> I've EIO'd straight into the computer recently
L972[11:36:15] ⇦ Quits: CoolSquid (~CoolSquid@ti0011a400-5117.bb.online.no) (Read error: Connection reset by peer)
L973[11:36:36] <PotatoTrumpet> Ok, just making sure
L974[11:38:13] <EEVV> PotatoTrumpet i think ive seen you on computer craft
L975[11:38:20] <PotatoTrumpet> I'm banned
L976[11:38:23] <PotatoTrumpet> :/
L977[11:38:36] <EEVV> what do you mean?
L978[11:38:39] <EEVV> banned
L979[11:38:43] <PotatoTrumpet> I'm banned from #computercraft
L980[11:38:47] <EEVV> why?
L981[11:38:55] <PotatoTrumpet> Was an asshole and sent a rape joke to AmandaC
L982[11:39:05] <EEVV> lol...
L983[11:39:08] <PotatoTrumpet> no
L984[11:39:11] <PotatoTrumpet> rape isn't funny
L985[11:39:14] <EEVV> Cant wait to get email confirmation
L986[11:39:24] <EEVV> no that was an awkward "lol"
L987[11:39:35] <Caitlyn> email confirmation from what?
L988[11:39:44] <EEVV> forums
L989[11:39:46] <EEVV> waiting like 15 mins
L990[11:39:49] <Caitlyn> If the wiki, it's gonna be a long wait...
L991[11:39:51] <EEVV> also pressed resend
L992[11:39:53] <Caitlyn> The forums should work though
L993[11:39:54] <Lizzy> check your spam box
L994[11:40:01] <EEVV> google has spam box?
L995[11:40:05] <Caitlyn> Yes?
L996[11:40:05] <EEVV> gmail
L997[11:40:11] <EEVV> i dont see ant
L998[11:40:12] <EEVV> any
L999[11:40:21] <Lizzy> yeah, it's under the "more" tab
L1000[11:40:26] <Lizzy> well, dropdown
L1001[11:40:27] <Caitlyn> ^
L1002[11:40:33] <Caitlyn> More (down arrow)
L1003[11:40:37] <Caitlyn> Spam (Numbar)
L1004[11:40:40] <EEVV> no
L1005[11:40:44] <EEVV> for me
L1006[11:40:48] <EEVV> its only read all
L1007[11:40:53] <Lizzy> no
L1008[11:40:59] <Caitlyn> http://michi.pc-logix.com/2015-02-28_11-40-54.png
L1009[11:41:03] <Lizzy> very left where your catagories are
L1010[11:41:20] <Caitlyn> stupid thing
L1011[11:41:31] <Caitlyn> When I captured that spam was shown lol
L1012[11:41:43] <EEVV> lol
L1013[11:41:45] <EEVV> i cant see it
L1014[11:41:51] <EEVV> using linux 'yar ja?
L1015[11:41:54] <EEVV> :)
L1016[11:42:01] <Caitlyn> No..?
L1017[11:42:10] <Caitlyn> I'm booted into windows atm
L1018[11:42:19] <Caitlyn> I plan on playing some SW:ToR soon
L1019[11:42:35] <EEVV> oh
L1020[11:42:45] <EEVV> when i get that email confirmatio
L1021[11:42:53] <Caitlyn> https://mail.google.com/mail/u/0/?pli=1#spam Maybe? I have no idea if that will take you to your spam box..
L1022[11:42:57] <EEVV> i will give feedback in the least check area
L1023[11:43:10] <Caitlyn> it does for me though.
L1024[11:43:25] <PotatoTrumpet> ...
L1025[11:43:31] <EEVV> ahh thanks
L1026[11:43:36] <EEVV> i remove #inbox
L1027[11:43:39] <EEVV> changed it to #spam
L1028[11:43:40] ⇨ Joins: CoolSquid (~CoolSquid@ti0011a400-5117.bb.online.no)
L1029[11:43:59] <EEVV> prepare devs
L1030[11:44:05] <Caitlyn> Dev*
L1031[11:44:05] <EEVV> i will strike you at your weak
L1032[11:44:10] <EEVV> dev?
L1033[11:44:12] <EEVV> singular?
L1034[11:44:14] <EEVV> only one!?
L1035[11:44:17] <Caitlyn> Like seriously it's only Sangar.
L1036[11:44:22] <Caitlyn> A few people PR stuff to help
L1037[11:44:27] <Caitlyn> but Sangar is THE dev of OC.
L1038[11:44:37] <EEVV> ok
L1039[11:44:41] <Caitlyn> The one, The ONLY, THE.
L1040[11:44:45] *** Magik6k|off is now known as Magik6k
L1041[11:45:26] ⇦ Quits: Vic (~Victoriou@37.187.216.30) (Remote host closed the connection)
L1042[11:45:26] ⇦ Quits: Thog (~Thog@37.187.216.30) (Remote host closed the connection)
L1043[11:45:44] <Caitlyn> Why does Eos want me to update nginx...
L1044[11:45:49] <Caitlyn> I uninstalled nginx ages ago
L1045[11:46:03] ⇦ Quits: ironmountain (webchat@205.185.198.198) (Quit: Web client closed)
L1046[11:46:11] <Lizzy> lol
L1047[11:46:41] <Caitlyn> v
L1048[11:46:43] <Caitlyn> ¬_¬
L1049[11:46:44] <Caitlyn> http://michi.pc-logix.com/2015-02-28_11-46-38.png
L1050[11:47:04] <PotatoTrumpet> My tutorial base http://puu.sh/ggyLk/5dede99191.jpg
L1051[11:47:06] <Caitlyn> how the hell did those get left installed
L1052[11:47:25] <Caitlyn> \o/ ArcLight
L1053[11:47:57] <Caitlyn> Crap... I want Pizza..
L1054[11:48:02] <Caitlyn> but I has no Pizza.
L1055[11:48:35] <Lizzy> :/
L1056[11:48:58] <Lizzy> If we lived near each other I'd buy you Pizza
L1057[11:49:07] <Caitlyn> ^_^
L1058[11:49:07] <Lizzy> hell i'd buy everyone pizza
L1059[11:49:14] <Caitlyn> \o/ PIZZA FOR EVERYBODY!
L1060[11:49:17] <Lizzy> \o/
L1061[11:49:18] <Skye> I don't like pizza
L1062[11:49:28] <Caitlyn> Pizyou can buy a Pizza Hut giftcard online :P
L1063[11:49:28] <Lizzy> you can fuck off then
L1064[11:49:34] <Lizzy> Pizza 2 Lyfe
L1065[11:49:35] <Caitlyn> \o/ Fuck off then! \o/
L1066[11:49:36] <Caitlyn> :P
L1067[11:50:12] * Lizzy instructs EnderBot2 to go order Pizza
L1068[11:50:12] * EnderBot2 complies!
L1069[11:50:12] * EnderBot2 gos order Pizza
L1070[11:50:20] <Lizzy> lol
L1071[11:50:28] <Caitlyn> lmao
L1072[11:50:34] * Lizzy instructs EnderBot2 to order Pizza
L1073[11:50:34] * EnderBot2 complies!
L1074[11:50:34] * EnderBot2 orders Pizza
L1075[11:50:36] <Lizzy> there
L1076[11:50:42] <Lizzy> makes more sense
L1077[11:50:43] <Caitlyn> \o/
L1078[11:50:49] * PotatoTrumpet instructs EnderBot2 to become EnderBot3
L1079[11:50:58] <Caitlyn> Denied.
L1080[11:51:10] <Lizzy> not yet
L1081[11:51:39] <Lizzy> man, i wanted to get EB3 done by the end of this month.... oh well
L1082[11:53:05] <Caitlyn> heh
L1083[11:55:13] <PotatoTrumpet> How do you create new pages in the Wiki?
L1084[11:55:34] <PotatoTrumpet> I can't find one for the OpenOS floppy
L1085[11:55:52] <Lizzy> it might be under the loot disks
L1086[11:56:10] <Caitlyn> Type the Name of the page you want to create in the search field towards the top right of your DokuWIki site
L1087[11:56:10] <Caitlyn> Next, if the title is not already created on the site, you should see a "Nothing was found" in the Search results.
L1088[11:56:10] <Caitlyn> Click Create this page from the menu to the right.
L1089[11:57:12] <PotatoTrumpet> http://puu.sh/ggzuq/179dd69beb.png
L1090[11:57:36] <Caitlyn> You may not have permissions to create pages :P
L1091[11:57:53] <Caitlyn> I dunno how perms work in Doku... I use mediawiki lol
L1092[11:57:55] <PotatoTrumpet> damnit
L1093[11:58:40] <PotatoTrumpet> Lizzy, halp
L1094[11:58:47] <Lizzy> ?
L1095[11:59:04] <PotatoTrumpet> How to make a new page on the wiki
L1096[11:59:19] *** Techokami is now known as Techokami|Off
L1097[11:59:20] <Lizzy> how the fuck should I know?
L1098[11:59:35] <Caitlyn> lol
L1099[11:59:40] <PotatoTrumpet> SANGAR
L1100[11:59:41] <Caitlyn> I took that from Doku's help crap
L1101[11:59:42] <Caitlyn> so...
L1102[11:59:46] <Caitlyn> That IS how you make a page
L1103[12:00:33] <Caitlyn> a Lack of permissions is the only thing I can think of. And AFAIK Sangar is the only one who can help
L1104[12:00:48] <PotatoTrumpet> Found out how
L1105[12:00:59] <PotatoTrumpet> I had to put item:openos_floppy in the navbar
L1106[12:01:12] <PotatoTrumpet> and then options->create page
L1107[12:01:46] <Lizzy> https://www.youtube.com/watch?v=kJFurFRvs8A
L1108[12:01:46] -Kibibyte- [Lizzy] Oasis - Wonderwall | by hatwell88 | 4m40s | 244w6d ago | 2,975,585 views | Rated: 4.87/5.00
L1109[12:01:54] ⇨ Joins: CoolSquid_ (~CoolSquid@ti0011a400-5117.bb.online.no)
L1110[12:01:56] <Caitlyn> It might be an issue with the theme or something then
L1111[12:02:08] *** Techokami|Off is now known as Techokami
L1112[12:04:01] <Caitlyn> o/ Techokami
L1113[12:04:06] <Techokami> ahoy
L1114[12:04:07] <Techokami> sup
L1115[12:04:15] <Caitlyn> nm.. hows it goin
L1116[12:04:40] ⇦ Quits: CoolSquid (~CoolSquid@ti0011a400-5117.bb.online.no) (Ping timeout: 189 seconds)
L1117[12:08:19] <Lizzy> hmm, to buy this bass.....
L1118[12:08:37] <Caitlyn> Damn it Lizzy now I'm stuck on 90's music
L1119[12:08:47] <Lizzy> Caitlyn, :P
L1120[12:09:52] <Lizzy> Here, have some 80's music instead:
L1121[12:09:59] <Lizzy> fuck you clipboard
L1122[12:10:01] <Lizzy> hold on
L1123[12:10:11] <Lizzy> https://www.youtube.com/watch?v=7mHe6FMs46o
L1124[12:10:11] -Kibibyte- [Lizzy] Iron Maiden - The Number of the Beast | by mateusz2302 | 4m49s | 405w4d ago | 15,468,775 views | Rated: 4.90/5.00
L1125[12:11:02] *** g is now known as gAway2002
L1126[12:11:47] ⇦ Quits: EEVV (webchat@th-186-47.splius.lt) (Ping timeout: 186 seconds)
L1127[12:12:08] <Wuerfel_21> Caitlyn, this will make you not want to hear music for a few hours: https://www.youtube.com/watch?v=HVuh8lF1sLg
L1128[12:12:08] -Kibibyte- [Wuerfel_21] extrem nervige Musik | by pgr456 | 3m23s | 312w6d ago | 195,867 views | Rated: 4.52/5.00
L1129[12:12:17] <Caitlyn> I'm good thanks
L1130[12:12:33] <Lizzy> http://www.amazon.co.uk/dp/B005HXM030/ref=wl_it_dp_o_pC_S_img?_encoding=UTF8&colid=ZE99PBARW7EX&coliid=I2MQPHBMGMGXE to buy or not to buy
L1131[12:12:58] <Lizzy> seeing as my current bass rattles/vibrates when played which is really offputting
L1132[12:13:25] <Inari> Wuerfel_21: https://dl.dropboxusercontent.com/u/18783800/Randomize12.wav ?
L1133[12:13:34] <Lizzy> Caitlyn, or have an upbeat song from 2012 https://www.youtube.com/watch?v=UWT6PmjcbOs
L1134[12:13:34] -Kibibyte- [Lizzy] Green Day - Fuck Time | by theycallmemusicman | 2m46s | 119w2d ago | 60,983 views | Rated: 4.89/5.00
L1135[12:13:37] <Lizzy> :P
L1136[12:13:43] <Caitlyn> Naomi has a bass... I had a Fender Strat.. but my grandpa took it back.. :/
L1137[12:13:48] ⇨ Joins: Guest91240 (~Victoriou@37.187.216.30)
L1138[12:14:04] ⇨ Joins: Thog (~Thog@37.187.216.30)
L1139[12:14:12] <Caitlyn> Here you can have this... 2 years later: Naaaah.
L1140[12:14:17] <Lizzy> Naomi..? Is she your wifey or a friend? (i'm terrible with new names)
L1141[12:14:23] <Caitlyn> Wife
L1142[12:14:26] <Lizzy> ah
L1143[12:14:27] <Inari> https://www.youtube.com/watch?v=YnheOlgK5uo ~
L1144[12:14:27] -Kibibyte- [Inari] Kongou Pak ~ 15 minutes | by xzbaka | 14m53s | 62w2d ago | 88,112 views | Rated: 4.98/5.00
L1145[12:14:34] ⇦ Quits: CompanionCube (~samis@95f15e55.skybroadband.com) (Ping timeout: 189 seconds)
L1146[12:14:38] * Caitlyn points at Naomi in the nicklist :P
L1147[12:14:42] <Caitlyn> She's AFK atm though
L1148[12:14:44] <Caitlyn> so..
L1149[12:14:51] * Lizzy looks at Naomi
L1150[12:15:12] * Lizzy hugs Naomi & Caitlyn then goes back to what she was doing
L1151[12:15:13] * PotatoTrumpet look at Lizzy
L1152[12:15:19] <Lizzy> wait, what was i doing?
L1153[12:15:19] ⇨ Joins: CompanionCube (~samis@95f1bdf5.skybroadband.com)
L1154[12:15:24] * Lizzy punches PotatoTrumpet
L1155[12:15:25] <Caitlyn> Buying a bass
L1156[12:15:34] <Lizzy> Ah! yes, thank you Caitlyn
L1157[12:17:42] *** prasselpikachu is now known as prassel|off
L1158[12:17:50] <Lizzy> eh, fuck it. added it to my basket along with a case for it. gonna also look for another monitor
L1159[12:19:19] <Caitlyn> \o/
L1160[12:19:41] *** prassel|off is now known as prasselpikachu
L1161[12:21:46] *** prasselpikachu is now known as prassel|off
L1162[12:21:52] <Inari> https://www.youtube.com/watch?v=iMNSI5_XFPM&feature=related ~ <3
L1163[12:21:52] -Kibibyte- [Inari] 【Angel beats】ユイにゃんのテストコース【チョコボレーシング】 | by kuroaki2 | 44s | 249w2d ago | 48,814 views | Rated: 4.91/5.00
L1164[12:28:44] <Lizzy> http://i.imgur.com/OqQPYSp.png?2 *clicks buy*
L1165[12:29:20] *** prassel|off is now known as prasselpikachu
L1166[12:38:51] <Caitlyn> can't find my 3ds charger :/
L1167[12:39:52] <Caitlyn> \o/ Stole Naomi's
L1168[12:46:43] ⇦ Quits: CoolSquid_ (~CoolSquid@ti0011a400-5117.bb.online.no) (Quit: Leaving)
L1169[12:48:23] *** Guest91240 is now known as Vic
L1170[12:51:36] <Wuerfel_21> so thats a fancy model: http://imgur.com/heTYWNn,GWv1RqV#0
L1171[12:52:47] <dangranos> bye
L1172[12:59:17] <Sangar> o/
L1173[13:00:11] <Sangar> PotatoTrumpet, yup, updating the wiki would be great >_>
L1174[13:00:44] <Sangar> Caitlyn / dangranos, ahhh, derp. fixed the mail settings for the forums after the move but forgot the wiki. will fix asap, thanks.
L1175[13:04:02] <Wuerfel_21> o/
L1176[13:04:45] <Sangar> wiki mail should be fixed... now if i'd find a way to test it... :X
L1177[13:05:20] <Caitlyn> o/ ds84182
L1178[13:05:24] <Blykrym> hai
L1179[13:05:30] <Lumien> Sangar is the api functional in 1.8?
L1180[13:05:52] <Sangar> Lumien, oc's? functional=stable? yes.
L1181[13:06:05] <Lumien> functional as in i can add a component :P
L1182[13:06:10] <Sangar> yep
L1183[13:06:37] <Sangar> and it's mostly the same as in 1.7.10, pretty much except for ForgeDirection -> EnumFacing
L1184[13:06:38] <Lumien> ok, i don't have to directly extend TileEntity right? It just has to be a child class of TileEntity?
L1185[13:07:07] <Sangar> for SimpleComponent? yes. the class just has to have TileEntity as parent somewhere in the hierarchy
L1186[13:07:11] <Sangar> err, ancestor
L1187[13:07:20] <Lumien> hmm ok
L1188[13:07:25] <Lumien> will continue searching for my mistake then :P
L1189[13:07:33] <Lumien> cables connect to components right?
L1190[13:07:34] <Sangar> what's not working?
L1191[13:07:51] <Lumien> it just doesn't seem to be registered as a component
L1192[13:08:06] <Sangar> have you read https://github.com/MightyPirates/OpenComputers#in-your-own-mod that part?
L1193[13:08:19] <Sangar> in particular about the :dev vs :api / vm option?
L1194[13:09:00] <Sangar> cuz SimpleComponent needs oc's class transformer to run, otherwise the interface does nothing
L1195[13:09:06] <Lumien> i only have the api in my workspace and put the dev version in my mods folder
L1196[13:09:31] <Sangar> hrm, that should work then
L1197[13:09:50] <Sangar> check your log, see if oc logs anything about injecting component logic into your class
L1198[13:10:01] <Lumien> i'll look into it again later, have to afk right now
L1199[13:10:02] <Lumien> thanks :)
L1200[13:10:08] <Sangar> sure thing :)
L1201[13:10:19] <meto> Sangar: hi
L1202[13:11:47] <Sangar> heythere
L1203[13:14:39] *** rakiru|offline is now known as Kasen
L1204[13:18:14] <Wuerfel_21> Sangar, screens should have a model
L1205[13:19:16] <Sangar> nah
L1206[13:19:32] <Sangar> multiblocking them is painful enough as is :P
L1207[13:19:41] <Sangar> also i like to keep things blocky
L1208[13:19:44] <Sangar> fits better in mc
L1209[13:20:52] <Wuerfel_21> i mean they should be like slabs, with a little bit on the back, like a real screen is a bit thinner on the back side... *pulls out camera*
L1210[13:21:17] <meto> https://www.youtube.com/watch?v=2ozhICdytZU
L1211[13:21:17] -Kibibyte- [meto] X-Ray - Ride | by reclusivelemming | 2m34s | 157w6d ago | 1,157 views | Rated: 5.00/5.00
L1212[13:25:37] <Wuerfel_21> Sangar, http://imgur.com/s4csVge
L1213[13:25:39] <meto> hmm
L1214[13:25:50] <Wuerfel_21> its a bit thinner on the rear side
L1215[13:31:22] <meto> https://www.youtube.com/watch?v=BoJSCc7rLUo
L1216[13:31:22] -Kibibyte- [meto] X-Ray - Gray set willy | by reclusivelemming | 1m57s | 157w3d ago | 373 views | Rated: 5.00/5.00
L1217[13:34:01] ⇨ Joins: CoolSquid (~CoolSquid@ti0011a400-5117.bb.online.no)
L1218[13:45:07] ⇨ Joins: ICWiener (~DFrostedW@5.231.51.220)
L1219[13:46:34] *** Cruor is now known as Cruor|Away
L1220[13:56:10] *** meto is now known as mert
L1221[13:56:25] *** mert is now known as meto
L1222[14:07:29] <Nentify> Is it possible to have a robot left click a block without breaking it?
L1223[14:14:39] ⇦ Quits: prasselpikachu (~Prassel@5.231.51.109) (Ping timeout: 378 seconds)
L1224[14:16:16] ⇨ Joins: prasselpikachu (~Prassel@5.231.51.109)
L1225[14:16:36] *** prasselpikachu is now known as prassel|off
L1226[14:18:46] ⇨ Joins: Rapthera (~Rapthera@109.134.200.16)
L1227[14:21:00] <SuPeRMiNoR2> RATATAT!
L1228[14:28:51] ⇦ Quits: prassel|off (~Prassel@5.231.51.109) (Ping timeout: 192 seconds)
L1229[14:30:14] <ping> .w robo
L1230[14:30:15] <^v> ping, Not found. did you want "robot api"?
L1231[14:30:16] <ping> .w robot
L1232[14:30:16] <^v> ping, http://ocd.cil.li/api:robot
L1233[14:31:13] ⇨ Joins: prasselpikachu (~Prassel@5.231.51.109)
L1234[14:41:07] <meto> bbl
L1235[14:41:30] <meto> ping: whats the e number of Monosodium glutamate?
L1236[14:41:53] ⇨ Joins: Kodos (~Kodos@2602:306:ce20:6c30:6966:2a00:5147:83d2)
L1237[14:41:53] zsh sets mode: +v on Kodos
L1238[14:42:01] <ping> meto, idk but MSG is tasty af
L1239[14:45:17] ⇦ Quits: prasselpikachu (~Prassel@5.231.51.109) (Ping timeout: 192 seconds)
L1240[14:46:23] ⇨ Joins: prasselpikachu (~Prassel@5.231.51.109)
L1241[14:48:20] *** gAway2002 is now known as g
L1242[14:58:53] <Wuerfel_21> wow, i think i found the holy-wall-of-nonsense-text-which-could-have-been-like-30-lines-or-so-but-is-like-150: http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/mods-discussion/1391362-the-modders-union-partners-with-the-tau
L1243[15:08:50] <Vexatos> In case anyone is bored: http://www.twitch.tv/asiekierka
L1244[15:13:55] ⇦ Quits: nxsupert (~nxsupert@host109-148-112-127.range109-148.btcentralplus.com) (Remote host closed the connection)
L1245[15:15:47] *** g is now known as gAway2002
L1246[15:24:01] *** prasselpikachu is now known as prassel|off
L1247[15:29:29] ⇦ Quits: Negi|2 (~Poireau@41.21.90.92.rev.sfr.net) (Quit: Tout est relatif.)
L1248[15:29:40] ⇨ Joins: Negi (~Poireau@2a01:e35:2f6a:7060:d972:f636:42dd:4b4)
L1249[15:31:17] *** prassel|off is now known as prasselpikachu
L1250[15:33:02] <Lumien> Sangar found the problem with my component :P, i have readFromNBT as final in my te super class
L1251[15:34:07] <Wuerfel_21> Lumien, wtf? methods can be final?
L1252[15:34:17] <Lumien> �hhm
L1253[15:34:18] <Lumien> yes
L1254[15:34:38] <Lumien> you can't override final methods in child classes
L1255[15:35:10] <Wuerfel_21> most stupid thing i ever heard of
L1256[15:36:35] <Kodos> If I'm making a function that just bundles two or three functions together into one, I can just use 'return end' to finish the function, rather than needing it to return something, right?
L1257[15:36:59] <Lizzy> yes
L1258[15:37:02] <Kodos> Neat
L1259[15:38:09] *** Cruor|Away is now known as Cruor
L1260[15:47:31] *** gAway2002 is now known as g
L1261[15:48:52] *** prasselpikachu is now known as prassel|off
L1262[15:53:58] ⇦ Quits: SuPeRMiNoR2 (~SuPeR@adam.superminor2.net) (*.net *.split)
L1263[15:54:00] <^v> Oh noes! brutus split 3:
L1264[15:55:28] ⇨ Joins: SuPeRMiNoR2 (~SuPeR@adam.superminor2.net)
L1265[15:55:28] zsh sets mode: +v on SuPeRMiNoR2
L1266[15:57:36] <Wuerfel_21> a micro netsplit!
L1267[15:58:05] ⇦ Quits: CompanionCube (~samis@95f1bdf5.skybroadband.com) (Remote host closed the connection)
L1268[16:01:23] ⇦ Quits: CoolSquid (~CoolSquid@ti0011a400-5117.bb.online.no) (Read error: Connection reset by peer)
L1269[16:01:40] ⇨ Joins: CoolSquid (~CoolSquid@ti0011a400-5117.bb.online.no)
L1270[16:02:15] ⇨ Joins: TabletCube (~TCube@95f1bdf5.skybroadband.com)
L1271[16:05:24] <Blykrym> ♪
L1272[16:05:32] <Skye> Blykrym, wat
L1273[16:06:02] <Blykrym> ű
L1274[16:06:07] <Blykrym> Г
L1275[16:06:09] <Skye> ¬_¬
L1276[16:06:23] ⇨ Joins: nxsupert (~nxsupert@host109-148-112-127.range109-148.btcentralplus.com)
L1277[16:06:31] <Blykrym> º¯º
L1278[16:06:37] *** Kamran is now known as Nope
L1279[16:06:48] *** Nope is now known as Kamran
L1280[16:09:21] *** prassel|off is now known as prasselpikachu
L1281[16:12:09] <meto> ping: you were supposed to look it up ¬_¬
L1282[16:12:25] <ping> meto, what
L1283[16:12:44] <Blykrym> matemeto
L1284[16:12:52] <Blykrym> .aeiou meto
L1285[16:12:52] <^v> Blykrym, mitu
L1286[16:13:13] <meto> Blykrym: ( ͡ʖ ͜° ͡ʖ)
L1287[16:13:26] <Blykrym> metomitumotamutemati
L1288[16:13:33] <Blykrym> >mute
L1289[16:13:39] <Blykrym> meto: ew
L1290[16:13:55] <Blykrym> .pipe aeiou pikachu | aeiou
L1291[16:13:55] <^v> Blykrym, pukiche
L1292[16:14:02] <Blykrym> pukiche
L1293[16:14:05] <meto> lololol
L1294[16:14:13] <Blykrym> .pipe aeiou Bulbasuar | aeiou
L1295[16:14:14] <^v> Blykrym, Belbiseir
L1296[16:14:26] <Blykrym> .pipe aeiou Marshtomp | aeiou
L1297[16:14:26] <^v> Blykrym, Mirshtamp
L1298[16:14:35] <Blykrym> .pipe aeiou Yveltal | aeiou
L1299[16:14:35] <^v> Blykrym, Yvoltil
L1300[16:14:39] <Blykrym> booooring
L1301[16:15:00] <Blykrym> .pipe aeiou My shiny Pikachu is way better than your Caterpie! | aeiou
L1302[16:15:00] <^v> Blykrym, My shuny Pukiche us wiy bottor thin yaer Citorpuo!
L1303[16:18:24] <meto> .aeiou Don't worry! The man in the closet can't hurt you anymore. Everything's ... okay ....
L1304[16:18:24] <^v> meto, Dun't wurry! Thi men on thi clusit cen't hart yua enymuri. Ivirythong's ... ukey ....
L1305[16:18:30] ⇦ Quits: Hobbyboy (Hobbyboy@hobbyboy.co.uk) (Quit: I think the BNC broke.)
L1306[16:18:36] <meto> .pipe aeiou Don't worry! The man in the closet can't hurt you anymore. Everything's ... okay .... | aeiou
L1307[16:18:36] <^v> meto, Dan't warry! Tho min un tho clasot cin't hert yae inymaro. Ovorythung's ... akiy ....
L1308[16:18:44] <Blykrym> >Dant
L1309[16:19:13] <meto> Blykrym: aeiou | aeiou == simpledrunk
L1310[16:19:34] <Blykrym> 2 simple 4 me
L1311[16:19:42] <meto> 2242
L1312[16:19:51] <Blykrym> 84182
L1313[16:19:55] <meto> :O
L1314[16:20:00] <meto> Blykrym: hey
L1315[16:20:04] <Blykrym> hi
L1316[16:20:24] <meto> Blykrym: so i want to use Future Lib's timer routines but using the sound routine causes the timers to break
L1317[16:20:42] <Blykrym> So, fix it? Maybe?
L1318[16:20:59] <meto> i ended up having to stop the timers, play the sound on infinite duration, manually wait using the low precision timer, stop the sound, and restart the timers
L1319[16:21:15] <Blykrym> eww
L1320[16:21:50] ⇨ Joins: Hobbyboy (Hobbyboy@hobbyboy.co.uk)
L1321[16:22:03] <meto> Blykrym: you know whats eww?
L1322[16:22:07] <Blykrym> I'm going to go compile some binaries for my phone so I can throw them at it
L1323[16:22:10] <Blykrym> meto: wat?
L1324[16:22:11] <meto> server assisted aimbots
L1325[16:22:17] <Blykrym> wat
L1326[16:22:21] <Blykrym> dats bad yo
L1327[16:22:25] <meto> the server gives everyone aimbots
L1328[16:22:32] <meto> and since everyone has it
L1329[16:22:34] <Blykrym> very bad
L1330[16:22:35] <meto> still fair game
L1331[16:22:40] <Blykrym> oh
L1332[16:22:41] <Blykrym> wow
L1333[16:24:11] <meto> but basically, whenever A would fire, B (nearest person to A) would die, and everyone on the server gets an update packet that makes A look at where B was
L1334[16:24:34] <meto> but for everyone
L1335[16:25:08] <Blykrym> lol
L1336[16:25:18] * Blykrym adds that to minecraft
L1337[16:25:19] <meto> because of the way packets get processed, sometimes two people may lock on to eachother and kill both
L1338[16:25:25] <Blykrym> LOL
L1339[16:25:53] <Blykrym> meto: you should totally get a bouncer from cait ( ͡^ ͜ʖ ͡^)
L1340[16:26:10] <meto> i use too many of Cait's services though
L1341[16:26:13] <Blykrym> They don't go down randomly without much explanation like PanicBNC
L1342[16:26:25] <meto> Blykrym: i get an explanation ...
L1343[16:26:32] <meto> after the matter but you know.
L1344[16:26:37] <Blykrym> it's always DDOS
L1345[16:26:42] <meto> exactly
L1346[16:26:53] <Blykrym> such annoy
L1347[16:27:01] <meto> not for me
L1348[16:27:10] <meto> Blykrym: also yes, add server assister aurakill
L1349[16:27:13] <meto> for minecraft
L1350[16:27:18] <Blykrym> I wil
L1351[16:27:23] <Blykrym> I'll make it in Vanilla
L1352[16:27:29] <Blykrym> lets see what command blocks can do ( ͡^ ͜ʖ ͡^)
L1353[16:27:31] <meto> lol, with 1.8 command blocks?
L1354[16:27:34] <Blykrym> yep
L1355[16:30:26] <Blykrym> I atleast know some redstone :P
L1356[16:31:09] <Blykrym> hopefully there is a village I can test on
L1357[16:32:40] ⇦ Quits: marcin212 (~marcin212@abhh242.neoplus.adsl.tpnet.pl) (Quit: Leaving)
L1358[16:34:24] <Skye> .p
L1359[16:34:25] <^v> Ping reply from Skye 0.5s
L1360[16:34:28] <Skye> O_O
L1361[16:34:29] <Skye> .p
L1362[16:34:29] <Blykrym> k, I can make the player point
L1363[16:34:30] <^v> Ping reply from Skye 1.25s
L1364[16:34:35] <Caitlyn> %p
L1365[16:34:36] <Skye> O_O
L1366[16:34:36] <Caitlyn> .p
L1367[16:34:36] <^v> Ping reply from Caitlyn 0.41s
L1368[16:34:37] <MichiBot> Ping reply from Caitlyn 0.45s
L1369[16:34:42] <Skye> Something is killing my Ping
L1370[16:34:44] <Skye> %p
L1371[16:34:46] <MichiBot> Ping reply from Skye 0.99s
L1372[16:35:03] <Skye> #p
L1373[16:35:03] <|0xDEADBEEF|> > 0.444 Seconds passed.
L1374[16:35:52] <Skye> #p
L1375[16:35:53] <|0xDEADBEEF|> > 0.629 Seconds passed.
L1376[16:35:57] <Skye> .p
L1377[16:35:57] <^v> Ping reply from Skye 0.45s
L1378[16:35:58] <Skye> %p
L1379[16:35:59] <MichiBot> Ping reply from Skye 0.31s
L1380[16:36:03] <Skye> I'll stop now
L1381[16:37:57] <bananagram> .p
L1382[16:38:00] <^v> Ping reply from bananagram 2.34s
L1383[16:41:56] ⇦ Quits: Vexatos (~Vexatos@p200300556E1FAD26F032937D3B2926F0.dip0.t-ipconnect.de) (Quit: I guess I have to go now. Bye ✔)
L1384[16:42:08] <PotatoTrumpet> :/
L1385[16:42:55] <Wuerfel_21> lag intensivies
L1386[16:46:26] <Lizzy> %p
L1387[16:46:28] <MichiBot> Ping reply from Lizzy 0.36s
L1388[16:49:58] ⇨ Joins: tattyseal (~tattyseal@2.25.3.39)
L1389[16:53:15] ⇦ Parts: tattyseal (~tattyseal@2.25.3.39) ())
L1390[16:54:29] ⇦ Quits: Negi (~Poireau@2a01:e35:2f6a:7060:d972:f636:42dd:4b4) (Ping timeout: 192 seconds)
L1391[16:54:45] ⇨ Joins: Negi (~Poireau@mcl71-1-82-246-167-6.fbx.proxad.net)
L1392[16:55:46] <PotatoTrumpet> %p
L1393[16:55:47] <MichiBot> Ping reply from PotatoTrumpet 0.11s
L1394[16:55:54] <PotatoTrumpet> .p
L1395[16:55:54] <^v> Ping reply from PotatoTrumpet 0.51s
L1396[16:59:20] ⇦ Quits: CoolSquid (~CoolSquid@ti0011a400-5117.bb.online.no) (Quit: Leaving)
L1397[17:04:36] *** AtomSponge is now known as AtomSponge|away
L1398[17:06:16] <PotatoTrumpet> Sangar, would we ever be able to allocate/free memory?
L1399[17:12:26] <ping> PotatoTrumpet, byte arrays...
L1400[17:16:12] <Sangar> and custom architectures :P
L1401[17:17:44] <meto> Sangar: is it possible to catch out of memory errors?
L1402[17:18:11] <Sangar> theoretically
L1403[17:18:37] <Sangar> the emergency gc in lua doesn't seem to be all that great in my experience, though, so the handler will probably error again :P
L1404[17:19:32] ⇦ Quits: nxsupert (~nxsupert@host109-148-112-127.range109-148.btcentralplus.com) ()
L1405[17:21:20] *** Riking is now known as Riking|away
L1406[17:24:44] ⇦ Quits: asie (~asie@078088168214.elblag.vectranet.pl) (Killed (NickServ (GHOST command used by asie|tab!~asietab@apn-46-76-100-114.dynamic.gprs.plus.pl)))
L1407[17:24:58] <Blykrym> meto: I now have minecraft teleporting to the nearest entity and killing it when I run
L1408[17:25:00] <Blykrym> is gr8
L1409[17:25:09] <meto> lol
L1410[17:25:38] <meto> Blykrym: also do you happen to know how to use projection matrices to clip triangles?
L1411[17:25:38] <Blykrym> Thats how I killed a village
L1412[17:25:44] <Blykrym> meto: nope
L1413[17:25:49] <meto> darn
L1414[17:25:51] <Blykrym> actually
L1415[17:25:57] <Blykrym> try projecting the triangles to screen space
L1416[17:26:08] <Blykrym> and then you can do a simple check to see if they are on screen
L1417[17:26:14] <meto> no thats not the issue
L1418[17:26:23] <meto> the issue is that the actual projection fails if z is <= 0
L1419[17:26:35] <Blykrym> so check if z <= 0
L1420[17:26:37] <meto> if its 0 then division by zero, and if its < 0 it wraps around the screen
L1421[17:26:48] <meto> Blykrym: then this clips stuff that might actually be on the screen
L1422[17:26:59] <Blykrym> meto: the wii and gamecube already do that
L1423[17:27:01] <Blykrym> it's fine
L1424[17:27:05] <meto> wait they do?
L1425[17:27:07] <Blykrym> yep
L1426[17:27:10] <Blykrym> thats how they clip
L1427[17:27:17] <Blykrym> it's just tv overscan makes it offscreen
L1428[17:27:26] <meto> why doesn't dolphin do this then?
L1429[17:27:27] <meto> huh
L1430[17:27:31] <Blykrym> It does
L1431[17:27:37] <meto> why don't i see it then
L1432[17:27:43] <Blykrym> it's just adjusts for no overscan
L1433[17:28:09] <Blykrym> (actually, I may think dolphin devs decided not to)
L1434[17:28:23] <Blykrym> I'm not sure, but I know on actual hardware it has clipping like that
L1435[17:28:37] <meto> Blykrym: i would have thought the wii was using the fancy x,y,z,w stuff
L1436[17:28:56] <Blykrym> Nope, unless it does inside hardware
L1437[17:29:06] <Blykrym> you just send x,y,z to it and it renders
L1438[17:29:16] <meto> maybe
L1439[17:29:45] <meto> because iirc you just put w as 1 by default, pass it through the matrix, and then find where w is zero, clip the triangle, and then draw only that.
L1440[17:30:11] <Blykrym> The wii may do that on the underlying hardware
L1441[17:30:27] <Blykrym> but in software is a nope
L1442[17:30:42] <Blykrym> meto: what are you doing anyways
L1443[17:30:48] <meto> making a software renderer :P
L1444[17:31:06] <meto> well, a better than the previous one i made, at least.
L1445[17:31:08] <Blykrym> oh
L1446[17:31:17] <Blykrym> go look at dolphin source
L1447[17:31:20] <Blykrym> glhf
L1448[17:31:21] <Blykrym> hehe
L1449[17:31:28] <meto> haha, good one.
L1450[17:31:29] <Blykrym> or maybe Citra's
L1451[17:31:42] <Blykrym> yeah, Citra's, because it isn't as complex
L1452[17:32:00] <meto> but does it actually work is the question
L1453[17:32:31] <Blykrym> yes
L1454[17:32:39] <meto> ooh, Dolphin ClipTriangle()
L1455[17:33:49] <Blykrym> Oh yeah
L1456[17:33:56] <Blykrym> I was in the middle of watching Anchorman 2
L1457[17:33:59] * Blykrym gets phone
L1458[17:34:17] <PotatoTrumpet> Ok, I have ocdoc.cil.li/tutorial:oc1_basic_computer updated
L1459[17:41:45] <Sangar> such shaders
L1460[17:41:51] <Sangar> thanks!
L1461[17:41:57] <meto> Sangar: gpu's have shaders?
L1462[17:42:11] <Sangar> no, look at the new screenshots
L1463[17:46:22] ⇦ Quits: TabletCube (~TCube@95f1bdf5.skybroadband.com) (Remote host closed the connection)
L1464[17:51:02] *** Riking|away is now known as Riking
L1465[17:53:37] *** Wuerfel_21 is now known as Away_21
L1466[17:53:53] ⇦ Quits: sciguyryan (~sciguyrya@109-205-170-125.dynamic.swissvpn.net) ()
L1467[17:54:27] *** manmaed is now known as manmaed|AFK
L1468[17:58:00] <meto> Sangar: bad shaders look bad
L1469[17:58:27] <Sangar> mhmm
L1470[17:58:27] <meto> text projected from a screen should be white regardless of its surroundings
L1471[17:59:01] <meto> wait ...
L1472[17:59:07] <Sangar> yeah. tried a few things to get that working but couldn't so i decided screw shaders :P
L1473[17:59:21] <Sangar> which is part of why i don't use shaders >_>
L1474[17:59:25] <meto> Sangar: i thought bilinear filtering was enabled by default on the text
L1475[17:59:41] <Sangar> i don't think so?
L1476[17:59:46] <meto> like atleast for downscaling
L1477[18:01:09] ⇨ Joins: TabletCube (~TCube@95f1bdf5.skybroadband.com)
L1478[18:02:12] *** Skye is now known as Skye|ZZZ
L1479[18:03:12] <Blykrym> Sangar: linky to new screenshots?
L1480[18:03:41] <Sangar> Blykrym, <PotatoTrumpet> Ok, I have ocdoc.cil.li/tutorial:oc1_basic_computer updated
L1481[18:04:49] <PotatoTrumpet> Forgot I had shaders
L1482[18:04:51] <PotatoTrumpet> :/
L1483[18:05:04] <Blykrym> those shaders are eww
L1484[18:05:19] <PotatoTrumpet> Yah
L1485[18:05:23] <PotatoTrumpet> Don't know why I have it
L1486[18:05:26] <PotatoTrumpet> don't know what it is
L1487[18:05:30] <PotatoTrumpet> it's just "v4
L1488[18:05:31] <PotatoTrumpet> "
L1489[18:13:25] <meto> wolfram is great
L1490[18:13:51] <meto> its like, 4+4? well thats 8, but let me also tell you all the other representations of 8 and all the other things you can do with 4+4 and all the other ways to calculate 4+4
L1491[18:15:23] ⇦ Quits: Alissa (Alissa@vps.alissa.ml) (Quit: WeeChat 1.2-dev)
L1492[18:15:30] ⇨ Joins: Alissa (Alissa@vps.alissa.ml)
L1493[18:15:55] <meto> potato? well let me tell you every size of a potato along with all of its nutrition facts, molecules in a potato, ways to prepare and eat potatoes, uses for potatoes, varieties of potatoes, etc ...
L1494[18:16:08] <Roadcrosser> potato
L1495[18:21:39] *** Cruor is now known as Cruor|Away
L1496[18:24:58] * PotatoTrumpet is 5'4"
L1497[18:25:03] <PotatoTrumpet> jk
L1498[18:25:08] <PotatoTrumpet> more like 5'8"
L1499[18:29:19] <TabletCube> meto: wolfram is so fucking useful
L1500[18:29:46] * TabletCube prefers it over the built-in caclulator for math
L1501[18:32:46] <Sangar> i'm off o/
L1502[18:36:47] *** alekso56 is now known as alekso56_off
L1503[18:37:29] <PotatoTrumpet> RIP Sangar
L1504[18:37:38] <PotatoTrumpet> Best mod dev evah
L1505[18:40:35] <PotatoTrumpet> I should watch Frozen
L1506[18:41:55] <Blykrym> google + wolframalpha = skynet
L1507[18:42:12] <Blykrym> data + brain = ai
L1508[18:42:17] <Blykrym> oh gd
L1509[18:42:19] <Blykrym> *god
L1510[18:42:36] <Blykrym> if google ever buys or teams up with wolframalpha, it's the end of the world
L1511[18:42:38] <vifino> *Blykrym realising the obvious*
L1512[18:42:43] <Blykrym> sentient search results
L1513[18:43:11] <Blykrym> .p
L1514[18:43:12] <^v> Ping reply from Blykrym 0.56s
L1515[18:43:17] <TabletCube> y'know the company behind wolfram alpha do other things too
L1516[18:43:25] <Blykrym> O_O
L1517[18:43:46] <TabletCube> They have a cloud platform.
L1518[18:44:30] <Blykrym> O_O_O_O_O_O_O_O_O_O_O_O_O_O_O_O_O_O_O_O_O_O_O_O_O_O_O_O_O_O_O_O_O_O_O_O_O_O_O_O_O_O_O_O_O_O
L1519[18:44:55] <TabletCube> What? It's not a big deal
L1520[18:46:21] <ping> .p
L1521[18:46:21] <^v> Ping reply from ping 0.33s
L1522[18:46:21] <ping> .p
L1523[18:46:22] <ping> .p
L1524[18:46:22] <ping> .
L1525[18:46:22] <^v> Ping reply from ping 0.2s
L1526[18:46:25] <ping> ffemgajlrkngl;dfgndfl;
L1527[18:46:28] <ping> stop pinging ping
L1528[18:46:30] ⇦ Quits: ping (~notPing@pool-71-183-68-143.nycmny.fios.verizon.net) (Quit: http://i.imgur.com/Akc6r.gif)
L1529[18:46:40] <Blykrym> wtf
L1530[18:47:06] <TabletCube> Want a link to their cloud platform?
L1531[18:47:11] <TabletCube> There's a free plan
L1532[18:47:24] ⇦ Quits: Mirodin (~quassel@2a02:810d:12c0:1878:f4fd:5d82:e734:b0bb) (Remote host closed the connection)
L1533[18:47:33] <vifino> TabletCube: I do.
L1534[18:48:03] <TabletCube> http://www.wolfram.com/programming-cloud/
L1535[18:48:37] *** g is now known as gAway2002
L1536[18:49:28] *** kirby|away is now known as mrkirby153
L1537[18:51:14] <TabletCube> Blykrym: http://www.wolfram.com/products/?source=nav is everything they make
L1538[18:58:27] ⇦ Quits: MrRatermat (ratermat@host81-158-132-107.range81-158.btcentralplus.com) (Ping timeout: 378 seconds)
L1539[19:01:51] *** Daiyousei is now known as SleepingFairy
L1540[19:14:52] ⇨ Joins: Doty1154 (~doty1154@50.136.193.35)
L1541[19:20:38] *** Magik6k is now known as Magik6k|off
L1542[19:28:20] <bananagram> .p
L1543[19:28:23] <^v> Ping reply from bananagram 2.66s
L1544[19:28:32] <bananagram> man
L1545[19:35:37] ⇦ Quits: Negi (~Poireau@mcl71-1-82-246-167-6.fbx.proxad.net) (Quit: Tout est relatif.)
L1546[19:38:17] ⇨ Joins: Amelorate (webchat@cpe-76-188-216-98.neo.res.rr.com)
L1547[19:41:55] ⇦ Quits: Amelorate (webchat@cpe-76-188-216-98.neo.res.rr.com) (Ping timeout: 186 seconds)
L1548[19:45:16] <meto> "Alcohol is good for you in consumption of never"
L1549[19:55:24] <PotatoTrumpet> That's what she said
L1550[20:00:44] <meto> Blykrym: http://imgur.com/dJFgAit,igircpF,Yp24qW4,KXIyVYu
L1551[20:01:30] <Blykrym> hai
L1552[20:02:24] <Blykrym> meto: looks good
L1553[20:02:52] <Blykrym> now, what happens with screen corners?
L1554[20:03:05] <meto> different problem.
L1555[20:03:48] <Blykrym> maybe run the subdivision code multiple times for the triangles it generates until it's good?
L1556[20:04:05] <Blykrym> so you would continue to process each screen corner seperately
L1557[20:04:23] <meto> Blykrym: imagine those are 3d triangles
L1558[20:04:31] <meto> the only limiting factory is z <= 0
L1559[20:04:33] <Blykrym> so like, do clipping for the bottom of the screen, then do clipping for the right side
L1560[20:04:48] <Blykrym> meto: you do clipping after you rasterize them to 2d
L1561[20:04:54] <meto> no ...
L1562[20:05:04] <Blykrym> well not rasterize
L1563[20:05:12] <Blykrym> but after you project them to 2d
L1564[20:05:15] <meto> no.
L1565[20:05:28] <Blykrym> then how the fuck do are you doing to do anything
L1566[20:05:37] <meto> double clip
L1567[20:05:47] <Blykrym> If you don't know where it is on the screen then you can't clip anything dammit
L1568[20:06:03] <meto> Blykrym: that clipping part is to prevent z <= 0
L1569[20:06:17] <meto> you do another clipping afterwards to not render off screen triangles
L1570[20:06:32] <Blykrym> then why not check if z <= 0 and round torwards infinity in the direction the triangle is going
L1571[20:07:01] <meto> because we have three points to a triangle
L1572[20:07:09] <meto> any of them could be z <= 0
L1573[20:07:29] <Blykrym> so like if vertex a and b had zs of 1 and c had a z of zero, just make c go torwards infinity in the closest screen edge
L1574[20:07:37] <meto> no thats bad.
L1575[20:07:54] <Blykrym> well then what the fuck do you want to do, hotshot
L1576[20:07:59] <meto> exactly what i showed you
L1577[20:08:04] <meto> which i implemented and it works
L1578[20:08:14] <Blykrym> fuckit
L1579[20:08:20] <Blykrym> Then why the hell show me
L1580[20:08:24] <Blykrym> I don't really give a shit
L1581[20:08:27] <Blykrym> not a single one
L1582[20:10:17] <Blykrym> wanna throw images at me without fucking context just to throw the fucking context at me later like what the shit
L1583[20:10:36] <Blykrym> i would of loved to know what the fuck you were doing
L1584[20:10:48] <meto> 3d clipping
L1585[20:11:12] <Blykrym> because screen corners are in 2d, so how the fuck are you going to manage to clip shit with 2d screen corners in fucking 3d without projecting them
L1586[20:11:17] <Blykrym> and are you using a projection matrix
L1587[20:11:22] <Blykrym> if not, then thats your problem.
L1588[20:11:46] <Blykrym> lemme guess
L1589[20:11:48] <Blykrym> x = x/z
L1590[20:11:51] <Blykrym> y = y/z
L1591[20:12:00] <meto> the same issue applies even if you are using w
L1592[20:12:14] <Blykrym> you don't even need a bloody w
L1593[20:12:51] <meto> then how do you plan on doing the division to put them in 2d coords
L1594[20:13:01] <Blykrym> you dont.
L1595[20:13:08] <meto> then you are useless
L1596[20:13:21] <Blykrym> go fuck yourself then
L1597[20:13:38] <Blykrym> come on, you got a dick and an anus. use it to pleasure yourself.
L1598[20:15:57] *** Keridos is now known as Keridos_off
L1599[20:26:44] <Kodos> !rules
L1600[20:26:48] <Kodos> Meh
L1601[20:26:54] <Kodos> Lizzy, where you at
L1602[20:27:14] <SuPeRMiNoR2> sleeping
L1603[20:27:29] <Caitlyn> What the shit is going on?
L1604[20:27:38] <Kodos> I need the thing to make !rules work for me
L1605[20:27:54] <Caitlyn> we have a !rules?
L1606[20:28:10] <Kodos> It only works for Liz I think
L1607[20:28:17] <Caitlyn> Anyway, question stands: What the shit is going on..
L1608[20:28:25] <meto> 3d software renderer
L1609[20:30:46] <Kodos> No idea, I just saw Blykrym not being very nice
L1610[20:31:45] <Caitlyn> Gamax and ds84182 go at this quiet often, I think they like it.. :P
L1611[20:34:08] <meto> dat moment when you typo ls as lsd
L1612[20:35:14] <meto> STRTMR# = TIMER
L1613[20:35:16] <meto> DO
L1614[20:35:19] <meto> SOUND 200, 0.03
L1615[20:35:21] <meto> SOUND 300, 0.03
L1616[20:35:29] <meto> LOOP UNTIL TIMER - STRTMR# >= 0.5
L1617[20:38:54] <Blykrym> Sometimes I just want to strangle everyone.
L1618[20:38:58] <Blykrym> Like right now.
L1619[20:39:02] * Blykrym strangles meto.
L1620[20:39:12] <meto> good for u
L1621[20:39:18] <Blykrym> Kodos: does this cloth smell like cloriform?
L1622[20:39:24] * Blykrym strangles Kodos
L1623[20:39:32] <meto> i think Blykrym is broken
L1624[20:39:33] <Kodos> Caitlyn, can I smack him please :3
L1625[20:39:59] <Blykrym> I perfer to be smacked in the expansion port.
L1626[20:40:08] <Blykrym> wait
L1627[20:40:11] <Blykrym> not in, but on
L1628[20:40:11] <Kodos> 4. Have courtesy to others in the channel.
L1629[20:40:23] <Blykrym> oh no. rules
L1630[20:40:38] <Kodos> Caitlyn, First offense = 24h ban. plzfixkthx
L1631[20:41:04] <Blykrym> Heu
L1632[20:41:11] * TabletCube plugs a virused USB into Blykrym's expansion port
L1633[20:41:31] <Caitlyn> Blykrym, ¬_¬
L1634[20:41:33] <Blykrym> oh no
L1635[20:41:35] <Caitlyn> Really?
L1636[20:41:37] <Blykrym> whatever will I do
L1637[20:41:48] <Kodos> Oh
L1638[20:41:49] <Kodos> Derp
L1639[20:41:51] <Kodos> Bly is ds
L1640[20:41:51] * Blykrym drowns TabletCube in a river.
L1641[20:42:01] <Kodos> That explains a lot
L1642[20:42:02] <Blykrym> yes
L1643[20:42:06] <Blykrym> ds84182 is me
L1644[20:42:07] * TabletCube has waterproof casing
L1645[20:42:17] <Blykrym> you can tell because I was able to type the last digits
L1646[20:42:46] <meto> yay, my mc mod actually works.
L1647[20:43:20] <Caitlyn> Blykrym, seriously though, tone it down a tad.
L1648[20:43:30] * Blykrym finds his tone settings.
L1649[20:43:39] * Blykrym moves the slider down a tad.
L1650[20:43:41] <Blykrym> done
L1651[20:49:54] ⇦ Quits: TabletCube (~TCube@95f1bdf5.skybroadband.com) (Remote host closed the connection)
L1652[20:50:16] ⇨ Joins: TabletCube (~TCube@95f1bdf5.skybroadband.com)
L1653[20:54:52] ⇨ Joins: orthoplex64_2 (~orthoplex@cpe-68-206-247-199.satx.res.rr.com)
L1654[20:57:30] ⇦ Quits: TabletCube (~TCube@95f1bdf5.skybroadband.com) (Remote host closed the connection)
L1655[20:57:37] ⇨ Joins: TabletCube (~TCube@95f1bdf5.skybroadband.com)
L1656[21:00:33] ⇦ Quits: orthoplex64 (~orthoplex@cpe-68-206-247-199.satx.res.rr.com) (Ping timeout: 378 seconds)
L1657[21:16:17] *** prasselpikachu is now known as prassel|off
L1658[21:22:33] ⇦ Quits: Inari (~Uni@p5493419B.dip0.t-ipconnect.de) (Ping timeout: 378 seconds)
L1659[21:26:39] <meto> Caitlyn: ( ͡ʖ ͜° ͡ʖ)
L1660[21:50:30] *** Techokami is now known as Techokami|Off
L1661[21:52:50] <SuPeRMiNoR2> meto: meto
L1662[21:53:36] <meto> SuPeRMiNoR2: stop tracking me, NSA
L1663[21:54:12] <SuPeRMiNoR2> damn, you found me out
L1664[21:55:02] <meto> https://www.youtube.com/watch?v=2ozhICdytZU
L1665[21:55:02] -Kibibyte- [meto] X-Ray - Ride | by reclusivelemming | 2m34s | 157w6d ago | 1,158 views | Rated: 5.00/5.00
L1666[22:01:34] <SuPeRMiNoR2> https://www.youtube.com/watch?v=OK4fJhbRL1g
L1667[22:01:34] -Kibibyte- [SuPeRMiNoR2] Fuck You - Lily Allen (Lyrics) | by queenbeelyrics | 3m39s | 303w4d ago | 15,349,73 views | Rated: 4.83/5.00
L1668[22:27:07] <Blykrym> .p
L1669[22:27:08] <^v> Ping reply from Blykrym 0.77s
L1670[22:27:16] <Blykrym> .p
L1671[22:27:16] <^v> Ping reply from Blykrym 0.38s
L1672[22:27:18] <Blykrym> wat
L1673[22:29:17] <PotatoTrumpet> .p
L1674[22:29:18] <^v> Ping reply from PotatoTrumpet 0.37s
L1675[22:29:40] ⇦ Quits: TabletCube (~TCube@95f1bdf5.skybroadband.com) (Remote host closed the connection)
L1676[22:31:39] ⇦ Quits: sirius_black (~sirius_bl@dhcp-089-098-003-029.chello.nl) (Ping timeout: 189 seconds)
L1677[22:44:07] ⇦ Quits: Lathanael|Away (~Lathanael@p54971FBC.dip0.t-ipconnect.de) (Ping timeout: 192 seconds)
L1678[22:48:12] ⇨ Joins: Lathanael|Away (~Lathanael@p54971D50.dip0.t-ipconnect.de)
L1679[23:11:11] <PotatoTrumpet> Send help. I've listened to let it go about 40 times
L1680[23:16:14] *** Kamran is now known as Ralynance
L1681[23:16:29] *** Ralynance is now known as Kamran
L1682[23:18:33] *** Kamran is now known as Ralynancebot
L1683[23:18:54] *** Ralynancebot is now known as Ralynance
L1684[23:20:02] *** Ralynance is now known as Kamran
L1685[23:21:43] <Izaya> PotatoTrumpet, https://www.youtube.com/watch?v=cTETpHmJZ0c&list=PL7RbPY1uXl5mONW2ogpSmWynPVChjzHl0&index=22
L1686[23:21:43] -Kibibyte- [Izaya] [Touhou][Request Week][6-1] Team No Relevance - Komeiji Records | by jamesl510 | 3m51s | 73w5d ago | 3,1 views | Rated: 5.00/5.00
L1687[23:49:26] ⇨ Joins: Solarstrike (~Solarstri@71.21.85.124)
L1688[23:52:31] ⇨ Joins: SpiritedDusty (~SpiritedD@24-205-168-36.dhcp.wsco.ca.charter.com)
L1689[23:52:32] zsh sets mode: +o on SpiritedDusty
L1690[23:58:06] *** mrkirby153 is now known as kirby|away
<<Prev Next>> Scroll to Top