<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:29:39]
<Ocawesome101> %tonk
L2[00:29:41] <MichiBot> Goshhawk!
Ocawesome101! You beat CompanionCube's previous record of 3
hours, 10 minutes and 18 seconds (By 2 hours, 49 minutes and 34
seconds)! I hope you're happy!
L3[00:29:42] <MichiBot> Ocawesome101's new
record is 5 hours, 59 minutes and 53 seconds! Ocawesome101 also
gained 0.01132 (0.00283 x 4) tonk points for stealing the tonk.
Position #3 => #2. (Overtook Vaur) Need 0.00061254 more points
to pass Forecaster!
L4[01:15:32]
<Ocawesome101> %sip
L5[01:15:34] <MichiBot> You drink a
forbidden oculemon potion (New!). Ocawesome101 gains knowledge
about a random useless subject.
L6[01:28:18] * Amanda
curls up on top of Elfi's house to hide the unauthorized roofwork
she did, does a heccen zzzmrw
L7[01:28:36] <Amanda> Night girls
L8[01:46:25] ⇨
Joins: Webchat419
(webchat@cpe-72-230-143-184.rochester.res.rr.com)
L9[01:47:13]
<theotherhive> hiya
L10[01:47:31]
<theotherhive> i'm trying to port OC to
1.18.2
L11[01:48:01]
<theotherhive> i'm basing it off the code
from kosmosprime's repo, which currently has a pending pr to the
main repo
L12[01:49:23]
<theotherhive> the biggest issue i forsee
having to deal with is scorge not supporting 1.18
L13[01:49:52]
<theotherhive> i've looked around and
Scalable Cat's Force seems to be another provider for scala, but
i'm not sure how much of a "drop in replacement" it
is
L14[01:50:21]
<theotherhive> i'm also considering just,
porting the scala code to java, and if SCF ends up not working out,
that may be the option i have to go with
L15[01:52:50]
<theotherhive> any ideas suggestions, etc,
are welcome
L16[02:10:46] ⇦
Quits: Webchat419 (webchat@cpe-72-230-143-184.rochester.res.rr.com)
(Quit: webchat.esper.net)
L17[05:28:31] <CompanionCube>
%tonkout
L18[05:28:32] <MichiBot> I'm sorry
CompanionCube, you were not able to beat Ocawesome101's record of
5 hours, 59 minutes and 53 seconds this time. 4 hours, 58 minutes
and 52 seconds were wasted! Missed by 1 hour and 1 minute!
L19[05:41:24] ⇦
Quits: Michiyo (~Michiyo@50.39.219.205) (Read error: Connection
reset by peer)
L20[06:28:12] ⇨
Joins: Michiyo (~Michiyo@50.39.219.205)
L21[06:28:12] zsh
sets mode: +o on Michiyo
L22[06:54:20] ⇨
Joins: Vexatos
(~Vexatos@p200300eaef343f002d3eb32d52820aa6.dip0.t-ipconnect.de)
L23[06:54:20] zsh
sets mode: +v on Vexatos
L24[08:08:59] <Izzy> well damn, I
transplanted the wrapper functions from rtfs1 to rtfs2 and it looks
to justwerk
L25[08:09:28] <Izzy> (with appropriate
consideration for changed types and ordering)
L26[08:14:26] <Izzy> may end up making a
dedicated init loader for rtfs volumes
L27[08:15:02] <Izzy> given there's no
guarantee the init file will be contingous
L28[08:16:00] <Izzy> though copying all the
files to the volume serially seems to have kept them all in one
piece
L29[08:16:01] <Izzy> guess that
figures
L31[08:51:12] <Izzy> 683k cache hits vs 440
misses :3
L32[08:56:20] <Izzy> any suggestions for
calculating a metadata cache size? currently I just cache 8
sectors, but the index is 12 sectors after copying PsychOS to it,
and there's the superblock too.
L33[08:57:25] <Izzy> thinking (memory in
KB)/16, so a 256K machine would get a 16K metadata cache
L34[09:03:13] <Izzy> uh, 8K. 16
sectors.
L35[10:03:13]
<kristopher38> Sounds reasonable
L36[10:03:51]
<kristopher38> Keep in mind that strings
in OC are magically half the size their length would suggest
L37[10:14:31] <Izzy> Huh.
L38[10:18:22]
<ar2000>
>kristopher38: Keep in mind that strings in OC are magically
half the size their length …
L39[10:18:22]
<ar2000>
Meaning in a hypothetical 8k sector you can fit 16k chars ?
L40[10:18:44]
<ar2000>
Does it apply to byte string too ? (string.pack)
L41[10:22:36] ⇨
Joins: Charlie_san (webchat@110.140.133.39)
L42[10:22:45] <Charlie_san> hallo! i return
from the dead
L43[10:24:04] ⇦
Quits: Charlie_san (webchat@110.140.133.39) (Client
Quit)
L44[10:35:53]
<Forecaster> And now you're re-dead
L45[10:39:58]
<ar2000>
That's the issue with irc
L46[10:42:17] <Izzy> that you disconnect
when you disconnect? :?
L47[10:46:13]
<techtastic> :trollface:
L51[10:46:14] <Corded> :trollface:
L55[10:59:02] *
Amanda meows and looks around
L56[11:02:20] *
Amanda doesn't see Elfi's landfairy, climbs off her roof and waits
by the door for Elfi
L57[11:24:02] ⇦
Parts: lunar_sam (c44a7f2987@jabberfr.org) ())
L58[11:24:04] ⇨
Joins: lunar_sam
(c44a7f2987@2a00:c70:1:178:170:40:189:1)
L59[11:26:15]
<ar2000>
>techtastic: <:trollface:280296715196694529>
L60[11:26:16]
<ar2000>
Wrong mod (but really cool)
L61[12:08:49]
<kristopher38> >ar2000: Meaning in a
hypothetical 8k sector you can fit 16k chars ?
L62[12:08:49]
<kristopher38> No, I mean in-memory
L63[12:09:10]
<kristopher38> Iirc it works with packed
strings too
L64[12:32:30] <Amanda> %remindme 26h40m
fleet's back again
L65[12:32:31] <MichiBot> I'll tell you
"fleet's back again" in 26h40m at 09/29/2023 03:12:31
PM
L66[12:36:52] <CompanionCube>
%tonkout
L67[12:36:52] <MichiBot> Potzblitz!
CompanionCube! You beat Ocawesome101's previous record of 5
hours, 59 minutes and 53 seconds (By 1 hour, 8 minutes and 27
seconds)! I hope you're happy!
L68[12:36:53] <MichiBot> CompanionCube has
stolen the tonkout! Tonk has been reset! They gained 0.007 tonk
points! plus 0.006 bonus points for consecutive hours! (Reduced to
50% because stealing) Current score: 1.10197625. Position #4 Need
0.11974025 more points to pass Vaur!
L69[12:46:27] <Izzy> speaking of
memory
L70[12:47:03] <Izzy> say I have a function,
and it contains local functions inside it
L71[12:47:32] <Izzy> does each local
function use its own memory chunk when the main function is in
memory?
L72[12:47:51] <Izzy> ... I don't know how
comprehensible that question is, uhh
L74[12:52:50] <Izzy> uh, anyway. gonna try
to rewrite some of the PsychOS readline code at some point,
amusingly it's going to end up looking like the OpenOS equivalent
by the time I'm done
L75[13:58:52] <Amanda> %choose halucinate
or continue staring at editor window
L76[13:58:53] <MichiBot> Amanda: I tried
reading my tea leaves this morning. There was something about death
and doom. Anyway, go with "halucinate"
L77[13:59:07] <Amanda> I'm sure that's
fine
L78[14:13:07]
<kristopher38> Izzy: yes
L79[14:13:09] *
Amanda curls up around Elfi to read her stories while she waits for
her query to finish
L80[14:14:44]
<kristopher38> Each time the interpreter
encounters function definition it creates a closure, i.e. an object
that represents function's body and its set of upvalues
L81[17:39:25] <Amanda> ... bah did valve
change it so that user systemd units wouldn't be started in game
mode anymore?
L82[17:41:36]
<kristopher38> Izzy: on a second thought
I'm not sure if I understood your question right
L83[17:43:44] <Amanda> no, I guess
syncthing just died after several cycles of me putting my steamdeck
to sleep and back awake or something
L84[17:57:35]
<Vaur>
%tonk
L85[17:57:36] <MichiBot> Woah! Vaur! You
beat CompanionCube's previous record of <0 (By 5 hours, 20
minutes and 42 seconds)! I hope you're happy!
L86[17:57:37] <MichiBot> Vaur's new record
is 5 hours, 20 minutes and 42 seconds! Vaur also gained 0.00535
tonk points for stealing the tonk. Position #3 => #1. (Overtook
Forecaster)
L87[18:22:35] ⇦
Quits: Michiyo (~Michiyo@50.39.219.205) (Ping timeout: 195
seconds)
L88[18:22:44]
<Michiyo>
woo BSOD
L89[18:22:56] ⇨
Joins: Michiyo (~Michiyo@50.39.219.205)
L90[18:22:56] zsh
sets mode: +o on Michiyo
L91[19:30:57]
<Forecaster> Why couldn't they be blue
screens of happiness instead
L92[20:29:54] <Amanda> but death is the
final happyness?
L93[20:37:27] <Amanda> %choose
laptopnaptime?
L94[20:37:28] <MichiBot> Amanda: Fine, but
only if I receive pats after.
L95[20:39:51] *
Amanda pats MichiBot
L96[20:46:01]
<Forecaster> %sip
L97[20:46:02] <MichiBot> You drink a warm
caterium potion (New!). Forecaster feels the need to use
"%fling".
L98[20:46:28]
<Forecaster> I can't argue with that, so
%fling
L99[20:46:29] <MichiBot> Forecaster:
Invalid arguments. %fling Target:string [Item:string]
L100[20:46:34]
<Forecaster> Every time
L101[21:00:49]
<Vaur>
%sip
L102[21:00:50] <MichiBot> You drink a dull
naqahdah potion (New!). Vaur barely manages to catch a green shell
that appears in front of them! (Rem. uses: 0)
L103[21:24:05]
<Forecaster> Only one use D:<
L104[21:24:05]
⇨ Joins: Logan (~Logan@31.214.134.35)
L105[21:25:01] ⇦
Quits: Logan (~Logan@31.214.134.35) (Client Quit)
L106[21:42:18] <Amanda> %choose rain box
or wait
L107[21:42:18] <MichiBot> Amanda: Oh no,
not "rain box" again! I'll have "wait"
instead.
L108[21:42:47] <Amanda> Counterpoint:
(sound of white noise from water falling)
L109[21:52:43]
⇨ Joins: Gleb
(~Gleb@cgn-pool-185-16-136-175.tis-dialog.ru)
L110[21:54:04] ⇦
Quits: Gleb (~Gleb@cgn-pool-185-16-136-175.tis-dialog.ru) (Client
Quit)
L111[22:12:19]
⇨ Joins: charlie_sans
(~charlie_s@110.140.133.39)
L112[22:12:24] <charlie_sans> halo!
L113[22:12:44]
<Michiyo>
%hello
L114[22:12:45] <MichiBot> Hello! Welcome
to #oc! The one and only opencomputers channel! Please ask your
questions directly (dont ask to ask) and provide error/code
examples! (Use pastebin.com if theyre more than one line!) Dont
mind the random conversation you might have walked into.
L115[22:14:16] <charlie_sans> how are you
corded?
L116[22:14:25]
<Michiyo>
%corded
L117[22:14:25] <MichiBot> Corded is a
relay between IRC and Discord. The user talking is between the
<>
L118[22:14:33] <charlie_sans> ohhh
L119[22:14:36] <charlie_sans> wait
L120[22:14:40]
<Michiyo>
<- Michiyo o/
L121[22:14:42] <charlie_sans> theres a
dscord?
L122[22:14:55]
<Michiyo>
Yeah, it's in the topic
L123[22:14:58]
<Michiyo>
also %discord
L125[22:17:06] <charlie_sans> the link
seems to be invalid?
L126[22:17:45]
<Michiyo>
The one the bot linked works fine at least.
L128[22:18:23] <charlie_sans> tf?
L129[22:18:37] <charlie_sans> i aint
typing that in by hand
L130[22:18:51]
<Michiyo>
Ok.
L131[22:20:47] ⇦
Quits: charlie_sans (~charlie_s@110.140.133.39) (Quit:
charlie_sans)
L132[22:30:05]
<theotherhive> i got here from the link in
the topic so i know that works lol
L133[22:40:53] ⇦
Quits: Vexatos
(~Vexatos@p200300eaef343f002d3eb32d52820aa6.dip0.t-ipconnect.de)
(Quit: Insert quantum chemistry joke here)
L134[22:47:07]
<theotherhive> ok so there's an issue now,
where i'm using cursemaven, if i have the line
L135[22:47:07]
<theotherhive> ``` runtimeOnly
fg.deobf("curse.maven:modernfix-790626:4728410")```
L136[22:47:08]
<theotherhive> it doesn't work, but it
does work if i remove fg.deobf, but they had fg.deobf there
originally, so i assume it's important ? but it's a runtime
dependency, so i don't know why that would been to be deobfuscated
?
L137[22:52:15] <Izzy> Michiyo: did you
hear discord got sick of being used as a file host so those query
params are required now?
L138[22:53:10] <Izzy> Amanda: I think I
managed to fix the weird issues with PsychOS's terminal input and
having a long line at the end of the screen
L139[22:56:28] <Michiyo> I mean... they're
not though
L141[22:56:34] <Izzy> for now
L142[22:56:45] <Izzy> there was a post on
fedi about it, uno momento
L143[22:57:10]
<theotherhive> are ya'll on irc ? if so
how do you have pfps
L144[22:57:29] <Michiyo> Because I'm
awesome.
L145[22:57:41]
<theotherhive> fair enough
L146[22:57:47] <Izzy> I do not have any
perfluoropentacene
L147[22:58:27]
<Michiyo>
IRC users can use a command with Corded to set a profile
picture
L148[22:58:39] <Izzy> Michiyo: okay so it
doesn't seem to reference any actual sources; still, I don't see
any other reason to add the params if you don't intend to
L150[22:59:53] <CompanionCube> oh that's
gonna be extremely annoying
L151[23:00:02]
<Michiyo>
Well, if they do make that change, it'll be unfortunate...
L152[23:00:19] <Izzy> little surprising it
took so long though
L153[23:00:59] <CompanionCube> the big
issue will be of old content no one updates
L154[23:01:10] <CompanionCube> it'll be
impossible to find it all
L156[23:28:43] <Izzy> that evil little
snippet there implements "if the buffer is longer than the
screen can fit, scroll properly"
L157[23:28:54] <Izzy> because it wasn't at
all before
L158[23:30:49] <Izzy> also, FUN FACT
L159[23:31:44] <Izzy> due to quirks of the
PsychOS VT100 layer, io.write("\27[9999;9999H\27[6n")
(move to the bottom right corner and return the current cursor
position) and io.write("\27[9999;9999H")
io.write("\27[6n") return different results!
L160[23:32:00] <Izzy> in the latter case,
it wraps and scrolls
L161[23:32:03] <Izzy> x-x
L162[23:33:55] <Izzy> guess I should
implement toggling line wrap, so you can get sane results without
knowing cursed details like that
L163[23:57:54] <Izzy> Anyone know if
there's a standard "the terminal was resized" escape
sequence?