<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:05:10] <t20kdc> dequbed: TELNET negotiation is, if I recall, a half-optional way to control all the fancy "out of band" flow control stuff a terminal has. There's probably other stuff, but that's the gist of it.
L2[00:06:22] <t20kdc> Things like local and remote echo are controlled this way. However, it's done in such a way that either side of a connection can request a change in remote state or state a forced change to local state.
L3[00:09:24] <t20kdc> TELNET commands are always prefixed with 255 as the 'magic byte' to start a command.
L4[00:10:42] <t20kdc> Anything else is always data, and there's a TELNET command to escape the 255 byte.
L5[00:13:12] <Amanda> Is there? I should probably support that...
L6[00:13:18] <Amanda> then again, it probably doesn't matter a much for a MUD
L7[00:13:53] <t20kdc> Given that 255 is invalid UTF-8, you really don't need to support it outside of making sure your server doesn't go terribly wrong if it encounters it.
L8[00:14:20] <Amanda> Oh... so deleting /dev/* and nuking everything isn't the right answer?
L9[00:14:26] * Amanda hastily scribbles nots
L10[00:14:29] <Amanda> notes*
L11[00:16:21] <t20kdc> To be clear, 255 is always invalid UTF-8, in any context. There are lower bytes which are valid UTF-8 in some systems and invalid UTF-8 in others, depending on if they think that reducing Unicode space for UTF-16's sake is or is not short-sighted.
L12[00:21:33] <t20kdc> Anyway, back on the topic of TELNET: Depending on which RFC you particularly want to trust, treating "local echo" to mean "local line editing" is either a good idea or terrible, bad, don't do this, use another relatively complex RFC instead.
L13[00:21:42] ⇦ Quits: Izaya (~izaya@210.1.218.92) (Read error: Connection reset by peer)
L14[00:22:04] ⇨ Joins: Izaya (~izaya@210.1.218.92)
L15[00:24:10] <t20kdc> In practice, local echo, which is the default according to RFC 854, appears to mean "default no-GNU-readline program IO" on "standard" TELNET implementations, with explicit MUD clients potentially being different.
L16[00:27:29] <t20kdc> Finally, the most confusing thing is that (in practice at least?), as a server, if you don't want the client to do local echo, you send IAC WILL ECHO (i.e. the server will echo, therefore the client does not need to echo), not IAC DON'T ECHO.
L17[00:28:34] <t20kdc> The definition of "ECHO" in TELNET is that the local (echo-on) side is taking responsibility for sending back characters it receives from the remote host.
L18[00:29:55] <t20kdc> (See RFC 857 for the exact wording)
L19[00:42:44] <t20kdc> RFC 1184 contains the LINEMODE option, which seems to be... well, a great way to complicate things.
L20[00:49:11] <t20kdc> TLDR: As a server, read RFC 854, don't confuse commands and data, ignore commands you don't recognize that don't affect recognition, and if you're properly compliant, answer DON'T and WON'T to WILL and DO.
L21[00:51:34] <t20kdc> As a client, do pretty much the same, but also keep in mind that in practice you also need to implement a VT of some sort. You can get by just with implementing ansi.sys, in theory.
L22[00:55:38] ⇦ Quits: t20kdc (~20kdc@cpc139384-aztw33-2-0-cust220.18-1.cable.virginm.net) (Remote host closed the connection)
L23[01:08:06] <dequbed> Amanda: yo, you there? I need a staunch american for something :P
L24[01:13:27] <Amanda> dequbed: depends, what's it worth to ya? :P
L25[01:14:12] <dequbed> Amanda: 4½ scritches, redeemable at a time of your choosing
L26[01:14:34] <Amanda> Also I'm not sure what staunch means, but I've been ashamed to be American since I was like.. 13-14
L27[01:15:16] <Amanda> More than half my life now. I'm just trapped by family obligations/emotional dependence
L28[01:16:27] <Va​ur> %sip
L29[01:16:27] <MichiBot> You drink a smelly solarium potion (New!). Vaur grows a tail from a shark until their next sip of water.
L30[01:17:30] <dequbed> Amanda: I'm trying to imply you're a brainwashed patriot, I just want to make use of the fact that the american educational system does not put any importance on teaching foreign languages
L31[01:17:54] <dequbed> Anyway: Is the word 'relationshippartner' harder to read than 'relationship partner'?
L32[01:17:54] <Amanda> Ah
L33[01:18:35] <Amanda> About the same, but I've grown up in the times of pen island dot com
L34[01:18:53] <Amanda> (no idea if that's sfw)
L35[01:22:44] <dequbed> Amanda: huh, thanks
L36[01:29:23] <Amanda> dequbed: might be a different story if there were more small words in the string. But like I said, I grew up with pen island being the schoolyard joke
L37[01:30:28] <Amanda> %choose rainbox $; meow or later
L38[01:30:28] <MichiBot> Ama​nda: rainbox later
L39[01:34:23] <dequbed> Amanda: so something like "spittleprotectionglassinsert" or "workincapacitationattestation"?
L40[01:34:41] <dequbed> Okay even I can't read them properly.
L41[01:35:04] <Amanda> Both of those are pretty clear. Spittle protection glass insert and work incapacitation attestation
L42[01:35:45] <Amanda> (assuming that's even right)
L43[01:35:48] <dequbed> it is
L44[01:35:50] ⇦ Quits: Izaya (~izaya@210.1.218.92) (Read error: -0x1: UNKNOWN ERROR CODE (0001))
L45[01:36:13] <Amanda> See, the word therapist taught me to assume the larger words are more likely to err to
L46[01:36:56] <dequbed> That leaves me to conclude that no, the "GeRmAn HaS a WoRd FoR aNyThInG"-crown is just very ignorant.
L47[01:36:56] <Amanda> ( and it's somewhat awkward that that's exactly how I even remember to spell it )
L48[01:38:25] <Amanda> Well, I mean, English doesnt tend to smash the words together like that like German tends to. So yeah it's mostly ignorance, not realizing that's exactly what's happening
L49[01:39:22] <Amanda> All those words are probably only really legible to me because I grew up trying to understand urls lolol
L50[01:39:36] ⇨ Joins: Izaya (~izaya@210.1.218.92)
L51[01:40:32] <Amanda> So it's not so much German having words for everything as German Grammer not discouraging Frankenstein words
L52[01:41:32] <dequbed> Amanda: Well yes but it occured to me that maybe the issue is actually since they did not grow up with german they don't have the pattern matching engine that makes German instantly go "Arbeitsunfähigkeitsbescheinigung" => "Arbeits|unfähigkeits|bescheinigung" and "Donau­dampf­schiffahrts­elektrizitäten­haupt­betriebs­werk­bau­unter­beamten­gesellschaft" => "Donau|­((dampf­|schiff)|fahrts)|­elektrizitäten|(haupt­|(betriebs­|werk))
L53[01:41:34] <dequbed> ­(bau|­(unter|­beamten)­|gesellschaft)"
L54[01:41:53] <dequbed> Both of which are totally normal German words btw
L55[01:43:36] <Amanda> Ah
L56[01:44:00] <Amanda> Well like I said, I grew up trying to understand urls for my lysdexia to be able to type then back later
L57[01:45:43] <Amanda> Also, this convo make me imagine this fake quote: sysadmins don't say daisy2007 they say correcthorsebatterystaple and I think that's beautiful
L58[01:54:23] ⇦ Quits: ben_mkiv|afk (~ben_mkiv@200116b81487e7004ea1572d76583b64.dip.versatel-1u1.de) (Ping timeout: 189 seconds)
L59[02:08:57] ⇦ Quits: Izaya (~izaya@210.1.218.92) (Read error: Connection reset by peer)
L60[02:09:33] ⇨ Joins: Izaya (~izaya@210.1.218.92)
L61[02:09:42] <Amanda> Izaya seems to have ddosed himself again
L62[02:49:56] ⇦ Quits: ThePiGuy24 (~ThePiGuy2@host-92-17-126-142.as13285.net) (Ping timeout: 189 seconds)
L63[02:56:13] ⇦ Quits: Thutmose (~Patrick@host-69-59-79-181.nctv.com) (Quit: Leaving.)
L64[03:02:34] * Amanda beams a fairy-sized cute pink beanie onto Elfi's head, observes her reaction
L65[03:03:19] * Amanda tucks in around Elfi, zzzmews while the camera recorda
L66[03:06:07] ⇨ Joins: Izaya_ (~izaya@210.1.218.92)
L67[03:06:08] ⇦ Quits: Izaya (~izaya@210.1.218.92) (Read error: Connection reset by peer)
L68[03:07:26] *** Izaya_ is now known as Izaya
L69[03:12:37] ⇦ Quits: Izaya (~izaya@210.1.218.92) (Read error: Connection reset by peer)
L70[03:13:22] ⇨ Joins: Izaya (~izaya@210.1.218.92)
L71[03:18:35] ⇦ Quits: Izaya (~izaya@210.1.218.92) (Read error: Connection reset by peer)
L72[03:20:56] ⇨ Joins: Izaya (~izaya@210.1.218.92)
L73[03:39:42] ⇦ Quits: Izaya (~izaya@210.1.218.92) (Read error: Connection reset by peer)
L74[03:44:19] <Va​ur> %tonkout
L75[03:44:20] <MichiBot> Awesome! Va​ur! You beat Compan​ionCube's previous record of 5 hours, 29 minutes and 18 seconds (By 25 minutes and 38 seconds)! I hope you're happy!
L76[03:44:21] <MichiBot> Va​ur has stolen the tonkout! Tonk has been reset! They gained 0.005 tonk points! plus 0.004 bonus points for consecutive hours! (Reduced to 50% because stealing) Current score: 0.99508255. Position #1
L77[03:45:14] <Va​ur> %sip
L78[03:45:15] <MichiBot> You drink a shiny nectar potion (New!). Vaur grows whiskers until the next time they hug someone.
L79[03:48:16] ⇨ Joins: Izaya (~izaya@210.1.218.92)
L80[03:51:48] <Ar​iri> Izaya: https://twitter.com/misaki_d3su/status/1390135933899403269?s=21
L81[03:55:50] ⇦ Quits: Izaya (~izaya@210.1.218.92) (Read error: Connection reset by peer)
L82[03:56:27] ⇨ Joins: Izaya (~izaya@210.1.218.92)
L83[03:58:37] <Va​ur> %tonk
L84[03:59:18] <Va​ur> %tonk
L85[03:59:32] <Va​ur> ....
L86[03:59:39] <Va​ur> %tonk
L87[03:59:40] <MichiBot> Holy pencil Batman! Va​ur! You beat your own previous record of <0 (By 15 minutes and 20 seconds)! I hope you're happy!
L88[03:59:41] <MichiBot> Vaur's new record is 15 minutes and 20 seconds! No points gained for stealing from yourself. (Lost out on 0.00026)
L89[04:23:05] <Ar​iri> Izaya, yuri if you didn't get it earlier: https://twitter.com/misaki_d3su/status/1390135933899403269?s=21
L90[04:27:18] ⇦ Quits: Izaya (~izaya@210.1.218.92) (Read error: Connection reset by peer)
L91[04:29:13] ⇨ Joins: Izaya (~izaya@210.1.218.92)
L92[04:37:48] ⇦ Quits: Izaya (~izaya@210.1.218.92) (Read error: Connection reset by peer)
L93[04:38:03] ⇨ Joins: Izaya (~izaya@210.1.218.92)
L94[05:19:18] ⇦ Quits: Izaya (~izaya@210.1.218.92) (Ping timeout: 189 seconds)
L95[05:21:55] <n​il> %tonk
L96[05:21:56] <MichiBot> Willikers! n​il! You beat Va​ur's previous record of 15 minutes and 20 seconds (By 1 hour, 6 minutes and 55 seconds)! I hope you're happy!
L97[05:21:57] <MichiBot> nil's new record is 1 hour, 22 minutes and 15 seconds! nil also gained 0.00112 tonk points for stealing the tonk. Position #4. Need 0.43743939 more points to pass Forec​aster!
L98[05:24:53] ⇨ Joins: Izaya (~izaya@210.1.218.92)
L99[05:37:03] ⇨ Joins: ThePiGuy24 (~ThePiGuy2@host-92-17-126-142.as13285.net)
L100[05:54:57] <Ar​iri> https://www.reddit.com/r/KerbalSpaceProgram/comments/n5z6fi/recreate_some_of_this_desings_im_already_on_one/
L101[05:57:07] <Izaya> Ariri: didn't follow the instructions on the shirt >.>
L102[06:03:32] ⇦ Quits: ThePiGuy24 (~ThePiGuy2@host-92-17-126-142.as13285.net) (Ping timeout: 189 seconds)
L103[06:15:34] ⇨ Joins: ThePiGuy24 (~ThePiGuy2@host-92-17-126-142.as13285.net)
L104[06:17:17] ⇦ Quits: ThePiGuy24 (~ThePiGuy2@host-92-17-126-142.as13285.net) (Read error: Connection reset by peer)
L105[06:17:23] ⇨ Joins: ThePiGuy24 (~ThePiGuy2@host-92-17-126-142.as13285.net)
L106[06:55:30] ⇦ Quits: bauen1 (~bauen1@62.216.210.62) (Ping timeout: 189 seconds)
L107[06:58:53] <Izaya> ARK quality. I can't log in because my inventory is too full.
L108[07:23:08] ⇨ Joins: bauen1 (~bauen1@62.216.210.62)
L109[07:24:46] <bad at​ vijya> Izaya: what the fuck
L110[07:25:00] <bad at​ vijya> also i made a lil script to automagically generate nginx reverse proxy configs :)
L111[07:25:06] <Izaya> the ARK thing?
L112[07:25:21] <Izaya> I turned my graphics settings down and managed to log in. I don't see why this changes how full the buffer gets.
L113[07:27:38] <bad at​ vijya> wtf
L114[07:28:07] <bad at​ vijya> i'm currently trying to grab a big old postgresql file from my backup tar
L115[07:28:15] <bad at​ vijya> lowkey regretting using lzma and not lz4
L116[07:28:37] * Izaya whispers "squashfs"
L117[07:29:17] <bad at​ vijya> izaya
L118[07:29:19] <bad at​ vijya> it's a bit late now
L119[07:29:20] <bad at​ vijya> also
L120[07:29:28] <bad at​ vijya> unsure what box i should host my postgres server on
L121[07:29:43] <bad at​ vijya> maybe i should make a box or something dedicated to it
L122[07:29:45] <bad at​ vijya> hm
L123[07:30:31] <bad at​ vijya> i really wish google didn't have that fuckin delayed "oh here's some related shit" thing
L124[07:30:39] <bad at​ vijya> because it's always the second link that i want to click
L125[07:30:47] <bad at​ vijya> and i always click the "related shit" links
L126[07:38:54] <Izaya> I imagine that's why they do it
L127[07:42:06] ⇨ Joins: Vexatos (~Vexatos@port-92-192-163-98.dynamic.as20676.net)
L128[07:42:06] zsh sets mode: +v on Vexatos
L129[07:48:27] <Izaya> hmmmm
L130[07:48:50] <Izaya> after more research, yeah, FireWire has a standard way to interact with the controllers so as long as the card supports OHCI Linux can deal with it
L131[07:48:58] <Izaya> now the question is, PCI or PCI-e?
L132[07:50:05] <Lizzy> PCIeeeeeeeeeeeeeeeeee
L133[07:50:22] <Izaya> that'll only work in my desktop and a few others though
L134[07:51:16] <Izaya> sure, going forward it'll work in more stuff, but right now everything has PCI but not many have a spare PCI-e slot
L135[07:54:54] <bad at​ vijya> aaaaaaaaa
L136[07:55:11] <bad at​ vijya> i have like four boxes and i finally have my proxy box set up sanely
L137[07:55:16] <bad at​ vijya> now i just need to set up uhhh
L138[07:55:18] <bad at​ vijya> everything else
L139[07:55:51] <bad at​ vijya> ...oh fuck, did i back up my website
L140[07:55:52] <bad at​ vijya> fug
L141[07:56:00] ⇨ Joins: ben_mkiv (~ben_mkiv@200116b81487e7004ea1572d76583b64.dip.versatel-1u1.de)
L142[07:56:11] <bad at​ vijya> i did not
L143[07:56:12] <bad at​ vijya> oh well
L144[07:58:11] <bad at​ vijya> [x] neat
L145[07:58:16] <bad at​ vijya> there's an arch wiki article on prosodoy
L146[07:58:18] <bad at​ vijya> prosody
L147[07:58:19] <bad at​ vijya> jesus
L148[08:00:43] <Izaya> yup
L149[08:29:45] <Forec​aster> %tonk
L150[08:29:46] <MichiBot> Holy tiny packet of salt Batman! Forec​aster! You beat n​il's previous record of 1 hour, 22 minutes and 15 seconds (By 1 hour, 45 minutes and 34 seconds)! I hope you're happy!
L151[08:29:47] <MichiBot> Forecaster's new record is 3 hours, 7 minutes and 50 seconds! Forecaster also gained 0.00352 (0.00176 x 2) tonk points for stealing the tonk. Position #3. Need 0.1417303 more points to pass Compan​ionCube!
L152[08:50:05] <bad at​ vijya> `Should be able to do TLS but no context available`
L153[08:50:07] <bad at​ vijya> pain
L154[09:00:03] <bad at​ vijya> fucking
L155[09:00:05] <bad at​ vijya> won't accept
L156[09:00:08] <bad at​ vijya> my certs
L157[09:01:50] <dequbed> Izaya: Do you plan to set up a FW network? :P
L158[09:02:53] <bad at​ vijya> ah yes, i had to add an `ssl = { ... }` block to get the actual error
L159[09:03:19] <bad at​ vijya> that it couldn't find the certs because i forgot a letter in the directory name
L160[09:03:20] <bad at​ vijya> pain
L161[09:03:22] <bad at​ vijya> suffering
L162[09:03:23] <bad at​ vijya> agony
L163[09:16:51] <Izaya> dequbed: only a little one
L164[09:16:58] <Izaya> as a treat
L165[09:17:37] <dequbed> Izaya: I'd tell you "have fun" but realistically speaking with FW you won't :P
L166[09:25:22] <bad at​ vijya> dear fucking god i'm going to kermit holy shit
L167[09:35:35] <bad at​ vijya> Izaya: did you get my test
L168[09:35:42] <Izaya> yeah
L169[09:36:58] <bad at​ vijya> cool
L170[10:06:38] ⇦ Quits: ben_mkiv (~ben_mkiv@200116b81487e7004ea1572d76583b64.dip.versatel-1u1.de) (Ping timeout: 189 seconds)
L171[12:23:44] ⇨ Joins: TPG24 (~ThePiGuy2@host-92-17-126-142.as13285.net)
L172[12:25:36] ⇦ Quits: ThePiGuy24 (~ThePiGuy2@host-92-17-126-142.as13285.net) (Ping timeout: 198 seconds)
L173[12:40:27] ⇨ Joins: kaa190 (~kaa190@194.125.251.34)
L174[12:40:33] <kaa190> /Muid
L175[12:40:42] <kaa190> /MUİD
L176[12:40:54] <kaa190> ĞĞĞĞĞĞÜÜÜÜĞĞĞĞ4
L177[12:44:48] ⇦ Quits: kaa190 (~kaa190@194.125.251.34) (Ping timeout: 189 seconds)
L178[12:51:54] ⇨ Joins: Thutmose (~Patrick@host-69-59-79-181.nctv.com)
L179[13:10:54] ⇨ Joins: ThePiGuy24 (~ThePiGuy2@host-92-17-126-142.as13285.net)
L180[13:11:26] ⇦ Quits: TPG24 (~ThePiGuy2@host-92-17-126-142.as13285.net) (Ping timeout: 189 seconds)
L181[13:14:48] ⇦ Quits: Thutmose (~Patrick@host-69-59-79-181.nctv.com) (Quit: Leaving.)
L182[13:17:29] * Amanda checks the camera recording, sees Elfi didn't move at all last night, beams the hat back off of her, worried she's overloading the cutie detectors
L183[13:17:59] * Elfi squeak
L184[13:18:21] * Amanda beams a mug of coffee in front of Elfi, as a petentcn
L185[13:19:06] * Elfi wiggles her antennae and yawns, was having a cozy sleep since her cutie detectors weren't picking up everything
L186[13:19:16] * Elfi sip coffee
L187[13:19:18] * Amanda giggles
L188[13:19:28] * Amanda beams a hat in front of Elfi
L189[13:19:34] <Amanda> s/a hat/the hat/
L190[13:19:34] <MichiBot> * Amanda beams the hat in front of Elfi
L191[13:20:30] <Elfi> Thank you <3
L192[13:24:19] <Izaya> dequbed: https://www.rockpapershotgun.com/x3-farnhams-legacy
L193[13:24:51] <Izaya> > trailer has audio files from Chatterer
L194[13:38:08] <Va​ur> %tonk
L195[13:38:10] <MichiBot> Darn! Va​ur! You beat Forec​aster's previous record of 3 hours, 7 minutes and 50 seconds (By 2 hours and 33 seconds)! I hope you're happy!
L196[13:38:11] <MichiBot> Vaur's new record is 5 hours, 8 minutes and 23 seconds! Vaur also gained 0.00804 (0.00201 x 4) tonk points for stealing the tonk. Position #1.
L197[13:38:41] <Va​ur> alright, back to 1.0 @Forecaster you can shell me again 😄
L198[13:38:56] <Forec​aster> %shellcount
L199[13:38:57] <MichiBot> Forec​aster: You have 1 Blue Shell, 0 Red Shells, 1 Green Shell, and 2 Bricks
L200[13:39:04] <Forec​aster> hm
L201[13:39:14] <Va​ur> %sip
L202[13:39:15] <MichiBot> You drink a hairy citrus potion (New!). Vaur's nose vanish until they have some bacon.
L203[13:39:24] <Forec​aster> If I do it now surely I would miss
L204[13:39:28] <Va​ur> %shellcount
L205[13:39:28] <MichiBot> Va​ur: You have 1 Blue Shell, 4 Red Shells, 7 Green Shells, and 2 Bricks
L206[13:40:06] <Forec​aster> you should definitely use that blue shell
L207[13:41:22] <Va​ur> ... I ... cant ?
L208[13:41:41] <Va​ur> or is that the joke ?
L209[13:41:48] <Va​ur> probably wooosh over me
L210[13:42:06] <Forec​aster> well, you could try, but you're right, it wouldn't work
L211[13:42:14] <Forec​aster> it should say you can't target yourself
L212[13:44:58] <Va​ur> \*if only bricks were implemented I could use those
L213[13:45:00] <Va​ur> \*if only bricks were implemented I could use those* [Edited]
L214[14:16:45] <Forec​aster> not sure this is how you want to install your windows on your spaceship https://tinyurl.com/ygnd4vto
L215[14:36:05] <ThePi​Guy24> well the windows were like that on every spaceship ive ever been on
L216[14:41:50] ⇨ Joins: ben_mkiv (~ben_mkiv@2001:16b8:1e7e:9100:3734:eb46:dbd5:7318)
L217[14:47:57] <Va​ur> %sip
L218[14:47:58] <MichiBot> You drink a shining transparent potion (New!). Gravity reverses for Vaur until they have some bacon.
L219[14:57:10] <Forec​aster> Hm. Somewhat disappointed Samsung apparently decided to stop with expandable storage at the S21 for some reason
L220[15:00:00] <Forec​aster> if I'd know that I would have waited to get the 256GB version instead of the 128GB one
L221[15:00:07] <Forec​aster> if I'd known that I would have waited to get the 256GB version instead of the 128GB one [Edited]
L222[15:00:09] <Va​ur> %sip
L223[15:00:11] <MichiBot> You drink a forked water potion (New!). A giant boulder is rolling towards Vaur! They fail to evade it with a 12 vs DC 15 and takes 1d​6 => 6 damage.
L224[15:01:32] ⇨ Joins: t20kdc (~20kdc@cpc139384-aztw33-2-0-cust220.18-1.cable.virginm.net)
L225[15:36:58] ⇨ Joins: Hawk777 (~chead@2607:c000:8264:fc00:4474:4451:f709:a9c4)
L226[15:38:46] ⇨ Joins: CodeOverReality (webchat@4-132.gtt-net.cz)
L227[15:39:23] ⇦ Quits: ben_mkiv (~ben_mkiv@2001:16b8:1e7e:9100:3734:eb46:dbd5:7318) (Ping timeout: 189 seconds)
L228[15:39:46] ⇦ Quits: CodeOverReality (webchat@4-132.gtt-net.cz) (Client Quit)
L229[15:57:41] <Izaya> these methane engines are neat
L230[15:57:54] <Izaya> slapped 6 atmo ones and a big vacuum one on a 5m stack
L231[15:58:24] <Izaya> biggest tank I could find, too
L232[15:59:03] <Izaya> 2.5km/s dV in orbit, single stage, switching engines over once we went to vacuum for e f f i c i e n c y
L233[16:04:53] <Ocawes​ome101> http://0x0.st/-BTy.png i made some art. i think his robe needs more gradience but overall i'm fairly happy with it
L234[16:20:33] <Ocawes​ome101> so apparently ocdoc.cil.li's SSL expired today
L235[16:20:35] <Ocawes​ome101> who runs that?
L236[16:21:11] <Ocawes​ome101> actually all of cil.li
L237[16:22:02] <SquidDev> I think Lizzy? Or is that only forums?
L238[16:22:14] <Forec​aster> %fling "Lizzy" "SSL certs"
L239[16:22:15] <MichiBot> Forec​aster flings SSL certs in a random direction. It hits the ground near Li​zzy
L240[16:23:02] <Lizzy> Forecaster, if it's not oc.cil.li specifically, it's not my problem
L241[16:23:05] <Lizzy> blame @sangar
L242[16:23:56] <Forec​aster> but you knew who to shift blame to, so mission complete
L243[16:23:59] <Forec​aster> :D
L244[16:32:29] <San​gar> uhm, what the heck. those should be autorenewed o.O
L245[16:36:57] <Hawk777> I already reported that on the forum. oc.cil.li is fine, ocdoc is not.
L246[16:40:13] <San​gar> well, apparently something somewhere expired. now we wait for dns to ripple through.
L247[16:45:35] <kinkinkijkin> hey izaya, I am setting up a computer in my server to test various operating systems. how would I go about getting psychOS on an hdd for that computer?
L248[16:58:30] <Ko​dos> Hehe you checked oppm
L249[16:58:33] <Ko​dos> Have
L250[17:00:46] <Forec​aster> %sip
L251[17:00:47] <MichiBot> You drink a resonating black potion (New!). Forecaster feels a strong urge to recycle the potion bottle.
L252[17:01:03] <Forec​aster> %fling "" potion bottle
L253[17:01:03] <MichiBot> I had an exception... ow. Here's the stacktrace: https://paste.pc-logix.com/ivacisevuc
L254[17:01:10] <Forec​aster> oh right
L255[17:01:24] ⇨ Joins: MajGenRelativity (~MajGenRel@c-73-123-203-209.hsd1.ma.comcast.net)
L256[17:02:04] <Izaya> kinkinkijkin, clone the repo, run the build script, cpio it, upload it somewhere, then use uncpio from the forums to unpack it to a HDD
L257[17:02:46] <kinkinkijkin> oh my
L258[17:02:59] <kinkinkijkin> that's quite a process
L259[17:03:06] <Izaya> I think I have builds?
L260[17:03:12] <Izaya> please hold
L261[17:03:14] ⇨ Joins: TPG24 (~ThePiGuy2@host-92-17-126-142.as13285.net)
L262[17:03:48] <kinkinkijkin> heh, is it possible to do the build process from within opencomputers?
L263[17:03:59] <Izaya> "yes" but mostly no
L264[17:04:42] <Izaya> https://oc.shadowkat.net/psychos/psychos.cpio
L265[17:05:02] ⇦ Quits: ThePiGuy24 (~ThePiGuy2@host-92-17-126-142.as13285.net) (Ping timeout: 189 seconds)
L266[17:05:32] <Izaya> pre-built nightly
L267[17:07:39] ⇨ Joins: ben_mkiv (~ben_mkiv@2001:16b8:1e7e:9100:3734:eb46:dbd5:7318)
L268[17:11:27] <Izaya> this is probably a good time to say that I'm not responsible for any brain damage you take from dealing with PsychOS
L269[17:17:38] <kinkinkijkin> aaaaand I've already stucked myself lol
L270[17:17:52] <kinkinkijkin> booted it and don't know the command structure
L271[17:17:59] <Izaya> it's a lua shell
L272[17:17:59] <Izaya> :D
L273[17:18:27] <kinkinkijkin> oh dear! that's quite darned! :D
L274[17:20:49] <Kristo​pher38> It's like templeos
L275[17:20:55] <Kristo​pher38> Hehe
L276[17:44:56] <bad at​ vijya> you know what izaya says about government agents
L277[17:45:16] <Izaya> they're inside'a my head?
L278[17:47:47] <Forec​aster> they also say that about zombies
L279[17:50:47] ⇨ Joins: ThePiGuy24 (~ThePiGuy2@host-92-17-126-142.as13285.net)
L280[17:51:23] ⇦ Quits: TPG24 (~ThePiGuy2@host-92-17-126-142.as13285.net) (Ping timeout: 189 seconds)
L281[18:10:28] <Forec​aster> https://youtu.be/zyq_LQrHpoo
L282[18:10:29] <MichiBot> DIGIC Services - Cat Reel | length: 59s | Likes: 2,137 Dislikes: 6 Views: 48,840 | by Digic Pictures | Published On 8/5/2020
L283[18:10:36] <Forec​aster> want to see cats doing mocap?
L284[18:43:34] ⇨ Joins: TPG24 (~ThePiGuy2@host-92-17-126-142.as13285.net)
L285[18:43:54] ⇦ Quits: ThePiGuy24 (~ThePiGuy2@host-92-17-126-142.as13285.net) (Ping timeout: 189 seconds)
L286[18:45:24] <stephan48> if you folks want... send me domain names + serverhost+port and i can configure monitoring for certs, i can also include a mail address for notifications :)
L287[19:05:02] ⇨ Joins: ThePiGuy24 (~ThePiGuy2@host-92-17-126-142.as13285.net)
L288[19:05:27] ⇦ Quits: TPG24 (~ThePiGuy2@host-92-17-126-142.as13285.net) (Ping timeout: 204 seconds)
L289[19:25:16] <bad at​ vijya> php hurts my soul
L290[19:28:50] ⇦ Quits: Hawk777 (~chead@2607:c000:8264:fc00:4474:4451:f709:a9c4) (Quit: Leaving.)
L291[19:29:37] <Va​ur> %tonkout
L292[19:29:38] <MichiBot> Yippee! Va​ur! You beat your own previous record of 5 hours, 8 minutes and 23 seconds (By 43 minutes and 4 seconds)! I hope you're happy!
L293[19:29:39] <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: 1.01612255, Position #1
L294[19:29:44] ⇨ Joins: Hawk777 (~chead@2607:c000:8264:fc00:4474:4451:f709:a9c4)
L295[19:56:15] <CompanionCube> Skye: have you voted today
L296[20:13:12] <kinkinkijkin> what is this "tonk"?\
L297[20:13:24] <Ocawes​ome101> %tonkleaders there's info on that page
L298[20:13:25] <MichiBot> https://michibot.pc-logix.com/tonk
L299[20:15:15] <kinkinkijkin> okay
L300[20:15:47] <kinkinkijkin> that's probably the biggest nerd crap here ive seen so far, topping calling unixlikes boring
L301[20:16:26] <Ocawes​ome101> lmao
L302[20:16:28] <kinkinkijkin> a game of sitting and accumulating number, but with no gameplay incentive but number
L303[20:17:29] <Vampyre> sounds verymuch like the stock market
L304[20:19:39] <Forec​aster> there are worse games
L305[20:19:59] <kinkinkijkin> no, you don't get it
L306[20:20:03] <kinkinkijkin> I love nerd shit
L307[20:20:35] <CompanionCube> rarely number get redistributed by a shell
L308[20:21:01] <kinkinkijkin> *cool*
L309[20:22:04] ⇨ Joins: Thutmose (~Patrick@host-69-59-79-181.nctv.com)
L310[20:44:28] <Re​ece> I remember somebody was working on an OpenComputers 2 for 1.16. Anybody know the status on that?
L311[20:48:11] <Kristo​pher38> it's in alpha
L312[20:48:14] <Amanda> OC2 is just a working title, also
L313[20:48:22] <Amanda> It's entirely different from OC
L314[20:49:30] <kinkinkijkin> imagine OC but you write the code in fortran
L315[20:49:52] <kinkinkijkin> OC cobol arch when
L316[20:58:49] <Kristo​pher38> When you make one
L317[21:07:07] <Elfi> OC kobold arch when
L318[21:10:29] <Vampyre> kobold cannot compile to elf, outcome uncertain
L319[21:10:47] <Elfi> Heck, you're right
L320[21:13:49] <CompanionCube> everyone knows dwarves are excellent at debugging though
L321[21:18:01] <Vampyre> yes, disassembling saurons armies with dwarves in tour welves will make good ork of them
L322[21:18:30] <Vampyre> s/tour welves/your elves/
L323[21:18:30] <MichiBot> <Vampyre> yes, disassembling saurons armies with dwarves in your elves will make good ork of them
L324[21:28:09] <Izaya> oh yeah kinkinkijkin this is available from within the game too but https://oc.shadowkat.net/psychos/ has API/shell documentation
L325[21:30:04] <Izaya> the documentation system isn't as flexible as I'd like but I'll burn that bridge later
L326[22:39:29] <bad at​ vijya> ._.
L327[22:39:35] <bad at​ vijya> i might actually have to install docker
L328[22:39:37] <bad at​ vijya> this causes me
L329[22:39:39] <bad at​ vijya> PHYSICAL
L330[22:39:40] <bad at​ vijya> Pain
L331[22:42:19] <Elfi> Whatcha dealing with?
L332[22:42:54] <bad at​ vijya> codimd
L333[22:43:33] ⇦ Quits: Vexatos (~Vexatos@port-92-192-163-98.dynamic.as20676.net) (Quit: Insert quantum chemistry joke here)
L334[22:43:37] <Vampyre> docker is pretty easy to install, they have precompiled binaries which work pretty well
L335[22:45:27] <bad at​ vijya> 🙄 i try to upgrade a package and instantly get 404s--oh wait this VM didn't get updated in a hot minute
L336[22:45:44] <Ocawes​ome101> i'm working on a vaguely forth-like language except it's waaaaay more cursed
L337[22:48:11] <bad at​ vijya> i'm sitting here
L338[22:48:17] <bad at​ vijya> waiting for mkinitcpio to finish
L339[22:54:14] <bad at​ vijya> ya know, i really should just set up a debian VM for codimd
L340[22:54:30] <bad at​ vijya> it should be outdated enough :^)
L341[22:57:19] <bad at​ vijya> docker is just an excuse to use way outdated shit like node v10
L342[22:57:20] <bad at​ vijya> :^)
L343[22:57:25] <bad at​ vijya> *to continue using
L344[23:11:39] <bad at​ vijya> dear fucking god
L345[23:11:47] <bad at​ vijya> even docker has to be a pain in the ass to set up
L346[23:12:03] <bad at​ vijya> unintelligible python errors
L347[23:12:38] <bad at​ vijya> i mean my first issue with it was a kernel update borking iptables but that's an issue i'm aware of now
L348[23:16:38] <Va​ur> %tonk
L349[23:16:38] <MichiBot> Woooo! Va​ur! You beat your own previous record of <0 (By 3 hours and 47 minutes)! I hope you're happy!
L350[23:16:39] <MichiBot> Vaur's new record is 3 hours and 47 minutes! No points gained for stealing from yourself. (Lost out on 0.00378)
L351[23:34:36] <bad at​ vijya> damn
L352[23:34:41] <bad at​ vijya> i can't afford tgstation.sucks
<<Prev Next>> Scroll to Top