<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:04:34] <SkyCr​after0> %tonk
L2[00:04:34] <MichiBot> Goshhawk! SkyCr​after0! You beat Ar​iri's previous record of 1 hour, 6 minutes and 3 seconds (By 25 minutes and 11 seconds)! I hope you're happy!
L3[00:04:35] <MichiBot> SkyCrafter0's new record is 1 hour, 31 minutes and 14 seconds! SkyCrafter0 also gained 0.00084 (0.00042 x 2) tonk points for stealing the tonk. Position #12. Need 0.074957 more points to pass DaCompu​terNerd!
L4[00:04:44] <SkyCr​after0> naisu
L5[01:32:46] ⇨ Joins: incon (webchat@173-25-127-155.client.mchsi.com)
L6[01:42:40] ⇦ Quits: incon (webchat@173-25-127-155.client.mchsi.com) (Quit: webchat.esper.net)
L7[01:45:25] ⇦ Quits: Thutmose (~Patrick@host-69-59-79-181.nctv.com) (Quit: Leaving.)
L8[01:48:01] ⇨ Joins: incon (~inconnnn@173-25-127-155.client.mchsi.com)
L9[03:35:38] <Ar​iri> %tonk
L10[03:35:39] <MichiBot> Fopdoodle! Ar​iri! You beat SkyCr​after0's previous record of 1 hour, 31 minutes and 14 seconds (By 1 hour, 59 minutes and 49 seconds)! I hope you're happy!
L11[03:35:39] <MichiBot> Ariri's new record is 3 hours, 31 minutes and 4 seconds! Ariri also gained 0.004 (0.002 x 2) tonk points for stealing the tonk. Position #9. Need 0.2366 more points to pass simo​n816!
L12[04:02:15] ⇦ Quits: Cervator (~Thunderbi@2600:1700:1a25:9160:fc6e:1471:b2cf:8fd4) (Quit: Cervator)
L13[04:20:37] ⇨ Joins: ohokthen (webchat@c-67-168-215-202.hsd1.wa.comcast.net)
L14[04:20:55] ⇦ Quits: ohokthen (webchat@c-67-168-215-202.hsd1.wa.comcast.net) (Client Quit)
L15[04:23:51] <MadM​an310> im new at OC but im wondering why people always put "local" when they load APIs
L16[04:26:28] <MadM​an310> For example
L17[04:26:28] <MadM​an310> ` local component = require("component) `
L18[04:26:37] <MadM​an310> For example
L19[04:26:38] <MadM​an310> ` local component = require("component") ` [Edited]
L20[04:27:16] <Vinni​e Sift> " Unlike global variables, local variables have their scope limited to the block where they are declared. A block is the body of a control structure, the body of a function, or a chunk (the file or string with the code where the variable is declared). "
L21[04:27:52] <Vinni​e Sift> Because they are limited to that specific piece of code that will use that api at that moment
L22[04:28:45] <MadM​an310> Then why do people put them at the beginning of their program? Wouldnt it affect the whole script?
L23[04:29:59] <Vinni​e Sift> Yes, they are limited to the whole script and nothing outside of it
L24[04:30:20] <Vinni​e Sift> "It is good programming style to use local variables whenever possible. Local variables help you avoid cluttering the global environment with unnecessary names. Moreover, the access to local variables is faster than to global ones. "
L25[04:30:30] <Vinni​e Sift> It's mostly a good practice
L26[04:30:49] <MadM​an310> So if you didnt use local it would just make things a bit slower?
L27[04:31:10] <MadM​an310> Or would it also affect other scripts
L28[04:34:21] <Vinni​e Sift> It could. I'm not fully sure of how they are handled, but global variables are aviable for the entire computer and all scripts running and then they aren't deleted until they are = nil
L29[04:35:09] <Vinni​e Sift> If you use something shortlived, just for one script, use local and they will be cleaned when the script doesn't exist anymore
L30[04:36:43] <Vinni​e Sift> If you aren't filling the memory with variables that could break something when something else uses a similar variable, you are just writing in an unnefective way that could break in a different enviroment. Local are more controlled
L31[04:55:49] <Izaya> anything you don't explicitly want to share should be local
L32[05:46:36] <Michiyo> If script A sets variable test = false, and then later script B just blindly checks test then test will be false.
L33[05:46:53] <Michiyo> Wow, this was an hour ago
L34[05:46:55] <Michiyo> ignore me.
L35[06:00:37] ⇦ Quits: glasspelican (~quassel@2607:5300:201:3100::325) (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
L36[06:01:33] ⇨ Joins: glasspelican (~quassel@2607:5300:201:3100::325)
L37[07:07:31] <Ariri> %tonkout
L38[07:07:32] <MichiBot> Willikers! Ar​iri! You beat your own previous record of 3 hours, 31 minutes and 4 seconds (By 48 seconds)! I hope you're happy!
L39[07:07:33] <MichiBot> Ar​iri has tonked out! Tonk has been reset! They gained 0.003 tonk points! plus 0.004 bonus points for consecutive hours! Current score: 0.40087, Position #9 Need 0.2296 more points to pass simo​n816!
L40[07:51:54] ⇨ Joins: Vexatos (~Vexatos@port-92-192-6-52.dynamic.as20676.net)
L41[07:51:54] zsh sets mode: +v on Vexatos
L42[07:54:31] <SquidDev> %tonk
L43[07:54:31] <MichiBot> Boom! Squi​dDev! You beat Ar​iri's previous record of <0 (By 46 minutes and 59 seconds)! I hope you're happy!
L44[07:54:32] <MichiBot> SquidDev's new record is 46 minutes and 59 seconds! SquidDev also gained 0.00078 tonk points for stealing the tonk. Position #3. Need 0.09951787 more points to pass Forec​aster!
L45[08:11:30] <Forec​aster> %sip
L46[08:11:30] <MichiBot> You drink a fragrant yellow potion (New!). Forecaster has a sudden desire to run around in a circle until someone looks at them.
L47[08:11:41] <Forec​aster> Ohno
L48[08:17:52] <!0§A.​pjals™> looks at forecaster
L49[08:17:56] <!0§A.​pjals™> what is he doing
L50[08:18:07] <!0§A.​pjals™> *what is [sh]he doing* [Edited]
L51[08:18:10] <!0§A.​pjals™> *what is [s]he doing* [Edited]
L52[08:29:08] <Izaya> spamming
L53[08:36:37] <incon> they're on discord and they edited their message that's what that means
L54[08:39:05] <Forec​aster> I haven't edited anything
L55[08:39:11] <Forec​aster> I haven't edited anything, this is an edited message [Edited]
L56[08:39:27] <In​con> on irc https://tinyurl.com/y4j2w77y
L57[08:39:32] <Forec​aster> oh you meant pjals
L58[08:39:37] <In​con> yeah
L59[08:40:30] <Forec​aster> but pjals was talking about me and The Iz was too I'm pretty sure
L60[08:40:39] ⇨ Joins: immibis (~immibis@62.156.144.218)
L61[08:40:41] ⇦ Quits: ben_mkiv|afk (~ben_mkiv@2001:16b8:1ee2:2700:5747:dca2:e8c1:eeb0) (Ping timeout: 378 seconds)
L62[08:41:17] ⇨ Joins: Maxmoovi (~Maxmoovi@s8.mcskill.ru)
L63[08:42:31] ⇦ Quits: hnOsmium0001 (uid453710@id-453710.stonehaven.irccloud.com) (Quit: Connection closed for inactivity)
L64[08:42:50] ⇦ Quits: Maxmoovi (~Maxmoovi@s8.mcskill.ru) (Client Quit)
L65[09:33:44] ⇨ Joins: t20kdc (~20kdc@cpc139384-aztw33-2-0-cust220.18-1.cable.virginm.net)
L66[09:35:44] <ThePi​Guy24> ban corded from the irc channel
L67[09:39:36] ⇦ Quits: immibis (~immibis@62.156.144.218) (Ping timeout: 194 seconds)
L68[09:43:27] <Izaya> let's start a petition
L69[10:23:35] <Forec​aster> should also disable SED then
L70[11:05:45] <ThePi​Guy24> %tonk
L71[11:05:46] <MichiBot> Gadsbudlikins! ThePi​Guy24! You beat Squi​dDev's previous record of 46 minutes and 59 seconds (By 2 hours, 24 minutes and 15 seconds)! I hope you're happy!
L72[11:05:47] <MichiBot> ThePiGuy24's new record is 3 hours, 11 minutes and 14 seconds! ThePiGuy24 also gained 0.0024 tonk points for stealing the tonk. Position #6. Need 0.13615056 more points to pass Li​zzy!
L73[11:46:44] <Forec​aster> hmmm https://tinyurl.com/y34d2jeh
L74[12:08:26] <grantlmul> mustachio pistachio
L75[12:15:03] ⇨ Joins: Vexaton (~Vexatos@port-92-192-81-171.dynamic.as20676.net)
L76[12:15:03] zsh sets mode: +v on Vexaton
L77[12:18:05] ⇦ Quits: Vexatos (~Vexatos@port-92-192-6-52.dynamic.as20676.net) (Ping timeout: 204 seconds)
L78[12:20:02] <Forec​aster> bah, I killed 'em, but then I died on the next floor >:
L79[12:42:38] <Amanda> "he has funny ideas about honor"
L80[13:09:27] <Amanda> %give MichiBot a slightly-out-of-date nixos 15.03 install cd
L81[13:09:28] * MichiBot accepts the slightly-out-of-date nixos 15.03 install cd and adds it to her inventory
L82[13:50:50] ⇨ Joins: Thutmose (~Patrick@host-69-59-79-181.nctv.com)
L83[14:00:04] ⇦ Quits: incon (~inconnnn@173-25-127-155.client.mchsi.com) (Ping timeout: 189 seconds)
L84[14:12:51] <Bri​anH> Izaya: Debian just donated $10K to the federated video streaming service, peertube
L85[14:13:08] ⇨ Joins: rason (~User@94.51.151.189)
L86[14:14:16] <Bri​anH> to further development of the project
L87[14:16:44] <Vexaton> peertube uh
L88[14:16:55] <Vexaton> that was the "every video is a torrent" website thing?
L89[14:16:59] *** Vexaton is now known as Vexatos
L90[14:19:52] <Bri​anH> not quite
L91[14:20:16] <Bri​anH> I mean yeah
L92[14:20:22] <Bri​anH> but it's more complicated than that
L93[14:39:21] ⇦ Quits: rason (~User@94.51.151.189) (Quit: Leaving)
L94[14:39:25] <Bri​anH> I found my Bible in storage
L95[14:39:45] <Bri​anH> https://tinyurl.com/y5zljxer
L96[14:42:55] ⇨ Joins: Cervator (~Thunderbi@2600:1700:1a25:9160:a515:16ef:fa61:acae)
L97[14:56:25] <bad at​ vijya> hahaha
L98[15:11:14] <Elfi> #blessed
L99[15:12:02] <bad at​ vijya> error: invalid preprocessing directive #blessed
L100[15:16:03] ⇦ Quits: t20kdc (~20kdc@cpc139384-aztw33-2-0-cust220.18-1.cable.virginm.net) (Ping timeout: 204 seconds)
L101[15:21:47] <Forec​aster> %sip
L102[15:21:48] <MichiBot> You drink a sedimented grathnode potion (New!). A warp zone opens up next to Forecaster. (Use %warp to jump in)
L103[15:21:58] <Forec​aster> %warp
L104[15:21:58] <MichiBot> You end up in a world inhabited by mimes.
L105[15:22:09] <Forec​aster> Aah
L106[15:27:11] <bad at​ vijya> well
L107[15:27:29] <bad at​ vijya> now my laptop should get better cooling that the plastic piece protecting the hinge fell off
L108[15:27:38] <bad at​ vijya> it only took like a year to warp that far
L109[15:33:56] <Forec​aster> maybe that piece was essential to cooling it!
L110[15:53:52] ⇨ Joins: hnOsmium0001 (uid453710@id-453710.stonehaven.irccloud.com)
L111[16:08:41] <SquidDev> %tonk
L112[16:08:42] <MichiBot> Awesome! Squi​dDev! You beat ThePi​Guy24's previous record of 3 hours, 11 minutes and 14 seconds (By 1 hour, 51 minutes and 40 seconds)! I hope you're happy!
L113[16:08:42] <MichiBot> SquidDev's new record is 5 hours, 2 minutes and 55 seconds! SquidDev also gained 0.00744 (0.00186 x 4) tonk points for stealing the tonk. Position #3. Need 0.09207787 more points to pass Forec​aster!
L114[16:37:39] <Forec​aster> https://youtu.be/fNCDu4nmt8M
L115[16:45:43] <SkyCr​after0> %sip
L116[16:45:43] <MichiBot> You drink a bubbly water potion (New!). A genie appears out of the empty bottle, turns it into a pie, then vanishes.
L117[16:45:50] <SkyCr​after0> w o w
L118[17:00:34] ⇨ Joins: ben_mkiv (~ben_mkiv@2001:16b8:1ee2:2700:5747:dca2:e8c1:eeb0)
L119[17:20:33] ⇨ Joins: t20kdc (~20kdc@cpc139384-aztw33-2-0-cust220.18-1.cable.virginm.net)
L120[18:45:31] ⇦ Quits: ben_mkiv (~ben_mkiv@2001:16b8:1ee2:2700:5747:dca2:e8c1:eeb0) (Killed (NickServ (GHOST command used by ben_mkiv|afk!~ben_mkiv@2001:16b8:1eb0:4700:3248:4e54:95fe:91f9)))
L121[18:45:36] ⇨ Joins: ben_mkiv|afk (~ben_mkiv@2001:16b8:1eb0:4700:3248:4e54:95fe:91f9)
L122[18:50:09] <Brisingr​Aerowing> https://medium.com/@armin.samii/a-dm-based-database-for-twitterbots-on-aws-lambda-1d4a804ca209
L123[18:50:25] <Brisingr​Aerowing> I have no words...
L124[18:52:49] ⇨ Joins: immibis (~immibis@62.156.144.218)
L125[19:05:05] ⇨ Joins: flappy (~flappy@88-113-149-197.elisa-laajakaista.fi)
L126[19:31:09] ⇦ Quits: ben_mkiv|afk (~ben_mkiv@2001:16b8:1eb0:4700:3248:4e54:95fe:91f9) (Ping timeout: 378 seconds)
L127[19:43:27] <Ocawes​ome101> i like that @BrianH :D
L128[19:43:43] <Bri​anH> whatd I do
L129[19:45:26] <Ocawes​ome101> https://discord.com/channels/125649403162656768/125649403162656768/768483588747296799
L130[19:58:55] ⇨ Joins: ben_mkiv (~ben_mkiv@2001:16b8:1eb0:4700:3248:4e54:95fe:91f9)
L131[20:57:30] ⇦ Quits: CarlenWhite (~CarlenWhi@116.sub-174-202-132.myvzw.com) (Ping timeout: 198 seconds)
L132[21:01:22] ⇨ Joins: Apachedrag427 (~Apachedra@068-114-128-046.res.spectrum.com)
L133[21:01:55] ⇦ Quits: Apachedrag427 (~Apachedra@068-114-128-046.res.spectrum.com) (Client Quit)
L134[21:03:07] ⇨ Joins: CarlenWhite (~CarlenWhi@104.sub-174-202-129.myvzw.com)
L135[21:28:57] ⇦ Quits: t20kdc (~20kdc@cpc139384-aztw33-2-0-cust220.18-1.cable.virginm.net) (Remote host closed the connection)
L136[21:29:54] ⇦ Quits: CarlenWhite (~CarlenWhi@104.sub-174-202-129.myvzw.com) (Ping timeout: 198 seconds)
L137[21:35:32] ⇨ Joins: CarlenWhite (~CarlenWhi@121.sub-174-202-100.myvzw.com)
L138[21:57:34] ⇦ Quits: immibis (~immibis@62.156.144.218) (Ping timeout: 194 seconds)
L139[22:02:10] ⇨ Joins: Grand (~Grand@static.131.106.9.176.clients.your-server.de)
L140[22:03:39] ⇦ Quits: Grand (~Grand@static.131.106.9.176.clients.your-server.de) (Client Quit)
L141[22:05:13] ⇨ Joins: Grand (~Grand@static.131.106.9.176.clients.your-server.de)
L142[22:08:36] ⇦ Quits: Grand (~Grand@static.131.106.9.176.clients.your-server.de) (Client Quit)
L143[22:44:11] ⇨ Joins: hidude398 (webchat@209.51.92.104)
L144[22:46:57] <hidude398> Does anyone know if there's a way to find which side a microcontroller receives a network message from? I know that they can receive messages from all sides, and can output when the side is set, but I haven't the slightest if they are capable of determining where inbound messages came from. I'm trying to set up a microcontroller to behave similar t
L145[22:46:57] <hidude398> o a hub or switch IRL, and I wanted to confirm it was possible to do so.
L146[22:49:15] <hidude398> Correction to the above, I meant bridge rather than switch. I know that relays effectively behave as hubs
L147[22:49:35] <hidude398> Or apparently my brain is scrambled. I'm attempting to implement switches and bridges
L148[22:55:17] <Ocawes​ome101> there's a "network switch" block or something similar
L149[22:55:30] <Ocawes​ome101> iirc
L150[22:58:34] <Kristo​pher38> I remember an issue on github about just that or something
L151[22:58:54] <Kristo​pher38> And payonel saying it's not currently possible to differentiate which side the network message came from
L152[22:59:01] <hidude398> Yeah, it's the relay block. It used to be called the switch, but it was a bit of a misnomer because it will forward messages to all connected networks
L153[22:59:06] <Kristo​pher38> And that this needs to be reworked
L154[22:59:38] <hidude398> Gotcha. Yeah the github issue was about binding an output side to the microcontroller.
L155[23:00:37] <hidude398> I know that minitel uses servers to route network traffic, but I was hoping to avoid using something so expensive
L156[23:01:18] <M​GR> I don't believe there is a way to tell the input side
L157[23:01:43] ⇨ Joins: MajGenRelativity (~MajGenRel@c-73-123-203-209.hsd1.ma.comcast.net)
L158[23:02:04] <hidude398> Oh well, off to find a workaround!
L159[23:02:13] <M​GR> I hope you do 🙂
L160[23:16:21] ⇦ Quits: hidude398 (webchat@209.51.92.104) (Quit: webchat.esper.net)
L161[23:38:06] ⇦ Quits: Vexatos (~Vexatos@port-92-192-81-171.dynamic.as20676.net) (Quit: Insert quantum chemistry joke here)
L162[23:50:00] <Amanda> byedude398
L163[23:55:35] ⇨ Joins: hidude398 (webchat@209.51.92.104)
L164[23:58:41] <Amanda> %tell Inari So, turns out that 16 buckets of water can't run a fission reactor, who knew?
L165[23:58:41] <MichiBot> Ama​nda: Inari will be notified of this message when next seen.
<<Prev Next>> Scroll to Top