<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:00:23] <Vexatos> reminds me of the sun
machine we had controlling our old NMR machine
L3[00:00:36] <Izaya> these things are so
aesthetic
L4[00:00:39] <Vexatos> that thing got
finally shut down in early 2019
L5[00:00:42] <Vexatos> after over 25
years
L6[00:00:42] <Izaya> plus, SPARC
L10[00:02:07] <Izaya> webicity?
L11[00:02:17]
<EveryOS>
Yea
L12[00:02:17]
<EveryOS>
You wouldn't care
L13[00:03:01] <Izaya> > Webicity Web
Browser for ComputerCraft and OpenComputers.
L14[00:03:03] <Izaya> neat
L15[00:03:15]
<EveryOS>
It's still under construction
L16[00:03:20]
<Ocawesome101> what does it use for
webpages?
L17[00:03:33]
<EveryOS> I
had an old version
L18[00:03:34]
<EveryOS>
But it wasn't very good
L19[00:03:38] <Izaya> looks to be
HTML
L21[00:03:58] <Izaya> absolute madman
L22[00:04:00] <Izaya> I approve
L23[00:04:08]
<EveryOS>
lol
L24[00:04:22]
<EveryOS>
It's been about 5 months since I last touched it lol
L25[00:04:33] <Izaya> I should like
L26[00:04:37] <Izaya> dig out that one web
browser project i had
L27[00:04:42] <Izaya> was more like a
gopher client
L28[00:04:45] <Izaya> but it was pretty
neat
L29[00:04:46]
<EveryOS>
It's not too impressive right now
L30[00:05:01] <Vexatos> now someone
implement an HTTP server in OC and geocities
L31[00:05:17] <Izaya> HTTP considered
harmful by the W3C
L32[00:05:41]
<EveryOS> I
had an old version were I had actually rendered web pages
L33[00:05:41]
<EveryOS>
It was horrendouse
L35[00:05:50]
<EveryOS>
Not at all spec-compliant
L36[00:05:53]
<EveryOS>
Hardly worked
L37[00:05:55] <Vexatos> water considered
harmful by the DHMO Research Division
L38[00:06:11] <Izaya> Dihydrogen Monoxide
is not to be trifled with
L39[00:06:13]
<EveryOS>
And only CC-compatible
L40[00:06:14]
<EveryOS>
Which is why I started from scratch at some point
L42[00:06:25]
<EveryOS> I
had an old version were I had actually rendered web pages
L43[00:06:25]
<EveryOS>
It was horrendous [Edited]
L44[00:06:58] <Izaya> %choose write a cgo
clone or play skyrim
L45[00:06:59] <MichiBot> Izaya: I saw that
"write a cgo clone" is the best choice in a vision
L46[00:07:08] <Izaya> guess my fate is
sealed
L47[00:08:51] <Vexatos> >ORTF
L48[00:08:55] <Vexatos> OETF even
L49[00:08:57] <Izaya> cgo is basically my
favourite thing
L51[00:09:13] <Vexatos> reminds me I wanted
to write a library for mass parallelization
L52[00:10:03] <Vexatos> something like
MPI
L53[00:10:25] <Vexatos> and some scheduling
system
L54[00:10:27] <Vexatos> hm
L55[00:10:44] <Izaya> also >you wouldn't
care
L56[00:10:47] <Izaya> what did he mean by
this
L59[00:14:32] <Izaya> considered using an
off-the-shelf XML parser?
L60[00:15:08]
<EveryOS>
I'm using a custom parser
L61[00:15:51]
<Kristopher38> @EveryOS does computercraft
has a limit on how much memory lua can use? Cause in OC it's
dependent on the memory installed in the computer
L63[00:16:19]
<EveryOS>
It's 10 Megabytes long
L64[00:16:19]
<EveryOS>
Maybe I should try a shorter file...
L65[00:16:19]
<EveryOS>
@Kristopher38 I set my CallBudgets to 1000
L66[00:16:23] <Vexatos> it's basically just
five files
L67[00:16:31]
<Kristopher38> I'm not talking about call
budgets
L68[00:16:33] <Vexatos> very small,
MIT
L69[00:16:43]
<Ocawesome101> OC can't load files larger
than 2MB
L70[00:16:43]
<Kristopher38> call budgets define how
many component calls you can make afaik
L71[00:16:47]
<Ocawesome101> on a T3 computer
L72[00:16:59]
<Ocawesome101> you'd have to up RAM limits
as well as call budgets
L73[00:17:29]
<Kristopher38> yes, what I'm trying to say
is that the memory usage in OC is gonna be an issue as well
L74[00:17:30] <Vexatos> and it's only 30kB
in size
L75[00:17:35] <Vexatos>
"only"
L76[00:17:47] <Izaya> half the size of
PsychOS :^)
L77[00:17:57] <Vexatos> selene is like
40kB
L78[00:18:04] <Vexatos> including its
stdli
L79[00:18:07] <Vexatos> stdlib*
L80[00:18:15]
<Kristopher38> maybe not so much used by
the loaded software, but rather the sheer amount of data you'll
need to store
L81[00:18:24] <Vexatos> but yea 30kB for a
pure Lua XML parser
L82[00:18:29] <Vexatos> can't really
complain
L83[00:18:32] <Vexatos> it's been serving
me well
L85[00:19:23]
<Ocawesome101> were you rendering it
during parsing?
L87[00:19:36]
<EveryOS>
@Ocawesome101 No. I only tokenized
L88[00:19:50]
<Ocawesome101> if you were making a lot of
component calls then that'd explain the slowness in OC
L89[00:20:08] <Vexatos> or inefficient
yields
L90[00:20:15]
<EveryOS> I
need to implement ecma-style objects
L91[00:20:16]
<EveryOS>
So that I can implement Web IDL objects
L92[00:20:16]
<EveryOS>
So that I can construct a parse tree
L93[00:20:27]
<Kristopher38> I mean, OC processing speed
is limited as well
L94[00:20:42] <Vexatos> uhm
L95[00:20:49] <Vexatos> we got video
livestreamed on OC with default settings
L96[00:20:53] <Vexatos> your argument is
invalid
L97[00:20:56] <Vexatos> (read: asie and
greaser did)
L99[00:21:14]
<Ocawesome101> Kristopher38: It is? Never
knew that
L101[00:21:32] <MichiBot>
PicoBTM 16.3
- FTB Modpacks | length:
39m 39s | Likes:
1 Dislikes:
0
Views:
272 | by
Darkhax | Published On
26/9/2016
L102[00:21:33]
<Ocawesome101> EveryOS: I was talking
about the Google thing
L103[00:22:14]
<Kristopher38> @Ocawesome101 try running
some calculations-intensive code in OC and outside of OC
L104[00:23:17]
<Kristopher38> but don't quote me on
that
L105[00:23:28] <asie> if you want to make
a web browser for OC
L106[00:23:32] <asie> you absolutely want
to take the Opera Mini route
L107[00:23:41] <asie> and parse it down to
a simpler format on a proxy server
L108[00:23:58]
<Kristopher38> asie: is Lua speed limited
in OC?
L109[00:24:24]
<EveryOS>
@Kristopher38 Yes
L110[00:24:24]
<EveryOS>
But you can increase the call budget
L111[00:24:24]
<Kristopher38> compared to running Lua on
the same PC outside of OC
L112[00:24:33] <asie> Lua is strictly
CPU-bound on OC, but there's a tax due to (a) OC's Lua binary being
compiled with -O0, (b) the penalty of timeout checks
L113[00:24:41] <asie> there is a call
budget for certain peripheral calls
L114[00:24:53]
<EveryOS>
Maybe 1000 is still too low of a call budget
L115[00:24:53]
<EveryOS>
Maybe I should increase to 10000
L116[00:25:06] <Vexatos> call budget won't
help with processing speed >_>
L117[00:25:26]
<Kristopher38> ooooh so that explains it
being slower, mine was probably compiled with -O3
L118[00:25:37] <asie> yeah i tried to push
an updated version but eh
L119[00:25:41] <asie> maybe we'll get it
in once Lua 5.4 hits
L120[00:25:44]
<EveryOS>
Because CC can load Google in 1/20 of a second
L121[00:25:45]
<EveryOS>
OC takes 5 seconds
L122[00:25:45]
<EveryOS>
It makes no sense, OC should be faster
L123[00:25:45]
<Kristopher38> so it will run faster on
faster computers?
L124[00:25:48] <asie> I have a port of
Eris/JNLua ready, but not fully tested
L125[00:25:57] <asie> @EveryOS depends on
how you draw the display
L126[00:26:07] <Vexatos> I mean you are
free to try out oc-staging
L127[00:26:09] <Vexatos> we need more
testers
L128[00:26:10] <asie> also networking
speed is capped, I think
L129[00:26:14] <Vexatos> it's supposedly a
billion times faster
L130[00:26:17] <Vexatos> or at least
5
L131[00:26:18] <asie> oc-staging is
unmaintained and broken outside of Linux
L132[00:26:22] <Vexatos> well rip
L133[00:26:32]
<Kristopher38> I hope we get those updates
out eventually
L134[00:26:38] <asie> I lost my hope
L135[00:26:38] <Vexatos> good thing
everyone uses linux nowadays
L136[00:26:39]
<EveryOS>
@asie#0000 Nothing is being drawn to disay during this benchmark
time
L137[00:26:45]
<Ocawesome101> asie: well, I use Linux, so
I guess I should try it
L138[00:26:59] <Vexatos> I even got my mum
to use it (and I didn't even need to do anything)
L139[00:27:14]
<Ocawesome101> nice
L140[00:27:27]
<EveryOS>
But OC is still taking 100x as long as CC
L141[00:27:28]
<EveryOS>
despite
L142[00:27:30]
<Ocawesome101> I got one of my friends set
up with Linux around a year ago and he loves it
L143[00:27:43] <Izaya> tfw whole family
runs linux now
L144[00:27:47]
<Ocawesome101> I don't think he's touched
the command-line
L145[00:27:49] <Izaya> tfw gf runs
linux
L146[00:28:01]
<Ocawesome101> tfw family runs macOS
L147[00:28:09] <Izaya> (tfw gf actually
set it up herself, without my input)
L148[00:28:25] <Vexatos> So, my mum wanted
a new laptop, she had €700, so I went looking, Thinpad E495 seemed
like a decent option, so I checked, yup €700. Then I checked on the
site of this local lenovo distributor that only sells to students
and academic staff for special deals, oh look €490 with no
operating system
L149[00:29:00] <Vexatos> €500 for a brand
new E495 is pretty decent and she doesn't give a shit so it runs
linux now
L150[00:29:30] <Vexatos> my uncle still
uses windows because he plays world of warships all day but that's
about it
L151[00:29:59] <Vexatos> Izaya,
install_gentoo.mov
L153[00:30:37]
<Ocawesome101> taht
L154[00:30:41]
<Ocawesome101> is probably
L155[00:30:43]
<Ocawesome101> faster than HTTP
L156[00:30:46]
<Ocawesome101> but still slow
L157[00:30:51]
<Ocawesome101> because component call
limits
L158[00:30:58] <Vexatos> @EveryOS please
be a good human being and stop putting multiline messages into a
single message. On IRC it will produce a link to the message
instead of just putting it in the chat.
L159[00:31:06] <Vexatos> just do it like
ocawesome101
L160[00:31:18]
<EveryOS>
Oh, ok, weird
L161[00:31:40] <Vexatos> you're the only
person I know who actually does that regularly :P
L162[00:32:17] <Vexatos> disk I/O is
actually a bottleneck in OC
L163[00:32:23] <Vexatos> I hope it's a
hard drive and not a floppy
L164[00:32:28] <Vexatos> because floppies
are WAY slower
L165[00:32:49]
<EveryOS>
Ok, so reading disk was the problem. Moving the code for disk
outside of the timed code, OC runs in .45 seconds, only 9x CC
L166[00:34:09]
<EveryOS>
I've been doing this by inserting a CC computer into the OC
computer. I dunno if OC counts that as a floppie or a hard
drive
L167[00:35:15] <asie> either way there is
a performance penalty for reading data
L168[00:35:20] <asie> smaller for hard
disks, tho
L169[00:35:23] <asie> i think
L170[00:35:29] <Vexatos> yes
L171[00:35:31] <Vexatos> much
smaller
L172[00:35:38] <Vexatos> trying to find
the code >_>
L173[00:36:11] <Izaya> does the OpenOS
VT100 handler support cursor position reporting?
L174[00:36:14]
<EveryOS>
afk
L175[00:36:14]
<EveryOS>
Yea
L176[00:36:14]
<EveryOS>
so OC is 9x as slow as CC with high budget set
L177[00:36:31] <Vexatos> budget only
matters while interfacing with components
L178[00:37:28]
<EveryOS>
Disk read
L179[00:37:28]
<EveryOS>
is extremely slow
L180[00:37:31]
<EveryOS>
lol
L181[00:37:41]
<EveryOS>
As far as processing
L182[00:37:41]
<EveryOS>
OC is 9x slower
L183[00:37:55]
<EveryOS>
But shouldn't be slower tho
L184[00:38:07]
<EveryOS>
should be faster
L185[00:38:13] <Izaya> Just processing, or
are you drawing to the screen at the same time?
L186[00:38:37]
<EveryOS>
Processing
L187[00:38:47] <asie> What does
"processing" mean? Last time it included I/O reads
L188[00:39:21]
<EveryOS>
Now it's just processing
L189[00:39:21]
<EveryOS>
Could be that I use different char search implentations for CC and
OC
L190[00:39:26]
<EveryOS>
Will link later
L191[00:39:35] <asie> Could be; OC uses a
slow string.gmatch/gsub
L192[00:39:49] <CompanionCube> inb4
accidental o^2 or something somewhere
L193[00:39:51] <asie> as using the native
C version could cause a computer to run for >0.5 seconds
L194[00:39:54] <asie> that would be
terrible
L195[00:40:04] <asie> oh, by the way: I've
updated my Eris fork to Lua 5.4.0-rc1
L197[00:40:47] <Vexatos> ah yea HDDs are
up to 15 times faster
L198[00:40:50] <Vexatos> at max tier
L199[00:40:52] <Vexatos> than
floppies
L200[00:40:55] <Vexatos> Hm
L201[00:41:04] <Vexatos> I could add a
flash drive component to computronics
L202[00:41:17] <asie> yeah, I bet that a
Java pattern search would be faster than a Lua one
L203[00:41:18] <Vexatos> that added a
small storage with even faster access
L204[00:41:19] <Vexatos> hmmmm
L205[00:42:42] <Vexatos> @EveryOS this is
where you need a static computer that optimizes away anything those
isOC if statements, heh
L206[00:42:48] <Vexatos> static
compiler*
L207[00:42:51] <Vexatos> yes it's 2
a.m.
L208[00:42:53]
<EveryOS>
lol
L209[00:44:09]
<Ocawesome101> no it's 8 p.m. :P
L210[00:44:16]
<Ocawesome101> well, 7:44
L211[00:44:50]
<AdorableCatgirl> DID SOMEONE SAY
FLASH
L212[00:44:56]
<AdorableCatgirl> 🦀
L213[00:45:05]
<BrisingrAerowing> 7:45 here.
L214[00:45:15]
<AdorableCatgirl> 19:48 here
L215[00:45:24]
<AdorableCatgirl> according to my clock
:P
L216[00:45:33]
<Ocawesome101> sou
L217[00:45:40]
<Ocawesome101> you [Edited]
L218[00:45:43] <Izaya> 0945
L219[00:45:55]
<Ocawesome101> t-twenty-four-hour
time
L220[00:46:00]
<Ocawesome101> you MONSTER
L221[00:46:07]
<AdorableCatgirl> >not using 24h
time
L222[00:46:09] <Izaya> all time is 24-hour
time
L223[00:46:14]
<AdorableCatgirl> i'm sorry i can count
past 12
L224[00:46:16] *
Izaya taps forehead
L225[00:48:33] <CompanionCube> the only
thing worse than people who don't use 24h time is people who call
it 'military time'
L226[00:49:45]
<Kristopher38> 01:50
L227[00:49:52]
<Kristopher38> also mfw gf runs arch
linux
L228[00:50:12]
<AdorableCatgirl> i use arch btw
L229[00:50:28]
<Kristopher38> i use arch btw
L230[00:50:43] <Amanda> %8ball second
dinner?
L231[00:50:43] <MichiBot> Amanda: Signs
point to yes
L232[00:51:07] ⇦
Quits: Vexatos (~Vexatos@port-92-192-46-81.dynamic.as20676.net)
(Ping timeout: 204 seconds)
L233[00:54:46]
<Ocawesome101> I use Manjaro as my main
OS, I've got an Arch install on a partition on my HDD
L234[00:55:09]
<Kristopher38> oh yeah forgot to mention
it's not true arch, it's manjaro
L235[00:55:31]
<Kristopher38> but my and her time aren't
free
L236[00:57:30]
<PeachMaster> Is it normal for my post
still being pended for approval after 3 days?
L237[01:01:32]
<EveryOS>
I'd have to guess string.find is the slowest part of my thing
L238[01:01:32]
<EveryOS>
But manual searching is just slower
L239[01:02:13]
<Ocawesome101> PeachMaster: which forums?
forums.computercraft.cc or computercraft.info/forums2?
L240[01:02:40]
<EveryOS>
or oc.cil.li ?
L241[01:04:52]
<Kristopher38> @EveryOS that's because
some string functions in OC are reimplemented in pure Lua to allow
for interrupting execution in the middle of them
L242[01:05:42]
<Kristopher38> That's a security feature
because some evil string matching patterns can run for a few
seconds which locks up the whole Lua execution thread
L243[01:05:57]
<Kristopher38> @EveryOS that's because
some string functions in OC are reimplemented in pure Lua to allow
interrupting execution in the middle of them [Edited]
L244[01:06:19]
<Kristopher38> But it also means there's a
performance hit when using them
L245[01:06:31]
<Kristopher38> ...alot
L247[01:14:24] <CompanionCube>
%tonkout
L248[01:14:25] <MichiBot> Potzblitz!
CompanionCube! You beat your own previous record of 5 hours, 1
minute and 50 seconds (By 2 minutes and 18 seconds)! I hope you're
happy!
L249[01:14:26] <MichiBot> CompanionCube
has tonked out! Tonk has been reset! They gained 0.005 tonk points!
plus 0.008 bonus points for consecutive hours! Current score:
0.64735, Position #2 Need 0.01458 more points to pass
Forecaster!
L250[01:16:13]
<Ocawesome101> close one
L251[01:16:15]
<Ocawesome101> %tonk
L252[01:16:17] <MichiBot> Voldemort!
Ocawesome101! You beat CompanionCube's previous record of <0
(By 1 minute and 51 seconds)! I hope you're happy!
L253[01:16:18] <MichiBot> Ocawesome101's
new record is 1 minute and 51 seconds! Ocawesome101 also gained
0.00003 tonk points for stealing the tonk. Position #6. Need
0.03708 more points to pass ThePiGuy24!
L254[01:16:34]
<Ocawesome101> I will never forgive
ThePiGuy24 for passing me
L255[01:17:07] <Elfi> Honestly this is why
I stopped tonking
L256[01:17:22]
<Ocawesome101> :P
L257[01:23:04] <CompanionCube> how big's
that gap?
L258[01:23:25] <t20kdc> %tonk
L259[01:23:30] <CompanionCube>
..ouch
L260[01:23:33] <t20kdc> oh okay then
L261[01:23:39] <CompanionCube> t20kdc: 15m
cooldown
L262[01:32:19]
<EveryOS>
@Kristopher38 Ah, ok, I see
L263[01:32:19]
<EveryOS>
It means I can't make my stuff as fast though
L264[01:33:27]
<ThePiGuy24> %tonk
L265[01:33:28] <MichiBot> Goshhawk!
ThePiGuy24! You beat Ocawesome101's previous record of 1 minute
and 51 seconds (By 15 minutes and 20 seconds)! I hope you're
happy!
L266[01:33:29] <MichiBot> ThePiGuy24's new
record is 17 minutes and 11 seconds! ThePiGuy24 also gained 0.00026
tonk points for stealing the tonk. Position #5. Need 0.18093 more
points to pass simon816!
L267[01:34:06] <Izaya> remember when you
could tonk in PMs and I kept messing with everyone by resetting the
timer without anyone noticing
L268[01:50:39] <Michiyo> Remember why
Forecaster added attempts, because people would constantly tonk to
reset the timer
L269[01:57:02]
<TomatoSoup> In the OpenComputers-Applied
Energistics integration, I don't see a way to cancel a crafting
job. Am I missing something? And, if I'm not, does anyone have a
workaround in mind?
L270[02:21:09] ⇦
Quits: t20kdc
(~20kdc@cpc139340-aztw33-2-0-cust225.18-1.cable.virginm.net)
(Remote host closed the connection)
L271[02:35:06]
<payonel>
@Amanda can you try latest ocvm, let me know if that improves your
cpu
L272[02:38:53]
⇨ Joins: h_jx
(~h_jx@2001:b07:a11:9e20:8d9c:4e70:cec3:d9e7)
L273[02:39:40] ⇦
Quits: h_jx (~h_jx@2001:b07:a11:9e20:8d9c:4e70:cec3:d9e7) (Client
Quit)
L274[02:43:54]
⇨ Joins: Inari|2
(~Pinkishu@pD9E8FDD1.dip0.t-ipconnect.de)
L275[02:44:24] ⇦
Quits: Inari|2 (~Pinkishu@pD9E8FDD1.dip0.t-ipconnect.de) (Client
Quit)
L276[02:45:13]
<AdorableCatgirl> secure sockets
L277[02:45:15]
<AdorableCatgirl> let's go
L278[02:47:25]
<EveryOS>
%tonk
L279[02:47:26] <MichiBot> Gadsbudlikins!
EveryOS! You beat ThePiGuy24's previous record of 17 minutes and
11 seconds (By 56 minutes and 46 seconds)! I hope you're
happy!
L280[02:47:27] <MichiBot> EveryOS's new
record is 1 hour, 13 minutes and 57 seconds! EveryOS also gained
0.00095 tonk points for stealing the tonk. Position #20. Need
0.00001 more points to pass Nirahiel!
L281[02:49:04] ⇦
Quits: Inari (~Pinkishu@pD9E8FD92.dip0.t-ipconnect.de) (Ping
timeout: 378 seconds)
L282[03:09:17]
<BrinSoko>
Hey guys, does anyone know if there is code for extreme reactors
control with minecraft 1.12.2 (I am running FTB Revelation
3.2.0)?
L283[03:32:15] <Amanda> payonel: I've put
my laptop away for the night, I'll give it a try tomorrow
L284[03:46:30]
<I am the
Carl> Figuring out how to make these native libraries play nice
with the forge testing is proving quite difficult.
L286[04:06:30]
<BrisingrAerowing> That’s the official OC
forums. You should sign up there as well.
L287[04:08:34] <Lizzy> %tonk
L288[04:08:35] <MichiBot> Heckgosh!
Lizzy! You beat EveryOS's previous record of 1 hour, 13 minutes
and 57 seconds (By 7 minutes and 11 seconds)! I hope you're
happy!
L289[04:08:35] <MichiBot> Lizzy's new
record is 1 hour, 21 minutes and 9 seconds! Lizzy also gained
0.00024 (0.00012 x 2) tonk points for stealing the tonk. Position
#3. Need 0.06398 more points to pass CompanionCube!
L290[04:08:44]
<Ariri> I
used that one, it's well-designed.
L291[04:08:44] <Lizzy> Yay
L293[04:10:10]
<BrisingrAerowing> Updating sql server
data from Excel... shudders
L294[04:15:10]
<AdorableCatgirl> IT WORKS
L295[04:15:19]
<AdorableCatgirl> I GOT IT TO WORK IN
MINITEL
L296[04:15:42] <Izaya> did you wrap it
with the buffer library
L297[04:16:33]
<AdorableCatgirl> no
L298[04:16:36]
<AdorableCatgirl> lol
L299[04:16:49]
<AdorableCatgirl> i made a janky read
func
L301[04:17:53]
<AdorableCatgirl> blursed, for you
izaya
L302[04:18:04] <Izaya> that works I
guess
L303[04:18:06] <Izaya> x_x
L304[04:18:19] <Izaya> thoughts on
wrapping sockets with the buffer library anyway?
L305[04:18:53] <Amanda> Izaya: what did
you think of the patch to the shell I linked, btw?
L306[04:18:56]
<AdorableCatgirl> sounds cool as long as i
don't have to do it lmao
L307[04:19:03]
<AdorableCatgirl> also holy fuck the
handshake takes forever
L309[04:25:03]
<AdorableCatgirl> 1 . 1 5 s
L310[04:25:08] ⇦
Quits: ben_mkiv|afk (~ben_mkiv@88.130.158.202) (Ping timeout: 190
seconds)
L311[04:55:53] ⇦
Quits: BrightYC (~BrightYC@nitrogen.one) (Quit: R.I.P)
L312[04:57:18]
⇨ Joins: BrightYC (~BrightYC@nitrogen.one)
L313[05:21:15] <Amanda> Oops, it's
0021
L314[05:21:43] <Amanda> Guess I'll sleep
now
L315[06:14:53]
⇨ Joins: KDN_Observer
(~kdn_obser@192.159.178.221)
L316[06:15:58] ⇦
Quits: KDN_Observer (~kdn_obser@192.159.178.221) (Client
Quit)
L317[06:17:17]
⇨ Joins: KDN_Observer
(~kdn_obser@192.159.178.221)
L318[06:17:54] ⇦
Quits: KDN_Observer (~kdn_obser@192.159.178.221) (Client
Quit)
L319[06:17:55]
<AdorableCatgirl> so
L320[06:18:11]
<AdorableCatgirl>
ec25519+blake2b+icekey
L321[06:18:15]
⇨ Joins: KDN_Observer
(~kdn_obser@192.159.178.221)
L322[06:18:15]
<AdorableCatgirl> works p well
L323[06:20:38] ⇦
Quits: KDN_Observer (~kdn_obser@192.159.178.221) (Client
Quit)
L324[06:21:51]
⇨ Joins: KDN_Observer
(~kdn_obser@192.159.178.221)
L325[06:22:34] ⇦
Quits: KDN_Observer (~kdn_obser@192.159.178.221) (Client
Quit)
L326[06:23:01]
⇨ Joins: KDN_Observer
(~kdn_obser@192.159.178.221)
L327[06:23:14] ⇦
Quits: KDN_Observer (~kdn_obser@192.159.178.221) (Client
Quit)
L328[06:30:13] <CompanionCube> %tonk
L329[06:30:13] <MichiBot> Voldemort!
CompanionCube! You beat Lizzy's previous record of 1 hour, 21
minutes and 9 seconds (By 1 hour and 29 seconds)! I hope you're
happy!
L330[06:30:14] <MichiBot> CompanionCube's
new record is 2 hours, 21 minutes and 38 seconds! CompanionCube
also gained 0.00202 (0.00101 x 2) tonk points for stealing the
tonk. Position #2. Need 0.01256 more points to pass
Forecaster!
L331[06:40:35]
⇨ Joins: KDN_Observer
(~kdn_obser@192.159.178.221)
L332[06:40:48] ⇦
Quits: KDN_Observer (~kdn_obser@192.159.178.221) (Client
Quit)
L334[06:45:03]
<Zef> For
those on IRC, this is an IBM 1401 simulator
L335[07:05:16]
<Ariri> I
accidentally deleted a scene in OBS, but I can see its parts in
order in a json file that I can't seem to restore... Any
suggestions?
L336[07:05:22]
<Ariri>
Nevermind
L337[07:57:21] ⇦
Quits: immibis (~immibis@x2f7f35a.dyn.telefonica.de) (Ping timeout:
204 seconds)
L338[08:10:12]
⇨ Joins: immibis
(~immibis@x2f7f23d.dyn.telefonica.de)
L339[08:11:51] ⇦
Quits: DBotThePony (~Thunderbi@31.220.170.28) (Read error:
Connection reset by peer)
L340[08:11:58]
⇨ Joins: DBotThePony (~Thunderbi@31.220.170.28)
L341[08:58:51]
⇨ Joins: Inari
(~Pinkishu@pD9E8FDD1.dip0.t-ipconnect.de)
L342[09:08:09]
⇨ Joins: ben_mkiv (~ben_mkiv@88.130.158.202)
L343[09:14:01] <CompanionCube>
%tonkout
L344[09:14:01] <MichiBot> By my throth!
CompanionCube! You beat your own previous record of 2 hours, 21
minutes and 38 seconds (By 22 minutes and 9 seconds)! I hope you're
happy!
L345[09:14:02] <MichiBot> CompanionCube
has tonked out! Tonk has been reset! They gained 0.002 tonk points!
plus 0.002 bonus points for consecutive hours! Current score:
0.65337, Position #2 Need 0.00856 more points to pass
Forecaster!
L346[09:20:18] ⇦
Quits: Backslash (~Backslash@d137-186-220-152.abhsia.telus.net)
(Read error: Connection reset by peer)
L347[09:31:49] ⇦
Quits: DBotThePony (~Thunderbi@31.220.170.28) (Ping timeout: 190
seconds)
L348[09:39:26]
⇨ Joins: DBotThePony (~Thunderbi@31.220.170.28)
L349[09:50:56] <SquidDev> %tonk
L350[09:50:56] <MichiBot> Zounderkite!
SquidDev! You beat CompanionCube's previous record of <0 (By
36 minutes and 55 seconds)! I hope you're happy!
L351[09:50:57] <MichiBot> SquidDev's new
record is 36 minutes and 55 seconds! SquidDev also gained 0.00062
tonk points for stealing the tonk. Position #10. Need 0.00343 more
points to pass The_Stargazer!
L352[10:30:17] ⇦
Quits: S|h|a|w|n (~shawn156@c-76-25-73-212.hsd1.co.comcast.net)
(Read error: Connection reset by peer)
L353[10:55:31]
⇨ Joins: Vexatos
(~Vexatos@port-92-192-101-54.dynamic.as20676.net)
L354[10:55:31]
zsh sets mode: +v on Vexatos
L355[11:34:25] ⇦
Quits: Thutmose (~Patrick@host-69-59-79-181.nctv.com) (Quit:
Leaving.)
L356[12:14:03]
<Forecaster> %tonk
L357[12:14:05] <MichiBot> By my throth!
Forecaster! You beat SquidDev's previous record of 36 minutes and
55 seconds (By 1 hour, 46 minutes and 12 seconds)! I hope you're
happy!
L358[12:14:06] <MichiBot> Forecaster's new
record is 2 hours, 23 minutes and 7 seconds! Forecaster also gained
0.00177 tonk points for stealing the tonk. Position #1.
L359[12:31:30] <SquidDev> Dammit.
L360[12:40:52]
<BrinSoko>
edit
L361[12:41:53]
<Bob>
:GWcorbinHolyFuck:
L362[12:42:00]
<Bob> you
got the wrong mod pal
L363[12:42:34]
<Bob> also
why would you ping a random peep @BrinSoko
L364[12:43:01]
<BrinSoko>
He sent me that link a couple of hours ago
L365[12:43:21]
<Bob> You
aren't using OpenComputers so
L366[12:43:37]
<BrinSoko>
oh sorry, wasen't aware of that one
L367[12:43:55]
<BrinSoko>
my foult, thanks for letting me know @Bob
L368[12:44:07]
<Bob>
¯\(ツ)/¯
L369[13:11:45]
⇨ Joins: t20kdc
(~20kdc@cpc139340-aztw33-2-0-cust225.18-1.cable.virginm.net)
L370[14:46:03]
<Forecaster> %tonkout
L371[14:46:04] <MichiBot> Fudge!
Forecaster! You beat your own previous record of 2 hours, 23
minutes and 7 seconds (By 8 minutes and 52 seconds)! I hope you're
happy!
L372[14:46:06] <MichiBot> Forecaster has
tonked out! Tonk has been reset! They gained 0.002 tonk points!
plus 0.002 bonus points for consecutive hours! Current score:
0.6677, Position #1
L373[15:14:22] <Inari> %pet Amanda
L374[15:14:22] <MichiBot> Inari is
brushing Amanda with a Magic 46 copies of The Jerk on betamax!
(25%). Amanda regains 1d8 => 8 (Magic +2) => 10 hit
points!
L375[15:48:04] <Amanda> %give MichiBot an
encrypted .zip
L376[15:48:05] *
MichiBot accepts the encrypted .zip and adds it to her
inventory
L377[16:02:03] <SquidDev> %tonk
L378[16:02:03] <MichiBot> By my throth!
SquidDev! You beat Forecaster's previous record of <0 (By 1
hour, 15 minutes and 59 seconds)! I hope you're happy!
L379[16:02:04] <MichiBot> SquidDev's new
record is 1 hour, 15 minutes and 59 seconds! SquidDev also gained
0.00127 tonk points for stealing the tonk. Position #10. Need
0.00216 more points to pass The_Stargazer!
L380[16:52:47] <stephan48> #
L381[17:06:56] <Amanda> %choose
enderference or chunky
L382[17:06:56] <MichiBot> Amanda: Once
you get a taste of "enderference" you can't stop.
L383[17:14:07]
<Forecaster> %sip
L384[17:14:09] <MichiBot> You drink a
bubbly currentcorn potion (New!). Forecaster is suddenly more
aware of cute things nearby until they see a unicorn.
L385[17:31:51]
<BrisingrAerowing> %sip
L386[17:31:52] <MichiBot> You drink a
runny moonstone potion (New!). The bottle turns into a sky
sling.
L387[17:32:02]
<BrisingrAerowing> A what now?
L388[17:33:40]
<Forecaster> a sling that shoots puffs of
clouds
L389[17:33:44]
<Forecaster> possibly :P
L390[18:12:11]
⇨ Joins: Thutmose
(~Patrick@host-69-59-79-181.nctv.com)
L391[18:20:49]
<ThePiGuy24> %tonk
L392[18:20:50] <MichiBot> Zounderkite!
ThePiGuy24! You beat SquidDev's previous record of 1 hour, 15
minutes and 59 seconds (By 1 hour, 2 minutes and 46 seconds)! I
hope you're happy!
L393[18:20:51] <MichiBot> ThePiGuy24's new
record is 2 hours, 18 minutes and 46 seconds! ThePiGuy24 also
gained 0.0021 (0.00105 x 2) tonk points for stealing the tonk.
Position #5. Need 0.17883 more points to pass simon816!
L394[18:59:50] <Amanda> %8ball try out
texture packs again?
L395[18:59:51] <MichiBot> Amanda: My
reply is no
L396[20:00:25]
<CaveJohnson376> oc for 1.14.4 when?
L397[20:00:56]
<Saghetti>
no
L398[20:01:46]
<CaveJohnson376> heck
L399[20:10:36] <Amanda> @payonel just got
around to trying master, works well, at least it's not pegging a
CPU core anymore
L400[20:11:05]
<payonel>
ok cool. i like that solution then
L401[20:12:03] <Amanda> seems like it's
just a less-general version of what I had, I guess so that filtered
workloads don't have unnessary slep?
L402[20:12:35]
<payonel>
the thing i was worried about was that - if you sleep too often, it
slows down the response rate when there is actual work to do, such
as key presses
L403[20:12:43] <Amanda> h
L404[20:13:17] <Amanda> ah*
L405[20:32:03]
<Bob> 1.14
bad
L406[20:32:05]
<Bob> 1.15
good
L407[20:32:07] <CompanionCube> %tonk
L408[20:32:07] <MichiBot> I'm sorry
CompanionCube, you were not able to beat ThePiGuy24's record of 2
hours, 18 minutes and 46 seconds this time. 2 hours, 11 minutes and
17 seconds were wasted! Missed by 7 minutes and 28 seconds!
L409[20:35:22]
<BrisingrAerowing> %sip
L410[20:35:23] <MichiBot> You drink a
thick salmon potion (New!). The bottle turns into a sword.
L411[20:35:42] <CompanionCube> %loot
L412[20:35:42] <MichiBot> CompanionCube:
You get a loot box! It contains a Magic Standards URL! (25%)
(25%)
L413[20:36:20]
<Forecaster> %loot the concept of
love
L414[20:36:36]
<Forecaster> oh
L415[20:38:14] <CompanionCube> can't loot
that :p
L416[20:38:29]
<Forecaster> there may or may not be a
cooldown on that command
L417[20:38:34]
<Forecaster> I can't tell...
L418[20:38:42]
<Forecaster> and I can't be bothered to
check
L419[20:38:57] <CompanionCube>
%source
L421[21:06:42]
⇨ Joins: Backslash
(~Backslash@d137-186-220-152.abhsia.telus.net)
L422[21:33:27]
<BrisingrAerowing> %sip
L423[21:33:27] <MichiBot> You drink a soft
titanium potion (New!). BrisingrAerowing's clothes turn the color
of cerulium for 2 hours.
L424[21:48:22]
<Bob>
cerulium mm
L427[22:06:02]
<Ocawesome101> %tonk
L428[22:06:02] <MichiBot> I'm sorry
Ocawesome101, you were not able to beat ThePiGuy24's record of 2
hours, 18 minutes and 46 seconds this time. 1 hour, 33 minutes and
55 seconds were wasted! Missed by 44 minutes and 51 seconds!
L429[22:06:11]
<Ocawesome101> ...?
L430[22:06:24]
<Ocawesome101> fRiCk
L431[22:06:34]
<I am the
Carl> Huh?
L432[22:06:39] ⇦
Quits: ben_mkiv (~ben_mkiv@88.130.158.202) (Killed (NickServ (GHOST
command used by
ben_mkiv|afk!~ben_mkiv@88.130.158.144)))
L433[22:06:45]
⇨ Joins: ben_mkiv|afk (~ben_mkiv@88.130.158.144)
L434[22:14:19]
<BrisingrAerowing> %sip
L435[22:14:20] <MichiBot> You drink a
gloomy bombastium potion (New!). For about a second
BrisingrAerowing knows the location of a great treasure.
L437[22:14:56]
<AdorableCatgirl> SUCCESS
L439[22:17:55]
<AdorableCatgirl> haha!
L440[22:17:56]
<Ocawesome101> nice
L441[22:52:09]
<AdorableCatgirl> findings: it's a pretty
shitty random
L442[22:53:48]
<AdorableCatgirl> wait
L443[22:53:52]
<AdorableCatgirl> i'm an idiot
L444[22:54:34]
<AdorableCatgirl> never mind me
L445[23:03:14] ⇦
Quits: cody_code
(webchat@172-127-124-189.lightspeed.rcsntx.sbcglobal.net) (Quit:
webchat.esper.net)
L447[23:17:41]
<Ocawesome101> nice
L449[23:21:38] ⇦
Quits: Vexatos (~Vexatos@port-92-192-101-54.dynamic.as20676.net)
(Quit: Insert quantum chemistry joke here)
L450[23:24:33]
<Kristopher38> oh god
L451[23:24:40]
<Kristopher38> my head goes fuzzy when i'm
watching this
L453[23:57:04]
<Ariri> RTX
beta looks pretty sweet.
L454[23:57:15]
<I am the
Carl> I saw that. Blew me away.