<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:26:52]
<Kodos>
That’s a scary thought
L2[00:46:03] ⇦
Quits: Kleadron
(Kleadron!~kleadron@c-73-254-147-9.hsd1.wa.comcast.net) (Ping
timeout: 206 seconds)
L3[01:00:02] ⇦
Quits: glasspelican (glasspelican!~quassel@2607:5300:201:3100::325)
(Quit: http://quassel-irc.org - Chat comfortably.
Anywhere.)
L4[01:00:38] ⇨
Joins: glasspelican
(glasspelican!~quassel@2607:5300:201:3100::325)
L5[01:15:23] <lopezt> %tonk
L6[01:15:24] <MichiBot> I'm sorry lopezt,
you were not able to beat Ariri's record of 3 hours, 17 minutes and
8 seconds this time. 2 hours, 56 minutes and 2 seconds were wasted!
Missed by 21 minutes and 5 seconds!
L7[01:16:41] <lopezt> lol
L8[01:16:47] <lopezt> so iam vexatos
too=
L9[01:41:30] <ben_mkiv> is some regex pro
around? :>
L10[01:42:06] <ben_mkiv> how would one make
a pattern for match _ but not foo_bar
L11[01:42:35] <ben_mkiv> or rather instead
of foo_bar not match underscores which are in brackets, like
[foo_bar]
L12[01:44:15] <ben_mkiv>
[this_shouldnt_match] _but_this_should
L13[02:15:46] ⇨
Joins: payomc (payomc!~payomc@50.45.171.63)
L14[02:20:32] <payomc> test
L15[02:20:39] ⇦
Quits: payomc (payomc!~payomc@50.45.171.63) (Quit:
payomc)
L16[02:23:10] ⇦
Quits: ben_mkiv (ben_mkiv!~ben_mkiv@88.130.158.161) (Remote host
closed the connection)
L17[02:25:37] ⇦
Quits: Yarillo
(Yarillo!~Yarillo@2001:660:4701:2004:5054:ff:feb8:97e9) (Ping
timeout: 206 seconds)
L18[02:37:52]
<Forecaster>
ben_mkiv are you searching for something specific or just anything
not in brackets?
L19[02:39:10] ⇨
Joins: Yarillo
(Yarillo!~Yarillo@2001:660:4701:2004:5054:ff:feb8:97e9)
L20[03:33:19] <Izaya> payonel: does git
ocvm build for you?
L21[03:41:27] ⇨
Joins: flappy
(flappy!~flappy@88-113-149-197.elisa-laajakaista.fi)
L22[03:53:24] <bauen1> openos being able to
install on a T1 is nice but if you run the lua repl you only have
~8kb memory free ._.
L23[03:54:32] <bauen1> Izaya: ocvm git
b329653 builds for me using 'make lua=5.3'
L24[03:55:22] <Izaya> I'm on arch so I was
trying lua=52
L25[03:55:51] <bauen1> why does it fail ?
(you probably need lua=5.2)
L26[04:03:21] <Izaya> if I do lua=5.2 then
it doesn't find the lua headers
L27[04:04:06] <bauen1> well if arch uses 52
as version suffix use that then
L28[04:21:42] ⇦
Quits: baschdel
(baschdel!~baschdel@151-056-210-188.ip-addr.inexio.net) (Remote
host closed the connection)
L29[04:21:46] ⇨
Joins: baschdel
(baschdel!~baschdel@151-056-210-188.ip-addr.inexio.net)
L30[04:30:33] ⇦
Quits: flappy (flappy!~flappy@88-113-149-197.elisa-laajakaista.fi)
(Ping timeout: 190 seconds)
L31[04:36:11] <lopezt> bauen1: what do you
mean by lua repl?
L32[04:36:46] <bauen1> the lua programm in
openos
L33[04:37:06] <bauen1> Read Execute Print
Loop
L34[04:38:16] <lopezt> what about servers,
they can hold twice as much memory ad a computer can offe
L36[04:38:35] <lopezt> yesterday i wrote me
a tool to save memory
L37[04:40:02] <lopezt> i now can initialize
objects on a remote computer and call his functions and stuff, and
its delivering me the results back to the computer which did order
the remote initialization
L38[04:40:44] <lopezt> i am planning to
chunk the objects into piece and hook up mor allocation servers
into the process
L39[04:42:13] <bauen1> lopezt: it's about
running OpenOS on the lowest possible hardware ingame (Tier 1
Screen, Keyboard, Computer, 1 EERPOM 1 T1 Memory Stick (196kb) and
a T1 graphics card)
L40[04:42:28] <bauen1> and having OpenOS
run on such hardware is a pretty good idea
L41[04:42:35] <lopezt> oh ok, how memroy
does souch a computer have?
L42[04:42:41] <bauen1> 196Kb
L43[04:42:46] <lopezt> really?
L44[04:43:02] <bauen1> after boot ~60-70kb
is free which is enough to run 'install' but barely enough to run
'lua'
L45[04:43:24] <bauen1> lopezt: do you know
about __mode of lua metatables ?
L46[04:43:57] <lopezt> know, dont know this
metaeent
L47[04:44:08] <lopezt> actually its like
some events dont work at all
L48[04:44:23] <lopezt> i had troubles with
the __eq operator
L50[04:45:50] <bauen1> __mode can be set to
"v" (value) or "k" (key) if it is set, and the
value/key becomes unreachable it can be garbage collected
L51[04:45:54] <lopezt> oh its regarding
weak tables, tables which get collected even when they have
content
L52[04:45:58] <bauen1> yes
L53[04:46:03] <bauen1> well the table
values get collected
L54[04:46:15] <bauen1> might come in handy
for cacheing
L55[04:46:16] <lopezt> didnt have a use for
that actually
L56[04:46:29] <lopezt> yeah caching is a
case
L57[04:46:52] <lopezt> but i also didnt
have the use for caching yet
L58[04:47:46] <lopezt> i did experiment a
bit with garbage collection, was looking when it starts
collecting
L60[05:04:21]
<Bob> anyone
has ideas why luarocks is being autistic says no file
whatsoever
L61[05:05:27] <bauen1> what is the use of
'spcall' in machine.lua line 668 ?
L62[05:07:32] <bauen1> oh wasn't that
something about error being userdata
L63[05:12:47] ⇨
Joins: Rahix
(Rahix!~Rahix@p548DE2DC.dip0.t-ipconnect.de)
L64[05:14:27] ⇦
Quits: MajGenRelativity_
(MajGenRelativity_!~MajGenRel@c-73-123-203-209.hsd1.ma.comcast.net)
(Read error: Connection reset by peer)
L65[05:36:53] *
Izaya laughs manically
L66[05:37:18] <Izaya> Got iofs working in
PsychOS2 so now remote logins work properly and identically to the
local logins
L67[05:49:12] <bauen1> %tonkout
L68[05:49:12] <MichiBot> Goshhawk! bauen1!
You beat Ariri's previous record of 3 hours, 17 minutes and 8
seconds (By 1 hour, 16 minutes and 39 seconds)! I hope you're
happy!
L69[05:49:13] <MichiBot> bauen1 has stolen
the tonkout! Tonk has been reset! They gained 0.004 tonk points!
plus 0.003 bonus points for consecutive hours! (Reduced to 50%
because stealing) Current score: 0.01666
L71[05:56:10] <Izaya> payonel: ^
L72[05:56:41] <Izaya> 4 local sessions plus
4 sessions over minitel :D
L74[06:14:11] ⇨
Joins: t20kdc
(t20kdc!~20kdc@cpc139326-aztw33-2-0-cust441.18-1.cable.virginm.net)
L75[06:34:23] ⇨
Joins: baschdel_
(baschdel_!~baschdel@2a01:5c0:16:ede1:571b:16dd:1bdb:37b)
L76[06:55:01] ⇦
Quits: t20kdc
(t20kdc!~20kdc@cpc139326-aztw33-2-0-cust441.18-1.cable.virginm.net)
(Remote host closed the connection)
L77[07:02:16] <AmandaC> %tell Inari look,
all I'm saying is a multi-floor dance club VRMMO isn't the best
invstment in our simulated world full of people, not the lest
because the world has a fantasy setting, with a over-arching plot
of getting revenge against a school admin. (Dream from monday
night.)
L78[07:02:16] <MichiBot> AmandaC: Inari
will be notified of this message when next seen.
L79[07:13:17] ⇨
Joins: Inari
(Inari!~Pinkishu@pD9E8EA83.dip0.t-ipconnect.de)
L80[07:14:41] <AmandaC> What strange
timing, Inari
L81[07:21:22] <bauen1> Izaya: nice, your OS
currently doesn't have any support for threads / coroutines that
aren't processes, right ?
L82[07:22:04] <Izaya> bauen1: not strictly
but nothing stopping you from using coroutines
L83[07:30:49] ⇨
Joins: MajGenRelativity
(MajGenRelativity!~MajGenRel@c-73-123-203-209.hsd1.ma.comcast.net)
L84[07:38:22] ⇨
Joins: Thutmose
(Thutmose!~Patrick@host-69-59-79-181.nctv.com)
L85[08:00:17] ⇦
Quits: Rahix (Rahix!~Rahix@p548DE2DC.dip0.t-ipconnect.de) (Remote
host closed the connection)
L87[08:00:46] <Inari> AmandaC: haha
L88[08:41:29]
<Ariri>
%tonk
L89[08:41:30] <MichiBot> Goshhawk! Ariri!
You beat bauen1's previous record of <0 (By 2 hours, 52 minutes
and 17 seconds)! I hope you're happy!
L90[08:41:31] <MichiBot> Ariri's new record
is 2 hours, 52 minutes and 17 seconds! Ariri also gained 0.00287
tonk points for stealing the tonk.
L91[08:49:18] ⇨
Joins: AdorableCatgirl
(AdorableCatgirl!~sam@pool-100-7-96-45.rcmdva.fios.verizon.net)
L92[08:53:41] <Skye> Goof afternoon
L93[08:54:46] ⇦
Quits: baschdel
(baschdel!~baschdel@151-056-210-188.ip-addr.inexio.net) (Remote
host closed the connection)
L94[08:54:51] ⇨
Joins: baschdel
(baschdel!~baschdel@151-056-210-188.ip-addr.inexio.net)
L95[08:56:58] ⇦
Quits: AdorableCatgirl
(AdorableCatgirl!~sam@pool-100-7-96-45.rcmdva.fios.verizon.net)
(Ping timeout: 190 seconds)
L96[09:02:18] ⇦
Quits: baschdel_
(baschdel_!~baschdel@2a01:5c0:16:ede1:571b:16dd:1bdb:37b) (Ping
timeout: 189 seconds)
L97[09:18:46] ⇦
Quits: mrkirby153 (mrkirby153!mrkirby153@2a01:7e00:e000::11) (Quit:
Leaving)
L98[09:25:20] ⇨
Joins: baschdel_
(baschdel_!~baschdel@2a01:5c0:16:ede1:571b:16dd:1bdb:37b)
L99[09:28:23] ⇨
Joins: Vexatos
(Vexatos!~Vexatos@port-92-193-63-250.dynamic.qsc.de)
L100[09:28:23]
zsh sets mode: +v on Vexatos
L101[09:48:43]
⇨ Joins: LEAL8
(LEAL8!webchat@a85-138-184-195.cpe.netcabo.pt)
L102[09:48:58]
⇨ Joins: t20kdc
(t20kdc!~20kdc@cpc139326-aztw33-2-0-cust441.18-1.cable.virginm.net)
L103[09:50:25]
⇨ Joins: LEAL
(LEAL!~leal@a85-138-184-195.cpe.netcabo.pt)
L104[09:50:39] <LEAL> Hey
L105[09:51:27] ⇦
Quits: LEAL8 (LEAL8!webchat@a85-138-184-195.cpe.netcabo.pt) (Client
Quit)
L106[09:53:29]
<Bob>
Hey
L107[09:54:38] <LEAL> I'm trying to use
SecurityCraft to create protected doors that only open with a
card
L108[09:54:47] <LEAL> Do you know how to?
^
L109[09:54:51] <LEAL> ^^*
L110[09:55:18] <LEAL> @Coreded
L111[09:55:48]
<Bob>
OpenSecurity or Security craft ? i never used Security craft
so
L112[09:55:54]
<Bob> i
do'nt even know if it has an OC compat
L113[09:57:14] <LEAL> it a mod that
working in pair w/OC
L114[09:57:45]
<Bob>
SecurityCrafti higlhy doubt it has an OC compat
L115[09:57:58]
<Bob> but
OpenSecurity is centered about OC so all the stuff is working
L116[09:58:18] <LEAL> OpenSecurity,
yes
L117[09:58:52]
<Bob> well
if you are using RFID cards, i never used them but they are quite
handy and using doors is really easy
L118[09:58:54] <LEAL> I was confusing the
names xD for I had used used both before
L119[09:59:01]
<Bob> so is
this your frist time using OC or youre abile with
L120[09:59:14]
<Bob> so i
know how i can guide you gtrought
L124[10:00:21] <LEAL> I put codes on doors
with keypads before, but I wanted to try the cards as it's more
direct
L125[10:00:52]
<Bob> i
agree
L126[10:00:59] <LEAL> thx ^^ I'll check
the sources
L128[10:01:27] <AmandaC> reads rfids and
opens the door if the user is authorised
L129[10:02:07]
<Bob> you
can use a motion sensor to imitate an player aproachin an RFID
reader
L130[10:02:15]
<Bob> so
doesn't waste energy
L131[10:02:19] <LEAL> How do I copy links
from the Computer from minecraft? xDD
L132[10:02:53] <AmandaC> LEAL: you don't,
sec I'll make a shortened url fo rit
L133[10:03:18] <stephan48> LEAL: from or
to the computer?
L135[10:03:48] <AmandaC> LEAL I assume
from, since they're on from wocchat or similar
L136[10:04:13] <LEAL> thx
L137[10:04:48] <LEAL> I was messing with
the displays here amd now I lost the other links omg xDDD
L139[10:05:15]
<Bob> google
OpenSecurity Blocks and it should popus
L140[10:05:28] <LEAL> Thx
L141[10:05:54] <LEAL> I'll move to the
bigger computer
L142[10:05:57] <LEAL> brb
L143[10:06:23]
<Bob> just
open up webchat irc
L144[10:06:47] <LEAL> yup that works
xD
L145[10:07:12] <LEAL> I'll have to run
code anuway so
L146[10:07:34] <AmandaC> It won't run on
it's own
L147[10:07:46] <AmandaC> It's deeply
embedded into the ecosystem I created for my own base
networks
L148[10:07:53] <AmandaC> It'll at best
serve as an example
L149[10:08:01]
⇨ Joins: LEAL5
(LEAL5!webchat@a85-138-184-195.cpe.netcabo.pt)
L150[10:08:07]
<Bob>
^^
L151[10:08:14] <LEAL5> I'm here
L153[10:10:02] <LEAL5> Okay so I copy the
code and make it a lua file to run it
L154[10:10:05] <LEAL5> right?
L155[10:10:45]
<Bob> Amanda
Linked an example
L156[10:10:54]
<Bob> her
code is actually a small sample for a bigger system
L157[10:11:44] <LEAL5> Okay I'm going to
make some tests
L158[10:11:55] <LEAL5> I'll give you
feedback in a bit
L159[10:13:01] <LEAL5> thx in advance
AmandaC +Cored
L160[10:14:02]
<Bob> Its
Bob
L161[10:14:08]
<Bob> Corded
is the IRC / discord relay
L162[10:14:45] <LEAL5> Oh :o so you can
use Discord with OC??
L163[10:18:01] <AmandaC> It's an
IRC<->Discord bridge
L164[10:18:19] <AmandaC> Messages sent
here go to discord, messages sent to discord come here
L165[10:18:28] <LEAL5> Amazing! :o I have
so much to learn
L166[10:18:51]
<Bob>
^
L167[10:19:00]
<Bob> its
not made in Lua i would guess xD
L168[10:19:15] <AmandaC> Java, iirc
L169[10:20:01] <Mimiru> Correct, a Java
discord bot, duct taped to a Java IRC bot
L170[10:21:02]
<Bob> Flex
Tape
L171[10:21:41] ⇦
Quits: LEAL (LEAL!~leal@a85-138-184-195.cpe.netcabo.pt) (Remote
host closed the connection)
L172[10:30:14]
⇨ Joins: Ariri (Ariri!webchat@167.88.229.241)
L173[10:32:38] <Ariri> I tried the remote
desktop thing and it almost crashed the vm ?
L174[10:33:25] ⇦
Quits: LEAL5 (LEAL5!webchat@a85-138-184-195.cpe.netcabo.pt) (Quit:
webchat.esper.net)
L175[10:37:56]
⇨ Joins: LEAL
(LEAL!webchat@a85-138-184-195.cpe.netcabo.pt)
L176[10:38:28] <LEAL> In the required
components it mentions a modem
L177[10:38:37] <LEAL> but I can't find
it
L178[10:39:02] <AmandaC> LEAL: that's just
required for my usage, so it can talk to my base server
L179[10:39:19] <AmandaC> I thought I had
included a lockdown command, but skimming it earlier it appears I
didn't
L180[10:39:38] <LEAL> I plan on making one
to connect everyting into a network so
L182[10:42:15]
<Forecaster>
There's no modem item or block
L183[10:42:29]
<Forecaster>
Modem is a component provided by network cards
L184[10:42:55] <LEAL> Okay so
L185[10:43:06] <LEAL> omg I feel like a
noob xD
L186[10:43:45] <LEAL> So, I have the pc
built with internet cards do I need a network card
L188[10:43:57] <LEAL> What do I do
next?
L189[10:45:23] <LEAL> okay I equipped a
network card
L190[10:45:57]
<Forecaster>
Yes, the network card or wireless network card is required to send
and receive network messages
L191[10:46:15]
<Forecaster>
The internet card is only for real internet things
L192[10:46:37]
<Forecaster>
~oc network
L194[10:46:46]
<Forecaster>
There ^
L195[10:47:17]
<Forecaster>
Rather follow the link on that page to the API docs
L196[10:47:32] <LEAL> Okay I installed the
network card
L197[10:48:11] ⇦
Quits: Ariri (Ariri!webchat@167.88.229.241) (Quit:
webchat.esper.net)
L198[10:49:46]
<Forecaster>
either send or broadcast a message, any computer on the same
network with the port you sent/broadcast on open will receive an
event for the message
L199[10:50:20] <LEAL> So what's the next
step to make the cards?
L200[10:50:50]
<Forecaster>
What do you mean
L201[10:52:13] <LEAL>
``Required-Components:
modem,os_rfidreader,os_doorcontroller``
L202[10:52:27] <LEAL> I have them all
excluding the modem
L203[10:53:42] <LEAL> How do I proceed to
create the cards? don't I need a card writer connected to the
pc?
L204[10:53:48]
<Forecaster>
I have no idea what you are doing
L205[10:55:30]
<McMaartenz>
Create a card what the fuck?
L207[10:56:07] <MichiBot>
Security
system for opensecurity | length:
1m 44s | Likes:
28 Dislikes:
9 Views:
6,837 | by
Omnislash772 |
Published On 9/7/2017
L208[11:03:21] <LEAL> Any idea?
L209[11:03:26] <LEAL> AmandaC
L210[11:05:25]
<Bob> it
should be easely doable
L211[11:05:29]
<Bob> but i
don't have time now
L212[11:06:29] <LEAL> Understandable
L213[11:07:54] ⇦
Quits: Vexatos (Vexatos!~Vexatos@port-92-193-63-250.dynamic.qsc.de)
(Quit: Insert quantum chemistry joke here)
L214[11:08:05]
⇨ Joins: Vexatos
(Vexatos!~Vexatos@port-92-193-63-250.dynamic.qsc.de)
L215[11:08:05]
zsh sets mode: +v on Vexatos
L217[11:08:35] <AmandaC> LEAL: you need
the cardwriter, and then there's an API call you can make for it, I
made myself a program for it, but it's for KittenOS
L218[11:13:02] <LEAL> KittenOS? sounds
cute xp
L219[11:13:46] <Izaya> much friendlier
than PsychOS
L220[11:14:29] <LEAL> Whenever you have
time do you think you could teach me how that works? because I do
want to learn but I'm new to this xD AmandaC
L221[11:14:49] <LEAL> PsysichOS sounds
cool ^^
L222[11:15:01] <AmandaC> LEAL: I'm not
much of a teacher, I have a hard time describing concepts
L223[11:15:18]
<Forecaster>
if you have the card reader connected to the computer
L224[11:15:29] <LEAL> I do
L225[11:15:33]
<Forecaster>
start the lua prompt by typing "lua" into the
console
L227[11:15:59] <Izaya> would not
recommend
L228[11:16:03] <Izaya> t. PsychOS
developer
L229[11:16:19]
<Forecaster>
when you're in the prompt type `component.`
L230[11:16:28] <LEAL> on it
L231[11:16:33]
<Forecaster>
then press tab until you find the component provided by the card
reader
L232[11:17:00]
<Forecaster>
I guess it's a card writer, so that
L233[11:17:13]
<Forecaster>
it is probably named something appropriate
L234[11:17:31] <LEAL> the tab key doesn't
seem to do anything
L235[11:17:47]
<Forecaster>
did you type "component" followed by a period?
L237[11:18:35]
<Forecaster>
I didn't put the period in the quote by mistake :P
L238[11:19:26] <LEAL> Ohhhh
L239[11:19:28] <LEAL> xDDD
L240[11:20:22] <LEAL> How do I send
screenshots here?
L241[11:20:32] <LEAL> it's easier to show
you
L242[11:20:39] <Izaya> upload them to
somewhere like catbox.moe
L243[11:20:39]
<Forecaster>
put them on imgur or something and link to them
L244[11:20:42] <Izaya> then paste the
link
L245[11:20:46]
<Forecaster>
or get on the discord server
L246[11:21:09] <LEAL> Okay
L247[11:21:15] <LEAL> link please ^^
L248[11:21:22] <Izaya> >discord
L249[11:21:23] <Izaya> disgusting
L250[11:21:33]
<Forecaster>
eyeroll
L251[11:21:44]
<Forecaster>
it's in the topic
L252[11:22:06] <Izaya> you know it's
true
L253[11:22:26]
<Forecaster>
I know you think so, and I don't care :P
L254[11:22:59] <Izaya> you know what they
say, be the change you want to see in the world
L255[11:23:09]
<⛧LEAL★>
Hello world
L256[11:23:13]
<Forecaster>
hi
L257[11:23:27] ⇦
Quits: LEAL (LEAL!webchat@a85-138-184-195.cpe.netcabo.pt) (Quit:
webchat.esper.net)
L259[11:24:31]
⇨ Joins: LEAL
(LEAL!~leal@a85-138-184-195.cpe.netcabo.pt)
L260[11:24:33]
<Forecaster>
that happens when you press tab?
L261[11:24:47]
<⛧LEAL★> one
sec
L262[11:26:07] ⇦
Quits: LEAL (LEAL!~leal@a85-138-184-195.cpe.netcabo.pt) (Remote
host closed the connection)
L264[11:27:47]
<⛧LEAL★>
nothing
L265[11:27:56]
<Forecaster>
it looks like you're pressing enter
L266[11:28:03] ⇦
Quits: Dimtree (Dimtree!~dimtree@75.110.157.28) ()
L267[11:28:31]
<⛧LEAL★> Oh,
before entering
L268[11:28:33]
<⛧LEAL★>
okay
L269[11:28:38]
<Forecaster>
yes...
L270[11:28:43]
<⛧LEAL★> to
list them
L271[11:28:48]
<⛧LEAL★> now
I get it
L272[11:28:49]
<⛧LEAL★>
^^
L273[11:29:03]
<Forecaster>
if I tell you to do something and then do something, I'd recommend
not inserting extra things inbetween :P
L274[11:29:15]
<Forecaster>
it's usually counter productive
L275[11:29:23]
<⛧LEAL★>
Okay xD
L276[11:29:53]
<⛧LEAL★> It
shows: modem, internet, etc
L277[11:29:54]
⇨ Joins: Kleadron
(Kleadron!~kleadron@c-73-254-147-9.hsd1.wa.comcast.net)
L278[11:30:01]
<⛧LEAL★>
which one is need?
L279[11:30:13]
<Forecaster>
whichever is from the card writer thingy
L280[11:30:26]
<Forecaster>
I don't know what it's component is called
L281[11:30:37] <AmandaC> it's called
oc_cardwriter
L282[11:30:44] <AmandaC> s/oc_/os_/
L283[11:30:45] <MichiBot> <AmandaC>
it's called os_cardwriter
L284[11:30:54]
<Forecaster>
there you go
L285[11:31:23]
<⛧LEAL★>
okay
L286[11:31:28]
<⛧LEAL★>
there
L287[11:32:02]
<Forecaster>
the next step is typing another period after the component so you
have `component.os_cardwriter.`
L288[11:32:06]
<Forecaster>
then press tab again
L289[11:32:16]
<Forecaster>
this will cycle through the components methods
L290[11:32:34]
<Forecaster>
these do things with the card writer
L291[11:32:42]
<Forecaster>
there might be one called "write"
L292[11:32:45]
⇨ Joins: Rahix
(Rahix!~Rahix@p578adb1c.dip0.t-ipconnect.de)
L293[11:33:09]
<⛧LEAL★>
``write()``
L294[11:33:14]
<Forecaster>
yes
L295[11:33:50]
<Bob>
write(Data:string,DisplayName:String,ReadOnly:Boolean)
L296[11:33:51]
<Bob> if im
right
L297[11:34:04]
<Forecaster>
if you type `=component.os_cardwriter.write` in the promp it should
write that methods docs
L298[11:34:10]
<Forecaster>
you should see what arguments it takes
L299[11:35:32]
<ayangd> Can
somebody help me?
L300[11:35:44]
<Forecaster>
I can have you launched into space
L301[11:35:47]
<Forecaster>
would that help?
L302[11:35:49]
<Bob> don't
ask to ask ask directly
L303[11:36:10]
<ayangd> I
mean, you're helping others..
L304[11:36:22]
<ayangd>
*still
L305[11:36:23]
<Forecaster>
nobody can help you with nothing
L306[11:36:32]
<Forecaster>
just ask
L307[11:36:35]
<ayangd>
Okay.. Here it is..
L309[11:37:15]
<⛧LEAL★> Do
I enter ``=component.os_cardwriter.write``?
L310[11:37:36]
<Forecaster>
yes
L311[11:37:51] ⇦
Quits: Rahix (Rahix!~Rahix@p578adb1c.dip0.t-ipconnect.de) (Remote
host closed the connection)
L312[11:38:00]
<Forecaster>
@ayangd what crash?
L314[11:38:25]
<ayangd>
When you run the command in craftmgr
L315[11:38:43]
<Forecaster>
@⛧LEAL★ not with the parenthesis
L316[11:38:54]
<Forecaster>
again, don't add things to my instructions
L318[11:39:19]
<ayangd> Is
it?
L319[11:39:29]
<Forecaster>
@ayangd I'm not a technopath, I can't run this command in my
head
L320[11:40:03]
<ayangd> I
mean, you need to install my project first..
L321[11:40:16]
<Forecaster>
you could just show the crash...
L323[11:40:48]
<Bob>
inventory.lua:58
L324[11:40:58]
<Bob>
something is not right in that lib, youre maybe feeeding in nvalid
stuff
L325[11:41:02]
<Bob>
attempt to index a nil value
L326[11:41:03]
<ayangd> I
passed an empty table as an argument to a function
L327[11:41:11]
<ayangd>
But, the function catches it as `nil`
L328[11:41:19]
<Bob> {}
?
L329[11:41:19]
<ayangd>
How?
L330[11:41:22]
<ayangd>
Yes
L331[11:41:36]
<Bob> the
function voids the table ?
L332[11:41:46]
<ayangd>
No
L334[11:42:13]
<ayangd>
`excludedSlots`
L335[11:42:48]
<ayangd>
Weirdly, it runs smoothly on other lines
L336[11:42:52]
<ayangd>
But, not in this one
L337[11:43:03]
<ayangd>
line 142
L339[11:43:54]
<ayangd> And
I'm sure I do not mistype
L340[11:44:23]
<Bob>
@⛧LEAL★ yes ?
L341[11:44:26]
<Bob> it
tell that its a function
L342[11:44:39]
<Bob> and it
has 4 arguments
L343[11:46:31]
<⛧LEAL★> So
what do I do next?
L344[11:46:32] <Mimiru> write(string,
string, bool, int) write("SomeData",
"SomeName", false, 5) will write "SomeData" to
the card, will name the card "SomeName" will make the
card rewritable/erasable, and will make the card.. whatever MC
color 5 is
L346[11:48:54]
<Forecaster>
refueling a ship that is falling down towards a planet with no
power
L348[11:50:45]
<Zef> I just
bought a camcorder
L349[11:51:01] <bauen1> %tonk
L350[11:51:01] <MichiBot> Avada Kedavra!
bauen1! You beat Ariri's previous record of 2 hours, 52 minutes and
17 seconds (By 17 minutes and 14 seconds)! I hope you're
happy!
L351[11:51:02] <MichiBot> bauen1's new
record is 3 hours, 9 minutes and 31 seconds! bauen1 also gained
0.00087 (0.00029 x 3) tonk points for stealing the tonk.
L352[11:52:56]
<⛧LEAL★> So
I enter ``write(string, string, bool, int) write("Master
Card", false, 5)``?
L353[11:53:04]
<⛧LEAL★> for
exemple
L354[11:53:17]
<Zef> It
takes 2 strings
L355[11:53:24] <Mimiru> 2 strings, data,
name, 1 bool, true/false, one int, 1-16
L356[11:53:27]
<Forecaster>
you don't do the first part
L357[11:53:56] <Mimiru>
write("SomeData", "SomeName", false, 5)
L358[11:54:01]
<⛧LEAL★> So
`` write("Master Card", false, 5)``?
L359[11:54:11] <Mimiru> 2. Strings.
L360[11:54:35]
<Forecaster>
you have to have the correct number of arguments
L361[11:54:47]
<Forecaster>
you can only leave out arguments at the end, if they're
optional
L362[11:54:47] <Inari> I prefer VISA
L363[11:55:21]
<ayangd> Ok.
It was the other line wtf
L364[11:55:45]
<Bob>
write("MasterCard Secret Key ID","Master Card",
false, 5)
L365[11:57:09] <Mimiru> The wiki needs
updated to document the color, but the locked and color are
optional.
L366[11:57:40] <Mimiru> so you *CAN* pass
just write("MasterCard Secret Key ID","Master
Card") and it'll work. but if you want to lock you *HAVE* to
pass write("MasterCard Secret Key ID","Master
Card", true) and if you want color you *HAVE* to pass
write("MasterCard Secret Key ID","Master Card",
true/false, 1-16)
L367[11:57:50]
<Bob>
yea
L368[11:58:08]
<Bob> so
write(key,name[,writeable,color])
L370[11:58:59]
<Forecaster>
you left out the stuff before write...
L371[11:59:14]
<Forecaster>
it's not going to magically know what component that belongs
to
L372[11:59:26]
⇨ Joins: Rahix
(Rahix!~Rahix@p548DE2DC.dip0.t-ipconnect.de)
L373[11:59:42]
<ayangd>
component.os_cardwriter.write("MasterCard Secret Key
ID","Master Card", false, 5)
L374[12:00:05]
<ayangd> And
you'll be good to go
L375[12:01:02]
<⛧LEAL★>
done
L376[12:01:07]
<⛧LEAL★> got
the card
L377[12:01:09]
<⛧LEAL★>
thx
L378[12:01:09]
<⛧LEAL★>
^^
L379[12:01:20]
<⛧LEAL★>
next step?
L380[12:03:15]
<⛧LEAL★>
@Forecaster
L381[12:03:35]
<Forecaster>
uh, enjoy your new card?
L382[12:04:24]
<⛧LEAL★> I
do, it's green xD
L383[12:04:57]
<⛧LEAL★> So
now I just pass it on the magnetic reader?
L384[12:05:28]
<⛧LEAL★> How
do I get it to operate with future doors
L385[12:05:30]
<⛧LEAL★>
?
L386[12:05:32]
<Forecaster>
or try to feed it to a fish
L387[12:05:36]
<Bob> write
is not defined
L388[12:05:40]
<Bob> write
being a function of the component
L389[12:05:45]
<Bob> you
need to look into the component's table
L390[12:05:52]
<Forecaster>
~oc events
L392[12:06:00]
<Forecaster>
learn how that stuff works ^^
L393[12:06:12] ⇦
Quits: baschdel_
(baschdel_!~baschdel@2a01:5c0:16:ede1:571b:16dd:1bdb:37b) (Ping
timeout: 198 seconds)
L394[12:06:20]
<Forecaster>
when you use the card on a reader it will produce an event
L395[12:06:27]
<Forecaster>
you need to catch it and check the data on it
L396[12:06:40]
<Forecaster>
then you can perform one or more action if the data is
correct
L397[12:08:51]
<⛧LEAL★> I
opened the website
L398[12:09:17]
<⛧LEAL★> So
that's going to teach me how to create an api
L399[12:09:41]
<⛧LEAL★>
something like that video?
L400[12:12:51]
<⛧LEAL★> Was
that what @AmandaC was refering to when I showed her this?
L402[12:12:52] <MichiBot>
Security
system for opensecurity | length:
1m 44s | Likes:
28 Dislikes:
9 Views:
6,837 | by
Omnislash772 |
Published On 9/7/2017
L403[12:13:06]
<Forecaster>
I don't know
L404[12:13:12] <Inari> %bap boredom
L405[12:13:13] *
MichiBot baps boredom with the Magic carnivorous beef!
(25%)
L406[12:13:14]
<Forecaster>
that page tells you how events work
L407[12:13:20] <Inari> %pet Temia
L408[12:13:20] *
MichiBot pets Temia with lobsterspider. 4 health
gained!
L409[12:13:24] <Inari> Ew
L410[12:13:34]
<⛧LEAL★>
Okay
L411[12:13:38]
<⛧LEAL★>
I'll read
L412[12:16:50]
<ayangd>
People usually uses `event.pull()` to get events immediately, or
when fed with an event name, waits until the event occurs.
L413[12:17:46]
<ayangd> For
the security thing, the event name is `magData`
L415[12:18:43]
<⛧LEAL★> is
it possible to use it instead of creating the code from 0?
L416[12:19:46]
<Forecaster>
it's recommended to learn how it works
L417[12:20:18]
<ayangd>
You'll need to tweak it a little then
L418[12:20:39]
<ayangd>
Btw, the event name is not always `magData`. It's only the
default.
L419[12:22:17]
<ayangd> It
can be changed via
`component.os_magreader.setEventName(eventName)`
L420[12:39:15]
⇨ Joins: Dimtree
(Dimtree!~dimtree@75-110-157-28.nbrncmtk01.res.dyn.suddenlink.net)
L421[12:41:18] <AmandaC> Oh wait, you
wanted to use the mag cards?
L422[12:41:30] <AmandaC> My code uses rfid
cards
L423[12:42:01] <AmandaC> I didn't actually
watch the video yet, I've been busy with my own stuff
L424[12:46:21]
<⛧LEAL★>
It's alright ^^
L425[12:46:47]
<⛧LEAL★> I'm
following the steps from the issued on that video
L426[12:47:29] <AmandaC> I've not used
that security system,I only coded my own
L428[12:47:39] <MichiBot>
Security
system for opensecurity | length:
1m 44s | Likes:
28 Dislikes:
9 Views:
6,837 | by
Omnislash772 |
Published On 9/7/2017
L430[12:47:42] <payonel> Izaya: nice 8
logins :)
L431[12:47:55] <payonel> Izaya: having
ocvm build issues?
L432[12:48:02]
<⛧LEAL★>
Cool ^^
L433[12:56:44] <Mimiru> For the
record...
L434[12:57:04] <Mimiru> That script, is
not in the least bit secure if people can place blocks near your
stuff.
L435[12:57:14] <Mimiru> as they're not
using the door/controller password feature.
L436[12:57:38] <Mimiru> so I can place a
controller next to your door, and call open() and, your door is now
open.
L437[13:02:46]
⇨ Joins: flappy
(flappy!~flappy@88-113-149-197.elisa-laajakaista.fi)
L438[13:07:18] <payonel> Izaya: can i fix
my makefile garbage without adding a configure script to my
project?
L439[13:08:35] <bauen1> payonel: the
makefile for ocvm looks quite ok (well you might want to split the
system/*.lua things into seperate targets that will fail
properly)
L440[13:10:02] <bauen1> oh and you might
want to sort 'files' and split the 'mkdir -p $(@D)' into a order
only dependency on bin/
L441[13:10:10] <bauen1> but i've seen
worse makefiles
L442[13:10:53] <bauen1> actually payonel
why did you add the first 7 lines ?
L443[13:11:55] <payonel> i was trying to
find a happy balance between me and Izaya. I want ALL THE CORES to
compile the whole thing super fast on my good hardware
L444[13:12:09] <payonel> and Izaya wants
it to compile very slowly on his potato
L445[13:12:23] <bauen1> then actually use
make's -j
L446[13:12:33] <bauen1> nothing else needs
to be done
L447[13:12:45] <payonel> but i wanted
`make` to use -j
L448[13:12:52] <payonel> because i'm more
important :)
L449[13:12:54] <payonel> haha
L450[13:12:54] <bauen1> ......
L451[13:12:58] <bauen1> pls
L452[13:13:04] <bauen1> that's why we have
aliases
L453[13:13:12] <payonel> mmhmm
L454[13:13:14] <AmandaC> payonel: `alias
make='make -j69'`
L455[13:13:24] <AmandaC> Then you just
need to deal with makefiles that can't parallelise
L456[13:13:26] <payonel> `make lewd`
L457[13:13:57] <Skye> can't you set
default values for this stuff
L458[13:14:05] <bauen1> you might also
want to split 'flags' into 'CFLAGS' and 'CPPFLAGS' and 'libs' to
'LIBS'
L459[13:14:38] <bauen1> and if you ever
get around to dealing with making the whole thing installable,
honor DESTDIR and everyone will love you
L460[13:15:05] <payonel> split libs to
LIBS? that's not so much a split as a rename
L461[13:15:24] <AmandaC> libs has gotta
get outta here, man, it's gotta split!
L462[13:15:34] <bauen1> well rename
it
L463[13:15:59] <payonel> why?
L465[13:18:33] <bauen1> generally you
should be using these variable names (if reasonablly possible), so
people don't have to dig through your makefile to find out how to
add a c++ compiler flag
L466[13:19:41] <payonel> makes sense
L468[13:19:49] <bauen1> but take that with
a grain of salt
L469[13:19:57] <payonel> meh
L470[13:20:01] <payonel> i'm already salty
enough
L471[13:20:12] <bauen1> GNU really loves
to be compatible to every goddamm thing called *nix ever
invented
L472[13:20:16] <AmandaC> I mean... Be
careful pointing payonel at conventions
L473[13:20:39] <payonel> haha...i'm not
sure if that should offend me or not
L474[13:20:43] <bauen1> did i do something
bad ?
L475[13:20:56] <payonel> no no!
L477[13:22:55] <payonel> haha
L478[13:22:56] <payonel> yeah
L479[13:23:20] <bauen1> well this might
end terrible
L480[13:24:39] <bauen1> payonel: if you
already harcode -j why did you set it to just 2 -.-
L481[13:25:39] <AmandaC> ... how the fuck
did I not notice my tray bar and other chat app
disappearing...
L482[13:26:12] <payonel> bauen1: i dont
have a good answer to that :) also, honestly, ocvm is a lot more
popular than i thought it would be
L483[13:26:21] <payonel> like..i thought
it might be 1 other person
L484[13:26:43] <payonel> and "a lot
more" i guess is, what, 5?
L485[13:27:49] <AmandaC> TIL my i3 binding
for "make this windoe full-screen" is mod+f
L486[13:27:58] <AmandaC> Good to
know
L487[13:27:59] <bauen1> well ocvm is a lot
nicer to run than mc on this potato ._.
L488[13:28:19] <payonel> ah well, there is
another emulator. the one that came before mine :)
L489[13:29:02] <AmandaC> It's not going to
be quite as light-weight though, since it uses... whatever the fuck
that grahics library / game engine's called
L490[13:29:14] <payonel> sdl
L491[13:29:17] <AmandaC> sdl!
L492[13:29:44] <AmandaC> That's somewhat
embarassing, since I have at least a coupel hundred lines of code
in a C++ wrapper for it
L493[13:30:19] <bauen1> OCEmu ?
L494[13:30:27] <AmandaC> ... come to think
of it, that's probably my oldest-living code, that's not been lost
to a hard drive failure / me YOLO-ing a format
L495[13:30:30] <AmandaC> yeah, OCEmu
L496[13:31:05] <bauen1> it doesn't work
with 5.3 right ?
L497[13:31:15] <payonel> oh that sounds
right
L498[13:31:18] <payonel> i forgot about
that
L499[13:31:24] <bauen1> which is really
annoying
L500[13:31:47] <AmandaC> What distro do
you use, bauen1?
L501[13:31:54] <AmandaC> It seems most of
them still default to installing 5.2
L502[13:32:27] <bauen1> debian
unstable
L503[13:32:42] <bauen1> lua-any still
depends on ... 5.1
L504[13:32:45] <bauen1> on unstable
L505[13:32:47] <bauen1> not stable
L506[13:32:55] <bauen1> i need to switch
back to arch
L507[13:33:15] <bauen1> oh and luarocks is
on 5.1 too (unless you build your own)
L508[13:47:13] <AmandaC> I need to figure
out why my bluetooth mouse can't connect after a reboot. And it'll
only work in the first place if I manually pair with code
0000
L509[13:51:08] <bauen1> OCEmu does work
with lua 5.3
L510[13:51:21] <bauen1> but oh boy ocvm is
better
L511[13:51:50] <payonel> ocemu does a few
things better
L512[13:51:55] <payonel> its font render
is "true"
L513[13:52:02] <bauen1> well
L514[13:52:19] <payonel> well, if you're
doing careful ui design, then you will probably care about
that
L515[13:52:24] <bauen1> terminal is much
more pleasant to use for most things involving OC (unless ^)
L516[13:52:30] <payonel> yeah
L517[14:01:10] <Inari> %pet AmandaC
L518[14:01:17] <Inari> %pet AmandaC
L519[14:01:17] *
MichiBot brushes AmandaC with swing. 5 health gained!
L520[14:06:31]
<Ariri> %sip
rainbow
L521[14:06:32] <MichiBot> This doesn't
seem to be a potion I recognize...
L522[14:06:39]
<Ariri>
%drink rainbow
L523[14:06:39] <MichiBot> This doesn't
seem to be a potion I recognize...
L524[14:06:44]
<Ariri> ??
ok
L525[14:06:50]
<Ariri>
%drink random
L526[14:06:50] <MichiBot> You drink a
sweet rød potion (New!). Ariri feels slightly weaker.
L527[14:06:58]
<Ariri>
:(
L528[14:07:21]
<Forecaster>
%sip random
L529[14:07:21] <MichiBot> You drink a
salty emerald potion (New!). Gravity reverses for Forecaster for a
second.
L530[14:07:28]
<Forecaster>
Ow
L531[14:12:18]
⇨ Joins: Xalos
(Xalos!webchat@acaen-655-1-82-200.w83-115.abo.wanadoo.fr)
L532[14:17:04] *
AmandaC beams a mutable rainbow potion in front of
@Ariri
L533[14:18:09]
<Ariri> Owo
thanks
L534[14:18:09]
<Ariri>
%thank AmandaC
L535[14:18:21]
<Ariri> It
said I discovered one and didn’t let me use it ;-;
L536[14:18:29]
<Ariri>
%help
L538[14:18:53]
<Ariri>
%givecookies AmandaC
L539[14:18:53] <MichiBot> Ariri: ACTION
Gives AmandaC {1} cookies!
L540[14:19:03]
<Bob> %drink
random
L541[14:19:04] <MichiBot> You drink a
cloudy silver potion (New!). It tastes bitter.
L542[14:29:39] ⇦
Quits: Xalos
(Xalos!webchat@acaen-655-1-82-200.w83-115.abo.wanadoo.fr) (Quit:
webchat.esper.net)
L543[14:54:56] <CompanionCube> %tonk
L544[14:54:56] <MichiBot> I'm sorry
CompanionCube, you were not able to beat bauen1's record of 3
hours, 9 minutes and 31 seconds this time. 3 hours, 3 minutes and
54 seconds were wasted! Missed by 5 minutes and 36 seconds!
L545[14:55:01] <CompanionCube> D:
L546[15:20:51] <bauen1> alright vt100 is
just generally fucked up
L547[15:22:22] <AmandaC> :D Now I have a
nix expression to build ocvm
L548[15:23:13] <AmandaC> requires you do
`make system` first though, since nix (rightly) restricts network
access when building stuff
L549[15:23:35] <AmandaC> actually, I
wonder...
L550[15:24:54] <bauen1> and OpenOS is
great, but just not a great learning ressource
L551[15:26:36]
<Bob> >
OC Wiki : am i a joke to you
L552[15:28:40] <bauen1> yes
L553[15:29:31] <bauen1> OpenOS: 11
thousand lines of code, with a nice 500 lines of comments
L554[15:30:00] <bauen1> and a bit of black
magic
L555[15:30:59] <bauen1> if anyone can ELI5
how OpenOS does the unicode and vt100 magic, that would be very
helpfull lol
L556[15:31:53] <AmandaC> %8ball linner
time?
L557[15:31:53] <MichiBot> AmandaC: [ The
Bowling ball doesn't answer ]
L558[15:32:09] <AmandaC> man, MichiBot
really likes that one all the sudden
L559[15:32:30] <CompanionCube> %8ball are
you MichiBot
L560[15:32:31] <MichiBot> CompanionCube: I
don't think that's a question...
L561[15:32:35] <CompanionCube> %8ball are
you MichiBot?
L562[15:32:35] <MichiBot> CompanionCube:
Ask again later
L563[15:32:38] <AmandaC> right, time fo go
make grilled cheese
L564[15:39:45] <lopezt> hey guys ,i am
just looking for a community server running opencomputers on
it
L565[15:40:20] <lopezt> its really hard to
find any
L566[15:41:49] <Inari> It's hard to find
any good MC server tbh
L567[15:42:41] <lopezt> it doesnt have to
be good
L568[15:42:47] <lopezt> just oc
installed
L569[15:43:03] <Inari> Thats easy
L570[15:43:16] <Inari> Just go to some
toplist of an FTB pack that has OC
L572[15:49:05] <AmandaC> vt100 isn't a
library you should be using directly, it's a utility library for
the terminal handler
L573[15:50:03] <bauen1> hm,
window.output_buffer is a complex way of holding a temporary string
while printing (for access by vt100) ?
L575[15:56:21]
<Forecaster>
@Ariri the "drink" command (and it's aliases) accept a
potion or "random", a potion needs a color, consistency
and the word "potion" to be valid
L576[16:11:00] ⇦
Quits: ATMunn (ATMunn!ATMunn@hellomouse.net) (Ping timeout: 198
seconds)
L577[16:14:08]
⇨ Joins: ATMunn (ATMunn!ATMunn@hellomouse.net)
L578[16:25:15]
<Ariri>
O
L579[16:30:15]
<Forecaster>
it also accepts "^" which tries to look through the 10
previous messages for something containing a valid potion
L580[16:31:40] <stephan48> ah good to know
- thought that it would remember the last used potion
L581[16:33:49]
<Forecaster>
I think it's 10, might be more
L582[16:34:08]
<Forecaster>
unfortunately as soon as it finds the word "potion" it
tries to parse it, and if it fails it stops
L583[16:36:48] ⇦
Quits: ba7888b72413a16a
(ba7888b72413a16a!~ba7888b72@66.109.211.150) (Ping timeout: 190
seconds)
L584[16:36:55] <stephan48> :(
L585[16:38:28] ⇦
Quits: flappy (flappy!~flappy@88-113-149-197.elisa-laajakaista.fi)
(Ping timeout: 190 seconds)
L586[16:40:54]
<Forecaster>
I'll fix that at some point
L587[16:46:57]
⇨ Joins: ba7888b72413a16a
(ba7888b72413a16a!~ba7888b72@66.109.211.150)
L588[16:48:09]
<Ariri> I
see
L589[16:48:19]
<Ariri>
%drink ^ rainbow potion
L590[16:48:19] <MichiBot> This doesn't
seem to be a potion I recognize...
L591[16:48:28]
<Ariri>
%drink rainbow potion
L592[16:48:28] <MichiBot> This doesn't
seem to be a potion I recognize...
L593[16:48:39]
<Ariri>
%drink rainbow ^
L594[16:48:39] <MichiBot> This doesn't
seem to be a potion I recognize...
L595[16:48:42]
<Forecaster>
no
L596[16:48:46]
<Ariri>
Tch
L597[16:48:52]
<Forecaster>
either ^ or random or a valid potion
L598[16:49:05]
<Forecaster>
a valid potion is a color, consistency and the word
"potion"
L599[16:49:06]
<Ariri>
%drink simple rainbow potion
L600[16:49:07] <MichiBot> This doesn't
seem to be a potion I recognize...
L601[16:49:13]
<Ariri>
That’s what it random gave me
L602[16:49:14]
<Forecaster>
try solid
L603[16:49:22]
<Ariri>
%drink solid rainbow potion
L604[16:49:22] <MichiBot> Ariri is
suddenly more aware of cute things nearby.
L605[16:49:28]
<Ariri>
:0
L606[16:49:33]
<Forecaster>
there you go
L607[16:49:34]
<Ariri>
Thank
L608[16:49:50]
<Ariri> **I
spot cat girls**
L609[17:11:29] <Skye> Awu?
L610[17:11:34] <Skye> %sip random
L611[17:11:34] <MichiBot> You drink a
sweet titanium potion (New!). It tastes sour.
L612[17:11:38] <Skye> ...
L613[17:11:41] <Skye> %drink random
L614[17:11:41] <MichiBot> You drink a
shimmering bavarium potion (New!). Skye has no memory of drinking a
potion.
L615[17:11:55] <Skye> %quaff random
L616[17:11:55] <MichiBot> You drink a
fiery emerald potion (New!). Skye grows a tail from a horse.
L617[17:11:55] *
AmandaC offers Skye a mutable rainbow potion
L618[17:12:08] <Skye> %sip mutable rainbow
potion
L619[17:12:10] <MichiBot> Skye turns into
a dragon sheep.
L620[17:12:13] <Skye> ...
L621[17:12:15] <Skye> Okay
L622[17:12:17] <Skye> Goodnight
L623[17:12:24] <AmandaC> night. :P
L624[17:15:55] ⇦
Quits: Kleadron
(Kleadron!~kleadron@c-73-254-147-9.hsd1.wa.comcast.net) (Ping
timeout: 206 seconds)
L625[17:19:24] <AmandaC> %8ball give in to
the urge
L626[17:19:25] <MichiBot> AmandaC: I don't
think that's a question...
L627[17:19:26] <AmandaC> %8ball give in to
the urge?
L628[17:19:26] <MichiBot> AmandaC: My
reply is no
L629[17:19:29] <AmandaC> :(
L630[17:21:38]
<Forecaster>
%8ball urge give in to?
L631[17:21:38] <MichiBot> Forecaster:
Without a doubt
L632[17:21:53] <Corded> *
<Forecaster> gives in to the urge to go to bed
L634[17:34:38]
<Ariri>
:thonk:
L635[17:34:54]
⇨ Joins: baschdel_
(baschdel_!~baschdel@2a01:5c0:16:ede1:571b:16dd:1bdb:37b)
L636[17:54:42] ⇦
Quits: t20kdc
(t20kdc!~20kdc@cpc139326-aztw33-2-0-cust441.18-1.cable.virginm.net)
(Ping timeout: 189 seconds)
L637[18:11:51] ⇦
Quits: Vexatos (Vexatos!~Vexatos@port-92-193-63-250.dynamic.qsc.de)
(Quit: Insert quantum chemistry joke here)
L638[18:32:46]
⇨ Joins: ben_mkiv
(ben_mkiv!~ben_mkiv@i59F678C8.versanet.de)
L639[18:33:16] <ben_mkiv> forecaster about
the regex pattern question before, i want to replace all
underscores _ if they aren't within the scope of brackets []
L640[18:36:00]
<Ariri>
%tonk
L641[18:36:01] <MichiBot> Dagnabbit!
Ariri! You beat bauen1's previous record of 3 hours, 9 minutes and
31 seconds (By 31 minutes and 32 seconds)! I hope you're
happy!
L642[18:36:02] <MichiBot> Ariri's new
record is 3 hours, 41 minutes and 4 seconds! Ariri also gained
0.00212 (0.00053 x 4) tonk points for stealing the tonk.
L643[18:42:22]
⇨ Joins: Kleadron
(Kleadron!~kleadron@c-73-254-147-9.hsd1.wa.comcast.net)
L644[18:53:18] ⇦
Quits: superminor2
(superminor2!~super@159.242.40.203.dynamic.cltel.net) (Ping
timeout: 190 seconds)
L645[19:02:44] <Izaya> payonel: I was
using -j8
L646[19:11:09] ⇦
Quits: baschdel_
(baschdel_!~baschdel@2a01:5c0:16:ede1:571b:16dd:1bdb:37b) (Ping
timeout: 189 seconds)
L647[19:17:54]
⇨ Joins: superminor2
(superminor2!~super@159.242.40.203.dynamic.cltel.net)
L648[19:17:54]
zsh sets mode: +v on superminor2
L649[20:22:06] ⇦
Quits: lopezt (lopezt!~Adium@v22018076567069662.quicksrv.de) (Ping
timeout: 189 seconds)
L650[20:23:43] ⇦
Quits: Rahix (Rahix!~Rahix@p548DE2DC.dip0.t-ipconnect.de) (Remote
host closed the connection)
L651[21:14:30] <AmandaC> %8ball steal an
ics?
L652[21:14:31] <MichiBot> AmandaC: Without
a doubt
L653[21:14:48] <AmandaC> I like the cut
off your Gib, MichiBot.
L654[21:29:01] ⇦
Quits: Thutmose (Thutmose!~Patrick@host-69-59-79-181.nctv.com)
(Quit: Leaving.)
L655[21:54:34]
⇨ Joins: lopezt
(lopezt!~Adium@v22018076567069662.quicksrv.de)
L656[23:01:24]
<Kodos>
%tonk
L657[23:01:26] <MichiBot> Kodos's new
record is 4 hours, 25 minutes and 24 seconds! Kodos also gained
0.00296 (0.00074 x 4) tonk points for stealing the tonk.
L658[23:01:25] <MichiBot> Fudge! Kodos!
You beat Ariri's previous record of 3 hours, 41 minutes and 4
seconds (By 44 minutes and 19 seconds)! I hope you're happy!
L659[23:59:26] ⇦
Quits: lopezt (lopezt!~Adium@v22018076567069662.quicksrv.de) (Quit:
Leaving.)