<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:25:31] <Amanda> Hey elfi, what do you
say to early zzzmews, since I only got 3h of sleep last night
L2[00:26:32] * Amanda
mimics Elfi's voice, poorly "yeah that sounds good Amanda,
night night"
L3[00:26:38] <Amanda> Night girls
L4[00:26:47] * Amanda
collapses into a pile of floof
L5[00:57:32] ⇦
Quits: Vexatos
(~Vexatos@p200300eAef1f721908674A1011f91a6A.dip0.t-ipconnect.de)
(Quit: Insert quantum chemistry joke here)
L6[03:33:59]
<Michiyo>
%tonkout
L7[03:33:59] <MichiBot> Wut! Michiyo! You
beat your own previous record of 2 hours, 39 minutes and 23 seconds
(By 2 hours, 43 minutes and 35 seconds)! I hope you're happy!
L8[03:34:00] <MichiBot> Michiyo has tonked
out! Tonk has been reset! They gained 0.005 tonk points! plus 0.008
bonus points for consecutive hours! Current score: 0.53125,
Position #2 => #1 (Overtook Forecaster)
L9[03:34:08]
<Michiyo>
boooooooooooom
L10[04:39:52] ⇨
Joins: Hawk777
(~Hawk777@2607:c000:8295:8500:baf6:d50f:18c7:5c88)
L11[05:32:23]
<Forecaster> D:
L12[05:32:30]
<Forecaster> %tonk
L13[05:32:30] <MichiBot> Boom! Forecaster!
You beat Michiyo's previous record of <0 (By 1 hour, 58 minutes
and 31 seconds)! I hope you're happy!
L14[05:32:31] <MichiBot> Forecaster's new
record is 1 hour, 58 minutes and 31 seconds! Forecaster also gained
0.00198 tonk points for stealing the tonk. Position #2. Need
0.002555 more points to pass Michiyo!
L15[06:33:54] ⇦
Quits: lunar_sam (c44a7f2987@2a00:c70:1:178:170:40:189:1) (Ping
timeout: 183 seconds)
L16[06:35:12] ⇨
Joins: lunar_sam (c44a7f2987@jabberfr.org)
L17[06:39:11] ⇦
Quits: A_D (A_D@doom-tower.awesome-dragon.science) (Ping timeout:
190 seconds)
L18[06:40:31] ⇨
Joins: A_D (A_D@doom-tower.awesome-dragon.science)
L19[07:32:30]
<Michiyo>
%tonkout
L20[07:32:31] <MichiBot> Wow! Michiyo! You
beat Forecaster's previous record of 1 hour, 58 minutes and 31
seconds (By 1 minute and 29 seconds)! I hope you're happy!
L21[07:32:32] <MichiBot> Michiyo has
stolen the tonkout! Tonk has been reset! They gained 0.002 tonk
points! plus 0.001 bonus points for consecutive hours! (Reduced to
50% because stealing) Current score: 0.53475. Position #1
L22[07:33:01]
<Forecaster> dammit
L23[08:16:38] ⇦
Quits: Hawk777 (~Hawk777@2607:c000:8295:8500:baf6:d50f:18c7:5c88)
(Quit: Leaving.)
L24[08:22:36] ⇨
Joins: test
(~test@host-134-71-142-167.allocated.cpp.edu)
L25[08:23:08] ⇦
Quits: test (~test@host-134-71-142-167.allocated.cpp.edu) (Client
Quit)
L26[08:44:40] ⇨
Joins: Vexatos
(~Vexatos@p200300eaef1f72198440e2162188036a.dip0.t-ipconnect.de)
L27[08:44:40] zsh
sets mode: +v on Vexatos
L28[08:52:47] ⇦
Quits: Vexatos
(~Vexatos@p200300eaef1f72198440e2162188036a.dip0.t-ipconnect.de)
(Ping timeout: 189 seconds)
L29[09:06:34] ⇨
Joins: Vexatos
(~Vexatos@p200300EAef1F7218CD96745Fc16F66E1.dip0.t-ipconnect.de)
L30[09:06:34] zsh
sets mode: +v on Vexatos
L31[09:10:27] ⇨
Joins: we (webchat@77.69.153.125)
L32[09:10:33] ⇦
Parts: we (webchat@77.69.153.125) ())
L33[09:10:46]
<Forecaster> %tonk
L34[09:10:46] <MichiBot> Woah! Forecaster!
You beat Michiyo's previous record of <0 (By 1 hour, 38 minutes
and 15 seconds)! I hope you're happy!
L35[09:10:47] <MichiBot> Forecaster's new
record is 1 hour, 38 minutes and 15 seconds! Forecaster also gained
0.00164 tonk points for stealing the tonk. Position #2. Need
0.004415 more points to pass Michiyo!
L36[09:11:21]
<Forecaster> time flies by so quickly when
your head is full of math and boolean logic...
L37[10:00:51]
<Vaur>
%sip
L38[10:00:52] <MichiBot> You drink a goopy
tomato potion (New!). Vaur: Nothing seemed to happen...
L39[10:03:06] ⇨
Joins: ben_mkiv
(~ben_mkiv@200116B800455300Fe3497FFfea975F2.dip.versatel-1u1.de)
L40[10:08:09]
<Forecaster> that's just ketchup
L41[10:32:11]
<SoBinary>
how do i make a program run in the background - meaning, not
interrupting the inputs and all that?
L42[10:33:48]
<AR2000>
>SoBinary: how do i make a program run in the background -
meaning, not interrupting…
L43[10:33:48]
<AR2000>
You can't really. OC is single threaded technically.
L44[10:33:48]
<AR2000>
But with the thread lib and event.listen you can manage to work
something out
L45[10:34:15]
<Forecaster> if your program just listens
for an event you can just register the listener and exit the
program
L46[10:34:39]
<Forecaster> event listeners that aren't
unregistered will remain until the computer restarts
L47[10:35:26]
<SoBinary>
so if i have to constantly check for something that doesn't fire an
event by itself, i can't do anything else on that computer?
L48[10:35:53]
<Forecaster> you can register a
timer
L49[10:36:08]
<SoBinary>
aha
L50[10:36:28]
<Forecaster> to be clear, events and
timers (which are events) are interrupts
L51[10:36:37]
<Forecaster> they will pause anything the
computer is currently doing
L53[10:36:50]
<Forecaster> so the more you do in the
vent handler the longer the computer is going to remain
frozen
L54[10:37:09]
<Forecaster> you can't call the function
when you register the callback
L55[10:37:16]
<SoBinary>
oh sorry
L56[10:37:20]
<SoBinary>
remove the () right
L57[10:37:24]
<Forecaster> that is just going to pass
nil as the callback
L58[10:37:27]
<Forecaster> yes
L60[10:38:05]
<Forecaster> that should work,
probably
L62[10:42:45]
<Forecaster> you're also calling the
function there
L63[10:43:03]
<Forecaster> which means you're passing
`nil` or whatever removeDepleted returns as the callback
L64[10:43:40]
<SoBinary>
uh
L67[10:45:14]
<SoBinary>
and it still tried to use "rodDepleted" as an
argument
L69[10:46:20]
<Forecaster> yes? It literally says that
it will do that
L70[10:46:47]
<SoBinary>
from yesterday's conversation i thought that wasn't the case
L71[10:47:12]
<Forecaster> I checked out of that
conversation
L72[11:10:34]
<AR2000>
>SoBinary: from yesterday's conversation i thought that wasn't
the case
L73[11:10:35]
<AR2000>
Yesterday someone didn't understand arguments typing.
L74[11:10:46]
<AR2000>
And variables types
L75[11:10:58]
<SoBinary>
sorry?
L76[11:11:00]
<AR2000>
>SoBinary: wait, in the actual program i don't have that
L77[11:11:01]
<AR2000>
This look good to me
L78[11:13:18]
<Forecaster> @Michiyo can I make MichiBot
just repeat a message every 5 seconds that says "Read the
wiki, no really." please?
L79[11:13:50]
<Forecaster> it would save me a lot of
trouble
L80[11:25:16]
<AR2000>
>Forecaster: <@124625753240240132> can I make MichiBot
just repeat a message every 5 s…
L83[11:25:28]
<AR2000>
Use this :
L84[11:28:10]
<AR2000>
Read the f*ing manual
L85[11:35:09]
<Forecaster> hm, Amanda made it so you can
put an analyzer in a tablet to get block addresses didn't she, or
am I making that up
L86[11:49:19]
<RedstoneParkour> i think that's
correct
L87[11:59:14] <Amanda> Indeed
L88[11:59:38] <Amanda> It becomes part of
the tablet_scan event
L89[12:02:30]
<Forecaster> I need to make a tablet
program that takes the address of a screen and directly writes it
to an eeprom
L90[12:02:59]
<Forecaster> hm, maybe I could write that
into the eeprom I'm writing to directly...
L91[12:03:07]
<Forecaster> it might fit
L92[12:06:46]
<RedstoneParkour> %tonk
L93[12:06:46] <MichiBot> Yay!
RedstoneParkour! You beat Forecaster's previous record of 1 hour,
38 minutes and 15 seconds (By 1 hour, 17 minutes and 43 seconds)! I
hope you're happy!
L94[12:06:47] <MichiBot> RedstoneParkour's
new record is 2 hours, 55 minutes and 59 seconds! RedstoneParkour
also gained 0.0026 (0.0013 x 2) tonk points for stealing the tonk.
Position #5. Need 0.02635 more points to pass Vaur!
L95[12:19:37]
<Forecaster> %shellcount
L96[12:19:37] <MichiBot> Forecaster: You
have 1 Blue Shell, 10 Red Shells, 5 Green Shells, and 2
Bricks
L97[12:20:22]
<Vaur>
%sip
L98[12:20:22] <MichiBot> You drink a runny
stainless steel potion (New!). A voice whispers a secret into
Vaur's ear only they can hear.
L99[12:21:01]
<Forecaster> I had more red ones than I
though
L100[15:52:51]
<Forecaster> %tonkout
L101[15:52:53] <MichiBot> Willikers!
Forecaster! You beat RedstoneParkour's previous record of 2
hours, 55 minutes and 59 seconds (By 50 minutes and 7 seconds)! I
hope you're happy!
L102[15:52:54] <MichiBot> Forecaster has
stolen the tonkout! Tonk has been reset! They gained 0.003 tonk
points! plus 0.002 bonus points for consecutive hours! (Reduced to
50% because stealing) Current score: 0.536335. Position #2 => #1
(Overtook Michiyo)
L103[16:14:58]
<PwnagePineapple (He/Him)> %tonk
L104[16:14:58] <MichiBot> Dogast!
PwnagePineapple (He/Him)! You beat Forecaster's previous record
of <0 (By 22 minutes and 5 seconds)! I hope you're happy!
L105[16:14:59] <MichiBot> PwnagePineapple
(He/Him)'s new record is 22 minutes and 5 seconds! PwnagePineapple
(He/Him) also gained 0.00037 tonk points for stealing the tonk.
Position #12. Need 0.00068 more points to pass AR2000!
L106[17:09:28]
<PwnagePineapple (He/Him)> %tonkout
L107[17:09:29] <MichiBot> Darn!
PwnagePineapple (He/Him)! You beat your own previous record of 22
minutes and 5 seconds (By 32 minutes and 24 seconds)! I hope you're
happy!
L108[17:09:30] <MichiBot> PwnagePineapple
(He/Him) has tonked out! Tonk has been reset! They gained 0 tonk
points! Current score: 0.00918, Position #12 Need 0.00068 more
points to pass AR2000!
L109[17:15:16]
<Sky>
%tonk
L110[17:25:35] <Amanda> %choose do the
thing $; Today or tomorrow
L111[17:25:35] <MichiBot> Amanda: do the
thing tomorrow
L112[17:25:39] <Amanda> sounds good
L113[18:18:11]
<AR2000>
%tonk
L114[18:18:11] <MichiBot> Zounderkite!
AR2000! You beat PwnagePineapple (He/Him)'s previous record of
<0 (By 1 hour, 8 minutes and 42 seconds)! I hope you're
happy!
L115[18:18:12] <MichiBot> AR2000's new
record is 1 hour, 8 minutes and 42 seconds! AR2000 also gained
0.00115 tonk points for stealing the tonk. Position #11. Need
0.03112 more points to pass TechTastic!
L116[18:19:45]
<Forecaster> I almost (not really) want to
read the manga of `Farming Life in Another World` to see if it's
just the anime where someone made the dumb decision for the MC to
marry someone within the first 2 episodes and then after like 10
episodes they suddenly have a child
L117[18:20:13]
<Forecaster> between these two episodes
there's been no indication of romance between these two characters
at all...
L118[18:20:33]
<Forecaster> much less any indication that
anything that would result in a child has been going on
L119[18:21:28]
<Forecaster> such a disappointment
L120[18:22:13]
<Forecaster> it was a pretty good show for
the first 10 episodes too until this child came out of
nowhere
L121[18:29:08] <Saphire> I swear...
L122[18:29:16] <Saphire> I need to disable
this plugin... or something
L123[18:29:35]
<Forecaster> what did the plugin do
L124[18:30:40] <Saphire> Forecaster:
messed up my user list because I suspect someone had a great idea
to use a regex to match paired things or smth
L125[18:31:36]
<Forecaster> not the regex!
L126[19:02:05]
<Forecaster> %sip
L127[19:02:06] <MichiBot> You drink a
seeping white potion (New!). Forecaster's eyebrows vanish until
they steal the moon.
L128[19:05:21]
<PwnagePineapple (He/Him)> %tonk
L129[19:05:21] <MichiBot> I'm sorry
PwnagePineapple (He/Him), you were not able to beat AR2000's record
of 1 hour, 8 minutes and 42 seconds this time. 47 minutes and 9
seconds were wasted! Missed by 21 minutes and 32 seconds!
L130[19:05:36]
<PwnagePineapple (He/Him)> A bad math has
been done
L131[19:09:07]
<Forecaster> This seems to be the
case
L132[19:09:43]
⇨ Joins: SoyDDP
(~SoyDDP@21.204.11.37.dynamic.jazztel.es)
L133[19:10:00] <SoyDDP> hey
L134[19:10:06] <SoyDDP> anyone
there?
L135[19:10:24]
<PwnagePineapple (He/Him)> Yes
L136[19:10:30]
<Forecaster> No
L137[19:10:46] ⇦
Quits: SoyDDP (~SoyDDP@21.204.11.37.dynamic.jazztel.es) (Client
Quit)
L138[19:13:24]
<Forecaster> oh, hm
L139[19:13:40]
<Forecaster> if the analyzer isn't a
component that makes things a bit trickier...
L140[19:14:06]
<Forecaster> because if the eeprom is in a
tablet it shouldn't do the normal thing, just wait for a scan of a
screen
L141[19:14:25]
<Forecaster> and if it's not in a tablet
it should do the normal thing and not wait for a scan
L142[19:14:39]
<Forecaster> but how to tell it's inside a
tablet instead of a server...
L143[19:20:28]
<Forecaster> oh, or is it the
"barcode_reader" component
L144[19:20:40]
<Forecaster> even though it's just passive
it's still there
L145[19:27:49]
<Forecaster> Amanda how do you trigger the
scan...
L146[19:28:51] <Amanda> Shift-right click
for a interminiate amount of time. I can never remember how long,
and my muscle memory would never trigger which is why I made
opentablets just trigger it on a middle-mouse click
L147[19:29:27] <fingercomp> we're looking
into the inner workings of the sound card (Computronics), and one
thing has come up that we'd like to check
L148[19:29:38]
<Forecaster> I've tried that, but it wont
scan
L149[19:29:42]
<Forecaster> there's no event
L150[19:30:07] <fingercomp> we'd like
someone to run this code
https://clbin.com/jY1ey on a computer
with a sound card and report to us whether they observe the sound
changing a second after it starts playing
L151[19:30:24]
<Forecaster> oh wait, there it is
L152[19:30:51]
<Forecaster> fingercomp I have the game
running so I can run it
L153[19:31:22] <fingercomp> I'd really
appreciate it, thanks
L154[19:33:24]
<Forecaster> well, after requiring
component it goes "booooOOOOP"
L155[19:34:11]
<Forecaster> is that what you meant?
L156[19:35:12] <fingercomp> thank you very
much! yes, it's most likely what I believe should happen
L157[19:35:27]
<Forecaster> Amanda also it seems the vent
is called `tablet_use`?
L158[19:35:30] <fingercomp> which
indicates a bug in Computronics, because it shouldn't change
L159[19:35:49] <Amanda> Forecaster I was
going to mention that I Wasn't sure about the event name, but then
I got distracted
L160[19:38:05]
<Vaur>
%tonk
L161[19:38:05] <MichiBot> I'm sorry Vaur,
you were not able to beat AR2000's record of 1 hour, 8 minutes and
42 seconds this time. 32 minutes and 44 seconds were wasted! Missed
by 35 minutes and 58 seconds!
L162[19:38:32]
<Vaur>
%sip
L163[19:38:32] <MichiBot> You drink a
mutable titanium potion (New!). Vaur turns into a quicksilver wolf
until someone turns on a lamp.
L164[19:43:35] <Amanda> %choose comfort or
utility or leave the homelab semi-burning
L165[19:43:35] <MichiBot> Amanda: Wait,
what was the question again? Uhh... "utility"?
L167[19:48:33] *
Amanda pomfs into a pile of floof
L168[19:48:59]
<Forecaster> kind of annoying that it lets
you hold the button for as long as you like, not firing the event
until you release it...
L169[19:49:52]
<Forecaster> doesn't seem like you need to
hold it for very long though
L170[19:54:25]
<Forecaster> aw man, the address snatcher
code put me into the red space-wise
L171[19:54:35]
<Forecaster> now I have to minify the
bootloader again
L172[20:04:25] <Amanda> %choose waves; em
or pressure
L173[20:04:26] <MichiBot> Amanda:
pressure waves
L174[20:04:43] <Amanda> %choose pressure
waves and space?
L175[20:04:43] <MichiBot> Amanda:
Amanda's hair turns red
L176[20:05:03] <Amanda> Hey!
L177[20:05:35]
<Forecaster> That probably means no
L178[20:05:50]
<Forecaster> and maybe that you should go
to a punk show instead
L179[20:17:28]
<Forecaster> oh
L180[20:17:44]
<Forecaster> writing code for a tablet
eeprom is even more annoying...
L181[20:17:55]
<Forecaster> it just blacks out and beeps
at you
L182[20:18:09]
<Forecaster> there's no bluescreen and no
way to get the error message
L183[20:19:35]
<Forecaster> This is not worth the
trouble...
L184[20:23:17] <Amanda> hrm
L185[20:25:03]
<Forecaster> yes you should definitely go
to that punk show and be very distracted for a while for entirely
non-suspicious reasons
L186[20:25:35] <Amanda> I'm not going to a
punk show, I have faires to protecc
L187[20:25:50] <Amanda> %choose halucinate
or pressure waves and space
L188[20:25:50] <MichiBot> Amanda: I
received a message from future you, said to go with
"halucinate".
L189[20:25:59] <Amanda> bleh.
L190[20:26:04] <Amanda>
Spaaaaaccceee!
L191[20:26:21]
<Forecaster> shoot, I mean that has no
effect on my plans at all for sure
L192[21:28:26]
<Forecaster> %tonkout
L193[21:28:26] <MichiBot> Gadsbudlikins!
Forecaster! You beat AR2000's previous record of 1 hour, 8
minutes and 42 seconds (By 41 minutes and 38 seconds)! I hope
you're happy!
L194[21:28:27] <MichiBot> Forecaster has
stolen the tonkout! Tonk has been reset! They gained 0.001 tonk
points! Current score: 0.537335. Position #1
L195[22:40:24]
<PwnagePineapple (He/Him)> So while making
a `SavedData` implementation for a TIS-3D radio module, I realized
that the code to load it needed a reference to the level it's being
loaded for, but the `LevelDataStorage#computeIfAbsent` method
required a closure that only took the NBT tag as a parameter. So I
did something lowkey cursed: function currying in Java.
L197[22:44:00]
<PwnagePineapple (He/Him)> After making
all that I discovered that the `onEnabled` and `onDisabled` methods
for `Module`s, which I was using to register the module with the
radio network, also fire on world load lmao
L198[22:45:47] <Amanda> Izzy: are
campfires used for anything other than resting and light?
L199[22:46:04]
<PwnagePineapple (He/Him)> They can also
do smoker recipes IIRC
L201[22:47:13] <Amanda> Strong birch
L202[22:47:25] <Amanda> Also, it has a gui
for steamdeck:
L203[22:47:28]
<PwnagePineapple (He/Him)> Ahh not
Minecraft lol
L205[22:50:27] <Amanda> Izzy: I ask
because the tooltip says (a) for adding wood and [1-8] something
else
L206[22:51:22] ⇦
Quits: ben_mkiv
(~ben_mkiv@200116B800455300Fe3497FFfea975F2.dip.versatel-1u1.de)
(Quit: Leaving)
L207[22:52:47] <Izzy> Amanda: not that I
can think of
L208[22:52:55] <Izzy> you can put a
cooking rack over them tho
L209[22:53:01] <Amanda> Ah
L210[22:53:43] <Amanda> I wasn't sure if
the [1-8] was meant to be a contextual prompt for adding food to it
or somethinng
L211[22:55:11] <Izzy> well you can put
different types of wood in it
L212[22:55:15] <Izzy> they all burn the
same tho
L213[22:57:16]
<PwnagePineapple (He/Him)> Now what do I
feel like rendering on the radio module's face...
L214[22:57:56] <Amanda> %give MichiBot a
tome of many scritchies
L215[22:57:56] *
MichiBot accepts the tome of many scritchies and adds it to her
inventory
L216[23:34:18] <Amanda> %choose iced
creams?
L217[23:34:18] <MichiBot> Amanda: After
all, why shouldn't you "iced creams"?
L218[23:35:42] <Amanda> Sounds good
L219[23:36:22] *
Amanda beams a bowl of iced creams in front of herself, and a tiny
little spoon for elfi if she wishes to partake
L221[23:55:30] <Amanda> Izzy: very nice.
I'm literally just starting, made a camp fire and decided to take a
break for a rain box visit, like 35m total playtime
L222[23:55:43]
<Michiyo>
%tonk
L223[23:55:43] <MichiBot> Jeepers!
Michiyo! You beat Forecaster's previous record of <0 (By 2
hours, 27 minutes and 16 seconds)! I hope you're happy!
L224[23:55:44] <MichiBot> Michiyo's new
record is 2 hours, 27 minutes and 16 seconds! Michiyo also gained
0.00245 tonk points for stealing the tonk. Position #2. Need
0.000135 more points to pass Forecaster!
L225[23:56:59] <Izzy> oic