<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:21:34] <S​ky> How much RAM can you throw in an OC2 computer?
L2[00:24:14] <Amanda> 16MB I think
L3[00:24:49] <Amanda> or maybe 24
L4[00:41:09] <Ri​ley> >Sky: How much RAM can you throw in an OC2 computer?
L5[00:41:10] <Ri​ley> 32 MB if you fill the four RAM slots with the highest tier sticks.
L6[00:42:06] <Amanda> I thought it limited you to 3 sticks?
L7[00:42:30] <Ri​ley> Maybe the OC1 computers do. I don't recall. The OC2 computers allow 4 sticks.
L8[00:45:51] <Ri​ley> >Sky: How much RAM can you throw in an OC2 computer?
L9[00:45:51] <Ri​ley> It seems like you are able to create a swap file in OC2. That could add some additional space if you need it. Not much though, since disks can only store up to 8MB each and iirc we don't have RAID yet.
L10[00:50:55] ⇦ Quits: Hawk777 (~Hawk777@2607:c000:828b:b500:e5c3:6f31:7002:7247) (Quit: Leaving.)
L11[01:07:30] <Amanda> Is the kernel compiled with zswap?
L12[01:10:11] * Amanda loads up her steamdeck, reinstalls FoxStation 3001
L13[01:10:24] <Amanda> Time to kill more foxen!
L14[01:14:22] <Va​ur> %sip
L15[01:14:23] <MichiBot> You drink an oxidised moonstone potion (New!). The potion contained a computer virus! It sent a message to all of Vaur's friends telling them that they love them!
L16[01:17:30] <Izaya> rimworld DLC got a release date by the way
L17[01:17:33] <Izaya> 21st
L18[01:31:55] <! Little​Timmy52 !> any way i can have 2 computers access the same components, but not see eachother as a component?
L19[01:32:56] <Izaya> not sanely
L20[01:33:09] <Izaya> you could share the component over the network though
L21[02:13:19] <CompanionCube> Riley: well if you run linux you can make your own RAID in the kernel.
L22[02:15:03] <CompanionCube> there is also the probably inadvisable idea of networked swap
L23[02:59:15] <Ri​ley> >CompanionCube: there is also the probably inadvisable idea of networked swap
L24[02:59:15] <Ri​ley> Yeah, I thought of that as well but didn't want to recommend that.
L25[03:00:42] <Amanda> Hey! Who hit fast forward!
L26[03:00:57] * Amanda collapses into a pile of floof by Elfi, does a heccen zzz
L27[03:01:29] <Amanda> Night girls
L28[03:10:25] <Ri​ley> >CompanionCube: Riley: well if you run linux you can make your own RAID in the kernel.
L29[03:10:25] <Ri​ley> Yeah, that's true.
L30[03:13:14] <Amanda> Make your own raid! With blackjack! And scritchies!
L31[03:13:25] <Amanda> Anyways, I should sleep
L32[03:13:56] <Amanda> Yeah this video has 25min lefty, I'll finish in the meowning
L33[03:59:21] ⇨ Joins: Hawk777 (~Hawk777@2607:c000:828b:b500:e5c3:6f31:7002:7247)
L34[04:28:38] <Na​dja> Izaya: What year though? :P
L35[04:28:48] <Izaya> ...
L36[04:28:51] <Izaya> ... shit.
L37[04:29:11] <Izaya> well, see you on 3022-10-21
L38[04:32:17] <Na​dja> Izaya: Also the Nebukadnezar II is incompetent in the most fun ways and I really want to play with you on board :P
L39[05:01:51] <ThePi​Guy24> https://twitter.com/LingototWYorks/status/1581386825205415936
L40[05:09:25] <Wat​tana> lmao https://tinyurl.com/2eatz7wx
L41[06:31:49] <CompanionCube> Izaya: tfw wifi exploit not a problem because tablet kernel is too old
L42[06:34:36] <Forec​aster> %sip
L43[06:34:36] <MichiBot> You drink a dusty aegisalt potion (New!). It tastes sour.
L44[06:34:48] <Forec​aster> ew, sour dust
L45[06:37:08] <Izaya> CompanionCube: fission mailed
L46[06:37:11] <Izaya> hey I got a weird one
L47[06:37:27] <Izaya> I tried to make it so I could copy a list of files from sxiv using the external file handler
L48[06:37:39] <Izaya> and it works! I can copy files in there then paste them in my file manager and it works just fine
L49[06:37:46] <Izaya> but in firefox it pastes random unicode garbage
L50[06:38:04] <Izaya> it seems like the right sort of cursed that people here might have an idea what's going on >.>
L51[06:38:54] <CompanionCube> is it really *random* unicode garbage
L52[06:39:12] <Izaya> well I figured it was mis-interpreting the data between ASCII and UTF-8
L53[06:39:24] <Izaya> but if I try to convert it to UTF-8 from 7-bit ASCII it's still garbage
L54[06:39:40] <CompanionCube> see if 'chardet' can find an encoding?
L55[06:40:40] <Izaya> it thinks it's valid UTF-8
L56[06:41:26] <CompanionCube> can has sample?
L57[06:41:28] <Izaya> it is consistently the same unicode garbage, so that's something I guess
L58[06:41:52] <Izaya> https://shadowkat.net/tmp/8224.txt
L59[06:43:55] <Izaya> if I use -noutf8 in the xclip command, it pastes into firefox as plain text as xclip has forgotten the target
L60[06:43:58] <CompanionCube> Izaya: interestingly firefox and curl give completely different garbage
L61[06:46:39] <CompanionCube> the former outputs various single-byte-but-above 128-bit ones, the latter outputs one of japanese/chinese
L62[06:47:30] <Izaya> if you go view -> repair text encoding it fixes itself
L63[06:47:50] <Izaya> there used to be a menu where you could choose which text encoding to use, but it looks like that's been removed from firefox, just like every other useful feature
L64[06:50:42] <CompanionCube> https://github.com/astrand/xclip/blob/master/xclip.c#L340 wonder if this is useful
L65[06:53:33] <CompanionCube> there's also code about HTML and UTF-16, can't imagine that
L66[06:53:38] <CompanionCube> that's relevant
L67[07:06:06] <CompanionCube> Izaya: https://ftfy.readthedocs.io/en/latest/ this might be useful to see if it can divine details about your unicode garbage
L68[07:23:34] <Izaya> honestly I think this is too cursed for me to care about
L69[07:23:43] <Izaya> I got single-image copy-pasting to work in FF
L70[07:23:57] <Izaya> (just tell it everything is an image/png, even when it's not)
L71[07:25:07] <CompanionCube> i suppose the alternative is an x11 protocol viewer and/or gdb
L72[07:34:10] <Va​ur> %tonk
L73[07:34:11] <MichiBot> Yippee! Va​ur! You beat Forec​aster's previous record of 9 hours, 14 minutes and 38 seconds (By 1 minute and 50 seconds)! I hope you're happy!
L74[07:34:12] <MichiBot> Vaur's new record is 9 hours, 16 minutes and 28 seconds! Vaur also gained 0.0003 (0.00003 x 10) tonk points for stealing the tonk. Position #1.
L75[07:34:30] <Forec​aster> < - <
L76[07:52:52] <CompanionCube> Izaya: https://htmx.org/essays/a-real-world-react-to-htmx-port/ lol @ numbers
L77[08:16:41] ⇨ Joins: Vexatos (~Vexatos@p200300eaef139f62b60e6a98a307d763.dip0.t-ipconnect.de)
L78[08:16:41] zsh sets mode: +v on Vexatos
L79[08:36:09] <Va​ur> stupid sniffer won ... just ... why ? 😦
L80[08:36:23] <Forec​aster> what
L81[08:37:05] <Va​ur> minecraft mob vote
L82[08:37:10] <Forec​aster> ah
L83[08:37:34] <Va​ur> people voted for the giant turtle that smells flowers
L84[08:50:40] ⇦ Quits: Hawk777 (~Hawk777@2607:c000:828b:b500:e5c3:6f31:7002:7247) (Quit: Leaving.)
L85[09:07:52] ⇨ Joins: JackReloaded_ (webchat@88-101-71-206.rcg.o2.cz)
L86[09:15:47] ⇦ Quits: JackReloaded_ (webchat@88-101-71-206.rcg.o2.cz) (Quit: webchat.esper.net)
L87[10:17:42] <Na​dja> @Vaur : cause it's the cutest ^^
L88[10:49:58] <Inari 「オ​兄デレ」「狐っ娘」> >ThePiGuy24: https://twitter.com/LingototWYorks/status/1581386825205415936
L89[10:49:58] <Inari 「オ​兄デレ」「狐っ娘」> I mean, why not, if you'r ecurrently eating anyway
L90[10:50:00] <Inari 「オ​兄デレ」「狐っ娘」> Why let it get cold
L91[11:03:52] ⇦ Quits: Izaya (~izaya@210.1.218.92) (Read error: Connection reset by peer)
L92[11:04:32] ⇨ Joins: Izaya (~izaya@210.1.218.92)
L93[11:33:05] * Amanda meows and looks around, spots an @Inari
L94[11:44:22] <Amanda> %splash @Inari with mutable potion
L95[11:44:22] <MichiBot> You fling a mutable titanium potion (New!) that splashes onto @Inari. @Inari turns into a red turtle girl until they have a gloopy avesmingo potion.
L96[11:47:10] <Lui​hum> Is it just me or is MichiBot's pfp broken on discord
L97[11:47:35] <Inari 「オ​兄デレ」「狐っ娘」> >Amanda: _meows and looks around, spots an <@!105317648602042368>_
L98[11:47:35] <Inari 「オ​兄デレ」「狐っ娘」> rude
L99[11:48:23] <Amanda> @Inari no u
L100[11:48:35] <Forec​aster> >Luihum: Is it just me or is MichiBot's pfp broken on discord
L101[11:48:35] <Forec​aster> That's the webhooks fault
L102[11:49:22] <Lui​hum> On a few other servers I'm in (including a roleplay server, which uses Tupperbox (a roleplaying bot) (which uses webhooks)) it's also broken
L103[11:49:34] <Lui​hum> So yeah I think something's up with webhooks today
L104[12:06:10] <Forec​aster> wellp
L105[12:06:14] <Forec​aster> https://tinyurl.com/2pqv6p5o
L106[12:06:19] <Forec​aster> With test data the min count is correct
L107[12:06:28] <Forec​aster> so apparently I have an empty show directory somewhere
L108[12:10:03] <Amanda> Forecaster that doesn't feel too hard to find, with a shell one-liner
L109[12:10:17] <Forec​aster> you're a one-liner D:
L110[12:10:20] <Forec​aster> wait
L111[12:10:22] <Amanda> Rude
L112[12:11:09] <Forec​aster> you can fit a lot of stuff into one line, that doesn't mean it's not complicated 😛
L113[12:12:45] <Forec​aster> Also I say empty, but what I really mean is "no media files"
L114[12:14:29] <Forec​aster> actually, the update script output shows how many files were processed in each show dir
L115[12:14:39] <Forec​aster> should be able to find it there
L116[12:19:24] <Lui​hum> Message contained 4 or more newlines and was pastebined https://paste.pc-logix.com/usokuyiraw
L117[12:21:17] <Forec​aster> hm, I deleted the one dir that was completely empty, but min count is still 0
L118[12:21:34] <Forec​aster> so apparently there's one that's not empty but don't have any episodes in it
L119[12:21:59] <Forec​aster> easiest is probably to make the stat counter store which ones have no episodes
L120[12:34:04] <Amanda> %ping
L121[12:34:05] <MichiBot> Ping reply from Ama​nda 0.09s
L122[12:34:29] <Amanda> Hrm
L123[12:34:45] <Amanda> Guess I need to reboot
L124[12:36:15] <Va​ur> %sip
L125[12:36:16] <MichiBot> You drink a still rainbow potion (New!). Vaur gains the ability to summon safety pins until someone baps them.
L126[12:36:34] <Forec​aster> %bap @Vaur
L127[12:36:34] <MichiBot> Forecaster baps @Vaur with the Magic uber-metacarpal! (25%)!
L128[12:36:43] <Forec​aster> no safety pins for you!
L129[12:36:51] <Forec​aster> only unsafety pins
L130[12:38:18] <Forec​aster> ah https://tinyurl.com/2j8jqmtj
L131[12:38:26] <Forec​aster> that's not a show dir
L132[12:38:42] <Forec​aster> that definitely doesn't have any files in it
L133[12:41:05] <Forec​aster> cuz it *is* a file you see
L134[12:41:22] <Forec​aster> not that files can't have files in them... you know what I meant!
L135[12:52:52] <AR2​000> >Luihum: For something I could use as a home server I only have a Raspberry Pi 4 w…
L136[12:52:52] <AR2​000> Message contained 4 or more newlines and was pastebined https://paste.pc-logix.com/amasudeyec
L137[12:53:19] <Lui​hum> My router is on a small shelf next to my couch
L138[12:54:16] <AR2​000> Fun project : make a fan controller for the PI. See, you have something to plug into the GPIO
L139[12:55:11] <AR2​000> The noise is only a issue at the start. I have a NAS and my box (router / switch combo provided by french ISPs) in the same room I sleep in.
L140[12:55:50] <AR2​000> And if you invest in some passive cooling for the pi, a fan is not required
L141[12:56:22] <AR2​000> Mine (a 3B+) is in a case without fan and bad air flow
L142[13:23:43] <Forec​aster> %sip
L143[13:23:43] <MichiBot> You drink a mutable citrus potion (New!). Forecaster turns into an ocean pig until they see a unicorn.
L144[13:23:50] <Forec​aster> wut
L145[13:48:21] <S​ky> %sip
L146[13:48:21] <MichiBot> You drink a sour rubium potion (New!). A tiny cloud appears with a ridiculous smile on it. It follows Sky until they see a unicorn.
L147[13:48:24] <S​ky> hah
L148[13:48:35] <S​ky> corded seems a little slow though
L149[13:48:47] <S​ky> and michibot's avatar seems to be missing
L150[13:49:01] <S​ky> Or not, discord might just be having a moment.
L151[13:49:01] <S​ky> https://i.skystuff.games/3dzBYjz3RORn.png
L152[13:50:01] <Forec​aster> It's just the webhook having issues
L153[13:55:59] ⇦ Quits: Vexatos (~Vexatos@p200300eaef139f62b60e6a98a307d763.dip0.t-ipconnect.de) (Ping timeout: 189 seconds)
L154[13:58:44] <Ri​ley> I think it’s Discord. All the webhooks seem to be acting strange for me. We’ll probably get Miku back soon.
L155[14:04:07] <Amanda> A centralized chat platform having issues widespread across it's entire system? Who'd have thought
L156[14:05:49] <Izaya> Surely nobody is crazy enough to give a hostile entity that much power.
L157[14:09:30] ⇨ Joins: Vexatos (~Vexatos@p200300eaef139f19faeac10890268698.dip0.t-ipconnect.de)
L158[14:09:30] zsh sets mode: +v on Vexatos
L159[14:12:45] <Forec​aster> oh no, webhook pfp's aren't working, society is doomed!
L160[14:18:53] <Amanda> This is far from the first time they've broken something, with a federated platform you'd have the option to roll back an update for your instance of it broke
L161[15:17:46] <S​ky> >Forecaster: oh no, webhook pfp's aren't working, society is doomed!
L162[15:17:46] <S​ky> yeah man, haven't you heard? <current USA president> is really just a webhook!
L163[15:19:28] <Forec​aster> Imagine if you could roll back government when it breaks
L164[15:19:33] <Forec​aster> now that'd be something
L165[15:30:00] <Ri​ley> That’s revolution for you.
L166[15:34:03] <Amanda> Ne ne @Inari, what's 2m to your right?
L167[15:34:47] <Inari 「オ​兄デレ」「狐っ娘」> the roof?
L168[15:34:54] <Amanda> Good.
L169[15:34:59] * Amanda beams @Inari 2m to the right
L170[15:35:07] <Inari 「オ​兄デレ」「狐っ娘」> smh, rude
L171[15:35:45] <Forec​aster> now Inari is to Inari's right!
L172[15:36:10] <Inari 「オ​兄デレ」「狐っ娘」> that's not how that works
L173[15:36:10] <Amanda> but only for a couple nanoseconds before the quantum suicide kicks in
L174[15:36:19] <Inari 「オ​兄デレ」「狐っ娘」> wait what
L175[15:41:06] <Va​ur> %sip
L176[15:41:06] <MichiBot> You drink a rather solarium potion (New!). Vaur now knows how not to be seen.
L177[15:43:40] <Forec​aster> %sip
L178[15:43:40] <MichiBot> You drink a solid white potion (New!). Forecaster grows slightly until Sozin's Comet returns.
L179[15:43:48] <Forec​aster> aw man
L180[15:44:07] <Forec​aster> good thing I tend to wear slightly oversized clothes
L181[15:46:03] <Amanda> @Inari I might be conflating this with another Minute Physics video, but I think it's close? Book 2: Beast with a Human Heart- Chapter I
L182[15:46:05] <Amanda> er
L183[15:46:12] <Amanda> https://www.youtube.com/watch?v=dAaHHGHuy1c
L184[15:46:35] * Amanda goes off to halucinate
L185[15:59:11] <Forec​aster> not quantum halucinate?
L186[16:28:42] <Inari 「オ​兄デレ」「狐っ娘」> >Amanda: <@!105317648602042368> I might be conflating this with another Minute Physics video,…
L187[16:28:43] <Inari 「オ​兄デレ」「狐っ娘」> I know what quantum suicide is, just like "Wait what, I didn' tagree to that"
L188[16:29:32] <Amanda> What do you mean? You signed the release when you joined #oc
L189[16:39:34] ⇦ Quits: Izaya (~izaya@210.1.218.92) (Quit: ZNC 1.8.2+deb2+b1 - https://znc.in)
L190[16:42:54] ⇨ Joins: Izaya (~izaya@210.1.218.92)
L191[16:51:10] <Va​ur> %tonkout
L192[16:51:11] <MichiBot> Fiddlesticks! Va​ur! You beat your own previous record of 9 hours, 16 minutes and 28 seconds (By 32 seconds)! I hope you're happy!
L193[16:51:11] <MichiBot> Va​ur has tonked out! Tonk has been reset! They gained 0.009 tonk points! plus 0.016 bonus points for consecutive hours! Current score: 3.54667676, Position #1
L194[17:10:13] <Lui​hum> 32 seconds moment
L195[17:15:03] ⇨ Joins: Hawk777 (~Hawk777@2607:c000:828b:b500:7269:2491:2f0d:cbf5)
L196[18:44:08] ⇨ Joins: S|h|a|w|n (~shawn156@67.218.67.153)
L197[18:44:16] ⇦ Quits: S|h|a|w|n (~shawn156@67.218.67.153) (Client Quit)
L198[18:45:51] ⇦ Quits: TPG24 (~ThePiGuy2@host-78-144-117-113.as13285.net) (Ping timeout: 186 seconds)
L199[18:46:25] ⇦ Quits: Hawk777 (~Hawk777@2607:c000:828b:b500:7269:2491:2f0d:cbf5) (Quit: Leaving.)
L200[18:49:09] <Forec​aster> %sip
L201[18:49:09] <MichiBot> You drink a diluted coralcreep potion (New!). An incredibly fake looking mustache is stuck to Forecaster's face until they have an apple.
L202[18:49:22] <Forec​aster> oh gof
L203[18:49:29] <Forec​aster> I need an apple
L204[18:50:48] ⇨ Joins: ThePiGuy24 (~ThePiGuy2@host-78-144-117-113.as13285.net)
L205[19:08:18] <Forec​aster> well, with that issue fixed, now there's a show in there somewhere with a single episode, apparently
L206[19:08:21] <Forec​aster> https://tinyurl.com/2l7r9ykp
L207[19:08:36] <Forec​aster> Which is probably one of those shows where I only downloaded the first episode and never watched it
L208[19:30:17] <Forec​aster> Huh https://tinyurl.com/2lagqgvm
L209[19:42:38] <Forec​aster> Ah, they're upset about the changes to upgrades
L210[19:55:39] <Amanda> Yeah, people are angry they can't do 6 upgrades indtead of th 3
L211[19:55:50] <Amanda> Because now upgrades can only go in the tech slots
L212[20:14:24] ⇦ Quits: ThePiGuy24 (~ThePiGuy2@host-78-144-117-113.as13285.net) (Remote host closed the connection)
L213[20:19:11] ⇨ Joins: ThePiGuy24 (~ThePiGuy2@host-78-144-117-113.as13285.net)
L214[20:30:48] <Amanda> "Why the hell would we need a rocket launcher?" "Why would we not need a rocket launcher if we have one?"
L215[20:34:48] <stephan48> for assiting the maintenance budget?
L216[20:45:26] <Amanda> Maintence budget, terrorism against an oppressive, racist, regeime, same diff
L217[20:57:15] <Lui​hum> Does anyone have a good list of mods I can use with OC2?
L218[20:58:40] <Lui​hum> Also, who actually owns this server
L219[21:00:15] <Forec​aster> The winds of time
L220[21:00:22] <Forec​aster> That or MichiBot
L221[21:01:03] <фанат груп​пы Sabaton> How to make a robot put items in a certain slot of the chest?
L222[21:01:31] <Forec​aster> You need an inventory controller for that
L223[21:01:58] <фанат груп​пы Sabaton> what is that? is that an addon?
L224[21:03:20] <фанат груп​пы Sabaton> oh this is a component. alright, thanks
L225[21:03:36] <Lui​hum> I can't download OC2, it just says 404 when I click on Download
L226[21:03:55] <Forec​aster> Download where?
L227[21:04:01] <Lui​hum> CurseForge
L228[21:04:54] <Forec​aster> Sounds like a CF problem
L229[21:05:41] <Lui​hum> Apparently for some reason the direct download link doesn't work (maybe because there's no full release?) so I just went to the files page
L230[21:06:41] <Ri​ley> You can get it from GitHub releases too.
L231[21:07:29] <Lui​hum> What power mod should I use
L232[21:08:54] <Lui​hum> And what Forge version
L233[21:13:11] <Forec​aster> The best ones
L234[21:15:47] <Na​dja> >Luihum: Does anyone have a good list of mods I can use with OC2?
L235[21:15:47] <Na​dja> You can use all mods with OC2 :P
L236[21:16:05] <Lui​hum> I mean like a recommended one with mods (besides dependencies)
L237[21:19:23] <Na​dja> Since it doesn't integrate much with anything yet there aren't any.
L238[21:20:55] <Na​dja> IR did add OC2 support IIRC, but beyond that not much has explicit OC2 support
L239[21:21:12] <Amanda> Mekanism did as well
L240[21:21:44] <Amanda> at least @Sangar was talking with the mekanism dev about what OC2 would need to make it possible, IIRC
L241[21:26:35] <Ri​ley> Is there a mod that allows OC2 computers to read containers?
L242[21:27:51] <Amanda> if you mean inventories, yes, the inventory upgrade
L243[21:28:07] <Amanda> It even works right with storage drawers now
L244[21:31:20] <Ri​ley> Does the API allow reading item names or NBT data? I’m trying to make an item catalogue.
L245[21:32:09] <Amanda> NBT Data can be whitelisted with datapacks
L246[21:32:29] <Amanda> or I think there's a server option to allow all
L247[21:43:33] <Forec​aster> You should wishlist the NBT data instead and then wait for someone to buy it from Amazon for you
L248[21:50:10] <Lui​hum> OC2 does look promising
L249[21:51:22] <Amanda> But can it see why kids love the cinnemony goodness of cinnamon toast crunch?
L250[23:06:49] ⇦ Quits: Vexatos (~Vexatos@p200300eaef139f19faeac10890268698.dip0.t-ipconnect.de) (Quit: Insert quantum chemistry joke here)
L251[23:50:09] <Va​ur> %tonk
L252[23:50:10] <MichiBot> Swell! Va​ur! You beat your own previous record of <0 (By 6 hours, 58 minutes and 58 seconds)! I hope you're happy!
L253[23:50:10] <MichiBot> Vaur's new record is 6 hours, 58 minutes and 58 seconds! No points gained for stealing from yourself. (Lost out on 0.00698)
<<Prev Next>> Scroll to Top