<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:28:35] <Amanda> %choose halucinate or irradiate
L2[00:28:35] <MichiBot> Ama​nda: A nearby lamp suddenly screams "irradiate!" such that it's barely audible.
L3[00:57:24] <noo​tles> Holy shit Lua objects are painful.
L4[00:57:39] <noo​tles> I don't care about meta tables I just want to bundle data and functions together.
L5[00:57:43] <noo​tles> * and inheritance I just want to bundle data and functions together.
L6[01:05:07] <Amanda> Nothing's stopping you from putting data in a table of functions
L7[01:06:02] <Kristo​pher38> yeah just... bundle them?
L8[01:15:10] ⇦ Quits: Vexatos (~Vexatos@p200300eaef1799002D620e691453963D.dip0.t-ipconnect.de) (Quit: Insert quantum chemistry joke here)
L9[01:35:51] ⇦ Quits: xgpt (~xgpt@96.238.186.232) (Ping timeout: 190 seconds)
L10[01:57:26] <walks​anator> so how is everyone's Advent of Code going
L11[02:09:03] <Elfi> I'm readventing on my game project, does that count?
L12[02:35:08] <Amanda> Does AoC allow you to sign in with just an email yet, or is it still requiring a Google/Facebook account
L13[02:35:41] <Amanda> Also fun, spirit of the island is cute. Shame it keeps crashing because of videos in the tutorial
L14[02:48:15] * Amanda snuggles up on Elfi, does a heccen zzzmew
L15[02:51:47] <Liizzii> AoC seems interesting and potentially fun, but the bits of things i would want to code right now are for work and thus not really suitable to be published outside of there
L16[03:09:51] <Amanda> AoC is kinda a no-go for me, their focus on trying to be some big social thing puts me off. Why do I need to sign in with Google/Facebook to get the challenges and challenge data?
L17[03:10:46] <Amanda> Anyways, cursed video is over, time for sleeps
L18[03:10:49] <Amanda> Night girls
L19[03:12:09] <Izzy> yeah I wouldn't mind doing it but I'm not really able to
L20[03:12:26] <Izzy> I guess I could sign in with my Microsoft Github account but ...
L21[03:25:41] <Corded> > <walks​anator> so how is everyone's Advent of Code going
L22[03:25:41] <Forec​aster> The what?
L23[03:28:34] <Ocawes​ome101> @Forecaster the page loads and renders fine but I can't scroll. there are no scroll bars. it just cuts off anything it can't render.
L24[03:30:49] <Ocawes​ome101> Amanda: sign-in options are github, google, twitter, reddit; the way the site explains it makes it sound like it might be for security, so the site author doesn't have to deal with securely storing credentials or something. just uses OAuth. idrk though.
L25[03:30:57] <Ocawes​ome101> * can't render within the viewport.
L26[03:35:24] <Izzy> it's a bit of a thing going around rn
L27[03:36:07] <Izzy> it's not a terrible concept but it sucks when it's like, "your options for signin are satan's lieutenants"
L28[03:36:39] <Izzy> if I could auth against something I actually use that'd be pretty sweet
L29[04:30:06] <Corded> > <Ama​nda> Does AoC allow you to sign in with just an email yet, or is…
L30[04:30:06] <walks​anator> You can use a github
L31[04:30:45] <Corded> > <Forec​aster> The what?
L32[04:30:45] <walks​anator> https://adventofcode.com/
L33[05:28:36] <Ar​iri> ppl who have fedi pls send ur @s so i can add u :3
L34[06:19:39] <Elfi> I think you have mine, but just to be sure, @elfi@pixie.town
L35[08:28:55] ⇦ Quits: Hawk777 (~Hawk777@2001:569:7e40:1300:3f24:f325:2a49:944f) (Quit: Leaving.)
L36[08:35:28] ⇨ Joins: Vexatos (~Vexatos@p200300eaef0577007a7bede6964c36d5.dip0.t-ipconnect.de)
L37[08:35:28] zsh sets mode: +v on Vexatos
L38[08:45:52] <noo​tles> Befuddled at the moment. https://discordembeds.pc-logix.com/live/1701506752253.png
L39[08:46:00] <noo​tles> The first statement prints.
L40[08:46:11] <noo​tles> The second statement does not print.
L41[08:46:29] <noo​tles> I've tested the value of character (proper ASCII character code that corresponds to my key press)
L42[08:46:51] <noo​tles> But for some reason string.char() just returns nothing for me.
L43[08:47:53] <Izzy> is the number 32, by chance? :po
L44[08:47:55] <Izzy> :p*
L45[08:48:00] <noo​tles> It is not.
L46[08:48:37] <noo​tles> https://discordembeds.pc-logix.com/live/1701506917639.png
L47[08:48:53] <noo​tles> p, p, a
L48[08:50:05] <Izzy> what of type(string.char(character))?
L49[08:51:30] <noo​tles> The statement print(type(string.char(character))) doesn't do anything, is there a better way to easily show it for debugging?
L50[08:51:32] <walks​anator> %tonkout
L51[08:51:33] <MichiBot> Eh! walks​anator! You beat your own previous record of 11 hours, 28 minutes and 5 seconds (By 6 hours, 5 minutes and 53 seconds)! I hope you're happy!
L52[08:51:34] <MichiBot> walks​anator has tonked out! Tonk has been reset! They gained 0.017 tonk points! plus 0.032 bonus points for consecutive hours! Current score: 0.1985, Position #9 Need 0.079852 more points to pass PwnagePineap​ple (He/Him)!
L53[08:52:22] <Izzy> is this in an event handler, by chance?
L54[08:52:25] <noo​tles> Yes.
L55[08:52:28] <Izzy> okay uhh
L56[08:52:32] <noo​tles> It's an event handler function for key_down
L57[08:52:42] <Izzy> try doing print("Hi", string.char(character))
L58[08:52:54] <Izzy> rather than the two separate ones
L59[08:53:24] <noo​tles> Nothing prints.
L60[08:53:27] <Redston​eParkour> try using `code` instead of `character`
L61[08:53:55] <Izzy> okay uhh, put that one above the other two then
L62[08:54:11] <Izzy> I think what's happening is it is printing but it's being immediately nuked by the terminal emulator stuff
L63[08:54:34] <Izzy> because type should never return nothing
L64[08:55:55] <noo​tles> https://discordembeds.pc-logix.com/live/1701507354919.png
L65[08:56:08] <noo​tles> https://discordembeds.pc-logix.com/live/1701507368546.png
L66[08:56:18] <noo​tles> Doesn't print 4 or 5
L67[08:56:28] <Izzy> terminal weirdness is my guess then yeah
L68[08:56:35] <Izzy> you can try logging to /tmp or similar also
L69[08:58:25] <noo​tles> Tried it in main, doesn't seem to be recognizing the command as valid. https://discordembeds.pc-logix.com/live/1701507505299.png
L70[08:59:02] <Izzy> you may have inadvertently replaced 'string'
L71[09:00:16] <noo​tles> That was it!
L72[09:00:26] <noo​tles> Foolishly called a field "string" earlier.
L73[09:11:20] ⇦ Quits: Elfi (~temia@2001:19f0:8000:8b0c:a73d:2bca:c869:59e4) (Ping timeout: 183 seconds)
L74[09:13:21] ⇨ Joins: Elfi (~temia@2001:19f0:8000:8b0c:a73d:2bca:c869:59e4)
L75[09:16:45] <Corded> > <noo​tles> Holy shit Lua objects are painful.
L76[09:16:45] <AR2​000> https://github.com/AR2000AR/openComputers_codes/tree/master/libClass2
L77[09:18:14] <noo​tles> Don't worry, I'm making my own equally terrible code.
L78[09:24:44] <AR2​000> https://paste.pc-logix.com/agowizenut
L79[09:25:46] <Corded> > <noo​tles> Don't worry, I'm making my own equally terrible code.
L80[09:25:46] <AR2​000> It supports inheritance and `instanceof`. I use it in all my code
L81[09:25:55] <AR2​000> Available on oppm or pm
L82[09:26:06] <AR2​000> * pm-get
L83[09:36:45] <Forec​aster> reauire
L84[10:36:04] ⇦ Quits: DBotThePony (~Thunderbi@31.220.170.28) (Quit: DBotThePony)
L85[10:40:57] ⇨ Joins: DBotThePony (~Thunderbi@31.220.170.28)
L86[10:51:46] ⇨ Joins: SANONOS_FIRE (~SANONOS_F@185.107.193.127)
L87[10:58:39] ⇦ Quits: SANONOS_FIRE (~SANONOS_F@185.107.193.127) (Quit: SANONOS_FIRE)
L88[12:45:16] * Amanda meows and looks around, finds Elfi bomfing into a window, opens it for her
L89[12:46:52] * Amanda does this by beaming the entire window, frame and all, into a declining Sol orbit
L90[13:01:01] <Forec​aster> dangit, now someone has to replac eit
L91[13:01:05] <Forec​aster> * replace it
L92[13:03:03] <Amanda> It was in Elfi's way, it needed to go. :3
L93[13:03:21] <Forec​aster> that window did open
L94[13:03:23] <Forec​aster> >:
L95[13:03:36] <Amanda> I know, I opened it. :3
L96[13:06:14] <Forec​aster> no you opened the wall, which is a different thing entirely
L97[13:06:23] <Va​ur> %tonkshell
L98[13:06:35] <Forec​aster> %tonk
L99[13:06:35] <MichiBot> Bejabbers! Forec​aster! You beat walks​anator's previous record of <0 (By 4 hours, 15 minutes and 2 seconds)! I hope you're happy!
L100[13:06:36] <MichiBot> Forecaster's new record is 4 hours, 15 minutes and 2 seconds! Forecaster also gained 0.00425 tonk points for stealing the tonk. Position #1.
L101[13:06:46] <Va​ur> %shellcount
L102[13:06:46] <MichiBot> Va​ur: You have 1 Blue Shell, 7 Red Shells, 5 Green Shells, and 2 Bricks
L103[13:07:41] <Va​ur> %tonksnipe green Forecaster
L104[13:07:42] <MichiBot> Va​ur: You hit Forecaster! They lost 0.082926 tonk points which you gain! Congratulations! Position #2 Need 0.110568 more points to pass Forec​aster!
L105[13:07:52] <Forec​aster> >:
L106[13:08:13] <Va​ur> look, I've been stockpiling all years and its really rare that I get to use them 😄
L107[13:09:21] <Amanda> @Forecaster ? What do you mean? The window is the wall?
L108[13:11:17] <Amanda> windows are just walls you can see through!
L109[13:12:22] <Amanda> @inari taught me that! :3
L110[13:20:47] <jackie> The important facts! :P
L111[13:23:43] * Amanda meows hello to jackie, offers her some snacks she liberated from nadja's kitchen
L112[13:24:29] <jackie> Thx :P Just got my food out of the oven though :3
L113[13:25:54] <jackie> If you are in nadjas reach you can pass on a meow from me
L114[13:26:06] <Amanda> Sadly, only digitally
L115[13:26:25] * Amanda meows at nadja for jackie anyway
L116[13:27:11] <jackie> Ah :< You at chaos congress this year? (if not I would've thrown a voucher at you but sadly voucher phase is over since two days)
L117[13:27:33] <Amanda> Nah, I'm sadly based in burgerland, and also conferences are a bit anxity-inducing for me
L118[13:28:15] <jackie> I like the term burgerland ^^ Ah yeah I see. I mean congress can be cozy but still loads of people...
L119[13:28:38] <Amanda> %choose try and be producitve or irradiate all day again
L120[13:28:38] <MichiBot> Ama​nda: I spy with my robotic eye something beginning with "irradiate all day again"!
L121[13:28:54] <Amanda> and ending with "crushing disapointment of self-worth", got it
L122[13:29:00] <Amanda> but first, litter tray
L123[14:56:00] ⇨ Joins: reborn (reborn@reborn.my.id)
L124[15:19:39] * Elfi flutters back in and clings to Amanda for a cozy sleep
L125[15:20:03] * Amanda curls up around Elfi, purrs softly providing warms and floof
L126[15:25:27] * Amanda offers Elfi some snacks she stole from jackie's kitchen
L127[15:26:49] * Elfi nibbles
L128[15:34:07] * Amanda beams a mug of hot chocolate next to herself for Elfi
L129[15:34:45] <Amanda> Blah, nothing feels worth doing, but I want to do something
L130[15:35:03] <Amanda> Not sure how, but this is definately Inari's fault somehow
L131[15:56:58] <Forec​aster> %sip
L132[15:56:58] <MichiBot> You drink a fiery orange potion (New!). Forecaster: Nothing seemed to happen...
L133[15:57:04] <Forec​aster> Dangit
L134[15:57:10] <Forec​aster> Why do I keep getting those
L135[16:25:04] <Va​ur> %sip
L136[16:25:04] <MichiBot> You drink a spooned crimson potion (New!). Vaur's clothes turn the color of grass until they eat a pie.
L137[16:53:08] <Amanda> hrm. I'm hungy
L138[16:53:21] * Amanda beams some noms from @Forecaster's kitchen in front of herself
L139[17:11:21] <Forec​aster> Hey
L140[17:15:31] * Amanda noms faster
L141[17:35:16] <Amanda> %choose more tinylife or mars time
L142[17:35:16] <MichiBot> Ama​nda: A wizard is never late, and sometimes engages in some "more tinylife".
L143[17:35:53] <Amanda> %choose kbd+mouse or controller
L144[17:35:53] <MichiBot> Ama​nda: Out of these two choices? I'd say "controller".
L145[17:36:14] * Amanda tucks back in around Elfi, shows her her steamdeck running tinylife
L146[17:36:38] <Elfi> :o
L147[17:44:39] <Forec​aster> I was going to eat those snacks! Eventually...
L148[17:48:57] ⇨ Joins: Hawk777 (~Hawk777@2001:569:7e40:1300:e841:2a9d:aa5c:a511)
L149[18:34:14] <Amanda> %choose laptopnaptime?
L150[18:34:14] <MichiBot> Ama​nda: Whatever you're thinking, don't.
L151[18:34:47] <Amanda> Hrm. I'm sure it's fine
L152[18:41:00] ⇨ Joins: DortLabories (~DortLabor@vmi1255426.contaboserver.net)
L153[18:41:18] ⇦ Quits: DortLabories (~DortLabor@vmi1255426.contaboserver.net) (Client Quit)
L154[19:34:20] ⇨ Joins: d4hop (~d4hop@176.116.138.246)
L155[19:34:25] ⇦ Quits: d4hop (~d4hop@176.116.138.246) (Client Quit)
L156[19:35:18] <Amanda> %choose waves; em or pressure
L157[19:35:18] <MichiBot> Ama​nda: em waves
L158[19:50:01] <Amanda> %choose Ocean or space
L159[19:50:01] <MichiBot> Ama​nda: If I've learned anything in life it's that you always pick "Ocean"
L160[19:57:37] <Forec​aster> No you don't
L161[20:19:24] * Amanda realigns the solar plane to Sagittarius a*'s accretion disc
L162[22:22:03] ⇦ Quits: Hawk777 (~Hawk777@2001:569:7e40:1300:e841:2a9d:aa5c:a511) (Quit: Leaving.)
<<Prev Next>> Scroll to Top