<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:02:42] ⇦
Quits: Hawk777 (~Hawk777@2001:569:7cae:7e00:6659:863a:e524:60b6)
(Quit: Leaving.)
L2[01:37:42] ⇨
Joins: Hawk777
(~Hawk777@2001:569:7cae:7e00:a9b3:1850:c992:66dc)
L3[01:51:49]

<Spider
EveryOS> %tonkout
L4[01:51:49] <MichiBot> Yeah! Spider
EveryOS! You beat Vaur's previous record of 2 hours, 2
minutes and 13 seconds (By 1 hour, 25 minutes and 49 seconds)! I
hope you're happy!
L5[01:51:50] <MichiBot> Spider EveryOS 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: 2.81716722. Position #2 =>
#1 (Overtook Forecaster)
L6[02:21:51]

<PewPewCricket> Is it possible to execute
2 blocks of code at once on the same computer
L7[02:24:13]

<PewPewCricket> I want a spinning loading
icon while I wait for a function to finish
L8[02:32:31] <Hawk777> At the same time, no,
not exactly. But any time one of them yields (e.g. when you do an
I/O operation) another thread can run.
L9[02:44:32] * Amanda
flops down, drags elfi into a pawhug, does a heccen
zzzearflick
L10[02:44:35] <Amanda> night girls
L11[03:27:42] <Corded> >
<Hawk777> At the same time, no, not exactly. But any time
one of them…
L12[03:27:42]

<PewPewCricket> So it would be very very
laggy?
L13[03:28:12]

<PewPewCricket> Is it possible to force a
coroutine to yield?
L14[03:28:36]

<PewPewCricket> Even if it doesn't
have any yield calls in it
L15[03:28:56]

<PewPewCricket> Like if it doesn't
yield in 10 seconds then force it to yield
L16[03:44:09] <Izzy> it's possible but
not in OC
L17[03:59:04] <Hawk777> It won’t get to 10
seconds. IIRC two and then the entire computer crashes with “too
long without yielding”?
L18[04:01:03]

<Ocawesome101> I think it's 5 or 7
seconds by default.
L19[04:06:21] <Corded> >
<PewPewCricket> Is it possible to execute 2 blocks of code
at once on the s…
L20[04:06:21]

<Lily>
openos threads, maybe?
L21[04:06:21]

<Lily> but
idk if that works for blocking stuff
L22[04:06:53] <Izzy> threads are a wrapper
over coroutines
L23[04:07:43] <Izzy> useful, because
they're so well integrated, but they're still just
coroutines
L24[04:08:20]

<Lily> you
could probably do a progress bar though
L25[04:08:38] <Izzy> you could probably
have something in the loop to draw something
L26[04:34:43] <Corded> >
<LilyflowerFDL> openos threads, maybe?
L27[04:34:43] <Corded> but idk if that
works for blocking s…
L28[04:34:43]

<PewPewCricket> how could i kill a
thread
L29[04:34:47]

<PewPewCricket> permanant;y
L30[04:34:53]

<PewPewCricket> from outside the
thread
L31[04:35:10]

<RedstoneParkour> `thread:kill()`
L32[04:35:33]

<RedstoneParkour> (with `thread` being a
handle to the thread)
L33[04:45:04]

<Forecaster> %tonk
L34[04:45:05] <MichiBot> Wild! Forecaster!
You beat Spider EveryOS's previous record of <0 (By 2
hours, 53 minutes and 15 seconds)! I hope you're happy!
L35[04:45:06] <MichiBot> Forecaster's
new record is 2 hours, 53 minutes and 15 seconds! Forecaster also
gained 0.00289 tonk points for stealing the tonk. Position #2. Need
0.00096813 more points to pass Spider EveryOS!
L36[04:45:36] <Corded> >
<RedstoneParkour> (with `thread` being a handle to the
thread)
L38[04:45:43]

<PewPewCricket> * loadingMsg function just
runs forever
L40[04:57:04] <Corded> >
<LilyflowerFDL> openos threads, maybe?
L41[04:57:04] <Corded> but idk if that
works for blocking s…
L42[04:57:04]

<PewPewCricket> do you know how i can make
the loading bar work
L43[05:11:52] <Hawk777> That’s because
you’re calling loadingMsg before spawning the thread.
L44[05:12:04] <Hawk777>
“loadingMsg("stuff")” invokes the function immediately in
the current thread.
L45[05:12:12] <Hawk777> Only once it
returns (which it will never do) will its return value be passed to
“thread.create”.
L46[05:12:15] <Hawk777> This is just like
any other function call.
L47[05:13:30] <Hawk777> “thread.create”
takes extra parameters to pass to the passed-in callable.
L48[05:13:46] <Hawk777> So you could
replace that line with “local t = thread.create(loadingMsg,
"downloading package data...")”.
L49[05:34:51]

<PewPewCricket> thank you!
L50[06:44:28] ⇨
Joins: Vexatos
(~Vexatos@p200300eaef18ce002575ff9fa7f7e075.dip0.t-ipconnect.de)
L51[06:44:28] zsh
sets mode: +v on Vexatos
L52[07:41:33]

<Spider
EveryOS> %tonkout
L53[07:41:33] <MichiBot> Yippee! Spider
EveryOS! You beat Forecaster's previous record of 2 hours,
53 minutes and 15 seconds (By 3 minutes and 13 seconds)! I hope
you're happy!
L54[07:41:34] <MichiBot> Spider EveryOS
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: 2.82066722. Position #1
L55[09:51:42] ⇦
Quits: Hawk777 (~Hawk777@2001:569:7cae:7e00:a9b3:1850:c992:66dc)
(Quit: Leaving.)
L56[10:36:17]

<Forecaster> D:
L57[10:36:27]

<Forecaster> %tonk
L58[10:36:28] <MichiBot> Golly!
Forecaster! You beat Spider EveryOS's previous record of
<0 (By 2 hours, 54 minutes and 54 seconds)! I hope you're
happy!
L59[10:36:29] <MichiBot> Forecaster's
new record is 2 hours, 54 minutes and 54 seconds! Forecaster also
gained 0.00292 tonk points for stealing the tonk. Position #2. Need
0.00154813 more points to pass Spider EveryOS!
L60[11:15:22] *
Amanda meows and looks around
L61[11:16:21] *
Amanda finds that what she thought was Elfi last night was just a
paper slip saying "fairy"
L62[12:17:03] <Elfi> I couldn't get
rid of it cuz' it's made of iron D:
L63[12:17:51] <Amanda> Meow?
L64[12:18:25] *
Amanda locates Elfi by sound, pawhugs her, keeps on the lookout for
the tanooki who did a heccen prank on her last night
L65[12:26:49]

<Lily> you
know what's really annoying on sites like stackexchange &
friends: the reverse XY problem
L66[12:27:00]

<Lily> ask
how to do X, get told how to do Y which is similar but not actually
what you asked for
L67[12:29:10] <Amanda> One might call it
the YX problem
L68[12:29:59]

<Lily>
I'm stealing that :3
L69[12:31:06] <Amanda> Hey! D:
L70[12:32:01] <Amanda> Oh well, I can
always %splash @Forecaster with mutable pearlpeas potion
L71[12:32:01] <MichiBot> You fling a
mutable pearlpeas potion (New!) that splashes onto @Forecaster.
@Forecaster turns into an otter girl until someone looks at
them.
L72[12:32:09] <Amanda> sea pup-- aww.
L73[12:35:13] <Amanda> Anyway, Elfi if you
go to a hacking school, maybe you should use a VM to do the
lessions, espically if you're investigating who stole your
circuit tokens
L74[12:35:36] <Amanda> Super annoying
uninstalling a bios malware package when you get closer
L75[12:39:28]

<Lily>
Circuit tokens?
L76[12:39:34] <Amanda> dreams don't
make sense
L77[12:39:52]

<Lily>
Depends how you look at them L3
L78[12:39:56]

<Lily> *
:3
L79[12:40:56]

<Lily>
Though that might just be me, I tend to remember them almost
always
L80[12:41:35]

<Lily>
...probably because I usually wake up mid-REM
L82[13:34:18] ⇦
Quits: Izzy (~izzy@210.1.218.92) (Ping timeout: 207
seconds)
L83[13:42:32] ⇨
Joins: Izzy (~izzy@210.1.218.92)
L84[14:25:05] <Amanda> Pigstep,
clearly
L85[14:31:42] <Corded> >
<LilyflowerFDL> you know what's really annoying on
sites like stackexchange…
L86[14:31:42]

<Nadja>
~~The men problem~~
L87[14:39:42]

<Lily> true
:3
L88[14:55:11]

<jotac0>
Just now I got the news of open computers 2 development. To also
get the news that the development stopped :(
L89[14:56:23]

<jotac0>
What is advised? Keep playing with open computers? Or give the
version 2 a try?
L90[15:30:51]

<Flameingsoul> why not both/ all
three
L91[15:31:20]

<jotac0>
The fork included? :o
L92[15:31:27]

<Flameingsoul> because there are multiple
OC2, sorta, there is the OC2, ressurected oc1 and OC2 revised
L93[15:32:03]

<Flameingsoul> OC2 reimagined and OC2 are
the two OC2 i am aware of
L94[15:32:39]

<Flameingsoul> ressurected is for vers
1.16.5, OC2 is 1.18 and the reimagined is 1.20.1
L95[15:33:42]

<jotac0>
Thanks! Was not aware of the oc fork :o
L96[15:34:00]

<Flameingsoul> OC2 is a risc V emulator
thingy, kinda fun, wish i had skills or people to play with on it,
no internet cards tho
L97[15:34:14]

<Flameingsoul> you can import/export but
its limited
L98[15:34:25]

<Flameingsoul> and the compiler is a
specific kind that i forgot which
L99[15:34:37]

<jotac0>
TCC, I read
L100[15:34:45]

<jotac0>
Tiny C Compiler
L101[15:35:35]

<jotac0>
But I also read you can use GCC to cross compile for oc2 computer,
I wonder if there are instructions. 🤔
L102[15:36:23]

<jotac0>
The lack of documentation is a bit daunting..
L104[15:37:19]

<Flameingsoul> i had to run through a dm
to find it, but this is one link i found that involved the
library
L105[15:37:50]

<Flameingsoul> if ya plan to mess with it,
have fun, there isnt much to do on it however
L106[15:38:10]

<Flameingsoul> as far as i can do atleast,
if you have alot of creativity and fun then you can probibly make
some dope shit
L107[15:39:47] <Corded> >
<jotac0> Tiny C Compiler
L108[15:39:47]

<Lily> TCC
is funky
L109[15:39:52]

<Lily> You
can use it as an interpreter, kinda
L110[15:39:55]

<Lily> (it
has a `--run` mode)
L111[15:43:14]

<Flameingsoul> all i know is my friends
threw together a donut... that was it
L112[16:32:44]

<Spider
EveryOS> %tonkout
L113[16:32:44] <MichiBot> Golly! Spider
EveryOS! You beat Forecaster's previous record of 2 hours,
54 minutes and 54 seconds (By 3 hours, 1 minute and 22 seconds)! I
hope you're happy!
L114[16:32:45] <MichiBot> Spider EveryOS
has stolen the tonkout! Tonk has been reset! They gained 0.005 tonk
points! plus 0.004 bonus points for consecutive hours! (Reduced to
50% because stealing) Current score: 2.83166722. Position #1
L115[18:37:34]
⇨ Joins: Hawk777
(~Hawk777@2001:569:7cae:7e00:1594:f115:86db:95f5)
L117[18:41:02]
⇨ Joins: uis (~uis@95.165.156.213)
L119[19:42:08]

<jotac0>
many thanks, i will try it in the weekend :x
L120[19:49:03]

<Forecaster> %tonk
L121[19:49:04] <MichiBot> Darn!
Forecaster! You beat Spider EveryOS's previous record of
<0 (By 3 hours, 16 minutes and 19 seconds)! I hope you're
happy!
L122[19:49:05] <MichiBot>
Forecaster's new record is 3 hours, 16 minutes and 19 seconds!
Forecaster also gained 0.00327 tonk points for stealing the tonk.
Position #2. Need 0.00927813 more points to pass Spider
EveryOS!
L124[20:23:45]

<PewPewCricket> the directories are never
made
L125[20:28:31]

<Ocawesome101> Instead of `local dir,
path` do `dir, path` with `local dir` on the line before
L126[20:28:48] ⇦
Quits: simon816 (~simon816@secondary.machine.simon816.com) (Quit:
ZNC 1.9.1 - https://znc.in)
L127[20:28:55]

<Ocawesome101> You're shadowing
`path` so it never gets updated
L128[20:30:24]
⇨ Joins: simon816
(~simon816@secondary.machine.simon816.com)
L129[20:32:25] <Corded> >
<Ocawesome101> Instead of `local dir, path` do `dir, path`
with `local dir…
L130[20:32:25]

<PewPewCricket> asme issue
L131[20:32:28]

<PewPewCricket> after i did that
L132[20:32:32]

<PewPewCricket> * same issue
L133[20:33:54]

<Ocawesome101> He
L134[20:33:58]

<Ocawesome101> Hm*
L135[20:38:28] <Corded> >
<Ocawesome101> Hm*
L136[20:38:28]

<PewPewCricket> any other ideas?
L137[20:40:37] <Hawk777> Did you try
testing your seperate function?
L138[20:40:56] <Hawk777>
seperate("/foo/bar/baz", "/") returns
("", "/foo/bar/baz").
L139[20:41:22] <Hawk777> I suspect you
probably don’t want the -1 in the sub call for right, but I’m not
sure; I haven’t spent the time to figure out exactly what values
you want.
L140[20:41:38] <Hawk777> Also your entire
loop in that function can be replaced with a call to
string.find.
L141[20:42:14] <Hawk777> (also, obviously
not relevant to functionality, seperate is misspelt)
L143[20:49:28]

<Ocawesome101> stat.mkdir ==
fs.makeDirectory
L145[22:16:47]

<PewPewCricket> I'm confused on how
libgen works
L146[22:32:09]

<Ocawesome101> It's functionally
equivalent to the LuaPosix module
L147[22:33:08]

<Ocawesome101> dirname is the file path
without the last element, e.g. dirname of `/a/b/c` is `/a/b`
L148[22:41:44]

<PewPewCricket> ah ok
L149[23:35:14] ⇦
Quits: Vexatos
(~Vexatos@p200300eaef18ce002575ff9fa7f7e075.dip0.t-ipconnect.de)
(Quit: Insert quantum chemistry joke here)