<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:09:45] <Amanda> %choose abolish something else or early zzzmews
L2[00:09:45] <MichiBot> Ama​nda: I'm 40% "abolish something else"!
L3[01:09:11] ⇨ Joins: vftdan_ (~vftdan@185.238.219.110)
L4[01:11:26] ⇦ Quits: vftdan_irc (~vftdan@185.238.219.17) (Ping timeout: 180 seconds)
L5[01:39:13] *** vftdan_ is now known as vftdan_irc
L6[01:39:43] ⇨ Joins: vftdan (b5cb05d1b9@2a00:c70:1:178:170:40:189:1)
L7[01:46:31] <Brisingr​ Aerowing> %splash @Forecaster with mutable potion
L8[01:46:31] <MichiBot> You fling a mutable dalekanium potion (New!) that splashes onto @Forecaster. @Forecaster turns into a shark boy until they sneeze.
L9[01:46:51] <Brisingr​ Aerowing> *Beams Fore to the Enclosure*
L10[02:46:12] *** Joins: Hawk777 (~Hawk777@2605:1700:1080:de00:f457:3493:522c:b343) Hawk777
L11[03:46:45] ⇦ Quits: Stary (Stary@thonk.9net.org) (Quit: ZNC - http://znc.in)
L12[03:46:45] ⇦ Quits: CompanionCube (samis@thonk.9net.org) (Quit: ZNC - http://znc.in)
L13[03:51:56] *** Joins: Stary (Stary@thonk.9net.org) Stary2001
L14[03:54:52] *** Joins: CompanionCube (samis@thonk.9net.org) CompanionCube
L15[04:38:10] <Forec​aster> %tonkout
L16[04:38:11] <MichiBot> Dogast! Forec​aster! You beat your own previous record of 2 hours, 28 minutes and 24 seconds (By 6 hours, 56 minutes and 11 seconds)! I hope you're happy!
L17[04:38:12] <MichiBot> Forec​aster has tonked out! Tonk has been reset! They gained 0.009 tonk points! plus 0.016 bonus points for consecutive hours! Current score: 1.391646, Position #2 Need 0.148888 more points to pass Spider​EveryOS!
L18[04:46:56] ⇦ Quits: vidak (~vidak@2407:e400:7800:2c01:d0be:76f8:cc84:bd4a) (Ping timeout: 180 seconds)
L19[06:43:16] <Spider​EveryOS> %tonk
L20[06:43:16] <MichiBot> Bingo! Spider​EveryOS! You beat Forec​aster's previous record of <0 (By 2 hours, 5 minutes and 5 seconds)! I hope you're happy!
L21[06:43:17] <MichiBot> SpiderEveryOS's new record is 2 hours, 5 minutes and 5 seconds! SpiderEveryOS also gained 0.00208 tonk points for stealing the tonk. Position #1.
L22[07:01:39] *** Joins: Vexatos (~Vexatos@2001:4647:af75:0:5c21:c8d:f244:8aa4) Vexatos
L23[07:01:39] zsh sets mode: +v on Vexatos
L24[07:24:12] ⇨ Joins: vidak (~vidak@2407:e400:7800:2c01:d0be:76f8:cc84:bd4a)
L25[07:27:57] <vft​dan> I cannot set thread-local environment variables in OpenOS, right?
L26[07:31:04] <Redston​eParkour> vftdan: __index metamethod that checks thread.current()
L27[07:31:17] <Redston​eParkour> (and corresponding __newindex)
L28[07:31:47] <Redston​eParkour> unless you mean environment variables as in os.get/setenv
L29[07:54:25] ⇦ Quits: Hawk777 (~Hawk777@2605:1700:1080:de00:f457:3493:522c:b343) (Quit: Leaving.)
L30[08:06:54] <Corded> > <Redston​eParkour> unless you mean environment variables as in os.get/setenv
L31[08:06:54] <vft​dan> getenv, yeah. I just see that minitel RPC sets an environment variable with the caller's hostame, but this only works because it runs outside of any threads and therefore cannot have concurrently processing calls (I think?)
L32[08:07:12] <Redston​eParkour> yes-ish-ish
L33[08:07:21] <Izzy> ngl I was kind of just assuming it's inherited like on PsychOS
L34[08:07:30] <Redston​eParkour> aiui creating a thread instantly runs it on openos
L35[08:07:48] <Corded> > <vft​dan> getenv, yeah. I just see that minitel RPC sets an environme…
L36[08:07:48] <vft​dan> And I wanted to preserve this interface as much as possible in a threaded RPC system
L37[08:08:02] <Corded> > <Redston​eParkour> aiui creating a thread instantly runs it on openos
L38[08:08:02] <Redston​eParkour> yeah
L39[08:08:29] <Redston​eParkour> so handlers basically have to grab the client at the start and put it in some local variable
L40[08:09:39] <Redston​eParkour> and then everything should work
L41[08:12:32] <vft​dan> What happens exactly when `event.pull()` is called outside of threads? Will other handlers still get it?
L42[08:12:53] <Redston​eParkour> good question
L43[08:12:57] <Redston​eParkour> i dont know
L44[08:18:15] <vft​dan> Is it possible to have a repository under https://github.com/OpenPrograms/ ?
L45[08:21:09] <Redston​eParkour> i don't think new repositories will be added to the default repo list
L46[08:23:13] <Redston​eParkour> and nothing's special about having a repo under OpenPrograms i believe (oppm-wise)
L47[10:03:55] <vft​dan> Automating releasing to OPPM monorepo... https://discordembeds.pc-logix.com/live/1505511173389422756/1779012235385-bdb0437b6e307.png https://discordembeds.pc-logix.com/live/1505511173389422756/1779012235550-159c113ef420a.png
L48[11:47:21] <Corded> > <Redston​eParkour> and nothing's special about having a repo under OpenProgram…
L49[11:47:22] <vft​dan> How do I configure OPPM to fetch my `programs.cfg`?
L50[11:48:21] <Redston​eParkour> i believe its the addRepo command
L51[11:48:31] <Flamei​ngsoul> %tonk
L52[11:48:31] <MichiBot> Shoot! Flamei​ngsoul! You beat Spider​EveryOS's previous record of 2 hours, 5 minutes and 5 seconds (By 3 hours and 9 seconds)! I hope you're happy!
L53[11:48:32] <MichiBot> Flameingsoul's new record is 5 hours, 5 minutes and 14 seconds! Flameingsoul also gained 0.009 (0.003 x 3) tonk points for stealing the tonk. Position #4. Need 0.26326 more points to pass Va​ur!
L54[11:52:06] <Corded> > <Redston​eParkour> i believe its the addRepo command
L55[11:52:06] <vft​dan> Uhh... I yoinked this one from `loot/oppm` and removed the checks preventing it from running from the floppy. Is this a wrong version? https://discordembeds.pc-logix.com/live/1505538396985233408/1779018725747-b451983ca9815.png
L56[11:52:17] <Redston​eParkour> yup
L57[11:53:10] <Redston​eParkour> https://github.com/OpenPrograms/Vexatos-Programs/blob/master/oppm/oppm.lua is the latest
L58[11:55:26] <Redston​eParkour> and its the register command you want
L59[12:29:03] ⇦ Quits: Amanda (~m-yt727s@cloud.camnet.site) (Remote host closed the connection)
L60[12:30:51] <vft​dan> `oppm` "Reverting installation" logic ignores `-f` cc @Vexatos
L61[12:34:06] <vft​dan> * not provided `-f` cc <@90890366726733824>
L62[12:35:00] <vft​dan> * can delete user files even without `-f` cc <@90890366726733824>
L63[12:38:25] *** Joins: Amanda (~m-yt727s@cloud.camnet.site) AmandaC
L64[12:40:22] * Amanda meows and looks around, ordering MichiBot some %soup at the same time
L65[12:40:23] <MichiBot> Waiter!! Waiter!! Theres imperial crown jewels of mars in my soup!
L66[12:42:09] <vft​dan> Do any package managers support `conflicts`/`provides`/`replaces` field?
L67[12:43:47] <Redston​eParkour> doubt it
L68[12:45:26] ⇦ Quits: xal (~xal@mx1.xal.systems) (Ping timeout: 180 seconds)
L69[12:45:34] ⇨ Joins: xal (~xal@mx1.xal.systems)
L70[13:12:51] <vft​dan> Is the delivery drone suite provided by any repository?
L71[13:20:10] <vft​dan> :thonk: `dss2-frontend` in OPPM does not have cart functionality
L72[17:06:37] <Forec​aster> %tonk
L73[17:06:38] <MichiBot> Huzzah! Forec​aster! You beat Flamei​ngsoul's previous record of 5 hours, 5 minutes and 14 seconds (By 12 minutes and 51 seconds)! I hope you're happy!
L74[17:06:39] <MichiBot> Forecaster's new record is 5 hours, 18 minutes and 6 seconds! Forecaster also gained 0.00126 (0.00021 x 6) tonk points for stealing the tonk. Position #2. Need 0.149708 more points to pass Spider​EveryOS!
L75[17:56:42] <Amanda> argh
L76[17:56:51] <Amanda> I didn't notice that my ship hasn't docked, so it ran out of H2
L77[18:34:52] <Forec​aster> that's unfortunate probably
L78[18:35:17] <Forec​aster> %sip
L79[18:35:17] <MichiBot> You drink a dotted pink potion (New!). Forecaster hears a train whistle in the distance.
L80[18:45:00] <Va​ur> %chug
L81[18:45:01] <MichiBot> You drink an ommitted orange potion (New!). Vaur feels like one particular wasp has it out for them suddenly.
L82[18:45:57] <Amanda> And it destroyed the landing pad by idling there, too
L83[18:49:56] ⇦ Quits: Vexatos (~Vexatos@2001:4647:af75:0:5c21:c8d:f244:8aa4) (Remote host closed the connection)
L84[18:51:01] *** Joins: Vexatos (~Vexatos@2001:4647:af75:0:4afe:36f9:27e0:536c) Vexatos
L85[18:51:01] zsh sets mode: +v on Vexatos
L86[19:17:36] ⇦ Quits: simon816 (~simon816@secondary.machine.simon816.com) (Quit: ZNC 1.10.1 - https://znc.in)
L87[19:20:16] *** Joins: simon816 (~simon816@secondary.machine.simon816.com) simon816
L88[19:21:01] <Va​ur> %chug
L89[19:21:01] <MichiBot> You drink a wonderful tan potion (New!). Vaur's nails turn silver until they download a car.
L90[19:22:49] <Kristo​bear38> Izzy: https://discordembeds.pc-logix.com/live/1505651826471731483/1779045769608-463fcd3ebde33.jpg
L91[19:23:42] <Va​ur> my parents had one of those
L92[19:48:19] <Forec​aster> Amanda at least you weren't standing under it
L93[19:49:23] *** Joins: Hawk777 (~Hawk777@2605:1700:1080:de00:1ac7:d5f5:d9f5:a05) Hawk777
L94[20:09:30] <Amanda> %p
L95[20:09:31] <MichiBot> Ping reply from Ama​nda 0.28s
L96[20:34:08] <Amanda> %choose more space or halucinate
L97[20:34:08] <MichiBot> Ama​nda: If I had a gold nugget for every time someone asked me about "halucinate"
L98[20:37:55] <Amanda> %choose laptopnaptime?
L99[20:37:55] <MichiBot> Ama​nda: A faraway lamp turns pink
L100[20:38:04] * Amanda tilts her head
L101[20:43:48] * Amanda curls up around Elfi, meows about other worlds to her
L102[22:18:12] ⇦ Quits: Vexatos (~Vexatos@2001:4647:af75:0:4afe:36f9:27e0:536c) (Quit: Insert quantum chemistry joke here)
L103[23:00:04] ⇦ Quits: doskel (~doskel@246c-83ff-fe36-52b7.v6.us-sjo1.upcloud.host) (Remote host closed the connection)
L104[23:06:14] *** Joins: doskel (~doskel@246c-83ff-fe36-52b7.v6.us-sjo1.upcloud.host) doskel
L105[23:19:10] ⇦ Quits: vftdan (b5cb05d1b9@2a00:c70:1:178:170:40:189:1) (Remote host closed the connection)
<<Prev Next>> Scroll to Top