<<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]
<Kodos> I
love inspirations' dye making, but I like my sprites as they feel a
bit more technical looking
L3[00:08:09]
<Kodos>
They're more or less little capsules of dye
L4[00:20:12]
<Ocawesome101> ....huh
L5[00:20:15]
<Ocawesome101> what just happened
L6[00:20:28]
<Kodos>
wat
L7[00:20:43]
<Ocawesome101> my laptop froze except for
the cursor and the sound that was playing
L8[00:20:56]
<Ocawesome101> and vim told me `the file
'xxxx' is no longer available` just before that
L9[00:21:02]
<Ocawesome101> and CPU usage went to
100%
L10[00:22:34]
<Ocawesome101> my suspicion is the drive
disappeared or some such thing
L11[00:22:39]
<Ocawesome101> 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]
<Kodos>
I.... yes please
L15[00:37:57]
<Kodos>
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]
<Kodos> 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]
<Ocawesome101> what
L26[00:48:43]
<Ocawesome101> 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]
<Ocawesome101>
what
L30[00:49:51]
<Ocawesome101> 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]
<Ocawesome101> 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> Amanda: 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)
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]
<Kodos>
left to right, top to bottom
L52[02:14:58]
<Kodos> 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]
<Ocawesome101> 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]
<Kodos> 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]
<Kodos> Let
me see if I can find it
L69[02:42:43] <prisma> chenthread image
format?
L70[02:43:08]
<Kodos> Nah
it was a png viewer, but it converted the png down to viewable on
an OC T3 screen
L71[02:43:15]
<Kodos>
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]
<Kodos> 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]
<Ocawesome101> 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]
<Kodos>
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]
<Kodos>
Mkay
L98[03:23:54]
<Kodos> Do
you have the link for that guide again
L100[03:24:49]
<Kodos>
Time to go test this stuff
L101[03:29:33]
<Ocawesome101> @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]
<Ocawesome101> 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]
<Ocawesome101> 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]
<Ocawesome101> 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]
<Ocawesome101> you want it to return when
one is true?
L123[03:41:41]
<Ocawesome101> 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]
<Ocawesome101> (return `true`)
L127[03:41:56]
<Ocawesome101> i
L128[03:42:01]
<Ocawesome101> 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]
<Ocawesome101> the closest thing is a
space with its background set to black
L132[03:42:21] <prisma> alright
L133[03:42:28]
<Ocawesome101> 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]
<Kodos>
@Ocawesome101 Right now, trying to see if this shit works on an
OpenPrinter
L141[03:54:33]
<Kodos> Got
distracted with HBM testing though
L142[03:54:56]
<Kodos> 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]
<Kodos> I
think I'm just gonna pull it and finalize the pack
L144[03:56:25]
<Kodos>
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]
<Kodos> o.O
Michiyo, how long has the paper roll not been a thing?
L146[04:05:24]
<Kodos> I
just noticed it's missing lmao
L147[04:07:20]
<Michiyo>
Umm.... 2019
L149[04:07:28]
<Michiyo>
"disabled printer paper roll for now"
L150[04:07:34]
<Michiyo>
Thanks @ben_mkiv :P
L151[04:08:06]
<Kodos>
Ffs
L153[04:14:37]
<Kodos>
Neat, the text redacts fine on screen, but printers can't handle
the VT100 codes I gu ess
L154[04:14:39]
<Kodos>
Neat, the text redacts fine on screen, but printers can't handle
the VT100 codes I guess [Edited]
L155[04:14:43]
<Kodos>
That's okay though ❤️
L156[04:14:51]
<Michiyo>
No, printers have no idea what vt100 is
L157[04:15:08]
<Kodos>
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]
<Kodos> Are
signals called for when a player opens/closes the screen's
GUI
L159[04:20:14]
<Kodos>
Nope, but eh, I'll have to jury rig it
L160[04:21:17]
<Forecaster> %tonk
L161[04:21:18] <MichiBot> Uh-oh!
Forecaster! You beat Vaur'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 Vaur!
L163[04:52:25]
<Kodos>
Fore whats that web based factory game you used to play
L164[04:58:39]
<Forecaster> Uh
L165[05:03:06]
<Kodos> I
think Izaya played it too
L166[05:08:06]
<Forecaster> Do you mean
factoryidle?
L167[05:08:54]
<Kodos> No
it was like a knockoff Factorio
L168[05:08:58]
<Kodos> But
in a web browser
L169[05:09:13]
<Kodos> 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]
<Kodos> Put
in irc disk
L173[05:11:20] <NoHaxJustBad12> ok
L174[05:11:20]
<Kodos>
type irc YourNickHere
L175[05:11:29]
<Kodos>
Once you're online, type `/join #oc`
L176[05:11:49]
<Forecaster> Mindustry?
L177[05:12:18]
<Kodos> No,
that's on Steam/Itch, this was playable in your web browser
L178[05:12:31]
<Kodos> I
remember it being mostly white background
L179[05:12:45]
<Forecaster> Hm...
L180[05:12:52]
<Kodos> 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]
<Kodos> Did
you install OpenOS beforehand?
L186[05:13:19] <NoHaxJustBad12> yes
L187[05:13:31]
<Kodos>
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]
<Kodos>
Install it, then remove the floppy
L191[05:14:21]
<Kodos>
Then try to run it
L192[05:14:23] <NoHaxJustBad12> ok
L193[05:15:10]
<Kodos>
Forecaster, I'm a moron
L194[05:15:36]
<Kodos> 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]
<Forecaster> %corded
L199[05:20:07] <MichiBot> Corded is a
relay between IRC and Discord. The user talking is between the
<>
L200[05:20:15] <NoHaxJustBad12> oh
L201[05:20:40]
<Kodos>
Just type irc
L202[05:20:43]
<Kodos> and
see what happens
L203[05:21:52] <NoHaxJustBad12> ok
L204[05:23:13]
<NoHaxJustBad12> so uhh
L206[05:24:42]
<Kodos>
Okay, now put in the irc floppy, and run `install irc` and
screenshot what happens
L208[05:26:31]
<Kodos>
You're certain you have the IRC in a drive and nothing else in any
other floppy slot?
L210[05:27:23]
<NoHaxJustBad12> im assuming i did it
wrong
L211[05:27:55]
<Forecaster> just type `install`
L212[05:28:02]
<NoHaxJustBad12> it
L213[05:28:10]
<NoHaxJustBad12> wouldnt let me
L214[05:28:46]
<Forecaster> take a screenshot
L216[05:29:07]
<Kodos>
Okay, you didn't install the OS then
L217[05:29:26]
<Kodos>
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]
<Kodos>
Which means irc wouldn't install because the OS floppy was
read-only
L219[05:29:46]
<NoHaxJustBad12> hmm
L220[05:29:56]
<Kodos>
Which is why I asked you if you installed the OS
L221[05:30:10]
<Forecaster> put in the openos disk and
start the computer
L222[05:30:15]
<NoHaxJustBad12> ok
L223[05:30:17]
<NoHaxJustBad12> done
L224[05:30:18]
<Forecaster> type `install`, install
openos
L225[05:30:33]
<Forecaster> then when it's rebooted
remove the openos disk and put in the irc disk
L226[05:30:38]
<Forecaster> type `install` again
L227[05:30:45]
<Kodos> ^
All that
L228[05:31:15]
<NoHaxJustBad12> ok
L229[05:31:45]
<NoHaxJustBad12> done
L230[05:31:50]
<NoHaxJustBad12> 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]
<Forecaster> 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]
<Forecaster> mhm
L238[05:34:55] <NoHaxJustBad12> ill
brb
L239[05:37:57] <NoHaxJustBad12> hm
L240[05:44:22]
<Kodos> How
do I properly spit out an error
L241[05:44:28]
<Kodos> I
don't want to just print out in red
L242[05:44:33]
<Kodos> I
know there's a thing for it
L243[05:44:54]
<ThePiGuy24> error()
L244[05:44:54] <NoHaxJustBad12>
question
L245[05:45:09] <NoHaxJustBad12> can i use
opencomputers for weather2
L246[05:45:27]
<Kodos> You
could detect redstone with it probably
L247[05:45:32]
<Kodos>
Since that mod has sensors
L248[05:45:38] <NoHaxJustBad12> yeah
L249[05:45:58]
<Kodos>
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]
<Forecaster> put an adapter next to a
sensor
L251[05:46:10]
<Forecaster> see if a component shows
up
L252[05:46:11]
<Kodos>
Yeah, you can check to see if it has straight up functions
L253[05:46:16]
<Kodos> 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]
<Kodos>
Mkay
L257[05:47:00]
<Kodos>
@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]
<ThePiGuy24> dont know, other than setting
text colour to red, priting the text, then halting the
program
L259[05:47:47]
<Forecaster> 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]
<Forecaster> do what
L264[05:52:56]
<ThePiGuy24> 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]
<Forecaster> with?
L268[05:54:29] <NoHaxJustBad12>
coding
L269[05:54:35]
<Forecaster> ...
L270[05:54:40]
<Forecaster> 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]
<Forecaster> you're welcome
L274[05:55:00]
<Kodos>
Lmao
L275[05:55:02]
<Kodos>
Shoot me a DM
L276[05:55:04]
<Kodos> I
can probably help you
L277[05:55:08]
<Kodos> Oh,
wait, you're on IRC
L278[05:55:09]
<Kodos>
Welp
L280[05:55:33]
<Forecaster> 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]
<Kodos> Is
it bad I don't even own an Anaconda but I want that new skin?
L283[05:56:28]
<Forecaster> new skin?
L284[05:56:40]
<Kodos>
Yeah, just got the email from Frontier, Anaconda has Polarity
now
L285[05:56:43]
<Kodos> I
want Polarity Black
L286[05:56:50]
<Kodos>
Paint Job, skin, whatever
L287[05:57:01]
<Forecaster> I have to launch the game and
check that out
L288[05:57:06]
<Forecaster> I know what you meant
L289[05:57:32]
<Kodos> 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
L291[05:57:43]
<Kodos>
Assuming it has functions, yes
L292[05:57:50]
<Kodos>
Otherwise replace the adapter with a redstone I/O
L293[05:58:42]
<NoHaxJustBad12> sorry if i am
annoying
L294[05:58:48]
<Forecaster> 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]
<Kodos> Eh
we're used to people coming in here with no clue what they're doing
🙂
L296[05:59:05]
<Kodos>
Hell, I was that way once
L297[05:59:11]
<Kodos> I
still am, but I used to be also
L298[05:59:18]
<Forecaster> or joining, saying something
and then leaving after a minute
L299[05:59:39]
<Kodos> My
favorite is when they come in from in-game and don't realize we are
real people
L300[05:59:54]
<NoHaxJustBad12> i think i used to be like
that
L301[05:59:57]
<Kodos> So
they just start spouting obscenities into the void of chat
L302[06:00:03]
<NoHaxJustBad12> oh
L303[06:00:06]
<NoHaxJustBad12> 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]
<Forecaster> 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]
<Forecaster> a keyboard is one way
L313[06:43:54] <NoHaxJustBad12> ;-;
L314[06:44:30]
<Forecaster> 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]
<Forecaster> edit
L317[06:45:53] ⇦
Quits: NoHaxJustBad12 (~nohaxjust@vmi639933.contaboserver.net)
(Remote host closed the connection)
L318[06:46:40]
<NoHaxJustBad12> ok
L319[06:46:53]
<NoHaxJustBad12> sorry i shut down my
monitor by accident
L320[06:47:04]
<NoHaxJustBad12> levers kill screens
L321[06:47:31]
<Forecaster> 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]
<NoHaxJustBad12> 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]
<Forecaster> godammit, my MichiBot
instance wont build again
L332[06:57:59]
<Forecaster> :|
L333[06:59:07]
<Michiyo>
Mine won't either.
L334[06:59:46]
<Michiyo>
Might be time to start from scratch :P
L335[06:59:55]
<Forecaster> in the pom file the source
dir is `botsrc` instead of `src`
L336[06:59:59]
<Forecaster> but that didn't fix it
L337[07:00:45]
<Forecaster> I don't know maven :x
L338[07:01:19]
<Kodos> I
didn't misread pom
L339[07:01:28]
<Michiyo>
lol
L340[07:09:52]
<ThePiGuy24> yeah dont worry my mind isnt
dirty enough to misread pom either 👀
L341[07:10:25]
<ThePiGuy24> (this is why i like
monospaced fonts, much easier to read imo)
L342[07:10:51]
<ThePiGuy24> (and on a side note, fuck
kerning)
L343[07:13:53]
<Forecaster> wellp, clearing the cache
didn't help, I'm out of ideas...
L344[07:23:16]
<Michiyo>
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]
<Forecaster> for me it's not finding a
bunch of packages and classes
L346[07:26:37]
<Forecaster> this is what happened last
time
L347[07:26:49]
<Forecaster> I fixed it somehow, but now
it's doing it again
L348[07:27:28]
<Michiyo>
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)
L351[07:32:10]
<Michiyo>
Hmm, I just built with no issues @Forecaster
L352[07:32:16]
<Michiyo>
Well...
L353[07:32:22]
<Michiyo>
"no issues"
L355[07:33:28]
<Michiyo>
But yeah, it'd be REALLY neat if the damn thing dumped out it's
default config still...
L356[07:39:01]
<Forecaster> well mine keeps
breaking
L357[07:39:15]
<Forecaster> 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]
<Kodos>
Hokay, well that's a new favorite food
L360[07:54:25]
<Vaur> fuck
me, discord.py maintainer is throwing the towel 😦
L361[07:54:36]
<Kodos>
Indeed
L362[07:59:19]
<Forecaster> 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]
<Kodos> 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]
<Kodos> And
a cold pepsi
L368[08:31:18]
<Michiyo>
God damn it, why is everyone still using fucking microusb q_q
L369[08:31:28]
<Forecaster> no idea what baby spinach
is
L370[08:32:04]
<Forecaster> @Michiyo my headphones use
micro-usb to charge, but that's probably because they were designed
a few years ago
L371[08:33:24]
<Michiyo>
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]
<Michiyo>
Oh
L373[08:33:44]
<Michiyo>
2018 for the headset
L374[08:33:45]
<Michiyo>
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]
<ThePiGuy24> 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]
<SparkyFox>
>Michiyo: <@!798020470435348561> if you have
control…
L398[12:17:00]
<SparkyFox>
holy crud! thanks! 🙂
L399[12:17:03]
<SparkyFox>
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]
<Vaur>
%tonk
L403[13:47:42] <MichiBot> Jeepers! Vaur!
You beat Forecaster'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]
<Vaur>
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]
<SIN001>
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]
<SIN001>
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]
<Ariri>
^
L416[16:32:14]
<Kodos>
@Zen1th Be sure to post that here, too!
L417[16:32:35]
<Zen1th>
?
L418[16:32:38]
<Zen1th> ah
yea
L420[16:35:38]
<Zen1th>
oops
L421[16:35:40]
⇨ Joins: Hawk777
(~chead@2607:c000:826f:d900:6089:b8bd:93da:5d35)
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]
<Vaur>
%sip
L428[17:11:19] <MichiBot> You drink an
oxidised moonstone potion (New!). Vaur feels chill.
L429[17:15:37]
<Kodos>
%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]
<Forecaster> %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]
<Forecaster> you can run lua coe I
guess
L459[18:05:11]
<Forecaster> %lua 1 == 0
L460[18:05:11] <MichiBot> false
L461[18:05:28]
<Forecaster> 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]
<Forecaster> 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]
<Michiyo>
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]
<Michiyo>
Oh shit it's the fuz!
L474[18:08:15] <Corded> * <Michiyo>
hids
L475[18:08:20] <NoHaxJustBad12> lol
L476[18:08:24]
<Michiyo>
hides*
L477[18:08:25]
<Forecaster> if you're asking for
suggestions on what to do in OC, make a sorting system using
transposers
L478[18:09:32]
<Forecaster> 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]
<Forecaster> well that probably doesn't
help, unless it's a small dragon
L481[18:10:08] <NoHaxJustBad12>
%help
L483[18:11:01]
<Michiyo>
Eh, some dragons have abilties that can help with hiding, I'll take
it
L484[18:11:03]
<Michiyo>
thanks
L485[18:11:11] <NoHaxJustBad12>
%octime
L486[18:11:11] <MichiBot> NoHaxJustBad12:
2021-Aug-28 18:11:11
L488[18:11:52] <NoHaxJustBad12>
%drink
L489[18:11:52]
<Michiyo>
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]
<Forecaster> though actually polymorph
alters your weight, that would be an illusion
L494[18:12:37] <Corded> *
<Forecaster> pushes up glasses
L495[18:12:47]
<Forecaster> hey, I liked that hair
D:
L496[18:13:06] <NoHaxJustBad12> lol
L497[18:13:39]
<Michiyo>
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]
<Forecaster> but it was priceless D:
L499[18:14:23]
<Forecaster> (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 3d6 => [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]
<Forecaster> they'll use power
L511[18:17:20] <NoHaxJustBad12> alright if
i randomly leave then i lost power
L513[18:20:32]
<NoHaxJustBad12> wonderful
L515[18:43:26] ⇦
Quits: NoHaxJustBad12 (~nohaxjust@vmi639933.contaboserver.net)
(Remote host closed the connection)
L516[18:47:25]
<Michiyo>
sigh
L517[18:47:41]
<Michiyo> 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]
<Forecaster> 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]
<Forecaster> 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]
<Michiyo>
Have any of us been here before?
L527[19:07:10]
<Michiyo>
are any of us here now?
L528[19:07:35]
<Forecaster> 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]
<NoHaxJustBad12> my server restarted
L536[20:00:20]
<Vaur>
%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]
<Kodos>
Michiyo, just promise me you won't start converting
OpenSec/OpenPrinter to the dark side
L542[21:59:38]
<Kodos>
Especially since the latter already exists anyway 😛
L543[22:00:57]
<Michiyo>
Like I said, I doubt I'll have the will to start modding on
1.16
L544[22:01:36]
<Michiyo>
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]
<R3C0NF16UR3D> 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]
<R3C0NF16UR3D> well den
L555[22:30:05]
<Kristopher38> Not really
L556[22:30:14]
<Kristopher38> Look up webhooks
L557[22:30:20]
<Michiyo>
Is it possible? yes.
L558[22:30:28] <ben_mkiv|afk> will it
blend?
L559[22:31:24]
<Michiyo>
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]
<Michiyo>
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]
<Michiyo>
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]
<Michiyo>
webhooks are https only
L570[22:42:08]
<Kodos>
BEN
L571[22:42:13]
<Michiyo>
... 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]
<Kodos>
ben_mkiv|afk: Question: Is there a wiki on OCDevices, and also when
are you going to fix the paper spool in OpenPrinter?
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]
<Michiyo>
it was 4 stacks of 64
L578[22:48:17]
<Michiyo>
which... is a standard supported recipe type isn't it? I thought it
was anyway
L579[22:48:19]
<Michiyo>
maybe I'm wrong
L580[22:48:25]
<Kodos> 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]
<Kodos> 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>
<Michiyo> 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]
<Kodos>
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]
<Michiyo>
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]
<Michiyo>
requires a custom handler..
L590[22:50:47]
<Michiyo>
it's not standard...
L591[22:51:01]
<Michiyo>
"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]
<Michiyo> I
thought that was an obvious continuation, sorry.
L595[22:52:15]
<Kodos> 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]
<Kodos>
Cool
L599[22:52:34] <ben_mkiv|afk> all of
WIP
L600[22:52:45]
<Michiyo>
FFS I need new glasses :(
L601[22:52:46]
<Kodos> 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]
<Kodos> Hey
I'm just thankful for the dyeable server rack
L604[22:53:18]
<Kodos>
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
L607[22:53:40]
<Michiyo>
the discolored spots there are the coating peeling off
L608[22:53:45]
<Michiyo>
which... makes it VERY hard to see
L609[22:53:53]
<Kodos> How
old are they
L610[22:53:59]
<Michiyo>
year and a halfish?
L611[22:54:10]
<Kodos>
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]
<Michiyo>
It's either part of the anti-glare or some of the transitions
stuff
L614[22:54:51]
<Kodos>
>Transitions
L615[22:54:51]
<Kodos>
Well there's your problem
L616[22:55:08]
<Michiyo>
I've always had transitions, never had this issue
L617[22:55:24]
<Michiyo>
Had glasses since I was 13
L618[22:55:36]
<Kodos>
What do you clean your glasses with
L619[22:55:54]
<Michiyo>
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]
<Michiyo>
IDK, whatever shit costco sells. I got them there
L622[22:56:42]
<Kodos> but
like proper eyeglass lens cleaner?
L623[22:57:02]
<Michiyo>
Yeah, they sell a kit spray and a cleaner cloth
L624[22:57:15]
<Kodos> No
idea what the issue is then, probably is the antiglare coming
off
L625[22:57:37]
<Michiyo>
Yeah, they seem to transition fine still.
L626[22:57:57]
<Michiyo>
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]
<Michiyo>
Oh it's been in the 70s all fucking week it'll be fine
L630[22:58:17]
<Michiyo>
fucking 89
L631[22:58:33]
<Kodos> I
don't pack up my AC until it snows
L632[22:58:50]
<Kodos> But
I'm also the idiot that went sledding in his undies, so
L633[22:59:05]
<Kodos>
Well, they were swimming trunks, but still
L634[23:01:47]
<Shuudoushi> 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]
<Michiyo>
Shuu!
L637[23:03:00]
<Shuudoushi> So, plasma burns suck ass,
don't suggest making your own plasma arc generator from random
scrap and junk...
L638[23:03:13]
<Michiyo>
Noted.
L639[23:04:29]
<Shuudoushi> I'm starting to think Amazon
has completely forgotten that I ordered a laptop and an 8gb
cm4...
L640[23:05:11]
<Kodos> Ask
them to send you another so you get two
L641[23:05:18]
<Kodos>
That's been my experience so far anyway
L642[23:05:18]
<Shuudoushi> And Amazon customer support
is just as trash-fucking-tastic as i remember it being
L643[23:05:21]
<Michiyo>
Nah, they haven't, and I really appreciate that you did.
L644[23:06:49]
<Kodos>
Aha, io.stderr:write("My error") is what I was looking
for the other day
L645[23:06:51]
<Shuudoushi> 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]
<Kodos> Hey
Ben
L648[23:07:35]
<Shuudoushi> For which thing?
L649[23:07:44]
<Kodos>
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]
<Kodos>
Time to go test immovable vs unstoppable
L652[23:08:10]
<Shuudoushi> @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]
<Kodos>
Lmao
L657[23:08:43] <ben_mkiv|afk> report
back
L658[23:08:51]
<Kodos>
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]
<Kodos>
Until you interact with the block again
L661[23:09:05]
<Kodos>
Something something sync
L662[23:09:11] <ben_mkiv|afk> yea someone
brought that up today on my discord
L663[23:09:21]
<Kodos> 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]
<Kodos> I'm
slowly getting smarter with this shit. In 10 years or so I might
make an addon
L666[23:10:21]
<Kodos>
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]
<Shuudoushi> 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]
<Kodos>
Maybe blinks now and then too with a light or something
L669[23:11:08]
<Ocawesome101> framework is focused on
openness
L670[23:11:11]
<Ocawesome101> iirc
L671[23:11:16]
<Shuudoushi> ^
L672[23:13:13]
<Kodos> Oh
uhh
L673[23:13:14]
<Kodos>
Hm
L674[23:13:36]
<Shuudoushi> 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
L677[23:14:01] ⇦
Quits: hnOsmium0001 (uid453710@id-453710.stonehaven.irccloud.com)
(Quit: Connection closed for inactivity)
L678[23:14:16]
<Shuudoushi> Nice going kodos, you fucking
broke it lol
L679[23:14:24]
<Kodos>
Wait, no I didn't
L680[23:14:31]
<Kodos> BUD
delayed again
L681[23:14:37]
<Kodos> So
it didn't update all being connected
L682[23:14:38]
<Kodos>
gg
L683[23:14:42]
<Kodos> Ben
broke it thank you very much\
L684[23:14:44]
<Kodos> Ben
broke it thank you very much [Edited]
L685[23:14:51]
<Shuudoushi> Lulz
L686[23:15:47]
<Kodos>
Izaya, you weren't kidding
L687[23:15:53]
<Kodos>
ben_mkiv it literally just constantly explodes
L689[23:16:17]
<Shuudoushi> I need more ammo, but Walmart
is wanting nearly $80 (66€) for 40 rounds of 300wm...
L690[23:16:45]
<Shuudoushi> Can't hack it of you can
survive standing next to it?
L691[23:16:56]
<Kodos>
Right
L692[23:16:58]
<Kodos>
Lol
L693[23:17:13]
<Shuudoushi> Can't hack it if you can
survive standing next to it? [Edited]
L694[23:17:36]
<Kodos> Too
bad the server self-destruct board doesn't have a 'startOnLAN'
function
L695[23:17:44]
<Kodos>
Imagine sending a coded network message to destroy your
network
L696[23:17:57]
<Kodos> The
ultimate cyber security lmao
L697[23:18:06]
<Kodos>
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]
<Shuudoushi> If connection <= whitelist
then "run rm -rf / end
L700[23:19:39]
<Shuudoushi> Or something like that
L701[23:20:02]
<Kodos> Now
then...
L702[23:20:14]
<Kodos>
%choose SGCraft Gate Logging System or Elite Dangerous T9 Trade
runs
L703[23:20:14] <MichiBot> Kodos: Oh no,
not "Elite Dangerous T9 Trade runs" again! I'll have
"SGCraft Gate Logging System" instead.
L704[23:20:19]
<Kodos>
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]
<Kodos>
LMAO
L709[23:28:09] <ben_mkiv|afk> maybe it
exploded but the block update didn't happen yet xD
L711[23:30:07] <ben_mkiv|afk> nice
L712[23:30:16] <ben_mkiv|afk> is that your
custom os?
L713[23:31:06]
<Ocawesome101> yes
L715[23:37:50] ⇦
Quits: Vexatos (~Vexatos@port-92-192-36-119.dynamic.as20676.net)
(Quit: Insert quantum chemistry joke here)
L717[23:56:14]
⇨ Joins: ThePiGuy24
(~ThePiGuy2@host-92-17-120-33.as13285.net)