<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:03:03]
<ThePiGuy24> ask The Zucc
L2[00:07:12]
<Open-Kernel-Dev-Guy> gamax92: lol
L3[00:07:55] <Amanda> That's right, Facebook
maintains the luaffi you used for it, domt they, gamax92
L4[00:08:30] ⇦
Quits: Victor_sueca (~Victor_su@90.165.120.190) (Ping timeout: 189
seconds)
L5[00:08:34] <gamax92> yeah and they
archived it
L7[00:08:58] <Amanda> So they don't maintain
it anymore
L8[00:09:04] <Amanda> Yay bitrot
L9[00:09:21] ⇨
Joins: Victor_sueca (~Victor_su@90.165.120.190)
L10[00:30:02] <Amanda> %choose pizza or
pasta or other
L11[00:30:03] <MichiBot> Amanda: Out of
these three choices? I'd say "pizza".
L12[00:53:16] ⇦
Quits: Vexatos (~Vexatos@port-92-192-77-234.dynamic.as20676.net)
(Quit: Insert quantum chemistry joke here)
L13[01:00:14] ⇦
Quits: Keridos
(~Keridos@static.56.72.76.144.clients.your-server.de) (Quit: ZNC -
http://znc.in)
L14[01:06:30] ⇨
Joins: Keridos
(~Keridos@static.56.72.76.144.clients.your-server.de)
L15[01:06:38]
<Kane Hart>
Anyone have an example of io.open and :read() to find say a line of
info and print it out? I'm not having much lucky finding examples
out there I can print entire file contents but how do I say find
something within a file and say print that line of info?
L16[01:08:46] <Izaya> for line in
file:lines() do if line:find("string") then print(line)
end end
L17[01:16:18]
<Kane Hart>
> Thanks
L18[01:16:48] <CompanionCube>
%tonkout
L19[01:16:49] <MichiBot> Jeepers!
CompanionCube! You beat your own previous record of 3 hours, 2
minutes and 18 seconds (By 3 hours, 2 minutes and 43 seconds)! I
hope you're happy!
L20[01:16:50] <MichiBot> CompanionCube has
tonked out! Tonk has been reset! They gained 0.006 tonk points!
plus 0.01 bonus points for consecutive hours! Current score:
0.38936
L21[01:33:41] ⇦
Quits: Keridos
(~Keridos@static.56.72.76.144.clients.your-server.de) (Quit: ZNC -
http://znc.in)
L22[02:25:44] <Amanda> %tell Inari inari~
you can't just go making a new cell network with towers only 90m
apart. And then frame people as meth users when they refuse to
switch to your service.
L23[02:25:45] <MichiBot> Amanda: Inari will
be notified of this message when next seen.
L24[02:28:30] ⇨
Joins: ben_mkiv (~ben_mkiv@88.130.158.49)
L25[02:29:20] ⇦
Quits: ben_mkiv (~ben_mkiv@88.130.158.49) (Remote host closed the
connection)
L26[02:29:45] ⇨
Joins: ben_mkiv (~ben_mkiv@88.130.158.49)
L27[02:37:11]
<Brisingr
Aerowing> gamax92 there is an FFI replacement called alien that
might be of use.
L29[02:37:59] <gamax92> oh cool
L30[03:32:37] ⇨
Joins: Blue_595 (~c8h10n4o2@47.196.103.161)
L31[03:33:13] <Blue_595> i dont know why
someone signed on as /mnt/ba7/
L32[03:34:03]
<ThePiGuy24> why not :p
L33[03:34:51] <Blue_595> uh anyway, the
official site ocdoc.cil.li seems to be outdated and/or incomplete;
no mention of the terminal server, remote terminal page says it
"connects to a server"
L34[03:35:14]
<Kleadron>
lol
L35[03:36:05] <Blue_595> a few days ago i
had my laptop in bits so i could clean out its cooling system
L36[03:36:19] <Blue_595> half the heatsink
was clogged up with a giant clump of dust
L37[03:38:40]
<ThePiGuy24> yeah that happens over
time
L38[03:40:48] ⇦
Quits: Blue_595 (~c8h10n4o2@47.196.103.161) (Ping timeout: 189
seconds)
L39[04:11:31] ⇨
Joins: S|h|a|w|n
(~shawn156@c-76-25-73-212.hsd1.co.comcast.net)
L40[04:45:13]
<Open-Kernel-Dev-Guy> Izaya: PsychOS most
definitely does not boot in OCEmu-CC
L41[04:45:50]
<Open-Kernel-Dev-Guy> Both of my OSes do
(with varying degrees of brokenness), but Psych and OpenOS both
crash
L42[05:11:31] <Izaya> more work to do then,
eh?
L43[05:11:44]
<Open-Kernel-Dev-Guy> definitely
L44[05:12:06]
<Open-Kernel-Dev-Guy> If you'd like to
help, I can send you the error that OpenOS throws
L45[05:13:11] <Izaya> I'd probably just get
in your way, I'm not good at working with other people :p
L46[05:14:10]
<Open-Kernel-Dev-Guy> Eh, even if you have
tips that'd be nice
L47[05:15:42] <gamax92> isn't CC still
based around Lua 5.1?
L48[05:15:49]
<Open-Kernel-Dev-Guy> yep
L49[05:16:00]
<Open-Kernel-Dev-Guy> It's got some
lua5.2-ish features though
L50[05:16:15]
<Open-Kernel-Dev-Guy> Doesn't have `goto`,
so I can't use `machine.lua`
L51[05:16:48]
<Open-Kernel-Dev-Guy> The error Psych
throws (currently OCEmu-CC only works in CraftOS-PC, by the way) is
`init:137: attempt to index field '?' (a nil value)`
L52[05:17:31]
<Open-Kernel-Dev-Guy> At least, PsychOS
2.0a1-4ef792a
L53[05:18:25] <gamax92> my OCEmu originally
used luajit and the lack of goto and _ENV made things difficult
hence lua5.2 + ffi + SDL2
L54[05:19:09]
<Open-Kernel-Dev-Guy> ah
L55[05:19:23]
<Open-Kernel-Dev-Guy> yeah, I decided just
to roll my own sandbox cause why not
L56[05:19:56]
<Open-Kernel-Dev-Guy> CC is set up such
that you can use _ENV and setfenv in the same script
L58[05:42:32] ⇨
Joins: mxr12 (~mxr12@123.149.237.29)
L59[05:42:48] ⇦
Quits: mxr12 (~mxr12@123.149.237.29) (Client Quit)
L60[05:43:02] ⇨
Joins: mxr12 (~mxr12@123.149.237.29)
L61[05:43:54] ⇦
Quits: mxr12 (~mxr12@123.149.237.29) (Client Quit)
L62[05:52:11] ⇨
Joins: Thutmose1 (~Patrick@host-69-59-79-181.nctv.com)
L63[05:53:22]
<Forecaster> %tonk
L64[05:53:23] <MichiBot> Dagnammit!
Forecaster! You beat CompanionCube's previous record of <0 (By 4
hours, 36 minutes and 33 seconds)! I hope you're happy!
L65[05:53:24] <MichiBot> Forecaster's new
record is 4 hours, 36 minutes and 33 seconds! Forecaster also
gained 0.00461 tonk points for stealing the tonk.
L66[05:57:44] ⇦
Quits: Thutmose (~Patrick@host-69-59-79-181.nctv.com) (Ping
timeout: 378 seconds)
L67[06:03:26] ⇦
Quits: Thutmose1 (~Patrick@host-69-59-79-181.nctv.com) (Quit:
Leaving.)
L68[06:10:50]
<Open-Kernel-Dev-Guy> %tell payonel How
the heck does OpenOS even manage to boot without erroring? Looking
at the code, it looks to me like `/lib/core/full_filesystem.lua`
requires `/lib/filesystem.lua`, which depends on a piece of the
`filesystem` API defined by `/lib/core/filesystem.lua`.
L69[06:10:50] <MichiBot>
Open-Kernel-Dev-Guy: payonel will be notified of this message when
next seen.
L70[06:11:09]
<Open-Kernel-Dev-Guy> %cancel
L71[06:11:34]
<Open-Kernel-Dev-Guy> @payonel you wrote
OpenOS, right?
L72[06:21:01] <Michiyo> Poor
Guest52618
L73[06:22:57]
<Kleadron>
why is it 3 different files
L74[06:45:27] ***
Guest52618 is now known as payonel
L75[06:45:30] zsh
sets mode: +o on payonel
L76[06:46:03] <payonel> Michiyo: :)
L77[06:46:47] <payonel>
@Open-Kernel-Dev-Guy yes
L78[06:57:49] ⇦
Quits: Backslash (~Backslash@d75-156-174-126.abhsia.telus.net)
(Read error: Connection reset by peer)
L79[07:17:15] <payonel>
@Open-Kernel-Dev-Guy some metamethod magic happens in openos to
get it to boot to shell with minimal memory allocated for low mem
systems
L80[07:24:47] ⇦
Quits: S|h|a|w|n (~shawn156@c-76-25-73-212.hsd1.co.comcast.net)
(Quit: Leaving)
L81[07:29:41] ⇦
Quits: gamax92 (~gamax92@c-73-153-119-160.hsd1.co.comcast.net)
(Quit: Leaving)
L82[09:10:40] ⇨
Joins: Inari (~Pinkishu@pD9E38462.dip0.t-ipconnect.de)
L83[09:12:27] <Inari> Nep
L84[09:12:43] <Inari> Amanda: Isn't that
5G?
L85[09:43:38] ⇦
Quits: ben_mkiv (~ben_mkiv@88.130.158.49) (Ping timeout: 200
seconds)
L86[09:52:09]
<Forecaster> %sip
L87[09:52:10] <MichiBot> You drink a porous
aether potion (New!). Forecaster turns into a emerald wolf shark
girl until they see a unicorn.
L88[09:52:23]
<Forecaster> huh
L89[09:59:03] <Inari> Hypothesis: Theres an
a semi-canny-but-somehow-good peak inside the uncanny valley of 3d
characters
L90[10:01:43]
<Forecaster> what
L91[10:01:54] <Inari> Haha
L92[10:02:37] <Inari> Just Kano (a vTuber)
has this, dunno, kind of "odd"? facial animations. But
they also make her feel kinda lively and at the same time I find
them odd I find them nice and interesting compared to the more tame
ones of the others. So they're sort of uncanny, but theres
something prettynice about them at the same time?
L94[10:04:40] <MichiBot>
Kano Wants to
TAKE Your Chocolate [Eng Sub] | length:
2m 32s | Likes:
319 Dislikes:
0 Views:
2,726 | by
Keni |
Published On 16/2/2020
L97[10:46:03] ⇨
Joins: Vexatos
(~Vexatos@port-92-192-77-234.dynamic.as20676.net)
L98[10:46:03] zsh
sets mode: +v on Vexatos
L100[11:16:31]
⇨ Joins: Teris
(uid315557@2001:67c:2f08:5::4:d0a5)
L101[11:30:33] <Lizzian> %tonk
L102[11:30:34] <MichiBot> Bejabbers!
Lizzian! You beat Forecaster's previous record of 4 hours, 36
minutes and 33 seconds (By 1 hour and 37 seconds)! I hope you're
happy!
L103[11:30:35] <MichiBot> Lizzian's new
record is 5 hours, 37 minutes and 11 seconds! Lizzian also gained
0.00505 (0.00101 x 5) tonk points for stealing the tonk.
L104[11:30:55]
<Forecaster> D:
L105[12:51:37] <Izaya> man I went to the
local markets today
L106[12:51:55] <Izaya> and there was
someone with a stall talking about protecting yourself against 3G,
4G, 5G and WiFi
L107[12:57:09]
<Forecaster> that's easy, just make a
faraday suit
L108[12:57:25]
<Forecaster> or put wheels on a faraday
cage
L109[13:03:08]
<Vaur> or
live inside a faraday cage and never go outside of it
L110[13:03:49]
<Forecaster> that was the point of the
wheels wasn't it
L111[13:04:42]
<Vaur>
well, I was thinking of something like a room or a building, but
yeah
L112[13:05:04]
<Vaur> the
answer will always be a variant of faraday cage anyway
L113[13:05:08] <Izaya> Mortal Engines but
it's a faraday cage
L114[13:05:29]
<Vaur>
anything else would be just bullcrap
L115[13:06:02]
<Vaur> (not
that there is any reason to want to be protected from wifi in the
first place 😄 )
L116[13:07:09] <Izaya> I mean, I haven't
gotten cancer from it yet
L117[13:08:53]
<Forecaster> yet...
L118[13:41:45]
⇨ Joins: Inari
(~Pinkishu@pD9E38462.dip0.t-ipconnect.de)
L120[13:54:16]
⇨ Joins: Victorsueca (~Victor_su@90.165.120.190)
L121[13:56:36] ⇦
Quits: Victor_sueca (~Victor_su@90.165.120.190) (Ping timeout: 378
seconds)
L122[14:28:41]
⇨ Joins: ben_mkiv (~ben_mkiv@88.130.158.49)
L124[14:55:30]
⇨ Joins: Keridos
(~Keridos@static.56.72.76.144.clients.your-server.de)
L125[14:56:42]
<Forecaster> more like, The victim : The
culprit
L127[15:27:49]
<Forecaster> oh dear
L128[16:01:24] ⇦
Quits: Keridos
(~Keridos@static.56.72.76.144.clients.your-server.de) (Ping
timeout: 190 seconds)
L130[16:20:15]
⇨ Joins: Keridos
(~Keridos@static.56.72.76.144.clients.your-server.de)
L131[16:50:25]
⇨ Joins: Thutmose
(~Patrick@host-69-59-79-181.nctv.com)
L132[17:09:45]
⇨ Joins: RGamesOffical
(~rgamesoff@194.125.251.187)
L133[17:09:55] <RGamesOffical>
Hello?
L134[17:10:09] <Inari> %hello
L135[17:10:09] <MichiBot> Inari: Hello!
Welcome to #oc! The one and only opencomputers channel! Please ask
your questions directly (dont ask to ask) and provide error/code
examples! (Use pastebin.com if theyre more than one line!) Dont
mind the random conversation you might have walked into.
L136[17:11:05]
<Forecaster> %tonk
L137[17:11:05] <MichiBot> By my throth!
Forecaster! You beat Lizzian's previous record of 5 hours, 37
minutes and 11 seconds (By 3 minutes and 19 seconds)! I hope you're
happy!
L138[17:11:06] <MichiBot> Forecaster's new
record is 5 hours, 40 minutes and 31 seconds! Forecaster also
gained 0.00036 (0.00006 x 6) tonk points for stealing the
tonk.
L139[17:11:45] <RGamesOffical> How do I
use linked cards to send messages between 2 computers?
L140[17:12:31]
<Forecaster> same way as you would a
network card
L141[17:12:41]
<Forecaster> with a*
L142[17:12:55] <RGamesOffical> a*?
L143[17:13:21]
<Forecaster> %s/a net/with a net/
L144[17:13:21] <MichiBot>
<Forecaster> same way as you would with a network card
L145[17:14:12] <RGamesOffical> So how do I
send messages via Network Cards?
L146[17:14:23]
<Forecaster> ~oc network
L148[17:15:42] <RGamesOffical> So I just
use the network command?
L149[17:16:15]
<Bob> use
the callbacks of the components
L150[17:16:18]
<Bob> dont
forget to open ports
L151[17:16:34]
<Forecaster> you don't have to open ports
to send
L152[17:17:47] <RGamesOffical> Okay,
thanks for the help.
L153[17:18:04] ⇦
Quits: RGamesOffical (~rgamesoff@194.125.251.187) (Remote host
closed the connection)
L154[17:19:01] <Inari> Wow
L155[17:19:08] <Inari> Day of Dragons is a
proper dumpster fire
L156[17:20:24]
<Forecaster> yep
L157[17:24:44]
⇨ Joins: gamax92
(~gamax92@c-73-153-119-160.hsd1.co.comcast.net)
L158[17:24:44]
zsh sets mode: +v on gamax92
L159[17:34:17] <Amanda> Day of
Dragons?
L160[17:34:39] <Amanda> %choose code or
space fishies
L161[17:34:39] <MichiBot> Amanda: I saw
that "code" is the best choice in a vision
L162[18:09:54]
<Vaur> you
watch sid alpha ? I just finished his latest video
L163[18:10:21] <Izaya> whats a sid
alpha
L164[18:11:06]
<Vaur>
youtuber, pundit on video games
L165[18:11:28] <Izaya> that makes
sense
L166[18:14:45]
<Vaur> He
made a serie of video covering day of dragons game
L167[18:22:51]
<Forecaster> I saw there was a new update
but I haven't watched it yet
L168[18:38:38] ⇦
Quits: ben_mkiv (~ben_mkiv@88.130.158.49) (Killed (NickServ (GHOST
command used by
ben_mkiv|afk!~ben_mkiv@88.130.158.122)))
L169[18:38:43]
⇨ Joins: ben_mkiv|afk (~ben_mkiv@88.130.158.122)
L170[18:48:43]
⇨ Joins: Vexaton
(~Vexatos@port-92-192-30-149.dynamic.as20676.net)
L171[18:48:43]
zsh sets mode: +v on Vexaton
L172[18:54:20] ⇦
Quits: Vexatos (~Vexatos@port-92-192-77-234.dynamic.as20676.net)
(Ping timeout: 378 seconds)
L173[19:33:24] ⇦
Quits: ba7888b72413a16a (~ba7888b72@66.109.211.150) (Ping timeout:
189 seconds)
L174[19:33:42]
⇨ Joins: ba7888b72413a16a
(~ba7888b72@66.109.211.150)
L175[20:11:13]
⇨ Joins: Backslash
(~Backslash@d75-156-174-126.abhsia.telus.net)
L176[20:41:40]
<Forecaster> %sip
L177[20:41:40] <MichiBot> You drink a
stirring currentcorn potion (New!). The potion contained a computer
virus! It sent a message to all your friends telling them that you
love them!
L178[21:05:07]
⇨ Joins: Webchat118
(webchat@99-91-170-55.lightspeed.ltrkar.sbcglobal.net)
L179[21:05:13] ⇦
Quits: Webchat118
(webchat@99-91-170-55.lightspeed.ltrkar.sbcglobal.net) (Client
Quit)
L180[21:10:23]
⇨ Joins: Dimtree
(~dimtree@75-109-152-81.nbrncmtk01.res.dyn.suddenlink.net)
L182[21:24:15] <MichiBot>
Tidying up
your computer in the '90s: Marie Kondo style | length:
4m
34s | Likes:
1,166 Dislikes:
9 Views:
22,234 | by
Squirrel Monkey | Published On 1/4/2019
L184[21:29:01]
<Forecaster> don't think that was a thing
on windows 95 :P
L185[21:29:18]
<Kleadron>
95 at least should have had a documents folder ¯\(ツ)/¯
L186[21:31:16]
<Forecaster> also it's a parody video, so,
you know
L187[21:34:15]
⇨ Joins: Kleadron
(~kleadron@c-73-254-147-9.hsd1.wa.comcast.net)
L188[21:35:27]
<Kleadron>
wait what
L189[21:35:34]
<Kleadron>
how did i join on irc
L190[21:37:03]
<Forecaster> magic
L191[21:37:52]
<Kane Hart>
how the hell I invite people here lol
L192[21:38:01]
<Kane Hart>
welcome is spam no linked channel url
L193[21:38:05] <Michiyo> %discord
L195[21:38:10]
<Kane Hart>
thanks
L196[21:38:16] <Izaya> tell them to join
irc.esper.net +6697 #oc
L197[21:38:35]
<Kane Hart>
no one uses shitty irc anymore but people who think their cool
lol
L198[21:39:16] <Michiyo> yep, hurt myself
with THAT eyeroll
L199[21:39:20]
<Forecaster> they're*
L200[21:39:41]
<Kane Hart>
my englash was from irc
L201[21:39:49]
<Forecaster> english*
L202[21:39:50]
<Kane Hart>
all them netsplits broke me
L203[21:39:51] <Izaya> I think that's the
rudest thing anyone's said to me today, but hey, day's not over
yet.
L204[21:40:31]
<Kane Hart>
Hello Lzaya! I hope you are having a wonderful day!
L205[21:40:47] <Michiyo> >Lzaya
L206[21:41:11] <Izaya> I don't even need
to add anything to this.
L207[21:41:14]
⇨ Joins: AdorableCatgirl
(~sam@pool-71-176-252-72.rcmdva.fios.verizon.net)
L208[21:41:19] <AdorableCatgirl> are you
have stupid
L209[21:41:21]
<Forecaster> hey Mashyo how are you
today?
L210[21:41:35] *
Michiyo bans @"Forecaster"
L211[21:41:39]
<Forecaster> ohno
L212[21:42:01] <AdorableCatgirl> forec
aster
L213[21:42:05] <AdorableCatgirl> thanks
wangblows
L214[21:42:13] <AdorableCatgirl> all i
wanted was irssi
L215[21:43:46] <AdorableCatgirl> imagine
not using IRC
L216[21:44:14]
<Forecaster> I don't use irc most days and
it's fine for the most part :P
L217[21:44:29]
<Forecaster> the only thing I use irc for
nowadays is restarting MichiBot
L218[21:44:47] <Izaya> without IRC I get
withdrawal symptoms
L219[21:44:52] <Izaya> help I think I'm an
addict
L220[21:44:54] <AdorableCatgirl> i mean i
use IRC roughly
L221[21:44:55] <AdorableCatgirl>
what
L222[21:44:57] <AdorableCatgirl> half the
time?
L223[21:45:02] <AdorableCatgirl> at least
for OC
L224[21:45:12] <AdorableCatgirl> more for
other things because >IRC on hyperboria
L225[21:45:28] <CompanionCube> lame
proprietary discord is lame
L226[21:45:30] <Izaya> I, for one, welcome
our new XMPP overlords
L227[21:49:13] <AdorableCatgirl>
anyways
L228[21:50:36]
<Kleadron>
minecraft is proprietary software \👀
L229[21:50:49] <AdorableCatgirl> IRC is
fun because you can just keep hacking things on
L230[21:54:09] <AdorableCatgirl>
anyways
L231[21:54:13] <AdorableCatgirl> i really
like my shitty IRC
L232[21:54:18] <AdorableCatgirl> because i
can use it on a PS2
L233[21:55:03]
<Kleadron>
i can use it on my original xbox, fight me
L234[21:56:45] <AdorableCatgirl>
>x86
L235[21:56:50] <AdorableCatgirl> >up to
128MB of RAM
L236[21:56:54] <AdorableCatgirl> not very
impressive tbh
L237[21:58:02]
<Kleadron>
and what does your PS2 have
L238[21:58:32] <AdorableCatgirl> PS2 has a
MIPS III CPU and 32MB of RAM
L239[21:59:23] <AdorableCatgirl> err
L240[21:59:32] <AdorableCatgirl> sorta
mips 3, sorta mips 4, sorta something else
L241[22:06:20]
<Saghetti>
hey
L242[22:06:48] ⇦
Quits: Dimtree
(~dimtree@75-109-152-81.nbrncmtk01.res.dyn.suddenlink.net) (Ping
timeout: 190 seconds)
L243[23:01:46] <Amanda> %8ball rain box
time?
L244[23:01:46] <MichiBot> Amanda: My
reply is no
L245[23:29:20]
⇨ Joins: simon8162
(~simon816@ec2-35-178-246-72.eu-west-2.compute.amazonaws.com)
L246[23:38:08] ⇦
Quits: Vexaton (~Vexatos@port-92-192-30-149.dynamic.as20676.net)
(Quit: Insert quantum chemistry joke here)
L247[23:48:45] ⇦
Quits: simon8162
(~simon816@ec2-35-178-246-72.eu-west-2.compute.amazonaws.com)
(Quit: ZNC 1.7.5 - https://znc.in)
L248[23:52:06]
⇨ Joins: simon8162
(~simon816@ec2-35-178-246-72.eu-west-2.compute.amazonaws.com)