<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:09:45] ⇦ Quits: benny__ (benny__!~ben_mkiv@88.130.156.225) (Ping timeout: 189 seconds)
L2[00:18:54] <CompanionCube> %tonk
L3[00:18:54] <MichiBot> Avada Kedavra! CompanionCube! You beat Forecaster's previous record of 6 hours, 20 minutes and 36 seconds (By 54 minutes and 35 seconds)! I hope you're happy!
L4[00:18:55] <MichiBot> CompanionCube's new record is 7 hours, 15 minutes and 11 seconds! CompanionCube also gained 0.00637 (0.00091 x 7) tonk points for stealing the tonk.
L5[01:57:12] ⇦ Quits: {Opsimath}Shawn ({Opsimath}Shawn!~shawn156@c-76-25-73-212.hsd1.co.comcast.net) (Read error: Connection reset by peer)
L6[02:09:47] ⇦ Quits: Thutmose (Thutmose!~Patrick@host-69-59-79-181.nctv.com) (Quit: Leaving.)
L7[02:36:18] ⇨ Joins: Inari (Inari!~Pinkishu@pD9E3870E.dip0.t-ipconnect.de)
L8[03:37:19] <Izaya> https://i.redd.it/xg5fx1j912o31.png
L9[03:43:02] <Bob> lmao
L10[03:46:53] <Forecaster> IT jokes
L11[04:12:35] ⇨ Joins: LeshaInc (LeshaInc!LeshaInc@fomalhaut.me)
L12[04:24:20] ⇨ Joins: Vexatos (Vexatos!~Vexatos@port-92-193-42-71.dynamic.qsc.de)
L13[04:24:21] zsh sets mode: +v on Vexatos
L14[04:29:55] <Inari> Heh
L15[04:30:10] <Inari> Thoguht thats FF8 for a moment. But seems like Shenmue or something?
L16[04:31:40] ⇦ Quits: LeshaInc (LeshaInc!LeshaInc@fomalhaut.me) (Quit: `)
L17[04:34:44] ⇨ Joins: LeshaInc (LeshaInc!LeshaInc@fomalhaut.me)
L18[06:08:49] <T-Dark> Do event listeners registered in rc scripts actually exist outside of rc scripts?
L19[06:15:43] <T-Dark> Message contained 4 or more newlines and was pastebined https://paste.pc-logix.com/fozovunuji
L20[06:19:51] <T-Dark> Some extra information: The lib required by the first callback (the one that fires on an "init" signal) does not actually appear in package.loaded
L21[06:20:18] <T-Dark> However, there is no /tmp/event.log
L22[06:51:03] ⇨ Joins: benny__ (benny__!~ben_mkiv@88.130.156.225)
L23[06:51:07] <AmandaC> @t-dark I think that init fires before rc scripts are started
L24[06:58:45] <T-Dark> According to this link, it does not, but that might explain it
L25[06:58:46] <T-Dark> https://github.com/MightyPirates/OpenComputers/issues/2787
L26[06:59:09] <MichiBot> Title: Unable to use Robot API at boot | Posted by: ATaciturnGamer | Posted: Tue Mar 20 02:05:37 CDT 2018 | Status: closed
L27[06:59:34] <T-Dark> If it indeed fires before rc scripts, is there a way to use the robot API in one of those scripts?
L28[06:59:56] <T-Dark> I mean, I guess I could do most things with the robot component, but I'd like to have the API too if at all possible
L29[07:01:30] <T-Dark> I could just use event.timer to wait something like 2 seconds before requiring the robot API. The boot sequence would probably be complete by then, but it feels like a horrible hack
L30[07:03:10] <T-Dark> For clarity: I just want to require a lib (that requires the robot API) automatically at boot. Is there a better way to do that?
L31[07:14:29] * Inari rubs fizzy cola powder into AmandaC's fur
L32[07:20:05] * AmandaC bites Inari, beams the powder into Inari's hair
L33[07:23:12] <Inari> Psh
L34[07:23:18] <Inari> %fling AmandaC
L35[07:23:18] * MichiBot flings purpes in a random direction. It hits the ground near AmandaC
L36[07:23:51] * AmandaC hisses at Inari, runs and collects Elfi to hide somewhere
L37[07:24:15] <Inari> AmandaC: Cola powder tastes good you knjow
L38[07:24:23] <Inari> I'm just trying to increase the pleasure of you groomking yourself
L39[07:32:08] * AmandaC beams some of the cola powder onto Inari's bar of soap, then
L40[07:32:15] <AmandaC> That's what you're doing to me.
L41[07:32:36] <Inari> Well I wash it off when I use it anyway
L42[07:42:39] <AmandaC> Besides, don't you know most animal's reaction to "ooo tasty" is biting it? Do you want me to bite myelf all over?
L43[07:43:04] * Inari plays the MH 'so tasty' clip
L44[07:53:13] <AmandaC> Elfi: singing birb next: https://i.imgur.com/WW6AFdG.gifv
L45[08:35:21] <T-Dark> Ok, confirmed that "init" is fired before rc scripts are run. Great. Maybe component_available will fire at the right time?
L46[08:44:54] <AmandaC> The system should be fully set up by the time rc scripts are running, why do you think you need to wait for that?
L47[08:45:43] <T-Dark> I tried `require("robot")` in an rc script. It created an error in event.log saying that there was no such library
L48[08:46:11] <T-Dark> And according to the link I found, that is because the robot API is loaded after rc scripts run
L49[08:49:21] <T-Dark> Turns out, the robot lib itself is found in a read only filesystem, which is accessible. Maybe I can just call its autorun file to make the lib available
L50[08:51:50] <T-Dark> Ok, according to a quick read of `.autorun.lua`, all that file does is create symlinks, as well as remove them when the component is removed. The one thing it does not do is check if they have been created already.
L51[08:54:54] <AmandaC> Can you pastebin your rc script somewhere?
L52[09:00:14] <T-Dark> https://pastebin.com/D9DJmRKg
L53[09:00:37] <T-Dark> I have since figured out that "init" is fired before rc scripts
L54[09:01:04] <T-Dark> But I have yet to edit the script. I'm thinking of creating the sy
L55[09:01:19] <T-Dark> the symlinks in place of .autorun.lua
L56[09:32:55] <FeherNeoH> @T-Dark you could listen for the virtual filesystem that has the API being connected
L57[09:33:43] <FeherNeoH> listen for components connecting, and if it's a filesystem, check its label
L58[10:01:33] <Forecaster> %tonkout
L59[10:01:33] <MichiBot> Aw jeez! Forecaster! You beat CompanionCube's previous record of 7 hours, 15 minutes and 11 seconds (By 2 hours, 27 minutes and 27 seconds)! I hope you're happy!
L60[10:01:35] <MichiBot> Forecaster has stolen the tonkout! Tonk has been reset! They gained 0.009 tonk points! plus 0.008 bonus points for consecutive hours! (Reduced to 50% because stealing) Current score: 0.92964
L61[10:17:18] <FeherNeoH> %tonk
L62[10:17:19] <MichiBot> Dad-Sizzle! FeherNeoH! You beat Forecaster's previous record of <0 (By 15 minutes and 45 seconds)! I hope you're happy!
L63[10:17:20] <MichiBot> FeherNeoH's new record is 15 minutes and 45 seconds! FeherNeoH also gained 0.00026 tonk points for stealing the tonk.
L64[10:39:16] ⇦ Quits: ba7888b72413a16a (ba7888b72413a16a!~ba7888b72@66.109.211.150) (Quit: https://i.imgur.com/xacQ09F.mp4)
L65[10:41:25] ⇨ Joins: ba7888b72413a16a (ba7888b72413a16a!~ba7888b72@66.109.211.150)
L66[11:49:52] ⇨ Joins: Thutmose (Thutmose!~Patrick@host-69-59-79-181.nctv.com)
L67[11:49:54] ⇦ Quits: benny__ (benny__!~ben_mkiv@88.130.156.225) (Ping timeout: 189 seconds)
L68[12:27:31] <CompanionCube> %tonk
L69[12:27:32] <MichiBot> Consarn it! CompanionCube! You beat FeherNeoH's previous record of 15 minutes and 45 seconds (By 1 hour, 54 minutes and 28 seconds)! I hope you're happy!
L70[12:27:33] <MichiBot> CompanionCube's new record is 2 hours, 10 minutes and 13 seconds! CompanionCube also gained 0.00191 tonk points for stealing the tonk.
L71[13:24:42] *** Mimiru is now known as Katie
L72[13:24:50] *** Katie is now known as Michiyo
L73[13:24:55] *** Michiyo is now known as Caitlyn
L74[13:25:02] *** Caitlyn is now known as Mimiru
L75[13:25:44] <Bob> ?
L76[13:26:31] <Mimiru> Cycling nicks so I still have them registered
L77[13:47:45] <Bob> ммм
L78[14:05:08] <Animatronic Server> Is there any reason to use ComputerCraft and OpenComputers at the same time?
L79[14:05:26] <AmandaC> A sense of pride and acclompleshment.
L80[14:05:28] * AmandaC flees
L81[14:05:50] <AmandaC> More seriously: OC can use CC components, if CC is also in the pack and loaded.
L82[14:42:42] ⇦ Quits: dangranos (dangranos!~dangranos@eos.pc-logix.com) (Ping timeout: 190 seconds)
L83[14:27:01] <Bob> barely used CC directly got into OC
L84[14:27:01] ⇦ Quits: ocdoc (ocdoc!~ocdoc@eos.pc-logix.com) (Ping timeout: 189 seconds)
L85[14:26:52] <Bob> And more gameplay focused tbh
L86[14:22:30] <Bob> More mod compats ? Persistent PCs
L87[14:16:58] <Bob> but yea OC is CC capable
L88[14:08:43] <Animatronic Server> What does OC have over CC? i have always just used CC and im trying to find out a bit more about OC.
L89[14:07:46] <Bob> And it has needed integrations that CC hasnt
L90[14:07:35] <Bob> I have enough of OC
L91[14:42:45] ⇦ Quits: Neo (Neo!~Neo@eos.pc-logix.com) (Ping timeout: 190 seconds)
L92[14:43:27] ⇨ Joins: Neo (Neo!~Neo@eos.pc-logix.com)
L93[14:46:23] <T-Dark> Ok, I managed to solve my problem.
L94[14:46:24] <T-Dark> I setup a listener for "component_available". In the callback, if the component name is "robot", I require the robot API.
L95[14:46:24] <T-Dark> Why did I not think of this before? Sigh.
L96[15:04:15] <CompanionCube> %tonkout
L97[15:04:15] <MichiBot> Jeepers! CompanionCube! You beat your own previous record of 2 hours, 10 minutes and 13 seconds (By 26 minutes and 30 seconds)! I hope you're happy!
L98[15:04:16] <MichiBot> CompanionCube has tonked out! Tonk has been reset! They gained 0.002 tonk points! plus 0.002 bonus points for consecutive hours! Current score: 1.31833
L99[15:33:34] * AmandaC creates a machine that lets humans alter the fabric of reality with a mere thought, shredding the laws of physics and common sense. She also sets it to self-destruct should Inari ever get access to use it.
L100[15:37:37] <Forecaster> most humans getting access to that would be pretty terrible
L101[15:38:10] <AmandaC> Most humans wouldn't turn everyone into a tenticle-loving brocon, though, so.
L102[15:39:05] <AmandaC> I mean, it's a apocolyptic event anyway, at least this way we don't have armys of boys running after their little sisters
L103[15:39:58] <Forecaster> true
L104[16:03:22] ⇦ Parts: Demosthenex (Demosthenex!~Demosthen@dhcp-077-248-042-162.chello.nl) ())
L105[16:14:46] ⇦ Quits: Cervator (Cervator!~Thunderbi@2601:4c1:4000:362c:30c6:c6b:45c1:504d) (Quit: Cervator)
L106[16:32:27] <Lizzy> %tonk
L107[16:32:27] <MichiBot> By my throth! Lizzy! You beat CompanionCube's previous record of <0 (By 1 hour, 28 minutes and 11 seconds)! I hope you're happy!
L108[16:32:28] <MichiBot> Lizzy's new record is 1 hour, 28 minutes and 11 seconds! Lizzy also gained 0.00147 tonk points for stealing the tonk.
L109[16:51:39] ⇨ Joins: {Opsimath}Shawn ({Opsimath}Shawn!~shawn156@c-76-25-73-212.hsd1.co.comcast.net)
L110[16:56:46] <AmandaC> %8ball rain time?
L111[16:56:47] <MichiBot> AmandaC: Without a doubt
L112[17:01:32] ⇨ Joins: ben_mkiv (ben_mkiv!~ben_mkiv@mue-88-130-63-015.dsl.tropolys.de)
L113[17:02:35] <Inari> AmandaC: haha
L114[17:09:50] ⇨ Joins: Cervator (Cervator!~Thunderbi@2601:4c1:4000:362c:38fe:ee7c:b4a0:f28d)
L115[17:11:42] ⇦ Quits: Inari (Inari!~Pinkishu@pD9E3870E.dip0.t-ipconnect.de) (Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/)
L116[17:42:35] ⇨ Joins: Tahg (Tahg!~Tahg@pool-71-184-110-95.bstnma.fios.verizon.net)
L117[17:51:11] ⇦ Quits: Vexatos (Vexatos!~Vexatos@port-92-193-42-71.dynamic.qsc.de) (Quit: Insert quantum chemistry joke here)
L118[18:07:44] ⇦ Quits: alekso56 (alekso56!~cax@ti0107a400-3649.bb.online.no) (Ping timeout: 378 seconds)
L119[18:08:40] ⇦ Quits: Tahg (Tahg!~Tahg@pool-71-184-110-95.bstnma.fios.verizon.net) (Quit: Leaving)
L120[18:49:41] ⇨ Joins: alekso56 (alekso56!~cax@ti0107a400-5034.bb.online.no)
L121[23:13:04] ⇦ Quits: ben_mkiv (ben_mkiv!~ben_mkiv@mue-88-130-63-015.dsl.tropolys.de) (Quit: Leaving)
L122[23:28:35] ⇦ Quits: Thutmose (Thutmose!~Patrick@host-69-59-79-181.nctv.com) (Quit: Leaving.)
L123[23:49:33] ⇦ Quits: bauen1 (bauen1!~bauen1@ipbcc03b48.dynamic.kabel-deutschland.de) (Ping timeout: 198 seconds)
<<Prev Next>> Scroll to Top