<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:22:35] <luna​r_sam> had a feeling something like this would happen
L2[00:22:56] <luna​r_sam> with the discord files thing
L3[00:36:07] * Amanda offers to let Elfi squish her toe beans in exchange for a good night's sleep without weird quasi-nightmares about being unable to keep a program running or whatever TF her dream was last night
L4[00:36:55] * Elfi just scritches Amanda behind the ears to give her good dreams =w=
L5[00:38:37] * Amanda purrs softly, does a heccen zzzmew
L6[01:50:21] <Ocawes​ome101> %tonk
L7[01:50:22] <MichiBot> Potzblitz! Ocawes​ome101! You beat Va​ur's previous record of 5 hours, 20 minutes and 42 seconds (By 2 hours, 32 minutes and 4 seconds)! I hope you're happy!
L8[01:50:23] <MichiBot> Ocawesome101's new record is 7 hours, 52 minutes and 47 seconds! Ocawesome101 also gained 0.01518 (0.00253 x 6) tonk points for stealing the tonk. Position #3 => #1. (Overtook Vaur)
L9[01:55:14] <theoth​erhive> is the point to just, wait as long as possible before running tonk again or something ?
L10[02:02:05] <Mic​hiyo> Wait as long as possible, without waiting TOO long, and someone else tonking before you
L11[02:21:48] <Izzy> it's like competitive IdleRPG
L12[02:44:05] <theoth​erhive> ahhh ok
L13[02:52:13] <Mic​hiyo> Ugh, damn it, Plesk is going up another $3 a month next year...
L14[03:19:08] ⇨ Joins: Genprotogen (~Genprotog@h135-135-163-52.mrdoid.broadband.dynamic.tds.net)
L15[03:20:08] ⇦ Quits: Genprotogen (~Genprotog@h135-135-163-52.mrdoid.broadband.dynamic.tds.net) (Client Quit)
L16[04:35:00] <CompanionCube> Izzy: cursed trick: dispmanx_vnc + hdmi, using the keyboard without it actually being plugged into the rpi3.
L17[04:43:17] ⇦ Quits: lunar_sam (c44a7f2987@2a00:c70:1:178:170:40:189:1) (Ping timeout: 183 seconds)
L18[04:44:02] ⇨ Joins: lunar_sam (c44a7f2987@2a00:c70:1:178:170:40:189:1)
L19[04:47:02] <PwnagePineap​ple (He/Him)> Hey @sangar. , for 1.20.2 and up, NeoForge (the Forge fork sans LexManos) and Forge are no longer going to be compatible. Do you know at this point which one(s) your mods are going to support? I think Architectury plans on supporting both, but I'm not 100% sure
L20[05:10:16] <Izzy> CompanionCube: reminds me of the mild cursedness of using ... synergy? to use a T400 without a screen's keyboard
L21[05:11:37] * CompanionCube was initially surprised when it happened
L22[05:12:16] <CompanionCube> but it makes sense, input focus doesn't care about which output is being displayed on the monitor...
L23[05:13:55] <CompanionCube> i wanted to do a x11/fbdev comparison with squeak but i don't think the vnc input works :(
L24[05:15:00] <CompanionCube> also it uses like 30% cpu for at most 15fps, but whatever i have 4 cores and i'm not really using most of them
L25[05:16:41] <CompanionCube> there's probably some level of bandwidth/cpu tradeoff but the defaults are acceptable
L26[05:22:12] <Izzy> so I now have a lib/rtfs folder, with an init.lua implementing the block cache and some common functions, plus a mount() function that will automatically select the appropriate version if available.
L27[05:22:14] <CompanionCube> Izzy: not sure there's a standard escape sequence as opposed to SIGWINCH
L28[05:22:22] <Izzy> it appears not :|
L29[05:22:57] <Izzy> guess I'll just have some way to re-scan the screen size if your terminal gets messed up
L30[05:24:51] <CompanionCube> there's a 'resize' command you could implement
L31[05:26:01] <Izzy> another option would be making \27[7n return 4 values instead of 2
L32[05:26:28] <Izzy> first pair would be the current cursor position as expected, second pair would be the terminal geometry
L33[05:26:44] <Izzy> this would be Much Faster than moving the cursor to the bottom right corner and querying for my uses
L34[05:27:22] <Ocawes​ome101> hm might yank that for cynosure 2
L35[05:27:39] <Ocawes​ome101> might not tho, the tty is already pretty fast
L36[05:28:28] <Izzy> the reason it takes nonzero time is because it's actually drawing the cursor moving
L37[05:29:16] <Izzy> annoying, but.
L38[05:29:36] <Izzy> Ocawesome101: iunno if you've read the backlog but I have a second version of rtfs with file fragmentation, it's very fancy
L39[05:29:51] <Ocawes​ome101> iirc mine is optimized enough that if you write it all in one call it won't do that
L40[05:29:56] <Ocawes​ome101> i did, that's neat
L41[05:30:21] <Izzy> hmmm,,,
L42[05:31:15] <Izzy> I wonder if immediately un-saving the cursor position will work
L43[05:31:49] <Ocawes​ome101> only 725 lines though lmao (granted, much of that is me implementing as much of the linux tty spec as possible)
L44[05:32:16] <Izzy> linux tty spec? :o
L45[05:32:26] <Ocawes​ome101> escape codes, rather
L46[05:32:35] <Va​ur> %sip
L47[05:32:35] <MichiBot> You drink a proprietary violium potion (New!). A giant boulder is rolling towards Vaur! They successfully evaded it with a 20 vs DC 15!
L48[05:32:49] <Izzy> ... I don't know whether it actually made it any faster, but the cursor position check is now imperceptable
L49[05:32:52] <Izzy> so :D
L50[05:32:58] <Ocawes​ome101> nice
L51[05:33:16] <Ocawes​ome101> anyway, mine is at <https://github.com/oc-ulos/oc-cynosure-2/blob/dev/src/tty.lua&gt; for your perusal if you wish
L52[05:33:33] <Izzy> I think that worked!
L53[05:34:00] <Izzy> io.write("\27[9999;9999H\27[6n"): slow
L54[05:34:09] <Izzy> io.write("\27[9999;9999H\27[6n\27[u"): fast, because it doesn't actually have to draw the cursor anywhere
L55[05:34:22] <Ocawes​ome101> nice
L56[05:36:17] <Izzy> yeah I was doing it for my readline implementation and having it move the cursor and redraw and stuff made it Significantly Slower
L57[05:37:06] <Ocawes​ome101> i only occasionally use it in mine
L58[05:37:42] <Izzy> I finally managed to kill the thing where you got rolling TV static when you were inputting a line longer than the screen
L59[05:38:24] <Izzy> specifically, doing so at the bottom of the screen
L60[05:38:37] <Ocawes​ome101> ugh that's the worst part of readlines.
L61[05:38:56] <Ocawes​ome101> you mean inputting a line longer than screen width, i assume?
L62[05:39:31] <Izzy> yup
L63[05:39:40] <Izzy> https://git.shadowkat.net/izaya/OC-PsychOS2/src/branch/master/module/buffer.lua#L268-L273
L64[05:39:51] <Ocawes​ome101> yeah that always takes a while to fine-tune out.
L65[05:40:24] <Izzy> while I was at it I also stopped adding empty and duplicate lines to the input history
L66[05:40:26] <Izzy> so that's nice
L67[05:41:24] <CompanionCube> linux tty == TERM=linux, right?
L68[05:45:06] <Izzy> I kind of hate how this is implemented here but I'm not up to tackling that problem yet
L69[06:17:05] <CompanionCube> Izzy: ooh, you know what'll be even more fucked than websites using discord images: links in old discord messages
L70[06:17:24] <CompanionCube> and since discord has both history and search, well!
L71[06:21:14] <Mic​hiyo> links within Discord will likely function fine. It's using those links *outside* Discord that will be an issue.
L72[06:21:48] <Mic​hiyo> Corded and the IRCLog site will be an issue for instance, as once the token they got expires there isn't a way to get a new one.
L73[07:00:12] <Izzy> I have the partition manager automatically attempting to mount filesystems as vcomponents :3
L74[07:18:38] ⇨ Joins: Vexatos (~Vexatos@p200300eaef3af300505db15b45390f1a.dip0.t-ipconnect.de)
L75[07:18:38] zsh sets mode: +v on Vexatos
L76[07:39:06] <Izzy> aaaaand I once again have PsychOS booting from an rtfs partition https://shadowkat.net/tmp/dd5b.png
L77[08:03:04] <ar2​000> Does the rtfs implementations fit in the eeprom ? If yes can you make a bios that with vcomponent that auto add a filesystem component for rtfs disks ?
L78[08:04:21] <ar2​000> I assume the first question is yes
L79[08:04:43] <ar2​000> But for the snd I have no idea if that's possible
L80[08:04:54] <Izzy> it does not, it's about 15k
L81[08:05:43] <ar2​000> So do you have something like a mbr to load the implementation from?
L82[08:05:44] <Izzy> I have a helper program that reads the rtfs index, finds the init.lua, and adds it to the mtpt partition table
L83[08:06:29] <Izzy> my firmware loads that "partition" (a file on the rtfs volume) and that contains the PsychOS kernel and enough libraries to mount the rtfs partition as /boot
L84[08:06:32] <ar2​000> 2nd question: RAID ?
L85[08:07:26] <Izzy> RAID is totally doable but I haven't implemented it yet
L86[08:07:28] <ar2​000> >Izzy: my firmware loads that "partition" (a file on the rtfs volume) and that c…
L87[08:07:28] <ar2​000> Feels like initramfs
L88[08:08:14] <ar2​000> I can see it being a selling point: raid of more than 3 drives
L89[08:08:18] <Izzy> it's much dumber than initramfs! it literally shoves the libraries into the package.loaded table and pretends it require()d t hem normally
L90[08:08:45] <Izzy> :D
L91[08:09:11] <Izzy> yeah one of the usecases I particularly want to serve is a mixed HDD/tape RAID
L92[08:10:01] <Izzy> so you'd have a HDD for the index and then a tape library (chest, transposer, >=1 tape drive) for the data portion
L93[08:10:01] <ar2​000> HDD for metadata and tape for bulk storage?
L94[08:10:06] <Izzy> yeah exactly
L95[08:11:31] <Izzy> another questionably useful thing this lets me do is run PsychOS entirely from a tape drive
L96[08:11:51] <Izzy> no HDDs or FDDs necessary
L97[08:12:20] <Izzy> which is usually just worse, but I've played on servers where the cheapest storage device by a very wide margin was tapes
L98[08:13:44] <ar2​000> Now that I see you talking about tapes, I want to rewrite my tar library. But I don't have much time anymore
L99[08:14:11] <ar2​000> For now it can extract, but not create a archive
L100[08:14:40] <Izzy> when I was playing on that server, my strategy was an EEPROM that would load the contents of the mtar on the tape into the tmpfs, then boot from the init.lua. when I wanted to shut down, I'd write the contents of the tmpfs back to tape
L101[08:15:16] <Izzy> was slow and massively wasteful to do it that way, though, smallest tape is like 700K and it'd only let you use about 64K of it
L102[08:15:38] <ar2​000> >Izzy: when I was playing on that server, my strategy was an EEPROM that would l…
L103[08:15:38] <ar2​000> That's basically initramfs from my understanding with an extra step (rebuilding it every shutdown)
L104[08:15:45] <ar2​000> Well, I'm off to work
L105[08:15:53] <Izzy> o/
L106[08:16:09] <Izzy> that sort of thing is super easy in OC because you're given the tmpfs for free
L107[08:16:15] <Izzy> you don't have to make a fake in-memory FS for it
L108[08:23:40] ⇦ Quits: Michiyo (~Michiyo@50.39.219.205) (Read error: Connection reset by peer)
L109[08:23:59] ⇨ Joins: Michiyo (~Michiyo@50.39.219.205)
L110[08:23:59] zsh sets mode: +o on Michiyo
L111[08:42:15] ⇨ Joins: Gleb (~Gleb@194.106.194.81)
L112[08:45:36] ⇦ Quits: Gleb (~Gleb@194.106.194.81) (Ping timeout: 183 seconds)
L113[09:46:16] <Forec​aster> %tonkout
L114[09:46:17] <MichiBot> Yippee! Forec​aster! You beat Ocawes​ome101's previous record of 7 hours, 52 minutes and 47 seconds (By 3 minutes and 8 seconds)! I hope you're happy!
L115[09:46:18] <MichiBot> Forec​aster has stolen the tonkout! Tonk has been reset! They gained 0.007 tonk points! plus 0.006 bonus points for consecutive hours! (Reduced to 50% because stealing) Current score: 1.24102035. Position #3 => #1 (Overtook Ocawesome101)
L116[11:05:41] <Amanda> *TEST*
L117[11:23:35] <Forec​aster> Nope
L118[11:26:20] <Forec​aster> %sip
L119[11:26:21] <MichiBot> You drink a hot transparent potion (New!). Forecaster's eyes turn transparent until they say the word "Blatherskite".
L120[11:26:38] <Forec​aster> Blatherskite!!
L121[11:26:41] <Forec​aster> phew
L122[11:26:50] <Forec​aster> it was difficult to see for a bit there
L123[11:27:07] <Amanda> %splash @Forecaster with mutable transparent potion
L124[11:27:07] <MichiBot> You fling a mutable transparent potion (New!) that splashes onto @Forecaster. @Forecaster turns into a fox until they see a star fall.
L125[11:30:10] <Forec​aster> Ohno
L126[12:22:36] ⇨ Joins: Thutmose (~Patrick@67.21.186.230)
L127[12:25:52] ⇦ Quits: Thutmose (~Patrick@67.21.186.230) (Ping timeout: 186 seconds)
L128[12:40:30] <Ocawes​ome101> %tonk
L129[12:40:30] <MichiBot> Yippee! Ocawes​ome101! You beat Forec​aster's previous record of <0 (By 2 hours, 54 minutes and 13 seconds)! I hope you're happy!
L130[12:40:31] <MichiBot> Ocawesome101's new record is 2 hours, 54 minutes and 13 seconds! Ocawesome101 also gained 0.0029 tonk points for stealing the tonk. Position #2 => #1. (Overtook Forecaster)
L131[12:40:50] <Ocawes​ome101> %sip
L132[12:40:50] <MichiBot> You drink a basic rainbow potion (New!). The next remote Ocawesome101 looks for is extra hard to find.
L133[13:01:19] * Amanda wanders around looking for where she left the fisile fuels
L134[13:03:05] <Amanda> Wherever I remember leaving one is now just a giant flaming ball of gas in space, what gives?
L135[13:04:11] <Amanda> nadja: did you see who replaced them?
L136[13:11:21] <Forec​aster> huh, Factorio getting rail bridges
L137[13:22:11] <Amanda> or is it getting bridge rails?
L138[13:22:41] <Forec​aster> Looked like the former from the pictures
L139[13:29:22] <Amanda> Fake mews, clearly it's bridge socks
L140[13:35:21] <Forec​aster> %sip
L141[13:35:21] <MichiBot> You drink an included transparent potion (New!). Wheels are briefly square.
L142[15:12:31] <MichiBot> Amanda REMINDER: fleet's back again
L143[15:42:20] <Va​ur> %tonk
L144[15:42:21] <MichiBot> Holy gourd of holding Batman! Va​ur! You beat Ocawes​ome101's previous record of 2 hours, 54 minutes and 13 seconds (By 7 minutes and 37 seconds)! I hope you're happy!
L145[15:42:22] <MichiBot> Vaur's new record is 3 hours, 1 minute and 50 seconds! Vaur also gained 0.00039 (0.00013 x 3) tonk points for stealing the tonk. Position #3. Need 0.01356385 more points to pass Forec​aster!
L146[15:52:37] ⇨ Joins: FlyingSquirrelArms (~FlyingSqu@174.91.115.131)
L147[15:58:03] ⇦ Quits: Amanda (~m-yt727s@pool-71-175-94-81.phlapa.fios.verizon.net) (Ping timeout: 183 seconds)
L148[15:58:18] ⇨ Joins: Amanda (~m-yt727s@pool-71-175-94-81.phlapa.fios.verizon.net)
L149[15:59:36] <Liizzii> Think I'ma try out OC2 on my current modded playthrough (pretty sure i can shove it into the ATM8 modpack. it has CC:Tweaked which feels icky to use)
L150[16:00:07] ⇦ Quits: ThePiGuy24 (~ThePiGuy2@90.246.127.245) (Ping timeout: 183 seconds)
L151[16:00:18] ⇨ Joins: ThePiGuy24 (~ThePiGuy2@90.246.127.245)
L152[16:01:40] ⇦ Quits: DBotThePony (~Thunderbi@31.220.170.28) (Ping timeout: 183 seconds)
L153[16:01:50] ⇨ Joins: DBotThePony (~Thunderbi@31.220.170.28)
L154[16:02:51] <Amanda> ... why did IRC reconnect.
L155[16:03:06] <Liizzii> it go brr
L156[16:03:14] <Amanda> Oh, it was only this network, so I guess it was something with this network
L157[16:03:17] <Liizzii> also ping timeout according to the network
L158[16:03:38] <Amanda> I thought somehow my ansible run had restarted the bouncer, even though it's not managed by this playbook
L159[16:04:03] <Liizzii> i still need to re-learn ansible again
L160[16:04:22] <Amanda> step one: Sacrafice a fox to the yaml goddess
L161[16:04:26] <Liizzii> though readin the documentation is confusing cause my brain doesn't wanna read it in
L162[16:06:30] <Liizzii> @Amanda but what if i wanna cuddle the fox girl instead of sacrificing her?
L163[16:07:06] <Amanda> Just a fox, not a foxgirl
L164[16:07:16] <Amanda> foxgirls are to be detained to extract info
L165[16:07:27] <Liizzii> detained by snuggles?
L166[16:07:29] <Liizzii> :3
L167[16:07:36] <Amanda> If you like
L168[16:07:46] <Amanda> Me and other cats may look at you weird though
L169[16:08:09] <Liizzii> am neko, but fox girls are also cuddly
L170[16:09:25] ⇦ Quits: fingercomp (fingercomp@fomalhaut.me) (Ping timeout: 183 seconds)
L171[16:09:38] ⇨ Joins: fingercomp (fingercomp@fomalhaut.me)
L172[16:10:48] <Liizzii> hmm, just looking thought the oc2 documentation... it is quite different than OC1
L173[16:12:57] <Liizzii> the fact that it uses a linux kernel is kinda cool tho
L174[16:18:22] <Amanda> It is very different, yeah
L175[16:18:47] <Liizzii> probably can't be any more painful to try and learn than CC:Tweaked
L176[16:19:12] <Amanda> It's much more limited too though, not sure if anybody's really started adding support for it
L177[16:19:20] <Amanda> I think Mekanism was going to?
L178[16:19:43] <Liizzii> hmm, yeah. was thinking of adding it just to mess around with stuff
L179[16:19:47] <Amanda> Snagar mentioned them specifically when discussing the design of the HLAPI wnyway
L180[16:20:19] <Liizzii> I'm guessing porting OC1 to 1.18 is a hard task hence it hasn't been attempted yet
L181[16:22:12] <Amanda> It's been attempted several times by several people, but the usual sticking poiint seems to be rendering AIUIA
L182[16:22:30] <Liizzii> yeah, think i found one of the issue threads mentioning that
L183[16:22:34] <Amanda> MC changed rendeering a bunch in 1.16+ and AIUI continues changing shit
L184[16:23:24] <Liizzii> when did M$ take over MC (or aquire mojang if we wanna call it that)? Constantly changing things every update seems very on-brand for microsoft
L185[16:27:30] ⇦ Quits: DBotThePony (~Thunderbi@31.220.170.28) (Ping timeout: 183 seconds)
L186[16:27:36] ⇨ Joins: DBotThePony (~Thunderbi@31.220.170.28)
L187[16:33:41] <Ocawes​ome101> liizii: 2014ish i think
L188[16:42:08] <Liizzii> that early on? wow
L189[16:50:31] <Liizzii> ah fek, the ATM8 pack is 1.19.2
L190[16:50:38] <Liizzii> sadge
L191[16:59:00] <Ocawes​ome101> liizii: yeah, it's gone more downhill more recently, idrk what changed
L192[17:02:08] <Amanda> MS thinks people got complacient
L193[17:02:20] <Amanda> Classic psychology
L194[17:09:41] <Forec​aster> New name, no avatar for Lizzy
L195[17:16:24] ⇦ Quits: FlyingSquirrelArms (~FlyingSqu@174.91.115.131) (Quit: Leaving)
L196[17:17:25] <Forec​aster> %sip
L197[17:17:27] <MichiBot> You drink a solid ocean potion (New!). Forecaster turns into an oculemon robot until their next sip of water.
L198[17:18:37] <Liizzii> how does one set the avatar again?
L199[17:20:10] <Liizzii> %setavatar
L200[17:20:10] <MichiBot> Use `!setmyavatar <url>`
L201[17:20:12] <Liizzii> aha
L202[17:20:21] <Liizzii> %setavatar https://nc.lizzian.uk/s/FNsyaGG5LWykyqW/download
L203[17:20:22] <MichiBot> Use `!setmyavatar <url>`
L204[17:20:26] <Liizzii> oh
L205[17:20:33] <Liizzii> !setmyavatar https://nc.lizzian.uk/s/FNsyaGG5LWykyqW/download
L206[17:20:37] <Liizzii> tewst
L207[17:20:46] <Corded> There was an error processing this request poke Mimiru!
L208[17:20:52] <Liizzii> uhoh
L209[17:21:27] <Forec​aster> Someone else has to talk in-between for the webhook to update
L210[17:21:44] <Liizzii> it failed processing anyway
L211[17:22:48] <Liizzii> hmm, not sure why it failed
L212[17:22:55] <Liizzii> Michiyo: i broke corded
L213[17:32:26] <Liizzii> or perhaps @michiyo
L214[17:35:29] <Amanda> Whatever it is, I'm sure it's @inari's fault somehow
L215[17:35:45] ⇨ Joins: Genprotogen (~Genprotog@h135-135-163-52.mrdoid.broadband.dynamic.tds.net)
L216[17:35:54] <Forec​aster> https://tenor.com/view/robert-downey-jr-iron-man-is-it-too-much-to-ask-for-both-best-of-both-worlds-why-not-both-gif-3787079
L217[17:36:19] <Amanda> yes, RDJ it is
L218[17:37:00] <Genprotogen> Hello?
L219[17:37:06] <Ocawes​ome101> "oxford commas are for your parents, jesus and santa claus"
L220[17:37:06] <Amanda> %yeshi
L221[17:37:07] <MichiBot> Hi, welcome to the opencomputers IRC channel. If you just connected from minecraft, yes this is a real chat. There are people here, but dont expect people to engage with someone who just says "hi" or similar, we are (usually) pretty busy.
L222[17:37:19] <Genprotogen> cool
L223[17:37:32] <Genprotogen> i'am in space
L224[17:37:42] ⇨ Joins: eve (~eve@h135-135-163-52.mrdoid.broadband.dynamic.tds.net)
L225[17:37:57] <eve> hi
L226[17:38:07] <eve> lol
L227[17:38:16] <Amanda> I In space, I'm Amanda
L228[17:38:17] <eve> LOL
L229[17:38:34] <eve> cool
L230[17:38:34] <Amanda> s/^I/Hi/
L231[17:38:35] <MichiBot> <Amanda> Hi In space, I'm Amanda
L232[17:38:59] <eve> cool?
L233[17:39:13] ⇦ Quits: Genprotogen (~Genprotog@h135-135-163-52.mrdoid.broadband.dynamic.tds.net) (Client Quit)
L234[17:39:44] ⇦ Quits: eve (~eve@h135-135-163-52.mrdoid.broadband.dynamic.tds.net) (Client Quit)
L235[17:42:04] <Forec​aster> How suspicious they quit at the same time
L236[17:42:22] <Amanda> I bet they ran off to be lesbians together
L237[17:44:40] <Amanda> %choose start the city over again or cubes or haunted office building
L238[17:44:40] <MichiBot> Ama​nda: "cubes", now with 30% fewer deaths caused by negligence!
L239[17:46:06] <Liizzii> same hostmask, probably on the same server
L240[17:46:12] <Amanda> %choose cubes; controller or mouse
L241[17:46:13] <MichiBot> Ama​nda: controller cubes
L242[17:51:59] <Forec​aster> https://tenor.com/view/thanos-impossible-marvel-shocked-gif-15104180
L243[18:29:45] ⇦ Quits: Vexatos (~Vexatos@p200300eaef3af300505db15b45390f1a.dip0.t-ipconnect.de) (Quit: Insert quantum chemistry joke here)
L244[18:30:05] ⇨ Joins: Vexatos (~Vexatos@p200300eaef3af300505db15b45390f1a.dip0.t-ipconnect.de)
L245[18:30:05] zsh sets mode: +v on Vexatos
L246[18:55:37] <Forec​aster> %tonkout
L247[18:55:37] <MichiBot> Darn it! Forec​aster! You beat Va​ur's previous record of 3 hours, 1 minute and 50 seconds (By 11 minutes and 24 seconds)! I hope you're happy!
L248[18:55:38] <MichiBot> Forec​aster has stolen the tonkout! Tonk has been reset! They gained 0.003 tonk points! plus 0.002 bonus points for consecutive hours! (Reduced to 50% because stealing) Current score: 1.24702035. Position #2 => #1 (Overtook Ocawesome101)
L249[19:17:53] <Michiyo> %phraseban pastes.io
L250[19:18:04] * Michiyo poke
L251[19:18:08] <Michiyo> MichiBot?
L252[19:18:53] <Michiyo> %phraseban list
L253[19:18:54] <MichiBot> The words: bryanostergaard.com, freenodegate, testbadword, bryanostergaard, williampitcock.com, oѕіrіѕlab, irc.libera.chat, https://pastebin.com/edvnf8kn, https://justpaste.it/pesoplumaalabamahotpocket, justpaste.it
L254[19:21:58] <Amanda> The chatgpt fanfic kid get a new pastebin?
L255[19:23:43] <Michiyo> yeah
L256[19:23:49] <Forecaster> %phraseban add pastes.io
L257[19:23:50] <MichiBot> Forec​aster: Added phrase to banlist
L258[19:24:16] <Michiyo> The help page is missing a bunch of sub commands :/
L259[19:24:33] <Forecaster> %phraseban remove https://justpaste.it/pesoplumaalabamahotpocket
L260[19:24:44] <Forecaster> %phraseban del https://justpaste.it/pesoplumaalabamahotpocket
L261[19:24:44] <MichiBot> Forec​aster: Removed phrase from banlist
L262[19:25:13] <Amanda> Might be worth keeping an eye on if they keep doing SI, if so just ban their nick
L263[19:25:31] <Michiyo> Their nicks appear pretty random
L264[19:25:51] <Michiyo> This one wasn't but in the past it's been different every time they hit
L265[19:26:00] <Amanda> Ah
L266[19:26:41] <Michiyo> Funny enough.... this time their nick was too long, and they got auto silenced... lmfao
L267[19:26:49] <Michiyo> so the only ones that saw it were +o'd
L268[19:27:02] <Forec​aster> It's weird that sub-commands are missing
L269[19:27:05] <Forec​aster> it's clearly there...
L270[19:27:19] <Michiyo> IIRC a few commands are missing them
L271[19:27:24] <Forec​aster> the only reason I can think of is it's not a proper sub-command
L272[19:27:33] <Forec​aster> it's hardcoded in the main command
L273[19:27:45] <Forec​aster> then it wont be added to the list
L274[19:28:00] <Amanda> Oh I didn't even realize that hit again, small blessings I guess
L275[19:29:09] <Michiyo> @Forecaster https://github.com/PC-Logix/LanteaBot/blob/master/src/main/java/pcl/lc/irc/hooks/PhraseBan.java#L71-L112 They are implemented the same aren't they?
L276[19:29:19] <Michiyo> Is it because add / del / clear require admin?
L277[19:29:22] <Michiyo> the rest don't.
L278[19:30:03] <Forec​aster> oh, right, they're filtered out
L279[19:30:13] <Forec​aster> you have to click the admin filter at the top to see them
L280[19:30:24] <Michiyo> The hwat now
L281[19:30:25] <Michiyo> ...
L282[19:30:28] <Michiyo> ffs
L283[19:30:35] <Michiyo> %tableflip
L284[19:30:38] <Forec​aster> maybe I should add a hint that there are hidden commands in the list
L285[19:30:39] <Michiyo> %fliptable
L286[19:30:41] <Michiyo> ]AWPSOIEGHJN]zPOSDEIHNG]ZOP{"SHNJIXMEGV
L287[19:30:41] <MichiBot> (╯°□°)╯ ┻━┻
L288[19:31:55] * Amanda offers michiyo an entire roast fox as compensation
L289[19:32:21] <Liizzii> >Michiyo: so the only ones that saw it were +o'd
L290[19:32:28] <Liizzii> I wondered why i couldn't see it on discord
L291[19:32:40] <Liizzii> though i also just realised it wasn't from discord side so derp
L292[19:32:55] <Michiyo> Also @Liizzii I believe the issue with your avatar is Nextcloud... lol
L293[19:33:22] <Amanda> %give MichiBot a hotdog stand Amanda "found"
L294[19:33:23] * MichiBot accepts the hotdog stand Amanda "found" and adds it to her inventory
L295[19:33:38] <cbrze​szczot> >Liizzii: I'm guessing porting OC1 to 1.18 is a hard task hence it hasn't been attempted…
L296[19:33:38] <cbrze​szczot> OC1 1.16 works except for keyboard input capture
L297[19:33:43] <cbrze​szczot> so
L298[19:33:55] <Liizzii> but i did the /download bit which according to curl it does send back an image/png
L299[19:34:40] <Liizzii> @cbrze​szczot doesn't help when the pack I'm playing on is 1.19.2 (thought it was 1.18.2 but after checking it i realised i was initially wrong)
L300[19:37:23] <Liizzi​i-chan> @cbrzeszczot ^ seems @Corded doesn't properly do @mention translations for global usernames
L301[19:37:42] <Michiyo> o_O wtf... so no, I was wrong apologies...
L302[19:37:59] <Michiyo> the error is that it's trying to allocate ~100MB of RAM to download this 6? MB png.
L303[19:38:09] <Liizzii> wut
L304[19:38:14] <Liizzii> how tf?
L305[19:38:45] <Michiyo> Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 100000000 bytes) in /var/www/vhosts/pc-logix.com/httpdocs/discord/yuri/fetchavatar.php on line 30
L306[19:39:00] <cbrze​szczot> >Liizzii: @cbrze​szczot doesn't help when the pack I'm playing on is 1.19.2 (thought it …
L307[19:39:01] <cbrze​szczot> It does, porting from 1.16 will be much less work than from 1.12
L308[19:39:03] <Forec​aster> just let it use unlimited ram
L309[19:39:51] <Liizzii> @asie ah, still that's a lot of work to do and I would burn myself out trying to port it or something and then have no desire to play with the end result
L310[19:40:02] <Ocawes​ome101> asie: keyboard input capture as in capturing keyboard input at _all_, or as in preventing other stuff from using it while the oc gui is open?
L311[19:40:51] <Liizzii> Michiyo: should i try with a non-nextcloud link?
L312[19:40:55] <Michiyo> no
L313[19:41:31] <Michiyo> Try again with your original link
L314[19:41:39] <Liizzii> !setmyavatar https://nc.lizzian.uk/s/FNsyaGG5LWykyqW/download
L315[19:41:51] <Liizzii> nyaa nyaa i'm a cat
L316[19:41:53] <Michiyo> I really need to make that reply
L317[19:42:00] <Liizzii> t
L318[19:42:04] <st​e48> blub
L319[19:42:09] <Michiyo> It's in the directory atleast.
L320[19:42:09] <Liizzi​i-chan> \o/ it works
L321[19:42:30] <Michiyo> fml the code for this is hot garbage...
L322[19:42:46] <Michiyo> Why the fuck do I do this like this??
L323[19:42:54] <Michiyo> Was I drunk or stupid?
L324[19:42:58] <Liizzii> yes
L325[19:43:08] <Michiyo> Well, I don't drink so I'm impressed.
L326[19:43:12] <stephan48> parse_relayed_msg is a nice weechat script making corded forwards actually readable(removing Corded and marking nicks as relayed)
L327[19:43:45] <Michiyo> I have a hexchat script that was written by Myself, Vex, possibly gamax had some input too
L328[19:43:49] <Forec​aster> *re-insert RDJ gif*
L329[19:44:15] <Michiyo> https://paste.pc-logix.com/tiqewumozu.php Seriously WTF was I doing?
L330[19:44:21] <Forec​aster> I have a userscript for ´The Lounge´ web interface
L331[19:44:48] <stephan48> we had a nice topic @work today... never design stuff alone and then ask for feedback at the end.. do some throw and ask for a review early. felt it really really applies to doing private/open source shit too... how often are you the sole person designing stuff blindly with no feedback at all asking yourself why the heck you went crazy there
L332[19:44:54] <Liizzii> I should probably update that at some point (the The Lounge thing that Forecaster is using)
L333[19:45:02] <stephan48> just kill it
L334[19:45:04] <Forec​aster> The lack of indentation is bothering me
L335[19:45:43] <stephan48> the lack of newlines is torturing me
L336[19:48:01] <Michiyo> https://paste.pc-logix.com/oyokovumob.php better?
L337[19:48:12] <Michiyo> I mean it's still fuckin garbage
L338[19:49:20] <Mic​hiyo> Also, realize I need to make Corded use nicks if they exist. Seems they broke when the username change stuff happened
L339[19:50:18] <Forec​aster> it uses nicknames, but if you don't have a nickname set for the server it uses the unique name rather than your display name
L340[19:53:39] <forec​aster> like so, as I've removed my server nickname I have just so I have an upper case F
L341[19:53:59] <Forec​aster> and now it's back
L342[19:54:15] <Liizzi​i-chan> i fix
L343[19:54:16] <FoReC​aStEr> hey
L344[19:54:18] <Liizzi​i-chan> :blobcatblep:
L345[19:54:38] <Forec​aster> < - <
L346[20:01:57] <Mic​hiyo> >Forecaster: it uses nicknames, but if you don't have a nickname set for the server it …
L347[20:01:57] <Mic​hiyo> Right, except asie is asie here, but their messages to IRC were coming through as `cbrzeszczot` which was REALLY confusing. I assume asie has a global nickname, but not a server nickname?
L348[20:02:23] <Liizzi​i-chan> that appears to be the case
L349[20:02:55] <Mic​hiyo> So, as I said, nicknames are broken since the username change from Discord... I'm relaying servernicknames, OR global account names, but NOT global nicknames
L350[20:03:44] <Ocawes​ome101> %tonk
L351[20:03:45] <MichiBot> Jiminy Cricket! Ocawes​ome101! You beat Forec​aster's previous record of <0 (By 1 hour, 8 minutes and 7 seconds)! I hope you're happy!
L352[20:03:46] <MichiBot> Ocawesome101's new record is 1 hour, 8 minutes and 7 seconds! Ocawesome101 also gained 0.00114 tonk points for stealing the tonk. Position #2. Need 0.00339254 more points to pass Forec​aster!
L353[20:18:56] <Forec​aster> Who needs names, we should all just go by uuids instead
L354[20:19:02] <Forec​aster> Much more efficient
L355[20:19:28] <Forec​aster> In real life too
L356[20:19:41] <Liizzi​i-chan> I am not a number I am a free woman
L357[20:22:14] <Amanda> Okay 10
L358[20:22:30] * Amanda flees
L359[20:27:18] ⇨ Joins: ArmFlaps (~ArmFlaps@142.113.119.148)
L360[20:39:24] <ArmFlaps> Read about the legendary Edna Skilton of Regina date raping Richard Simmons here: https://pastes.io/3zb8ipyqbv Excerpt: Once they arrived at her hotel room, Edna quickly undressed Richard and placed him in her bed. She then stripped down to her bra and panties, revealing her massive, supple elbows, which were tattooed with the areolas and nipples. She placed each elbow next to Richard's bratwurst and began to give him a Puñeta Skiltoniana, moving her
L361[20:39:24] <ArmFlaps> elbows up and down to stimulate him. As she did so, she grinded her ***, wet Canadian beaver into his face and forehead, feeling electrified as the kinky hairs of Simmons's afro tickled her labia and beaver tongue.
L362[20:39:25] *** zsh sets mode: +b *!*@142.113.119.148
L363[20:39:28] *** ArmFlaps was kicked by zsh ((MichiBot) Reason: Banned phrase 'pastes.io' | For: 24h | Expires: 09/30/2023 08:39:24 PM))
L364[20:40:19] <Amanda> Gross
L365[20:41:27] <Amanda> Anyways, I wasn't expecting E:D on this listicle of jump scares
L366[20:49:29] <Forec​aster> Huh?
L367[20:49:58] <Liizzii> the random spam poster came back again, i already deleted messages discord side
L368[20:51:23] <Forec​aster> I know, I was referring to the "listicle of jumpscares"
L369[20:52:20] <Amanda> @Forecaster a watculture video about the top 10 jump scares in sci-fi video games, AIUI such videos are called listicles
L370[20:53:04] <Forec​aster> I'd call it a top 10 video
L371[20:53:37] <Forec​aster> Anyway, there are jumps scares in E:D?
L372[20:54:23] <Amanda> @Forecaster when the star suddenly is in front of you after a jump
L373[20:54:57] <Amanda> And it's listicles because it's not always 10
L374[20:55:18] <Amanda> Eg oxbox likes to do 7 item listicles
L375[20:55:35] <Forec​aster> Oh... that's stretching the definition of a jumpscare to me
L376[20:55:56] <Forec​aster> Also referring to a video as an article feels weird
L377[20:56:40] <Amanda> I mean, I've definitely been startled by just how close the star is after a jump before
L378[20:57:04] <Amanda> Not expecting to be kissing the damn thing
L379[20:58:18] <Forec​aster> To me a jumpscare is something specially meant to scare you, not just anything that is startling
L380[21:01:12] <Liizzii> fun fact: openssh will let you send up to 1023 "banner lines" before an ssh version line before it gives up and closes the connection. Additionally, in `ssh -vv` output, the banner lines printout will only print the first 967 characters, however it wont care if you send it a line of 5k characters (or maybe more, i didn't test it beyond that)
L381[21:02:52] <Amanda> Goddesses, google could not make the update dialogs for pixels look more scammy
L382[21:09:03] <Amanda> Like the damn thing doesn't even respect the dark mode properly. It had white text on a white background
L383[21:09:18] <Michiyo> o_O
L384[21:11:19] <Amanda> And it just shows up over whatever app you have open after coming back from euepend
L385[21:11:21] <Forec​aster> But white is very visible, so white foreground *and* background is the most visible!
L386[21:11:38] <Liizzii> hmm, ok it seems openssh does have a banner line limit
L387[21:12:25] <Liizzii> ah
L388[21:12:32] <Liizzii> the limit is 8556
L389[21:12:52] <Liizzii> good to know
L390[21:17:17] <Liizzii> or maybe not
L391[21:17:30] <Liizzii> that might just have been what was sent before the socket shut down
L392[21:17:35] <Liizzii> lets try 8k
L393[21:18:40] <Va​ur> %tonk
L394[21:18:41] <MichiBot> Holy extremely short fork Batman! Va​ur! You beat Ocawes​ome101's previous record of 1 hour, 8 minutes and 7 seconds (By 6 minutes and 49 seconds)! I hope you're happy!
L395[21:18:42] <MichiBot> Vaur's new record is 1 hour, 14 minutes and 56 seconds! Vaur also gained 0.00022 (0.00011 x 2) tonk points for stealing the tonk. Position #3. Need 0.01595131 more points to pass Ocawes​ome101!
L396[21:24:02] <Liizzii> hmm, ok it seems the limit is 8192 chars, which is a nice number
L397[21:24:18] <Liizzii> actually 8194, if including \r\n
L398[21:31:42] <Forec​aster> %sip
L399[21:31:42] <MichiBot> You drink a sans-serif water potion (New!). A lizard flies past that vaguely resembles someone Forecaster knows.
L400[21:31:52] <Va​ur> %sip
L401[21:31:52] <MichiBot> You drink a wild purple potion (New!). Vaur remembers an unimportant appointment.
L402[21:32:12] <Forec​aster> I prefer my water with serifs
L403[22:05:38] <Liizzii> ok, so my small ssh tarpit, sending the phrase "I just wasted your time!" 340 times, and then a \r\n (for a total of 8162 characters), up to a potential 1024-ish times (before a standard ssh client would give up), at 30 seconds between each character would take 7.94 years to send the whole thing.
L404[22:06:25] <Liizzii> No doubt attackers trying to break into servers probably have some form of execution time set up on their stuff to lessen the affects of tarpits, but i wonder how long i can keep clients stuck in it for
L405[22:24:49] <Na​dja> You'd be surprised how easily low-skill attacks are stopped like that :P
L406[22:30:46] <Va​ur> %tonkout
L407[22:30:46] <MichiBot> I'm sorry Va​ur, you were not able to beat Va​ur's record of 1 hour, 14 minutes and 56 seconds this time. 1 hour, 12 minutes and 4 seconds were wasted! Missed by 2 minutes and 52 seconds!
L408[22:30:57] <Va​ur> %sip
L409[22:30:57] <MichiBot> You drink a forked rock potion (New!). A bard starts playing a lute behind Vaur. They don't stop.
L410[22:39:14] <Liizzi​i-chan> Decided to add some little logging stuff to my tarpit thing, might format it a little differently then have it log to a file so i can have a scoreboard tracking how long each IP spends in the pit
L411[22:39:15] <Liizzi​i-chan> Code Block pastebined https://paste.pc-logix.com/bilixowamu
L412[22:39:35] <Liizzi​i-chan> timestamps are a little innacurate
L413[22:39:55] <Liizzi​i-chan> cause it takes at least 30 seconds before it realises the client has gone
<<Prev Next>> Scroll to Top