<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:16:25] ⇦
Quits: ben_mkiv (~ben_mkiv@mue-88-130-63-055.dsl.tropolys.de)
(Killed (NickServ (GHOST command used by
ben_mkiv|afk!~ben_mkiv@88.130.157.142)))
L2[00:16:30] ⇨
Joins: ben_mkiv|afk (~ben_mkiv@88.130.157.142)
L3[00:48:51] <Amanda> @Forecaster oh god,
what'd michibot do to your finger!?
L6[01:00:26] <Amanda> %remindme do the
thing?
L8[01:00:38] <Amanda> %choose do the
thing?
L9[01:00:38] <MichiBot> Amanda: I'd advice
against "do the thing?" right now.
L10[01:00:46] <Amanda> Probably wise
L11[01:05:46]
<BrianH> Is
there a simple and right way to do this?
L13[01:05:56]
<BrianH> I
expected 1, 2, 3, 4, a, b, c, d heh
L14[01:06:53]
<BrianH> I
would hate to do some annoying iterative table merging
L15[01:07:23]
<BrianH> I
know there's a way to do it by abusing a function call too
L16[01:07:32]
<BrianH>
but I mean without that
L17[01:13:18]
<Bob> maybe
a custom unpack function
L18[01:13:21]
<Bob> i see
it in my mind
L19[01:13:28]
<Bob> sec
lemme doodle something
L20[01:14:09]
<Bob>
altough it won't work cause i owuld need 2 vararg holders
L21[01:14:24]
<Bob> you
could concat both tables
L22[01:14:30]
<Kristopher38> @BrianH it's because of how
Lua vararg works
L23[01:15:05]
<Kristopher38> Without any other function
call it's not possible I'm afraid
L24[01:22:34]
<BrianH>
bah thats fine
L25[01:22:47]
<BrianH> I
figured it'd have to do with that
L26[01:23:51]
<Bob>
defenitely impossible without other calls
L27[01:51:51] <Lizzy> %tonk
L28[01:51:51] <MichiBot> Heckgosh! Lizzy!
You beat Ariri's previous record of 4 hours, 15 minutes and 8
seconds (By 1 hour, 9 minutes and 33 seconds)! I hope you're
happy!
L29[01:51:52] <MichiBot> Lizzy's new record
is 5 hours, 24 minutes and 42 seconds! Lizzy also gained 0.0058
(0.00116 x 5) tonk points for stealing the tonk. Position #4. Need
0.13527 more points to pass Forecaster!
L30[01:57:01] ⇦
Quits: Vexatos (~Vexatos@port-92-192-26-11.dynamic.as20676.net)
(Quit: Insert quantum chemistry joke here)
L32[02:06:27] <Michiyo> s/ //
L35[02:06:49] <MichiBot> Amanda: Inari
will be notified of this message when next seen.
L36[02:07:31] <Michiyo> awww
L37[02:10:26]
<AdorableCatgirl> truck clutch very
bad
L38[02:10:40]
<AdorableCatgirl> my knee is in p a i
n
L39[02:12:20]
<Ariri>
hooman, pls fix the loud flashes outside
L40[02:15:20] <Amanda> Reminded me of a
friend's last cat's hunt for the door to summer
L41[02:16:43] <Amanda> During the winter
she'd check all the doors for favorable conditions, then one day a
neighbor knocked on a mostly-unused door. Once they answered she
learned to add that door to her hunt.
L42[02:44:29] *
Amanda snugs up around Elfi, zzzmews
L43[03:14:52] ⇦
Quits: Cervator
(~Thunderbi@2600:1700:1a25:9160:f0d5:9fe1:9279:2bb7) (Quit:
Cervator)
L44[03:15:07] ⇦
Quits: ben_mkiv|afk (~ben_mkiv@88.130.157.142) (Ping timeout: 204
seconds)
L45[03:19:38] ⇨
Joins: Cervator
(~Thunderbi@2600:1700:1a25:9160:3552:69f2:d9ed:6a3b)
L46[03:55:29]
<BrianH>
YAAAAAAY
L47[03:55:39]
<BrianH>
The new fixes are in place and Trotwood is working again
L49[04:13:43] ⇦
Quits: Cervator
(~Thunderbi@2600:1700:1a25:9160:3552:69f2:d9ed:6a3b) (Quit:
Cervator)
L50[04:23:26]
<ThePiGuy24> MichealBot
L51[04:31:36] ⇨
Joins: immibis_ (~immibis@x4e3639ac.dyn.telefonica.de)
L52[04:32:13]
<Saghetti>
@BrianH is this a microkernel?
L53[04:32:43] ⇦
Quits: immibis (~immibis@x4e3625a7.dyn.telefonica.de) (Ping
timeout: 202 seconds)
L54[04:32:50] ***
immibis_ is now known as immibis
L55[04:33:03]
<BrianH>
You could kind of categorize it as a microkernel but it is still
very exokernel
L56[04:36:59]
<BrianH>
@Saghetti Exokernels generally make way more sense for Open
Computers because of the component system.
L57[04:37:13]
<Saghetti>
i saw message passing
L58[04:37:36]
<BrianH>
Yes. That's because the scheduler uses the actor model to spin up
processes
L59[04:38:07]
<BrianH>
But the only kernel space layer is the calls that are used to
interact with other processes
L60[04:38:19]
<BrianH> or
to quit
L61[04:39:08]
<BrianH>
each process has full reign over hardware without any sort of layer
in between i.e. driver interface, etc.
L62[04:40:04]
<BrianH>
Actually, there are 3 pub/sub calls for handling subscriptions to
component events.
L63[04:40:13]
<BrianH> so
those as well
L65[04:40:51]
<BrianH>
This is the entire environment exposed to each actor process.
L66[04:41:25]
<BrianH>
There are only 7 system calls if you do not count cprint
L67[04:44:32]
<BrianH> It
is also currently 274 lines of code counting the whitespace.
L68[04:45:22]
<BrianH>
3.2K of space minified by luamin
L69[04:48:24] <Izaya> afternoon nerds
L70[04:49:14] <CompanionCube> Izaya:
yo
L71[04:49:37] <Izaya> how goes
friendo
L72[04:50:15] <CompanionCube> good, playing
a game in a different IRC channel.
L73[04:51:08]
<Saghetti>
im just figuring out how to store all the graphics for a game and
not use like 12gb of storage
L74[04:51:21] <CompanionCube> what's the
resolution
L75[04:51:33]
<Saghetti>
24x24 per tile
L76[04:51:36]
<Saghetti>
lol
L77[04:51:46]
<Saghetti>
but there are too many variations
L78[04:52:16]
<Saghetti>
and storing each tilesheet on a 6144x6144 bmp file doesn't make
sense
L79[04:52:21]
<Saghetti>
even if it simplifies the code
L80[04:52:23] <CompanionCube> i imagine the
variations exclude template shenanigans
L81[04:52:58] <Izaya> maybe not on a bmp
file but how about a png file
L82[04:54:25]
<ThePiGuy24> gif :p
L83[04:54:30] <CompanionCube> ew no
L84[04:54:31]
<Saghetti>
sdl2 can't load png afaik
L85[04:54:36]
<Saghetti>
without weird libraries
L86[04:55:37]
<ThePiGuy24> every day i write C# i regret
it more and more
L89[04:56:05] <MichiBot>
Kaiser Chiefs
Everyday I love you less and less | length:
3m 38s |
Likes:
3,637 Dislikes:
85 Views:
961,102 | by
alex091094
| Published On 22/6/2008
L90[04:57:17]
<ThePiGuy24> Izaya: already had that song
in my head :D
L92[05:06:30] <Michiyo> I fucking hate
timezones.
L93[05:07:03] <Michiyo> Our license codes
are date coded, and to merge 2 datasets I have to have the license
code because it's used for the encryption key.
L94[05:07:20] <Izaya> ayy I bred a new
Baryonyx and it came out with the same stats as the one I'm riding,
but without levelling it up
L95[05:07:26] <Michiyo> it's 12:07 am
Eastern Time... which means my tool generates a code for
"yesterday"
L97[05:07:59]
<ThePiGuy24> time based anything is a bad
idea
L98[05:08:13] <Izaya> Time-based one time
passwords are pretty neat
L99[05:09:09] <Michiyo> I now have to wait
until after midnight to start this data merge.
L100[05:09:10]
<ThePiGuy24> why is C# increasingly
looking like an esolang to me
L101[05:09:15] <Michiyo> so fuck me if I
wanted to sleep.
L102[05:09:25] <Michiyo> cause this is a
5+ hour process that I have to handhold.
L103[05:12:25]
<Ocawesome101> eyyyy
L104[05:12:35]
<Ocawesome101> monolith is now able to run
commands as separate processes
L105[05:20:42]
<BrianH>
Oh?
L106[05:45:39]
<Forecaster> Amanda: ??
L107[05:47:48]
⇨ Joins: Ocawesome101 (~ocawesome@38.65.248.163)
L108[05:59:39] <Michiyo> @Forecaster I
think it was a joke about the typo of MichiBot as MichBot
L109[05:59:45] <Michiyo> I won't swear to
it though
L110[05:59:58] <Michiyo> "[03:03:03]
<^Forecaster> But you don't have a MichBot."
L111[06:00:00] <Izaya> Ocawesome101: get
the piping working?
L112[06:00:18] <Ocawesome101> Izaya: not
quite
L113[06:00:29] <Ocawesome101> but i am
certainly much closer
L114[06:00:33] <Izaya> That's good
:D
L115[06:00:46] <Izaya> For a simple
concept, unix-style pipes are hard to get right
L116[06:00:57] <Ocawesome101> true
L117[06:01:06] <Ocawesome101> hopefully i
will be able to infinitely chain commands
L118[06:05:55] <Ocawesome101> the issue
i'm having with pipes currently is something around io, it causes a
kernel panic
L119[06:06:29] <Izaya> that's a bad
time
L120[06:07:17] <Ocawesome101> you don't
say
L121[06:10:51]
⇨ Joins: METALFUTURE9728
(webchat@client-66.160.213.86.tx.skybeam.com)
L122[06:11:03] ⇦
Parts: METALFUTURE9728
(webchat@client-66.160.213.86.tx.skybeam.com) ())
L123[06:21:14]
⇨ Joins: ben_mkiv (~ben_mkiv@88.130.157.142)
L124[06:31:43] <Ocawesome101> apparently
uh
L125[06:31:49] <Ocawesome101> so this is
weird
L126[06:31:51] <Ocawesome101> but
L127[06:32:03] <Ocawesome101> calling
print() more than once breaks things apparently
L128[06:32:06] <Ocawesome101> like
wtf
L129[06:32:30] <Izaya> I had a fun thing
where multiple newlines at the end of the screen only registered as
one
L130[06:34:05] <Ocawesome101> very fun
indeed :^)
L132[06:50:33] <Izaya> so cute :3
L133[07:32:25] ⇦
Quits: Ocawesome101 (~ocawesome@38.65.248.163) (Quit: A
Konversation user has left the chat.)
L134[07:44:17] ⇦
Quits: Thutmose (~Patrick@host-69-59-79-181.nctv.com) (Quit:
Leaving.)
L135[08:02:57]
<Kodos>
What is that izaya
L136[08:03:39] ⇦
Quits: ben_mkiv (~ben_mkiv@88.130.157.142) (Ping timeout: 202
seconds)
L137[08:05:39] <Izaya> two baby bayronyxes
I bred
L138[08:07:39]
<Saghetti>
ive been needing to manually copy all of the tiles from the
timesheet
L139[08:07:43]
<Saghetti>
tilesheet*
L140[08:08:11]
<Saghetti>
and also write hexadecimal values to a .bin file corresponding to
all the tiles
L141[08:08:14]
<Saghetti>
also by hand
L142[08:08:29]
<Saghetti>
and if I mess any of them up, it screws up the tile rendering
L143[08:08:41]
<Saghetti>
this has been... fun
L144[08:09:20]
<Saghetti>
I've only done like 40% of the tiles from one tilesheet
L145[08:09:26]
<Saghetti>
out of like 80
L146[08:09:34]
<Saghetti>
and it took 40 minutes
L147[08:10:00]
<Saghetti>
i either need to dump the tiles myself or write a program to do it
for me
L148[08:10:13]
<Saghetti>
but the both are going to be really hard
L149[08:10:25]
<Saghetti>
hoping i can get some help from the romhackers
L150[08:12:54] <CompanionCube>
%tonkout
L151[08:12:54] <MichiBot> Fopdoodle!
CompanionCube! You beat Lizzy's previous record of 5 hours, 24
minutes and 42 seconds (By 56 minutes and 21 seconds)! I hope
you're happy!
L152[08:12:55] <MichiBot> CompanionCube
has stolen the tonkout! Tonk has been reset! They gained 0.006 tonk
points! plus 0.005 bonus points for consecutive hours! (Reduced to
50% because stealing) Current score: 1.12746. Position #2 => #1
(Overtook SquidDev)
L153[08:13:55] <SquidDev> Nooooooo.
L154[08:17:43] ⇦
Quits: Backslash (~Backslash@d137-186-220-152.abhsia.telus.net)
(Read error: Connection reset by peer)
L155[08:31:25]
⇨ Joins: Inari
(~Pinkishu@p508ef6de.dip0.t-ipconnect.de)
L156[08:44:06]
⇨ Joins: ben_mkiv (~ben_mkiv@88.130.157.142)
L157[09:35:26]
⇨ Joins: Renari
(~Renari@70.44.83.129.res-cmts.bgr.ptd.net)
L158[09:58:41]
⇨ Joins: Vexatos
(~Vexatos@port-92-192-26-11.dynamic.as20676.net)
L159[09:58:41]
zsh sets mode: +v on Vexatos
L160[10:45:23]
⇨ Joins: Vexaton
(~Vexatos@port-92-192-17-156.dynamic.as20676.net)
L161[10:45:23]
zsh sets mode: +v on Vexaton
L163[10:46:53]
<Ariri> Ah,
it’s here.
L164[10:46:55]
<Ariri>
%tonk
L165[10:46:56] <MichiBot> Voldemort!
Ariri! You beat CompanionCube's previous record of <0 (By 2
hours, 34 minutes and 1 second)! I hope you're happy!
L166[10:46:57] <MichiBot> Ariri's new
record is 2 hours, 34 minutes and 1 second! Ariri also gained
0.00257 tonk points for stealing the tonk. Position #11. Need
0.00376 more points to pass The_Stargazer!
L167[10:48:35] ⇦
Quits: Vexatos (~Vexatos@port-92-192-26-11.dynamic.as20676.net)
(Ping timeout: 204 seconds)
L168[10:48:54]
⇨ Joins: Vexaphtha
(~Vexatos@port-92-192-125-254.dynamic.as20676.net)
L169[10:48:54]
zsh sets mode: +v on Vexaphtha
L170[10:51:33] ⇦
Quits: Vexaton (~Vexatos@port-92-192-17-156.dynamic.as20676.net)
(Ping timeout: 189 seconds)
L171[11:02:22]
⇨ Joins: Test_Dummy
(webchat@cpc87453-finc19-2-0-cust211.4-2.cable.virginm.net)
L172[11:04:09]
⇨ Joins: KnockOutGamer
(~knockoutg@cpc87453-finc19-2-0-cust211.4-2.cable.virginm.net)
L173[11:04:22] <KnockOutGamer> Test
message
L174[11:04:28] <KnockOutGamer> nice, it
works
L175[11:04:37] ⇦
Quits: Test_Dummy
(webchat@cpc87453-finc19-2-0-cust211.4-2.cable.virginm.net) (Client
Quit)
L176[11:05:35] <KnockOutGamer> anyone here
using irc in minecraft?
L177[11:06:22] ⇦
Quits: KnockOutGamer
(~knockoutg@cpc87453-finc19-2-0-cust211.4-2.cable.virginm.net)
(Quit: KnockOutGamer)
L178[11:06:58]
⇨ Joins: KnockOutGamer
(~knockoutg@cpc87453-finc19-2-0-cust211.4-2.cable.virginm.net)
L179[11:07:05]
⇨ Joins: Test_Dummy
(~test_dumm@cpc87453-finc19-2-0-cust211.4-2.cable.virginm.net)
L180[11:07:48]
⇨ Joins: Test_Dummy_2
(~test_dumm@cpc87453-finc19-2-0-cust211.4-2.cable.virginm.net)
L181[11:08:55] <KnockOutGamer> hmm, for
some reason it wont let me send more than a single word in a
privmsg
L182[11:10:35]
⇨ Joins: Webchat971
(webchat@cpc87453-finc19-2-0-cust211.4-2.cable.virginm.net)
L183[11:13:28] <KnockOutGamer> nvm,
figured it out
L184[11:14:15] <KnockOutGamer> this is
pretty great, irc in OpenComputers
L185[11:14:27] <Izaya> v comvenient
L186[11:14:42] <Izaya> don't talk and eat
friendos
L187[11:14:54] <KnockOutGamer> yeah, im
literally typing into a computer in my minecraft world
L188[11:17:21] ⇦
Quits: Test_Dummy
(~test_dumm@cpc87453-finc19-2-0-cust211.4-2.cable.virginm.net)
(Quit: Test_Dummy)
L189[11:17:27] ⇦
Quits: Test_Dummy_2
(~test_dumm@cpc87453-finc19-2-0-cust211.4-2.cable.virginm.net)
(Quit: Test_Dummy_2)
L190[11:22:29] ***
Vexaphtha is now known as Vexatos
L191[11:59:46] ⇦
Quits: Webchat971
(webchat@cpc87453-finc19-2-0-cust211.4-2.cable.virginm.net) (Quit:
webchat.esper.net)
L192[12:11:24] <KnockOutGamer> what is a
voiced user?
L193[12:12:00]
⇨ Joins: Webchat844
(webchat@cpc87453-finc19-2-0-cust211.4-2.cable.virginm.net)
L194[12:21:19] ⇦
Quits: Webchat844
(webchat@cpc87453-finc19-2-0-cust211.4-2.cable.virginm.net) (Quit:
webchat.esper.net)
L195[12:22:15] <Amanda> @Forecaster
Michiyo: nope, the potion he used flipped his cursor, but he was on
from mobile
L197[12:22:39] <Amanda> So clearly
MichiBot did something horrific to his finger
L198[12:23:05] *
Amanda continues to stare at Inari
L199[12:23:52] <Inari> haha
L200[12:23:54] <Inari> Reminds me of our
cat
L201[12:24:56] <Inari> She'd want to be
let out from the living room door, but would find the weather not
nice. So she'd go to the front door on the other end of the house
and want to be let out there, finding the weather still not nice,
then she'd make some disgruntled noises and go curl up on the
bed
L202[12:27:27]
⇨ Joins: Test
(~Test@cpc87453-finc19-2-0-cust211.4-2.cable.virginm.net)
L203[12:27:43] <Test> hello
L204[12:27:56] <Test> /nick
Test_Dummy
L205[12:28:05] <Test> /help
L206[12:29:03] <Test> strange, why cant i
use commands on the mineOS version of irc?
L207[12:31:08] ⇦
Quits: KnockOutGamer
(~knockoutg@cpc87453-finc19-2-0-cust211.4-2.cable.virginm.net)
(Quit: KnockOutGamer)
L208[12:31:39] ⇦
Quits: Test
(~Test@cpc87453-finc19-2-0-cust211.4-2.cable.virginm.net) (Quit:
Test)
L210[12:58:42] <Izaya> Fuckin nice
domain.
L211[13:08:42]
<Forecaster> %sip
L212[13:08:43] <MichiBot> You drink a soft
redstone potion (New!). The bottle turns into a pearlpeas
spear.
L213[13:27:16] <Amanda> %splash
@Forecaster with mutable pearlpeas potion
L214[13:27:16] <MichiBot> You fling a
mutable pearlpeas potion (New!) that splashes onto @Forecaster.
@Forecaster turns into water until their next sip of water.
L215[13:27:42] *
Amanda short-circuits, the previously-unseen hologram emitter in
thecorner of the channel starts smoking
L216[13:45:03]
<Forecaster> D:
L217[13:59:44] ⇦
Quits: BrightYC (~BrightYC@nitrogen.one) (Quit: R.I.P)
L218[14:01:21]
⇨ Joins: BrightYC (~BrightYC@nitrogen.one)
L219[14:02:28] ⇦
Quits: BrightYC (~BrightYC@nitrogen.one) (Client Quit)
L220[14:03:05]
⇨ Joins: BrightYC (~BrightYC@nitrogen.one)
L221[14:14:31]
⇨ Joins: Cervator
(~Thunderbi@2600:1700:1a25:9160:d042:2dcf:db71:9124)
L222[14:23:45]
<DaComputerNerd> %splash Amanda
L223[14:23:46] <MichiBot> You fling a
gloomy redstone potion (New!) that splashes onto Amanda. A trapdoor
suddenly opens up under Amanda! There are spikes at the bottom.
{evade:15:1d6 => 2}
L224[14:23:52]
<Kodos>
%tonk
L225[14:23:54] <MichiBot> Consarn it!
Kodos! You beat Ariri's previous record of 2 hours, 34 minutes
and 1 second (By 1 hour, 2 minutes and 56 seconds)! I hope you're
happy!
L226[14:23:55] <MichiBot> Kodos's new
record is 3 hours, 36 minutes and 58 seconds! Kodos also gained
0.00315 (0.00105 x 3) tonk points for stealing the tonk. Position
#9. Need 0.02567 more points to pass DaComputerNerd!
L227[14:24:06]
<DaComputerNerd> yea i kinda gave up on
tonk
L228[14:24:16]
<DaComputerNerd> kept ending up at around
3-5am for me
L229[14:27:06]
<Forecaster> I bet it's definitely 3-5am
for you right now
L230[14:31:51] <Amanda> D:
L231[14:33:12]
<Forecaster> also, not sure why that evade
check wasn't parsed before the dice string
L232[14:33:41]
<Forecaster> Amanda needs to roll a d20 to
see if she evades the spikes or not :P
L233[14:33:55] <Amanda> %roll 1d20
L234[14:33:55] <MichiBot> 15
L235[14:34:05]
<Forecaster> just barely!
L236[15:14:28]
⇨ Joins: KnockOutGamer
(~KnockOutG@cpc87453-finc19-2-0-cust211.4-2.cable.virginm.net)
L237[15:15:38] ⇦
Quits: KnockOutGamer
(~KnockOutG@cpc87453-finc19-2-0-cust211.4-2.cable.virginm.net)
(Client Quit)
L238[15:50:19] ⇦
Quits: ben_mkiv (~ben_mkiv@88.130.157.142) (Ping timeout: 202
seconds)
L239[17:01:37]
<BrianH>
%toll 1d9001
L240[17:01:42]
<BrianH>
oops
L241[17:01:46]
<BrianH>
%roll 1d9001
L242[17:01:46] <MichiBot> 6006
L243[17:07:44]
<Ariri>
that’s a really big dive
L244[17:07:50]
<Ariri>
dice*
L245[17:09:24]
<Forecaster> or it just have very very
tiny facets
L246[17:11:35]
<ThePiGuy24> %roll 64d64
L247[17:11:35] <MichiBot>
[29,56,4,33,50,7,19,62,56,23,58,2,38,61,30,47,13,60,37,46,20,43,15,61,10,29,42,14,5,48,15,7,12,37,60,22,51,40,33,1,29,57,25,40,11,1,40,47,22,17,18,3,13,43,40,10,19,11,39,9,57,42,40,24]
=> 1953
L248[17:11:45]
<ThePiGuy24> dicey
L249[17:12:33]
<Forecaster> I don't believe there's
currently a maximum number
L250[17:12:51]
<Forecaster> it used to be max 4 digits on
each side but I think I removed that limit
L251[17:13:29]
<Forecaster> or maybe not
L252[17:16:54] <Inari> %pet Amanda
L253[17:16:54] <MichiBot> Inari is petting
Amanda with a Shiny collection of Ariri's hair! (10%). Amanda
regains 1d6 => 6 hit points!
L254[17:21:17]
<Ariri> I’m
convinced clones of me exist, MichiBots had my hair for too long to
not be tempted to do so
L255[17:21:50]
<Forecaster> %inv count
L256[17:21:50] <MichiBot> The inventory
contains 83 items.
L257[17:21:50]
<Ariri>
%s/MichiBots/MichiBot has
L258[17:21:51] <MichiBot> <Ariri>
I’m convinced clones of me exist, MichiBot has had my hair for too
long to not be tempted to do so
L259[17:22:15]
<Forecaster> hm, I may need to lower the
instability threshold a bit
L260[17:22:31]
<Ariri> nah
:D
L261[17:22:47] <Inari> %pet @Ariri
L262[17:22:48] <MichiBot> Inari is petting
@Ariri with the non-handle part of a lightsaber. @Ariri regains 1d6
=> 1 hit points! The non-handle part of a lightsaber vanishes
into a rift in space.
L263[17:23:09]
<Ariri>
Convenient
L264[17:23:35]
<Ariri>
gives Inari her very own personal rift space pet
L265[17:26:04]
<Forecaster> %juggle
L266[17:26:04] *
MichiBot juggles with every single thing from the march issue of
skymall, a bowling 8ball, & a Shiny Magic spiky collar! (25%)!
(10%)
L267[17:26:05] *
MichiBot doesn't drop anything
L268[17:26:06] <MichiBot> In yo
face!
L269[17:26:22]
<Forecaster> dangit D:
L270[17:26:27] <Amanda> Inari: don't you
hate when you black out your memorys of the last two days, and wake
up floating over the Eifel Tower
L271[17:26:27]
<Forecaster> I wanted you to break
something
L272[17:26:45] <Inari> Amanda: every
time
L273[17:44:41]
<Ariri> You
too?
L274[17:46:08]
<Forecaster> %sip
L275[17:46:09] <MichiBot> You drink a
viscous blue potion (New!). Forecaster's eyes turn the color of
avesmingo until their next sip of water.
L276[17:50:54] <Michiyo> Ah, right, I
missed that comment Amanda
L277[18:24:14]
<Kodos>
%tonkout
L278[18:24:14] <MichiBot> Fopdoodle!
Kodos! You beat your own previous record of 3 hours, 36 minutes
and 58 seconds (By 23 minutes and 22 seconds)! I hope you're
happy!
L279[18:24:15] <MichiBot> Kodos has
tonked out! Tonk has been reset! They gained 0.004 tonk points!
plus 0.006 bonus points for consecutive hours! Current score:
0.20325, Position #9 Need 0.01567 more points to pass
DaComputerNerd!
L280[18:28:20]
⇨ Joins: Backslash
(~Backslash@d137-186-220-152.abhsia.telus.net)
L281[18:34:30]
<Forecaster> ohmy, todays ETG episode is a
fun one!
L282[18:37:24]
<Forecaster> I mean, I sure showed that
bony thing what for... haha
L283[18:37:34]
<Forecaster> ...
L284[18:37:39]
<Forecaster> well sort of
L285[18:38:06]
<Forecaster> I hope you're caught up
Vexatos :P
L286[18:41:04]
⇨ Joins: roman (~roman@46.160.24.239)
L287[18:42:14] <roman> wtf is going
on
L288[18:42:26]
<Forecaster> doooooom
L289[18:42:40] <roman> Привет
L290[18:42:50] <roman> Hi
L291[18:44:14]
<Forecaster> hi
L292[18:44:27]
<Forecaster> %choose fries or pasta or
potato salad
L293[18:44:27] <MichiBot> Forecaster:
Definitely "potato salad"... Or maybe
"pasta"...
L294[18:44:39]
<Forecaster> hrm... kinda want fries
though
L295[18:44:54]
<Forecaster> dangit MichiBot, why you
gotta make this more difficult
L296[18:45:36] <Lizzy> %tonk
L297[18:45:37] <MichiBot> Jiminy Cricket!
Lizzy! You beat Kodos's previous record of <0 (By 21 minutes
and 22 seconds)! I hope you're happy!
L298[18:45:38] <MichiBot> Lizzy's new
record is 21 minutes and 22 seconds! Lizzy also gained 0.00036 tonk
points for stealing the tonk. Position #4. Need 0.13491 more points
to pass Forecaster!
L299[18:45:59]
<Forecaster> did you figure out where you
are yet Lizzy? :P
L300[18:52:37] <Lizzy> i haven't even
launched E:D properly yet
L301[18:52:51] <Lizzy> i'm on windows at
the moment so can boot it up and check
L302[18:53:05] <Lizzy> though we'll see
how long it is before my vega decides to shit itself again
L303[18:57:22] <Lizzy> hmm, windows
doesn't have it downloaded
L304[18:57:32] <Lizzy> lets hope my
internet also decides to stay working
L305[19:00:25]
⇨ Joins: Ocawesome101 (~ocawesome@38.65.248.163)
L306[19:00:50] <Ocawesome101> @Zen1th what
weird Lua impl are you using where io.tounum and io.fromunum
exist
L307[19:01:16] <Ocawesome101>
alternatively, why do they exist in Fuchas and why are they in the
io lib
L308[19:01:24] <Ocawesome101> of all
places
L309[19:01:47]
<Zen1th>
they are made to replace string.pack and string.unpack when the
computer isn't on Lua 5.33
L310[19:01:49]
<Zen1th>
they are made to replace string.pack and string.unpack when the
computer isn't on Lua 5.3 [Edited]
L311[19:01:56] <Ocawesome101> oh ic
L312[19:02:00]
<Zen1th>
and they are in io lib since they are mostly (i can even say,
always) used in I/O
L313[19:02:01] <Ocawesome101> fun
fac
L314[19:02:03] <Ocawesome101> (t)
L315[19:02:05]
<Zen1th>
?
L316[19:02:10] <Ocawesome101> there's a
struct library
L317[19:02:21] <Ocawesome101> that fully
replaces string.pack/unpack
L318[19:02:21]
<Zen1th>
yea but would be too expansive to bundle in Fuchas
L319[19:02:23]
<Zen1th>
like it's too big
L320[19:02:31] <Ocawesome101> minified its
maube 3k
L321[19:02:34]
<Zen1th>
and i only need number operations so a simple tounum/fromunum fits
me
L322[19:02:38]
<Zen1th>
anyways brb
L323[19:02:43] <Ocawesome101> thats fair i
suppose
L324[19:03:14] <Ocawesome101> but i still
think having them in the io lib is bizarre
L325[19:05:13] ⇦
Quits: roman (~roman@46.160.24.239) (Remote host closed the
connection)
L326[19:07:00] <Ocawesome101> in case
you're wondering why i asked
L327[19:07:14] <Ocawesome101> i'm going
through Fuchas and making improvements to the code
L328[19:07:23] <Ocawesome101> for
instance, improving security
L329[19:14:39]
<ZefTheFox>
I'm back
L330[19:15:10] <Ocawesome101> uh
L331[19:15:18] <Ocawesome101> are you
zen1th?
L332[19:15:36] <Lizzy> no, they're a
different person
L333[19:15:42] <Ocawesome101> oh ok
L334[19:15:48]
<Zef> no,
I'm zef
L335[19:15:49] <Ocawesome101>
:thumbsup:
L336[19:15:58] <Ocawesome101> oh
yeah
L337[19:16:01] <Ocawesome101> you
L338[19:16:07] <Ocawesome101> i think i
remember you
L339[19:16:09] <Ocawesome101> lol
L340[19:16:46]
<Zef> yeah
I'm the one that can kinda program but usually does it poorly
L341[19:17:37]
<Forecaster> everyone programs
poorly
L342[19:17:55]
<Zef>
Fair
L343[19:18:15]
<Forecaster> :P
L344[19:20:51] <Lizzy> oh wonderful, the
E:D launcher needs me to sign in and idk what email i may have had
for it -_-
L345[19:22:41]
<Forecaster> the curse of the many emails
:P
L346[19:22:47]
<Forecaster> don't you have a password
manager
L347[19:22:51] <Lizzy> yes
L348[19:23:03] <Lizzy> and the one fucking
credential i have for the site doesn't fucking work
L350[19:23:21]
<Forecaster> recovery time then I
guess
L351[19:23:34] <Lizzy> OH
L352[19:23:45] <Inari> I mean
L353[19:23:51] <Inari> it needs to nkow
your account :p
L354[19:23:58] <Lizzy> found it
L355[19:24:36] <Lizzy> wait....
L356[19:24:45] <Ocawesome101> is github
being ridiculously slow for anyone else
L357[19:24:50] <Lizzy> THIS WHOLE TIME I
COULD HAVE JUST LOGGED IN THROUGH STEAM!?
L358[19:24:55] <Ocawesome101> like 4KiB/s
when cloning a repo
L359[19:24:57] *
Lizzy flips many tables
L360[19:25:04] <Michiyo> %flip
L361[19:25:05] <MichiBot> Michiyo:
(╯°□°)╯┻━┻
L362[19:25:48]
<Forecaster> you still have to connect the
accounts
L363[19:25:57]
<Forecaster> at least if you hadn't done
so already
L364[19:26:00]
<Zen1th>
back
L365[19:26:01]
<Zen1th>
also
L366[19:26:04]
<Zen1th>
Ocawesome
L367[19:26:08]
<Zen1th>
i'm already improving security on fuchas
L368[19:26:19]
<Zen1th>
mostly: new UAC and disk encryption
L369[19:26:41] <Ocawesome101> disk
encryption???
L370[19:26:51]
<Zen1th>
yea it won't be too hard
L371[19:27:00]
<Zen1th>
i'll just need IceKey and Igloo to work at boot which won't be that
har
L372[19:27:00]
<Zen1th>
i'll just need IceKey and Igloo to work at boot which won't be that
hard [Edited]
L373[19:27:02] <Ocawesome101> i'm focusing
on improving protections of things like system apis
L374[19:27:09]
<Zen1th> oh
cool
L375[19:27:13]
<Zen1th>
what you do for example?
L376[19:27:39] <Ocawesome101> mostly
`setmetatable(lib,{__newindex=function()error})`
L377[19:27:41] <Ocawesome101> oops
L378[19:27:53]
<Zen1th>
`Fuchas/Kernel/boot.lua` has a way to do this
L379[19:27:55] <Ocawesome101> mostly
`setmetatable(lib,{__newindex=function()error"lib is
read-only"end,__metatable={}})`
L380[19:28:27]
<Zen1th> in
the boot.lua, the `protectEnv()` function is used to protect
global functions
L381[19:28:35] <Ocawesome101> i c
L382[19:28:36]
<Zen1th>
(so i stil have to protect per library, but that'll be fast)
L383[19:28:43] <Ocawesome101> i'm
protecting tables
L384[19:28:52]
<Zen1th>
yea so libraries
L385[19:28:55]
<Zen1th>
like the thing in boot.lua
L386[19:29:01]
<Zen1th>
except it protects global things
L387[19:29:03]
<Zen1th>
like bit32
L388[19:29:04]
<Zen1th>
string
L389[19:29:05]
<Zen1th>
etc.
L390[19:29:10] <Ocawesome101> neat
L391[19:29:16]
<Zen1th>
(package also already is protected)
L392[19:29:47] <Ocawesome101> yeah
L393[19:30:01] <Ocawesome101> you don't
specify __metatable anywhere except in boot.lua that i can
find
L394[19:30:15]
<Zen1th> i
do in package.lua too
L396[19:30:29]
<Zen1th>
it's really really simple
L397[19:30:30] <Ocawesome101> ... i didn't
see it :P i will look again
L398[19:30:34]
<Zen1th>
just a password to decrypt key
L399[19:30:35]
<Zen1th>
just a password to decrypt keys [Edited]
L400[19:30:59] <Ocawesome101> will it work
with managed filesystems
L402[19:31:10]
<Zen1th>
and yea it's made to work on managed filesystems
L403[19:31:16]
<Zen1th> by
simply enough encrypting the files's data
L404[19:31:39] <Ocawesome101> my solution
was gonna be something like an encrypted OpenFS
L405[19:31:44] <Ocawesome101> perhaps for
Monolith
L406[19:31:53]
<Zen1th>
that wouldn't work for managed filesystems but why not
L407[19:31:54] <Ocawesome101> or for
anything, i could likely make it OS-agnostic
L408[19:32:02] <Ocawesome101> but then
again
L409[19:32:06]
<Zen1th>
yea just encrypt the files simply
L410[19:32:14] <Ocawesome101> i have
pretty much no experience with anything of that nature
L411[19:32:23]
<Zen1th>
honestly i'm glad Adorable Catgirl made igloo and icekey a few
months ago
L412[19:32:29]
<Zen1th>
happy*
L413[19:32:44] <Ocawesome101> :P
L414[19:32:51] <Ocawesome101> yeah i would
probably use those
L415[19:32:52]
<Zen1th>
welp
L416[19:32:55]
<Zen1th>
time to start implementing all of that
L417[19:33:04] <Ocawesome101> uh
L418[19:33:12] <Ocawesome101> can you wait
for an hour or so actually
L419[19:33:18] <Ocawesome101> until i pr
my stuff
L420[19:33:32]
<Zen1th>
nah your pull request prob is already incompatible with my already
uncommited changes
L421[19:33:38] <Ocawesome101> :/
L422[19:33:51] <Ocawesome101> ls
L423[19:33:57] <Ocawesome101> oops wrong
window
L424[19:34:02]
<Zen1th>
lol
L425[19:34:41] <Ocawesome101> %bap Zen1th
with inconsiderate repeated [Edited] messages
L426[19:34:41] <MichiBot> Ocawesome101
baps Zen1th with inconsiderate repeated [Edited] messages!
L427[19:35:02]
<Zen1th>
edited messages is just an habit to me
L428[19:35:12]
<Zen1th>
it's so useful rather than using "*"
L429[19:35:28] <Ocawesome101> i suppose
it's no worse than irc people using %s/a/b
L430[19:35:38]
<Zen1th>
yea
L431[19:35:55] <Ocawesome101> i've also
made some misc improvements
L432[19:35:59] <Lizzy> "we'll
autodetect settings for you" ... "settings set to high
quality" *leaves resolution at something stupidly small*
L433[19:36:02] <Lizzy> well done ED
L434[19:36:11]
<Zen1th> oh
cool what kind of improvements?
L435[19:36:32] <Ocawesome101> i redid
io.input() and io.output(), plus your boot-time write() function,
plus an OSDATA.CONFIG option to auto-switch to Lua 5.3
L436[19:37:08] <Ocawesome101> and
protecting things like
L437[19:37:09] <Ocawesome101> idk
L438[19:37:16] <Ocawesome101> the
`security` lib
L439[19:37:23]
<Zen1th> ok
cool but how you changed io.input ?
L440[19:37:28]
<Zen1th> i
mean what you did to it?
L441[19:37:32] <Ocawesome101> i made it
smaller
L442[19:37:35]
<Zen1th>
since it's closely tied to `tasks` library
L443[19:37:36]
<Zen1th> oh
ok
L444[19:37:51] <Ocawesome101> it still
behaves the same, dw
L445[19:38:26] <Ocawesome101> just
smaller
L446[19:38:27]
<Zen1th>
also wanna hear something fun?
L447[19:38:31] <Ocawesome101> sure
L448[19:39:05]
<AdorableCatgirl> Lizzy: ah yez, 320x200
on my 1680x1050 monitor
L450[19:39:17]
<Zen1th>
and all to realize
L451[19:39:18]
<Zen1th>
that
L452[19:39:21]
<Zen1th> it
has the same security
L453[19:39:24]
<Lizzy-chan> @Forecaster LTT 13232
L454[19:39:26]
<Zen1th> as
a `permissions.lon` file in A:/Fuchas
L455[19:39:34] <Ocawesome101> lol
L456[19:39:42]
<Zen1th>
yea now i'm sad
L457[19:39:44] <Ocawesome101> also
L458[19:39:50]
<Zen1th> i
could implement it but it wouldn't add much security
L459[19:39:54]
<Forecaster> I don't have the game
running, I don't know where that is
L460[19:40:08] <Ocawesome101> users could
run `require("security').requirePermisssion = function()
return true end`
L461[19:40:09]
<Lizzy-chan> What system were you
in?
L462[19:40:11] <Ocawesome101> and uh
L463[19:40:13] <Ocawesome101> it'd
break
L464[19:40:16] <Ocawesome101>
security
L465[19:40:20]
<Zen1th>
yea ik
L466[19:40:25]
<Forecaster> The carrier is currently in
LTT 17422 and the next waypoint is Col 285 Sector FO-D A28-2
L467[19:40:40]
<Forecaster> sounds close based on system
names
L468[19:40:42]
<Zen1th>
idea
L469[19:40:47] <Ocawesome101> ok,
pr'ed
L470[19:40:51]
<Zen1th>
@Ocawesome101 i'll standardize your thing
L471[19:40:56]
<Zen1th> ah
shit you already pr'ed
L472[19:41:01] <Ocawesome101> which
thing
L473[19:41:15]
<Zen1th>
wanted to make a function in `package` to protect libraries in a
single function
L474[19:41:22] <Ocawesome101> ohye
L475[19:41:24]
<Zen1th>
anyways time to review your changes
L476[19:41:26] <Ocawesome101>
package.protect
L477[19:41:29] <Ocawesome101> or
smth
L478[19:41:44]
<Zen1th>
yea i'll make that later on top of your commit
L479[19:41:49]
<Zen1th>
first i'll commit my uncommited changes
L480[19:42:16]
<Forecaster> Lizzy it's 170 light years
away
L481[19:42:35]
<Lizzy-chan> At least 15 jumps for me
currently
L482[19:42:42]
<Forecaster> I don't know how many jumps
that is for you but it's nothing for a carrier
L483[19:42:47]
<Forecaster> do you want me to come get
you?
L484[19:43:22]
⇨ Joins: Thutmose
(~Patrick@host-69-59-79-181.nctv.com)
L485[19:43:25]
<Lizzy-chan> I'll see how far I can go, I
have a route at the very least
L486[19:44:07]
<Forecaster> okay, I'll tell you when I've
gotten into the game, then I can jump to where you are
currently
L487[19:44:25]
<Forecaster> have you ever seen a capital
ship exit hyperspace?
L488[19:44:44]
<Forecaster> in-game that is
L489[19:44:55]
<Lizzy-chan> Yep, I have in videos
L490[19:45:03]
<Forecaster> no, for real
L491[19:45:16]
<Forecaster> it's not the same :P
L492[19:46:47]
<Forecaster> okay, I'm in, how far along
are you?
L493[19:47:42]
<Lizzy-chan> Heading to 89 leonis
L494[19:47:53]
<Forecaster> okay stay there
L495[19:47:57]
<Lizzy-chan> Ok
L496[19:49:21]
<Forecaster> I've scheduled the jump, once
lockdown starts in 11 minutes you will see a destination in
supercruise
L497[19:49:35]
<Forecaster> you'll be able to go there
and drop out of supercruise and watch the carrier arrive
L498[19:50:53] <Lizzy> ok
L499[19:51:56]
<Forecaster> what kind of ship do you have
currently?
L500[19:52:21]
<Lizzy-chan> Cobra mk 3
L501[19:53:01]
<Forecaster> do you have any other
ships?
L502[19:53:39]
<Lizzy-chan> Don't think so
L503[19:54:04]
<Forecaster> also hi @Ariri :P
L504[19:55:02]
<Ariri> Hoi
hoi
L505[19:55:15]
<Forecaster> 5 minutes to lockdown
L506[19:55:42]
<Ariri> I
stopped by when I got back to the bubble (nice color :D )
L507[19:55:57]
<Forecaster> thanks :P
L508[19:58:18] <Ocawesome101> turns out
`local t,n = {},0; for i=1, 2^27, 1 do n=n+1 t[n]=1 end` is almost
14x faster than `local t = {}; for i=1, 2^27, 1 do
table.insert(t,1) end`
L509[19:58:36] <Ocawesome101> @Zen1th i
made the changes you requested
L510[19:58:54]
<Forecaster> 2 minutes to lockdown
L511[19:59:15]
<Forecaster> I'm glad they fixed the
carrier paint job issue
L512[19:59:16] <Ocawesome101> (10s vs
1m38s)
L513[19:59:45]
<Lizzy-chan> @Forecaster is that 2 minutes
till a contract appears?
L514[19:59:55]
<Forecaster> contract?
L515[19:59:59]
<Lizzy-chan> Also do you have repair
facilities?
L516[20:00:02]
<Lizzy-chan> Contact
L517[20:00:08]
<Lizzy-chan> Fucking phone
L518[20:00:10]
<Forecaster> yes and yes
L519[20:00:26]
<Lizzy-chan> Good, I may have body slammed
a planet
L520[20:00:31]
<Forecaster> heh
L521[20:00:33]
<Forecaster> 20 seconds
L522[20:01:16]
<Forecaster> lockdown has begun
L523[20:01:36]
<Forecaster> jump in 2.5 minutes
L524[20:01:45]
<Lizzy-chan> What will it show up
as?
L525[20:01:52]
<Forecaster> Ravenloft
L526[20:02:15]
<Forecaster> it should be close to the
main star
L527[20:02:26]
<Lizzy-chan> I see it
L528[20:02:42]
<Forecaster> 1.5m until jump
L529[20:03:40]
<Lizzy-chan> Cool
L530[20:04:35]
<Forecaster> exit imminent
L531[20:04:53]
<AdorableCatgirl> THIS HONDA RIDES SO NICE
HOLY FUCK
L532[20:05:06]
<Forecaster> and we've arrived
L533[20:05:24]
<Lizzy-chan> Oh, it arrived before I
exited supercruis
L534[20:05:33]
<Forecaster> aw
L535[20:06:03]
<Forecaster> I should have told you it'd
be close to the star earlier
L536[20:07:32]
<Lizzy-chan> Why do the landing pads still
insist on landing a certain way when they can rotate?
L537[20:07:45]
<Forecaster> carrier landing pads don't
rotate
L538[20:08:14]
<Lizzy-chan> Then even less reason to need
a direction of landing
L539[20:08:31]
<Forecaster> it's just how they work
L540[20:08:50]
<Forecaster> at least landing and taking
off from a carrier is super fast because they don't need to spin
you around at all
L541[20:10:48] <Lizzy> brb, dad needs help
with stuff
L542[20:10:58]
<Forecaster> are you landed?
L543[20:11:05] <Amanda> Hrm
L544[20:11:08] <Amanda> %choose
spaaace?
L545[20:11:10] <MichiBot> Amanda: Why
would you do that when you could do something else instead?
L546[20:11:17] <Amanda> true, good point
MichiBot
L547[20:11:26] <Amanda> I don't even know
wehre the heck I am in E:D
L548[20:15:05]
<Forecaster> I'm going to estimate
somewhere in the Milky Way
L549[20:15:19] <Amanda> -gasp- How'd you
know!?
L550[20:15:28] <Amanda> I'm calling the
FBI you clearly doxxed me!
L551[20:21:46] <Ocawesome101> %lua
oink()
L552[20:21:46] <MichiBot> Oink record
beaten by 8 sec! New record is 8 sec!
L553[20:21:51] <Ocawesome101> :D
L554[20:25:49] <Lizzy> yes
L555[20:25:52]
<Ariri>
%tonk
L556[20:25:54] <MichiBot> Dagnabbit!
Ariri! You beat Lizzy's previous record of 21 minutes and 22
seconds (By 1 hour, 18 minutes and 54 seconds)! I hope you're
happy!
L557[20:25:55] <MichiBot> Ariri's new
record is 1 hour, 40 minutes and 17 seconds! Ariri also gained
0.00132 tonk points for stealing the tonk. Position #11. Need
0.00244 more points to pass The_Stargazer!
L558[20:26:05] <Ocawesome101> %lua
oink()
L559[20:26:05] <MichiBot> Oink record
beaten by 251 sec! New record is 259 sec!
L560[20:26:21]
<Ariri>
%give MichiBot Feed Carrier
L561[20:26:21] *
MichiBot accepts Feed Carrier and adds it to her
inventory
L562[20:26:36]
<Forecaster> alright, time to get to the
first leg then
L563[20:26:47]
<Ariri>
first leg of what
L564[20:26:56]
<Forecaster> the trip to my mining
spot
L565[20:26:57]
<Forecaster> :P
L566[20:27:12]
<Lizzy-chan> Also I'm in the general voice
chat of my discord forecasrer
L567[20:27:12]
<Ariri>
Oh
L568[20:27:12]
<Ariri>
going far are you?
L569[20:27:36]
<Forecaster> we're going to the Pencil
nebula
L570[20:27:39] <Ocawesome101> %lua
string.cursed("hey check this out it's incredibly
cursed")
L571[20:27:41] <MichiBot> hIyy cHHiCk
tHoSUaT Ot'z oNcRiDoBk CaRsId
L572[20:27:49] <Ocawesome101> :D
L573[20:27:58]
<Ariri>
-_-
L574[20:28:52]
<Forecaster> okay, jump to `Col 285 Sector
FO-D A28-2` scheduled
L575[20:29:11]
<Lizzy-chan> Yep, got a message about it,
neat
L576[20:29:42]
<Forecaster> also I will join voice once
I'm done eating
L577[20:29:56]
<Lizzy-chan> Kaay
L578[20:31:01] <Ocawesome101> holy
crap
L579[20:31:08] <Ocawesome101> my
~/Documents is like 9GB
L580[20:31:35] <Ocawesome101> and contains
~207,000 filles
L581[20:31:38] <Ocawesome101> files
L582[20:33:05] <Michiyo> I want to hang
out with you guys in E:D but A.) I have no idea what I'm doing. B.)
I have no time :( and C.) See A
L583[20:33:17] <Ocawesome101> dang
L584[20:33:30] <Ocawesome101> documents is
literally half the size of my entire homedir
L585[20:33:41]
<Forecaster> having an idea what you're
doing is overrated
L586[20:33:43] <Amanda> Ocawesome101:
amature
L587[20:34:09] <Ocawesome101> i only have
64GB of storage in my laptop -_-
L588[20:34:11] <Amanda> Ocawesome101: my
music folder is nearly 10G by itself. My code folder is >100G
last I looked
L589[20:34:24] <Ocawesome101> Izaya: can i
have your pkgfs thing but for Linux
L590[20:34:36] <Ocawesome101> i wanna make
my documents a zst
L591[20:34:40] <Ocawesome101> or
something
L592[20:35:09] <Ocawesome101> because it
compresses really well
L593[20:36:39]
⇨ Joins: ben_mkiv (~ben_mkiv@88.130.157.142)
L594[20:40:33] <Michiyo> @Forecaster sure,
but having a basic understanding of gameplay is a plus.
L595[20:40:52] <Michiyo> I can fly around
a bit, but navigation and stuff not so much
L596[20:40:55]
<Forecaster> oh that, you figure that out
after crashing into enough things
L597[20:41:01]
<Forecaster> :P
L598[20:41:06] <Michiyo> Sounds...
expensive.
L599[20:41:17]
<Lizzy-chan> I mean, I body slammed a
planet before forecasters carrier dropped
L600[20:41:23]
<Lizzy-chan> Holy fuck
L601[20:41:28]
<Lizzy-chan> Aww
L602[20:41:37]
<Lizzy-chan> Can't ride on the outy
L603[20:41:40]
<Lizzy-chan> Outside
L604[20:41:53]
<Forecaster> nope
L605[20:42:00]
<Forecaster> you'd probably get peeled
off
L606[20:42:21]
<Forecaster> the landing pads actually
have shutters that close over them during lockdown
L607[20:43:43]
<Lizzy-chan> Aww, can't get free cam
outside either :(
L608[20:44:05]
<Lizzy-chan> Oh wair
L609[20:44:17]
<Lizzy-chan> Carrier management virw
L610[20:44:19]
<Lizzy-chan> Aww
L611[20:44:40]
<Lizzy-chan> It didn't let me watch going
into the portal
L612[20:44:55]
<Forecaster> nope, nobody can do
that
L613[20:58:26] <Amanda> "Connection
Status: Invalid Machine ID" ... that doesn't sound good
L614[20:58:59]
<Forecaster> that's a known issue I
think
L615[20:59:06]
<Forecaster> with some solution I don't
remember
L616[21:00:49] <Amanda> apparently it's
"relog"
L617[21:06:37]
<Forecaster> sounds about right
L618[21:07:54] <Amanda> Damn, that system
you mentioned is rather far. I'm at "Qurato"
L619[21:08:18] <Amanda> s/Qur/Qar/
L620[21:08:18] <MichiBot> <Amanda>
Damn, that system you mentioned is rather far. I'm at
"Qarato"
L621[21:08:58]
<Forecaster> that's not particularly
far
L622[21:10:10] <Amanda> Also the galaxy
map is atrocious to navigate using a mouse.
L623[21:11:01] <Amanda> Also true, I
mis-read, looks like I'd only need a single refuel to get there, if
I'm reading this right
L624[21:13:34] <Ocawesome101> THERE WE
EFFING GO
L625[21:13:36] <Ocawesome101> turns
out
L626[21:13:51] <Ocawesome101> there were a
couple of issues with the way i was handling error reporting
L627[21:14:40]
<Forecaster> `if is error >
dev/null`
L628[21:15:55] <Ocawesome101> lol
L629[21:16:08] <Ocawesome101> monolith's
whole terminal structure is... interesting
L630[21:16:49] <CompanionCube> Forecaster:
On Error Resume Next.
L631[21:27:11]
<Forecaster> Amanda are you moving to
rendezvous?
L632[21:27:29] <Amanda> yup, but it's like
38 jumps out
L633[21:27:50]
<Forecaster> 38?!
L634[21:27:52]
<Forecaster> what are you in
L635[21:27:56]
<Forecaster> it was like 7 for me
L636[21:28:53] <Amanda> An Adder
L637[21:29:02] <Amanda> I've not played
much still. :P
L638[21:29:29] <Amanda> but seeing you and
lizzy playing got me excited to maybe give it another go
L639[21:31:09]
<Forecaster> ...do you want me to come get
you?
L640[21:31:19] <Ocawesome101> hmm
L641[21:31:21] <Ocawesome101> pipes
uh
L642[21:31:23] <Ocawesome101> don't
work
L643[21:31:34] <Ocawesome101> they just
kinda
L644[21:31:37] <Ocawesome101> crash the
shell
L645[21:31:51] <Amanda> ... if it's not
too much trouble. I'm now in Sugrivik
L646[21:35:52] <Amanda> Specifically I'm
~800Ls away from the primary star @Forecaster
L647[21:36:06] <Amanda> but I assume it'd
be easier for me to supercruise to wherever you come in
L648[21:38:59]
<Forecaster> if I haven't visited the
system I can only have the carrier jump to the primary star
L649[21:39:43]
<Forecaster> which I haven't
L650[21:39:45] <Amanda> k I'll head closer
to it, I kinda drifted away while checkingIRC
L651[21:40:08]
<Forecaster> I've scheduled the jump to
Sugrivik
L652[21:40:20] <Amanda> Thanks, sorry for
the trouble
L653[21:40:34]
<Forecaster> eh, it's not much trouble
:P
L654[21:40:47]
<Forecaster> lockdown in 11 minutes
L655[21:41:09]
<Forecaster> you should know though that
each jump costs 100k credits :P
L656[21:41:28] <Amanda> That's like a
third or fourth of my total bank account atm. :P
L657[21:41:38]
<Forecaster> it's next to nothing for
me
L658[21:42:14] <Amanda> CQC rank:
Helpless. Combat rank: HArmless
L659[21:42:51] <Amanda> I'm just glad for
my sanity that apparently this system isn't anarchy, like the last
two systems I jumped through were
L660[21:45:04]
<Forecaster> I am running a bit low on
tritium however
L661[21:45:45] <Amanda> think I'll do some
fuel scooping while I wait, even though I've still ght 3/4th of a
tank
L663[21:47:04] <MichiBot>
Every Cat At
3AM | length:
31s | Likes:
273,049 Dislikes:
2,762 Views:
7,424,581 | by
Gus
Johnson | Published On 5/10/2017
L664[21:48:12]
<Forecaster> lockdown in 3 minutes
L665[21:48:53] <Amanda> MElted the cockpit
a bit, but hey, I've got a full tank of gas!
L666[21:49:09]
<Forecaster> you can repair it on the
carrier :P
L667[21:51:36]
<Forecaster> lockdown imminent
L668[21:55:21] <Michiyo> lol.. I have
118k
L669[21:55:28] <Michiyo> your jumps cost
my entire bank account
L670[21:56:35]
<Forecaster> we've arrived
L671[21:56:38]
<Lizzy-chan> Yay, Vega crapped out
again
L672[21:56:57] <Amanda> how do I find
you?
L673[21:57:12]
<Forecaster> you should see the carrier in
supercruise
L674[21:57:17]
<Forecaster> since lockdown began
L675[21:57:25]
<Forecaster> you could have watched us
exit hyperspace
L676[21:57:50]
<Forecaster> my carrier is Ravenloft
L677[22:00:35]
<Forecaster> or rather, you'll see it in
the navigation panel
L678[22:00:46] <Amanda> jYeah I figured it
out
L679[22:01:02] <Amanda> Also I forgot that
you can jump right to stuff, so I was trying to fly to you
manually, and shot righ tpast you
L680[22:02:09] <Amanda> I assume I go to
where the navigation thingy isto dock? I don't see an option to
request docking, though
L681[22:02:30] <Amanda> oh, found it
L682[22:02:32]
<Forecaster> it works the same as for
stations, go to contacts and select the carrier
L683[22:02:53]
<Forecaster> if you have ships or modules
you want to have transferred to the carrier do so now, if you do it
after we've jumped further away it will get more expensive
L684[22:04:24] <Amanda> Most of them'd
take 21m to arrive, iif I'm reading this right
L685[22:04:29] <Amanda> and it's just
modules
L686[22:04:43]
<Forecaster> doesn't matter, they'll
arrive wherever we are
L687[22:04:49] <Amanda> ah, nice
L688[22:04:54]
<Forecaster> and you pay the transfer fee
up front
L689[22:05:02] <Michiyo> I really wish
there was a better default layout for my stick
L690[22:05:44]
<Forecaster> I play with a keyboard and an
xbox-controller
L691[22:05:45]
<Forecaster> :P
L692[22:05:48] <Amanda> okay ,it
L693[22:05:52] <Amanda> 's all in
transit
L694[22:05:56] <Michiyo> I.. don't even
remember how to request docking with a station <_<
L695[22:05:58] *
Michiyo sighs
L696[22:06:05] <Michiyo> I have a Logitech
x52 HOTAS
L697[22:06:11]
<Forecaster> I just told amanda that
:P
L698[22:06:19] <Michiyo> I should also be
working right now... lmao
L699[22:06:24]
<Forecaster> go to the contacts tab,
select the station and request docking
L700[22:07:24] <Michiyo> which is the
issue ATM, I don't remember any of the binds for menus and shit.
IIRC this is the reason I stopped player, couldn't remember how to
do shit because of my horrible free time
L701[22:07:38] <Michiyo> Sooo, meh, maybe
next time
L702[22:08:05] <Michiyo>
s/player/playing/
L703[22:08:05] <MichiBot> <Michiyo>
which is the issue ATM, I don't remember any of the binds for menus
and shit. IIRC this is the reason I stopped playing, couldn't
remember how to do shit because of my horrible free time
L704[22:08:15]
<Forecaster> I used to use a hotas-setup,
but I stopped bothering setting it up when I wanted to play cause
xbox controller worked fine
L705[22:08:59] <Michiyo> I got used to
HOTAS in flight sims and ARMA II
L706[22:09:18] <Amanda> Michiyo: 1 to
select navigation panel
L707[22:09:58] <Michiyo> Eh, I'm out for
now, I've got 3 hours before I should actually be playing
anyway
L708[22:10:06]
<Forecaster> I hope no one else wants to
board now cause I've scheduled the jump back to `Col 285 Sector
FO-D A28-2`
L709[22:10:09] <Michiyo> if something @
works comes up I have to be free
L710[22:14:11] ⇦
Quits: Ocawesome101 (~ocawesome@38.65.248.163) (Quit: A
Konversation user has left the chat.)
L711[22:19:21] *
Michiyo sighs
L712[22:19:27] <Michiyo> Just like that
because I have idiots for co-workers
L713[22:19:41] <Corded> *
<Forecaster> reverse sighs
L714[22:19:48] <Michiyo> shgis?
L715[22:19:56]
<Forecaster> breathing in
L716[22:19:58]
<Forecaster> :P
L717[22:29:26] ⇦
Quits: Kilobyte (~kilobyte@148.251.236.200) (Quit: ZNC - 1.6.0 -
http://znc.in)
L718[22:33:01]
⇨ Joins: Kilobyte
(~kilobyte@banana-new.kilobyte22.de)
L719[22:33:01]
zsh sets mode: +v on Kilobyte
L720[22:33:29]
<Ocawesome101> dang
L721[22:33:34]
<Ocawesome101> Monolith has ~21k lines of
code
L722[22:33:38]
<Ocawesome101> *12k
L723[22:33:55]
<Ocawesome101> on
L724[22:33:58]
<Ocawesome101> oh*
L725[22:34:02]
<Ocawesome101> only ~9000
L726[22:34:17]
<Ocawesome101> for a fresh build
anyway
L727[22:39:58] ⇦
Quits: Berinkton1024 (~Berinkton@p2e54a39f.dip0.t-ipconnect.de)
(Quit: Leaving)
L728[23:01:18]
<Ocawesome101> @Zen1th fresh stable Fuchas
install, `Fuchas/Kernel/boot.lua:93:attempt to call global
'loadfile' (a nil value)`
L729[23:01:34]
<Ocawesome101> @Zen1th fresh stable Fuchas
install, `Fuchas/Kernel/boot.lua:93:attempt to call a nil value
(global 'loadfile')` [Edited]
L731[23:18:56]
<BrianH>
@Ocawesome101 21K?!
L732[23:19:36]
<BrianH>
where are these sources
L733[23:19:58]
<BrianH>
even 9000 seems high if it's a Lua project
L734[23:21:34]
<BrianH>
Izaya: A registry could be helpful for a RouterOS like shell
L735[23:22:13]
<BrianH>
kind of like BSDs sysctl
L736[23:23:04]
<BrianH>
FreeBSD does it with kobj I think
L737[23:26:29]
⇨ Joins: Pokey
(~pokey@vmi238643.contaboserver.net)
L739[23:30:30]
<BrianH>
oh
L740[23:30:33]
⇨ Joins: S|h|a|w|n
(~shawn156@c-76-25-73-212.hsd1.co.comcast.net)
L741[23:30:34]
<BrianH>
this is not just the os
L742[23:30:37]
<Ocawesome101> According to a `wc -l
$(find build -type f)`
L743[23:30:38]
<BrianH>
this is also a distribution
L744[23:30:41]
<BrianH>
its like bsd in that sense
L745[23:30:43]
<BrianH>
that make sense then
L746[23:30:45]
<Ocawesome101> Yeah
L747[23:30:52]
<BrianH> I
thought you meant the OS was 9000 lines lol
L748[23:30:55]
<BrianH> I
was like WHAT
L749[23:30:57]
<Ocawesome101> The kernel is only about 1k
lines
L750[23:31:09]
<BrianH>
Trotwood is only so far...
L751[23:31:29]
<BrianH>
198 including whitespace
L752[23:31:37]
<BrianH>
and its almost done
L753[23:42:19] <CompanionCube> so
apparently in bedrock mojang has added microtransactions...for
emotes. Like £5 per emote. And while this particular emote is free,
I'm absolutely sure it can't be misinterpreted or
appropriated...right?
https://i.redd.it/v3lnaeq1ce751.jpg
L754[23:42:33] <CompanionCube>
(disclaimer: this is for bedrock worst edition lol)
L755[23:43:13]
<Bob> What
the FUCK
L756[23:45:01]
<Ocawesome101> how would it
L757[23:45:05]
<Ocawesome101> please explain
L758[23:46:45] <CompanionCube>
Ocawesome101: the effect's more obvious when animated
L760[23:49:04] <MichiBot> Tue Jun 09
07:15:37 PDT 2020 @beta_mcpe1: There are 2 NEW Emotes in Minecraft
Bedrock 1.16, these are 'Simple Clap' & 'Over There!'. We now
have 3 FREE Emote… <
https://t.co/oz0HLcJOjf>
L761[23:57:26]
<Ocawesome101> i still don't get it
L762[23:58:51] <CompanionCube> consider
that it looks less that it's going out/pointing at something than
going up
L763[23:58:57] <CompanionCube> at least
from that camera angle