<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:01:28] ⇦ Quits: Vexatos (~Vexatos@port-92-192-105-178.dynamic.as20676.net) (Quit: Insert quantum chemistry joke here)
L2[00:04:19] ⇦ Quits: Inari (~Pinkishu@p508ef5b3.dip0.t-ipconnect.de) (Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/)
L3[00:15:38] <Bri​anH> Izaya: Where was your microtel page and stuff, shadowcat something right?
L4[00:15:56] <Bri​anH> Is that still a good solution for a stage 2 bootloading netboot?
L5[00:16:04] <Ocawes​ome101> https://git.shadowkat.net/Izaya/OC-Minitel
L6[00:16:18] <Bri​anH> whee
L7[00:16:34] <Bri​anH> Thanks. Oh hey dark theme somehow
L8[00:17:41] <Ocawes​ome101> it's Gitea
L9[00:17:51] <Ocawes​ome101> hosted by Izaya so he can do whatever he wants
L10[00:18:48] <Bri​anH> Haven't used that, that's cool
L11[00:18:54] <Bri​anH> I tend to just use cgit heh
L12[00:19:20] <CompanionCube> or how they use XMPP instead of email
L13[00:19:21] <Bri​anH> Yeah I think that's what I'm going to do
L14[00:19:30] <Bri​anH> I can install minitel and bootstrap it from there
L15[00:19:40] <Bri​anH> then work on a microtel BL
L16[00:22:04] <Izaya> also on github
L17[00:22:18] <Izaya> https://github.com/ShadowKatStudios/OC-Minitel
L18[00:22:27] <Izaya> the one on my gitea instance is a mirror
L19[00:25:06] <Izaya> annoying that github doesn't support mirroring
L20[00:25:20] <Izaya> I'd prefer to mirror projects onto github rather than the other way around
L21[00:30:16] <Bri​anH> Oh hey Izaya
L22[00:30:24] <Izaya> ey
L23[00:30:53] <Izaya> it's only 0930 but I work wageslave hours now
L24[00:30:56] <Bri​anH> So now I just need to remember, I think somebody made some sort of a tar like program I thought
L25[00:31:05] <Bri​anH> I wonder if I could use that for an initramfs
L26[00:31:21] <Izaya> probably either me or AdorableCatgirl
L27[00:31:37] <Izaya> big brain is is using the tmpfs as an initramfs though
L28[00:32:03] <Bri​anH> right
L29[00:32:06] <Bri​anH> it would extract to that
L30[00:32:17] <Bri​anH> and then I could jump to the kernel from there
L31[00:32:49] <Bri​anH> and tmpfs doesn't use the memory shaped by the ram modules right
L32[00:32:50] <Bri​anH> so
L33[00:32:55] <Bri​anH> it would make sense
L34[00:34:02] <Izaya> it's just a flat 64k
L35[00:34:07] <Bri​anH> yes
L36[00:34:09] <Izaya> https://git.shadowkat.net/izaya/OC-PsychOS2/src/branch/master/lib/libmtar.lua may interest you
L37[00:34:13] <Bri​anH> that is way more than enough
L38[00:34:36] <Bri​anH> Interesting
L39[00:35:49] <Bri​anH> this is a very small library
L40[00:36:29] <Izaya> for a very simple archive format
L41[00:40:49] <Izaya> https://imgur.com/XqWP9xO.png
L42[00:42:47] <Bri​anH> so mtar.iter is used for reading the files in an mtar format
L43[00:42:55] <Bri​anH> so you can loop through the files in it
L44[00:42:58] <Izaya> yup
L45[00:43:18] <Izaya> you can't save read functions, only the most recent one will work sanely, though
L46[00:43:33] <Bri​anH> right
L47[00:43:42] <Bri​anH> but if you're just untarring
L48[00:44:14] <Bri​anH> what is the actual purpose of genHeader being public
L49[00:44:30] <Izaya> that's for writing archives
L50[00:44:41] <Bri​anH> I thought so
L51[00:45:00] <Izaya> you basically concatenate genHeader(fname,flength)..fileContents
L52[00:45:05] <Bri​anH> so when making the file, there's no encoding? you just put the header in it then the file on the next line and repeat?
L53[00:45:28] <Izaya> no lines, just concatenate it
L54[00:45:37] <Bri​anH> oh neat
L55[00:46:09] <Izaya> the header has the name length, the name, and the content length
L56[00:46:16] <Bri​anH> yep
L57[00:46:26] <Izaya> so you can slap another file right after the contents and it'll just work
L58[00:46:30] <Bri​anH> Yeah that's pretty handy
L59[00:46:47] <Izaya> it's just a dumber tar tbh
L60[00:46:52] <Bri​anH> lol
L61[00:46:56] <Bri​anH> it's basically ar
L62[00:47:11] <Bri​anH> except it's in a sane format
L63[00:47:17] <Bri​anH> instead of using ASCII decimal
L64[00:47:30] <Bri​anH> because why the fuck ar
L65[00:47:57] <Izaya> :D
L66[00:48:52] <Bri​anH> Aha
L67[00:48:53] <Bri​anH> MPL
L68[00:49:28] <ThePi​Guy24> i like accidentally inventing formats that already exist
L69[00:49:38] ⇦ Quits: Thutmose (~Patrick@host-69-59-79-181.nctv.com) (Quit: Leaving.)
L70[00:50:04] <CompanionCube> you like MPL?
L71[00:50:30] <ThePi​Guy24> fuck i cant get ariricraft to launch
L72[00:50:33] <CompanionCube> ThePiGuy24: one wonders how many osdev people end up reinventing FAT.
L73[00:51:00] <Bri​anH> CompanionCube: I actually use the 3 clause BSD license
L74[00:51:02] <Bri​anH> due to simplicity
L75[00:51:25] <Bri​anH> it's very similar to the MIT license
L76[00:51:29] <CompanionCube> hah, well there's simpler licenses :)
L77[00:51:34] <Izaya> There was a definite reason I prefer MPLv2 over MIT/BSD
L78[00:51:37] <Bri​anH> There are
L79[00:51:37] <Izaya> I don't remember it now.
L80[00:51:44] <Bri​anH> but I like the points of BSD
L81[00:51:59] <CompanionCube> Izaya: it's a good middle ground between MIT and GPL?
L82[00:52:12] <Izaya> Probably something to do with it, yeah.
L83[00:52:16] <Bri​anH> Izaya probably over BSD because the BSD license encourages businesses to take your sources and sell their product with them?
L84[00:52:40] <Bri​anH> which I don't care about at all
L85[00:52:40] <CompanionCube> can do that with MPL2
L86[00:52:41] <Izaya> companies pls go
L87[00:52:55] <CompanionCube> what they can't do is make a proprietary fork of your OSS code
L88[00:53:12] <ThePi​Guy24> the answer is: the wings mod fails at preinitialization
L89[00:53:14] <Bri​anH> BSd 3 clause pretty much does two things for me
L90[00:53:39] <Bri​anH> a) you can't use me as a person for your profit
L91[00:53:45] <Bri​anH> that's an important one
L92[00:54:19] <Bri​anH> b) what I said earlier
L93[00:54:41] <Izaya> I feel like the "no proprietary forks" part was important when I was writing minitel
L94[00:54:52] <Izaya> working out why that is is left as an exercise to the reader
L95[00:55:09] <CompanionCube> at most they can do proprietary extensions
L96[00:55:19] <CompanionCube> but if you wanted to stop that, that's what the GPL is for.
L97[00:56:00] <Bri​anH> I feel the GPL is way too complicated
L98[00:56:09] <Bri​anH> the more complicated your license the more likely somebody can abuse it
L99[00:56:16] <Izaya> urgh the internet card is a pain
L100[00:56:33] <Bri​anH> somebody should make a low level socket card
L101[00:56:50] <Izaya> the socket support is fine
L102[00:56:58] <Bri​anH> yeah yeah but low level sockets
L103[00:56:58] <Izaya> it's the HTTP that sucks
L104[00:57:16] <Bri​anH> then you can do some custom layer 3 stuff
L105[00:57:29] <Izaya> trying to improve the download library
L106[00:57:47] <Izaya> apparently the internet card does undocumented things when it gets a 404
L107[00:58:17] <Bri​anH> LOL
L108[00:58:41] <Izaya> I aim to port the download library to OpenOS at some point
L109[00:58:50] <CompanionCube> and imeplementing TLS in lua is...problematic.
L110[00:58:51] <Izaya> so I can proxy all my HTTP via FRequest
L111[01:00:37] <Bri​anH> so what ill probably do is put this file under my vendor directory and link Izaya's repo and the MPLv2 license at the top
L112[01:01:40] <CompanionCube> well, not the whole license
L113[01:01:47] <CompanionCube> just exhibit ..A i think?
L114[01:01:50] <Bri​anH> no a link to it
L115[01:01:59] <Bri​anH> I'm not putting the entire damn license that's insane
L116[01:02:00] <CompanionCube> the bit that says 'this source code form'
L117[01:02:05] <Ocawes​ome101> @ThePiGuy24 simple... join OC-Raiding instead :D
L118[01:02:26] <Izaya> OC-Raiding? Dare I ask?
L119[01:02:40] <Ocawes​ome101> my lightweight raiding server
L120[01:02:46] <Ocawes​ome101> something like 23 mods
L121[01:03:10] <Ocawes​ome101> if you'd like to join I can get on IRC and DM you details
L122[01:03:41] <CompanionCube> DMs are for discord :p
L123[01:03:49] <Ocawes​ome101> PM then?
L124[01:03:50] <Izaya> discord doesn't do DMs though
L125[01:04:04] <Izaya> they go via Discord's server, ergo not direct
L126[01:04:05] <Ar​iri> https://lcars5201.ddns.net/index.php/s/6LpbzRk9qoBrBmx/preview
L127[01:04:14] <Ar​iri> They still call it that :P
L128[01:04:23] <Izaya> and they call guilds servers
L129[01:04:23] <ThePi​Guy24> discord is a lie
L130[01:04:27] <Izaya> can't fix stupid
L131[01:04:46] <ThePi​Guy24> the api calls then guilds i think
L132[01:04:55] <Ar​iri> What can I say? Im a sucker for excessive spacing
L133[01:05:06] <Izaya> lmao
L134[01:05:07] <Bri​anH> by the way i have been thinking about the shell interface for Trotwood
L135[01:05:27] <Izaya> TPG24: it does! :D
L136[01:05:30] <Bri​anH> I understand that Nortel syntax is extremely weird
L137[01:05:46] <Bri​anH> How would you like a Mikrotik RouterOS style shell?
L138[01:05:49] <Ar​iri> Izaya: A new one, https://lcars5201.ddns.net/index.php/s/eX2Fyto7wEXockA/preview
L139[01:05:54] <Bri​anH> it's kind of database oriented
L140[01:06:05] <Ar​iri> https://lcars5201.ddns.net/index.php/s/eX2Fyto7wEXockA/preview
L141[01:06:14] <Bri​anH> Trotwood is data oriented, so I feel like the RouterOS interface would be kind of nice
L142[01:06:15] <Ar​iri> Wrong link
L143[01:06:16] <ThePi​Guy24> ~~is that a ps5?~~
L144[01:06:24] <Izaya> I still don't understand what it is
L145[01:06:26] <Ar​iri> https://lcars5201.ddns.net/index.php/s/wnK2Y7yptMXEp7W/preview
L146[01:06:40] <Izaya> aaa why
L147[01:06:48] ⇨ Joins: ThePiGuy24 (~ThePiGuy2@37.152.243.131)
L148[01:06:50] <Izaya> my poor trees
L149[01:06:57] <Ar​iri> Tbh I didnt realize it was that close when I started
L150[01:07:10] <Ar​iri> And I cant have them catching on fire when I fire my rockets!
L151[01:07:28] <Izaya> ah, so I'm a strategic target now
L152[01:07:30] <Izaya> wonderful
L153[01:07:33] <Ar​iri> Izaya: Loosely based off of https://cdn.discordapp.com/attachments/714203941730123806/725456696054513724/image0.jpg
L154[01:07:49] <Izaya> it's the VAB!
L155[01:07:53] <Ocawes​ome101> ah yes i see the resemblance
L156[01:08:02] <ThePiGuy24> @Ocawesome101 what next?
L157[01:08:10] <Ar​iri> Indeed, although it needs more work.
L158[01:08:27] <Ocawes​ome101> sec, lemme hop on IRC
L159[01:09:29] ⇨ Joins: Ocawesome101 (~Ocawesome@38.65.248.139)
L160[01:09:36] <Ocawesome101> k, sec more
L161[01:11:12] <Ar​iri> Izaya: Probably not, they only discovered my main base on accident, so they probably wont find this one unless they wardial stargates
L162[01:11:33] <Izaya> it's uh
L163[01:11:37] <Izaya> kinda blatant
L164[01:12:13] <Ar​iri> They're 40k blocks away, and this facility is thousands from my main base
L165[01:17:20] <Izaya> oooh
L166[01:17:27] <Izaya> now that I have type annotations and colouring
L167[01:18:08] <Izaya> I should do syntax highlighting in the PsychOS editor that uses the colours for the type in the function arguments
L168[01:21:12] <Ar​iri> I fear I didnt make it big enough
L169[01:21:12] <Ar​iri> https://lcars5201.ddns.net/index.php/s/rWTDC82iriMfrKA/preview
L170[01:21:47] ⇦ Quits: Ocawesome101 (~Ocawesome@38.65.248.139) (Quit: Leaving)
L171[01:22:32] <Izaya> christ
L172[01:24:35] <CompanionCube> did Izaya's forest get burned/shelled or what?
L173[01:25:07] <Izaya> just removed, and the ground changed
L174[01:25:19] <Izaya> that whole valley was comfy and natural
L175[01:25:39] <Izaya> this is why I usually try to live away from other people
L176[01:26:09] <CompanionCube> rip comfyness, ruined forever
L177[01:26:14] <Ar​iri> I didn’t move that much. I actually wanted to put it somewhere else on the coast line but anywhere that wasn’t too jagged to build was infected by coralium
L178[01:26:17] <CompanionCube> inb4 migrate to new comfy valley
L179[01:27:37] <Ar​iri> Still not even sure I like it, might rejuvenate the chunk and move elsewhere
L180[01:28:49] <Izaya> Amanda: hope you don't mind, stole your 404 handling code almost directly
L181[01:29:52] <Izaya> for my next trick, I'll port libdownload to OpenOS, I guess
L182[01:32:03] <Ar​iri> I forgot Overwolf existed.. Havent heard the name since my Robocraft days https://lcars5201.ddns.net/index.php/s/4RgQwMDDPoAFbWz/preview
L183[01:32:21] <Izaya> What even was it?
L184[01:32:30] <Izaya> I wanna say like... streaming stuff?
L185[01:33:16] <Ar​iri> https://lcars5201.ddns.net/index.php/s/XsZnbeDo7ZfdFEw/preview
L186[01:33:48] <Izaya> Oh. Huh.
L187[01:33:53] <Izaya> Bad times ahead.
L188[01:34:04] <Ar​iri> Indeed.
L189[01:35:01] <Izaya> https://pl.neko.bar/media/f41a06e60aa1fda95dc3eefc8ba0d7bf7e1fde4cd9f5ccab447ac0cc4f77fb96.jpg
L190[01:35:09] <Izaya> Red Dwarf, anyone?
L191[01:35:21] <Bri​anH> Is it just me or does Ariri like pictures
L192[01:35:46] <Izaya> just flexing their nextcloud
L193[01:35:53] <Ar​iri> Thats a cute artwork
L194[01:36:15] <Ar​iri> Did you want me to copy paste with that formatting?
L195[01:39:19] <Amanda> Izaya: not at all
L196[01:40:38] <Amanda> Honestly the only reason lib download didn't already have it is because I discovered that quirk after. The http codes almost a direct lift from my ncsharefs, which is a direct lift from my gitlabfs
L197[01:41:04] <Bri​anH> Oh hey Amanda is around
L198[01:41:10] <Amanda> Where!?
L199[01:41:37] <Bri​anH> She doesn't know who I am so she can't make fun of me anymore
L200[01:41:42] <Ar​iri> %fling Amanda
L201[01:41:43] <MichiBot> Ar​iri flings Ama​nda in a random direction. It hits Lesh​aInc in the face. They take 1d4 => 1 damage!
L202[01:41:45] <Amanda> %choose more lies or space zombies
L203[01:41:45] <MichiBot> Ama​nda: I've heard "space zombies" is in these days
L204[01:41:47] <Ar​iri> Where indeed?
L205[01:42:01] <Ar​iri> What are these lies and space zombies
L206[01:42:02] <Amanda> Whatever you say sophia
L207[01:42:06] <Izaya> I wanna port the library to OpenOS and implement an oppm-compatible package manager so I can have a grand total of one (1) machine with an internet card
L208[01:43:16] <Amanda> @Ariri trying to decide which story to hallucinate
L209[01:44:11] <Ar​iri> I see
L210[01:44:12] <Ar​iri> I personally favor space zombies, if that helps
L211[01:44:12] <Ar​iri> Chuck a meteor at their planet
L212[01:47:07] <Amanda> Unfortunately, that planet is earth
L213[01:47:25] <Izaya> excellent
L214[01:47:34] <Izaya> I can think of a few choice asteroids
L215[01:47:45] <Amanda> %choose hallucinate or irradiate
L216[01:47:45] <MichiBot> Ama​nda: I received a telegram from a long lost relative that only read "irradiate". Weird.
L217[01:49:52] <Ar​iri> Lucky for you Amanda, just swing 2016 AX165 about 560000000 km around this direction, its 34 meters large but if its fast enough you might wipe something out
L218[01:50:38] <Izaya> With sufficient velocity, any mass is plenty.
L219[01:51:07] <Ar​iri> And with infinite mass, any velocity is enough. :D
L220[01:51:55] <Izaya> >infinite mass
L221[01:51:59] <Izaya> wait, that's illegal
L222[01:53:32] <Ar​iri> Well Im making antimatter, so I can get away with violating physics for a bit
L223[01:53:56] <Izaya> Stop, you're breaking the law(s of physics!)
L224[01:54:54] <Ar​iri> I served my sentence in another timeline
L225[01:55:16] <Amanda> Don't worry, Einstein's asleep, he won't notice
L226[01:56:47] <Ocawes​ome101> Einstein's asleep.... forever
L227[01:57:09] <Ar​iri> And I have Schrodinger on my side, and he agrees with me — Epstein both did and did not kill himself.
L228[02:09:42] <Ar​iri> Adding OpenGlasses2 to the pack :D
L229[02:09:49] <Ar​iri> My efficiency will hit new limits
L230[02:10:01] <Ar​iri> (not that it even hit the first ones)
L231[02:12:44] <Izaya> saw this on fedi https://cadence.moe/blog/2020-06-06-why-you-shouldnt-trust-discord
L232[02:17:13] <Michiyo> Most of the stuff under "The product is poorly managed" is a fucking joke..
L233[02:17:23] <Michiyo> That's as far as I've managed to make it.
L234[02:18:43] <Ar​iri> Im reading "Discord does not care about you" rn. Most of it seems a bit nit-picky, but there are some valid points (ish)
L235[02:19:04] <Izaya> A lot of it seems really obvious tbh
L236[02:19:24] <Izaya> but it's nice to have it all collected in one place that isn't a conspiracy theory site
L237[02:19:53] <Ar​iri> Its pretty true. If I could avoid using Discord while maintaining my connection to distant friends Ive known for years now, I really would
L238[02:20:40] <Ar​iri> Uh, wait what: `The post then says that you'll need to tell Discord who you are in real life by sending them scans of your passport if you want your bot to grow beyond more than 100 guilds.`
L239[02:20:50] <Ar​iri> Is this still true?
L240[02:28:43] <CompanionCube> Ariri: welcome to network effects and lock-in :p
L241[02:29:52] <Ar​iri> Sad
L242[02:32:35] <Izaya> friendly reminder that by using discord you encourage others to use discord
L243[02:47:54] <Ar​iri> Gonna look into Matrix now, that whole article was a whopper
L244[02:48:41] <Izaya> matrix kinda sucks, but at least it's not discord
L245[02:48:58] ⇦ Quits: ben_mkiv (~ben_mkiv@88.130.158.118) (Ping timeout: 378 seconds)
L246[02:50:13] <Ar​iri> I've had Discord for years now, theres nearly no way I could delete all my messages
L247[02:50:52] <Ar​iri> Most of my data is sanitized, but Ive more than likely slipped up at some point
L248[02:51:14] <CompanionCube> matrix and XMPP are both good choices
L249[02:53:26] <CompanionCube> (even if the usual client is a pile of javashit, it's probably better than discord's javashit because there are alternatives)
L250[02:54:25] <Izaya> ^
L251[02:54:51] <CompanionCube> for example, matrix-client.el is/was a thing
L252[02:55:17] <Izaya> personally I want XMPP + mumble
L253[02:55:25] <Izaya> best text chat + best voice chat
L254[02:55:43] <Ar​iri> Shame is, as much as I want to learn about all this, most of the people I talk to wouldnt be able to make the transition
L255[02:55:46] <Izaya> did you see a recent PR added stereo input to mumble
L256[02:56:21] <CompanionCube> i don't follow mumble
L257[02:56:35] <CompanionCube> Ariri: matrix in particular has rather decent bridging capabilities
L258[02:56:42] <CompanionCube> if you want to smooth a transition out
L259[02:59:25] <CompanionCube> Izaya: /me fires up stellaris because it's empire-making time
L260[02:59:39] <Izaya> I have a semi-quiet day
L261[02:59:44] <Izaya> wanna have a game
L262[02:59:53] <CompanionCube> probably not now
L263[03:00:06] <Izaya> oh it'd be like 2AM there
L264[03:01:54] <CompanionCube> when CK2 multiplayer happens it happens earlier :p
L265[03:04:18] <Ar​iri> CompanionCube: how does that work? Wouldnt Discord flag me for be being a bot on their end or something?
L266[03:04:40] <CompanionCube> don't know how it works for discord, but rather in genereal
L267[03:06:35] * Amanda snugs up around Elfi, yawns a bit ol toothy yawn, then tucks in nose to tail
L268[03:06:43] <Amanda> Night nerds
L269[03:07:29] <Izaya> o/
L270[03:10:59] <Izaya> did I post that books turned up
L271[03:11:01] <Izaya> very exciting
L272[03:11:04] <Izaya> https://social.shadowkat.net/media/0e5718a7a7c297994d6109490c99be726558979bf2a68c5329927b6ecc447830.jpg
L273[03:19:16] <CompanionCube> Izaya: heh, just saw the fungoid portrait...looks pretty cool, heh
L274[03:19:26] <Izaya> blorg friend?
L275[03:19:50] <CompanionCube> what?
L276[03:20:00] <Ar​iri> Dan Simmons.. will check out
L277[03:20:02] ⇨ Joins: ben_mkiv (~ben_mkiv@88.130.158.118)
L278[03:20:18] <Izaya> one of the predefined races is the Blorg something and uses a fungoid portrait
L279[03:20:58] <CompanionCube> oh, the predefined one i'm looking at is the Jehetma Dominion. It seems the blorg is lower down.
L280[03:24:34] <CompanionCube> ...the blorg definitey look like a weird mushroom.
L281[03:27:09] <CompanionCube> >have fungoid species in game
L282[03:27:15] <CompanionCube> >no mushroom-shaped flag symbol
L283[03:28:37] <Izaya> so the RX590 is a better tuned RX580 with more overhead for overclocking, right?
L284[03:28:59] <CompanionCube> also, what, no changing the symbol colour? i'm stuck with this gold?
L285[03:31:05] <Ar​iri> Izaya: Basically, but it also has the new 12nm process iirc (TSMC I think)
L286[03:31:43] <Izaya> meaning it runs cooler -> more overhead for overclocking?
L287[03:34:03] <CompanionCube> Izaya: yay, i get to pick the syncretic species so my plan works
L288[03:40:00] <Adorabl​eCatgirl> why is spengies running like dogshit on my threadripper
L289[03:40:07] <Izaya> just SE things
L290[03:40:09] <Adorabl​eCatgirl> there's not even much complex shit going on
L291[03:40:12] <Adorabl​eCatgirl> it's one fucking ship
L292[03:40:31] <Izaya> https://imgur.com/uhKhoPm.png
L293[03:41:07] <Adorabl​eCatgirl> yeah comma but
L294[03:41:13] <Adorabl​eCatgirl> i'm in the awful OS know as windows
L295[03:41:27] <Izaya> truly a fate worse than death
L296[03:41:57] <Adorabl​eCatgirl> i-it's bound to one core
L297[03:42:01] <Adorabl​eCatgirl> fucking
L298[03:42:04] <Adorabl​eCatgirl> WHAT
L299[03:42:23] <CompanionCube> Izaya: tfw alredy considering looking for mods to expand selection options p
L300[03:42:47] <Izaya> the underrated thing about DXVK
L301[03:42:54] <Izaya> is that even if the game only uses one core
L302[03:42:58] <Adorabl​eCatgirl> oh wait
L303[03:43:04] <Adorabl​eCatgirl> it's somehow pegging my GPU
L304[03:43:07] <Izaya> the rest can be used translating GPU calls
L305[03:43:09] <Adorabl​eCatgirl> fucking what
L306[03:43:24] <Adorabl​eCatgirl> well
L307[03:43:27] <Adorabl​eCatgirl> i sorta fixed it
L308[03:46:06] <Adorabl​eCatgirl> oh
L309[03:46:09] <Adorabl​eCatgirl> the weather broke it
L310[03:46:10] <Adorabl​eCatgirl> somehow
L311[03:47:11] <Izaya> the weather?
L312[03:47:12] <Izaya> in space?
L313[03:47:50] <CompanionCube> tfw naming your home star 'Star Road' because you've not got better options
L314[03:47:50] <Izaya> when Starmade was a big thing I always enjoyed finding abandoned ships and restoring them to some sort of functionality
L315[03:48:01] <Adorabl​eCatgirl> no
L316[03:48:03] <Adorabl​eCatgirl> planet
L317[03:48:22] <Izaya> > Space Engineers
L318[03:48:24] <Izaya> > not in space
L319[03:48:26] <Izaya> ???
L320[03:48:51] <Izaya> Amanda: thoughts on dumping output to stdout if no path is supplied?
L321[03:49:08] <Adorabl​eCatgirl> Izaya: i was testing a thing out
L322[03:49:10] <Adorabl​eCatgirl> also FINALLY
L323[03:49:12] <Adorabl​eCatgirl> SINGLE BUTTONS
L324[03:59:42] <CompanionCube> :( no egalitarianism for dictatorships?
L325[04:06:48] <CompanionCube> darn, merchant guilds apparently needs megacorp, so hm, what else to pick...
L326[04:07:38] <CompanionCube> eh, i guess given the other choices 'aristocratic elite' would work
L327[04:08:25] ⇦ Quits: t20kdc (~20kdc@cpc139340-aztw33-2-0-cust225.18-1.cable.virginm.net) (Remote host closed the connection)
L328[04:16:42] <CompanionCube> Izaya: do you wanna set the finished attempt at the idea i had previously?
L329[04:17:05] <Izaya> -> see?
L330[04:17:07] <Izaya> because sure
L331[04:19:19] <CompanionCube> Izaya: https://steamuserimages-a.akamaihd.net/ugc/1284038003233431793/F9E22ECEB5BBA7DB9AEE57FAC11FB5047E2CCA6E/
L332[04:20:34] <Izaya> Perfect.
L333[04:21:41] <CompanionCube> ....i just realised i picked 'enduring' on the syncretic species, but that's just a waste of points even though it's fitting for me
L334[04:22:28] <CompanionCube> most of the 'good' options need two points, i've only got the one spare for that species....
L335[04:23:00] <CompanionCube> (the traits i selected for toads was Weak, Sedentary and Conformists.
L336[04:23:39] <CompanionCube> i suppose traditional fits, maybe
L337[04:25:03] <CompanionCube> (oh, and I named the initial ruler 'Peach Toadstool')
L338[04:25:06] <Izaya> > People demanding I vassalize
L339[04:25:09] <Izaya> Ahaahahahaha, no.
L340[04:25:21] <CompanionCube> does it preserve the lastname or just rng
L341[04:25:27] <Izaya> dunno
L342[04:25:48] <Izaya> Didn't know what I was looking at when I played authoritarian
L343[04:26:08] <CompanionCube> especially an authoritarian enlightened-monarchy
L344[04:29:30] <Izaya> > Machine empire is proposing the charter of workers' rights
L345[04:29:32] <Izaya> [x] hmm
L346[04:37:12] <CompanionCube> tfw second-guessing militarist because of bowser's attacks, hmm...
L347[04:39:23] ⇨ Joins: immibis_ (~immibis@x4e366c3a.dyn.telefonica.de)
L348[04:43:22] ⇦ Quits: immibis (~immibis@x590e1d91.dyn.telefonica.de) (Ping timeout: 378 seconds)
L349[04:43:24] *** immibis_ is now known as immibis
L350[04:55:06] <Izaya> I gotta wire up my machine's reset button some time.
L351[04:56:29] ⇦ Quits: Backslash (~Backslash@d137-186-220-152.abhsia.telus.net) (Read error: Connection reset by peer)
L352[04:56:55] <Izaya> okay good that copy finished
L353[04:59:06] <Izaya> excellent thread: https://pl.neko.bar/notice/9wQMICqitlfNjDAWYa
L354[05:01:40] ⇨ Joins: xarses_ (~xarses@c-73-15-107-55.hsd1.ca.comcast.net)
L355[05:01:40] ⇦ Quits: xarses (~xarses@c-73-15-107-55.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
L356[05:04:37] <Ocawes​ome101> some dude WALKED to the Minecraft Far Lands
L357[05:05:05] <Izaya> with a dog?
L358[05:05:27] <Ocawes​ome101> no
L359[05:05:32] <Izaya> and did he look suspiciously like David Tennant?
L360[05:05:35] <Ocawes​ome101> only took him ~9 months
L361[05:05:46] <Ocawes​ome101> not kurtjmac, different guy
L362[05:05:56] <Izaya> oh
L363[05:05:57] <Ocawes​ome101> kurt has another 16 years at his current pace
L364[05:05:57] <Izaya> huh
L365[05:06:02] <Izaya> :D
L366[05:06:11] <Izaya> always nice to have goals, eh?
L367[05:06:12] <Ocawes​ome101> https://www.youtube.com/watch?v=crAa9-5tPEI
L368[05:06:14] <MichiBot> He WALKED to the Minecraft Far Lands... | length: 4m 57s | Likes: 45,697 Dislikes: 684 Views: 803,973 | by AntVenom | Published On 19/6/2020
L369[05:06:27] <Izaya> egh, a video
L370[05:06:43] <Ocawes​ome101> yeah
L371[05:11:49] ⇦ Quits: Cervator (~Thunderbi@2600:1700:1a25:9160:6c3a:7e97:9acb:ff21) (Quit: Cervator)
L372[05:22:43] <CompanionCube> imagine being kurtjmac and getting overtaken though
L373[05:24:58] <Ar​iri> Seems like Im addicted to cubes https://lcars5201.ddns.net/index.php/s/t6z53tjJ9WBPc8t/preview
L374[05:31:51] <Izaya> comfy change from the Krait MkII blueprint https://imgur.com/EVqu5hB.png
L375[05:44:39] <Ar​iri> I like that, really good 3D. Wonder if its a show, bc it resembles a better composed and less sci-fi Knights of Sidonia
L376[05:45:13] <Ar​iri> Can I get the original?
L377[05:47:20] <Izaya> https://www.pixiv.net/en/artworks/68656805
L378[05:47:27] <Izaya> Ever seen Planetes?
L379[05:54:15] <Ar​iri> Cant say I have no
L380[05:55:13] <Izaya> A classic. Hard SF set in low-earth orbit.
L381[06:05:59] <DaCompu​terNerd> Literally all I know about knights of sidonia is it gets mixed up with the muse song "knights of cydonia" fairly often.
L382[06:32:24] <Sagh​etti> god damnit
L383[06:32:25] <Sagh​etti> so
L384[06:32:44] <Sagh​etti> my laptop sounded really awful when i plugged in headphones
L385[06:32:55] <Sagh​etti> like the bass was overdone
L386[06:33:01] <Sagh​etti> and the audio was just... messed up
L387[06:33:07] <Sagh​etti> i finally found out what it was
L388[06:33:08] <Sagh​etti> http://tinyurl.com/y92g9r8p
L389[06:33:20] <Sagh​etti> i had no idea for like 2 years
L390[06:40:56] <Izaya> just ripped 500GB of flac off a dying HDD
L391[06:40:57] <Izaya> nice
L392[06:45:50] <Sagh​etti> a single 500gb flac?!
L393[06:46:24] <Sagh​etti> what kind of music is this
L394[06:48:56] <CompanionCube> no, 500G *of* flac
L395[06:49:09] <CompanionCube> probably Izaya's music collection
L396[06:49:31] <Michiyo> 101GB of 480... and 64GB of 1TB *sigh*
L397[06:49:48] <Izaya> yeah, music collection
L398[06:50:04] <Michiyo> Oh, sorry the first is 401 GB
L399[06:50:29] <Michiyo> I'm over 1/4 way to the first one being done! lol
L400[06:51:15] <Izaya> this isn't all of it but https://imgur.com/jkZ4LbV.png
L401[06:51:30] <Izaya> if you're going to say I have boomer taste in music, you're exactly right
L402[06:59:44] <Izaya> thoughts on require("library.submodule") implementation?
L403[07:00:19] <Izaya> this also implies processing library/init.lua as just library
L404[07:02:25] <Izaya> this would make stuff like libdownload properly modular if I implemented it in PsychOS
L405[07:02:29] <Izaya> which would be very worthwhile
L406[07:08:31] <Izaya> I'd also like to implement some process-related garbage collection
L407[07:09:25] <Izaya> keep track of which process loads which libraries, keep track of the processes it spawns, and unload libraries when there are no living processes that have it loaded in scope
L408[07:19:59] <Ar​iri> I wouldnt say you have a boomer taste, Id say get me a torrent :P
L409[07:20:56] <Izaya> was actually thinking about slapping it on ipfs
L410[07:21:55] <Ar​iri> What do you use to download all that?
L411[07:22:12] <Izaya> torrents
L412[07:22:21] <Izaya> but they've since been removed from my history and torrent clients
L413[07:22:27] <Ar​iri> What site specifically
L414[07:22:33] <Ar​iri> oh
L415[07:22:47] <Izaya> Most likely TPB and rarbg, with a side of KAT
L416[07:22:53] <Izaya> a little rutracker for good measure
L417[07:23:08] <Ar​iri> I wish I could batch download Soundcloud tbh
L418[07:24:02] <Izaya> oh, hm, this presents a problem
L419[07:24:33] <Izaya> PsychOS doesn't do symlinks but I don't want to ship two copies of the same code in the form of download.protos.http and download.protos.https
L420[07:25:08] <Izaya> I could abuse package.loaded ig
L421[07:31:26] ⇨ Joins: Inari (~Pinkishu@p508ef104.dip0.t-ipconnect.de)
L422[07:50:58] <Klea​dron> hello
L423[07:51:05] <Ar​iri> Izaya: comf restored
L424[07:51:07] <Ar​iri> https://lcars5201.ddns.net/index.php/s/42yt9En6oMXHFF2/preview
L425[07:51:16] <Izaya> thanks :D
L426[07:51:21] <Izaya> Decided to build elsewhere?
L427[07:52:50] <Ar​iri> Yeah, I installed Little Tiles which allows me to copy a whole tiled stucture, so Im gonna build the VAH elsewhere on the shoreline
L428[07:53:29] <Ar​iri> Somewhere here would've been nice...https://lcars5201.ddns.net/index.php/s/dsP68DekREDC8wm/preview
L429[07:53:44] <Izaya> pretty ocean
L430[07:53:57] <Izaya> why do I feel like it wants to kill me
L431[07:54:28] <Ar​iri> Because half of that is liquid coralium, which is abyssalcraft plague
L432[07:54:49] <Izaya> sounds pretty racist to coralians to me
L433[07:54:51] <Izaya> smh
L434[07:55:04] <Ar​iri> Since I like my pictures, heres an image of what one bucket cause: https://lcars5201.ddns.net/index.php/s/nwk9tCSFi89pWGT/preview
L435[07:55:21] <Izaya> damn that's uh
L436[07:55:26] <Izaya> quite a significant difference
L437[07:55:26] <Ar​iri> Coralians as in coralium zombies? Excuse me that they want my brains
L438[07:55:32] <Izaya> no
L439[07:56:02] <Izaya> [please hold]
L440[07:56:44] <Ar​iri> Holding
L441[07:57:06] <Michiyo> https://starwars.fandom.com/wiki/Corellia is all I think of :P
L442[07:58:02] <Izaya> coralians (minor spoiler) https://cdn.donmai.us/original/6b/be/__eureka_eureka_seven_and_1_more_drawn_by_kiriyama__6bbef49f84b2b4a5b80889affde5933d.jpg
L443[07:58:38] <Michiyo> lol, oooh yeah Eureka
L444[07:58:56] <Ar​iri> ~~I wouldnt mind getting infected by her~~
L445[07:59:03] <Michiyo> Oh myyy
L446[07:59:12] <Izaya> You're ... out of luck?
L447[07:59:14] <Klea​dron> no
L448[07:59:17] <Izaya> I think?
L449[07:59:19] * Izaya squints
L450[08:00:01] <Ar​iri> I like her hairstyle, v cute
L451[08:00:19] <Izaya> If you haven't seen it, Eureka Seven is excellent.
L452[08:00:23] <Izaya> Except for the kids.
L453[08:00:27] <Izaya> They're terrible.
L454[08:00:31] <Izaya> Also don't watch the sequel.
L455[08:00:42] <Ar​iri> Right...
L456[08:03:45] <Ar​iri> I should really update my to watch list, havent even finished the new season of MHA yet
L457[08:04:11] <Izaya> is the new season finished?
L458[08:04:17] <Izaya> I might have to watch it some time, I guess
L459[08:04:28] <Ar​iri> I thought it was, its been out for awhile
L460[08:08:42] <Izaya> everyone watches all this seasonal stuff and I don't keep up with it
L461[08:09:16] <Izaya> stuff gets released and I don't hear about it because I'm not up to date
L462[08:09:32] <Ar​iri> I dont typically watch mainstream seasonal stuff, but mha isnt bad. I still want to watch ghost in the shell and a few others
L463[08:09:52] <Ar​iri> I only hear about it through passing by
L464[08:10:01] <Izaya> I enjoyed MHA
L465[08:10:09] <Izaya> the last however many seasons, anyway
L466[08:10:22] <Ar​iri> 4(?)
L467[08:10:29] * Izaya shrugs
L468[08:10:34] <Izaya> ochako best girl
L469[08:10:44] <Izaya> not-tsuruya is alright too
L470[08:11:32] <Ar​iri> True
L471[08:15:20] <Klea​dron> update
L472[08:20:36] <Izaya> Amanda: https://git.shadowkat.net/izaya/OC-PsychOS2/commit/be3d3c207fd7a433c99db67337eed42049154a7f
L473[08:45:38] <MichiBot> @Forecaster REMINDER: attempt to set up plex/media ftp redirect urls, MichBot xkcd, draws!
L474[08:49:31] <CompanionCube> %tonkout
L475[08:49:32] <MichiBot> Consarn it! Compan​ionCube! You beat Bohemi​anHacks's previous record of 6 hours, 22 minutes and 37 seconds (By 3 hours, 30 minutes and 30 seconds)! I hope you're happy!
L476[08:49:33] <MichiBot> Compan​ionCube has stolen the tonkout! Tonk has been reset! They gained 0.009 tonk points! plus 0.008 bonus points for consecutive hours! (Reduced to 50% because stealing) Current score: 1.08191. Position #2 Need 0.00684 more points to pass Squi​dDev!
L477[09:29:59] ⇦ Quits: S|h|a|w|n (~shawn156@c-76-25-73-212.hsd1.co.comcast.net) (Read error: Connection reset by peer)
L478[09:42:45] <SquidDev> %tonk
L479[09:42:45] <MichiBot> Dagnabbit! Squi​dDev! You beat Compan​ionCube's previous record of <0 (By 53 minutes and 13 seconds)! I hope you're happy!
L480[09:42:46] <MichiBot> SquidDev's new record is 53 minutes and 13 seconds! SquidDev also gained 0.00089 tonk points for stealing the tonk. Position #1.
L481[09:54:20] ⇨ Joins: Vexatos (~Vexatos@port-92-192-105-178.dynamic.as20676.net)
L482[09:54:20] zsh sets mode: +v on Vexatos
L483[10:11:43] ⇦ Quits: ben_mkiv (~ben_mkiv@88.130.158.118) (Ping timeout: 204 seconds)
L484[10:19:56] <greaser|q> are there any plans on having a decent out-of-the-box network API? if not, i've managed to get hostname lookups working via a daemon, a library, and a program (...walks into a bar...)
L485[10:21:16] <Skye> greaser|q, there are at least two competing network APIs right now
L486[10:21:34] <greaser|q> any links?
L487[10:22:54] <Izaya> https://github.com/ShadowKatStudios/OC-Minitel
L488[10:23:20] <Skye> There is MGR's GERT: https://github.com/GlobalEmpire/GERT and Izaya's minitel: https://github.com/ShadowKatStudios/OC-Minitel
L489[10:23:33] <greaser|q> ah yes, Computer Modern
L490[10:23:51] <Izaya> you say it like I'm the only one contributing
L491[10:24:19] <Izaya> and yeah, it felt right for the style of ad I was emulating :3
L492[10:25:44] <greaser|q> "Insult people for their work, not for who they are." 10/10
L493[10:26:09] <Izaya> Short and ... sweet.
L494[10:32:10] <Skye> greaser|q, what do you want to use it for?
L495[10:36:10] <greaser|q> i'm mostly curious, i remember being on a CC server a year or so ago and wanted to recreate something in OC today, and in order to do that i had to make sure i had some way of looking up hostnames
L496[10:37:06] <greaser|q> ...i guess event.pullFiltered() would work for some of the stuff i'm thinking of but it would definitely be nice to have a socket that you can do sendto() and recvfrom() against
L497[10:37:41] <greaser|q> and pairing that with a transparent mesh network bridge would rock
L498[10:37:53] <Skye> well
L499[10:38:02] <Skye> check the APIs and docs of both thins
L500[10:38:07] <Skye> see what matches your ideal the most
L501[10:38:23] <greaser|q> minitel seems to be a fair bit cleaner
L502[10:41:11] <greaser|q> thanks for pointing me in that direction anyway, i'll see how things go
L503[10:41:20] ⇨ Joins: MajGenRelativity (~MajGenRel@c-73-123-203-209.hsd1.ma.comcast.net)
L504[10:41:29] <Izaya> hmu if you have any questions
L505[10:45:01] ⇨ Joins: Vexaton (~Vexatos@port-92-192-105-39.dynamic.as20676.net)
L506[10:45:01] zsh sets mode: +v on Vexaton
L507[10:45:03] *** Vexatos is now known as Guest1563
L508[10:45:03] ⇦ Quits: Guest1563 (~Vexatos@port-92-192-105-178.dynamic.as20676.net) (Killed (ipo.esper.net (Nickname regained by services)))
L509[10:45:03] *** Vexaton is now known as Vexatos
L510[10:46:49] <Skye> (and for completeness, MajGenRelativity is the one who makes GERT)
L511[10:48:44] <Skye> I just realised
L512[10:48:59] <Skye> OC probably wouldn't be able to work on the ARM macs
L513[10:49:17] <Izaya> oh?
L514[10:49:49] <ThePi​Guy24> literally all mac software wont work on arm macs
L515[10:50:17] <ThePi​Guy24> because fuck the consumber
L516[10:50:21] <ThePi​Guy24> *consumer
L517[10:50:34] <Skye> Izaya, no ARM darwin Lua binaries
L518[10:50:38] <Skye> wold need new natives compiled
L519[10:50:43] <Izaya> oh, that's true
L520[10:50:44] <Izaya> neat
L521[10:50:51] <Skye> I presume if you have an Intel java
L522[10:50:54] <Skye> runnong on rosetta 2
L523[10:50:58] <Skye> it will work
L524[10:50:59] <Skye> but that's uh
L525[10:51:03] <Skye> JIT -> JIT
L526[10:51:06] <Skye> as in
L527[10:51:12] <Izaya> JAT
L528[10:51:21] <Skye> JVM Bytecode to x86 to ARM
L529[10:51:38] <Izaya> the natives aren't JVM bytecode?
L530[10:51:57] <Skye> cirrect
L531[10:52:00] <Skye> I mean
L532[10:52:00] <Skye> okay
L533[10:52:01] <Skye> so
L534[10:52:08] <Skye> if you use a JVM for x86
L535[10:52:16] <Skye> y6ou will be able to load the x86 natives
L536[10:52:19] <Skye> but it would slow things down
L537[10:52:26] <ThePi​Guy24> i really do hope this will be the death knell for apple
L538[10:52:38] <Skye> because you'd need having to translate the JVM code (for most of minecraft) to x86 to ARM
L539[10:52:44] <Skye> if you use a JVM or ARM
L540[10:52:46] <Skye> then
L541[10:52:50] <Skye> your natives won't work
L542[10:52:50] <M​GR> Sadly, it won't be
L543[10:53:04] <Skye> unless Rosetta 2 lets you dynamically load libraries of other archetectures
L544[10:53:18] <ThePi​Guy24> yeah apple unfortunatley are of the size where complete failure is hard
L545[10:53:41] <M​GR> That and their userbase is already used to this sort of thing
L546[10:53:43] <Skye> they should have moved to PowerPC
L547[10:53:53] <Skye> :^)
L548[10:53:59] <Izaya> I mean, computers aren't even their thing
L549[10:54:15] <Izaya> OS X is around so you can develop for iOS
L550[10:54:16] <Skye> I wonder if this will be closer to the 68k to PPC transition
L551[10:54:29] <Skye> or the PPC to x86 transition
L552[10:54:40] <Skye> Izaya, it's not OS X anymore
L553[10:54:42] <Skye> it's uh
L554[10:54:43] <Skye> OS 11
L555[10:54:47] <Izaya> OS XI
L556[10:54:49] <Izaya> sorry
L557[10:54:50] <Skye> pft
L558[10:55:05] <Skye> Macintosh System 1 to 5
L559[10:55:07] <Skye> Mac OS 6
L560[10:55:11] <Skye> Mac OS 7
L561[10:55:13] <Skye> wait
L562[10:55:18] <Skye> Macintosh System 1-5
L563[10:55:24] <Skye> Mac OS 6-9
L564[10:55:27] <Skye> Mac OS X
L565[10:55:36] <Skye> macOS 10.??
L566[10:55:39] <Skye> macOS 11
L567[10:56:34] <Izaya> nah, it's XI
L568[10:56:36] * Izaya nods
L569[10:57:23] <Skye> I renamed Mini OS to miniOS before Apple renamed Mac OS to macOS
L570[10:57:30] <Fe​ris> hi guys
L571[10:57:33] <Skye> where do I sue
L572[10:57:54] <Izaya> heyo
L573[10:58:07] <Izaya> Skye: I hope it's out of principle, because that's like getting blood from a lawyer
L574[10:58:11] <Fe​ris> im new in opencomputers and im have bad english than sorry
L575[10:58:23] <Fe​ris> someone know how to make motion sensor lights up my room?
L576[10:59:57] <Skye> Izaya, for a laugh
L577[11:00:05] <Fe​ris> ?
L578[11:00:51] <Forec​aster> @Feris look up events and the redstone card
L579[11:01:02] <Skye> @Feris, sorry, was joking about something before you asked something... to ansywer your question, I'm not totally sure, but you'd need something that detects motion, and redstone card or redstomne IO block
L580[11:01:22] <Fe​ris> im have motion sensor and io block
L581[11:01:35] <Forec​aster> ~oc redstone
L582[11:01:45] <Izaya> ~w redstone
L583[11:01:50] <Izaya> no ocdoc
L584[11:01:55] <Forec​aster> is ded
L585[11:02:13] <Fe​ris> how's event to motion sensor?
L586[11:02:13] <Forec​aster> https://ocdoc.cil.li/component:redstone?s[]=redstone
L587[11:02:27] <Forec​aster> https://ocdoc.cil.li/api:event?s[]=events
L588[11:02:40] <Forec​aster> https://ocdoc.cil.li/component:signals?s[]=events
L589[11:03:11] <Forec​aster> motion sensor signal is about halfway down the last link
L590[11:03:21] <Fe​ris> yyyy
L591[11:03:45] <Forec​aster> I don't know what that is supposed to mean
L592[11:03:55] <Fe​ris> wtf is this
L593[11:04:04] <M​GR> Documentation
L594[11:04:12] <Forec​aster> sparta?
L595[11:04:22] <Fe​ris> someone got lua script for this motion sensor?
L596[11:04:24] <Izaya> This is madness!
L597[11:04:31] <Izaya> oh wait, that bot's been gone a long time
L598[11:04:33] <Izaya> :<
L599[11:04:37] <Forec​aster> I doubt there's a script that does exactly what you want
L600[11:05:00] <Fe​ris> just if motion detector detect player in room just light up lights
L601[11:05:11] <ThePi​Guy24> > gets a mod to program
L602[11:05:11] <ThePi​Guy24> > doesnt want to program
L603[11:05:23] <Izaya> I feel this manual page. https://manpage.me/index.cgi?apropos=0&q=false&sektion=0&manpath=Debian+8.1.0&arch=default&format=html
L604[11:05:49] <Forec​aster> there's probably a mod out there that lets you do that without programming, if that's what you want
L605[11:06:01] <M​GR> You will have to program the lights to do so, if you use OpenComputers
L606[11:07:09] <Fe​ris> just i want to give this a redstone signal
L607[11:07:24] <Fe​ris> http://tinyurl.com/y8kcx789
L608[11:07:44] <Forec​aster> then read the documentation
L609[11:07:47] <M​GR> You can use the redstone component and a redstone card to have the computer emit a redstone signal
L610[11:07:49] <Forec​aster> it tells you how to do it
L611[11:08:04] <Fe​ris> i know how to emit a redstone but i want to know how to make motion sensor event
L612[11:08:09] <Fe​ris> only works for me
L613[11:08:36] <M​GR> Then read the event library documentation, and then you can filter events based on parameters such as player identity
L614[11:14:40] <Fe​ris> i maked something like this but i dont know how to make it xD Code Block pastebined https://paste.pc-logix.com/aceyanutop
L615[11:15:50] <M​GR> You'll also need to get the redstone component
L616[11:16:30] <Fe​ris> ```local rs = component.redstone```
L617[11:17:04] <Fe​ris> i have
L618[11:18:20] <M​GR> Not in the code you pasted earlier, so I had no way of knowing
L619[11:18:34] <Fe​ris> omg
L620[11:18:40] <Fe​ris> Code Block pastebined https://paste.pc-logix.com/aqijohuvus
L621[11:18:42] <Fe​ris> here you go
L622[11:22:44] <Fe​ris> than can someone help me with this ? 😐
L623[11:23:54] <Fe​ris> pleeeaseeee
L624[11:25:44] <M​GR> You'll need to use event.pull with a filter to filter out motion signals that contain the player name you want
L625[11:25:50] <M​GR> You can put that inside your while true do loop
L626[11:26:09] <Fe​ris> can you write this please?
L627[11:29:39] <Fe​ris> plz
L628[11:37:57] <Inari> So much pleasing
L629[11:38:39] <Skye> @Feris, you need to work out what event you're looking for...
L630[11:38:46] <Skye> run the dmesg program and look at what it outputs
L631[11:38:51] <Skye> so you have an idea to see what events you have
L632[11:41:59] * Inari runs dmesg on Skywe
L633[11:42:02] <Inari> *Skye
L634[11:42:14] <Skye> skye aaaa
L635[11:42:16] <Skye> skye aaaaaaaa
L636[11:42:18] <Skye> skye aaaaaaaaaaaaaaaaaaa
L637[11:42:24] <Inari> 🤔
L638[12:15:25] <Forec​aster> %sip
L639[12:15:26] <MichiBot> You drink a salty ferozium potion (New!). Dramatic music briefly plays in the distance.
L640[12:15:47] <Forec​aster> Not a good precursor to a long car trip
L641[12:22:48] <Inari> %sip
L642[12:22:49] <MichiBot> You drink an oxidised sky potion (New!). After drinking the potion Inari realizes the bottle has their face on it.
L643[12:22:56] <Inari> cute
L644[12:23:54] * Elfi falls asleep on Skye's head
L645[12:24:24] <Skye> I has moth? :o
L646[12:24:49] * Inari puts a net over Skye's head
L647[12:25:17] <Elfi> Fdhsj
L648[12:25:41] <Elfi> y tho ;_;
L649[12:25:47] <Inari> Need to donate to the museum
L650[12:26:11] <Elfi> Oh, terrorizing Blathers. Okay! I'll just sneak out after
L651[12:26:22] <Inari> haha
L652[12:27:21] <Skye> meep...
L653[12:28:40] * Elfi returns and lays on Skye's head again =u= zzz
L654[12:30:15] <Inari> %pet Amanda
L655[12:30:16] <MichiBot> Inari is petting Amanda with sedimented caterium potion. Amanda regains 1d4 => 3 hit points! Sedimented caterium potion poofs away in a sparkly cloud.
L656[12:30:31] <Inari> %splash Amanda with sedimented caterium potion
L657[12:30:31] <MichiBot> You fling a sedimented caterium potion (New!) that splashes onto Amanda. Amanda's left sock is now cursed.
L658[13:03:31] <Kristo​pher38> why are commodore monitors so expensive 😭
L659[13:04:16] <Izaya> CRTs die a lot quicker than the machines they were attached to
L660[13:05:27] <ThePi​Guy24> i still have yet to buy a crt
L661[13:07:21] <Kristo​pher38> Their price more than doubled in the last 7 years, I've read a topic on some amiga forum and they mentioned prices there
L662[13:16:40] <Izaya> They'd be what, 30 years old now?
L663[13:16:58] <Izaya> Any functioning CRT is fairly hard to find now
L664[13:18:52] <Kristo​pher38> mostly matter of replacing transformer or caps from what i've read so far, although I know nothing more, much less know how to do it
L665[13:22:23] <Mar​iusD> is it possible to transfer items in between transposer?
L666[13:22:26] <Mar​iusD> is it possible to transfer items in between transposers? [Edited]
L667[13:23:07] <Mar​iusD> Chest -> Transposer -----cable----- Transposer -> Chest
L668[13:23:17] <ThePi​Guy24> no
L669[13:23:20] <Mar​iusD> aww
L670[13:51:52] <Amanda> %bite Inari
L671[13:51:52] <MichiBot> Ama​nda is biting In​ari for 1d6 => 5 damage!
L672[13:52:00] <Inari> %dodge
L673[13:52:01] <MichiBot> Inari managed to partially dodge Amanda . With a 12 vs 12 Inari only takes half damage. (2)
L674[13:52:04] <Inari> rude
L675[13:53:34] <Amanda> Says the girl who caused my back left fur to be cursed
L676[14:03:53] <Skye> %bite MichiBot
L677[14:03:54] * MichiBot uses her orbital death ray to vaporize Sk​ye who takes [9,10,9,3,1,9,5,4,10,2] damage.
L678[14:04:05] ⇦ Parts: Skye (znc@nightfall.moe) (ded))
L679[14:12:38] ⇨ Joins: Skye (znc@nightfall.moe)
L680[14:14:57] ⇦ Quits: MajGenRelativity (~MajGenRel@c-73-123-203-209.hsd1.ma.comcast.net) (Read error: Connection reset by peer)
L681[14:15:18] ⇨ Joins: MajGenRelativity (~MajGenRel@c-73-123-203-209.hsd1.ma.comcast.net)
L682[14:20:56] ⇦ Quits: ThePiGuy24 (~ThePiGuy2@37.152.243.131) (Quit: Leaving)
L683[14:39:16] ⇨ Joins: Cervator (~Thunderbi@2600:1700:1a25:9160:e061:d165:9386:9bb)
L684[14:48:53] <Ocawes​ome101> Izaya: I have a functioning CRT attached to a computer
L685[15:17:10] <SquidDev> %tonkout
L686[15:17:11] <MichiBot> Voldemort! Squi​dDev! You beat your own previous record of 53 minutes and 13 seconds (By 4 hours, 41 minutes and 12 seconds)! I hope you're happy!
L687[15:17:12] <MichiBot> Squi​dDev has tonked out! Tonk has been reset! They gained 0.005 tonk points! plus 0.008 bonus points for consecutive hours! Current score: 1.10264, Position #1
L688[15:18:04] ⇦ Quits: lrod| (~ba7888b72@66.109.211.150) (Ping timeout: 190 seconds)
L689[15:21:55] ⇨ Joins: lrod| (~ba7888b72@66.109.211.150)
L690[15:54:15] ⇨ Joins: t20kdc (~20kdc@cpc139340-aztw33-2-0-cust225.18-1.cable.virginm.net)
L691[15:59:41] ⇨ Joins: Thutmose (~Patrick@host-69-59-79-181.nctv.com)
L692[16:04:19] ⇨ Joins: ben_mkiv (~ben_mkiv@88.130.158.118)
L693[16:20:26] <Forec​aster> %tonk
L694[16:20:28] <MichiBot> Consarn it! Forec​aster! You beat Squi​dDev's previous record of <0 (By 1 hour, 3 minutes and 15 seconds)! I hope you're happy!
L695[16:20:29] <MichiBot> Forecaster's new record is 1 hour, 3 minutes and 15 seconds! Forecaster also gained 0.00105 tonk points for stealing the tonk. Position #3. Need 0.19152 more points to pass Compan​ionCube!
L696[16:39:43] ⇦ Quits: ben_mkiv (~ben_mkiv@88.130.158.118) (Ping timeout: 190 seconds)
L697[17:12:49] ⇨ Joins: ben_mkiv (~ben_mkiv@88.130.158.118)
L698[17:31:28] <Forec​aster> %tonkout
L699[17:31:29] <MichiBot> Aw jeez! Forec​aster! You beat your own previous record of 1 hour, 3 minutes and 15 seconds (By 7 minutes and 45 seconds)! I hope you're happy!
L700[17:31:30] <MichiBot> Forec​aster has tonked out! Tonk has been reset! They gained 0.001 tonk points! Current score: 0.89139, Position #3 Need 0.19052 more points to pass Compan​ionCube!
L701[17:51:24] <Lizzy> %tonk
L702[17:51:25] <MichiBot> Potzblitz! Li​zzy! You beat Forec​aster's previous record of <0 (By 19 minutes and 56 seconds)! I hope you're happy!
L703[17:51:26] <MichiBot> Lizzy's new record is 19 minutes and 56 seconds! Lizzy also gained 0.00033 tonk points for stealing the tonk. Position #4. Need 0.05135 more points to pass Forec​aster!
L704[18:05:25] ⇨ Joins: Backslash (~Backslash@d137-186-220-152.abhsia.telus.net)
L705[18:11:57] <Michiyo> in ~12 hours I've downloaded another 50GB of one file, and.... 30GB of the other one.
L706[18:12:10] <Michiyo> *sighs*
L707[18:13:15] ⇦ Quits: ben_mkiv (~ben_mkiv@88.130.158.118) (Killed (NickServ (GHOST command used by ben_mkiv|afk!~ben_mkiv@i59F67823.versanet.de)))
L708[18:13:19] ⇨ Joins: ben_mkiv|afk (~ben_mkiv@i59F67823.versanet.de)
L709[18:20:43] <Ko​dos> I’m on mobile. Would someone mind terribly getting me links to computronics dev builds list as well as the wiki
L710[18:21:29] <Ko​dos> Yeti hands and a tiny phone do not mix
L711[18:21:46] <B​ob> https://wiki.vexatos.com/wiki:computronics
L712[18:22:06] <B​ob> idk if computronics has a dedicated site with dev builds, it seems to host the builds there directly
L713[18:25:10] <Ko​dos> I’ll get that bit from vex. Thank you much for the other link though.
L714[18:32:56] <King​_Bob> im trying to set up the extreme reactor program for my reactor but im having a little trouble lol. It says i need the adapter but it doesnt tell me where and also do i just place the adapter and thats that or is there something more that i have to do
L715[18:35:15] <M​GR> You place the adapter next to the block you want the computer to interface with and needs an adapter
L716[18:35:21] <B​ob> ~~NC > extreeme cheesactors~~ do'nt you have to use a computer port ?
L717[18:35:23] <M​GR> In this case, probably next to the reactor computer port?
L718[18:35:31] <B​ob> and don't some blocks not require an adapter
L719[18:35:36] <M​GR> ^
L720[18:35:43] <B​ob> ie blocks with OC compatibility in mind, i would assume the computer port doesn't need oneµ
L721[18:36:01] <B​ob> ~~ER boring tho~~
L722[18:36:46] <Michiyo> Unless the author removed OC compat it doesn't. I added OC compat to the mod back in the days of "Big Reactors"
L723[18:43:48] <Ar​iri> It does have OC compat, but iirc it needs the computer port, not an adaptor
L724[18:43:56] <Michiyo> Yes
L725[18:44:19] <Forec​aster> Does OC have OC compat
L726[18:44:23] <Michiyo> No
L727[18:44:45] <Michiyo> You need an addon compatibility mod OpenOpenComputers
L728[18:44:46] <Forec​aster> Worst mod ever
L729[18:45:18] <Ar​iri> And that mod has a required dependency, OpenOpenOpenComputersCore
L730[18:45:18] <Forec​aster> Good gods of disco it's hot
L731[18:45:22] <Forec​aster> I hate today
L732[18:45:44] <Ar​iri> "Blatherskite, its hot today"
L733[18:45:59] <Forec​aster> Being in a factory that's even hotter is terrible
L734[18:46:23] <Forec​aster> But that's today for ya
L735[18:46:52] <Forec​aster> It's the worst, even worse than mods without OC compat
L736[18:47:41] <Ar​iri> I simply hate it when I cant check the component address of my Galacticraft moon cheese block
L737[18:47:51] <King​_Bob> lol galacticraft is the best
L738[18:48:10] <King​_Bob> i have a huge creative mars base which im working on rn getting all these cool programs
L739[18:48:13] <King​_Bob> lmao
L740[18:48:46] <Ar​iri> I’m trying advRocketry atm and I quite like it’s system
L741[18:48:48] <Inari> Skye: well you'd need a Live2D model ideally. Or some other app for it :P And then it's just streaming
L742[18:48:50] <Ar​iri> More immersive
L743[18:50:33] <King​_Bob> ok i set everything up just need to set the program up i already ran the wget thing but now it says run it. what command do i enter to run it?
L744[18:50:54] <Michiyo> whatever the name of the program you downloaded is...
L745[18:51:01] <Inari> Type ls?
L746[18:51:28] <Michiyo> Are you using "Big Reactors Grid Control" or a different program?
L747[18:53:25] <Adorabl​eCatgirl> Izaya: i just had an insane idea
L748[18:53:54] <Adorabl​eCatgirl> brb working some shit out for my godtier stupid idea
L749[18:54:02] <Adorabl​eCatgirl> we abusing prom cards today
L750[18:54:39] <King​_Bob> ye big reactors grid
L751[18:54:44] <Ko​dos> What’s a prom card
L752[18:54:54] <Michiyo> So, again the instructions are fairly clear.
L753[18:55:19] <Michiyo> wget http://xypm.tenyx.de/standalone/brgc_installer.lua, run the program you just downloaded.. brgc_installer.lua
L754[18:55:37] <King​_Bob> lol my fault
L755[19:00:21] <King​_Bob> ok i plugged everything in and ran the program but the program isnt seeing the reactor and turbine. I plugged cables into both the reactor computer port and turbine computer port
L756[19:01:47] <M​GR> if you type "components" into the shell, do you see anything about a reactor or turbine?
L757[19:03:01] <King​_Bob> sorry about my incompentence but wdym? lmao like the reactor shell? im brand new to all of this stuff so go easy on me lol
L758[19:03:11] <King​_Bob> its prbly the computer u talking about
L759[19:03:16] <King​_Bob> idk wym by shell tho
L760[19:03:38] <M​GR> The "Open OS Interface" is the shell on the computer
L761[19:03:46] <King​_Bob> oooooh
L762[19:03:55] <M​GR> What you get when the computer finishes turning on
L763[19:04:16] <King​_Bob> ye the reactor and turbine is showing up
L764[19:04:48] <King​_Bob> it says brreactor and brturbine
L765[19:05:08] <King​_Bob> its not showing on the grid control tho
L766[19:05:29] <M​GR> ¯\(ツ)/¯
L767[19:05:42] <M​GR> If it shows up in components then the computer is seeing it
L768[19:05:54] <King​_Bob> it is for big reactors and extreme reactors is a port of br so maybe it isnt compatiable??
L769[19:05:54] <Ko​dos> Error in the brgc sounds like
L770[19:06:01] <M​GR> It must be
L771[19:06:08] <M​GR> Perhaps extreme reactors changes the component names
L772[19:06:11] <Michiyo> "Big Reactors Grid Control is a multi reactor/turbine controller for Big Reactors and Extreme Reactors."
L773[19:06:15] <M​GR> If you send the code I could take a look
L774[19:06:15] <Michiyo> it does not.
L775[19:06:22] <Ko​dos> I’d suggest writing your own program tbh but...
L776[19:06:29] <Michiyo> It works with both, both present the same component names
L777[19:06:36] <M​GR> Alright
L778[19:06:59] <Michiyo> Hopefully you're not running ER 1.7.4
L779[19:07:07] <Elfi> https://reapsian.tumblr.com/post/621740693534212096/headspace-hotel-awhellstothejoe laaaaaamp
L780[19:07:21] <Michiyo> "NOTE: Due to a bug with OpenOS 1.7.4, BRGC will not work with that version. Please update to 1.7.5."
L781[19:09:06] <Ko​dos> Inb4 modpack
L782[19:09:08] <King​_Bob> i think i missed something
L783[19:09:22] <Ko​dos> What version of extreme reactors are you using
L784[19:09:24] <King​_Bob> the website the program is on (not the forum) says u have to run these commands
L785[19:09:37] <King​_Bob> but the oc fourm doesnt say anything about that
L786[19:09:42] <King​_Bob> im going to try and see if it works
L787[19:10:01] <Ko​dos> What version of the reactor mod do you have
L788[19:11:04] <King​_Bob> its all good
L789[19:11:07] <King​_Bob> i got it to work
L790[19:11:11] <King​_Bob> lol thxs
L791[19:16:04] <Adorabl​eCatgirl> MY SIDES ARE IN SOLAR ORBIT http://tinyurl.com/ybbyho9n
L792[19:20:52] <ThePi​Guy24> hunt down the freeman is obv the best game there
L793[19:57:55] <Adorabl​eCatgirl> http://tinyurl.com/yar56f2v
L794[20:05:57] <Klea​dron> that font smoothing tho
L795[20:07:31] <Adorabl​eCatgirl> yea
L796[20:07:34] <Adorabl​eCatgirl> disabled font smoothing
L797[20:11:42] <Klea​dron> why
L798[20:12:24] <Klea​dron> you didn't disable it for "performance", did you?
L799[20:15:10] <Adorabl​eCatgirl> ¯\(ツ)/¯
L800[20:15:17] <Adorabl​eCatgirl> i just disabled most of the fancy effects
L801[20:15:25] <Adorabl​eCatgirl> windows was shitting the bed for a few weeks
L802[20:17:50] <Adorabl​eCatgirl> anyways
L803[20:18:05] <Adorabl​eCatgirl> dunno which thing i disabled that stopped making it shit the bed
L804[20:18:11] <Klea​dron> i seriously doubt something as bland as font smoothing would or should cause problems
L805[20:18:18] <Adorabl​eCatgirl> it's windows
L806[20:18:24] <Adorabl​eCatgirl> anything can break it
L807[20:18:30] <Adorabl​eCatgirl> anyways, now i have arma 3
L808[20:18:33] <Adorabl​eCatgirl> time for modding
L809[20:18:35] <Klea​dron> ~~that's your fault for using 10~~
L810[20:19:14] <Adorabl​eCatgirl> my fault for using a TR 1900x ig
L811[20:19:21] <Adorabl​eCatgirl> i dual boot anyways
L812[20:21:42] <Adorabl​eCatgirl> :D http://tinyurl.com/y8a9oa7s
L813[20:23:21] <Adorabl​eCatgirl> also
L814[20:23:25] <Adorabl​eCatgirl> gonna mod AC7
L815[20:39:42] <Michiyo> %xkcd 2324
L816[20:39:43] <MichiBot> XKCD Comic Name: Old Days 2 URL: https://xkcd.com/2324
L817[21:09:27] <Skye> Inari, huh?
L818[21:10:27] <Inari> Skye: cause vtuber?
L819[21:11:27] <Ar​iri> Did I hear vtuber? :P
L820[21:14:25] <Skye> ooh
L821[21:14:33] <Skye> I want to be a vtuber
L822[21:15:44] <King​_Bob> how do u wipe hardrives?
L823[21:19:08] <M​GR> Put them in a crafting table
L824[21:19:17] <M​GR> Or switch them between managed and unmanaged
L825[21:19:58] <King​_Bob> thxs
L826[21:20:28] <Ar​iri> Once I learn Blender I might try a few vtuber models
L827[21:21:14] <King​_Bob> are servers like stronger computers?
L828[21:21:19] <CompanionCube> %tonk
L829[21:21:20] <MichiBot> Jeepers! Compan​ionCube! You beat Li​zzy's previous record of 19 minutes and 56 seconds (By 3 hours, 9 minutes and 58 seconds)! I hope you're happy!
L830[21:21:21] <MichiBot> CompanionCube's new record is 3 hours, 29 minutes and 55 seconds! CompanionCube also gained 0.00317 tonk points for stealing the tonk. Position #2. Need 0.01756 more points to pass Squi​dDev!
L831[21:21:23] <King​_Bob> like can u use them instead of a computer case
L832[21:21:36] <Kristo​pher38> yes
L833[21:22:09] <King​_Bob> ok
L834[21:24:24] <King​_Bob> one more thing im trying to do this program thing and i got the same error as someone else and the creator said there disk is read only but didnt explain how to fix that
L835[21:24:26] <King​_Bob> so...
L836[21:24:29] <King​_Bob> how do u fix it
L837[21:25:51] <King​_Bob> how do u make disks not read only
L838[21:26:26] <Ar​iri> Ive used that exact BRGC program on OC 1.7.5, MC 1.12.2 and did exactly what the instructions said with no issues
L839[21:27:00] <King​_Bob> talking to me?
L840[21:27:13] <King​_Bob> if u are im not talking about the brgc
L841[21:27:21] <King​_Bob> i already set that up lol
L842[21:27:22] <Michiyo> Read only disk means you likely didn't install OpenOS
L843[21:27:28] <King​_Bob> weird
L844[21:27:38] <King​_Bob> i did install with the floppy in
L845[21:27:39] <Michiyo> Or, you left the install disk in and it booted from the floppy again
L846[21:27:46] <Ar​iri> It should say exactly that iirc. "Its read only, install openos"
L847[21:27:50] <Ar​iri> Remove it then
L848[21:28:05] <Ar​iri> If you formatted your drive, you have to reinstall it
L849[21:31:17] <King​_Bob> so once i install openos from floppy i remove the floppy and restart the computer?
L850[21:32:07] <Ar​iri> Yes. It will ask you to restart anyways, or hit the power switch.
L851[21:33:54] ⇨ Joins: lecacadelatettre (~lecacadel@lfbn-mon-1-676-200.w2-4.abo.wanadoo.fr)
L852[21:33:57] <lecacadelatettre> a
L853[21:34:01] <Michiyo> Install usually sets the boot address to the drive it's installed to, but removing the disk isn't a bad idea.
L854[21:34:02] <Michiyo> b
L855[21:34:04] ⇦ Quits: lecacadelatettre (~lecacadel@lfbn-mon-1-676-200.w2-4.abo.wanadoo.fr) (Client Quit)
L856[21:34:22] <King​_Bob> weird cuz i did just what u said and it still gave me the error. it says failed opening file for writing
L857[21:35:05] ⇨ Joins: lecacadelatettre (~lecacadel@lfbn-mon-1-676-200.w2-4.abo.wanadoo.fr)
L858[21:35:17] ⇦ Quits: lecacadelatettre (~lecacadel@lfbn-mon-1-676-200.w2-4.abo.wanadoo.fr) (Client Quit)
L859[21:35:42] <Kristo​pher38> share some screenshots
L860[21:35:48] <Ar​iri> ^
L861[21:37:00] <King​_Bob> k
L862[21:52:13] <King​_Bob> http://tinyurl.com/y8dow7a2
L863[21:52:20] <King​_Bob> there it is
L864[21:54:23] <Michiyo> You've installed OPPM right, you're not just running it from the disk?
L865[21:55:26] <DaCompu​terNerd> you have to install that off the disk too
L866[21:55:48] <King​_Bob> yes
L867[21:55:54] <King​_Bob> i installed both openos and oppm
L868[21:56:01] <King​_Bob> and removed the disks
L869[21:58:57] <Michiyo> Neat... can't reproduce
L870[22:03:41] <King​_Bob> so
L871[22:03:52] <King​_Bob> i guess it doesnt work?
L872[22:22:52] <Forec​aster> I've now been working for almost 8 hours straight
L873[22:22:58] <B​ob> on your end only apparently ?
L874[22:23:17] <Forec​aster> And I still have a 2 hour drive home
L875[22:50:57] <Ocawes​ome101> @King_Bob uninstall it, run `mkdir -p /usr/lib/lunatic86`, and install it again
L876[22:51:13] <Ocawes​ome101> I’ve run into this problem before and I’m pretty sure that’s how I solved it
L877[23:21:27] ⇦ Quits: Inari (~Pinkishu@p508ef104.dip0.t-ipconnect.de) (Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/)
<<Prev Next>> Scroll to Top