<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:00:37] <Kristo​pher38> http://tinyurl.com/y56jbgcb
L2[00:01:04] <Ocawes​ome101> hmmm
L3[00:01:07] <Kristo​pher38> ctrl and alt are shown correctly, after i press `c` it borks
L4[00:01:10] <Ocawes​ome101> i'll fix that :p
L5[00:01:53] <Kristo​pher38> yeah so it might be because of my system keyboard's language settings
L6[00:02:04] <Kristo​pher38> anyway, why you're not using unicode api?
L7[00:02:15] <Ocawes​ome101> that's what i was gonna do
L8[00:12:30] <Ocawes​ome101> there, should be fixed now
L9[00:12:31] <Ocawes​ome101> almost
L10[00:14:26] <Ocawes​ome101> @Kristopher38 run `mpm install ocawesome101/oc-monolith/base` and reboot once it finishes - you'll need an internet card
L11[00:14:31] <Ocawes​ome101> should work after that
L12[00:14:48] ⇦ Quits: Vexatos (~Vexatos@port-92-192-102-54.dynamic.as20676.net) (Quit: Insert quantum chemistry joke here)
L13[00:14:57] <Kristo​pher38> updating
L14[00:15:29] <Ocawes​ome101> oh btw if you want manpages install `ocawesome101/mbase/man`
L15[00:17:04] <MichiBot> @Ariri REMINDER: setup the local translation thing for the bot to use
L16[00:17:07] <Kristo​pher38> oh christ I wasn't looking for a while http://tinyurl.com/y3zyqkeu
L17[00:17:32] <Ocawes​ome101> jesus that shouldn't happen
L18[00:17:34] <Ocawes​ome101> and doesn't for me
L19[00:17:52] <Kristo​pher38> try doing a fresh monolith install maybe
L20[00:18:07] <Ocawes​ome101> ...i don't think it does anyway - one sec
L21[00:18:20] <Kristo​pher38> you might as well have some local changes that aren't present in the build or something
L22[00:18:39] <Ocawes​ome101> oh god
L23[00:18:41] <Ocawes​ome101> no it does happen
L24[00:18:50] <Ocawes​ome101> reboot, you should be fine - run `mpm clean` first though
L25[00:19:21] <Adorabl​eCatgirl> i'm scratching my head
L26[00:19:28] <Adorabl​eCatgirl> at a problem i've come across
L27[00:19:32] <Adorabl​eCatgirl> so
L28[00:19:48] <Adorabl​eCatgirl> in tagfs, nodes have a field that has # of hard links
L29[00:19:57] <Adorabl​eCatgirl> SOMEHOW
L30[00:20:05] <Adorabl​eCatgirl> it got set to 0x10 when writing out
L31[00:20:06] <Adorabl​eCatgirl> instead of
L32[00:20:07] <Adorabl​eCatgirl> 1
L33[00:21:09] <Ocawes​ome101> that hasn't happened for me before, which is weird
L34[00:21:16] <Ocawes​ome101> (re copy issue)
L35[00:21:50] <Adorabl​eCatgirl> oh nevermind
L36[00:21:52] <Kristo​pher38> updating again
L37[00:22:07] <Adorabl​eCatgirl> it just so happens that the node is 16 bytes long
L38[00:22:11] <Adorabl​eCatgirl> *node's data
L39[00:22:25] <Ocawes​ome101> kris: update now, i forgot to push it lol
L40[00:22:26] <Adorabl​eCatgirl> found the problem lmao
L41[00:22:41] <Adorabl​eCatgirl> did `data = ...` instead of `data = data .. ...`
L42[00:22:53] <Ocawes​ome101> oof
L43[00:23:03] <Adorabl​eCatgirl> http://tinyurl.com/y6bdp8b6
L44[00:23:04] <Adorabl​eCatgirl> 🦀
L45[00:23:23] <Kristo​pher38> @AdorableCatgirl remember that twitter story when a guy was overwriting file allocation table or something along those lines with his software and was wondering what was the issue when people started calling after some time? :D
L46[00:23:33] <Adorabl​eCatgirl> oh god
L47[00:23:43] <Adorabl​eCatgirl> okay making files still causes the fs to explode
L48[00:23:56] <Ocawes​ome101> lel
L49[00:25:43] <Adorabl​eCatgirl> oh boy something is breaking tag streams
L50[00:27:17] <Adorabl​eCatgirl> oh my GOD
L51[00:27:21] <Adorabl​eCatgirl> something is working
L52[00:27:47] <Adorabl​eCatgirl> almost
L53[00:33:58] <Kristo​pher38> oi, I won't be able to update through mpm since that path concatenation thing is still there until I update manually :D
L54[00:34:23] <Kristo​pher38> lets approach this differently, what file should I wget?
L55[00:34:47] <Ocawes​ome101> `github.com/ocawesome101/oc-monolith/raw/master/release.cpio`
L56[00:34:58] <Ocawes​ome101> then `cpio <something> release.cpio /` iirc
L57[00:35:48] <Kristo​pher38> wait, what's <something>? :GWchadThonkery:
L58[00:35:52] <Ocawes​ome101> how do i make a html document recognize spaces i.e. for indentation
L59[00:35:59] <Kristo​pher38> ah, -x
L60[00:36:06] <Ocawes​ome101> yep
L61[00:36:23] <Ocawes​ome101> or to put it a different way, how do i insert indentation into a html document
L62[00:36:40] <Kristo​pher38> generic way is to do it with <pre></pre> blocks
L63[00:37:04] <Ocawes​ome101> i just switched away from those because linewrapping- i'd prefer not to have to go back to them
L64[00:37:46] <Kristo​pher38> the way to do it is to make some css which would provide appropriate styling and setting the formatting to pre-like
L65[00:37:53] <Ocawes​ome101> i see
L66[00:38:16] <Kristo​pher38> <pre> was made for preformatted stuff anyway
L67[00:38:21] <Ocawes​ome101> hm, ima try `extra &nbsp;&nbsp; space`
L68[00:38:34] <Ocawes​ome101> well, only `&nbsp;&nbsp;`
L69[00:42:29] <Kristo​pher38> oh christ now it borked my login
L70[00:42:42] <Kristo​pher38> yeah passwd was probably replaced
L71[00:42:58] <Kristo​pher38> are there some default credentials that I can use to log in?
L72[00:43:19] <Ocawes​ome101> `root/root`
L73[00:44:20] <Ar​iri> Im hacking your mainframe
L74[00:44:22] <Kristo​pher38> alright, it's fixed now
L75[00:45:34] <Ocawes​ome101> yey
L76[00:45:41] <Ocawes​ome101> does it work right with unicode?
L77[00:48:02] <Kristo​pher38> yeah, no more crashes when I try to type unusual characters
L78[00:48:36] <Adorabl​eCatgirl> ah it's the write function is borked
L79[00:49:04] <Ocawes​ome101> yaaaaaaay
L80[00:52:37] <Adorabl​eCatgirl> okay so
L81[00:52:39] <Adorabl​eCatgirl> turns out
L82[00:52:51] <Adorabl​eCatgirl> the flush_buffer function was cutting the buffer up
L83[01:13:47] <Ar​iri> %moo moon mod curiosity
L84[01:13:48] <MichiBot> moooon mood coorioosity
L85[01:45:20] <Izaya> https://www.youtube.com/watch?v=oZXvGfoV0uo
L86[01:45:20] <MichiBot> Scomo | length: 30m 29s | Likes: 1,719 Dislikes: 18 Views: 13,941 | by friendlyjordies | Published On 14/8/2020
L87[01:50:27] <Kristo​pher38> Youtube is really getting cocky with ads in the middle of the video by default and double ads at the beginng
L88[01:50:54] <Kristo​pher38> Time to install pihole 🙃
L89[01:50:58] <Ar​iri> mfw when ads are a blank white image and it still asks to skip
L90[01:53:43] <Ocawes​ome101> @Kristopher38 just use the Enhancer for YouTube Firefox extension
L91[01:54:02] <Izaya> there are ads on youtube?
L92[01:54:04] <Izaya> my mpv doesn't show them
L93[01:54:37] <Kristo​pher38> Obviously I use Adblock, like cmon
L94[01:55:11] <Kristo​pher38> But this is an issue that universal across multiple different devices
L95[01:55:16] <ThePi​Guy24> Izaya: thats because thankfully youtube doesnt bake the ads into the video stream
L96[01:55:23] <Izaya> shhh
L97[01:55:31] <Izaya> don't say it
L98[01:55:39] <Izaya> they're watching and we don't want to give them any ideas
L99[01:55:44] <Kristo​pher38> Adblockers aren't available on some of them
L100[01:55:55] <Kristo​pher38> Like my phone or my tv
L101[01:56:01] <Ocawes​ome101> Kristopher38: it has an option that completely removes ads, just a little stutter and they're gone
L102[01:56:05] <Ocawes​ome101> get a PinePhone :p
L103[01:56:07] <Izaya> phone?
L104[01:56:11] <Izaya> newpipe doesn't show ads though?
L105[01:56:18] <ThePi​Guy24> set up a pihole :p
L106[01:57:42] <Kristo​pher38> That's what I said in gonna do
L107[01:57:53] <Kristo​pher38> That's what I said I'm gonna do [Edited]
L108[01:58:18] <ThePi​Guy24> ah sorry missed that
L109[02:08:59] <Ar​iri> Im pretty sure my PiHole is whats blocking in the first place, bc its a new thing and I havent modded my extensions
L110[02:09:12] <Ar​iri> %remindme 3h add new blocklists
L111[02:09:13] <MichiBot> I'll remind you about "add new blocklists" at 08/13/2020 09:09:12 PM
L112[02:11:12] <Adorabl​eCatgirl> tagfs is kickin my ass
L113[02:11:15] <Adorabl​eCatgirl> >:(
L114[02:11:23] <Adorabl​eCatgirl> tbh this would probably be easier in OC
L115[02:11:36] <Adorabl​eCatgirl> but i'd have to rewrite a lot of shit
L116[02:18:23] ⇨ Joins: Fall_OS (~Fall_OS@s4.mcskill.ru)
L117[02:18:54] ⇦ Quits: Fall_OS (~Fall_OS@s4.mcskill.ru) (Client Quit)
L118[02:21:44] <Adorabl​eCatgirl> honestly this shit is making me consider some pretty heavy painkillers
L119[02:21:59] <Adorabl​eCatgirl> a 9mm bullet to the head
L120[02:22:06] <Adorabl​eCatgirl> it's magically getting a newline after the names
L121[02:35:05] <Amanda> %choose dummy thicc solar array?
L122[02:35:06] <MichiBot> Ama​nda: Are you sure? Well alright.
L123[02:35:17] <Amanda> I'm not sure, that's why I'm asking, MichiBot
L124[02:36:06] <Izaya> gonna stream the Kase-san OVA on lainstream at some point, anyone want in?
L125[02:59:19] ⇦ Quits: Alaura (~quassel@2001:19f0:6401:a2d:5400:ff:fe0b:fb93) (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)
L126[03:01:57] ⇨ Joins: Alaura (~quassel@2001:19f0:6401:a2d:5400:ff:fe0b:fb93)
L127[03:03:51] ⇨ Joins: Ocawesome101 (~ocawesome@38.65.249.225)
L128[03:04:29] <Ocawesome101> o/
L129[03:04:37] <Izaya> \o
L130[03:04:45] <Ocawesome101> how u
L131[03:04:55] <Ocawesome101> s/u/are you
L132[03:04:56] <MichiBot> <Ocawesome101> how are you
L133[03:05:43] <Ocawesome101> because my internet is about 3-5KiB/s right now according to pacman
L134[03:05:55] <Ocawesome101> this is why irc exists
L135[03:06:30] <Ocawesome101> hmmm, git is saying it's closer to 100
L136[03:06:41] <Izaya> that could be worse
L137[03:07:06] <DaCompu​terNerd> any idea why adding opencomputers to a server, not even using it, would cause massive tps problems
L138[03:07:16] <Izaya> 56K is like, 6KB/s on a good day
L139[03:07:23] <DaCompu​terNerd> are there problems with sponge or anything?
L140[03:07:29] <Ocawesome101> hahaha nice
L141[03:07:46] <Izaya> though I feel like OC networking could be faster
L142[03:07:48] <Ocawesome101> DaComputerNerd: ironically, OC shouldn't do that. maybe try paper?
L143[03:07:57] <Ocawesome101> ...idk if that's actually ironic
L144[03:08:59] <DaCompu​terNerd> no it's not irony
L145[03:09:22] <Izaya> only if OC were known or intended to cause TPS issues when not in use
L146[03:10:10] <DaCompu​terNerd> which it's not
L147[03:10:15] <DaCompu​terNerd> ~~i mean, it's not CC~~
L148[03:10:40] <Ocawesome101> :p
L149[03:28:42] <Ocawesome101> when was the OpenOS buffer lib written?
L150[03:29:06] <Ocawesome101> i'm looking for copyright info for a monolith man-page on it
L151[03:29:46] <DaCompu​terNerd> so is there a known problem with OC and sponge?
L152[03:30:04] <Michiyo> Having used OC and Sponge, with no issue.... I'm gonna say no
L153[03:30:10] <Ocawesome101> i don't think so? look at github issues maybe
L154[03:30:46] <Ocawesome101> ima go with 2014
L155[03:33:01] <DaCompu​terNerd> also, you mean the gpu buffer stuff?
L156[03:33:08] <DaCompu​terNerd> if so, like a month or two ago
L157[03:35:05] <DaCompu​terNerd> i wonder why it's doing this then
L158[03:37:31] <Ocawesome101> no
L159[03:37:39] <Ocawesome101> i mean the buffer library used in `io`
L160[03:38:32] <DaCompu​terNerd> oh that idk
L161[03:43:42] <ThePi​Guy24> if my calculations are correct, OC can do 160KiB/s
L162[03:43:50] <ThePi​Guy24> they probably arent
L163[03:44:14] <Ocawesome101> 160KiB/s for what?
L164[03:44:18] <Izaya> I came to the same guess
L165[03:44:23] <ThePi​Guy24> modem to modem
L166[03:44:24] <Izaya> raw packet throughput
L167[03:44:41] <Izaya> assuming you can send one packet per tick and 8KiB per packet
L168[03:44:48] <ThePi​Guy24> ^
L169[03:45:51] <Ocawesome101> ah
L170[03:46:02] <Ocawesome101> internet cards are like a quarter of that :p
L171[03:46:48] <ThePi​Guy24> yes
L172[03:46:58] <ThePi​Guy24> 2KiB/s, 1 packet per tick
L173[03:47:07] <Adorabl​eCatgirl> yikes, really?
L174[03:47:08] ⇦ Quits: ben_mkiv|afk (~ben_mkiv@88.130.158.16) (Ping timeout: 189 seconds)
L175[03:47:12] <ThePi​Guy24> *2KiB/packet
L176[03:47:31] <Ocawesome101> internet cards are like 40K(i)B/s iirc
L177[03:54:32] <Adorabl​eCatgirl> ic
L178[03:56:08] <Amanda> %choose design in SP or MP
L179[03:56:09] <MichiBot> Ama​nda: Haven't you always gone with "design in SP"? Hm, maybe not.
L180[04:08:47] ⇦ Quits: DBotThePony (~Thunderbi@31.220.170.28) (Quit: DBotThePony)
L181[04:12:51] ⇨ Joins: DBotThePony (~Thunderbi@31.220.170.28)
L182[04:18:37] <Amanda> %choose atrocities or chonk
L183[04:18:37] <MichiBot> Ama​nda: I received a telegram from a long lost relative that only read "atrocities". Weird.
L184[04:34:24] ⇨ Joins: immibis_ (~immibis@x4e375115.dyn.telefonica.de)
L185[04:35:16] ⇦ Quits: immibis (~immibis@x4d0d68b6.dyn.telefonica.de) (Ping timeout: 194 seconds)
L186[04:35:21] *** immibis_ is now known as immibis
L187[04:55:42] <Amanda> %choose Atrocities $ the Goddesses; the name of, of
L188[04:55:42] <MichiBot> Ama​nda: Atrocities of the Goddesses
L189[04:55:48] <Amanda> AotG it is
L190[05:03:17] <Amanda> ... the goddesses are displeased
L191[05:06:18] <Amanda> as soon as I decided that'll be the name of my new ship, a pirate drone came and attacked me
L192[05:07:11] ⇨ Joins: boi04 (~boi04@124-170-198-20.dyn.iinet.net.au)
L193[05:08:51] <boi04> hmm
L194[05:09:00] <Michiyo> Indeed
L195[05:09:13] <MichiBot> @Ariri REMINDER: add new blocklists
L196[05:09:48] ⇦ Quits: boi04 (~boi04@124-170-198-20.dyn.iinet.net.au) (Client Quit)
L197[05:10:59] ⇦ Quits: Renari (~Renari@70.44.83.129.res-cmts.bgr.ptd.net) (Read error: Connection reset by peer)
L198[05:11:17] ⇨ Joins: Renari (~Renari@70.44.83.129.res-cmts.bgr.ptd.net)
L199[05:37:34] ⇦ Quits: Ocawesome101 (~ocawesome@38.65.249.225) (Quit: I'm probably going to bed.)
L200[05:41:09] * Amanda snugs up around Elfi, zzzmews
L201[05:53:28] ⇨ Joins: MajGenRelativity_ (~MajGenRel@c-73-123-203-209.hsd1.ma.comcast.net)
L202[05:55:51] ⇦ Quits: MajGenRelativity (~MajGenRel@c-73-123-203-209.hsd1.ma.comcast.net) (Ping timeout: 198 seconds)
L203[06:24:03] <Ar​iri> o_Ohttps://lcars5201.ddns.net/index.php/s/qC23Q9YNfwEbJ8n/preview
L204[06:25:17] <Ar​iri> Lol all of it is an injection or program, silly Defender
L205[06:39:32] <CompanionCube> %tonkout
L206[06:39:33] <MichiBot> Bejabbers! Compan​ionCube! You beat Li​zzy's previous record of 11 hours, 18 minutes and 39 seconds (By 44 minutes and 37 seconds)! I hope you're happy!
L207[06:39:34] <MichiBot> Compan​ionCube has stolen the tonkout! Tonk has been reset! They gained 0.012 tonk points! plus 0.011 bonus points for consecutive hours! (Reduced to 50% because stealing) Current score: 0.96955944. Position #4 Need 0.0795564 more points to pass Squi​dDev!
L208[06:44:29] ⇦ Quits: AdorableCatgirl (~sam@pool-71-176-252-72.rcmdva.fios.verizon.net) (Ping timeout: 204 seconds)
L209[06:44:31] ⇨ Joins: AdorableCatgirl (~sam@pool-71-176-252-72.rcmdva.fios.verizon.net)
L210[06:45:06] <AdorableCatgirl> so
L211[06:53:24] <AdorableCatgirl> time to blame dns
L212[07:09:16] <CompanionCube> it's always dms
L213[07:09:21] <CompanionCube> *dns
L214[07:42:33] <Forec​aster> %sip
L215[07:42:34] <MichiBot> You drink a stirring röd potion (New!). Forecaster's clothes turn the color of caterium until they say the phrase "Classic Wat".
L216[07:45:05] <bauen1> %tonk
L217[07:45:06] <MichiBot> Voldemort! bau​en1! You beat Compan​ionCube's previous record of <0 (By 1 hour, 5 minutes and 33 seconds)! I hope you're happy!
L218[07:45:07] <MichiBot> bauen1's new record is 1 hour, 5 minutes and 33 seconds! bauen1 also gained 0.00109 tonk points for stealing the tonk. Position #22. (Overtook Nirahiel) Need 0.00086 more points to pass expe​rt975!
L219[07:45:12] ⇦ Quits: AdorableCatgirl (~sam@pool-71-176-252-72.rcmdva.fios.verizon.net) (Ping timeout: 189 seconds)
L220[07:49:20] ⇨ Joins: Inari (~Pinkishu@p508ef328.dip0.t-ipconnect.de)
L221[08:09:57] ⇦ Quits: Thutmose (~Patrick@host-69-59-79-181.nctv.com) (Quit: Leaving.)
L222[08:32:13] <Michiyo> Just had a drive in my RAID die.. pretty sure it's the same one that was having issues last time
L223[08:32:33] <Michiyo> just under 2 years old, so.. I guess I see what WD says.
L224[09:22:13] ⇨ Joins: rnj (~rnj@mc.dreamfinity.org)
L225[09:28:31] ⇦ Quits: rnj (~rnj@mc.dreamfinity.org) (Remote host closed the connection)
L226[10:43:34] ⇨ Joins: Vexatos (~Vexatos@port-92-192-102-54.dynamic.as20676.net)
L227[10:43:34] zsh sets mode: +v on Vexatos
L228[11:20:34] <Inari 「オ​兄デレ」「狐っ娘」> 😻 http://tinyurl.com/y6xg55oo
L229[11:29:31] <Forec​aster> he took her eyes, how rude
L230[11:29:41] <Inari> haha
L231[13:08:20] ⇨ Joins: Vexaton (~Vexatos@port-92-192-65-198.dynamic.as20676.net)
L232[13:08:20] zsh sets mode: +v on Vexaton
L233[13:10:56] ⇦ Quits: Vexatos (~Vexatos@port-92-192-102-54.dynamic.as20676.net) (Ping timeout: 194 seconds)
L234[13:51:21] <CompanionCube> %tonk
L235[13:51:22] <MichiBot> Aw jeez! Compan​ionCube! You beat bau​en1's previous record of 1 hour, 5 minutes and 33 seconds (By 5 hours and 42 seconds)! I hope you're happy!
L236[13:51:23] <MichiBot> CompanionCube's new record is 6 hours, 6 minutes and 15 seconds! CompanionCube also gained 0.01002 (0.00501 x 2) tonk points for stealing the tonk. Position #4. Need 0.0695364 more points to pass Squi​dDev!
L237[13:52:24] ⇦ Quits: alekso56 (~cax@2001:464b:c21a:0:745d:45ff:fe3b:a098) (Ping timeout: 378 seconds)
L238[14:04:53] ⇨ Joins: alekso56 (~cax@2001:464b:c21a:0:745d:45ff:fe3b:a098)
L239[14:15:14] ⇦ Quits: BrightYC (~BrightYC@nitrogen.one) (Quit: R.I.P)
L240[14:15:41] ⇨ Joins: BrightYC (~BrightYC@nitrogen.one)
L241[14:15:46] <Forec​aster> okay, nice, the new router seems to be as capable as the old one
L242[14:16:09] <Forec​aster> though the gui is completely different, so now I have to poke around and put in the settings from the old router where they belong...
L243[14:49:26] <Forec​aster> @Michiyo the media server should hopefully be back online now
L244[14:58:06] <Forec​aster> the only other person who has access (besides me) confirmed it's back online
L245[15:18:33] <Lizzy> oh, didn't see bauen's tink
L246[15:18:44] <Lizzy> or companion cubes
L247[15:19:00] <Lizzy> %tonkattempts
L248[15:19:00] <MichiBot> You have 2 attempts left.
L249[15:19:14] <Lizzy> hmm, weird that it didn't say anything
L250[15:19:57] <Forec​aster> you didn't actually send anything
L251[15:20:08] <Forec​aster> can't see a tonk from you on irc or discord
L252[15:23:32] <Lizzy> oh
L253[15:23:36] <Lizzy> thanks hexchat
L254[15:23:51] <Lizzy> well whatever it would have been unsuccessful
L255[15:27:21] <Forec​aster> https://imgur.com/gallery/JJcl0u9
L256[15:27:35] <Forec​aster> Elfi ^
L257[15:28:09] <Elfi> Heehee
L258[15:28:18] <Elfi> Forwarding to my birbfriend <3
L259[16:18:07] ⇨ Joins: ben_mkiv (~ben_mkiv@88.130.158.16)
L260[16:23:56] * Izaya pages AdorableCatgirl
L261[16:24:10] ⇨ Joins: VeeBo (~VeeBo@31.130.73.183)
L262[16:24:26] ⇦ Quits: VeeBo (~VeeBo@31.130.73.183) (Client Quit)
L263[16:38:31] <Ar​iri> Inari: sauce?~
L264[16:54:09] <Inari> Hamefura :P But the anime isn't really like that
L265[16:55:38] <Ar​iri> Oh
L266[16:56:24] <Ar​iri> Also Inari this is what happens when you cross a cat and a fox https://youtu.be/q2FIggzhVIo
L267[16:56:32] <MichiBot> The Shirakami Fubuki Experience | length: 9m 16s | Likes: 13,299 Dislikes: 27 Views: 139,076 | by kabukibuki | Published On 26/7/2020
L268[16:59:05] <Ar​iri> She’s so wholesome and memey at the same time this comp is great
L269[17:00:04] <Izaya> aight re-encoding the kase-san OVA so I can stream it
L270[17:00:15] <Izaya> tfw could handle this at realtime speed
L271[17:03:28] <Kristo​pher38> for some reason OpenOS buffer library decided to stop working
L272[17:03:43] <Kristo​pher38> it errors on this line https://github.com/MightyPirates/OpenComputers/blob/72e096e2c86572091d9d0c3ae57948d6e6573312/src/main/resources/assets/opencomputers/loot/openos/lib/buffer.lua#L169
L273[17:04:23] <Kristo​pher38> looks like core/full_buffer.lua is not getting loaded
L274[17:04:46] <Kristo​pher38> but why
L275[17:05:48] <Adorabl​eCatgirl> Izaya: 👀
L276[17:06:02] <Izaya> do you know any good currently functional weaponcore mods
L277[17:06:32] <Adorabl​eCatgirl> idk
L278[17:07:38] <Izaya> additionally, at some point in the future once I've encoded it for streaming I'm gonna stream the kase-san OVA
L279[17:07:53] <Izaya> it's a fluffy wholesome yuri OVA, want me to hit you up when I decide on a time?
L280[17:07:59] <Inari> @Ariri if you ever find an otome VN like that thouhg, let me know
L281[17:07:59] <Inari> :p
L282[17:08:00] <Izaya> cc Amanda Elfi Ariri
L283[17:09:16] <Ar​iri> Inari: Will do :3
L284[17:09:28] <Ar​iri> Izaya: Please do :D
L285[17:10:19] <Elfi> Oh? Okie
L286[17:11:38] <Kristo​pher38> oh great, now stack traceback doesn't give me line number
L287[17:15:09] <Elfi> ...I kind of want an animated adaptation of Lonely Monster and the Blind Girl but I know it would get chopped up to hell and back for broadcasting standards so bleh
L288[17:15:35] <Izaya> all I want is TMoHS season 3 but that's never happening x_x
L289[17:15:43] <Izaya> I'd settle for a second season of Bloom Into You though
L290[17:16:53] <Izaya> lmao
L291[17:17:07] <Izaya> the icon for the Linux headless server on Factorio's download page
L292[17:17:10] <Izaya> https://fedi.absturztau.be/media/543d99f3bce3ebc3d217c41ffe27db21fba059da6bdcbb5bc226236131aa90f3.png
L293[17:17:27] <Kristo​pher38> it's a trap!
L294[17:21:15] <Amanda> %choost top or side
L295[17:21:21] <Amanda> %choose top or side
L296[17:21:21] <MichiBot> Ama​nda: You'll want to go with "top".
L297[17:38:44] <Amanda> %choose be abitious?
L298[17:38:45] <MichiBot> Ama​nda: Yes! Do it now!
L299[17:44:48] ⇦ Quits: ben_mkiv (~ben_mkiv@88.130.158.16) (Ping timeout: 194 seconds)
L300[17:49:43] <Kristo​pher38> WHY ARE YOU GIVING ME THIS http://tinyurl.com/y6a8sot7
L301[17:50:13] <Kristo​pher38> redirection broke
L302[17:52:49] ⇨ Joins: flappy (~flappy@88-113-149-197.elisa-laajakaista.fi)
L303[17:59:51] ⇨ Joins: AdorableCatgirl (~sam@pool-71-176-252-72.rcmdva.fios.verizon.net)
L304[18:00:12] <AdorableCatgirl> makin an IRC client sems fun
L305[18:00:56] <AdorableCatgirl> *seems
L306[18:01:00] <AdorableCatgirl> i'm not awake yet
L307[18:01:01] <AdorableCatgirl> tbh
L308[19:01:55] <Amanda> %choose boop?
L309[19:01:55] <MichiBot> Ama​nda: I'd advice against "boop?" right now.
L310[19:06:40] ⇨ Joins: ben_mkiv (~ben_mkiv@88.130.158.16)
L311[20:04:34] ⇦ Quits: ben_mkiv (~ben_mkiv@88.130.158.16) (Killed (NickServ (GHOST command used by ben_mkiv|afk!~ben_mkiv@88.130.158.193)))
L312[20:04:40] ⇨ Joins: ben_mkiv (~ben_mkiv@88.130.158.193)
L313[20:20:29] <Ocawes​ome101> @Kristopher38 reboot maybe?
L314[20:21:15] <Sizabl​eShrimp> how do I spawn in a filesystem linked to a certain address
L315[20:21:18] <Sizabl​eShrimp> is there a command for that?
L316[20:21:34] <Forec​aster> what?
L317[20:21:44] <Forec​aster> you mean like a harddrive or floppy?
L318[20:21:46] <Ocawes​ome101> you can probably do it with item NBT but i'm not sure how
L319[20:21:48] <Forec​aster> you'd have to edit the nbt
L320[20:21:50] <Ocawes​ome101> i think that's what they mean, yes
L321[20:22:10] <Sizabl​eShrimp> harddrive
L322[20:22:16] <Sizabl​eShrimp> I was thinking nbt but that's quite annoying :/
L323[20:22:40] <Forec​aster> it's the only way unless you middle-click copy a drive that already has the address you want
L324[20:23:08] <Forec​aster> give me a few minutes
L325[20:27:45] <Ar​iri> %xkcd
L326[20:27:48] <MichiBot> Random XKCD Comic: https://xkcd.com/1094/
L327[20:28:33] * Michiyo sighs
L328[20:29:12] <Ar​iri> Hmm?
L329[20:29:40] <Michiyo> So I had a drive in my RAID 5 die last night, this is why I have RAID... I reached out to WD Support to open a ticket in case they feel like honoring the warranty. I get a reply to day with helpful suggestions to check the jumpers on my EIDE drive, or to confirm I have the drive connected to the right connector on the cable.
L330[20:29:49] <Michiyo> Also to make sure I'm not plugging the drive into the wrong USB port.
L331[20:30:08] <Michiyo> They have the serial number and model number to my drive. It's VERY clearly an internal 4TB 3.5" SATA drive...
L332[20:31:04] <Ar​iri> ...
L333[20:31:50] <Michiyo> I wonder if they want me to like Epoxy the IDE cable to the drive..
L334[20:32:30] <Forec​aster> @SizableShrimp `/give @p opencomputers:storage 1 4 {"oc:data":{node:{address:"YOUR-ADDRESS-HERE"}}}`
L335[20:32:53] <Forec​aster> `opencomputers:storage 1 4` is one tier 3 harddrive
L336[20:33:05] <Sizabl​eShrimp> thanks, I ended up editing the playerdata file with this similar format, forgot you can do it directly with /give
L337[20:33:12] <Sizabl​eShrimp> but I did use the first section of that command so ik its tier 3
L338[20:38:17] <Forec​aster> good gods of disco it's nice to be back online again
L339[20:38:21] <Forec​aster> (properly)
L340[20:40:00] ⇨ Joins: Ocawesome101 (~ocawesome@38.65.250.166)
L341[20:40:09] ⇦ Quits: Ocawesome101 (~ocawesome@38.65.250.166) (Client Quit)
L342[20:53:04] ⇨ Joins: Thutmose (~Patrick@host-69-59-79-181.nctv.com)
L343[20:53:10] <Forec​aster> @Ariri you never made a pullreq :P
L344[20:56:03] <Ar​iri> Havent gotten to it yet :3
L345[20:56:03] <Ar​iri> Im going to skim through all the commands before i do the pr anyways
L346[20:56:15] <Forec​aster> if you want I can just do it :P
L347[20:56:23] <Forec​aster> but if you want to you can
L348[20:56:52] <Ar​iri> Ill do it, im just in no rush to do so
L349[20:59:03] <Forec​aster> okay, now I just need to remember what I was going to do...
L350[21:04:03] <CompanionCube> %tonkout
L351[21:04:03] <MichiBot> Waesucks! Compan​ionCube! You beat your own previous record of 6 hours, 6 minutes and 15 seconds (By 1 hour, 6 minutes and 25 seconds)! I hope you're happy!
L352[21:04:04] <MichiBot> Compan​ionCube has tonked out! Tonk has been reset! They gained 0.007 tonk points! plus 0.012 bonus points for consecutive hours! Current score: 0.99857944, Position #4 Need 0.0505364 more points to pass Squi​dDev!
L353[21:18:07] <Michiyo> I'm waiting on a reply to my ticket asking me if I've terminated the SCSI connector properly now.
L354[21:20:41] <Forec​aster> well, have you
L355[21:22:08] <Forec​aster> also did you name the connector "Sarah Connector"?
L356[21:22:18] <Michiyo> :P
L357[21:35:56] <SquidDev> %tonk
L358[21:35:57] <MichiBot> Fopdoodle! Squi​dDev! You beat Compan​ionCube's previous record of <0 (By 31 minutes and 53 seconds)! I hope you're happy!
L359[21:35:58] <MichiBot> SquidDev's new record is 31 minutes and 53 seconds! SquidDev also gained 0.00053 tonk points for stealing the tonk. Position #3. Need 0.00233416 more points to pass Li​zzy!
L360[21:42:33] <Forecaster> %restart
L361[21:42:35] ⇦ Quits: MichiBot (~MichiBot@ip160.ip-192-99-104.net) (Remote host closed the connection)
L362[21:42:55] ⇨ Joins: MichiBot (~MichiBot@ip160.ip-192-99-104.net)
L363[21:42:55] zsh sets mode: +v on MichiBot
L364[21:44:09] <Forec​aster> %choose
L365[21:44:09] <MichiBot> Forec​aster: Does cats like knocking things off of other things?
L366[21:45:16] <ThePi​Guy24> %choose or
L367[21:45:16] <MichiBot> ThePi​Guy24: I don't think I've heard of "or", so probably not.
L368[21:45:26] <ThePi​Guy24> ah it doesnt break
L369[21:45:30] <ThePi​Guy24> shame
L370[21:45:47] <Forec​aster> well, the split pattern is " or "
L371[21:45:50] <Forec​aster> not "or"
L372[21:46:07] <ThePi​Guy24> %choose or
L373[21:46:07] <MichiBot> ThePi​Guy24: Hm, yeah okay.
L374[21:46:18] <ThePi​Guy24> darnit discord
L375[21:46:33] <ThePi​Guy24> stop removing trailing whitespace
L376[22:30:20] <Forec​aster> don't really expect using choose without arguments, but now if you want to be super vague you can :P
L377[23:22:59] ⇦ Quits: Inari (~Pinkishu@p508ef328.dip0.t-ipconnect.de) (Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/)
L378[23:25:45] <Forec​aster> https://youtu.be/ExwqNreocpg
L379[23:25:45] <MichiBot> Can you fit a whole game into a QR code? | length: 20m 3s | Likes: 136,272 Dislikes: 1,010 Views: 1,760,125 | by MattKC | Published On 31/7/2020
L380[23:28:47] <Forec​aster> what a journey
L381[23:38:41] <Ar​iri> Ive seen this on my recc so many times, maybe I should actually watch it now
L382[23:50:33] <Forec​aster> This one's also interesting <https://www.youtube.com/watch?v=uP328LYl8eo>
L383[23:50:34] <MichiBot> How I Replaced the Music in LEGO Island | length: 21m 30s | Likes: 17,170 Dislikes: 275 Views: 349,549 | by MattKC | Published On 7/8/2019
L384[23:58:26] <Ar​iri> That really was a journey wow
<<Prev Next>> Scroll to Top