<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:06:43] <Amanda> Not sure if that's possible, woot and inspirations both add similar mechanics, but neither use normal crafting. Inspirations uses the cauldron, woot a custom TE
L2[00:07:55] <Ko​dos> I love inspirations' dye making, but I like my sprites as they feel a bit more technical looking
L3[00:08:09] <Ko​dos> They're more or less little capsules of dye
L4[00:20:12] <Ocawes​ome101> ....huh
L5[00:20:15] <Ocawes​ome101> what just happened
L6[00:20:28] <Ko​dos> wat
L7[00:20:43] <Ocawes​ome101> my laptop froze except for the cursor and the sound that was playing
L8[00:20:56] <Ocawes​ome101> and vim told me `the file 'xxxx' is no longer available` just before that
L9[00:21:02] <Ocawes​ome101> and CPU usage went to 100%
L10[00:22:34] <Ocawes​ome101> my suspicion is the drive disappeared or some such thing
L11[00:22:39] <Ocawes​ome101> but why it disappeared i have no idea
L12[00:27:03] ⇨ Joins: prisma (~prismatic@238.104.224.49.dyn.cust.vf.net.nz)
L13[00:27:19] <prisma> just had an idea - what if AR game, using openglasses
L14[00:37:36] <Ko​dos> I.... yes please
L15[00:37:57] <Ko​dos> Even a tablet text-based adventure that uses your coordinates
L16[00:37:57] <prisma> OG can load obj models, so there's a lot that can be done
L17[00:38:02] <prisma> that...
L18[00:38:04] <prisma> would be pretty cool
L19[00:38:10] <prisma> I also had another idea;
L20[00:38:19] <Ko​dos> I remember trying to port adventure to OC years ago
L21[00:38:23] <prisma> you get a robot and you only get to play the game through that
L22[00:38:33] <prisma> (crafting upgrade included)
L23[00:46:37] ⇦ Quits: prisma (~prismatic@238.104.224.49.dyn.cust.vf.net.nz) (Quit: Konversation terminated!)
L24[00:48:26] <Amanda> @Ocawesome101 want to know something cursed about X11 a GNOME dev told me about when I got a similar hang once?
L25[00:48:33] <Ocawes​ome101> what
L26[00:48:43] <Ocawes​ome101> what would that be?
L27[00:49:24] <Amanda> The cursor and the rest of the screen is literally the only things composited uncomfortably, usually by the kernel IIRC
L28[00:49:34] <Amanda> Unconditionally
L29[00:49:41] <Ocawes​ome101> what
L30[00:49:51] <Ocawes​ome101> i mean i guess that makes sense for reponsiveness but still wtf
L31[00:50:16] <Amanda> That's why the X11 server can hang and you're still able to move the mouse
L32[00:51:14] <Ocawes​ome101> actually, thinking about it more, that makes even more sense that the cursor would be rendered by the client because X11 is designed to be networked
L33[00:59:22] <Amanda> %choose grab laptop or veg out, hallucinate in the meowning
L34[00:59:22] <MichiBot> Ama​nda: Pretty sure I'd want you to go with "grab laptop"!
L35[01:04:31] ⇨ Joins: ThePiGuy24 (~ThePiGuy2@host-92-17-120-33.as13285.net)
L36[01:08:16] <s_​a_m> h m https://tinyurl.com/yj8kcrcw
L37[01:09:04] <s_​a_m> >Ocawes​ome101: https://cdn.discordapp.com/attachments���
L38[01:09:04] <s_​a_m> also [x] nice
L39[01:29:18] * Amanda tucks in around elfi, zzzmews
L40[01:29:22] <Amanda> Night nerds
L41[02:07:31] ⇨ Joins: prisma (~prismatic@238.104.224.49.dyn.cust.vf.net.nz)
L42[02:08:17] <prisma> writing an image library - vertical or horizontal rendering?
L43[02:08:51] <prisma> actually
L44[02:08:52] <prisma> I could do both
L45[02:08:57] <prisma> and provide an option
L46[02:09:37] <prisma> wait, no, that wouldn't work
L47[02:09:43] <prisma> that'd result in two file formats
L48[02:10:06] <prisma> images are stored internally as tables (only internally)
L49[02:10:21] <prisma> so: image[x][y] or image[y][x]
L50[02:11:24] <prisma> i'll probably do [y][x], iirc screens (irl) originally rendered horizontally
L51[02:14:54] <Ko​dos> left to right, top to bottom
L52[02:14:58] <Ko​dos> idk 😄
L53[02:17:41] <prisma> yeah that's what I'll do
L54[02:17:45] <prisma> l -> r
L55[02:17:48] <prisma> then, at the end of a row
L56[02:17:52] <prisma> go to next line
L57[02:17:53] <prisma> repeat
L58[02:30:32] <prisma> ok so maybe tables aren't the best option for image storage
L59[02:30:39] <prisma> they use a lot of memory
L60[02:31:00] <prisma> even if it *is* just internal
L61[02:31:11] <Ocawes​ome101> strings
L62[02:31:49] <prisma> binary data?
L63[02:38:11] <Izaya> consider:
L64[02:38:43] <Izaya> 4 bits bg colour, 4 bits fg colour, 8 bits to encode each braille dot
L65[02:42:13] <prisma> braille?
L66[02:42:31] <Ko​dos> How were pictures stored in that picture system asie did some years ago
L67[02:42:35] <prisma> right now it's... basically just a screenshot program
L68[02:42:37] <Ko​dos> Let me see if I can find it
L69[02:42:43] <prisma> chenthread image format?
L70[02:43:08] <Ko​dos> Nah it was a png viewer, but it converted the png down to viewable on an OC T3 screen
L71[02:43:15] <Ko​dos> Just wondering how that data was stored after conversion
L72[02:43:28] <prisma> ah
L73[02:43:40] <prisma> the thing here is I don't want to re-create pngs or whatever
L74[02:44:04] <prisma> tbh I kinda want this to be OC-specific
L75[02:44:13] <Ko​dos> Oh, yeah, I guess it is Chenthread's, part of Octagon
L76[02:45:52] <prisma> right now it's a fancy screenshot API
L77[02:46:00] <prisma> its also very bad
L78[02:46:15] <prisma> it renders the entire image regardless of if like 90% of it is black
L79[02:46:32] <prisma> i suppose I could clear the screen and skip rendering it if it's black
L80[02:47:53] <Ocawes​ome101> ctif looks cool from what i've seen of it
L81[03:07:20] <prisma> ok so
L82[03:07:22] <prisma> wtf??
L83[03:07:25] <prisma> if i do gpu.get from lua
L84[03:07:26] <prisma> it works
L85[03:07:29] <prisma> gpu.get from my program
L86[03:07:45] <prisma> *always* returns 0xFFFFFF for fg
L87[03:07:48] <prisma> and 0x0 for bg
L88[03:08:41] ⇦ Quits: ben_mkiv|afk (~ben_mkiv@2001:16b8:1ea0:2a00:5aac:a5dd:d871:6f6d) (Ping timeout: 192 seconds)
L89[03:18:13] <prisma> ok
L90[03:18:15] <prisma> so
L91[03:18:17] <prisma> how do I check if a pixel is blank
L92[03:18:31] <prisma> for some reason.. the foreground colour is white
L93[03:18:38] <prisma> which is actually used in non-blank pixels too
L94[03:18:50] <prisma> i guess i could also check if the character is blank
L95[03:23:02] <Ko​dos> Izaya, are you lurking? Wanting to know if there's one of those fancy codes to make bg and fg white for redacting things, or even just a special character if that's easier
L96[03:23:40] <Izaya> you can use the colour ones to set both, but none to intentionally make the text unreadable
L97[03:23:48] <Ko​dos> Mkay
L98[03:23:54] <Ko​dos> Do you have the link for that guide again
L99[03:24:04] <Izaya> https://web.archive.org/web/20200627145120/http://www.termsys.demon.co.uk:80/vtansi.htm
L100[03:24:49] <Ko​dos> Time to go test this stuff
L101[03:29:33] <Ocawes​ome101> @Kodos what specifically are you doing?
L102[03:30:46] <prisma> ok so I got it to work, but uhhhh...
L103[03:30:58] <prisma> what's drawn isn't the screen render
L104[03:31:05] <prisma> it has weird artifacts
L105[03:32:21] <Ocawes​ome101> huh
L106[03:32:34] <prisma> oh
L107[03:32:39] <prisma> it's not saving characters
L108[03:32:45] <prisma> well, it is
L109[03:32:47] <prisma> but not white ones
L110[03:33:57] <prisma> `char ~= " " and fg ~= 0xFFFFFF` assuming char and fg are from gpu.get, this should return false if the character is anything but a space and the foreground is anything but white right?
L111[03:35:42] <Ocawes​ome101> should be, i think
L112[03:37:21] <prisma> ok so apparently
L113[03:37:27] <prisma> it returns false if the character is a special char
L114[03:37:35] <prisma> (like the text in the openOS motd)
L115[03:38:25] <prisma> i guess i can check the character's hex value
L116[03:40:52] <Ocawes​ome101> it currently returns `true` if the character is a space or the foreground is white
L117[03:41:01] <prisma> oh
L118[03:41:09] <prisma> how do I get it to check if
L119[03:41:12] <prisma> - the character is a space
L120[03:41:17] <prisma> - the foreground is white
L121[03:41:24] <prisma> im trying to check for blank pixels
L122[03:41:39] <Ocawes​ome101> you want it to return when one is true?
L123[03:41:41] <Ocawes​ome101> or both?
L124[03:41:46] <prisma> uhhh
L125[03:41:51] <prisma> i just need to check for a blank pixel
L126[03:41:51] <Ocawes​ome101> (return `true`)
L127[03:41:56] <Ocawes​ome101> i
L128[03:42:01] <Ocawes​ome101> there's no such thing
L129[03:42:04] <prisma> oh
L130[03:42:11] <prisma> is there a way I can effectively do that?
L131[03:42:18] <Ocawes​ome101> the closest thing is a space with its background set to black
L132[03:42:21] <prisma> alright
L133[03:42:28] <Ocawes​ome101> that's usually considered "blank"
L134[03:46:49] <prisma> :D it works
L135[03:46:50] <prisma> tyvm
L136[03:46:59] <prisma> finally, image rendering works
L137[03:47:03] <prisma> on that note, i'mma take a break
L138[03:47:11] <prisma> g'bye all \o
L139[03:47:13] ⇦ Quits: prisma (~prismatic@238.104.224.49.dyn.cust.vf.net.nz) (Quit: Konversation terminated!)
L140[03:54:25] <Ko​dos> @Ocawesome101 Right now, trying to see if this shit works on an OpenPrinter
L141[03:54:33] <Ko​dos> Got distracted with HBM testing though
L142[03:54:56] <Ko​dos> I really want to love HBM but given that literally nothing shows up in OC, I'm confined to using redstone to control things
L143[03:55:40] <Ko​dos> I think I'm just gonna pull it and finalize the pack
L144[03:56:25] <Ko​dos> First I'm gonna test the printer thing, and then I'm gonna see how much control I have over a GC Launch Controller
L145[04:05:06] <Ko​dos> o.O Michiyo, how long has the paper roll not been a thing?
L146[04:05:24] <Ko​dos> I just noticed it's missing lmao
L147[04:07:20] <Mic​hiyo> Umm.... 2019
L148[04:07:23] <Mic​hiyo> https://github.com/PC-Logix/OpenPrinter/commit/9dbc30c5d1e79e98b72f55c4c064fc9943014e64
L149[04:07:28] <Mic​hiyo> "disabled printer paper roll for now"
L150[04:07:34] <Mic​hiyo> Thanks @ben_mkiv :P
L151[04:08:06] <Ko​dos> Ffs
L152[04:10:54] <Ko​dos> Ooooooh https://tinyurl.com/ye6d2tbn
L153[04:14:37] <Ko​dos> Neat, the text redacts fine on screen, but printers can't handle the VT100 codes I gu ess
L154[04:14:39] <Ko​dos> Neat, the text redacts fine on screen, but printers can't handle the VT100 codes I guess [Edited]
L155[04:14:43] <Ko​dos> That's okay though ❤️
L156[04:14:51] <Mic​hiyo> No, printers have no idea what vt100 is
L157[04:15:08] <Ko​dos> Time to make certain options on my software hide unless it's a specific user or some other authorization required thinger
L158[04:15:29] <Ko​dos> Are signals called for when a player opens/closes the screen's GUI
L159[04:20:14] <Ko​dos> Nope, but eh, I'll have to jury rig it
L160[04:21:17] <Forec​aster> %tonk
L161[04:21:18] <MichiBot> Uh-oh! Forec​aster! You beat Va​ur's previous record of <0 (By 7 hours, 51 minutes and 53 seconds)! I hope you're happy!
L162[04:21:19] <MichiBot> Forecaster's new record is 7 hours, 51 minutes and 53 seconds! Forecaster also gained 0.00786 tonk points for stealing the tonk. Position #2. Need 0.41657185 more points to pass Va​ur!
L163[04:52:25] <Ko​dos> Fore whats that web based factory game you used to play
L164[04:58:39] <Forec​aster> Uh
L165[05:03:06] <Ko​dos> I think Izaya played it too
L166[05:08:06] <Forec​aster> Do you mean factoryidle?
L167[05:08:54] <Ko​dos> No it was like a knockoff Factorio
L168[05:08:58] <Ko​dos> But in a web browser
L169[05:09:13] <Ko​dos> Had coal/plastic plants and everything
L170[05:10:28] ⇨ Joins: NoHaxJustBad12 (webchat@c-71-58-160-227.hsd1.pa.comcast.net)
L171[05:10:51] <NoHaxJustBad12> Can anyone tell me how to set up irc on a computer
L172[05:11:12] <Ko​dos> Put in irc disk
L173[05:11:20] <NoHaxJustBad12> ok
L174[05:11:20] <Ko​dos> type irc YourNickHere
L175[05:11:29] <Ko​dos> Once you're online, type `/join #oc`
L176[05:11:49] <Forec​aster> Mindustry?
L177[05:12:18] <Ko​dos> No, that's on Steam/Itch, this was playable in your web browser
L178[05:12:31] <Ko​dos> I remember it being mostly white background
L179[05:12:45] <Forec​aster> Hm...
L180[05:12:52] <Ko​dos> I might be wrong on the background
L181[05:12:55] <NoHaxJustBad12> non
L182[05:12:57] <NoHaxJustBad12> uhh
L183[05:13:02] <NoHaxJustBad12> i cant install it
L184[05:13:08] <NoHaxJustBad12> thats what i mean
L185[05:13:15] <Ko​dos> Did you install OpenOS beforehand?
L186[05:13:19] <NoHaxJustBad12> yes
L187[05:13:31] <Ko​dos> What's the error it gives you when you try to install it
L188[05:13:41] <NoHaxJustBad12> it doesnt give me an error
L189[05:14:04] <NoHaxJustBad12> it says i installed it but when i try to open it it tells me to install it
L190[05:14:16] <Ko​dos> Install it, then remove the floppy
L191[05:14:21] <Ko​dos> Then try to run it
L192[05:14:23] <NoHaxJustBad12> ok
L193[05:15:10] <Ko​dos> Forecaster, I'm a moron
L194[05:15:36] <Ko​dos> I saw the factory purchase screen on FactoryIdle, and assumed it was a similar interface to Cookie Clicker, not realizing there was a proper setup it shows after you purchase a factory, That's the one
L195[05:15:44] <NoHaxJustBad12> ah
L196[05:16:15] <NoHaxJustBad12> its now saying that theres nothing to install labled 'irc'
L197[05:19:42] <NoHaxJustBad12> corded?
L198[05:20:06] <Forec​aster> %corded
L199[05:20:07] <MichiBot> Cor​ded is a relay between IRC and Discord. The user talking is between the <>
L200[05:20:15] <NoHaxJustBad12> oh
L201[05:20:40] <Ko​dos> Just type irc
L202[05:20:43] <Ko​dos> and see what happens
L203[05:21:52] <NoHaxJustBad12> ok
L204[05:23:13] <NoHaxJu​stBad12> so uhh
L205[05:23:30] <NoHaxJu​stBad12> https://tinyurl.com/yhukb2vj
L206[05:24:42] <Ko​dos> Okay, now put in the irc floppy, and run `install irc` and screenshot what happens
L207[05:25:28] <NoHaxJu​stBad12> https://tinyurl.com/yzgq6c3h
L208[05:26:31] <Ko​dos> You're certain you have the IRC in a drive and nothing else in any other floppy slot?
L209[05:27:05] <NoHaxJu​stBad12> h https://tinyurl.com/yzcc9vvh
L210[05:27:23] <NoHaxJu​stBad12> im assuming i did it wrong
L211[05:27:55] <Forec​aster> just type `install`
L212[05:28:02] <NoHaxJu​stBad12> it
L213[05:28:10] <NoHaxJu​stBad12> wouldnt let me
L214[05:28:46] <Forec​aster> take a screenshot
L215[05:28:57] <NoHaxJu​stBad12> and i restarted it https://tinyurl.com/ygwo2vcd
L216[05:29:07] <Ko​dos> Okay, you didn't install the OS then
L217[05:29:26] <Ko​dos> Because I'm assuming you removed the OpenOS floppy and now it won't boot because it was booting off of the floppy
L218[05:29:36] <Ko​dos> Which means irc wouldn't install because the OS floppy was read-only
L219[05:29:46] <NoHaxJu​stBad12> hmm
L220[05:29:56] <Ko​dos> Which is why I asked you if you installed the OS
L221[05:30:10] <Forec​aster> put in the openos disk and start the computer
L222[05:30:15] <NoHaxJu​stBad12> ok
L223[05:30:17] <NoHaxJu​stBad12> done
L224[05:30:18] <Forec​aster> type `install`, install openos
L225[05:30:33] <Forec​aster> then when it's rebooted remove the openos disk and put in the irc disk
L226[05:30:38] <Forec​aster> type `install` again
L227[05:30:45] <Ko​dos> ^ All that
L228[05:31:15] <NoHaxJu​stBad12> ok
L229[05:31:45] <NoHaxJu​stBad12> done
L230[05:31:50] <NoHaxJu​stBad12> it worked
L231[05:32:02] ⇦ Quits: NoHaxJustBad12 (webchat@c-71-58-160-227.hsd1.pa.comcast.net) (Quit: webchat.esper.net)
L232[05:32:23] ⇨ Joins: NoHaxJustBad12 (~nohaxjust@vmi639933.contaboserver.net)
L233[05:32:27] <NoHaxJustBad12> hello
L234[05:32:41] <Forec​aster> Hi
L235[05:32:53] <NoHaxJustBad12> i got it working
L236[05:33:05] <NoHaxJustBad12> im using my ingame computer now
L237[05:33:12] <Forec​aster> mhm
L238[05:34:55] <NoHaxJustBad12> ill brb
L239[05:37:57] <NoHaxJustBad12> hm
L240[05:44:22] <Ko​dos> How do I properly spit out an error
L241[05:44:28] <Ko​dos> I don't want to just print out in red
L242[05:44:33] <Ko​dos> I know there's a thing for it
L243[05:44:54] <ThePi​Guy24> error()
L244[05:44:54] <NoHaxJustBad12> question
L245[05:45:09] <NoHaxJustBad12> can i use opencomputers for weather2
L246[05:45:27] <Ko​dos> You could detect redstone with it probably
L247[05:45:32] <Ko​dos> Since that mod has sensors
L248[05:45:38] <NoHaxJustBad12> yeah
L249[05:45:58] <Ko​dos> You'll most likely want to write an event handler so when the redstone changes, you can check for the sensor being active, and then execute whatever code
L250[05:45:59] <Forec​aster> put an adapter next to a sensor
L251[05:46:10] <Forec​aster> see if a component shows up
L252[05:46:11] <Ko​dos> Yeah, you can check to see if it has straight up functions
L253[05:46:16] <Ko​dos> But failing that, redstone works just fine
L254[05:46:28] <NoHaxJustBad12> ok
L255[05:46:39] <NoHaxJustBad12> ill be back
L256[05:46:43] <Ko​dos> Mkay
L257[05:47:00] <Ko​dos> @ThePiGuy24 Okay, that works, sort of, but how do I do just a plain line of text with the error, and not the stacktrace
L258[05:47:43] <ThePi​Guy24> dont know, other than setting text colour to red, priting the text, then halting the program
L259[05:47:47] <Forec​aster> print?
L260[05:49:37] <NoHaxJustBad12> ah
L261[05:52:03] <NoHaxJustBad12> how on earth do i do this
L262[05:52:52] ⇦ Quits: NoHaxJustBad12 (~nohaxjust@vmi639933.contaboserver.net) (Remote host closed the connection)
L263[05:52:56] <Forec​aster> do what
L264[05:52:56] <ThePi​Guy24> probably the same way as on other planets
L265[05:53:10] ⇨ Joins: NoHaxJustBad12 (~nohaxjust@vmi639933.contaboserver.net)
L266[05:54:10] <NoHaxJustBad12> i need help
L267[05:54:24] <Forec​aster> with?
L268[05:54:29] <NoHaxJustBad12> coding
L269[05:54:35] <Forec​aster> ...
L270[05:54:40] <Forec​aster> type on your keyboard
L271[05:54:45] <NoHaxJustBad12> yes
L272[05:54:50] <NoHaxJustBad12> i know how to do that
L273[05:54:52] <Forec​aster> you're welcome
L274[05:55:00] <Ko​dos> Lmao
L275[05:55:02] <Ko​dos> Shoot me a DM
L276[05:55:04] <Ko​dos> I can probably help you
L277[05:55:08] <Ko​dos> Oh, wait, you're on IRC
L278[05:55:09] <Ko​dos> Welp
L279[05:55:32] <Ko​dos> This'll do for now I guess https://tinyurl.com/ydvun34q
L280[05:55:33] <Forec​aster> it might help if you actually ask a question instead of expecting a mind reading session
L281[05:56:08] <NoHaxJustBad12> i need some sort of weather alert thing
L282[05:56:15] <Ko​dos> Is it bad I don't even own an Anaconda but I want that new skin?
L283[05:56:28] <Forec​aster> new skin?
L284[05:56:40] <Ko​dos> Yeah, just got the email from Frontier, Anaconda has Polarity now
L285[05:56:43] <Ko​dos> I want Polarity Black
L286[05:56:50] <Ko​dos> Paint Job, skin, whatever
L287[05:57:01] <Forec​aster> I have to launch the game and check that out
L288[05:57:06] <Forec​aster> I know what you meant
L289[05:57:32] <Ko​dos> I know it would open up a whole can of worms, but I can't help but want to be able to throw real money at FD and have a Fleet Carrier
L290[05:57:33] <NoHaxJu​stBad12> also is this how you would set it up https://tinyurl.com/yz26h3b9
L291[05:57:43] <Ko​dos> Assuming it has functions, yes
L292[05:57:50] <Ko​dos> Otherwise replace the adapter with a redstone I/O
L293[05:58:42] <NoHaxJu​stBad12> sorry if i am annoying
L294[05:58:48] <Forec​aster> they should let you take the carrier somewhere to long-term park it, suspending all functions until you un-park it
L295[05:58:54] <Ko​dos> Eh we're used to people coming in here with no clue what they're doing 🙂
L296[05:59:05] <Ko​dos> Hell, I was that way once
L297[05:59:11] <Ko​dos> I still am, but I used to be also
L298[05:59:18] <Forec​aster> or joining, saying something and then leaving after a minute
L299[05:59:39] <Ko​dos> My favorite is when they come in from in-game and don't realize we are real people
L300[05:59:54] <NoHaxJu​stBad12> i think i used to be like that
L301[05:59:57] <Ko​dos> So they just start spouting obscenities into the void of chat
L302[06:00:03] <NoHaxJu​stBad12> oh
L303[06:00:06] <NoHaxJu​stBad12> i didnt do that
L304[06:00:35] ⇦ Quits: glasspelican (~quassel@2607:5300:201:3100::325) (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
L305[06:01:05] <NoHaxJustBad12> anyways
L306[06:01:22] ⇨ Joins: glasspelican (~quassel@2607:5300:201:3100::325)
L307[06:41:16] <NoHaxJustBad12> hello?
L308[06:42:15] <Forec​aster> no
L309[06:42:44] <NoHaxJustBad12> ah
L310[06:42:46] <NoHaxJustBad12> i see
L311[06:43:12] <NoHaxJustBad12> do you know how to enter lua code into a computer
L312[06:43:46] <Forec​aster> a keyboard is one way
L313[06:43:54] <NoHaxJustBad12> ;-;
L314[06:44:30] <Forec​aster> you ask too vague questions
L315[06:44:43] <NoHaxJustBad12> what command do i need to type in to pull up some sort of programming thing
L316[06:45:51] <Forec​aster> edit
L317[06:45:53] ⇦ Quits: NoHaxJustBad12 (~nohaxjust@vmi639933.contaboserver.net) (Remote host closed the connection)
L318[06:46:40] <NoHaxJu​stBad12> ok
L319[06:46:53] <NoHaxJu​stBad12> sorry i shut down my monitor by accident
L320[06:47:04] <NoHaxJu​stBad12> levers kill screens
L321[06:47:31] <Forec​aster> a redstone signal turns off a screen yes
L322[06:48:18] ⇨ Joins: NoHaxJustBad12 (~nohaxjust@vmi639933.contaboserver.net)
L323[06:48:22] <NoHaxJustBad12> ok
L324[06:49:53] <NoHaxJu​stBad12> i was going to rejoin the server i was on but i ended up crashing my game
L325[06:51:04] ⇦ Quits: NoHaxJustBad12 (~nohaxjust@vmi639933.contaboserver.net) (Read error: Connection reset by peer)
L326[06:51:48] ⇨ Joins: nohaxjustbad12 (~nohaxjust@vmi639933.contaboserver.net)
L327[06:51:51] <nohaxjustbad12> ok
L328[06:52:30] <nohaxjustbad12> im tired ima go now
L329[06:52:33] <nohaxjustbad12> bye
L330[06:52:36] ⇦ Quits: nohaxjustbad12 (~nohaxjust@vmi639933.contaboserver.net) (Client Quit)
L331[06:57:57] <Forec​aster> godammit, my MichiBot instance wont build again
L332[06:57:59] <Forec​aster> :|
L333[06:59:07] <Mic​hiyo> Mine won't either.
L334[06:59:46] <Mic​hiyo> Might be time to start from scratch :P
L335[06:59:55] <Forec​aster> in the pom file the source dir is `botsrc` instead of `src`
L336[06:59:59] <Forec​aster> but that didn't fix it
L337[07:00:45] <Forec​aster> I don't know maven :x
L338[07:01:19] <Ko​dos> I didn't misread pom
L339[07:01:28] <Mic​hiyo> lol
L340[07:09:52] <ThePi​Guy24> yeah dont worry my mind isnt dirty enough to misread pom either 👀
L341[07:10:25] <ThePi​Guy24> (this is why i like monospaced fonts, much easier to read imo)
L342[07:10:51] <ThePi​Guy24> (and on a side note, fuck kerning)
L343[07:13:53] <Forec​aster> wellp, clearing the cache didn't help, I'm out of ideas...
L344[07:23:16] <Mic​hiyo> Last time I tried the main issue I had was it failed to generate the default config, and it failed to generate the default database. Also I think it's failing to build on jenkins?
L345[07:26:33] <Forec​aster> for me it's not finding a bunch of packages and classes
L346[07:26:37] <Forec​aster> this is what happened last time
L347[07:26:49] <Forec​aster> I fixed it somehow, but now it's doing it again
L348[07:27:28] <Mic​hiyo> Jenkins builds are failing because of some stupid SSL protocol BS I'm assuming to do with the gradle download
L349[07:27:36] ⇦ Quits: immibis (~hexchat@62.156.144.218) (Ping timeout: 189 seconds)
L350[07:27:39] <Mic​hiyo> Code Block pastebined https://paste.pc-logix.com/ifiketalip
L351[07:32:10] <Mic​hiyo> Hmm, I just built with no issues @Forecaster
L352[07:32:16] <Mic​hiyo> Well...
L353[07:32:22] <Mic​hiyo> "no issues"
L354[07:32:48] <Mic​hiyo> https://paste.pc-logix.com/zajicewewe.pl
L355[07:33:28] <Mic​hiyo> But yeah, it'd be REALLY neat if the damn thing dumped out it's default config still...
L356[07:39:01] <Forec​aster> well mine keeps breaking
L357[07:39:15] <Forec​aster> I might have to just pull into a new project again
L358[07:50:39] ⇨ Joins: immibis (~hexchat@62.156.144.218)
L359[07:53:48] <Ko​dos> Hokay, well that's a new favorite food
L360[07:54:25] <Va​ur> fuck me, discord.py maintainer is throwing the towel 😦
L361[07:54:36] <Ko​dos> Indeed
L362[07:59:19] <Forec​aster> food?
L363[08:14:47] <Izaya> isn't minecraft amazing
L364[08:15:04] <Izaya> tell it to use 6GB or less, and it uses all 16GB of your RAM!
L365[08:15:12] <Izaya> must be magic.
L366[08:21:04] <Ko​dos> Had a big ass bowl of baby spinach with some dressing I got at Walmart that was basically the sauce they put on big macs at mcdonalds
L367[08:21:24] <Ko​dos> And a cold pepsi
L368[08:31:18] <Mic​hiyo> God damn it, why is everyone still using fucking microusb q_q
L369[08:31:28] <Forec​aster> no idea what baby spinach is
L370[08:32:04] <Forec​aster> @Michiyo my headphones use micro-usb to charge, but that's probably because they were designed a few years ago
L371[08:33:24] <Mic​hiyo> my new wireless mouse is microusb charging, new wireless headset has swappable batteries, but also offers microusb charging. I don't think they are that old..
L372[08:33:41] <Mic​hiyo> Oh
L373[08:33:44] <Mic​hiyo> 2018 for the headset
L374[08:33:45] <Mic​hiyo> nvm
L375[08:40:42] ⇦ Quits: hnOsmium0001 (uid453710@id-453710.stonehaven.irccloud.com) (Quit: Connection closed for inactivity)
L376[09:42:38] <Izaya> my new phone is USB-C
L377[09:42:41] <Izaya> very inconvenient
L378[09:42:47] <Izaya> it's different to every other device I own
L379[09:42:58] <Izaya> feels like going back to cursed barrel jacks
L380[10:02:54] <ThePi​Guy24> i quite like usbc, but i only own 1 device with it, everything else is micro usb, so its still inconvenient and probably will be for me for atleast another 5 years or so
L381[10:21:18] <s_​a_m> usb-c is nice
L382[10:21:24] <s_​a_m> if only more things i had used it
L383[10:21:31] <s_​a_m> i could use the extra power it provides
L384[10:21:58] <s_​a_m> i also need to get a firewire card or five
L385[10:22:05] <s_​a_m> for reasons
L386[10:29:39] ⇦ Quits: ThePiGuy24 (~ThePiGuy2@host-92-17-120-33.as13285.net) (Ping timeout: 189 seconds)
L387[10:34:19] ⇨ Joins: ThePiGuy24 (~ThePiGuy2@host-92-17-120-33.as13285.net)
L388[11:29:19] ⇨ Joins: TPG24 (~ThePiGuy2@host-92-17-120-33.as13285.net)
L389[11:31:21] ⇦ Quits: ThePiGuy24 (~ThePiGuy2@host-92-17-120-33.as13285.net) (Ping timeout: 204 seconds)
L390[11:38:52] <Amanda> I think the only two things I use regularly that don't have USB-C are my headset paired to the TV, and my e-Reader
L391[11:40:13] <Amanda> even my new laptop can also charge off USB-C -- though I don't have a charger that can do enogh watts for it
L392[11:43:23] <Izaya> is it normal that the "only update this game when I launch it" setting in steam doesn't actually do anything?
L393[11:48:50] <Amanda> I feel like for the steam devs the game update code is some magical unicorn that they're not able to touch without breaking. It regulatorly takes 30-60m just to pause one download and switch to another for me on my gaming rig
L394[11:49:11] <Amanda> And it's been that way for years
L395[11:49:56] <Amanda> Maybe I should do a nuke and pave
L396[11:50:06] <Amanda> But I don't think it'll help, tbh
L397[12:16:59] <Spar​kyFox> >Mic​hiyo: <@!798020470435348561> if you have control…
L398[12:17:00] <Spar​kyFox> holy crud! thanks! 🙂
L399[12:17:03] <Spar​kyFox> thaank youu!
L400[13:04:16] ⇨ Joins: Webchat732 (webchat@86-41-210-114-dynamic.agg7.cae.cld-dbn.eircom.net)
L401[13:05:00] ⇦ Quits: Webchat732 (webchat@86-41-210-114-dynamic.agg7.cae.cld-dbn.eircom.net) (Client Quit)
L402[13:47:41] <Va​ur> %tonk
L403[13:47:42] <MichiBot> Jeepers! Va​ur! You beat Forec​aster's previous record of 7 hours, 51 minutes and 53 seconds (By 1 hour, 34 minutes and 30 seconds)! I hope you're happy!
L404[13:47:43] <MichiBot> Vaur's new record is 9 hours, 26 minutes and 24 seconds! Vaur also gained 0.01264 (0.00158 x 8) tonk points for stealing the tonk. Position #1.
L405[14:01:26] ⇨ Joins: ben_mkiv (~ben_mkiv@2001:16b8:1ea0:2a00:5aac:a5dd:d871:6f6d)
L406[15:20:10] ⇨ Joins: NoHaxJustBad12 (~nohaxjust@vmi639933.contaboserver.net)
L407[15:20:14] <NoHaxJustBad12> hello
L408[15:23:32] <Va​ur> hi
L409[15:24:47] <NoHaxJustBad12> how are you
L410[16:00:10] <dequbed> Izaya: Oh bytheby have you seen the second most cursed USB-C thing yet?
L411[16:18:06] <SIN​001> About USB-C, it's cool for smaller devices but personally I prefer good old type B on larger peripherals like keyboards and (3D) printers
L412[16:18:24] <SIN​001> Definitely an upgrade over microUSB though
L413[16:24:32] ⇨ Joins: baschdel (~baschdel@2a02:6d40:3611:501:cf4:7b53:5f31:d1d5)
L414[16:27:09] <dequbed> Type B? The worst one? :D
L415[16:29:07] <Ar​iri> ^
L416[16:32:14] <Ko​dos> @Zen1th Be sure to post that here, too!
L417[16:32:35] <Zen​1th> ?
L418[16:32:38] <Zen​1th> ah yea
L419[16:33:47] <Zen​1th> so I'm working on that https://tinyurl.com/yfzuz2mp
L420[16:35:38] <Zen​1th> oops
L421[16:35:40] ⇨ Joins: Hawk777 (~chead@2607:c000:826f:d900:6089:b8bd:93da:5d35)
L422[16:36:33] <Zen​1th> wait so here is it with a background https://tinyurl.com/yh77bldm
L423[16:37:44] <Zen​1th> ok so that's the one with the background after 3 wrong videos *oof* https://tinyurl.com/yzc7q5wu
L424[16:44:43] ⇨ Joins: hnOsmium0001 (uid453710@id-453710.stonehaven.irccloud.com)
L425[16:52:49] <s_​a_m> wew lad
L426[17:10:36] ⇦ Quits: baschdel (~baschdel@2a02:6d40:3611:501:cf4:7b53:5f31:d1d5) (Ping timeout: 189 seconds)
L427[17:11:18] <Va​ur> %sip
L428[17:11:19] <MichiBot> You drink an oxidised moonstone potion (New!). Vaur feels chill.
L429[17:15:37] <Ko​dos> %sip
L430[17:15:37] <MichiBot> You drink a diluted rainbow potion (New!). Kodos looks confused as nothing happens.
L431[17:19:19] <s_​a_m> today in shit i heard:
L432[17:19:27] <s_​a_m> - discord.py dead
L433[17:19:48] <s_​a_m> - many bots are now kill
L434[17:20:04] <s_​a_m> well, soon to be kill
L435[17:20:55] <s_​a_m> - if your account gets deleted, you can't find out why (still)
L436[17:21:19] <s_​a_m> - discord just nuking people for seemingly no reason! (still)
L437[17:21:35] <s_​a_m> anyways, time to fix MUCs on my XMPP server B)
L438[17:26:14] <dequbed> @s_a_m: People are working on "spaces" for XMPP bytheby
L439[17:28:53] ⇦ Quits: ben_mkiv (~ben_mkiv@2001:16b8:1ea0:2a00:5aac:a5dd:d871:6f6d) (Ping timeout: 192 seconds)
L440[17:30:16] <s_​a_m> dequbed: sick
L441[17:30:28] <s_​a_m> i was gonna work on my own thing, but if other people are working on it, sick
L442[18:01:54] <NoHaxJustBad12> hmm
L443[18:02:00] <NoHaxJustBad12> hMMM
L444[18:02:05] <NoHaxJustBad12> what should i work on
L445[18:02:07] <NoHaxJustBad12> oh
L446[18:02:09] <NoHaxJustBad12> right
L447[18:02:45] <NoHaxJustBad12> nevermind
L448[18:03:08] <NoHaxJustBad12> %sip
L449[18:03:09] <MichiBot> You drink a diluted grass potion (New!). NoHaxJustBa2 is suddenly wearing gloves they don't remember putting on.
L450[18:03:34] <NoHaxJustBad12> a what now
L451[18:03:47] <Forec​aster> %sip
L452[18:03:48] <MichiBot> You drink an eroded rubium potion (New!). A tiny cloud appears with a ridiculous smile on it. It follows Forecaster until they eat a pie.
L453[18:04:14] <NoHaxJustBad12> %sip
L454[18:04:20] <NoHaxJustBad12> ok
L455[18:04:35] <NoHaxJustBad12> what can i do related to computers
L456[18:04:47] ⇨ Joins: ben_mkiv (~ben_mkiv@2001:16b8:1ea0:2a00:5aac:a5dd:d871:6f6d)
L457[18:04:53] <NoHaxJustBad12> welcome
L458[18:05:01] <Forec​aster> you can run lua coe I guess
L459[18:05:11] <Forec​aster> %lua 1 == 0
L460[18:05:11] <MichiBot> false
L461[18:05:28] <Forec​aster> you can run lua code I guess [Edited]
L462[18:05:48] <NoHaxJustBad12> oh
L463[18:05:51] <NoHaxJustBad12> uh
L464[18:05:57] <NoHaxJustBad12> h o w
L465[18:06:14] <Forec​aster> or were you not talking about the bot
L466[18:06:28] <NoHaxJustBad12> ye
L467[18:06:30] <NoHaxJustBad12> i wasnt
L468[18:06:54] <Mic​hiyo> How? I sat down one day, and decided MichiBot needed to be able to run Lua, so I conned someone into writing it for me
L469[18:07:16] <NoHaxJustBad12> uhhhhh
L470[18:07:26] <NoHaxJustBad12> ok
L471[18:07:49] <NoHaxJustBad12> oh hey an admin
L472[18:07:56] <NoHaxJustBad12> thats cool
L473[18:08:14] <Mic​hiyo> Oh shit it's the fuz!
L474[18:08:15] <Corded> * <Mic​hiyo> hids
L475[18:08:20] <NoHaxJustBad12> lol
L476[18:08:24] <Mic​hiyo> hides*
L477[18:08:25] <Forec​aster> if you're asking for suggestions on what to do in OC, make a sorting system using transposers
L478[18:09:32] <Forec​aster> Michiyo this has a very small chance of making you better at hiding: %splash Michiyo
L479[18:09:32] <MichiBot> You fling a sedimented solarium potion (New!) that splashes onto Michiyo. Michiyo turns into a dragon until they exit the room.
L480[18:09:48] <Forec​aster> well that probably doesn't help, unless it's a small dragon
L481[18:10:08] <NoHaxJustBad12> %help
L482[18:10:08] <MichiBot> NoHaxJu​stBad12: Command list: http://michibot.pc-logix.com/help
L483[18:11:01] <Mic​hiyo> Eh, some dragons have abilties that can help with hiding, I'll take it
L484[18:11:03] <Mic​hiyo> thanks
L485[18:11:11] <NoHaxJustBad12> %octime
L486[18:11:11] <MichiBot> NoHaxJu​stBad12: 2021-Aug-28 18:11:11
L487[18:11:45] <Forec​aster> https://tinyurl.com/yk6z6ehh
L488[18:11:52] <NoHaxJustBad12> %drink
L489[18:11:52] <Mic​hiyo> Exactly
L490[18:12:18] <NoHaxJustBad12> %splash Forecaster
L491[18:12:18] <MichiBot> You fling a rather bombastium potion (New!) that splashes onto Forecaster. Forecaster's favourite hair is suddenly on fire.
L492[18:12:27] <NoHaxJustBad12> OH JEEZ
L493[18:12:31] <Forec​aster> though actually polymorph alters your weight, that would be an illusion
L494[18:12:37] <Corded> * <Forec​aster> pushes up glasses
L495[18:12:47] <Forec​aster> hey, I liked that hair D:
L496[18:13:06] <NoHaxJustBad12> lol
L497[18:13:39] <Mic​hiyo> Well, from the sounds of it, it was just that one hair, so you can find another single hair to make your favorite.
L498[18:14:17] <Forec​aster> but it was priceless D:
L499[18:14:23] <Forec​aster> (in that it was completely worthless)
L500[18:14:32] <NoHaxJustBad12> oh
L501[18:14:33] <NoHaxJustBad12> ok
L502[18:14:43] <NoHaxJustBad12> %sip
L503[18:14:44] <MichiBot> You drink a shiny yellow potion (New!). There's an acidic tinge to the potion... A label on the bottle reads "Who needs internal organs anyway?". NoHaxJustBa3 takes 3d​6 => [5,1,4] acid damage.
L504[18:15:01] <NoHaxJustBad12> oh boy
L505[18:15:02] <NoHaxJustBad12> acid
L506[18:15:07] <NoHaxJustBad12> my favorite
L507[18:15:23] <NoHaxJustBad12> mmmmmmmmmmmmmmmm
L508[18:15:51] <NoHaxJustBad12> hmm
L509[18:16:49] <NoHaxJustBad12> what happens if all of my computers are on
L510[18:16:58] <Forec​aster> they'll use power
L511[18:17:20] <NoHaxJustBad12> alright if i randomly leave then i lost power
L512[18:20:30] <NoHaxJu​stBad12> https://tinyurl.com/ygc3lrxj
L513[18:20:32] <NoHaxJu​stBad12> wonderful
L514[18:23:01] <NoHaxJu​stBad12> https://tinyurl.com/yjm7gukg
L515[18:43:26] ⇦ Quits: NoHaxJustBad12 (~nohaxjust@vmi639933.contaboserver.net) (Remote host closed the connection)
L516[18:47:25] <Mic​hiyo> sigh
L517[18:47:41] <Mic​hiyo> I need computer stuff in this world... which means learning Computercraft....
L518[18:52:43] ⇨ Joins: NoHaxJustBad12 (~nohaxjust@vmi639933.contaboserver.net)
L519[18:54:41] <Forec​aster> gasp
L520[18:55:30] ⇦ Quits: NoHaxJustBad12 (~nohaxjust@vmi639933.contaboserver.net) (Remote host closed the connection)
L521[18:59:22] ⇨ Joins: ComputerPlace (~computerp@vmi639933.contaboserver.net)
L522[18:59:32] ⇦ Quits: ComputerPlace (~computerp@vmi639933.contaboserver.net) (Client Quit)
L523[19:02:43] ⇨ Joins: NoHaxJustBad12 (~nohaxjust@vmi639933.contaboserver.net)
L524[19:02:49] <NoHaxJustBad12> ok am back
L525[19:06:51] <Forec​aster> or maybe you've arrived in an alternative reality where you haven't been before, so you're not actually back, you're here for the first time
L526[19:07:06] <Mic​hiyo> Have any of us been here before?
L527[19:07:10] <Mic​hiyo> are any of us here now?
L528[19:07:35] <Forec​aster> if nobody is here, who's to say nobody is here
L529[19:07:52] <dequbed> We're just figments of your imagination.
L530[19:14:21] ⇦ Quits: NoHaxJustBad12 (~nohaxjust@vmi639933.contaboserver.net) (Ping timeout: 189 seconds)
L531[19:19:27] ⇨ Joins: Vexatos (~Vexatos@port-92-192-36-119.dynamic.as20676.net)
L532[19:19:27] zsh sets mode: +v on Vexatos
L533[19:54:59] ⇨ Joins: NoHaxJustBad (~nohaxjust@vmi639933.contaboserver.net)
L534[19:57:12] ⇦ Quits: NoHaxJustBad (~nohaxjust@vmi639933.contaboserver.net) (Remote host closed the connection)
L535[19:57:52] <NoHaxJu​stBad12> my server restarted
L536[20:00:20] <Va​ur> %sip
L537[20:00:20] <MichiBot> You drink a fiery orange potion (New!). Vaur: Nothing seemed to happen...
L538[20:41:16] ⇦ Quits: ben_mkiv (~ben_mkiv@2001:16b8:1ea0:2a00:5aac:a5dd:d871:6f6d) (Killed (NickServ (GHOST command used by ben_mkiv|afk!~ben_mkiv@2001:16b8:1e49:f700:cd1c:415:4950:c40b)))
L539[20:41:18] ⇨ Joins: ben_mkiv|afk (~ben_mkiv@2001:16b8:1e49:f700:cd1c:415:4950:c40b)
L540[21:53:39] ⇦ Quits: Hawk777 (~chead@2607:c000:826f:d900:6089:b8bd:93da:5d35) (Quit: Leaving.)
L541[21:59:25] <Ko​dos> Michiyo, just promise me you won't start converting OpenSec/OpenPrinter to the dark side
L542[21:59:38] <Ko​dos> Especially since the latter already exists anyway 😛
L543[22:00:57] <Mic​hiyo> Like I said, I doubt I'll have the will to start modding on 1.16
L544[22:01:36] <Mic​hiyo> Just... so sick of having to re-learn the whole fucking API every update.
L545[22:12:13] ⇦ Quits: immibis (~hexchat@62.156.144.218) (Ping timeout: 192 seconds)
L546[22:17:39] <ben_mkiv|afk> ^^
L547[22:18:33] <ben_mkiv|afk> what is the dark side? CC or OC2?
L548[22:18:55] <ben_mkiv|afk> i mean, CC is the dark side after each server restart anyways *laughsinpersistance*
L549[22:19:32] <ben_mkiv|afk> -a+e
L550[22:19:35] ⇦ Quits: TPG24 (~ThePiGuy2@host-92-17-120-33.as13285.net) (Ping timeout: 192 seconds)
L551[22:28:03] <R3C0NF​16UR3D> is there a way to log users that come near a motion sensor and send those names to discord?
L552[22:29:19] <ben_mkiv|afk> yes
L553[22:29:28] <ben_mkiv|afk> but that requires 200iq
L554[22:29:51] <R3C0NF​16UR3D> well den
L555[22:30:05] <Kristo​pher38> Not really
L556[22:30:14] <Kristo​pher38> Look up webhooks
L557[22:30:20] <Mic​hiyo> Is it possible? yes.
L558[22:30:28] <ben_mkiv|afk> will it blend?
L559[22:31:24] <Mic​hiyo> You will either have to figure out how to send the user agent with the json request to the discord webhook endpoint. OR setup a proxy to send requests to that will properly set a user agent and jsonify your webhook stuff for you
L560[22:32:00] <Amanda> newer dev builds support setting the useragent header
L561[22:32:04] <Mic​hiyo> Would be easy enough with something like a php script taking requests from your ingame computer then sending those requests on to Discord via the webhook
L562[22:32:58] <Mic​hiyo> Well, there ya go. If you don't set a useragent Discord will reject your webhook requests.
L563[22:33:05] <ben_mkiv|afk> or to an IRC channel with an IRC<>Discord bridge :P
L564[22:35:07] <ben_mkiv|afk> also, generating your own HTTP header should be possible if you use a simple tcp socket?!
L565[22:35:31] <Amanda> then you need to do HTTPS as well, ben_mkiv|afk
L566[22:35:48] <ben_mkiv|afk> ok, thats a pita then, do webhooks support https?
L567[22:36:01] <Amanda> I assume they only support https
L568[22:36:07] <Mic​hiyo> webhooks are https only
L569[22:39:48] <R3C0NF​16UR3D> so ive found this https://github.com/ov3rwrite/OC-Discord
L570[22:42:08] <Ko​dos> BEN
L571[22:42:13] <Mic​hiyo> ... yes, run a whole ass Discord bot in python on your computer, that has to be on all the time to make your OC computer talk to discord. Also it has to run on the same machine as the server (or the SP world I guess) or you have to port forward the thing)
L572[22:42:40] <Ko​dos> ben_mkiv|afk: Question: Is there a wiki on OCDevices, and also when are you going to fix the paper spool in OpenPrinter?
L573[22:44:49] <ben_mkiv|afk> https://github.com/ben-mkiv/OCDevices/wiki there's not much on the wiki tho
L574[22:45:00] <ben_mkiv|afk> and the spool, probably never
L575[22:45:11] <ben_mkiv|afk> there was an issue which i can't recall right now
L576[22:46:40] <ben_mkiv|afk> oh, the crafting was an issue, as it was supposed to be made of like 300 paper split on 9 stacks or something, which renders it impossible to be crafted by any autocrafter
L577[22:47:07] <Mic​hiyo> it was 4 stacks of 64
L578[22:48:17] <Mic​hiyo> which... is a standard supported recipe type isn't it? I thought it was anyway
L579[22:48:19] <Mic​hiyo> maybe I'm wrong
L580[22:48:25] <Ko​dos> You couldn't autocraft it, so you disabled it?
L581[22:48:28] <ben_mkiv|afk> but the printer supports item hoppers for paper input from one side
L582[22:48:32] <Ko​dos> I'm confused, where was the issue that warranted it being disabled
L583[22:49:12] <ben_mkiv|afk> it neither wasn't compatible with the forge recipe registry
L584[22:50:06] <ben_mkiv|afk> <Mic​hiyo> which... is a standard supported recipe type isn't it? I thought it was anyway <-- you know of any other mod item out of your head which has multiple items as recipe input?
L585[22:50:19] <Ko​dos> IE's metal press?
L586[22:50:21] <ben_mkiv|afk> it's possible with the custom recipe handler, but its hacky
L587[22:50:25] <Mic​hiyo> I'm looking over the recipie docs now. It's not
L588[22:50:39] <ben_mkiv|afk> it's not what?
L589[22:50:40] <Mic​hiyo> requires a custom handler..
L590[22:50:47] <Mic​hiyo> it's not standard...
L591[22:51:01] <Mic​hiyo> "is a standard supported recipe type isn't it?" "it's not"
L592[22:51:09] <ben_mkiv|afk> ok, gotch
L593[22:51:10] <ben_mkiv|afk> a
L594[22:51:17] <Mic​hiyo> I thought that was an obvious continuation, sorry.
L595[22:52:15] <Ko​dos> How WIP is the WIP matrix?
L596[22:52:24] <ben_mkiv|afk> yes
L597[22:52:26] <ben_mkiv|afk> xD
L598[22:52:30] <Ko​dos> Cool
L599[22:52:34] <ben_mkiv|afk> all of WIP
L600[22:52:45] <Mic​hiyo> FFS I need new glasses :(
L601[22:52:46] <Ko​dos> So it's something pretty to place down and that's pretty much it
L602[22:52:53] <ben_mkiv|afk> it's been months/years that i touched any stuff
L603[22:53:06] <Ko​dos> Hey I'm just thankful for the dyeable server rack
L604[22:53:18] <Ko​dos> With the door to boot
L605[22:53:21] <ben_mkiv|afk> i think it supports some stuff, but i've never made it feature complete of what i had in mind
L606[22:53:27] <Mic​hiyo> https://tinyurl.com/yeapuurq
L607[22:53:40] <Mic​hiyo> the discolored spots there are the coating peeling off
L608[22:53:45] <Mic​hiyo> which... makes it VERY hard to see
L609[22:53:53] <Ko​dos> How old are they
L610[22:53:59] <Mic​hiyo> year and a halfish?
L611[22:54:10] <Ko​dos> Coating shouldn't be coming off unless you're cleaning them with shit you're not supposed to
L612[22:54:12] <ben_mkiv|afk> is that coating UV protection?
L613[22:54:38] <Mic​hiyo> It's either part of the anti-glare or some of the transitions stuff
L614[22:54:51] <Ko​dos> >Transitions
L615[22:54:51] <Ko​dos> Well there's your problem
L616[22:55:08] <Mic​hiyo> I've always had transitions, never had this issue
L617[22:55:24] <Mic​hiyo> Had glasses since I was 13
L618[22:55:36] <Ko​dos> What do you clean your glasses with
L619[22:55:54] <Mic​hiyo> No, I got them @ 11...
L620[22:56:23] <ben_mkiv|afk> looks like the matrix currently only supports rendering items and buttons (with label)
L621[22:56:25] <Mic​hiyo> IDK, whatever shit costco sells. I got them there
L622[22:56:42] <Ko​dos> but like proper eyeglass lens cleaner?
L623[22:57:02] <Mic​hiyo> Yeah, they sell a kit spray and a cleaner cloth
L624[22:57:15] <Ko​dos> No idea what the issue is then, probably is the antiglare coming off
L625[22:57:37] <Mic​hiyo> Yeah, they seem to transition fine still.
L626[22:57:57] <Mic​hiyo> FFS I picked the wrong day to pack up the AC...
L627[22:58:05] <ben_mkiv|afk> or UV protection if they had any
L628[22:58:10] <ben_mkiv|afk> as thats a coating, too
L629[22:58:15] <Mic​hiyo> Oh it's been in the 70s all fucking week it'll be fine
L630[22:58:17] <Mic​hiyo> fucking 89
L631[22:58:33] <Ko​dos> I don't pack up my AC until it snows
L632[22:58:50] <Ko​dos> But I'm also the idiot that went sledding in his undies, so
L633[22:59:05] <Ko​dos> Well, they were swimming trunks, but still
L634[23:01:47] <Shuud​oushi> looks around nervously
L635[23:02:22] <Izaya> if the temperature approaches the boiling point of water you should move, mercury is a little toasty :^)
L636[23:02:43] <Mic​hiyo> Shuu!
L637[23:03:00] <Shuud​oushi> So, plasma burns suck ass, don't suggest making your own plasma arc generator from random scrap and junk...
L638[23:03:13] <Mic​hiyo> Noted.
L639[23:04:29] <Shuud​oushi> I'm starting to think Amazon has completely forgotten that I ordered a laptop and an 8gb cm4...
L640[23:05:11] <Ko​dos> Ask them to send you another so you get two
L641[23:05:18] <Ko​dos> That's been my experience so far anyway
L642[23:05:18] <Shuud​oushi> And Amazon customer support is just as trash-fucking-tastic as i remember it being
L643[23:05:21] <Mic​hiyo> Nah, they haven't, and I really appreciate that you did.
L644[23:06:49] <Ko​dos> Aha, io.stderr:write("My error") is what I was looking for the other day
L645[23:06:51] <Shuud​oushi> Most likely going to say fuck it and order a framework laptop
L646[23:07:14] <Izaya> where are the schematics
L647[23:07:31] <Ko​dos> Hey Ben
L648[23:07:35] <Shuud​oushi> For which thing?
L649[23:07:44] <Ko​dos> What happens if you use a self destructor card in a blast resistant OCD rack
L650[23:07:46] <Izaya> the framework laptop
L651[23:08:03] <Ko​dos> Time to go test immovable vs unstoppable
L652[23:08:10] <Shuud​oushi> @Izaya#0000 you call them and they email them to you last i checked
L653[23:08:21] <Izaya> Kodos: peak in physical security: a constant explosion surrounding an unaffected server
L654[23:08:40] <Izaya> Shuudoushi: that's a better response than expected
L655[23:08:41] <ben_mkiv|afk> now im curious, too
L656[23:08:41] <Ko​dos> Lmao
L657[23:08:43] <ben_mkiv|afk> report back
L658[23:08:51] <Ko​dos> Also ben, the color on racks doesn't update
L659[23:08:55] <Izaya> was expecting "lmao it's a commercial product you don't get shit"
L660[23:08:56] <Ko​dos> Until you interact with the block again
L661[23:09:05] <Ko​dos> Something something sync
L662[23:09:11] <ben_mkiv|afk> yea someone brought that up today on my discord
L663[23:09:21] <Ko​dos> I know why it does it just no idea how to fix or I'd just PR it
L664[23:09:22] <ben_mkiv|afk> blockupdate seems to not trigger when dye is applied
L665[23:09:41] <Ko​dos> I'm slowly getting smarter with this shit. In 10 years or so I might make an addon
L666[23:10:21] <Ko​dos> What I'd really like though, is a cosmetic block that just looks like a Cray-1 and hums like an idle computer
L667[23:10:26] <Shuud​oushi> Izaya: nah, they've been pretty damned open about getting schematics of the boards out to folks. I think they're still having a bit of trouble with the OEM for the board, thus the schematics aren't just on the site full time
L668[23:10:44] <Ko​dos> Maybe blinks now and then too with a light or something
L669[23:11:08] <Ocawes​ome101> framework is focused on openness
L670[23:11:11] <Ocawes​ome101> iirc
L671[23:11:16] <Shuud​oushi> ^
L672[23:13:13] <Ko​dos> Oh uhh
L673[23:13:14] <Ko​dos> Hm
L674[23:13:36] <Shuud​oushi> I'm kinda wanting to see if some mad lad is going to make a 180wh power bank to strap to the bottom of a framework laptop lol
L675[23:13:46] <Ko​dos> Something's borked... https://tinyurl.com/yhylen6g
L676[23:13:47] <Ko​dos> https://tinyurl.com/yfjkwdp6
L677[23:14:01] ⇦ Quits: hnOsmium0001 (uid453710@id-453710.stonehaven.irccloud.com) (Quit: Connection closed for inactivity)
L678[23:14:16] <Shuud​oushi> Nice going kodos, you fucking broke it lol
L679[23:14:24] <Ko​dos> Wait, no I didn't
L680[23:14:31] <Ko​dos> BUD delayed again
L681[23:14:37] <Ko​dos> So it didn't update all being connected
L682[23:14:38] <Ko​dos> gg
L683[23:14:42] <Ko​dos> Ben broke it thank you very much\
L684[23:14:44] <Ko​dos> Ben broke it thank you very much [Edited]
L685[23:14:51] <Shuud​oushi> Lulz
L686[23:15:47] <Ko​dos> Izaya, you weren't kidding
L687[23:15:53] <Ko​dos> ben_mkiv it literally just constantly explodes
L688[23:16:15] <Ko​dos> Still works though 😄 https://tinyurl.com/yz3ls98b
L689[23:16:17] <Shuud​oushi> I need more ammo, but Walmart is wanting nearly $80 (66€) for 40 rounds of 300wm...
L690[23:16:45] <Shuud​oushi> Can't hack it of you can survive standing next to it?
L691[23:16:56] <Ko​dos> Right
L692[23:16:58] <Ko​dos> Lol
L693[23:17:13] <Shuud​oushi> Can't hack it if you can survive standing next to it? [Edited]
L694[23:17:36] <Ko​dos> Too bad the server self-destruct board doesn't have a 'startOnLAN' function
L695[23:17:44] <Ko​dos> Imagine sending a coded network message to destroy your network
L696[23:17:57] <Ko​dos> The ultimate cyber security lmao
L697[23:18:06] <Ko​dos> Well, next to having your rack constantly blowing up anyway
L698[23:18:45] <Izaya> just spam "time to die" interspersed with normal WoL packets
L699[23:19:12] <Shuud​oushi> If connection <= whitelist then "run rm -rf / end
L700[23:19:39] <Shuud​oushi> Or something like that
L701[23:20:02] <Ko​dos> Now then...
L702[23:20:14] <Ko​dos> %choose SGCraft Gate Logging System or Elite Dangerous T9 Trade runs
L703[23:20:14] <MichiBot> Ko​dos: Oh no, not "Elite Dangerous T9 Trade runs" again! I'll have "SGCraft Gate Logging System" instead.
L704[23:20:19] <Ko​dos> Wheee
L705[23:24:22] <ben_mkiv|afk> ok, i did expect it to either explode or not
L706[23:24:41] <ben_mkiv|afk> not both
L707[23:27:03] <Ko​dos> LMAO
L708[23:27:15] <Ko​dos> https://tenor.com/view/why-not-both-why-not-take-both-gif-11478682
L709[23:28:09] <ben_mkiv|afk> maybe it exploded but the block update didn't happen yet xD
L710[23:29:16] <Ocawes​ome101> https://cdn.discordapp.com/attachments/865752049966120960/881319446365483028/uwm-autostart.mp4
L711[23:30:07] <ben_mkiv|afk> nice
L712[23:30:16] <ben_mkiv|afk> is that your custom os?
L713[23:31:06] <Ocawes​ome101> yes
L714[23:31:11] <Ocawes​ome101> https://github.com/ocawesome101/oc-ulos
L715[23:37:50] ⇦ Quits: Vexatos (~Vexatos@port-92-192-36-119.dynamic.as20676.net) (Quit: Insert quantum chemistry joke here)
L716[23:49:53] <Ko​dos> And with that heresy, I'm gonna go take a nap https://tinyurl.com/yg9swzrx
L717[23:56:14] ⇨ Joins: ThePiGuy24 (~ThePiGuy2@host-92-17-120-33.as13285.net)
<<Prev Next>> Scroll to Top