<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:02:35] <Amanda> %choose the hangar doors should face $; up or west or south
L2[00:02:35] <MichiBot> Ama​nda: the hangar doors should face up
L3[00:44:42] <Ocawes​ome101> there, updating monolith via `mpm install ocawesome101/oc-monolith/base` actually works now
L4[00:45:25] <Ocawes​ome101> just requires like 650k of free disk space, meaning you might need a T2 disk / computer
L5[00:45:46] <Ocawes​ome101> ....which is ok, since internet cards won't go into t1 computers anyway! :P
L6[00:46:32] <Kristo​pher38> is mpm your package manager for monolith?
L7[00:46:45] <Kristo​pher38> I should've figured, mpm = monolith package manager
L8[00:47:37] <Ocawes​ome101> it is
L9[00:47:40] <Ocawes​ome101> :^)
L10[00:47:49] <Ocawes​ome101> it actually works moderately well too, which is nice
L11[00:48:31] <Izaya> fat
L12[00:48:36] <Kristo​pher38> do you need to have a config file like oppm does?
L13[00:48:39] <Ocawes​ome101> nope
L14[00:48:47] <Kristo​pher38> so how does it figure out where to put the files
L15[00:48:57] <Kristo​pher38> does the repo have to be structured in a specific way?
L16[00:49:01] <Ocawes​ome101> just a `packages` folder in a github repo with `packagename.cpio` in it
L17[00:49:11] <Kristo​pher38> oh, it's done that way
L18[00:49:12] <Ocawes​ome101> see https://github.com/ocawesome101/mbase
L19[00:49:13] <Izaya> > built packages in a repo
L20[00:49:15] <Izaya> nasty
L21[00:49:40] <Ocawes​ome101> :P
L22[00:49:49] <Ocawes​ome101> that's how like
L23[00:49:56] <Kristo​pher38> yeah kinda, but you're figuring stuff out
L24[00:49:58] <Ocawes​ome101> every package manager ever except portage and yay does it
L25[00:50:08] <Izaya> allow me to be more specific
L26[00:50:12] <Izaya> > built packages in a git repo
L27[00:50:14] <Izaya> nasty
L28[00:50:22] <Ocawes​ome101> i see
L29[00:50:35] <Izaya> git really isn't meant for that
L30[00:50:41] <Izaya> see: git-lfs, git-annex
L31[00:50:43] <Kristo​pher38> you could use releases page for those
L32[00:50:54] <Ocawes​ome101> you can actually change the source URL in the config, by default it's `https:/raw.githubusercontent.com`
L33[00:51:01] <CompanionCube> yay isn't actually a package manager thou
L34[00:51:09] <CompanionCube> pacman is a package manager
L35[00:51:13] <Ocawes​ome101> fair
L36[00:51:15] <Kristo​pher38> yeah, yay is a wrapper
L37[00:51:21] <Ocawes​ome101> yay is just a convenient frontent for AUR + pacman
L38[00:51:23] <Kristo​pher38> (a nice one though)
L39[00:51:29] <Ocawes​ome101> a very nice one :P
L40[00:51:39] <Ocawes​ome101> i may move to a custom package server, idk
L41[00:51:50] <Ocawes​ome101> github is what was convenient
L42[00:52:02] <Ocawes​ome101> (ask Vexatos why they chose it)
L43[00:52:11] <CompanionCube> inb4 'what if nix/guix for OC?'
L44[00:52:43] <Kristo​pher38> it's convenient since most (not everyone, and I'm looking at you Izaya :D) people use it
L45[00:52:50] <Ocawes​ome101> yes that
L46[00:53:15] <Kristo​pher38> (I like the idea of self-hosting github-like websites)
L47[00:53:20] <Izaya> github is fine but I'd prefer to separate myself from microsoft where practical
L48[00:53:22] <CompanionCube> Izaya: remember when a macos package repo got used so much github had to ratelimit it?
L49[00:53:25] <Kristo​pher38> (or rather like the idea of self-hosting in general)
L50[00:53:32] <Izaya> I'd really like some sort of account-federating git service
L51[00:53:56] <CompanionCube> Izaya: people are working on that iirc
L52[00:54:02] <CompanionCube> it involves activitypub even
L53[00:54:03] <Izaya> yeah forgefed is a thing
L54[00:54:06] <Izaya> soon™
L55[00:54:08] <Ocawes​ome101> ok time to use git.shadowkat.net for package hosting :^)
L56[00:54:29] <Ocawes​ome101> jk
L57[00:54:30] <CompanionCube> could be worse, could be npm
L58[00:54:36] <Ocawes​ome101> ew npm
L59[00:54:56] <Izaya> [existential screaming]
L60[00:55:01] <Ocawes​ome101> downloads 78EB of dependencies every build
L61[00:55:14] <Izaya> PsychOS pkgman you just point at a path and it assumes it's a folder with a repo in it
L62[00:55:25] <Ocawes​ome101> CompanionCube: i raise you the idea of gentoo for oc
L63[00:55:39] <CompanionCube> but that's all package managers
L64[00:55:53] <CompanionCube> sinc OC lua has no source/binary distinction
L65[00:55:58] <Ocawes​ome101> fair
L66[00:56:40] <Ocawes​ome101> and there isn't really any OS that isn't all ridiculously tightly integrated together (Monolith is designed so you can swap out the init, shell, and login screen, but that's about it)
L67[00:57:13] <Kristo​pher38> I can swap the shell?
L68[00:57:20] <Ocawes​ome101> yeah
L69[00:57:26] <Izaya> replace it with luash :^)
L70[00:57:31] <Ocawes​ome101> hah
L71[00:57:41] <Ocawes​ome101> `users.setShell(<pathtoshell>)`
L72[00:57:46] <Kristo​pher38> is the shell just a single script?
L73[00:57:55] <Ocawes​ome101> well, the one that `login` runs is
L74[00:58:06] <Ocawes​ome101> it runs `/bin/sh.lua` by default
L75[00:58:18] <Ocawes​ome101> but per-user you can specify pretty much anything as the shell
L76[00:58:21] <Kristo​pher38> I quite like the idea
L77[00:58:25] <Izaya> I'm conflicted about writing a login system for PsychOS
L78[00:58:26] <Ocawes​ome101> :)
L79[00:58:29] <Kristo​pher38> god I'm procrastinating again
L80[00:58:34] <Ocawes​ome101> on what?
L81[00:58:44] <Izaya> wouldn't bother with passwords but per-user configs could be nice
L82[00:58:50] <Izaya> but also, it's a single-user OS
L83[00:59:09] <Ocawes​ome101> just make it so you can load / edit configuration per-session
L84[00:59:20] <Ocawes​ome101> `shutil.loadconfig("file")`
L85[00:59:23] <Ocawes​ome101> or w/e
L86[00:59:30] <Izaya> there's not a log of config at present tbh
L87[00:59:42] <Kristo​pher38> I'm supposed to be reading syllabuses (syllabi?) of compsci university degree courses
L88[01:00:27] <Kristo​pher38> since there isn't only one, but four to choose from
L89[01:00:31] <Ocawes​ome101> and instead here you are chatting about nerd things
L90[01:00:45] <Kristo​pher38> yeah I almost fired up minecraft to test Monolith
L91[01:00:47] <Izaya> that's what I was going to do this semester
L92[01:00:52] <Izaya> look into uni
L93[01:00:55] <Izaya> oh well, next year, I guess
L94[01:01:04] <Kristo​pher38> whoopsie
L95[01:01:17] <Ocawes​ome101> monolith also supports dynamically adding and removing terminals
L96[01:01:19] <Ocawes​ome101> take that Izaya
L97[01:01:35] <Ocawes​ome101> last i checked psychos does not
L98[01:01:51] <Izaya> it doesn't, but mainly because I couldn't be bothered writing event handlers
L99[01:01:54] <Izaya> it should™ work
L100[01:02:15] <Ocawes​ome101> https://github.com/ocawesome101/oc-monolith/blob/master/util/sbin/getty.lua quite simple actually
L101[01:02:30] <Ocawes​ome101> all the config stuff can be safely ignored
L102[01:03:15] <Izaya> oh right that's why I don't support it
L103[01:03:25] <Ocawes​ome101> s l o w n e s s ?
L104[01:03:37] <Izaya> I don't want to either destroy all sessions or implement dynamically adding screens to my allocation function
L105[01:03:39] <Izaya> IIRC
L106[01:03:44] <Ocawes​ome101> ah
L107[01:04:02] <Izaya> but if you reboot, it matches screen and GPU capabilities
L108[01:04:08] <Ocawes​ome101> yeah ik
L109[01:04:27] <Izaya> I guess I could record allocated displays and GPUs and just skip them
L110[01:04:29] <Izaya> but eh
L111[01:04:31] <Izaya> I'm digging a hole.
L112[01:04:38] <Ocawes​ome101> that's what i do :P
L113[01:04:40] <Ocawes​ome101> a hole?
L114[01:04:53] <Izaya> https://files.catbox.moe/rddgkw.jpg
L115[01:05:42] <Kristo​pher38> there are four different ones but one is heavily focused on physics and embedded and shit, which I'm not that into it, and one is designed to make you into a code monkey, with courses like android app and unity development, like come on, I could teach myself that, it completely misses the point of what uni should be
L116[01:06:24] <Izaya> Also, destroying sessions for disconnected displays.
L117[01:06:34] <Izaya> No idea where to start with that.
L118[01:06:56] <Izaya> Actually, just kill the shell. Most stuff runs in-process.
L119[01:07:32] <Izaya> Heh, the hole is deep enough that it's giving me the LOD textures at the bottom now.
L120[01:09:27] <Ocawes​ome101> tadaaaaaa - `/bin/lua.lua` as the shell http://tinyurl.com/y2cblzlr
L121[01:10:03] <Izaya> I should dig up the version of luash I ported to OpenOS
L122[01:10:15] <Ocawes​ome101> i could probably set the shell to `vled`.... but that would be weird
L123[01:55:54] ⇦ Quits: flappy (~flappy@88-113-149-197.elisa-laajakaista.fi) (Ping timeout: 194 seconds)
L124[01:57:03] ⇦ Quits: ben_mkiv|afk (~ben_mkiv@i577BCFCC.versanet.de) (Ping timeout: 202 seconds)
L125[03:40:49] <Ko​dos> %tonk
L126[03:40:49] <MichiBot> Aw jeez! Ko​dos! You beat Li​zzy's previous record of 18 minutes and 35 seconds (By 4 hours, 48 minutes and 9 seconds)! I hope you're happy!
L127[03:40:50] <MichiBot> Kodos's new record is 5 hours, 6 minutes and 44 seconds! Kodos also gained 0.0048 tonk points for stealing the tonk. Position #8. Need 0.13198 more points to pass simo​n816!
L128[03:47:36] <Brisingr​Aerowing> It appears darkdna.net is down. I can't access the Gitlab instance on it to download Amanda's OpenTablets mod.
L129[03:47:40] ⇨ Joins: Ocawesome101 (~ocawesome@38.65.248.143)
L130[03:48:28] <Izaya> Amanda, AdorableCatgirl: https://files.catbox.moe/7ulf3v.png
L131[03:48:43] <Ocawesome101> o/
L132[03:49:23] <Adorabl​eCatgirl> nice
L133[03:49:34] <Adorabl​eCatgirl> i call triton
L134[03:50:16] <Amanda> Izaya wait, is Titan a moon of alien?
L135[03:50:24] <Izaya> yeah
L136[03:51:27] <Amanda> Huh. That explains why it's so big in the sky
L137[03:51:43] <Izaya> I'm inclined to set up a station in orbit of either Safina or Thanian
L138[03:52:19] <Izaya> Due to how power costs for the laser antenna are calculated, that would significantly reduce the cost of communication
L139[03:52:21] <Amanda> Sarina is in the sky of my base
L140[03:52:36] <Izaya> yeah it's more or less half way between Caldera and Alien
L141[03:52:42] <Amanda> Close to the horizon, but on the sky not or less
L142[03:52:52] <Amanda> More or less
L143[03:53:09] <Izaya> I could even set up ON Thanian I guess
L144[03:53:20] <Izaya> 0.32g, covered in ice
L145[03:53:21] <Izaya> Sounds nice.
L146[03:53:46] <Amanda> Also I've got the blueprints for a ship I made on Lizzy's server that can operate in the alien planets gravity well
L147[03:54:10] <Amanda> It's the Abomination Unto the Goddesses
L148[03:54:19] <Izaya> Sounds excellent >:D
L149[03:54:32] <Izaya> I may also slap a station right in the middle of the triangle made by Caldera, Mars and Triton
L150[03:55:00] <Izaya> Communications would be much cheaper if they went through there.
L151[03:55:00] <Amanda> I might assemble it once I've got my opsc2 outfitted for space
L152[03:55:18] <Amanda> OLSC2*
L153[03:55:24] <Izaya> OLSC2?
L154[03:55:35] <Izaya> One Large Step for Cats 2?
L155[03:55:41] <Amanda> Oh Lawd She Commin
L156[03:55:54] <Amanda> My shuttle
L157[03:56:03] <Izaya> I see, I see.
L158[03:56:19] <Izaya> I'm going to need to build something I can use to enter and exit the gravity well
L159[03:56:21] <Izaya> 1.16g
L160[03:56:23] <Izaya> x_x
L161[03:56:35] <Izaya> Maybe I'll slap a jump drive on it for funsies
L162[03:56:37] <Amanda> Alien is 1.15 iirc?
L163[03:57:05] <Izaya> I'm going to set up a station in Caldera's rings, then move outward.
L164[03:57:32] <Amanda> And AUtG uses I think 9 small hydrogen and 2 large atmo to stay aloft in alien
L165[03:57:58] <Izaya> I was thinking learn to use timer blocks
L166[03:58:04] <Izaya> maybe write a script
L167[03:58:06] <Amanda> But it's a large grid ship
L168[03:58:13] <Izaya> and build a detachable atmospheric booster
L169[03:58:55] <Amanda> I should find the calculator I used before, see if AUtG can survive caldera
L170[03:59:24] <Amanda> Caldera's slightly higher gravity, but idk about the atmo
L171[03:59:48] <Amanda> And I'd rather not be a scar on the planet's surface
L172[03:59:51] <Izaya> hmm
L173[04:00:10] <Izaya> I could completely avoid the need for sideways atmospheric thrusters if I stuck cannards on the side of the booster
L174[04:00:12] <Izaya> >:D
L175[04:00:37] <Amanda> Oh, and the AUtG had a jump drive, though I'm unsure the range
L176[04:01:04] <Amanda> I feel like it was at least 700km but I'm not sure?
L177[04:02:14] <Amanda> Maybe about the size of my current base on titan
L178[04:02:28] <Izaya> I'll probably end up building something really tiny
L179[04:02:44] <Izaya> Maybe steal one of those uh, Private Sail ships
L180[04:03:10] <Izaya> Keep the large cargo container, extend it a little, put solar panels on rotors, and stick a few jump drives in it
L181[04:03:31] <Amanda> Is the asteroid density the default as well?
L182[04:03:33] <Izaya> Connector for a shuttle capable of landing on planets.
L183[04:03:45] <Izaya> Asteroid density is very low except in rings.
L184[04:03:50] <Amanda> Ah
L185[04:04:01] <Izaya> And only planets without moons have rings
L186[04:04:10] <Izaya> Except Caldera, because the model had a ring in it.
L187[04:04:41] <Izaya> That said, Ingora has quite a large ring
L188[04:04:58] <Izaya> 60km across, 5km high
L189[04:06:25] <Amanda> Hmm. I wonder what's closer for me to.go searching for uranium on, caldera or ongora
L190[04:06:42] <Izaya> there are general asteroids
L191[04:06:46] <Izaya> but they're uncommon
L192[04:06:58] <Izaya> the default density is ... 0.6?
L193[04:07:01] <Amanda> Uranium is like the only resource not on titan
L194[04:07:41] <Amanda> I think Lizzy bumped up the density on her server, so I'll probably be searching more than I had to anyway
L195[04:08:13] <Izaya> Procedural density is set to 0.01, default is 0.6
L196[04:08:26] <Amanda> Also I've not checked the workshop page, but apparently a keen update hard-coded the distance for ore scanners, which broke one of the mods for that
L197[04:08:50] <Izaya> Was it in the last update?
L198[04:08:53] <Amanda> Rather, made the mod silently fail to scan farther
L199[04:09:00] <Amanda> It was a couple updates back
L200[04:09:20] <Izaya> Well, in the second latest version I was using the Azimuth ones at 5km reliably
L201[04:09:36] <Izaya> Also, within rings, it's a density of 0.6 though given nobody's been to space I could bump that up and nobody would know
L202[04:09:38] <Amanda> Ah, so I guess they found a way around it
L203[04:10:09] <Amanda> I've been very nearly in space, entirely by accodent
L204[04:10:15] <Izaya> :D
L205[04:10:27] <Amanda> Those Pam miners don't need that much vthrust
L206[04:10:34] <Amanda> Not on .25g
L207[04:11:07] <Amanda> They've got like 12 large atmo thrusters pointing down
L208[04:11:35] <Amanda> And zero pointing up, so pressing space for a second too long and you're on an adventure to the stratosphere
L209[04:13:07] <Izaya> Add a parachute to stop them going up
L210[04:13:28] <Izaya> Man, know what is going to be painful to set up comms to?
L211[04:13:31] <Izaya> IK006-FL-U
L212[04:15:01] <Izaya> Nicest way to do it would probably be relay stations in Ingora's rings.
L213[04:20:23] <Amanda> %choose be irresponsible or be trusting
L214[04:20:37] <Amanda> %choose be irresponsible or be trusting
L215[04:20:37] <MichiBot> Ama​nda: Out of these two choices? I'd say "be irresponsible".
L216[04:23:48] <Izaya> Oh man, that'd be flying close to the sun.
L217[04:24:06] <Izaya> Add the ability to scoop hydrogen from Ingora's atmosphere, if you're game to try to beat 42gs
L218[04:25:58] <Amanda> wait what, it's actually that huge? I thought it was a UI glitch when I saw the spawn point with a gravity of 42g
L219[04:26:22] <Izaya> Yup :D
L220[04:26:29] <Amanda> goddesses above...
L221[04:26:44] <Izaya> It's also 1000km across.
L222[04:27:08] <Izaya> The size causes rendering issues because it doesn't reflect/refract the sun properly at that size
L223[04:29:03] <Amanda> Damn, both PAMs are still gathering: https://nc.ddna.co/s/owQSdKxSF4NbbTj
L224[04:29:13] <Amanda> ... and apparently the server died?
L225[04:29:46] <Izaya> restarting as we speak
L226[04:29:51] <Izaya> I should have it auto-restarting now
L227[04:29:54] <Izaya> so I guess it wasn
L228[04:30:00] <Izaya> 't a plugin causing it to crash
L229[04:30:00] <Amanda> ah, nice
L230[04:30:01] <Izaya> good to know
L231[04:31:25] <Amanda> @Brisingr​Aerowing I've poked co-admin, he's going to look into it in the meowning
L232[04:32:48] <Izaya> I need to figure out what to do about the ring texture at some point also
L233[04:32:50] <Izaya> hmhm
L234[04:34:45] <Amanda> Oh, apparently the planet in thesky I thought was safina, is actuall inora
L235[04:35:25] <Izaya> yeah it should be an eternally looming presence
L236[04:37:19] ⇨ Joins: immibis_ (~immibis@x4e371af9.dyn.telefonica.de)
L237[04:38:02] ⇦ Quits: immibis (~immibis@x4db74951.dyn.telefonica.de) (Ping timeout: 189 seconds)
L238[04:38:07] *** immibis_ is now known as immibis
L239[04:43:18] <Amanda> oh. Apparently Izaya's pack doesn't have the mod that made up 99% of the hallway of AUtG
L240[04:44:57] <Amanda> Namely, this mod: https://steamcommunity.com/sharedfiles/filedetails/?id=946724937
L241[04:45:16] <Izaya> I've been told it's quite good.
L242[04:49:21] <Amanda> Here's a not-very-good shot of AUtG which uses it for most of it's second floor: https://nc.ddna.co/s/txDnqY93kKGBfpE
L243[04:52:13] <Amanda> Izaya: And here's AUtG projected next to my current base, with that od's parts removed. xD https://nc.ddna.co/s/dR6KypoXD3s4K3e
L244[04:57:47] <Amanda> Surprisingly, even without the mod it looks like it might be structually sound, will just need to re-do the interor
L245[04:59:28] <Izaya> https://youdieifyou.work/files/wwfwqgprrmr.png
L246[05:01:00] <Izaya> Reasonably sure Blender hates me now.
L247[05:05:00] <Amanda> %choose be responsible or start welding
L248[05:05:01] <MichiBot> Ama​nda: You'll want to go with "be responsible".
L249[05:05:08] <Amanda> Sounds wise
L250[05:06:38] * Amanda snugs up around Elfi, vegs out to some youtube before passing-out time
L251[05:07:16] <Izaya> Amanda: I can add that mod if you want
L252[05:08:18] <Amanda> Izaya: either ways fine with me. I think I can get a somewhat decent interior without it if you'd rather not add more mods
L253[05:08:46] <Izaya> ngl I'm running into memory issues on my client
L254[05:09:11] <Amanda> I did some hovering around inside and I think I can make it work with what's in the pack actually
L255[05:09:36] <Izaya> \o/
L256[05:09:45] <Amanda> Won't look as pretty, but that's hardly a concern for my Abomination
L257[05:10:12] <Izaya> man
L258[05:10:21] <Izaya> I doubled the render samples per section
L259[05:10:31] <Izaya> then ramped the resolution up to 400%
L260[05:10:42] <Izaya> it's going to take 12 minutes to render
L261[05:10:54] <Izaya> because my GPU and Blender disagree so I'm rendering it on the CPU
L262[05:13:13] <Ocawesome101> oof
L263[05:13:18] <Ocawesome101> what gpu?
L264[05:13:25] <Izaya> RX 580
L265[05:13:34] <Ocawesome101> i see
L266[05:13:41] <Izaya> the amdgpu/mesa drivers can't do OpenCL
L267[05:13:46] <Ocawesome101> ahhhh
L268[05:13:55] <Ocawesome101> is that required for hw rendering with blender?
L269[05:13:57] <Izaya> or whatever the equivalent is
L270[05:14:01] <Izaya> and the radeon pro drivers don't like my system
L271[05:14:09] <Izaya> yeah it supports 3 different APIs for it
L272[05:14:23] <Izaya> and my software combination supports none of them
L273[05:14:32] <Izaya> well, software and hardware
L274[05:14:59] <Amanda> Can you guess when on the graph I launched SE? https://nc.ddna.co/s/oxeHrkGTjtRxWog
L275[05:15:01] <Izaya> maybe I should stick one of my 980s back in
L276[05:15:19] <Izaya> Gee, I wonder :p
L277[05:15:39] <Izaya> hey what if I stuck BOTH 980s in
L278[05:15:47] <Izaya> and when I wasn't rendering on them I used their VRAM as swap
L279[05:18:30] <Amanda> Oh wow
L280[05:19:06] <Amanda> I'm not sure why I wasn't expecting it, but it seems once I get the PAM in, I'll have everything I need to print AUtG
L281[05:19:27] <Amanda> At least, in access to raw resources
L282[05:19:52] <Izaya> I've been thinking about building a really big printer
L283[05:19:56] <Izaya> but with only one welder
L284[05:20:21] <Amanda> Pistons to move the welder?
L285[05:20:28] <Izaya> yup
L286[05:20:44] <Izaya> Make it act more like a 3D printer than a typical ship printer
L287[05:21:03] <Amanda> I'll probably just use my welding drone for AItG
L288[05:22:18] <Amanda> Oh hey, I could even build a reactor that I don't have uranium for?
L289[05:22:40] <Izaya> It annoys me that you can't automate jump drives.
L290[05:22:45] <Amanda> Yeah
L291[05:22:58] <Izaya> How am I meant to build my automatic solar powered transport ships
L292[05:23:24] <Izaya> To be fair, with just solar power, and a 300m/s cap, it's probably faster to use traditional propulsion
L293[05:23:38] <Amanda> Lots of service depots with a lot of storage capacity, and occasional manual runs
L294[05:23:54] <Amanda> Oh, are npc trade stations enabled?
L295[05:24:08] <Izaya> They *should* be but I'm yet to see any evidence of them.
L296[05:24:21] <Amanda> Yeah, that's what had me curious
L297[05:24:44] <Amanda> I'll do a look around titan tomorrow, there should be **at least** one
L298[05:25:11] <Amanda> One spawned like 3km from our initial base on Lizzy's server
L299[05:25:29] <Izaya> <EnableEconomy>true</EnableEconomy>
L300[05:25:32] <Izaya> that's in the world settings
L301[05:25:39] <Amanda> Huh
L302[05:26:51] <Amanda> Also, I think what my half-asleep brain is thinking of that was such a pain to find is naqudah from the Stargate mod
L303[05:29:00] <Izaya> my janky shaders look terrible at high resolution
L304[05:31:38] <Izaya> https://youdieifyou.work/files/ueilzbdvcq.jpg
L305[05:38:16] <Ocawesome101> what if i told tou
L306[05:38:18] <Ocawesome101> you*
L307[05:38:35] <Ocawesome101> that this (http://0x0.st/i37V.jpg) is me
L308[05:38:56] <Ocawesome101> would you believe me
L309[05:43:05] <Ocawesome101> because it isn't me
L310[05:43:08] ⇦ Quits: Ocawesome101 (~ocawesome@38.65.248.143) (Quit: I'm probably going to bed.)
L311[05:51:59] ⇦ Quits: Cervator (~Thunderbi@2600:1700:1a25:9160:e127:33df:f04:17e6) (Quit: Cervator)
L312[05:59:15] <Izaya> a story in two graphs https://imgur.com/IoZ8ZxO.png
L313[06:10:41] <Amanda> Right, time to have vivid hallucinations while not cognizant
L314[06:10:49] <Amanda> Night nerds
L315[06:11:19] <Izaya> o/
L316[06:11:59] <Inventi​on64 🌹> I prefer my hallucinations while cognizant
L317[07:17:36] ⇦ Quits: Thutmose (~Patrick@host-69-59-79-181.nctv.com) (Quit: Leaving.)
L318[08:32:19] ⇨ Joins: Inari (~Pinkishu@p508ef117.dip0.t-ipconnect.de)
L319[09:46:00] ⇦ Quits: S|h|a|w|n (~shawn156@c-76-25-73-212.hsd1.co.comcast.net) (Read error: Connection reset by peer)
L320[09:46:16] ⇨ Joins: S|h|a|w|n (~shawn156@c-76-25-73-212.hsd1.co.comcast.net)
L321[09:46:27] ⇦ Quits: S|h|a|w|n (~shawn156@c-76-25-73-212.hsd1.co.comcast.net) (Client Quit)
L322[09:54:33] ⇨ Joins: Vexatos (~Vexatos@port-92-192-59-179.dynamic.as20676.net)
L323[09:54:33] zsh sets mode: +v on Vexatos
L324[09:54:35] <Lizzy> oh good, the work firewall is blocking i.imgur.com again
L325[09:54:38] * Lizzy sighs
L326[09:58:38] ⇨ Joins: t20kdc (~20kdc@cpc139340-aztw33-2-0-cust225.18-1.cable.virginm.net)
L327[10:11:33] <Forec​aster> %sip
L328[10:11:33] <MichiBot> You drink a soft salmon potion (New!). Forecaster grows whiskers until someone stabs them.
L329[10:12:08] <Lizzy> %tonk
L330[10:12:09] <MichiBot> Potzblitz! Li​zzy! You beat Ko​dos's previous record of 5 hours, 6 minutes and 44 seconds (By 1 hour, 24 minutes and 34 seconds)! I hope you're happy!
L331[10:12:10] <MichiBot> Lizzy's new record is 6 hours, 31 minutes and 19 seconds! Lizzy also gained 0.00846 (0.00141 x 6) tonk points for stealing the tonk. Position #3. Need 0.05522584 more points to pass Squi​dDev!
L332[10:30:16] ⇨ Joins: ben_mkiv (~ben_mkiv@i577BCFCC.versanet.de)
L333[10:30:18] ⇦ Quits: Azelphur (~Azelphur@2a01:4f8:141:3251::2) (Ping timeout: 378 seconds)
L334[10:42:06] ⇨ Joins: Azelphur (~Azelphur@2a01:4f8:141:3251::2)
L335[11:30:40] <Forec​aster> %splash Lizzy
L336[11:30:41] <MichiBot> You fling a bubbly aluminium potion (New!) that splashes onto Lizzy. Lizzy's skin turn the color of naqahdah but with a grass glow until they see a star fall.
L337[13:07:44] ⇨ Joins: Vexaton (~Vexatos@port-92-192-13-96.dynamic.as20676.net)
L338[13:07:44] zsh sets mode: +v on Vexaton
L339[13:10:51] ⇦ Quits: Vexatos (~Vexatos@port-92-192-59-179.dynamic.as20676.net) (Ping timeout: 204 seconds)
L340[14:10:38] <Amanda> So uh. I should have probably built some batteries on my base on Izaya's server awhile ago. Two PAMs charging, and I forgot to put my welding drone and shuttle into recharge mode, so I'm stuck here chewing on my paw whileI wait for stuff to charge enough to be useful
L341[14:11:50] <Forec​aster> fun times
L342[14:11:51] <Forec​aster> :P
L343[14:15:19] <Kristo​pher38> happened too many times to me
L344[14:24:21] <Amanda> Izaya: does the server have a mod that changes the hydrogen engines? I can't seem to get one to work
L345[14:25:24] <Kristo​pher38> you sure you've got power and conveyors connected to hydrogen tank/generator?
L346[14:28:16] ⇨ Joins: flappy (~flappy@mobile-access-567376-214.dhcp.inet.fi)
L347[14:30:33] <Amanda> Oh. I didn't realise it needed some power to get started. I guess that makes sense
L348[14:34:32] <Kristo​pher38> yeah, how else are you supposed to have the hydrogen engine turbopumps running? :D
L349[14:36:19] ⇦ Quits: flappy (~flappy@mobile-access-567376-214.dhcp.inet.fi) (Ping timeout: 202 seconds)
L350[14:42:56] ⇨ Joins: Cervator (~Thunderbi@2600:1700:1a25:9160:c9fe:76ca:8832:b3df)
L351[17:21:47] <Amanda> whoops
L352[17:22:07] <Amanda> Protip: WEldingDrone + Wind Turbine = BrokenWeldingDrone
L353[17:23:10] ⇨ Joins: flappy (~flappy@mobile-access-567376-214.dhcp.inet.fi)
L354[17:26:22] <Inari> rip
L355[17:47:12] <Brisingr​Aerowing> %sip
L356[17:47:12] <MichiBot> You drink a sweet orange potion (New!). BrisingrAerowing gains an additional bone.
L357[17:47:20] <Brisingr​Aerowing> %loot
L358[17:47:21] <MichiBot> Brisingr​Aerowing: You get a loot box! It contains a Magic Quantum Potato! (25%) (25%)
L359[17:47:50] <Amanda> @BrisingrAerowing the ddna gitlab's back up
L360[18:04:52] ⇦ Quits: t20kdc (~20kdc@cpc139340-aztw33-2-0-cust225.18-1.cable.virginm.net) (Remote host closed the connection)
L361[19:10:54] <Izaya> Amanda: got any pictures you want to be able to put on LCDs?
L362[19:13:16] <Amanda> Izaya: not really?
L363[19:13:58] <Izaya> okey
L364[19:14:11] <Izaya> figure if I'm going to put some of my pictures on LCDs I might as well include stuff for other people
L365[19:20:19] ⇨ Joins: baschdel (~baschdel@2a02:6d40:361a:c101:52db:8ca7:871e:ae9a)
L366[19:24:37] <Izaya> "I mean, Ubisoft's crossed over with everything but an ethics policy"
L367[19:56:04] ⇨ Joins: Thutmose (~Patrick@host-69-59-79-181.nctv.com)
L368[20:03:39] ⇨ Joins: S|h|a|w|n (~shawn156@c-76-25-73-212.hsd1.co.comcast.net)
L369[20:04:08] ⇦ Quits: S|h|a|w|n (~shawn156@c-76-25-73-212.hsd1.co.comcast.net) (Client Quit)
L370[20:05:02] ⇨ Joins: Trainfan91 (~Trainfan9@162.213.52.182)
L371[20:05:28] ⇦ Quits: Trainfan91 (~Trainfan9@162.213.52.182) (Client Quit)
L372[20:07:11] ⇦ Quits: ben_mkiv (~ben_mkiv@i577BCFCC.versanet.de) (Killed (NickServ (GHOST command used by ben_mkiv|afk!~ben_mkiv@i59F67828.versanet.de)))
L373[20:07:15] ⇨ Joins: ben_mkiv|afk (~ben_mkiv@i59F67828.versanet.de)
L374[20:13:09] <simon816> %tonk
L375[20:13:10] <MichiBot> Gadsbudlikins! simo​n816! You beat Li​zzy's previous record of 6 hours, 31 minutes and 19 seconds (By 3 hours, 29 minutes and 41 seconds)! I hope you're happy!
L376[20:13:11] <MichiBot> simon816's new record is 10 hours, 1 minute and 1 second! simon816 also gained 0.02443 (0.00349 x 7) tonk points for stealing the tonk. Position #7. Need 0.17422944 more points to pass Ocawes​ome101!
L377[20:21:17] ⇨ Joins: Trainfan91 (~Trainfan9@162.213.52.182)
L378[20:22:06] <Trainfan91> how would i join irc.quakenet.org?
L379[20:22:28] <Izaya> which client?
L380[20:22:51] <Trainfan91> client?
L381[20:23:06] <Izaya> IRC client
L382[20:23:14] <Trainfan91> esper.net
L383[20:23:32] <Izaya> that's a server, not a client
L384[20:23:49] <Trainfan91> from oc
L385[20:24:20] <Izaya> so using the IRC loot disk as your IRC client?
L386[20:24:28] <Trainfan91> yes
L387[20:24:50] <Trainfan91> either that or mineos
L388[20:24:52] <Inari> Just CTCP them
L389[20:24:53] <Inari> :P
L390[20:24:57] <Izaya> from the source code, Usage: irc <nickname> [server[:port]]
L391[20:25:03] <Inari> Btw
L392[20:25:08] <Inari> Is there somehting like MineOS, but like, not bad
L393[20:25:13] <Inari> [21:25:00] CTCP VERSION reply from Trainfan91 [~Trainfan9@162.213.52.182]: MineOS IRC Client / OpenComputers (Lua 5.3)
L394[20:25:17] <Izaya> KOS NEO
L395[20:25:27] <Izaya> if your requirements are "GUI but not a mess"
L396[20:26:13] <Trainfan91> can it kas neo run openos programs?
L397[20:26:25] <Izaya> nope
L398[20:26:38] <Izaya> well, it can, but you have to have enough memory to run an OpenOS VM
L399[20:26:51] <Inari> got any screenshots of that
L400[20:26:52] <Trainfan91> >:(
L401[20:27:14] ⇦ Quits: Trainfan91 (~Trainfan9@162.213.52.182) (Quit: Trainfan91)
L402[20:27:23] <Inari> rip
L403[20:27:29] <Izaya> ???
L404[20:28:56] <Inari> they quit
L405[20:28:57] <Inari> hence rip
L406[20:29:05] <Izaya> yeah but why the unhappy face and the quit
L407[20:29:07] <Izaya> I don't understand
L408[20:29:24] <Amanda> Clearly they're going to leave us a negative Yelp review
L409[20:29:25] <Inari> Probably just because it can't easily run openos programs?
L410[20:29:37] <Izaya> I have a video of KOS NEO from when I was working on the FRequest browser
L411[20:29:47] <Train​fan91> Im back...
L412[20:29:58] <Inari> gimme
L413[20:30:16] <Izaya> https://files.catbox.moe/fagfx0.webm
L414[20:30:21] <Train​fan91> Im not mad; XD
L415[20:31:17] <Train​fan91> I just like desktop-based gui's
L416[20:31:18] <Inari> Hmm is okay. But I mean more of a windows-ish UI
L417[20:35:11] <Izaya> I'm not sure what KOS NEO is like
L418[20:35:34] <Izaya> I kinda like it though, summon the application menu from anywhere, no minimising, etc
L419[20:43:23] <Ar​iri> maximize everything
L420[20:46:26] <Amanda> Needs the internals to be finished, but in theory this should be air-tight. The Abomination Unto the Goddesses, SKS Edition
L421[20:46:35] <Amanda> https://nc.ddna.co/s/8MPnKT4D4Xra6zo
L422[20:49:00] <Inari> Lets make you into an abomination!
L423[20:49:04] <Inari> %splash Amanda with mutable potion
L424[20:49:05] <MichiBot> You fling a mutable diamond potion (New!) that splashes onto Amanda. Amanda turns into a weather golem girl until they have a nap.
L425[20:49:13] * Amanda glares at Inari
L426[20:49:17] <Inari> :D
L427[20:49:39] <Inari> Amanda: do you know anyone into otome games?
L428[20:49:55] <Inari> I want one with choices - all the ones I had so far were mostly just kinetic
L429[20:50:49] <Brisingr​Aerowing> %sip
L430[20:50:49] <MichiBot> You drink a freezing oculemon potion (New!). The bottle turns into a piece of bacon. You have found 1 piece of bacon.
L431[20:51:42] <Brisingr​Aerowing> I wish Curse would get their shit together and fix the API issues that have been going on for a few days now.
L432[20:52:15] <Inari> Did you report them
L433[20:54:58] <Brisingr​Aerowing> Yes. Along with numerous other people.
L434[20:55:18] <Amanda> Should probably install some lights... https://nc.ddna.co/s/gdgANMPCSCnY4JM
L435[20:57:13] <Inari> Nah
L436[20:57:16] <Inari> just let your eyes adapt
L437[20:57:18] <Inari> you're a cat, no
L438[20:57:19] <Ar​iri> Amanda: Just have some fish and gain night vision for 8 minutes :P
L439[20:59:04] <Inari> %sip fishy potion
L440[20:59:04] <MichiBot> You drink a gloomy pink potion (New!). Inari feels the need to use "%shell".
L441[21:00:30] <Ar​iri> zips up a hoodie to hide from Inari's shell, should they fire one
L442[21:01:10] <Inari> Psh
L443[21:01:15] <Inari> %shell Izaya
L444[21:01:15] <MichiBot> In​ari loads right human hand into a shell and fires it. It strikes Iza​ya. They take 1d8 => 4 damage. surferc​onor425 and ben_mk​iv|afk stood too close and take 1d6 => 2, and 1d6 => 3 damage respectively.
L445[21:14:35] <Izaya> huh, spengies update
L446[21:16:03] <Amanda> yup. once you accept it it'll require the server to be updated too
L447[21:16:32] <Amanda> I'm mostly just idling if you want to restart the server for such an update
L448[21:16:53] <Amanda> gathering motivation to make a docking port for the AUtG
L449[21:16:57] <Izaya> https://cybre.club/media/bb820bdf8ec7149e1e97936625f3318844b97cd52300bd8a5cf46d35b27eb2f9.jpg
L450[21:17:05] <Izaya> okey, I'll do that now
L451[21:17:51] <Izaya> let's hope torch still works properly
L452[21:17:54] <Izaya> :D
L453[21:18:30] <Izaya> it's still 1.196
L454[21:18:37] <Amanda> It's probably a hotfix
L455[21:24:00] <Amanda> %choose lazy poll or proper dock
L456[21:24:01] <MichiBot> Ama​nda: I received a message from future you, said to go with "proper dock".
L457[21:24:08] <Amanda> future me is mean
L458[21:27:03] <Izaya> Hmm
L459[21:27:35] <Izaya> How many large atmo thrusters to strap to my booster?
L460[21:28:14] <Izaya> Or I could build a "real" rocket ship, have atmospheric thrusters for leaving the atmosphere, but only pointing up
L461[21:28:49] <Izaya> Cannards to avoid sideways drift.
L462[21:29:38] <ben_mkiv|afk> %choose fast or food
L463[21:29:38] <MichiBot> ben_mk​iv|afk: My grandfather always told me that "fast" is the way to go!
L464[21:29:47] <ben_mkiv|afk> yea thats the way to go
L465[21:29:56] <ben_mkiv|afk> but not the way to eat
L466[21:37:46] <Izaya> Amanda: are you able to direct me to a nice atmospheric miner blueprint?
L467[21:38:10] <Amanda> want the link to the PAM one I'm using?
L468[21:38:14] <Izaya> sure
L469[21:38:49] <Amanda> https://steamcommunity.com/sharedfiles/filedetails/?id=1606630169
L470[21:39:20] <Izaya> absolute chonk
L471[21:39:21] <Izaya> damn
L472[21:39:23] <Izaya> looks good
L473[21:41:57] <Kristo​pher38> I wish SE allowed for von neumann probes to exist
L474[21:43:42] <Kristo​pher38> unfortunately there's no API for ore detector in the programmable block (because ore highlighting is bound to the player camera) and projectors fail to display a blueprint when it's a projector of an offspring that was also created by welding a projected hologram
L475[21:45:18] <Izaya> I deem it time to build a welder.
L476[21:55:42] <Ar​iri> Izaya: I deem a 1000 souls are worth this smile
L477[21:55:46] <Ar​iri> https://www.reddit.com/r/Re_Zero/comments/i7z74q/media_smile/?utm_source=share&utm_medium=ios_app&utm_name=iossmf
L478[21:56:00] <Izaya> good smile
L479[21:56:02] <Izaya> I approve
L480[21:56:28] <Ar​iri> :D
L481[22:05:29] <Lizzy> %tonkout
L482[22:05:29] <MichiBot> I'm sorry Li​zzy, you were not able to beat simo​n816's record of 10 hours, 1 minute and 1 second this time. 1 hour, 52 minutes and 18 seconds were wasted! Missed by 8 hours, 8 minutes and 42 seconds!
L483[22:05:33] <Lizzy> FUCK
L484[22:06:07] <Lizzy> :<
L485[22:06:15] <Lizzy> missed simon's tonk
L486[22:06:32] <Ar​iri> %pet Lizzy
L487[22:06:32] <MichiBot> Ariri is petting Lizzy with ^. Lizzy regains 1d4 => 3 hit points!
L488[22:07:22] <Ar​iri> %inv list
L489[22:07:22] <MichiBot> Ar​iri: Here's my inventory: http://michibot.pc-logix.com/inventory
L490[22:07:25] <Amanda> Right. Here goes nothing, let's see if the AUtG can fly when I turn it into a proper ship
L491[22:07:43] * Lizzy purrs
L492[22:08:51] <Amanda> You know, maybe doing this at near-midnight local time wasn't my brightest idea
L493[22:09:35] <Ar​iri> Inari time traveled and gave MichiBot my hair before I was even born! Who knows how many clones of me exist now D:
L494[22:09:36] <Ar​iri> https://lcars5201.ddns.net/index.php/s/Q4KWbzQ2AoApntr/preview
L495[22:22:31] <Bri​anH> Wut?
L496[22:23:47] <Bri​anH> It's too hot to do anything
L497[22:24:12] <Bri​anH> It is currently... 89
L498[22:24:42] <Bri​anH> I'm just kind of lying on the floor waiting for it to cool down which wont be until after the sun goes down lol
L499[22:27:12] <Izaya> 11° from boiling water
L500[22:27:16] <Izaya> you should seek shelter
L501[22:29:58] <Bri​anH> 89 F
L502[22:30:15] <Bri​anH> so 31.6C
L503[22:30:48] <Bri​anH> Luckily I have temporary fix
L504[22:30:50] <Bri​anH> I found ice cream
L505[22:30:53] <Bri​anH> and I found ice and water
L506[22:31:10] <Izaya> do the liver theft approach
L507[22:31:21] <Izaya> dump ice cubes in the bathtub
L508[22:31:42] <Bri​anH> lol
L509[22:34:29] <Bri​anH> Hey Amanda did you ever see my serialization thing? I am changing it just a tiny bit, but if you ever need to pack a Lua table in a binary way in a small ammount of space, and you know what keys are in the table, it could be useful
L510[22:35:56] <Bri​anH> when you store it it loses the information about its keys but I needed to to use as little space as possible for nested tables packed into eeproms
L511[22:36:30] <Bri​anH> but you can still deference by key
L512[22:39:32] * CompanionCube is moderately mad about mozilla layoffs
L513[22:40:52] <Bri​anH> Oh?
L514[22:42:20] <Bri​anH> They probably realized they were going to be making negative money by the end of the next tax year
L515[22:42:30] <Bri​anH> and would have to start reporting a loss of operation
L516[22:42:39] <Bri​anH> or whateverr its called
L517[22:43:39] <CompanionCube> https://www.theverge.com/2020/8/11/21363424/mozilla-layoffs-quarter-staff-250-people-new-revenue-focus
L518[22:43:51] <CompanionCube> destruction of chrome when? :P
L519[22:49:15] ⇦ Quits: baschdel (~baschdel@2a02:6d40:361a:c101:52db:8ca7:871e:ae9a) (Ping timeout: 198 seconds)
L520[22:51:37] <CompanionCube> also rip servo i guess?
L521[23:04:52] <DaCompu​terNerd> does version 1.7.5.209 include the hardware buffer stuff
L522[23:05:14] <Ocawes​ome101> i think it was introduced in .206 or .208, so yes
L523[23:16:34] <DaCompu​terNerd> 212 caused problems with the server apparently
L524[23:17:46] <Ocawes​ome101> interesting
L525[23:17:48] <Ocawes​ome101> 210?
L526[23:21:01] <DaCompu​terNerd> all up to 209 apparentlyu
L527[23:21:02] <DaCompu​terNerd> all up to 209 apparently [Edited]
L528[23:21:10] <DaCompu​terNerd> so 210-212
L529[23:21:24] <Ocawes​ome101> ...interesting
L530[23:26:48] ⇨ Joins: Kostik (webchat@87.117.56.49)
L531[23:29:13] <Kostik> https://github.com/MightyPirates/OpenComputers/issues/2347
L532[23:29:15] <MichiBot> Title: Unable to receive network messages sent by linked card via Relay | Posted by: elijahlorden | Posted: Fri Apr 14 14:31:09 PDT 2017 | Status: closed
L533[23:29:25] <Kostik> fix pls :-)
L534[23:29:43] <Ocawes​ome101> what OC version?
L535[23:29:52] <Kostik> messages are coming. but event doesn't work
L536[23:29:57] <Kostik> 1.7.3
L537[23:32:10] <Kostik> 1.7.5* sry
L538[23:33:28] ⇦ Quits: Inari (~Pinkishu@p508ef117.dip0.t-ipconnect.de) (Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/)
L539[23:34:09] <Forec​aster> The issue is closed
L540[23:40:57] <Ocawes​ome101> Kostik: see above - it shouldn't be an issue anymore unless i'm misinterpreting forecaster
L541[23:44:05] <Forec​aster> Are you using the latest build from the build server?
<<Prev Next>> Scroll to Top