<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:06:42] <Kristo​pher38> They were set from the beginning https://gitlab.com/Hawk777/opencomputers-programs/-/blob/main/component-list/.cargo/config.toml?ref_type=heads
L2[00:08:15] <Hawk777> Hm.
L3[00:08:23] <Hawk777> Probably something in the standard library then, as I theorized could happen.
L4[00:09:16] <Hawk777> I think your only choices are -Z build-std, or rewrite oc-wasm, then.
L5[00:09:37] <Hawk777> Or try to use an older Rust, or if you compile your own Rust, tell it to use the MVP CPU instead of the default for the standard library.
L6[00:10:44] <Kristo​pher38> Tried `-Z build-std`: https://paste.pc-logix.com/alopoforih
L7[00:11:25] <Hawk777> Weird. That looks like build-std isn’t even working.
L8[00:11:41] <Hawk777> Sadly I haven’t touched this for a long time, and TBH oc-wasm probably should be rewritten to use a different Wasm interpreteer.
L9[00:11:59] <Hawk777> When I first wrote it I thought it would be a future-proof solution because I didn’t know Wasm was going to change so much.
L10[00:12:31] <Hawk777> Or maybe I should just steal Sedna and make it run RISC-V instead!
L11[00:15:29] <Kristo​pher38> :( I was looking forward to tinkering with it
L12[00:15:46] <Hawk777> Maybe you can get hold of an old Rust?
L13[00:15:54] <Hawk777> If you’re using Rustup it should be easy.
L14[00:16:56] <Kristo​pher38> Sounds like the easiest solution. I'll try that tomorrow
L15[00:20:29] <Hawk777> Looks like Rust 1.70 added two CPU features (https://github.com/rust-lang/rust/issues/109807), and 1.82 added two more (https://github.com/rust-lang/rust/pull/128511 has some info).
L16[00:24:42] <Hawk777> Some sources also make it sound as if some kind of postprocessing tool might be able to improve things; for example, the first of those two Github links has some info about wasm-pack being able to remove signext instructions, and a blog post talking about how wasm-opt can turn long table indices into short table indices which may make it easier to build code that runs on a non-multivalue-capable interpreter.
L17[02:05:16] <Spider ​EveryOS> %tonk
L18[02:05:16] <MichiBot> Fudge! Spider ​EveryOS! You beat Va​ur's previous record of <0 (By 2 hours, 46 minutes and 30 seconds)! I hope you're happy!
L19[02:05:17] <MichiBot> Spider EveryOS's new record is 2 hours, 46 minutes and 30 seconds! Spider EveryOS also gained 0.00278 tonk points for stealing the tonk. Position #3 => #2. (Overtook Vaur) Need 0.00267 more points to pass Compan​ionCube!
L20[02:07:02] <Corded> > <Iz​zy> ... Or pack your software into just an EEPROM so your serve…
L21[02:07:03] <Re​nno> that could work, but I'd be surprised if you could implement any type of permissions system to restrict file access (which would come in handy in multiplayer)
L22[02:07:48] <Re​nno> alas its easier and cooler to just use the raid blocks and manage the use of them through a virtual raid since with those blocks at least you get to make a cool storage room with servers and stuff
L23[02:08:45] <Re​nno> I've seen plenty of attempts of people at making server rooms but there's almost never a big enough project to make it necessary that someone can also complete, so most of the time the servers are almost entirely fake/empty or there is only 1 server rack in a closet somewhere
L24[02:09:11] <Izzy> rarely worthwhile to actually have lots of servers
L25[02:09:58] <Izzy> your main limit is component call limits so
L26[02:10:57] <Izzy> if you do need more storage you're better off hooking up a transposer and swapping devices
L27[02:11:12] <Re​nno> "swapping devices"? I assume you're talking about tape
L28[02:11:20] <Izzy> or HDDs, if you're so inclined
L29[02:11:47] <Re​nno> How exactly are you supposed to read which HDD is which from a transposer returned inventory object?
L30[02:12:08] <Izzy> you swap them in at startup and believe they don't get moved
L31[02:12:27] <Re​nno> That sounds like just doing the raid thing I was saying but with a lot of extra steps
L32[02:13:15] <Izzy> you could attach more storage if you swap out the medium
L33[02:13:18] <Izzy> but you do you
L34[02:13:19] * Izzy shrugs
L35[02:13:30] <Re​nno> still be a lot cooler to have a wall of raids
L36[02:19:59] <Re​nno> anyways I recently found a fork of OpenOS called GooberOS (an unserious naming convention for whatever reason) that makes booting faster by merging some things under the hood (down from 6 seconds to 1 second apparently)
L37[02:25:09] <Re​nno> had a passing thought of using my gui lib to create an admin program using the debug card in a creative tablet and building in security features like if it detects someone unauthorized starts using the tablet it'll freeze up and then teleport them into a bedrock cage
L38[02:25:09] <Re​nno> not the most practical thing tbh but you could use it just to view a players stats and stuff with an autogenerated profile
L39[02:25:09] <Re​nno> it would unfortunately be quite slow as there is no creative mode solution to getting around component calls
L40[02:26:39] <Izzy> potential use for multiple servers: have them split up parallelisable tasks so you have multiple component call limits
L41[02:30:03] <Re​nno> to my knowledge the ultimate way to do that is by using modem.broadcast that groups each individual send like a stack of mail for each receiver to sift through
L42[02:30:11] <Izzy> yup
L43[02:30:23] <Izzy> have them split up tasks based on some sort of keying
L44[02:30:28] <Re​nno> tried to do that a long time ago early into my OC experience, never got it to work properly
L45[02:30:58] <Re​nno> especially in a secure-ish way
L46[02:32:08] <Re​nno> I think I devised using some small and fast encryption so that each chunk could only be read by the intended server
L47[02:32:18] <Re​nno> and anything that failed to read wasn't meant for that server
L48[02:32:58] <Re​nno> always paranoid about the rare OC player coming along and messing with my stuff
L49[02:33:18] <Izzy> I'd just put them on a dedicated network
L50[02:33:30] <Re​nno> fair
L51[02:33:39] <Re​nno> time to see what you've been up to on SKS
L52[02:37:55] <Re​nno> I'm guessing by the timeout that the server isn't online
L53[02:38:11] <Izzy> it starts when pinged
L54[02:39:02] <Li​ly> the server starts upon receiving an SLP?
L55[02:39:11] ⇦ Quits: Hawk777 (~Hawk777@2001:569:7cae:7e00:3285:a9ff:fe40:a36) (Quit: Leaving.)
L56[02:39:17] <Izzy> I'm using systemd socket activation to start it :3
L57[02:39:51] <Re​nno> smart
L58[02:40:17] <Izzy> it also shuts down automatically after 7 days of inactivity
L59[02:41:55] <Re​nno> looks like not much has changed
L60[02:42:17] <Re​nno> I see the first signs of machinery
L61[02:42:42] <Corded> > <Iz​zy> I'm using systemd socket activation to start it :3
L62[02:42:42] <Li​ly> ah nice
L63[02:44:55] <Re​nno> random arc furnace in basement
L64[02:47:09] <Re​nno> shockingly no opencomputers stuff?
L65[03:12:20] <Izzy> wooo
L66[03:12:30] <Izzy> the EliteDesk 800 G5 supports the Optane H10 modules properly
L67[03:12:35] <Izzy> they show up as two separate block devices
L68[03:15:40] <Izzy> time to buy a second one? :o
L69[03:16:22] <luna​r_sam> i still remember most of what i wanted to do with foxfs, i just haven't been in any mood to work on it
L70[03:16:37] <luna​r_sam> working on reimplementing (most) of ps3mca-tool in lua has been a lot of fun though
L71[03:17:03] <luna​r_sam> (i wanted to make a FUSE driver to mount memory cards)
L72[03:20:17] <Izzy> lunar_sam: okokok hear me out
L73[03:20:36] <Izzy> PCI to PCI-e bridge. hook up an optane M10 on it. stick it into an eMac G4
L74[03:20:50] <Izzy> finally, ideal storage for an OC emulator
L75[03:21:35] <luna​r_sam> heh
L76[03:23:12] <luna​r_sam> i also made a tool to correctly expose PS2 hard drive partitions as block devices lol
L77[03:23:26] <luna​r_sam> (using device mapper)
L78[03:31:11] <MichiBot> @payonel REMINDER: check out lily's github stuff to fix ocvm
L79[04:10:14] ⇨ Joins: Hawk777 (~Hawk777@2001:569:7cae:7e00:c923:b93f:f470:908b)
L80[04:40:17] <Corded> > <surface to ​air missile> (i wanted to make a FUSE driver to mount memory cards)
L81[04:40:17] <Li​ly> how do you attach a memcard to a PC, actually
L82[04:40:53] <Amanda> There is a Californian ritual to do that, I hear
L83[04:41:14] <Corded> > <Lilyfl​owerFDL> how do you attach a memcard to a PC, actually
L84[04:41:14] <luna​r_sam> i'm using the PS3's memory card adapter
L85[04:42:36] <Li​ly> ah
L86[04:42:51] <Li​ly> where do you get those?
L87[04:43:06] <Li​ly> I've fucked a couple FMCB memcards in the past and it'd probably be a good idea to have a way to recover
L88[04:45:36] <luna​r_sam> you uh
L89[04:45:44] <luna​r_sam> probably shouldn't try to get one these days
L90[04:45:47] <luna​r_sam> they're expensive as fuck
L91[04:47:25] <luna​r_sam> i got one years ago when they were pretty cheap
L92[04:49:44] ⇦ Quits: uis (~uis@95.165.156.213) (Quit: ZNC 1.7.5 - https://znc.in)
L93[04:49:55] ⇨ Joins: uis (~uis@95.165.156.213)
L94[04:55:25] <luna​r_sam> you could probably make something since iirc it's just SPI to communicate with the card but it operates at 3.6V
L95[04:56:04] <luna​r_sam> though people online say you can just use 3.3V and it usually works with official sony cards
L96[05:07:39] <Spider ​EveryOS> %tonk
L97[05:07:40] <MichiBot> Geez! Spider ​EveryOS! You beat your own previous record of 2 hours, 46 minutes and 30 seconds (By 15 minutes and 52 seconds)! I hope you're happy!
L98[05:07:41] <MichiBot> Spider EveryOS's new record is 3 hours, 2 minutes and 23 seconds! No points gained for stealing from yourself. (Lost out on 0.00026 x 3 = 0.00078)
L99[05:26:37] <pay​onel> @Lily https://github.com/payonel/ocvm/pull/56
L100[05:35:42] <Corded> > <pay​onel> @Lily https://github.com/payonel/ocvm/pull/56
L101[05:35:42] <Li​ly> looks good to me, *however*
L102[05:35:49] <pay​onel> yeah i see some howevers
L103[05:35:49] <Li​ly> I would suggest doing a `--depth=1` for the clone
L104[05:35:51] <pay​onel> i'm cleaning it up more
L105[05:35:54] <Li​ly> 👍
L106[05:35:54] <pay​onel> mmhmm that
L107[05:36:02] <pay​onel> i was comparing your work and i like it more
L108[05:36:10] <Li​ly> :D ty
L109[05:36:23] <pay​onel> but in about 5 or 10, mind pulling and doing a build?
L110[05:36:23] <Li​ly> generally when building things I prefer to sparse clone
L111[05:36:25] <Li​ly> sure
L112[05:36:54] <Li​ly> you rarely need commit history if you aren't actively working on something ime
L113[05:37:42] <Li​ly> I doubt you forgot but just in case: `#include <cstdint>` in fs_utils
L114[05:37:48] <pay​onel> damn...git checkout infected my local git repo with submodules
L115[05:37:50] <pay​onel> gah
L116[05:37:52] <pay​onel> i hate submodules
L117[05:37:52] <Li​ly> ...that was three weeks ago? https://discordembeds.pc-logix.com/live/1736228272124.png
L118[05:37:59] <Li​ly> does oc proper have submodules?
L119[05:38:12] <pay​onel> yep, thaumcraft did, on master
L120[05:38:20] <pay​onel> i should use 1.7.10 on the checkout
L121[05:38:22] <Li​ly> <:concern:1292827197912121355> why is it cloning thaum
L122[05:38:22] <Li​ly> yeah
L123[05:38:30] <pay​onel> it isnt
L124[05:38:45] <Li​ly> oh, thaum has a submodule buried
L125[05:38:56] <Li​ly> you could do a sparse checkout
L126[05:39:00] <pay​onel> yours is also tainted, but i use a git gui that shows me that a placehold submodule was created, which isn't initialized
L127[05:39:14] <Li​ly> oh mine is too? damn
L128[05:39:21] <pay​onel> maybe
L129[05:39:24] <pay​onel> i'll run a couple tests
L130[05:40:02] <Li​ly> not afaict
L131[05:40:10] <pay​onel> i think just me
L132[05:40:11] <Li​ly> it only clones `loot/`
L133[05:40:22] <pay​onel> i hear you, but, i dont trust submodules
L134[05:40:26] <pay​onel> so i'm just double checking
L135[05:40:30] <Li​ly> that's fair
L136[05:40:56] <Li​ly> `git clone -n --depth=1 --filter=tree:0 https://github.com/MightyPirates/OpenComputers/ system/ && cd system; git sparse-checkout set --no-cone /src/main/resources/assets/opencomputers/loot/; git checkout` should do it
L137[05:41:01] <pay​onel> ok, it was just me without sparse
L138[05:41:08] <Li​ly> all good then
L139[05:42:16] <Li​ly> oh yeah, might also be worth adding `tmp/**` to gitignore
L140[05:42:31] <Li​ly> incase you end up running OCVM for one reason or another
L141[05:42:32] <pay​onel> @Ocawesome101 has a pr about that too
L142[05:42:44] <Li​ly> oh he does? nice
L143[05:45:57] <pay​onel> ok refresh pr
L144[05:46:03] <Li​ly> also, feature suggest (which may be entirely out of scope for OCVM, but I might as well say it): Computronics tape drive (and maybe sound/etc card?) support?
L145[05:46:09] <pay​onel> feel free to fetch and build new-deps-target
L146[05:46:16] <Li​ly> 👍
L147[05:46:37] <pay​onel> `make deps && make -j` shoudl do
L148[05:46:43] <pay​onel> and test `make lua=lua5.2`
L149[05:47:22] <Li​ly> should be fine but fs_utils still broken, I'll fix locally hold o
L150[05:47:23] <Li​ly> * on
L151[05:47:26] <pay​onel> `make -j lua=lua5.4 CXX=g++-12`
L152[05:47:29] <pay​onel> is what i use too
L153[05:47:41] <pay​onel> @Lily not for me, what is your compiler?
L154[05:47:45] <Li​ly> gcc
L155[05:47:49] <Li​ly> `./drivers/fs_utils.h:5:1: note: ‘uint64_t’ is defined in header ‘<cstdint>’; this is probably fixable by adding ‘#include <cstdint>’`
L156[05:47:52] <pay​onel> which version
L157[05:47:55] <Li​ly> `./drivers/fs_utils.h:25:1: error: ‘uint64_t’ does not name a type`
L158[05:47:55] <Li​ly> uh
L159[05:47:56] <pay​onel> gcc --version
L160[05:48:05] <Li​ly> `gcc (GCC) 14.2.1 20240910`
L161[05:48:11] <Li​ly> what are you running?
L162[05:48:22] <pay​onel> on this machine, 12. but i will test 14
L163[06:03:47] <pay​onel> ok, tested a few. even clang 14
L164[06:04:17] <Li​ly> no error?
L165[06:04:18] <pay​onel> @Lily ok, pull new-deps-target can build?
L166[06:04:20] <pay​onel> no errors
L167[06:04:24] <Li​ly> strange
L168[06:04:46] <pay​onel> @Lily no sorry. i mean, with include cstdint
L169[06:04:50] <Li​ly> oh
L170[06:04:53] <pay​onel> i've pushed it. just wanted to test first
L171[06:04:57] <Li​ly> aight
L172[06:05:05] <pay​onel> i mean, i was testing it myself first before push
L173[06:05:11] <Li​ly> will do
L174[06:06:06] <Li​ly> `lua=lua5.2`: works afaict
L175[06:06:25] <Li​ly> `lua=lua5.4`: no dice
L176[06:06:30] <Li​ly> you are hard depending on g++-12
L177[06:06:46] <pay​onel> @Lily i'll replace that with (use sys default) if you prefer
L178[06:06:49] <pay​onel> makefile's CXX default
L179[06:06:53] <Li​ly> oh, I forgot to remove the `CXX=`
L180[06:06:55] <Li​ly> oops <:ioa:1225046128253468793>
L181[06:07:01] <Li​ly> no dw I am just a dumbass
L182[06:07:02] <Li​ly> works
L183[06:07:03] <pay​onel> oh did i already remove that?
L184[06:07:11] <pay​onel> ok cool
L185[06:07:15] <pay​onel> i did want to remove it
L186[06:07:17] <pay​onel> glad i did
L187[06:27:25] <pay​onel> @Ocawesome101 does github let me change someone else PR? i probably should have done that ... sorry. all credit to you
L188[06:27:29] <pay​onel> i "merged" your gpu fix
L189[06:27:53] <Ocawes​ome101> no worries
L190[06:29:22] <Ocawes​ome101> i don't know if it lets you.
L191[06:29:46] <Ocawes​ome101> @payonel both fixes or just the one?
L192[06:30:15] <pay​onel> the gpu palette mode stuff
L193[06:30:17] <pay​onel> what is the other?
L194[06:30:46] <Ocawes​ome101> gpu.setforeground/setbackground returning the wrong colors
L195[06:31:02] <pay​onel> i mean, was it in your pr? or is this something you didnt fix
L196[06:31:16] <Li​ly> no it was in his pr, i'm not nearly that good of a C(++) dev
L197[06:31:22] <Ocawes​ome101> it was in mine, yes
L198[06:31:37] <pay​onel> @Ocawesome101 i see it now. didnt realize it wasnt related to the plan9k palette
L199[06:31:39] <pay​onel> yes, it is all in
L200[06:31:45] <Ocawes​ome101> right on
L201[06:32:08] <Ocawes​ome101> when do we get gpu buffers? :p
L202[06:32:39] <pay​onel> oh boy - fun haha
L203[06:33:01] <pay​onel> what idiot ever added thoes to oc in the first place
L204[06:33:14] <Li​ly> ~~wasn't it you~~
L205[06:33:26] <Li​ly> also, while we're on the topic of feature requests (sorry :P) - DFPWM?
L206[06:33:59] <pay​onel> didnt mean to heart that, but ah well
L207[06:34:10] <Li​ly> yeah I was a little confused lol
L208[06:35:08] <pay​onel> youre referring to audio?
L209[06:35:15] <Li​ly> yeah
L210[06:35:16] <Li​ly> computronics tape drive
L211[06:35:46] <pay​onel> probably gives you some really nice audio output
L212[06:35:59] <Li​ly> it's pretty okay ngl
L213[06:36:18] <Li​ly> + tape drives can store data but that might be out of scope even further
L214[06:36:40] <pay​onel> cc tape drives?
L215[06:36:48] <Li​ly> computronics, yeah
L216[06:37:00] <pay​onel> oh, computronics, not cc
L217[06:37:00] <Li​ly> well, the tapes themselves
L218[06:37:10] <Li​ly> yeah that's where DFPWM is from :P
L219[06:37:49] <Li​ly> technically CC uses 1a I think
L220[06:37:55] <Li​ly> which is a higher sample rate
L221[06:38:14] <Li​ly> 1a is 48KHz, regular DFPWM is 32767
L222[06:38:27] <pay​onel> dfpwm is only from computronics?
L223[06:38:35] <Li​ly> well, CC uses it these days as well
L224[06:38:45] <Ocawes​ome101> ffmpeg supports dfpwm1a at a minimum
L225[06:38:52] <pay​onel> i'm confused
L226[06:38:54] <Ocawes​ome101> ....because someone from the CC community PR'd it in
L227[06:39:00] <pay​onel> what do you mean dfpwm is from computronics?
L228[06:39:01] <Li​ly> computronics was the original use of DFPWM
L229[06:39:05] <Li​ly> https://wiki.vexatos.com/dfpwm
L230[06:39:16] <Li​ly> technically it's from one of asie's old projects
L231[06:39:34] <pay​onel> https://ieeexplore.ieee.org/document/7930892
L232[06:39:44] <pay​onel> err not that
L233[06:41:36] <pay​onel> was it originally Gamax92?
L234[06:41:57] <pay​onel> @gamax92 still around old friend?
L235[06:41:59] <Mic​hiyo> It was GreaseMonkey
L236[06:42:12] <Mic​hiyo> DFPWM (Dynamic Filter Pulse Width Modulation) is an audio codec created by Ben “GreaseMonkey” Russell in 2012, originally to be used as a voice codec for asiekierka's pixmess
L237[06:42:36] <Li​ly> pixmess being "one of asie's old project"
L238[06:42:37] <Li​ly> * projects"
L239[06:46:16] <pay​onel> greasemonkey, boy that nerd did some wild stuff with mips
L240[06:47:27] <Li​ly> ngl I'm impressed OC's still vaguely kind of updating on 1.7, even if just for patches
L241[06:47:43] <Li​ly> most other mods of the era are abandoned and some riddled with security holes
L242[06:47:52] <B​ob> aren't the GregTech maintaining it and patching it
L243[06:47:57] <Li​ly> some holes, uh, [looks at bibliocraft] worse than others
L244[06:48:13] <Li​ly> oh yeah the GTNH and GTMEGA communities are basically atlas for 1.7
L245[06:48:36] <B​ob> yeah pretty much, they turned 1.7.10 upside down
L246[06:48:46] <B​ob> i think they have core patches and other things to make it run on modern Java
L247[06:48:47] <Li​ly> you couldn't even pry 1.7 from their cold dead hands, because they'll have irreversibly welded it to their cold dead hands
L248[06:48:51] <Li​ly> they do! lwjgl3ify
L249[06:49:05] <Li​ly> https://discordembeds.pc-logix.com/live/1736232544953.png
L250[06:49:14] <B​ob> genuinely unrecognizeable anymore lmfao
L251[06:49:26] <pay​onel> in what way bob?
L252[06:49:26] <Corded> > <Lilyfl​owerFDL> some holes, uh, [looks at bibliocraft] worse than others
L253[06:49:26] <Li​ly> tl;dr for those unaware:
L254[06:49:30] <Li​ly> biblio does not sanitize it's book data.
L255[06:49:42] <Li​ly> *also*, biblio has an exploit that lets you modify NBT of arbitrary items.
L256[06:49:57] <Li​ly> *also* also, bibliocraft uses the book title as a straight filename.
L257[06:50:06] <Li​ly> you can probably see where this is going <:ioa:1225046128253468793>
L258[06:50:09] <pay​onel> oh gosh
L259[06:50:11] <pay​onel> wow
L260[06:50:24] <Li​ly> see https://github.com/Exopteron/BiblioRCE for a writeup
L261[06:50:24] <pay​onel> btw, we need to remove file buffering from oc
L262[06:50:33] <pay​onel> anyone doing a lot of file io still?
L263[06:50:45] <Li​ly> I was the original guinea pig for this actually !
L264[06:50:49] <Li​ly> (with permission ofc, I know the guy)
L265[06:51:22] <Li​ly> I still feel kind of bad for DMing asie about "hey um. foamfix patch" when it was probably like 3am for her
L266[08:01:52] <Forec​aster> Not the file buffering!
L267[08:02:25] <Forec​aster> Then where am I going to get my all you can eat files?!
L268[08:10:26] <Spider ​EveryOS> %tonkout
L269[08:10:27] <MichiBot> By my throth! Spider ​EveryOS! You beat your own previous record of 3 hours, 2 minutes and 23 seconds (By 23 seconds)! I hope you're happy!
L270[08:10:28] <MichiBot> Spider ​EveryOS has tonked out! Tonk has been reset! They gained 0.003 tonk points! plus 0.004 bonus points for consecutive hours! Current score: 0.03811, Position #2 => #1 (Overtook CompanionCube)
L271[08:11:38] <Hawk777> File *buffering*, not file *buffeting*.
L272[08:13:33] <Ocawes​ome101> ah yes, file buffeting - all you can eat files, not to be confused with file buffeting - when you throw lots of files into a strong breeze.
L273[08:23:15] <B​ob> when i'm in a file buffeting competition and my opponent is the french language pack remover `rm -fr /*`
L274[08:27:17] <CompanionCube> %drink
L275[08:27:17] <MichiBot> You drink a basic bavarium potion (New!). Sitting down suddenly seems like a really terrible idea.
L276[08:47:26] ⇨ Joins: GxKilla (~GxKilla@31.133.238.165)
L277[08:49:59] ⇦ Quits: GxKilla (~GxKilla@31.133.238.165) (Client Quit)
L278[09:04:28] ⇦ Quits: Hawk777 (~Hawk777@2001:569:7cae:7e00:c923:b93f:f470:908b) (Quit: Leaving.)
L279[09:10:00] ⇨ Joins: Vexatos (~Vexatos@p200300eaef1ce7007e1c49f4c47a485a.dip0.t-ipconnect.de)
L280[09:10:00] zsh sets mode: +v on Vexatos
L281[10:28:15] <CompanionCube> %tonk
L282[10:28:15] <MichiBot> Dad-Sizzle! Compan​ionCube! You beat Spider ​EveryOS's previous record of <0 (By 2 hours, 17 minutes and 48 seconds)! I hope you're happy!
L283[10:28:16] <MichiBot> CompanionCube's new record is 2 hours, 17 minutes and 48 seconds! CompanionCube also gained 0.0023 tonk points for stealing the tonk. Position #2. Need 0.00203 more points to pass Spider ​EveryOS!
L284[11:17:38] ⇦ Quits: Vexatos (~Vexatos@p200300eaef1ce7007e1c49f4c47a485a.dip0.t-ipconnect.de) (Quit: Insert quantum chemistry joke here)
L285[11:52:29] ⇨ Joins: Vexatos (~Vexatos@p200300eaef29220027bd7d613b27e612.dip0.t-ipconnect.de)
L286[11:52:30] zsh sets mode: +v on Vexatos
L287[12:11:10] <Va​ur> %sip
L288[12:11:11] <MichiBot> You drink a dashed weather potion (New!). Vaur turns into a bear wolf girl until someone turns off a lamp and then on again.
L289[12:41:12] <Forec​aster> bear wolf!
L290[12:41:44] * Amanda meows and looks around
L291[12:42:40] <Amanda> %splash @Forecaster with mutable weather potion
L292[12:42:41] <MichiBot> You fling a mutable weather potion (New!) that splashes onto @Forecaster. @Forecaster turns into a jumbonium spaghetti boy until they exit the room.
L293[12:58:05] <Forec​aster> D:
L294[12:58:23] <Forec​aster> Luckily I was on my way outside
L295[13:28:36] <Forec​aster> %tonk
L296[13:28:37] <MichiBot> Wow! Forec​aster! You beat Compan​ionCube's previous record of 2 hours, 17 minutes and 48 seconds (By 42 minutes and 33 seconds)! I hope you're happy!
L297[13:28:39] <MichiBot> Forecaster's new record is 3 hours and 21 seconds! Forecaster also gained 0.00213 (0.00071 x 3) tonk points for stealing the tonk. Position #5. Need 0.01078 more points to pass Flamei​ngsoul!
L298[14:23:32] <Spider ​EveryOS> %sip
L299[14:23:32] <MichiBot> You drink a solid silver potion (New!). Spider EveryOS's pinky goes on vacation until someone baps them.
L300[15:05:07] <Forec​aster> %bap "Spider EveryOS"
L301[15:05:09] <MichiBot> Forecaster baps Spider EveryOS with voter id powered by javascript and AWS Lambda!
L302[15:48:51] <Spider ​EveryOS> %bap Forecaster
L303[15:48:52] <MichiBot> Spider EveryOS baps Forecaster with the pamphlet for the onion cutting ninjas recruitment drive!
L304[16:29:19] <CompanionCube> %tonkout
L305[16:29:20] <MichiBot> Potzblitz! Compan​ionCube! You beat Forec​aster's previous record of 3 hours and 21 seconds (By 21 seconds)! I hope you're happy!
L306[16:29:21] <MichiBot> Compan​ionCube has stolen the tonkout! Tonk has been reset! They gained 0.003 tonk points! plus 0.002 bonus points for consecutive hours! (Reduced to 50% because stealing) Current score: 0.04208. Position #2 => #1 (Overtook Spider EveryOS)
L307[16:29:28] <Corded> > <pay​onel> btw, we need to remove file buffering from oc
L308[16:29:28] <Re​nno> ???
L309[16:32:36] <MichiBot> @Michiyo REMINDER: you are awesome and we appreciate you
L310[16:53:22] <pay​onel> @Renno i just never liked it
L311[16:53:32] <pay​onel> it is pointless, i'm 99.9% convinced it never helped
L312[16:58:15] <Re​nno> you mean the config option?
L313[16:58:19] <pay​onel> yes
L314[16:58:21] <pay​onel> and the code
L315[16:58:34] <Re​nno> oh, I mean idk, what was the intention of doing it in the first place?
L316[16:59:59] <Liizzi​i-chan> Probably so OC computers couldn't hammer the hosts disks?
L317[17:00:54] <Liizzi​i-chan> Though in most situations the host already has some FS-level caching so that's kinda of a moot point
L318[17:02:01] <pay​onel> all host operating systems have fs-level caching. there is simply no way that oc file caching would be more performant. some time ago i run massive tests on hosts ranging from raspberry pis, to windows laptops, macs, server blades.... all of them performed equal or better with caching off
L319[17:02:09] <pay​onel> anyways, it was always just a thing that bugged me
L320[17:13:32] <Re​nno> sounds reasonable
L321[17:15:05] <Forec​aster> I always turn it off anyway when developing
L322[17:15:29] <Mic​hiyo> I always turn it off.
L323[17:20:52] <FLO​RANA> i have a question, i sent a screenshot of my code from my terminal cause thats how i write it
L324[17:20:52] <FLO​RANA> and people where complaining they couldn't read it
L325[17:20:52] <FLO​RANA> i call bull, i wanted to ask here for more inputs
L326[17:20:53] <FLO​RANA> https://discordembeds.pc-logix.com/live/1736270453681.png
L327[17:21:37] <FLO​RANA> can anyone else read or not read it?
L328[17:22:07] <pay​onel> lol
L329[17:22:18] <FLO​RANA> if anyone is curious it's the Commadore64 font (1:1)
L330[17:23:03] <pay​onel> i mean, it's harder for me to read than my own font settings, but i CAN read it, so 🤷‍♂️
L331[17:23:39] <Kristo​pher38> Some colours have low contrast with the background, that's the biggest issue for me
L332[17:25:15] <FLO​RANA> ok i can agree with that, tho idk how to change the theme on it
L333[17:26:31] <Forec​aster> I think it's mainly the colours as well
L334[17:27:25] <pay​onel> for me it is the weight-to-spacing that breaks my reading flow
L335[17:37:12] <Corded> > <FLORANA(B​ILLPC2684)>
L336[17:37:12] <Re​nno> That is difficult to read
L337[18:01:27] <Spider ​EveryOS> %tonk
L338[18:01:28] <MichiBot> Yow! Spider ​EveryOS! You beat Compan​ionCube's previous record of <0 (By 1 hour, 32 minutes and 8 seconds)! I hope you're happy!
L339[18:01:29] <MichiBot> Spider EveryOS's new record is 1 hour, 32 minutes and 8 seconds! Spider EveryOS also gained 0.00154 tonk points for stealing the tonk. Position #2. Need 0.00243 more points to pass Compan​ionCube!
L340[18:14:53] <Corded> > <Re​nno> That is difficult to read
L341[18:14:53] <FLO​RANA> how tho, would you say it's the font or the colors?
L342[18:16:31] <Redston​eParkour> for me its the colors
L343[18:27:18] <Forec​aster> %sip
L344[18:27:20] <MichiBot> You drink a square white potion (New!). Forecaster's eyes turn violet until they have an excluded potion.
L345[18:27:29] <Forec​aster> Agh
L346[19:17:19] <Redston​eParkour> %sip
L347[19:17:20] <MichiBot> You drink a ripe currentcorn potion (New!). RedstoneParkour turns into a toad sheep boy until they see a bird.
L348[19:44:43] <Forec​aster> Toad sheep!
L349[20:01:53] <Va​ur> %tonk
L350[20:01:55] <MichiBot> Goshhawk! Va​ur! You beat Spider ​EveryOS's previous record of 1 hour, 32 minutes and 8 seconds (By 28 minutes and 17 seconds)! I hope you're happy!
L351[20:01:56] <MichiBot> Vaur's new record is 2 hours and 25 seconds! Vaur also gained 0.00094 (0.00047 x 2) tonk points for stealing the tonk. Position #3. Need 0.0092 more points to pass Spider ​EveryOS!
L352[22:02:49] <CompanionCube> %tonkout
L353[22:02:50] <MichiBot> Goshhawk! Compan​ionCube! You beat Va​ur's previous record of 2 hours and 25 seconds (By 29 seconds)! I hope you're happy!
L354[22:02:51] <MichiBot> Compan​ionCube has stolen the tonkout! Tonk has been reset! They gained 0.002 tonk points! plus 0.001 bonus points for consecutive hours! (Reduced to 50% because stealing) Current score: 0.04558. Position #1
L355[22:03:29] <CompanionCube> %drink
L356[22:03:30] <MichiBot> You drink a wonderful void potion (New!). CompanionCube feels slightly slower.
L357[22:35:18] <Corded> > <FLORANA(B​ILLPC2684)>
L358[22:35:18] <Li​ly> imo the lack of background is the issue
L359[22:35:28] <Li​ly> too much noise
L360[22:35:41] <Li​ly> (the font is also huge though)
L361[22:36:14] <FLO​RANA> thats just how my terminal is configured
L362[22:41:57] ⇦ Quits: Vexatos (~Vexatos@p200300eaef29220027bd7d613b27e612.dip0.t-ipconnect.de) (Quit: Insert quantum chemistry joke here)
L363[23:13:21] <Spider ​EveryOS> %sip
L364[23:13:21] <MichiBot> You drink a thick yellow potion (New!). The potion bottle insults Spider EveryOS's haircut.
L365[23:42:50] <S​3> ...Why are people trying to travel by wheel well of airplane?
L366[23:42:59] <S​3> Most jets fly at 35-45,000 feet
L367[23:43:21] <S​3> You need supplemental oxygen at ~16000 feet...
<<Prev Next>> Scroll to Top