<<Prev Next>> Scroll to Bottom
Stuff goes here
L2[00:04:01] ⇨
Joins: Emir (~Emir@88.228.66.235)
L5[00:05:43] ⇦
Quits: Emir (~Emir@88.228.66.235) (Client Quit)
L6[00:05:46]
<Ariri> :O
That’s pretty sweet
L7[00:06:56] <Amanda> now to see if I can
get it to compile statically in my CI.
L8[00:08:56] ⇦
Quits: CarlenWhite (~CarlenWhi@98.sub-174-231-140.myvzw.com) (Ping
timeout: 378 seconds)
L9[00:11:30] ⇨
Joins: CarlenWhite
(~CarlenWhi@104.sub-174-241-136.myvzw.com)
L10[00:19:21]
<Forecaster> I could add an endpoint that
provides the display names of the mods
L11[00:21:51]
<Ariri> I
wish I had motivation to set aside time to building on my server..
Ive about progressed everywhere else, but I want to make it all
aesthetically pleasing before I expand and I cant bring myself to
do it D:
L12[00:22:53]
<Ariri>
expand further*
L13[00:22:54]
<Ariri> And
the whole war thing was a bust because my opposing team moved to a
bloody space station where there's no way to reach them and as a
Klingon, I find no honor in that
L16[01:12:49] <Amanda> @Forecaster that'd
be nice, if you'd be willing to implement it for the v1 api
L17[01:17:44] <Amanda> @forecaster maybe
get_mods which returns the names and versions of the mods?
L18[01:18:05] <Amanda> (and pretty names
)
L19[01:21:42]
<Ocawesome101> Saphire: ASCII terminal
when :^)
L20[01:35:53] <Saphire> Hm?
L21[02:00:39]
<Ocawesome101> In MC
L22[02:13:10] <Saphire> Uhh
L23[02:14:08] <Amanda> %choose code or
halucinate
L24[02:14:08] <MichiBot> Amanda: Haven't
you always gone with "halucinate"? Hm, maybe not.
L25[02:14:13] <Amanda> Halucinate it
is/
L26[02:23:03]
<AdorableCatgirl> time to make some fun
stuff for anti-aircraft purposes
L30[02:39:51] <Saphire> v:
L31[02:39:56] <Saphire> It's evil
L32[02:41:51] ⇦
Quits: Vexatos (~Vexatos@port-92-192-123-143.dynamic.as20676.net)
(Quit: Insert quantum chemistry joke here)
L33[03:12:35] <simon816> %tonk
L34[03:12:36] <MichiBot> Aw jeez!
simon816! You beat CompanionCube's previous record of 5 hours, 16
minutes and 10 seconds (By 2 hours, 57 minutes and 10 seconds)! I
hope you're happy!
L35[03:12:37] <MichiBot> simon816's new
record is 8 hours, 13 minutes and 20 seconds! simon816 also gained
0.0177 (0.00295 x 6) tonk points for stealing the tonk. Position
#5. Need 0.49342 more points to pass Lizzy!
L36[03:14:57] <CompanionCube> the luigi
concidence is 10/10
L37[03:28:43] ⇨
Joins: adsad (~adsad@ns3111094.ip-54-37-128.eu)
L38[03:28:49] <Saphire> ohgod
L39[03:28:57] <Saphire> I just found the
OpenComputers JVM
L41[03:29:55] ⇦
Quits: adsad (~adsad@ns3111094.ip-54-37-128.eu) (Client
Quit)
L42[03:30:48]
<Saphire>
@Zen1th why is this a thiiiing
L43[03:44:06] <Amanda> %choose tech
hallucinating or sleeps
L44[03:44:07] <MichiBot> Amanda: If I've
learned anything in life it's that you always pick "tech
hallucinating"
L45[03:50:54] ⇨
Joins: Ocawesome101 (~ocawesome@38.65.249.168)
L46[03:50:57] <Ocawesome101> hello
L48[03:59:54]
<BrisingrAerowing> Older, but
still...
L49[04:05:51] <Ocawesome101> i got a wrong
number text around half an hour ago, so that was interesting
L50[04:35:12]
<AdorableCatgirl> woohoo
L51[04:35:18]
<AdorableCatgirl> my ancient tank now has
neutral steering
L52[04:44:43]
<DukeDankins> hello
L53[04:44:55]
<DukeDankins> is this discord willing to
help out complete brainlets, or is this for competent folks
only?
L54[04:45:16] <Ocawesome101> we'll help you
if you're willing to be helped :)
L55[04:45:32] <Ocawesome101> usually,
anyway
L56[04:46:04]
<DukeDankins> thanks, is there any channel
in particular for posting screencaps of code and getting advice or
just anywhere?
L57[04:46:17] <Michiyo> that would be
here
L58[04:46:59]
<DukeDankins> ok then
L59[04:49:15]
<DukeDankins> I have basically no
programming experience but cobbled together this program to spit
out total and free memory, it does work but I would like to know
what I should be doing to code better
http://tinyurl.com/y6gl4xfz
L60[04:52:00]
<DukeDankins> mostly, I'm just worried
about building bad habits, and would like to know what the right
way to do things is early
L61[04:55:13] ⇨
Joins: immibis_ (~immibis@x590e92d1.dyn.telefonica.de)
L62[04:56:00] ⇦
Quits: immibis (~immibis@x590e0c3a.dyn.telefonica.de) (Ping
timeout: 198 seconds)
L63[04:56:01] ***
immibis_ is now known as immibis
L64[05:21:49]
<Kodos> You
could have just local _, a = freememory and then printed a over
b
L65[05:21:59]
<Kodos>
Pseudo code but I’m on mobile
L66[05:31:17] <Ocawesome101> @DukeDankins
the primary thing is that `computer.freeMemory` and
`computer.totalMemory` return a single value, so you can omit
capturing them with a table; then you can just run
`print("total memory: "..a) print("free memory:
"..used)` or something like that
L67[05:31:55] <Ocawesome101> other than
that this code looks decent and you even have proper indentation,
good job
L68[05:32:21]
<DukeDankins> thanks, so how would I get
just a single value out of that?
L69[05:32:38] <Ocawesome101> `local a =
computer.freeMemory()` for example
L70[05:33:03] <Ocawesome101> or for two
values (if a function returns two) `local a, b =
funcReturningTwoValues()`
L71[05:33:07] <Ocawesome101> etc, etc
L72[05:33:24] <Ocawesome101> replacing `a`
and `b` with whatever names as long as they're valid
L75[05:40:11] <Michiyo> Well, you're
printing a twice.
L76[05:40:15] <Michiyo> and you don't need
the end there
L77[05:40:27] ⇨
Joins: Ernos
(~freacknat@097-092-106-022.biz.spectrum.com)
L78[05:40:29] <Ernos> hey
L79[05:40:41] <Michiyo> The error says, it
expected the EOF (End of File) there and instead it got
"end"
L80[05:42:33] <Ernos> Do you think you guys
could help me with an issue I'm having with MC? It's not OC
specifically. After a few seconds of loading my singleplayer
creative world, _everything_ stops working. Item drops, block
interaction, chunk loading/rendering, commands, chat,
everything
L81[05:42:46] <Ernos> and mob AI
L82[05:43:30] <Ernos> I'm playing the
MC.Eternal Lite modpack, and don't have this issue in
multiplayer
L83[05:44:34] <Ocawesome101> Ernos: sounds
like an issue with the internal server
L84[05:45:00] <Ernos> Any idea on how to
fix it? I've restarted MC multiple times. It crashes when I quit to
title screen
L85[05:46:54]
<AdorableCatgirl> how much memory you
dedicating?
L86[05:47:15] <Ernos> 8gb I think, lemme
double check
L87[05:47:33] <Ernos> actually, 10gb
L88[05:48:57] <Ernos> I bumped it up to
16gb
L89[05:49:05] <Ernos> lets see if that
fixes it
L90[05:54:53] <Ernos> yeah, that didn't fix
it
L91[06:04:32] <Ernos> yeah, I can't figure
it out
L92[06:08:11] <Ocawesome101> any errors in
the log?
L93[06:13:35] ⇨
Joins: freacknate09
(~freacknat@097-092-106-022.biz.spectrum.com)
L94[06:14:52] ⇨
Joins: freacknate
(~freacknat@097-092-106-022.biz.spectrum.com)
L95[06:17:48] ⇦
Quits: Ernos (~freacknat@097-092-106-022.biz.spectrum.com) (Ping
timeout: 378 seconds)
L96[06:21:06] ⇦
Quits: freacknate09 (~freacknat@097-092-106-022.biz.spectrum.com)
(Ping timeout: 378 seconds)
L97[06:31:20] ⇦
Quits: freacknate (~freacknat@097-092-106-022.biz.spectrum.com)
(Quit: *rocket noises*)
L98[06:33:31] ⇦
Quits: Backslash (~Backslash@d137-186-220-152.abhsia.telus.net)
(Read error: Connection reset by peer)
L99[06:36:11]
<Haku> this
is probably a dumb question, but with the experience upgrade, is it
possible for a robot to combine 2 items in a vanilla anvil?
L100[06:53:57]
<Forecaster> No
L101[06:54:01]
<Haku>
ok.
L102[07:02:16]
⇨ Joins: S|h|a|w|n
(~shawn156@c-76-25-73-212.hsd1.co.comcast.net)
L103[07:08:21] ⇦
Quits: Cervator
(~Thunderbi@2600:1700:1a25:9160:ccae:7702:49b8:f1dd) (Quit:
Cervator)
L104[07:08:47] ⇦
Quits: Ocawesome101 (~ocawesome@38.65.249.168) (Quit: I'm probably
going to bed.)
L105[07:15:38]
<Forecaster> As a rule computers can't
interact with blocks that don't have inventories
L106[08:02:30] ⇦
Quits: Thutmose (~Patrick@host-69-59-79-181.nctv.com) (Quit:
Leaving.)
L107[08:21:41]
⇨ Joins: Inari
(~Pinkishu@p508efbb8.dip0.t-ipconnect.de)
L109[08:56:56] ⇦
Quits: ben_mkiv|afk (~ben_mkiv@i577BCF2A.versanet.de) (Ping
timeout: 378 seconds)
L111[08:59:45] <MichiBot>
Title:
error on pastebin?
| Posted by: Teru-dot-png
|
Posted: Wed Jul 22 12:22:20 PDT 2020
| Status:
open
L112[09:03:51] ⇦
Quits: S|h|a|w|n (~shawn156@c-76-25-73-212.hsd1.co.comcast.net)
(Read error: Connection reset by peer)
L113[09:13:57] ⇦
Quits: m1cr0man (~m1cr0man@gelandewagen.m1cr0man.com) (Ping
timeout: 204 seconds)
L114[09:27:07]
<Zen1th>
@Saphire "why is this a thiiing?" seriously? why i
SHOULDN'T be allowed to make things i want uh?! IF i want to make a
JVM you let me do it, end of story
L115[09:27:54]
<Zen1th>
people like you piss me
L116[09:29:38]
<Zen1th>
@Saphire "why is this a thiiing?" seriously? why i
shouldn't be allowed to make things i want uh?! If i want to make a
JVM you let me do it, end of story. [Edited]
L117[09:32:49]
<Saphire>
...oh
L118[09:33:02]
<Saphire>
Uhm, sorry, did not mean to come off as agressive
L119[09:33:30]
<Saphire>
It was more "oh god this is amazing and scary". I love
it, as much as the idea of JVM written in Lua is... bizzare?
L120[09:40:43] <Saphire> Oh well
L121[09:49:52] <Saphire> I really hate
being intepreted as hostile when I am not and just, bleh. But yeah,
realized that there ARE sadly people who seriously go "why did
you do this, this is shit and runs like shit, let it die"
probably, bleh. I am sorry if I came off like this, and I have
never intended or tried to say anything negative about this
c.c
L122[09:50:04]
<Saphire>
@Zen1th Cough, sorry basically v:
L123[09:51:09]
<Zen1th> oh
ok, sorry me too, maybe i also reacted a bit too agressively
L124[09:51:24]
<Forecaster> "maybe" yeah
sure
L125[09:52:10]
<Saphire>
There's that too, honestly. But there are people who like nothing
more than to complain about bizzare things in genuinely hostile
way, so uh. Yeah, can't blame you completely for being
defensive.
L126[09:52:47]
<Saphire>
...though I do like to be given at least a small benefit of
doubt
L127[09:53:35]
<Forecaster> how about if no actual reason
why you shouldn't do something isn't given you just dismiss it, and
if actual critique is given you listen, neither of these require
getting mad
L128[09:54:03]
<Forecaster> how about if no actual reason
why you shouldn't do something is given you just dismiss it, and if
actual critique is given you listen, neither of these require
getting mad [Edited]
L129[09:55:00]
<Zen1th> if
it is constructive criticism i always listen
L130[10:41:38]
⇨ Joins: Vexatos
(~Vexatos@port-92-192-123-143.dynamic.as20676.net)
L131[10:41:38]
zsh sets mode: +v on Vexatos
L132[10:55:03]
<Forecaster> Amanda: there, the
`getmodinfo` endpoint has been added
L133[10:56:54]
<Forecaster> also "fixed" the
api docs page so it looks less messy
L134[11:10:18] ⇦
Quits: Saphire (saphire@2a01:4f8:141:1272::2) (Read error:
Connection reset by peer)
L135[11:55:46] <SquidDev> %tonkout
L136[11:55:47] <MichiBot> Heckgosh!
SquidDev! You beat simon816's previous record of 8 hours, 13
minutes and 20 seconds (By 29 minutes and 50 seconds)! I hope
you're happy!
L137[11:55:48] <MichiBot> SquidDev has
stolen the tonkout! Tonk has been reset! They gained 0.008 tonk
points! plus 0.007 bonus points for consecutive hours! (Reduced to
50% because stealing) Current score: 1.2833316. Position #3 =>
#1 (Overtook Forecaster)
L138[11:55:57]
<Forecaster> dang
L139[11:56:01] <SquidDev> Nice.
L140[12:34:55]
⇨ Joins: t20kdc
(~20kdc@cpc139340-aztw33-2-0-cust225.18-1.cable.virginm.net)
L141[13:14:07]
⇨ Joins: m1cr0man
(~m1cr0man@gelandewagen.m1cr0man.com)
L142[13:54:11] <Inari> Keybase was
acquired by Zoom apparently?
L143[13:59:44]
<Kodos>
%tonk
L144[13:59:45] <MichiBot> Willikers!
Kodos! You beat SquidDev's previous record of <0 (By 2 hours,
3 minutes and 57 seconds)! I hope you're happy!
L145[13:59:46] <MichiBot> Kodos's new
record is 2 hours, 3 minutes and 57 seconds! Kodos also gained
0.00207 tonk points for stealing the tonk. Position #8. Need
0.01204 more points to pass Ocawesome101!
L147[14:08:41] <MichiBot>
Amazon
Alexius - Latin speaking digital assistant | length:
3m
37s | Likes:
6,259 Dislikes:
56 Views:
84,695 | by
ScorpioMartianus | Published On 29/11/2018
L148[14:18:39]
<ThePiGuy24> well rip keybase
L149[14:24:49] <Amanda> Inari: that happen
a month or two ago
L150[14:25:06] <Amanda> So far nothing
really came of it
L152[14:33:37]
<Zen1th>
anyways, imagine a minecraft server running on OpenComputers?
L153[14:34:57]
<Zen1th>
that'll literally be Minecraft running on Minecraft 🤔
L154[14:37:05]
<Kristopher38> for some reason when I'm
not directly looking at that screenshot it produces an optical
illusion as if was moving
L155[14:45:56] <Amanda> @Forecaster the
docs are wrong, btw. It says the name will be under
"mod_name" but it's actually under "name"
L156[14:46:12]
<Forecaster> oh right
L157[14:46:47]
<Forecaster> docs corrected
L159[14:47:43] <Lizzy> oh yeah, i was
gonna work on my updater thingy at some point wasn't i?
L160[14:48:11]
<Forecaster> well now you have something
new to do with it as well :P
L161[14:48:55] <Amanda> Hmm: 2020/07/26
09:47:18 Failed to update from to 2.65: Download is the wrong size:
got 26 expected 301242164
L162[14:49:32]
<Forecaster> uh
L163[14:49:37] <Amanda> it returned a 200,
is there some other indication I should be usingto know when it's
returning a json body instead of a zip?
L164[14:50:23]
<Forecaster> all the responses are 200, I
didn't know how to return anything else when I wrote that
system
L165[14:50:37] <Amanda> oh
L166[14:50:58] <Amanda> is the
content-type different then?
L167[14:51:33]
<Forecaster> I don't think so
L168[14:52:36] <Amanda> Hrm. I'll just try
decoding it as a FMPResult then if it fails the size check
L169[14:57:01] <Amanda> hrm, it's not
returning an fmpresult it seems.
L170[14:58:24] <Amanda> oh, because it's
not returning one for that: 2020/07/26 09:58:04 Got wrong download:
"Error: Received no file id"
L171[15:05:20] ⇦
Quits: m1cr0man (~m1cr0man@gelandewagen.m1cr0man.com) (Quit:
G'luck)
L172[15:07:36]
<Forecaster> Amanda the content type
should be "text/json" by default, and
"multipart/form-data" when sending the file, unless I did
something wrong
L173[15:07:53] <Amanda> @Forecaster I
think you broke get_file somehow?
L174[15:07:56]
<Forecaster> that is, I changed it to this
just now
L175[15:07:57] <Amanda> 2020/07/26
10:07:16 Making get_file request:
"client_id=public&client_secret=public&id=81&token=fmp_public"
L176[15:08:36]
<Forecaster> try now that I've stopped
editing it
L177[15:08:59] <Amanda> Nope
L178[15:09:58]
<Forecaster> now?
L179[15:10:04] <Amanda> Also, you should
probably be returning the MIME type for a zip on a success.
L180[15:10:10] <Amanda> since that'swhat
you're sending back on the wire
L181[15:10:53] <Amanda> Still says
"Error: Received no file id"
L182[15:11:37]
<Forecaster> try now
L183[15:11:47]
<Forecaster> I think IDEA changed some
variables it wasn't supposed to...
L184[15:13:29]
<Forecaster> and the type should be
`application/zip` now
L185[15:15:21]
<Forecaster> (unless there's an
error)
L186[15:16:45] <Amanda> There appears to
be a semi-colon on the end, but that might be unavoidable, and I'll
just change my programto notice that
L187[15:16:58] <Amanda> ( Unless there's a
typo on your end )
L188[15:17:06]
<Forecaster> oh, well I put that there but
maybe I shouldn't have
L189[15:17:24]
<Forecaster> I've removed them
L190[15:17:39] <Amanda> No, it's perfectly
valid, I'm just being very simple with detecting them
L191[15:17:56] <Amanda> (it's also valid
to not have them)
L192[15:18:06]
<Forecaster> well I removed them
already
L193[15:18:07]
<Forecaster> :P
L194[15:18:59] ⇦
Quits: dustinm`_
(~dustinm@static.38.6.217.95.clients.your-server.de) (Ping timeout:
202 seconds)
L195[15:19:40]
⇨ Joins: dustinm`
(~dustinm@static.38.6.217.95.clients.your-server.de)
L196[15:19:44]
⇨ Joins: Cervator
(~Thunderbi@2600:1700:1a25:9160:852f:e183:6545:a820)
L197[15:38:51]
⇨ Joins: Vexaton
(~Vexatos@port-92-192-81-1.dynamic.as20676.net)
L198[15:38:51]
zsh sets mode: +v on Vexaton
L199[15:44:40] ⇦
Quits: Vexatos (~Vexatos@port-92-192-123-143.dynamic.as20676.net)
(Ping timeout: 378 seconds)
L200[15:54:52] <Inari> Damn
L201[15:54:54] <Inari> Robot can' tuse
fishing rods
L204[16:45:54]
<Saghetti>
%inv add an unterminated string
L205[16:45:55] *
MichiBot summons 'an unterminated string' and adds to her
inventory. This seems rather fragile...
L206[16:46:08]
<Saghetti>
your memory seems rather fragile*
L207[16:46:41]
<AdorableCatgirl> all strings are
terminated eventually
L208[16:47:05]
<Forecaster> everything is terminated
eventually
L209[16:47:37]
<Saghetti>
yeah ik, there's eventually going to be a 0x00 byte in ram
L210[16:48:31]
<Forecaster> %tonk
L211[16:48:32] <MichiBot> Jiminy Cricket!
Forecaster! You beat Kodos's previous record of 2 hours, 3
minutes and 57 seconds (By 44 minutes and 50 seconds)! I hope
you're happy!
L212[16:48:33] <MichiBot> Forecaster's new
record is 2 hours, 48 minutes and 47 seconds! Forecaster also
gained 0.00225 (0.00075 x 3) tonk points for stealing the tonk.
Position #2. Need 0.01015208 more points to pass SquidDev!
L213[17:03:05]
<Forecaster> Why would you insult
MichBot's memory
L214[17:25:32]
<ThePiGuy24> %inv add a string terminated
null
L215[17:25:32] *
MichiBot summons 'a string terminated null' and adds to her
inventory. This seems rather fragile...
L216[17:45:44] ⇦
Quits: bauen1 (~bauen1@ipbcc03d1e.dynamic.kabel-deutschland.de)
(Quit: Lost terminal)
L217[17:46:01]
⇨ Joins: bauen1
(~bauen1@ipbcc03d1e.dynamic.kabel-deutschland.de)
L218[17:46:47]
<Kodos> If
it stupid, but it works, then it isn’t stupid.
L219[17:47:09]
<Kodos> If
it’s stupid, but it works, then it isn’t stupid. [Edited]
L220[18:03:15] <Inari> Nah
L221[18:03:17] <Inari> It's still
stupid
L222[18:08:33] ⇦
Quits: brandon3055 (~Brandon@81.25.68.89) (Quit: ZNC 1.7.3 -
https://znc.in)
L223[18:12:37]
⇨ Joins: brandon3055 (~Brandon@81.25.68.254)
L224[18:36:24]
<Forecaster> %sip
L225[18:36:24] <MichiBot> You drink a
boiling jumbonium potion (New!). True enlightenment can be achieved
by drinking another potion.
L226[18:36:42]
<Forecaster> %skull
L227[18:36:42] <MichiBot> You drink a
prickly redstone potion (New!). Gravity reverses for Forecaster
until they say the word "Woof".
L228[18:36:54]
<Forecaster> aaaaaaa Woof aaaaah
L229[18:37:26] <Inari> haha
L230[18:37:27] <Inari> %sip
L231[18:37:27] <MichiBot> You drink a
gloopy iron potion (New!). Inari hears a train whistle in the
distance.
L232[18:44:19] ⇦
Quits: immibis (~immibis@x590e92d1.dyn.telefonica.de) (Ping
timeout: 202 seconds)
L233[18:54:15]
⇨ Joins: immibis
(~immibis@x590e92d1.dyn.telefonica.de)
L234[18:58:50] <Amanda> %splash Inari with
mutable iron potion
L235[18:58:50] <MichiBot> You fling a
mutable iron potion (New!) that splashes onto Inari. Inari turns
into a copper robot for 2 moons.
L236[19:00:46] *
Inari rubs copper powder into Amanda's fur
L237[19:10:05] <Amanda> D:
L238[19:10:13] <Amanda> %splash Inari with
antidote
L239[19:10:14] <MichiBot> You splash Inari
with some antidote. Inari reverts to their original state before
any potions.
L240[19:10:39] *
Amanda beams all the copper dust left in her fur into Inari's tail
floof
L241[19:11:32] <Corded> * <Ariri>
puts a joybuzzer against Inari making the floof stand up straight,
runs away
L242[19:11:49]
⇨ Joins: Thutmose
(~Patrick@host-69-59-79-181.nctv.com)
L243[19:26:12]
⇨ Joins: Backslash
(~Backslash@d137-186-220-152.abhsia.telus.net)
L244[19:47:54]
⇨ Joins: ben_mkiv (~ben_mkiv@88.130.156.5)
L245[19:51:15] ⇦
Quits: scj643 (~quassel@lizzy.scj643.me) (Quit: Bye)
L246[20:30:22]
⇨ Joins: Lizzy
(~Lizzy@2001:41d0:700:3949:2222::2)
L247[20:30:22]
zsh sets mode: +o on Lizzy
L248[20:30:47] *** Server sets mode: +ntz
L249[20:30:48]
<Lizzy-chan> fucking finally it decides to
connect
L250[20:31:15] *** Server sets mode: +ntz
L251[20:34:24]
⇨ Joins: Antheus
(~Antheus@2001:41d0:700:3949:2222::2)
L252[20:36:35]
⇨ Joins: Sandra
(~Sandra@2001:41d0:700:3949:2222::2)
L256[20:40:18] <Amanda> @Ariri that's just
one thing we can request from The Old Ones
L257[20:40:56]
⇨ Joins: Techokami
(~Techokami@2001:41d0:700:3949:2222::2)
L258[20:40:56]
zsh sets mode: +v on Techokami
L259[20:40:56]
<Ariri>
Please tell me more about ‘The Old Ones’
L260[20:41:27] <Amanda> WEll, you see,
it's easy, you just
slfnwjkdnwjklfnwlxsdfsifhweufsdfnsdnfuidfnusdnfjnsfuehufenflenflsfse,
and violla!
L261[20:46:54]
<Quinix>
imagine a OC addon for making VM's work with the computer parts n
stuff
L263[20:47:43]
<Ocawesome101> Zen1th is working on a
Minecraft server hosted in OC
L264[20:48:11]
<Ocawesome101> Quinix: that would be
cool
L265[20:48:37]
<Quinix>
excuse me?
L266[20:48:41]
<Quinix>
what did i just hear?
L267[20:49:29]
<Quinix>
thast some prety 18+ words you just used if you will fogive my
french
L268[20:50:01]
<Quinix>
where can i find more of this MC hosted srv in OC?
L269[20:51:56]
<Ocawesome101> it's not exactly finished
yet
L270[20:58:24]
<Forecaster> not enough
quick-time-events
L271[21:00:07] <Amanda> @Forecaster press
(X) to keep the books balanced!
L272[21:06:04] <Amanda> [ the books fall
over and land on Inari's tail ]
L273[21:07:52] <Corded> *
<Forecaster> presses X way too late
L274[21:10:45]
<Ocawesome101> hrm
L275[21:11:07]
<Ocawesome101> Plan9k from a floppy only
boots 0.4s slower than Monolith from a hard disk on t1
hardware
L276[21:11:53]
<Ocawesome101> according to my hacky
boot-time thing for plan9k anyway
L277[21:13:00]
<Ocawesome101> on t3, the difference is
opposite: monolith boots 0.65s slower than plan9k, on a t1 hdd and
floppy disk respectively. plan9k still requires more memory tho
:P
L278[21:19:01]
<Ocawesome101> hmm
L279[21:28:09]
<Ocawesome101> [openos from floppy (t3):
N/A] [plan9k from floppy (t3): ~4.55s] [monolith from floppy (t3):
~6.7s] [openos from hdd (t1): ~3.5s] [plan9k from hdd (t1): ~6.9s]
[monolith from hdd (t1): ~9s] [openos from t1 hdd (t3): 1.65s]
[plan9k from t1 hdd (t3): ~2.85s] [monolith from t1 hdd (t3):
~4.95s]
L280[21:28:12]
<Ocawesome101> gosh dang
L281[21:28:18]
<Ocawesome101> openos actually boots
pretty fast lol
L282[21:30:19]
<Ocawesome101> (quite a turnaround in
terms of boot speed from Photon, which boots in ~2.2s on t1 and
~0.85s [HOW DID I DO IT] on t3)
L283[21:39:58]
<ThePiGuy24> muerkos from floppy >0.5s
probably
L284[21:40:07]
<ThePiGuy24> muerkos from floppy <0.5s
probably [Edited]
L285[21:40:31]
<Ocawesome101> lol
L286[21:40:37]
<Ocawesome101> have you got anywhere with
that yet?
L287[21:41:29]
<ThePiGuy24> no
L288[21:41:39]
<ThePiGuy24> shell is still non
functional
L289[21:41:44]
<Ocawesome101> i can give you a vt100
emulator, they make terminals muuuuuuuch easier
L290[21:41:55]
<Ocawesome101> and more compatible
L291[21:42:03]
<Ocawesome101> and they're simple, at the
cost of some speed
L292[21:42:17]
<ThePiGuy24> once i get the ability to
enter commands and see the output then i will attempt to implement
that
L293[21:42:35]
<Ocawesome101> it'd probably be easier to
use vt100 from the get go
L294[21:43:01]
<ThePiGuy24> yeah but i atleast need to
get it working first
L295[21:43:06]
<Ocawesome101> otherwise you'll likely
have to restructure your entire terminal system to implement
it
L296[21:43:07]
<Ocawesome101> fair
L297[21:43:16]
<Ocawesome101> vt100 abstracts everything
output related
L298[21:43:26]
<Ocawesome101> give it a gpu, you get a
write function that parses for vt100
L299[21:44:10]
<Ocawesome101> also halp i must be turning
into izaya
L300[21:49:16]
<ThePiGuy24> atm all i have is a simple
print function which just copies the entire screen up by one
character then sets the bottom line of the screen to the desired
thet
L301[21:51:11] <Inari> %fling books at
Amanda
L302[21:51:11] <MichiBot> Inari flings
books in a random direction. It hits Amanda right where the last
item hit. They take 1d4 => 4 damage!
L303[21:51:37]
<ThePiGuy24> not even any multiline
handling or anything
L304[21:51:56]
<Ocawesome101> sec
L305[21:51:58] <Amanda> %Dodge
L306[21:52:02] <Amanda> %dodge
L307[21:52:03] <MichiBot> Amanda
successfully dodged the books flung at them by Inari with a 20 vs
10, avoiding all the damage (4)
L308[21:52:10] <Lizzy> %tonk
L309[21:52:11] <MichiBot> Willikers!
Lizzy! You beat Forecaster's previous record of 2 hours, 48
minutes and 47 seconds (By 2 hours, 14 minutes and 51 seconds)! I
hope you're happy!
L310[21:52:12] <MichiBot> Lizzy's new
record is 5 hours, 3 minutes and 39 seconds! Lizzy also gained
0.00675 (0.00225 x 3) tonk points for stealing the tonk. Position
#4. Need 0.30252888 more points to pass CompanionCube!
L311[21:52:13] <Inari> that dodge window
is way too long
L312[21:52:36]
<Forecaster> I disagree
L313[21:52:45]
<Forecaster> Lizzy D:<
L314[21:53:29] <Lizzy> D:< to you when
you keep overtaking me and then tonking out
L315[21:55:07]
<Ocawesome101> @ThePiGuy24 does muerkos
have threading?
L316[21:55:35]
<ThePiGuy24> it doesnt even have a
shell
L317[21:55:41]
<ThePiGuy24> or even a kernel tbh
L318[21:55:45]
<Ocawesome101> lol
L320[21:56:00]
<ThePiGuy24> atm it reports memory usage
then just sleeps for eternity
L321[21:56:04]
<Ocawesome101> lel
L322[22:01:23] <Corded> *
<Ocawesome101> dies inside
L323[22:01:37]
<Ocawesome101> Open Kernel 2 boots faster
than Photon :O
L324[22:01:40]
<Ocawesome101> that was unexpected
L325[22:08:37]
⇨ Joins: Saphire (~Saphire@2a01:4f8:141:1272::2)
L326[22:08:48]
<Ocawesome101> o/
L327[22:08:52] <Saphire> uwu
L328[22:09:12] <Saphire> Also holy shit,
MineOS "installer" can't even warn about lack of
components v:
L329[22:09:28] <Amanda> what
components?
L330[22:10:17]
<Ocawesome101> the installer is just a
clone of the mac one and assumes you have necessary stuff :^)
L331[22:10:25]
<Ocawesome101> *the necessary stuff
L332[22:10:44] <Saphire> Snrk
L333[22:10:54]
<Ocawesome101> eh?
L334[22:11:14] <Amanda> it's an
onnomonnapia
L335[22:11:27] <Saphire> This entire thing
is definitely trying to be very macos-like
L336[22:12:05] <Saphire> And uh, that's
basically a snort/short chuckle combo
L337[22:12:43]
<Ocawesome101> ah
L338[22:13:09]
<Ocawesome101> Amanda: onomatopoeia
L339[22:15:00] <Saphire> ...so apparently
it breaks when there's more than one floppy drive
L340[22:16:03] ⇦
Quits: Backslash (~Backslash@d137-186-220-152.abhsia.telus.net)
(Read error: Connection reset by peer)
L341[22:19:59]
<ThePiGuy24> ohnonapopea
L342[22:20:16]
<Forecaster> ohnopapa
L343[22:20:24] <Amanda> I speel gud
L344[22:20:40] <Amanda> I'm the best
speeler, Nobody bettar
L345[22:21:25]
<Forecaster> I'm not dyslexic and I have
to look up that word to make sure I put the right amount of letters
in it
L346[22:22:24] <Amanda> I've given up
fixing the spelling of words I can't make a small mneomic for
L347[22:22:45] <Amanda> I'll do what all
the teachers insisted I do in grade school -- sound it out
L348[22:26:18] ⇦
Quits: Victorsueca (~Victor_su@90.165.120.190) (Ping timeout: 198
seconds)
L349[22:29:27]
⇨ Joins: Victorsueca (~Victor_su@90.165.120.190)
L350[22:37:22]
<Ocawesome101> Forecaster: i too had to
look it up
L351[22:38:44] ⇦
Quits: Victorsueca (~Victor_su@90.165.120.190) (Ping timeout: 189
seconds)
L352[22:51:15]
⇨ Joins: Victorsueca (~Victor_su@90.165.120.190)
L353[22:59:54] ⇦
Quits: t20kdc
(~20kdc@cpc139340-aztw33-2-0-cust225.18-1.cable.virginm.net)
(Remote host closed the connection)
L354[23:22:06] ⇦
Quits: Izaya (~izaya@210-1-218-92-cpe.spintel.net.au) (Ping
timeout: 189 seconds)
L355[23:31:14]
<Forecaster> %sip
L356[23:31:14] <MichiBot> You drink a
sweet strawberry potion (New!). A giant boulder is rolling towards
Forecaster! {evade:15:1d6 => 2}
L357[23:31:31]
<Forecaster> %roll d20
L358[23:31:31] <MichiBot> 2
L359[23:31:37]
<Forecaster> Aww
L361[23:38:12]
⇨ Joins: Backslash
(~Backslash@d137-186-220-152.abhsia.telus.net)
L362[23:58:31] ⇦
Quits: Fridtjof (~fridel@thonk.9net.org) (Quit: ZNC - http://znc.in)
L364[23:58:31] ⇦
Quits: CompanionCube (~samis@thonk.9net.org) (Quit: ZNC - http://znc.in)