<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:08:07] <Michiyo> Oh, I see why my IO
is so shit
L2[00:08:11] <Michiyo> fucking OVH
L3[00:13:28] <Amanda> Use protection, to be
safe
L4[00:14:07] ⇦
Parts: lunar_sam (c44a7f2987@2a00:c70:1:178:170:40:189:1)
())
L5[00:46:01] ⇨
Joins: lunar_sam
(c44a7f2987@2a00:c70:1:178:170:40:189:1)
L6[01:00:38] <Amanda> %choose halucinate or
save it for tomorrow
L7[01:00:47] <MichiBot> Amanda: I have a
pamphlet that says never to engage in "halucinate", so
you should definitely do it!
L9[01:07:56] <dequbed> @Ocawesome101 yep,
pretty much
L10[01:13:21] <Michiyo> *sigh* MichiBot's
YT stuff is broken....
L11[01:13:24] <Michiyo> yay
L12[01:49:13] ⇦
Quits: MichiBot (~MichiBot@pc-logix.com) (Remote host closed the
connection)
L13[01:49:59] ⇨
Joins: MichiBot (~MichiBot@pc-logix.com)
L14[01:49:59] zsh
sets mode: +v on MichiBot
L16[01:50:58] <MichiBot>
Roblox
Pressured Us to Delete Our Video. So We Dug Deeper. | length:
35m 22s | Likes:
141,077
Views:
1,553,115 | by
People Make Games | Published
On 13/12/2021
L17[01:51:16] <Michiyo> Ah, dropped a pipe,
but it works
L18[01:52:00] <dequbed> Also isn't the date
format the wrong way round? :P
L19[01:53:16] <dequbed> As in
$Day/$Month/$Year so indian ordering but with the american '/'
separator.
L20[01:59:15] <Michiyo> %restart
L21[01:59:15] ⇦
Quits: MichiBot (~MichiBot@pc-logix.com) (Remote host closed the
connection)
L22[01:59:30] ⇨
Joins: MichiBot (~MichiBot@pc-logix.com)
L23[01:59:30] zsh
sets mode: +v on MichiBot
L24[02:02:49] <Michiyo> %flip Testing
12345
L25[02:02:49] <MichiBot> Michiyo:
(╯°□°)╯ϛㄣƐⵒ⇂ ɓuıʇsǝ⊥
L26[02:02:56] <Michiyo> Eh, mostly looks
ok
L27[02:06:19] <Amanda> %flip ϛㄣƐⵒ⇂
ɓuıʇsǝ⊥
L28[02:06:19] <MichiBot> Amanda:
(╯°□°)╯Testing 12345
L29[02:08:09] <Michiyo> I need to re
install proxmox on my OVH box.. sadly the only way I can do that is
nuke it because I ALSO need to re-do disk stuff
L30[02:08:25] <Michiyo> I've got ~500GB of
disk images sitting there, and no good place to stash 'em
L31[02:10:12] <Michiyo> OVH panel doesn't
have backups anymore >_>
L32[02:17:43] ⇦
Quits: Vexatos (~Vexatos@port-92-192-6-121.dynamic.as20676.net)
(Quit: Insert quantum chemistry joke here)
L33[03:52:41] *
Amanda curls up around elfi, offers a ride on her drone, which is
going to mine cooper
L34[04:19:39] ⇨
Joins: ThePiGuy24
(~ThePiGuy2@host-92-31-106-206.as13285.net)
L35[04:20:18] ⇦
Quits: TPG24 (~ThePiGuy2@host-92-31-106-206.as13285.net) (Ping
timeout: 189 seconds)
L36[05:36:44] ⇨
Joins: prisma (~prismatic@151.210.152.62)
L37[05:36:48] <prisma> ok, so:
L38[05:36:50] <prisma> xml or json?
L39[05:36:53] <prisma> for arbitrary
data
L40[05:37:15] <prisma> i had a really
cursed idea: text-based minecraft guis
L41[05:37:32] <prisma> like,
text-defined
L42[05:37:59] <prisma> because it's quite
tedious to relaunch minecraft every time i want to change a number
in my gui
L43[05:43:04] <Izaya> is this in OC or in
mods in general
L44[05:43:26] <prisma> mods in
general
L45[05:43:43] <Izaya> hmm
L46[05:43:54] <Izaya> XML is more flexible
but can also be a pain in the ass to deal with
L47[05:43:57] <prisma> wait, does Minecraft
even have native xml parsing?
L48[05:44:11] <prisma> it has gson (which
it uses for a lot of things)
L49[05:44:14] <Izaya> whereas JSON can make
it harder to represent complex stuff but it's much easier to deal
with
L50[05:44:27] <prisma> xml is a massive
pita, can confirm
L51[05:44:34] <Izaya> though I guess if you
design for JSON that'd be a non-issue
L52[05:44:35] <prisma> advanced rocketry
uses it extensively
L53[05:44:48] <prisma> yeah, a gui isnt
that complex is it
L55[05:45:04] <prisma> widgets can be
represented with text
L56[05:45:08] <Izaya> say that again once
you try to do it
L57[05:45:12] <prisma> fair enough
L58[05:45:21] <prisma> do what tho, GUIs or
text-defined GUIs
L59[05:45:44] <Izaya> before you start, is
there anything that suits your needs already?
L60[05:45:55] <prisma> like, an existing
lib?
L61[05:46:03] <Izaya> yeah
L62[05:46:20] <prisma> i don't think
anyone's done data-driven guis for MC before but i'll take a
look
L63[05:47:08] <prisma> i thought
wrong!
L65[05:47:40] <prisma> nevermind, on
further inspection
L66[05:47:44] <prisma> doesn't seem to use
JSON or XML
L67[05:47:48] <prisma> rather, it's an
abstraction layer
L68[05:48:07] <prisma> ornot
L69[05:48:11] <prisma> im just looking at
the wrong page
L70[05:48:33] <prisma> documentation doesnt
seem great tho
L71[05:48:54] <prisma> also: it's for 1.16,
and forge
L72[05:56:45] <prisma> okay so apparently
jbr+dcevm is available for java 17
L73[05:56:56] <prisma> which means i can
reload the gui without relaunching
L74[06:02:49] <CompanionCube> inb4
s-expressions
L75[06:03:18] <prisma> s-expressions?
L76[06:03:26] <prisma> like,
's/a/b/'?
L77[06:03:33] <CompanionCube> no, like in
lisp
L78[06:03:36] <prisma> oh
L79[06:03:40] <prisma> i have no idea what
those are then
L80[06:04:08] <CompanionCube> (like (this)
(type) (of thing))
L81[06:04:14] <prisma> ah
L82[06:04:36] <prisma> ...i still have no
idea
L83[06:04:38] <prisma> let me google
it
L84[06:29:33]
<Vaur>
%tonk
L85[06:29:35] <MichiBot> Swell! Vaur! You
beat Ashirg's previous record of 7 hours, 8 minutes and 25 seconds
(By 3 hours, 11 minutes and 5 seconds)! I hope you're happy!
L86[06:29:36] <MichiBot> Vaur's new record
is 10 hours, 19 minutes and 30 seconds! Vaur also gained 0.02544
(0.00318 x 8) tonk points for stealing the tonk. Position #1.
L87[07:21:30] ⇦
Quits: prisma (~prismatic@151.210.152.62) (Quit: Konversation
terminated!)
L88[10:38:24] ⇨
Joins: Vexatos
(~Vexatos@port-92-192-6-121.dynamic.as20676.net)
L89[10:38:24] zsh
sets mode: +v on Vexatos
L90[12:58:34] *
Amanda meows around her cabin, looking for where elfi ran off to
overnight, as she's got to get off the death trap sun
L91[12:58:40] <Amanda> Soon*
L92[13:13:26] *
Amanda extracts elfi from a pillow fort, beaming her into her floof
to ride along in the carrier with her
L93[14:27:50] <Amanda> %choose play it safe
or play games
L94[14:27:51] <MichiBot> Amanda: Huh,
what? "play games" I guess, now leave me alone I'm
playing Tetris.
L95[14:27:59] <Amanda> Topical.
L96[15:52:19]
<Forecaster> %sip
L97[15:52:20] <MichiBot> You drink a basic
spice potion (New!). Forecaster's favourite pants are suddenly
fire.
L98[15:52:55] ⇦
Quits: lordpipe (~ba7888b72@66.109.211.50) (Ping timeout: 189
seconds)
L99[16:28:05] <Amanda> %splash a distracted
fox with mutable spice potion
L100[16:28:06] <MichiBot> You fling a
mutable spice potion (New!) that splashes onto a. a turns into a
rød spaghetti boy until they have A Viscous Green potion.
L101[17:05:24]
<Forecaster> &tonkout
L102[17:05:28]
<Forecaster> %tonkout
L103[17:05:29] <MichiBot> Shoot!
Forecaster! You beat Vaur's previous record of 10 hours, 19
minutes and 30 seconds (By 16 minutes and 23 seconds)! I hope
you're happy!
L104[17:05:30] <MichiBot> Forecaster has
stolen the tonkout! Tonk has been reset! They gained 0.01 tonk
points! plus 0.009 bonus points for consecutive hours! (Reduced to
50% because stealing) Current score: 4.3970401. Position #2 Need
0.40514254 more points to pass Vaur!
L105[17:52:34] <Amanda> %choose continue
playing or wait until we're at the terminal
L106[17:52:34] <MichiBot> Amanda: Huh,
what? "wait until we're at the terminal" I guess, now
leave me alone I'm playing Tetris.
L107[17:54:24]
<Forecaster> MichiBot is playing a lot of
Tetris
L108[17:58:58] ⇦
Parts: lunar_sam (c44a7f2987@2a00:c70:1:178:170:40:189:1)
())
L109[18:04:20] <Amanda> I've decided since
she gets to play games, so shall I
L110[18:35:35]
<Forecaster> %sip
L111[18:35:38] <MichiBot> You drink a
shiny tomato potion (New!). Forecaster feels slightly less
agile.
L112[20:12:30] <Amanda> %splash Forecaster
with mutable tomato potion
L113[20:12:32] <MichiBot> You fling a
mutable tomato potion (New!) that splashes onto Forecaster.
Forecaster turns into a honey dog boy until they have some
bacon.
L114[20:12:40]
<Forecaster> D:
L115[20:21:29] <Amanda> %give MichiBot a
spinal surgeon
L116[20:21:32] *
MichiBot accepts the spinal surgeon and adds it to her
inventory
L117[21:19:30] ⇦
Quits: ThePiGuy24 (~ThePiGuy2@host-92-31-106-206.as13285.net) (Ping
timeout: 195 seconds)
L118[21:52:40] ⇦
Quits: immibis (~hexchat@62.156.144.218) (Read error: Connection
reset by peer)
L119[21:53:00]
⇨ Joins: immibis (~hexchat@62.156.144.218)
L120[22:24:43]
<Forecaster> %tonk
L121[22:24:44] <MichiBot> Dad-Sizzle!
Forecaster! You beat your own previous record of <0 (By 5
hours, 19 minutes and 14 seconds)! I hope you're happy!
L122[22:24:45] <MichiBot> Forecaster's new
record is 5 hours, 19 minutes and 14 seconds! No points gained for
stealing from yourself. (Lost out on 0.00532)
L123[22:24:54]
<Forecaster> %sip
L124[22:24:55] <MichiBot> You drink a
forked rainbow potion (New!). Forecaster is now Borg until they use
"Awesome" in a sentence.
L125[22:25:05]
<Forecaster> That is not awesome
L126[22:35:31]
<Vaur>
%sip
L127[22:35:32] <MichiBot> You drink a
shining salmon potion (New!). Vaur turns into water lava boy until
the next time they hug someone.
L128[22:42:21] <Corded> *
<Forecaster> hugs the obsidian statue?