<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:54:17] ⇦ Quits: Vexatos (~Vexatos@p200300eaEf0539001701bC6a55E3047f.dip0.t-ipconnect.de) (Quit: Insert quantum chemistry joke here)
L2[01:05:51] <Spider ​EveryOS> %tonkout
L3[01:05:51] <MichiBot> Yippee! Spider ​EveryOS! You beat Va​ur's previous record of 7 hours, 52 minutes and 4 seconds (By 52 minutes and 32 seconds)! I hope you're happy!
L4[01:05:52] <MichiBot> Spider ​EveryOS has stolen the tonkout! Tonk has been reset! They gained 0.008 tonk points! plus 0.007 bonus points for consecutive hours! (Reduced to 50% because stealing) Current score: 2.65923908. Position #1
L5[01:09:22] <Ocawes​ome101> i have separated mtarldr from ULOS 2 https://github.com/oc-ulos/mtarldr
L6[01:09:54] <Ocawes​ome101> izzy: you may be interested in this? a way to run programs i.e. full operating systems from MTAR v1 archives
L7[01:13:03] <Izzy> coooool
L8[01:13:25] <Izzy> fun fact: the vcomponent lib works without an OS with only minor changes
L9[01:14:08] <Izzy> so you could wrap that with vcomponent and trick OpenOS into booting from it
L10[01:15:57] <Izzy> (this is how my OpenOS-on-rtfs stuff works, and netbooted OpenOS)
L11[01:24:42] <Izzy> mostly unrelated: I'm thinking about setting up Gitea actions to build PsychOS and similar; was wondering whether you nerds would have any thoughts on whether I should set up docker or just set it up for "host" only so I can make a container with the dependencies and move on with my life
L12[01:55:31] <Ocawes​ome101> izzy: interesting, i might investigate that
L13[02:07:23] ⇦ Quits: nadja (~dequbed@banana-new.kilobyte22.de) (Ping timeout: 190 seconds)
L14[02:08:50] ⇨ Joins: nadja (~dequbed@banana-new.kilobyte22.de)
L15[02:11:19] * Amanda rolls onto Elfi, burying her in floof, does a heccen zzzearflick
L16[02:11:22] <Amanda> Night girls
L17[03:13:51] <lunar_sam> Izzy: did you see what awful stuff i did to make cpioldr work
L18[03:15:57] <lunar_sam> https://github.com/lunaboards-dev/oc-utils/blob/master/cpioldr/cpioldr.lua
L19[03:18:36] <lunar_sam> though! netboot sounds really cool
L20[03:18:50] <lunar_sam> i need to try that at some point
L21[03:19:29] <lunar_sam> i should also write a BIP server for psychos
L22[03:37:02] <lunar_sam> maybe also make a pure BIP EEPROM
L23[03:37:03] <lunar_sam> lol
L24[03:37:52] <Redston​eParkour> why though, when you can use ziptie's BIP?
L25[03:38:49] <lunar_sam> ...because you might only want netbooting
L26[03:39:16] <lunar_sam> also
L27[03:39:51] <lunar_sam> <-- wrote ziptie
L28[03:39:59] <lunar_sam> speaking of i should add a Thing to BIP
L29[03:40:05] <Redston​eParkour> i know
L30[03:40:37] <Izzy> currently running into the realisation that gitea/github actions are not "for" me
L31[03:40:45] <Izzy> given I don't want to run docker or nodejs if I can avoid it
L32[03:40:51] <Ocawes​ome101> huh. i actually wrote good comments in cynosure 2's scheduler.
L33[03:41:08] <Redston​eParkour> perhaps a post-push git hook?
L34[03:41:15] <Izzy> "clone the repo by using this nodejs module!" statements dreamed up by the utterly deranged.
L35[03:41:19] <Izzy> yeah that's probably what I'll do
L36[03:41:56] <Izzy> have a little CGI script web server for which the whole job is to build the repos I configure
L37[03:44:42] <lunar_sam> honestly BIP is super simple
L38[03:44:53] <lunar_sam> but i might add an optional argument thing for ziptie
L39[03:44:55] <lunar_sam> if i can fit it
L40[03:44:56] <lunar_sam> lol
L41[03:47:13] <Redston​eParkour> Izzy: it might be possible to use gitea actions without docker
L42[03:47:25] <Izzy> without docker yes
L43[03:47:30] <Izzy> but all the docs assume you have node
L44[03:48:20] <Izzy> it's not that I can't make it work - I probably can - but rather that I'm using it wrong and it will be eternally inconvenient
L45[03:49:22] <lunar_sam> basically thinking you can add an argument to ziptie instead of the file path for like
L46[03:49:26] <lunar_sam> a desired target
L47[03:49:27] <lunar_sam> lol
L48[03:50:27] <Redston​eParkour> not sure why you would want that
L49[03:50:45] <Redston​eParkour> non-bip netbooting already exists and already supports that
L50[03:51:08] <lunar_sam> i mean yeah
L51[03:51:18] <Izzy> OC is the land of NIH :p
L52[03:51:20] <lunar_sam> just nice to have options
L53[03:51:22] <lunar_sam> :v
L54[03:51:36] <lunar_sam> also it'd just be specifying groups and/or targets
L55[03:51:40] <lunar_sam> (optional)
L56[03:52:14] <lunar_sam> probably just one or the other
L57[03:53:57] <lunar_sam> specifying group might be nice since targets can change for groups
L58[04:00:09] <Izzy> CompanionCube, Lizzy: https://virtuallyfun.com/2024/07/30/trying-to-download-the-latest-vmware-workstation-pro/
L59[04:00:43] <Redston​eParkour> lunar_sam: also... couldn't you have the computer boot the defaut bip target, which opens a selector for bip targets, and when a target is selected, it boots *that* bip target
L60[04:02:04] <lunar_sam> @RedstoneParkour because then i could have it Semi-Automagically(tm) set up
L61[04:04:50] <Redston​eParkour> also it can read the ziptie bios's config iirc so it can do pretty much the same as the bios, but doesn't need to be on the bios
L62[04:06:19] <lunar_sam> oh you know what, that's fair
L63[04:06:24] <lunar_sam> that's a really good idea
L64[04:06:35] <lunar_sam> <-- also intoxicated
L65[04:09:49] <lunar_sam> also means i don't have to implement anything
L66[04:11:42] <lunar_sam> maybe include a bipbootstrap script lol
L67[04:11:46] <lunar_sam> reads from a custom config entry
L68[04:11:55] <Redston​eParkour> except a slight modification to the protocol to allow the client to select the target?
L69[04:12:08] <lunar_sam> also yeah it can read the config entries with `ziptie.cfg.get(index)` iirc
L70[04:12:52] <lunar_sam> i mean, i guess i could add something to bipd to allow clients to change their group
L71[04:13:17] <lunar_sam> and/or get a specific target
L72[04:13:32] <lunar_sam> ...or get the target of a group
L73[04:13:34] <lunar_sam> lots of options
L74[04:13:53] <lunar_sam> not sure what i should do yet
L75[04:14:08] <lunar_sam> luckily it's super easy to make it backwards compatible :)
L76[04:14:14] <Redston​eParkour> i'd say to only allow specifying a custom group
L77[04:14:51] <Ocawes​ome101> what's BIP?
L78[04:15:44] <Redston​eParkour> think pxe
L79[04:20:52] <lunar_sam> BIP = Boot Initiation Protocol
L80[04:20:53] <lunar_sam> https://github.com/lunaboards-dev/oc-utils/blob/master/OpenOS/bip/bipd.lua
L81[04:21:35] <lunar_sam> https://github.com/lunaboards-dev/ziptie/blob/master/src/devs/modem.lua
L82[04:21:39] <lunar_sam> uses the zlan port lol
L83[04:22:32] <lunar_sam> (i also made a super minimal fget)
L84[04:22:35] <lunar_sam> https://github.com/lunaboards-dev/ziptie/blob/master/src/extra/frequest-min.lua
L85[04:44:10] <CompanionCube> Izzy: lol
L86[05:01:35] <Forec​aster> %tonk
L87[05:01:36] <MichiBot> Wild! Forec​aster! You beat Spider ​EveryOS's previous record of <0 (By 3 hours, 55 minutes and 44 seconds)! I hope you're happy!
L88[05:01:37] <MichiBot> Forecaster's new record is 3 hours, 55 minutes and 44 seconds! Forecaster also gained 0.00393 tonk points for stealing the tonk. Position #3 => #2. (Overtook Vaur) Need 0.07415908 more points to pass Spider ​EveryOS!
L89[05:29:24] <Ocawes​ome101> lunar_sam: are there docs somewhere for BIP?
L90[05:29:35] <lunar_sam> not atm
L91[05:29:44] <lunar_sam> client side of BIP is super simple though
L92[05:29:54] ⇨ Joins: Hawk777 (~Hawk777@2001:569:7ca4:2a00:3dd3:1238:715b:ad0c)
L93[05:33:12] <lunar_sam> @Ocawesome101 which part are you trying to implement
L94[05:33:49] <Ocawes​ome101> none right now, but i may implement it in the future
L95[05:34:01] <Ocawes​ome101> once new project #4623 is in a semiworking state
L96[05:34:48] <lunar_sam> fair enough
L97[05:35:33] <Ocawes​ome101> ... and instead of inventing new protocols i'd rather use existing ones lmao
L98[05:35:45] <lunar_sam> fair!
L99[06:01:52] <lunar_sam> @Ocawesome101 https://github.com/lunaboards-dev/Random-OC-Docs/blob/master/protocols/bip/v1.md ping me if you need further info
L100[06:02:44] <Ocawes​ome101> is there an indicator that it's a BIP packet other than that it's on port 9900?
L101[06:03:09] <lunar_sam> no lol
L102[06:03:37] <lunar_sam> i never made an actual implementation of zlan so i'm pretty sure it'd only be BIP on 9900, though don't quote me
L103[06:58:18] ⇦ Quits: Hawk777 (~Hawk777@2001:569:7ca4:2a00:3dd3:1238:715b:ad0c) (Quit: Leaving.)
L104[07:06:24] ⇨ Joins: Vexatos (~Vexatos@p200300EAEF096c009D946a61E6924b6B.dip0.t-ipconnect.de)
L105[07:06:24] zsh sets mode: +v on Vexatos
L106[07:15:57] <Va​ur> %sip
L107[07:15:57] <MichiBot> You drink a woolly aegisalt potion (New!). The bottle turns into a solarium dagger.
L108[09:46:20] <Forec​aster> uuuuuuh https://discordembeds.pc-logix.com/live/1722419179888.png
L109[09:46:30] <Forec​aster> did not expect to see that today
L110[09:46:35] <Forec​aster> or any other day
L111[09:47:27] <ff​_66> the lack of nose ?
L112[09:55:09] <Forec​aster> I don't think lack of is the right word
L113[10:08:43] <Corded> > <Forec​aster> did not expect to see that today
L114[10:08:44] <Na​dja> Gives "blowing one's nose" a whole new meaning.
L115[10:09:45] <ff​_66> someone just stole his nose
L116[10:18:09] <Corded> > <Forec​aster> uuuuuuh
L117[10:18:09] <Va​ur> oh that questline is fun
L118[10:28:30] <Forec​aster> it was short
L119[10:36:24] <Va​ur> %tonk
L120[10:36:24] <MichiBot> Goshhawk! Va​ur! You beat Forec​aster's previous record of 3 hours, 55 minutes and 44 seconds (By 1 hour, 39 minutes and 3 seconds)! I hope you're happy!
L121[10:36:25] <MichiBot> Vaur's new record is 5 hours, 34 minutes and 48 seconds! Vaur also gained 0.0066 (0.00165 x 4) tonk points for stealing the tonk. Position #3 => #2. (Overtook Forecaster) Need 0.06979816 more points to pass Spider ​EveryOS!
L122[11:08:46] <Amanda> @ff_66 look closer, he's got a "nose"
L123[11:09:25] * Amanda meows and looks around
L124[11:22:18] <Corded> > <Ama​nda> @ff_66 look closer, he's got a "nose"
L125[11:22:19] <ff​_66> ah i see, its a grenade, i thought it was nothing because of the darkness of the image
L126[11:45:20] * Amanda spots Elfi hovering in the air without flapping her wings in the weird light-box to the outside
L127[11:45:39] * Amanda curls up under her so she can land safely
L128[11:57:37] <ninte​ndo DS> https://discordembeds.pc-logix.com/live/1722427057043.png
L129[12:33:32] <Forec​aster> I ask myself that all the time
L130[13:18:13] ⇨ Joins: Kronnor (~Kronnor@185.107.192.93)
L131[13:21:02] ⇦ Quits: Kronnor (~Kronnor@185.107.192.93) (Quit: Kronnor)
L132[13:31:04] <ninte​ndo DS> fixed it https://discordembeds.pc-logix.com/live/1722432663851.png
L133[14:34:11] <! Little​Timmy52 !> anyone make a program that displatys images like a billboard?
L134[14:43:52] ⇨ Joins: Hawk777 (~Hawk777@2001:569:7ca4:2a00:f46d:9b8e:bdff:2fc)
L135[14:44:02] <Amanda> %choose space or factory
L136[14:44:02] <MichiBot> Ama​nda: "factory" is for cool kids!
L137[14:44:27] <Amanda> Well, it is quite chilly in the house with the AC on
L138[14:45:11] <Amanda> HRm
L139[14:45:50] <Forec​aster> huh, interesting
L140[14:46:08] <Forec​aster> apparently taking down Sasquatch affected a conversation in Dogtown
L141[14:48:45] <Redston​eParkour> @! LittleTimmy52 !: displaying text with a lower resolution should work
L142[14:48:55] <Redston​eParkour> doing images is a bit harder
L143[14:49:16] <Forec​aster> people have played videos on a large screen, so
L144[14:50:05] <Amanda> %choose factory; 2d or 3d
L145[14:50:05] <MichiBot> Ama​nda: 2d factory
L146[14:50:09] <Amanda> Hrm
L147[14:50:51] <Amanda> I disagree, let's uninstall SF+ and play some more of my northern forest save
L148[14:53:11] ⇦ Quits: uis (~uis@95.165.156.213) (Quit: ZNC 1.7.5 - https://znc.in)
L149[14:53:22] ⇨ Joins: uis (~uis@95.165.156.213)
L150[15:35:55] ⇨ Joins: wer (~wer@85-95-188-44.saransk.ru)
L151[15:36:45] ⇦ Quits: wer (~wer@85-95-188-44.saransk.ru) (Remote host closed the connection)
L152[15:42:27] ⇦ Quits: lunar_sam (c44a7f2987@2a00:c70:1:178:170:40:189:1) (Ping timeout: 207 seconds)
L153[15:44:50] ⇨ Joins: lunar_sam (c44a7f2987@jabberfr.org)
L154[16:13:32] <Va​ur> %tonkout
L155[16:13:33] <MichiBot> Awesome! Va​ur! You beat your own previous record of 5 hours, 34 minutes and 48 seconds (By 2 minutes and 20 seconds)! I hope you're happy!
L156[16:13:33] <MichiBot> Va​ur has tonked out! Tonk has been reset! They gained 0.005 tonk points! plus 0.008 bonus points for consecutive hours! Current score: 2.60244092, Position #2 Need 0.05679816 more points to pass Spider ​EveryOS!
L157[16:57:35] <Spider ​EveryOS> %tonk
L158[16:57:36] <MichiBot> Sard! Spider ​EveryOS! You beat Va​ur's previous record of <0 (By 44 minutes and 3 seconds)! I hope you're happy!
L159[16:57:37] <MichiBot> Spider EveryOS's new record is 44 minutes and 3 seconds! Spider EveryOS also gained 0.00073 tonk points for stealing the tonk. Position #1.
L160[18:17:10] ⇨ Joins: grungle (~grungle@syn-098-011-203-024.res.spectrum.com)
L161[18:17:54] ⇦ Quits: grungle (~grungle@syn-098-011-203-024.res.spectrum.com) (Client Quit)
L162[19:07:37] <Kristo​pher38> @nintendo DS you must really like that demo
L163[19:57:38] <Amanda> %p
L164[19:57:39] <MichiBot> Ping reply from Ama​nda 0.28s
L165[19:57:43] <Amanda> Well, that's good
L166[19:59:46] <Amanda> I forgot to drain regina-c before shutting down it's VM host to do some hardware maintence, seems stuff's being reassigned fine
L167[20:06:42] <Redston​eParkour> %tonk
L168[20:06:42] <MichiBot> Awesome! Redston​eParkour! You beat Spider ​EveryOS's previous record of 44 minutes and 3 seconds (By 2 hours, 25 minutes and 3 seconds)! I hope you're happy!
L169[20:06:43] <MichiBot> RedstoneParkour's new record is 3 hours, 9 minutes and 6 seconds! RedstoneParkour also gained 0.00242 tonk points for stealing the tonk. Position #11. Need 0.02587 more points to pass walks​anator!
L170[20:09:21] ⇦ Quits: Amanda (~m-yt727s@pool-108-2-215-178.phlapa.fios.verizon.net) (Ping timeout: 183 seconds)
L171[20:10:57] ⇨ Joins: Amanda (~m-yt727s@pool-108-2-215-178.phlapa.fios.verizon.net)
L172[20:16:03] ⇦ Quits: lunar_sam (c44a7f2987@jabberfr.org) (Ping timeout: 190 seconds)
L173[20:16:48] ⇨ Joins: lunar_sam (c44a7f2987@jabberfr.org)
L174[20:25:07] <Corded> > <Kristo​pher38> @nintendo DS you must really like that demo
L175[20:25:07] <ninte​ndo DS> yeah i do
L176[21:09:28] <Amanda> Well, that's 2/3 of the nodes with new fans. Looking promising, now that I've got metrics working again
L177[21:09:56] <Amanda> Hopefully i remember to drain regina-a tomorrow when I go to replace 34tauri-a's fan
L178[21:37:46] <Va​ur> %sip
L179[21:37:46] <MichiBot> You drink a diluted rock potion (New!). Vaur knows the exact location of a particular molecule of oxygen until they eat a pie.
L180[21:38:18] <Amanda> %splash @Forecaster with mutable rainbow potion
L181[21:38:18] <MichiBot> You fling a mutable rainbow potion (New!) that splashes onto @Forecaster. @Forecaster turns into a sword girl until Sozin's Comet returns.
L182[23:42:12] <Spider ​EveryOS> %tonk
L183[23:42:12] <MichiBot> Gadsbudlikins! Spider ​EveryOS! You beat Redston​eParkour's previous record of 3 hours, 9 minutes and 6 seconds (By 26 minutes and 23 seconds)! I hope you're happy!
L184[23:42:13] <MichiBot> Spider EveryOS's new record is 3 hours, 35 minutes and 29 seconds! Spider EveryOS also gained 0.00176 (0.00044 x 4) tonk points for stealing the tonk. Position #1.
L185[23:56:50] ⇦ Quits: Vexatos (~Vexatos@p200300EAEF096c009D946a61E6924b6B.dip0.t-ipconnect.de) (Quit: Insert quantum chemistry joke here)
<<Prev Next>> Scroll to Top