<<Prev Next>> Scroll to Bottom
Stuff goes here
L2[00:01:09] <Izaya> this phone was midrange
in 2015 on release
L3[00:02:55]
<Ocawesome101> the A64 is a tablet SoC
from 2015, so unsurprising
L4[00:02:57] ⇦
Quits: Backslash (~Backslash@d75-156-174-114.abhsia.telus.net)
(Read error: Connection reset by peer)
L6[00:03:53] <Izaya> it's properly potato by
android standards now
L7[00:04:03]
<Ocawesome101> lol
L8[00:04:08] <Izaya> but I still get LOS
updates
L9[00:04:14]
<Ocawesome101> the pinephont, fortunately,
doesn't run android
L11[00:04:41] <Izaya> yeah that'll make it
last a lot bettrr
L12[00:05:40]
<Ocawesome101> Pine's goal is something
like 10 years of support
L13[00:05:54]
<Ocawesome101> iirc
L14[00:05:58] <Izaya> that's the pmOS
goal
L15[00:06:07]
<Ocawesome101> oh yeah
L16[00:06:10] <Izaya> and the G4 is only
half way
L17[00:06:18] <Izaya> G3 rather
L19[00:18:53]
<AdorableCatgirl> everything's
fucked
L20[00:34:58]
<The Swervy
Doat> for some reason (i have a table in a table to store user
info) if i serialize an equal table it says they are not the
same
L21[00:35:17]
<The Swervy
Doat> for some reason (i have a table in a table to store user
info) if i serialize two equal tables it says they are not the same
[Edited]
L22[00:35:47]
<The Swervy
Doat> for some reason (i have a table in a table to store user
info) if i serialize two equal tables it says they are the same but
if i unserialize they are unequal [Edited]
L23[00:37:43]
<The Swervy
Doat> help
L24[00:38:00]
<Ocawesome101> are you comparing them with
`==`?
L25[00:38:44]
<Ocawesome101> @The Swervy Doat ^
L27[00:39:02]
<The Swervy
Doat> i use this to find if a user is in the list
L28[00:39:09]
<Ocawesome101> a h
L29[00:39:23]
<Ocawesome101> tables aren't compared by
fields
L30[00:39:28]
<Ocawesome101> they are compared by
pointers
L31[00:39:32]
<Ocawesome101> meaning that won't
work
L32[00:39:43]
<The Swervy
Doat> how would i do it idk
L34[00:41:16]
<Ocawesome101> something like that @The
Swervy Doat
L35[00:42:12]
<The Swervy
Doat> emm could you explain this a little im a bit new to
lua
L36[00:42:20]
<Ocawesome101> so
L37[00:42:29]
<Ocawesome101> what you need to do for
`logins`
L40[00:44:22]
<Ocawesome101> the reason it has to be
like this
L41[00:45:05]
<Ocawesome101> is because unlike strings
and numbers, Lua does not compare tables or functions by content,
but rather by the pointer to the memory address at which they begin
(afaik)
L42[00:45:32]
<Ocawesome101> i hope that makes
sense
L43[00:48:57]
<The Swervy
Doat> i have it set like this {username, password}, couldn't i
instead use loginarray[1] and loginarray[2]
L44[00:49:46]
<Ocawesome101> you could
L45[00:56:20]
<The Swervy
Doat> wouldnt you want pass to be local @Ocawesome101
L46[00:56:29]
<Ocawesome101> no
L47[00:56:39]
<Ocawesome101> because `pass` is the key,
and `"1234"` is the value
L48[00:56:53]
<The Swervy
Doat> ah
L49[00:57:06]
<Ocawesome101> therefore
`(loginarray["pass"] == loginarray.pass ==
"1234") = true`
L52[01:25:06] ⇦
Quits: baschdel (~baschdel@2a02:6d40:361a:c101:52db:8ca7:871e:ae9a)
(Ping timeout: 189 seconds)
L53[01:27:19]
<The Swervy
Doat> @Ocawesome101 any ideas lol
L54[01:29:49] <Amanda> There, basic base
set up on Izaya's server. I feel comfortable enough to unplug and
halucinate at least. :P
L55[01:30:21] <Amanda> inb4 I come back and
everything's stolen
L56[01:33:21] ⇦
Quits: ben_mkiv|afk (~ben_mkiv@i5E86B0C3.versanet.de) (Ping
timeout: 189 seconds)
L57[01:33:46] <Amanda> %choose halucinate
then rainbox or rainbox then halucinate
L58[01:33:46] <MichiBot> Amanda: I've
heard "rainbox then halucinate" is in these days
L59[01:37:00]
<Ocawesome101> @The Swervy Doat nope, i
have little experience with the redstone component
L60[01:37:23]
<The Swervy
Doat> ok
L61[01:40:16] ⇦
Quits: BrightYC (~BrightYC@nitrogen.one) (Quit: R.I.P)
L62[01:41:13] ⇨
Joins: BrightYC (~BrightYC@nitrogen.one)
L63[01:44:05] ⇦
Quits: t20kdc
(~20kdc@cpc139340-aztw33-2-0-cust225.18-1.cable.virginm.net)
(Remote host closed the connection)
L64[01:56:14] ⇦
Quits: Vexaton (~Vexatos@port-92-192-31-248.dynamic.as20676.net)
(Quit: Insert quantum chemistry joke here)
L65[01:57:48] <immibis> you don't have more
than one redstone component do you?
L66[02:11:25]
<Ocawesome101> @The Swervy Doat ^
L67[02:11:48]
<The Swervy
Doat> nope
L68[02:12:13]
<The Swervy
Doat> its a peice of redstone dust on top of the cast
L69[02:12:15]
<The Swervy
Doat> case
L70[02:13:12]
<The Swervy
Doat> and typing it in the lua console does what it should
L71[02:14:27] <Amanda> Did you require the
component api in your program?
L72[02:15:13]
<The Swervy
Doat> no, but in my other programs it worked fine without
L73[02:15:30]
<Ocawesome101> You have to require
it
L74[02:15:49]
<The Swervy
Doat> ok
L75[02:16:00]
<Ocawesome101> `local component =
require(“component”)' at the start of your program
L76[02:16:11]
<Ocawesome101> `local component =
require(“component”)` at the start of your program [Edited]
L77[02:17:01] <Amanda> If your other
programs "didn't require it" then you probably ran a
program with it and made it global
L78[02:18:00]
<The Swervy
Doat> made it global?
L79[02:18:28]
<The Swervy
Doat> it still doesnt work
L80[02:18:38]
<The Swervy
Doat> after requiring it
L81[02:18:49]
<The Swervy
Doat> ohhh
L82[02:19:08]
<The Swervy
Doat> i use the console to test it and probably did require it
seperately
L83[02:19:59] <immibis> then wouldn't your
program give you an error?
L84[02:20:28]
<The Swervy
Doat> nope
L85[02:20:43]
<The Swervy
Doat> just, doesnt turn redstone on
L86[02:20:56]
<The Swervy
Doat> so strange
L87[02:21:41]
<The Swervy
Doat> wonder if i blockupdate the redstone
L88[02:21:54]
<The Swervy
Doat> nope
L89[02:23:23] ⇨
Joins: NotHappy
(webchat@ppp-94-69-174-121.home.otenet.gr)
L90[02:24:59] ⇦
Quits: NotHappy (webchat@ppp-94-69-174-121.home.otenet.gr) (Client
Quit)
L91[02:25:27] <Amanda> I'm pretty sure the
Lua console isn't polluting the global table. But it auto-requires
to make it easier to test ideas out
L92[02:27:57]
<The Swervy
Doat> i required component and restarted the pc
L93[02:28:23]
<The Swervy
Doat> it still doesnt work, is there anything else that i would
need to do?
L94[02:51:34] <Amanda> What about
sides?
L95[02:55:28]
<The Swervy
Doat> oh sides is an api
L96[02:55:32]
<The Swervy
Doat> thanks
L97[02:59:10]
<The Swervy
Doat> YES
L98[02:59:18]
<The Swervy
Doat> tysm
L99[03:52:16] ⇨
Joins: Ocawesome101 (~ocawesome@38.65.249.120)
L100[03:52:33] <Ocawesome101> o/
L101[04:01:53] <CompanionCube>
%tonkout
L102[04:01:53] <MichiBot> Fudge!
CompanionCube! You beat ThePiGuy24's previous record of 10 hours,
35 minutes and 6 seconds (By 2 hours, 16 minutes and 19 seconds)! I
hope you're happy!
L103[04:01:54] <MichiBot> CompanionCube
has stolen the tonkout! Tonk has been reset! They gained 0.012 tonk
points! plus 0.011 bonus points for consecutive hours! (Reduced to
50% because stealing) Current score: 0.93161944. Position #4 Need
0.05205056 more points to pass Lizzy!
L104[04:02:22] <Ocawesome101> i have a
blog now
L105[04:02:31] <CompanionCube> oh?
L106[04:02:53] <Ocawesome101> don't really
have anything on it yet, but yea
L107[04:24:29] <Amanda> %choose be
responsible?
L108[04:24:29] <MichiBot> Amanda: Oh,
I've heard about that. You'll want to wait until tomorrow.
L109[04:39:16]
⇨ Joins: immibis_
(~immibis@x4db7d237.dyn.telefonica.de)
L110[04:40:37] ⇦
Quits: immibis (~immibis@x590e80e4.dyn.telefonica.de) (Ping
timeout: 204 seconds)
L111[04:40:46] ***
immibis_ is now known as immibis
L112[04:59:23]
<ElectroBot> What is the command to list
all the output formats. I'm trying to outout the MC days remaining
in the MC year. Tried searching google and here and found quite a
few, but not sure if there are any others? I guess I could grab the
current day and subtract it from 364 if there isn't a specific
one?
L113[05:09:48] <Amanda> Izaya: everything
alright? I seem to be unable to connect now
L114[05:10:45] <Izaya> Amanda: just woke
up to a message that someone crashed the server
L115[05:10:51] <Amanda> oh
L116[05:10:57] <Izaya> investigating now
lmao
L117[05:11:08] <Amanda> I have no idea how
that culd be, I was just greebling a wind power tower
L118[05:11:22] <Izaya> not you
L119[05:11:51] <Amanda> Oh, was someone
else on? I didn't even notice. :P
L120[05:13:56] <Izaya> not even an error
popup, nice
L121[05:14:01] <Amanda> gimme a ping when
it's back up, so I can hopefully not lose my rifle and ammo
L122[05:14:02] <Izaya> starting now
L123[05:14:05] <Amanda> ah
L124[05:16:53] <Izaya> I'll be on in a
while, gonna have a shower
L125[05:18:08] ⇦
Quits: Ocawesome101 (~ocawesome@38.65.249.120) (Quit: I'm probably
going to bed.)
L126[05:23:57] <Amanda> I'm starting to
pass out, and steam IHS keeps sending phantom mouse events causing
me to flip about, so I'mma lay down and veg out before sleeps
L127[05:24:29] <Izaya> enjoy
L128[05:24:34] <Amanda> I managed to get
in to put my gun + ammo into safety though, so I'm
happyenough
L129[05:24:57] <Amanda> ( I don't have
cryo pods, so I'm just creating corpses when I log off for extended
time. :P )
L130[05:25:39] <Amanda> in any case, night
nerds. :3
L131[05:28:33] <Amanda> Also, I've got
1.2k steel plates all of which I picked off spider corpses
L133[05:52:49]
<ElectroBot> What is the command to list
all the output formats. I'm trying to outout the MC days remaining
in the MC year. Tried searching google and here and found quite a
few, but not sure if there are any others? I guess I could grab the
current day and subtract it from 364 if there isn't a specific one?
EDIT found it "j" outputs the day of the year in XXX
number format [Edited]
L134[05:58:12] <Izaya> ElectroBot: you
want strfmtime or something like it
L135[05:58:24] <Izaya> it's inherited from
C
L136[06:03:43]
<DukeDankins> figured it out, please
disregard my request
L137[06:10:56]
<ElectroBot> Did it using after going
through the keyboard. `daysleft = 365 -
tonumber(os.date("%j"))` Don't see any that give
remaining days, but %j is there as well. Ty though
L138[06:16:07] ⇦
Quits: Cervator
(~Thunderbi@2600:1700:1a25:9160:1cc4:b218:f152:9d92) (Quit:
Cervator)
L139[07:53:48] <SquidDev> %tonk
L140[07:53:49] <MichiBot> Fudge!
SquidDev! You beat CompanionCube's previous record of <0 (By 3
hours, 51 minutes and 55 seconds)! I hope you're happy!
L141[07:53:50] <MichiBot> SquidDev's new
record is 3 hours, 51 minutes and 55 seconds! SquidDev also gained
0.00387 tonk points for stealing the tonk. Position #2. Need 0.0223
more points to pass Forecaster!
L142[08:39:31]
⇨ Joins: Inari
(~Pinkishu@p4fe7e9c2.dip0.t-ipconnect.de)
L143[08:40:14]
⇨ Joins: Vexatos
(~Vexatos@port-92-192-31-248.dynamic.as20676.net)
L144[08:40:14]
zsh sets mode: +v on Vexatos
L145[08:40:53]
<Forecaster> %sip
L146[08:40:53] <MichiBot> You drink a
light rainbow potion (New!). Forecaster looks up and sees the moon
smile at them for a second.
L147[09:02:08] <Izaya> Another attempt to
update pleroma, another dependency breakage.
L148[09:03:56]
<Forecaster> Fun times
L149[09:18:01]
<SizableShrimp> hello everyone. I think I
remember being able to navigate to a specific line, but I can't
find this anywhere online or the forums? Maybe I'm searching for
the wrong thing, or I'm misremembering this existing, but I just
thought I would ask. Is this possible?
L150[09:18:07]
<SizableShrimp> I can't find the keyboard
shortcut for it if so
L151[09:18:15]
<SizableShrimp> I even checked
`edit.lua`
L155[09:21:34]
<DukeDankins> can anyone tell me why this
is returning nil?
L156[09:25:39]
<Fingercomp> you're printing `value`, not
`v`
L157[09:30:11]
<DukeDankins> thank you very much
L158[09:46:02]
<DukeDankins> I'm trying to get a list of
items in an ME system, but the function
```component.me_controller.getAvailableItems()``` returns tables
within tables and I have absolutely no idea how to deal with that,
is anyone willing to help a brainlet?
L159[09:53:39] <fingercomp> let's assume
`item` is one of these tables stored inside the outer one
L160[09:53:57] <fingercomp> look closely
at what kind of tables you're given: you'll notice they all have
the same structure
L161[09:54:26] <fingercomp> for example,
every subtable has the field `size`, and you can access it with
`item.size`
L162[09:55:18] ⇦
Quits: Thutmose (~Patrick@host-69-59-79-181.nctv.com) (Quit:
Leaving.)
L163[09:55:40] <fingercomp> or
`fingerprint`, which is yet another subtable, with fields `id` and
`dmg` — that would be `item.fingerprint.id` and
`item.fingerprint.dmg` in code, respectively
L164[09:58:59] <fingercomp> now, you can
get the `item` by iterating the outer list, as you did in your
code: `for _, item in ipairs(me_controller.getAvailableItems()) do
print(item.fingerprint.id) end`
L167[10:00:56] <fingercomp> if you need
the `n`th item in the returned list, you can access it directly:
`local items = me_controller.getAvailableItems()
print(items[n].fingerprint.id)`
L168[10:01:45]
<SizableShrimp> I asked this earlier but
it seemed to get ignored, is it possible to navigate directly to a
line in a file using `edit`?
L169[10:03:56] <fingercomp> there's no
"go to line" feature in the built-in `edit` program; use
`Page Up` / `Page Down` or arrow keys to navigate
L170[10:05:45]
<DukeDankins> thank you fingercomp, you
have ended over 6 hours of frustration
L171[10:08:11]
<SizableShrimp> ah ok, thanks
L172[10:09:48]
<Forecaster> Ah right... My website is
offline, so I can't get to my oc interface designer to use the
color picker... :|
L173[10:09:55]
<Forecaster> Bah
L174[10:39:24]
<Bob> can i
get a drone's offset position xyz ? instead of a distance
L175[10:41:46] <fingercomp> it's not how
drones work
L176[10:41:59] <fingercomp> they keep
coordinates of the target position
L177[10:42:30] <fingercomp> and if the
current position is different, the drone moves
L178[10:44:27] <fingercomp> drones don't
store the offset; `drone.move` just changes the target
position
L179[10:51:27]
<Bob>
question is have i to track the target position or can i find it
from one of the callbacks
L180[10:51:40] <fingercomp> you can
calculate the offset from the initial position programmatically by
wrapping `drone.move` calls
L181[10:52:38]
<Bob> yeah
monkey patching
L182[10:52:41]
<Bob>
kek
L183[10:52:44] <fingercomp> and if you
know the coordinates of the initial position (nav upgrade, user
input, GPS or whatever), you can find the target coordinates
L184[10:53:28]
<Kristopher38> What monkeypatching has to
do with wrapping drone.move calls
L185[10:55:23] <fingercomp> @Bob make a
helper function `move` that updates the offset and calls
`drone.move`; then use `move` instead of `drone.move` in your
program
L186[10:55:32] <fingercomp> no monkeys
needed
L187[10:56:54]
<Kristopher38> Or substitute drone.move
with a function that wraps around it :drakememe:
L188[10:59:55] <Izaya> drakememe? is that
some cheap knockoff drakeyes/drakeno?
L189[11:01:40]
<Kristopher38> I don't have nitro like Bob
so I can't use it
L190[11:01:41]
<Bob>
:GWomoDrakeYea:
L191[11:01:46]
<Bob> i
don't have nitro either
L192[11:01:50]
<Kristopher38> Yes, this one
L193[11:01:57] <Izaya> imagine paying for
emojos
L194[11:01:59]
<Kristopher38> Oh so you're on a server
with global emotes
L195[11:02:09]
<Kristopher38> Yeah imagine, that's why I
don't do that
L196[11:02:13]
<Bob>
:GWjiangoPepeFedora:
L198[11:02:33]
<MGR>
:MGR:
L199[11:02:36]
<Zen1th>
oops
L200[11:02:47]
<Zen1th> i
don't have nitro neither
L201[11:02:57]
<Bob> MGR
just here to flex
L202[11:03:19]
<Bob> but
the emote doesn't have a transparat background and it looks horrid
👀
L203[11:03:22] <Izaya> additionally,
imagine not being able to define your own in your server's instance
configuration, because you can't run your own server :^)
L204[11:04:13]
<MGR> It
looks fine on light mode
L205[11:04:46]
<Zen1th>
may i flex?
L206[11:04:59]
<Kristopher38> Please di
L207[11:05:04]
<Kristopher38> Please do [Edited]
L208[11:05:15]
<Zen1th>
lol i thought you mispelled die
L209[11:05:25]
<Zen1th>
uhm anyways
L210[11:05:40]
<Zen1th>
already shared it on the almighty yuonic hub
L211[11:06:00]
<Zen1th>
projec't i've be'en doin' recent'ly
L212[11:06:13]
<Zen1th>
Eating Apples!
L214[11:20:50]
<Kristopher38> Said that already on the
yuonic hub but that's amazing
L215[11:28:09]
⇨ Joins: t20kdc
(~20kdc@cpc139340-aztw33-2-0-cust225.18-1.cable.virginm.net)
L216[11:36:09]
<Ariri>
%oclogs
L218[11:36:41]
<Forecaster> %tonk
L219[11:36:41] <MichiBot> I'm sorry
Forecaster, you were not able to beat SquidDev's record of 3 hours,
51 minutes and 55 seconds this time. 3 hours, 42 minutes and 52
seconds were wasted! Missed by 9 minutes and 2 seconds!
L220[11:36:58]
<Forecaster> Fogs
L221[11:37:24]
<Ariri>
Gosh-fog it all
L223[11:38:42]
<Forecaster> 403 forbidden
L224[11:46:43]
<Bob> the
wiki tells the chunkloader upgarde while active consumes more
energy
L225[11:46:51]
<Bob> but
in my becnhmark im getting 2.25e/s in any case
L226[11:47:40]
<Forecaster> It might count actual chunks
loaded, so you being nearby might affect it
L227[11:47:45]
<Bob> true
true
L228[11:49:45]
<Bob> -2.36
avg now lmao
L229[11:49:50]
<Bob> it
doesn' tmatter at all it seems
L230[11:49:54]
<Bob> the
drone did work
L231[11:50:03]
<Bob> i
guess its time to abuse this fact
L232[11:51:17] ⇦
Quits: MajGenRelativity
(~MajGenRel@c-73-123-203-209.hsd1.ma.comcast.net) (Read error:
Connection reset by peer)
L233[12:07:05] <Amanda> @bob did you
activate the chunk loader module?
L234[12:07:41]
<Bob>
yeah
L236[12:07:56]
<Bob>
here's the benchmarker
L237[12:08:28]
⇨ Joins: ben_mkiv
(~ben_mkiv@i5E86B0C3.versanet.de)
L238[12:17:48]
<Bob>
`require("component").modem[who and "send" or
"broadcast"](select(who and 1 or
2,who,4,"GOTO",x,z))`
L239[12:20:02]
<Kristopher38> I respect you for your
skills but I would not want to work with you together on
something
L240[12:20:51]
<Kristopher38> readability level
2/10
L241[12:22:05]
<Kristopher38> I bet you love oneliners,
don't you?
L242[12:30:40]
⇨ Joins: Sakitam1023 (webchat@103.136.251.48)
L243[12:31:20] ⇦
Quits: Sakitam1023 (webchat@103.136.251.48) (Client
Quit)
L244[12:39:23] <Lizzy> hmm, so zoom has
aquired keybase
L245[12:39:41] <Inari> Yeah, quite a while
ago already
L246[12:40:19] <Lizzy> i only found out
today because someone emailed me at 3 am saying about another
service
L247[12:40:32] <Inari> Yeah, I thikn I
found out too by some random mail haha
L248[12:40:59] <Lizzy> was it from the
cofounder of Cyph by chance?
L249[12:41:30] <Inari> Yep haha
L250[12:41:33] <Lizzy> lol
L251[12:41:36] <Izaya> this probably
shouldn't change your thoughts on either company
L252[12:41:37] <Inari> Was like 20 days
ago already though
L253[12:41:48] <Lizzy> weird
L254[12:42:48] <Lizzy> also, I'm not
overly fussed about it, Keybase doesn't have my main GPG private
key and i really only used it to show "hey, i own these
sites"
L255[12:42:57] <Vexatos> sounds to me like
zoom was like "so we're rich now and have encryption problems
so let's just hire crypto experts"
L256[12:43:14] <Inari> I mean, it just
means that keybase is doomed sooner or later
L257[12:43:18] <Vexatos> arguably a sane
decision
L258[12:43:28] <Vexatos> from the zoom
side, anyway
L259[12:44:24] <Amanda> Izaya: did you up
ore frequency or am I stupid-lucky in my touchdown spot?
L260[12:44:41] <Izaya> default
L261[12:45:16] <Inari> touchdown
spot?
L262[12:45:25] <Izaya> How's the latency
[ae]ffecting you
L263[12:45:57] <Amanda> Izaya: a bit of
rubber-banding, doors take a half-second to open, but overall not
too bas
L264[12:46:03] <Inari> Haha
L265[12:46:15] <Inari> Till you try to
walk through an iron door using a button!
L266[12:46:22] <Izaya> hm, that seems
workable
L267[12:46:39] <Amanda> Inari: all doors
are ironndoors. (This is space engineers)
L268[12:46:44] <Inari> I see
L269[12:46:46] <Inari> I thought MC
L270[12:46:47] <Inari> :p
L271[12:47:08] <Inari> Doesn't that mean
your ship inputs take half a second to react too
L272[12:47:16] <Inari> i can barely fly my
gimpy ships at realtime
L273[12:47:22] <Izaya> all autopilot, all
the time
L274[12:47:31] <Izaya> only like 350ms
latency
L275[12:47:34] <Izaya> that's plenty
workable
L276[12:48:08] <Izaya> I'm digging a very
round hole
L277[12:48:14] <Izaya> Got a rotor with a
piston and some drills
L278[12:49:12] <Amanda> I've got got a
vehicle yet, so I can't comment on that
L279[12:49:28] <Izaya> I successfully
turned my atmospheric lander into a hover bike
L280[12:49:31] <Izaya> Thought that was
pretty clever.
L281[12:49:43] <Amanda> I decided to
prioritize a simple base I can hide from the spiders in during
short breaks first
L282[12:51:08] <Izaya> oh shit, the
refinery is full
L283[12:51:18] <Izaya> might be time to
shut down the drills
L284[13:04:15] <Amanda> Do you have a mod
that limits chat range, Izaya?
L285[13:04:30] <Amanda> ( OR is that a
vanilla thing I never noticed since I was op on Lizzy's server
)
L286[13:04:53] <Izaya> I think it's
vanilla
L287[13:04:58] <Izaya> you need to be in
antenna range IIRC
L288[13:05:02] <Izaya> definitely for
voice chat
L289[13:06:21]
<Kristopher38> is there a voice chat in
SE?
L290[13:06:28] <Izaya> apparently
L291[13:06:32]
<Kristopher38> I never noticed it
L292[13:06:46] <Izaya> there's a voice
chat volume slider
L293[13:07:32]
⇨ Joins: Vexaton
(~Vexatos@port-92-192-109-109.dynamic.as20676.net)
L294[13:07:32]
zsh sets mode: +v on Vexaton
L295[13:07:45] <Izaya> I'm mostly on
mumble when I'm playing so I never noticed tbh
L296[13:10:17] ⇦
Quits: Vexatos (~Vexatos@port-92-192-31-248.dynamic.as20676.net)
(Ping timeout: 189 seconds)
L297[13:11:53] <Amanda> %calc 40 * 6 -
6
L298[13:11:54] <MichiBot> 40 * 6 - 6 =>
234
L299[13:12:04] <Izaya> wonder how many
relay satellites you'd need for inter-planetary communication
L300[13:12:40] <Amanda> in Lizzy's pack we
had a mod that gave laser antennas infinite range, but at obscene
power costs
L301[13:12:56] <Izaya> yeah that's not a
bad idea
L302[13:13:13] <Izaya> I don't want to set
up 113 relay satellites
L303[13:13:53] <Lizzy> well, you say
obscene but i think we was able to keep the starshine relay working
fine (other than SE/torch fuckery with not showing grids) with
about 16 solar panels
L304[13:14:17] <Izaya> you got a link for
that mod?
L305[13:14:29] <Lizzy> lemme go find
it
L306[13:14:57] <Izaya> also, can one set
up public use relay antennas?
L307[13:15:22] <Amanda> laser antennas
accept whoever points at them, I believe
L308[13:15:30] <Amanda> but I'm not
completely sure
L309[13:15:56] <Lizzy> the way we set it
up was that the lasers would link between sites then the radio
antennas would allow for local connections
L310[13:16:21] <Izaya> yeah I'm thinking I
might spend my time setting up comms networks as like
L311[13:16:33] <Izaya> my faction's
motivation sorta thing
L312[13:17:19] <Amanda> Speaking of, I
sent a request for peace between our factions, Izaya. :P
L313[13:17:32] <Inari> No peace
L314[13:17:34] <Inari> Only war
L315[13:18:16] <Lizzy> hmm, i can't seem
to find the mod we used
L316[13:18:25] <Lizzy> i've found one that
lowers their power requirements
L317[13:18:58] <Lizzy> unless i just put
it on the server and didn't sub to it
L318[13:19:34] <Amanda> Did you check the
collection I made of the mods we used?
L319[13:19:48] <Lizzy> nope, didn't know
there was one
L320[13:20:14] <Lizzy> found the
link
L321[13:20:19] <Lizzy> but it has
error
L324[13:22:54] <Amanda> so I guess they
just have infinite range by default, and we made it cheaper?
L325[13:23:15] <Inari> I would've wondered
why laser wouldn't be (practically) infinite range
L326[13:23:16] <Inari> :p
L327[13:23:34] <Amanda> signal
attinuation(?)
L328[13:23:45] <Izaya> spengies
L329[13:24:12]
<Forecaster> Space cats keep chasing them
and blocks the signal
L330[13:24:26] <Inari> I mean
L331[13:24:29] <Amanda> That's a lie put
forth by space foxes, @Forecaster!
L332[13:24:32] <Inari> The space between
planets is rather empty?
L333[13:25:14]
<Kristopher38> If we're talking about real
life, is it though?
L334[13:25:56] <Inari> I think so
L335[13:27:16] <Inari> Hmm this paper
features in range
L336[13:27:37] <Inari> Saying that by 2020
using lasers we can expect 1 gb/s from mars at maximum range, 100
mb/s from jupiter and 10mb/s from uranus
L337[13:27:52] <Izaya> it's 2020
L338[13:27:58] <Izaya> we have 0b/s via
laser from all 3
L339[13:28:08] <Inari> :P I mean
theoretical limits due to optical technology
L340[13:28:13] <Inari> It's a 2007
article
L341[13:28:31] <Izaya> gonna build a
railgun turret on top of a mountain
L342[13:29:03] <Izaya> shoot down pirate
ships as they fly past
L343[13:30:06]
<Forecaster> That's mean of you
L344[13:30:27] <Izaya> Just farming
renewable resources.
L345[13:35:43] <Izaya> Hmm.
L346[13:35:46] <Izaya> I dug a big
hole
L347[13:35:51] <Izaya> Maybe I should put
my base in it.
L348[13:36:35] <Izaya> aaand the server
crashed
L349[13:37:05] <Izaya> would you believe
it? no error.
L350[13:37:11] <Amanda> ...I'm wondering
if it is somehow my fault, that's the second time the server
crashed when I was placing light armored sloped blocks
L351[13:37:32] <Amanda> or did it crash
overnight while I was asleeping?
L352[13:37:43]
⇨ Joins: flappy
(~flappy@88-113-149-197.elisa-laajakaista.fi)
L353[13:37:43] <Izaya> no, but nobody was
on it
L354[13:40:37] <Izaya> hmm, it'd be 4.6
hours to fly from the planet I'm on to mars
L355[13:40:41] <Izaya> that's pretty
reasonable
L356[13:47:30]
<Forecaster> The mobile version of ocdoc
seems to be missing the search field
L357[13:47:41]
<Forecaster> ~oc clock
L359[13:47:52]
<Forecaster> No...
L360[13:48:02]
<Forecaster> ~oc os
L362[13:49:00] <Amanda> %chooose build $;
hanger or shuttle
L363[13:49:36] <Amanda> %chooose build
hanger or build shuttle
L364[13:49:43] <Amanda> Oh
L365[13:49:49] <Amanda> %choose build $;
hanger or shuttle
L366[13:49:51] <MichiBot> Amanda: build
hanger
L367[13:50:50] <Amanda> %choose entry;
front or top
L368[13:50:50] <MichiBot> Amanda: front
entry
L369[13:52:09]
<Forecaster> %choose pizza today?
L370[13:52:09] <MichiBot> Forecaster: Hm.
I can't choose. Ask me again in a couple of minutes.
L371[13:52:15]
<Forecaster> Fine
L372[14:00:59]
<Forecaster> I hope my carrier had enough
funds to not be decommissioned while I'm offline
L373[14:01:11]
<Forecaster> Has
L374[14:02:47]
<Forecaster> %choose pizza?
L375[14:02:48] <MichiBot> Forecaster: Are
you sure? Well alright.
L376[14:02:54]
<Forecaster> Yes
L377[14:25:53] <Izaya> I wonder how much
more efficient I can make this hoverbike design if I strap some
wings to it.
L378[14:57:46] <Izaya> Unknown signal
landed on lava and immediately exploded. Nice.
L379[15:00:50]
<Kristopher38> @Forecaster I can confirm,
it indeed has missing search bar
L380[15:01:45]
<Invention64
🌹> Search bars are overrated
L381[15:35:55]
⇨ Joins: Cervator
(~Thunderbi@2600:1700:1a25:9160:3552:69f2:d9ed:6a3b)
L382[16:23:51] ⇦
Quits: SquidDev (~SquidDev@autoclave.squiddev.cc) (Quit:
Bye!)
L383[16:24:08]
⇨ Joins: SquidDev
(~SquidDev@autoclave.squiddev.cc)
L384[16:38:19] ⇦
Quits: SquidDev (~SquidDev@autoclave.squiddev.cc) (Quit:
Bye!)
L385[16:38:34]
⇨ Joins: SquidDev
(~SquidDev@autoclave.squiddev.cc)
L386[16:42:31]
<Ocawesome101> @SizableShrimp I think
that’s a thing - Ctrl-J IIRC
L387[17:03:07]
<SizableShrimp> @Ocawesome101 ah, I'll try
it. Thanks! I'm not at my computer right now
L388[17:03:16]
<SizableShrimp> I could've swore it was a
feature just forgot the shortcut
L389[17:03:28]
<SizableShrimp> and for some reason I
didn't see this shortcut in the source code for edit.lua
L390[17:07:26]
⇨ Joins: baschdel
(~baschdel@2a02:6d40:361a:c101:52db:8ca7:871e:ae9a)
L391[17:27:23] ⇦
Quits: SquidDev (~SquidDev@autoclave.squiddev.cc) (Quit:
Bye!)
L392[17:27:35]
⇨ Joins: SquidDev
(~SquidDev@autoclave.squiddev.cc)
L393[17:34:45] ⇦
Quits: baschdel (~baschdel@2a02:6d40:361a:c101:52db:8ca7:871e:ae9a)
(Ping timeout: 189 seconds)
L394[17:50:10] <CompanionCube> %tonk
L395[17:50:10] <MichiBot> Sard!
CompanionCube! You beat SquidDev's previous record of 3 hours, 51
minutes and 55 seconds (By 2 hours, 21 minutes and 33 seconds)! I
hope you're happy!
L396[17:50:11] <MichiBot> CompanionCube's
new record is 6 hours, 13 minutes and 28 seconds! CompanionCube
also gained 0.00944 (0.00236 x 4) tonk points for stealing the
tonk. Position #4. Need 0.04261056 more points to pass
Lizzy!
L398[18:06:17]
<AdorableCatgirl> toshiba laptops are
gone
L399[18:06:34]
<AdorableCatgirl> 🇫
L400[18:19:37] <Inari> ew dub
L401[18:19:40] *
Inari burns it with fire
L402[18:19:42] ⇦
Quits: ben_mkiv (~ben_mkiv@i5E86B0C3.versanet.de) (Ping timeout:
198 seconds)
L404[18:37:58]
<Bob>
🤔
L405[18:38:21]
<Bob>
always tough it was capable of such but no
L406[18:38:28]
<Bob> my
disapointement is immeasurable
L407[18:38:31]
<Bob> and
my day is ruined
L408[18:39:43]
⇨ Joins: ben_mkiv
(~ben_mkiv@i5E86B0C3.versanet.de)
L409[18:44:22] <Izaya> windows be
like
L410[18:44:31] <Izaya> :drakeno: real
service management for abitrary software
L411[18:44:47] <Izaya> :drakeyes: sketchy
third party software for making sure your game servers auto-restart
when they hard-crash
L412[18:51:43]
<AdorableCatgirl> oh i have a fix for
that
L413[18:51:52]
<AdorableCatgirl> it's called batch
files
L414[18:53:06]
<AdorableCatgirl> :e
L415[18:53:10]
<AdorableCatgirl> server.exe
L416[18:53:21]
<AdorableCatgirl> goto :e
L417[18:55:26] <fingercomp> @Bob it
interprets the first argument as the timeout, so the filter is
actually `nil, 0` — any event with its second parameter being
0
L418[18:55:45]
<Bob>
odd
L419[18:55:48] <fingercomp> try
`event.pull(nil, nil, nil, 0)`
L420[18:57:55]
<Forecaster> Apparently youtube-dl does
not like being on a data connection at all
L421[18:58:07]
<Forecaster> I just get connection refused
:<
L422[18:59:33]
⇨ Joins: Trainfan91 (~trainfan9@162.213.52.112)
L423[18:59:53] <Trainfan91> how do i use
password on irc?
L424[19:01:31] <Trainfan91>
irc.quakenet.org is the client i wanna connect to; they need
pass
L425[19:01:58]
<Forecaster> That's not a client, that's
an irc server
L426[19:02:36] <Trainfan91> how do i
connect to it?
L427[19:03:21] <Trainfan91> @corded
L428[19:03:53]
<Forecaster> %corded
L429[19:03:54] <MichiBot> Forecaster:
Corded is a relay between IRC and Discord. The user talking is
between the <>
L430[19:04:20]
<Trainfan91> Wut?
L431[19:04:43]
<Trainfan91> Im confused...
L432[19:05:21] ⇦
Quits: Trainfan91 (~trainfan9@162.213.52.112) (Quit:
Trainfan91)
L433[19:09:59]
<Bob> are
T1 wireless cards working ?
L436[19:11:27]
<Bob>
aa
L437[19:11:40] ⇦
Quits: Michi (webchat@50.53.243.14) (Quit:
webchat.esper.net)
L438[19:11:56]
<Bob> that
doesn't work at al with t1 cards
L439[19:12:38]
<Bob> T1
cards are fucking broken for fucks sake
L440[19:12:55]
<Bob> when
is OC 1.7.6 coming out tough ?
L441[19:13:12]
<Bob> the
dev builds bug fixes are kinda critical
L442[19:14:48] <immibis> I think
@Trainfan91 is connecting to IRC through OC and wants to know how
to set a password in the OC client?
L443[19:16:52] <Amanda> %calc 8 * 20
L444[19:16:52] <MichiBot> 8 * 20 =>
160
L445[19:45:39] <Izaya> AdorableCatgirl:
busy? you should play some SE if not
L446[19:45:45] <Izaya> get more
interesting stuff going on in the system
L447[19:46:05] <Izaya> I unlimited the PCU
:^)
L448[19:54:14]
<Forecaster> Oh, apparently the connection
issue was it being confused about which network to use
L449[19:54:54]
<Forecaster> Disabling the regular network
worked
L450[19:58:21]
<ThePiGuy24> last time i tried, tier 1
network cards didnt work
L451[19:58:31]
<ThePiGuy24> this was a while ago
though
L452[20:00:14]
⇨ Joins: Thutmose
(~Patrick@host-69-59-79-181.nctv.com)
L453[20:03:06]
<Forecaster> I'm not talking about
oc
L454[20:07:09]
<AdorableCatgirl> so the thing is,
izzy
L455[20:07:10] ⇦
Quits: ben_mkiv (~ben_mkiv@i5E86B0C3.versanet.de) (Killed (NickServ
(GHOST command used by
ben_mkiv|afk!~ben_mkiv@88.130.158.29)))
L456[20:07:16]
⇨ Joins: ben_mkiv|afk (~ben_mkiv@88.130.158.29)
L457[20:07:22]
<AdorableCatgirl> i'm currently playing
whack a spetsnaz in arma 3
L458[20:07:39]
<AdorableCatgirl> i already whacked like
four of them into the shadow realm
L459[20:07:41]
⇨ Joins: baschdel
(~baschdel@2a02:6d40:361a:c101:52db:8ca7:871e:ae9a)
L460[20:07:55]
<AdorableCatgirl> by blasting their Hip
into oblivion
L461[20:08:32] <Izaya> that sounds
unpleasant for them
L462[20:08:33] <Izaya> carry on
L463[20:08:56]
<AdorableCatgirl> yea
L464[20:09:02]
<AdorableCatgirl> currently moving towards
an air force base
L465[20:09:14]
<AdorableCatgirl> gonna steal me a
helicopter maybe
L466[20:09:35]
<AdorableCatgirl> or just fuel trucks so i
can refuel my squad's hind
L467[20:13:17]
⇨ Joins: Backslash
(~Backslash@d75-156-174-114.abhsia.telus.net)
L469[20:22:56]
⇨ Joins: lord| (~ba7888b72@66.109.211.85)
L470[20:33:52]
<Ocawesome101> @ThePiGuy24 there was a
bug, it's been fixed now though
L471[20:34:21]
<ThePiGuy24> hmm
L472[20:35:13]
<Ocawesome101> now = in the latest
CIs
L473[21:07:04]
<Kristopher38> @Bob yeah they don't work
on 1.7.5, only in the dev builds
L474[21:16:40]
<Ocawesome101> wrong ping
@Kristopher38
L475[21:16:43]
<Bob> yeah
i figured
L476[21:20:00]
<Kristopher38> wdym wrong
L477[21:20:04]
<Kristopher38> it was bob who originally
asked
L478[21:22:38] ⇦
Quits: Backslash (~Backslash@d75-156-174-114.abhsia.telus.net)
(Read error: Connection reset by peer)
L479[21:32:11]
⇨ Joins: zachattack20
(~zachattac@91.214.116.167)
L480[21:32:33] <zachattack20> Hi!
L481[21:32:49]
<Kristopher38> %hello
L482[21:32:49] <MichiBot> Kristopher38:
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.
L483[21:33:10] <zachattack20> Mmkay
L484[21:33:19] ⇦
Quits: zachattack20 (~zachattac@91.214.116.167) (Remote host closed
the connection)
L485[21:33:37]
<Forecaster> %bye
L486[21:33:38] <MichiBot> Forecaster: Oh,
well, bye I guess...
L487[21:51:12] ⇦
Quits: baschdel (~baschdel@2a02:6d40:361a:c101:52db:8ca7:871e:ae9a)
(Ping timeout: 198 seconds)
L488[21:55:35] <Amanda> %choose manual;
ice or nickel
L489[21:55:35] <MichiBot> Amanda: nickel
manual
L490[22:00:16]
<Jason>
Hey, im trying to use the inventory controller and am having issues
transfering from internal inventory to a chest on its left side, i
am using
L491[22:00:16]
<Jason>
```component.inventory_conroller.suckFromSlot(sides.left, 1,
1)```
L492[22:00:16]
<Jason> and
its just throwing an error
L493[22:01:02]
<Jason>
Hey, im trying to use the inventory controller and am having issues
transfering from internal inventory to a chest on its left side, i
am using
L494[22:01:02]
<Jason>
```component.inventory_conroller.dropFromSlot(sides.left, 1,
1)```
L495[22:01:03]
<Jason> and
its just throwing an error [Edited]
L496[22:01:17] <Izaya> inventory
conroller?
L497[22:01:40]
<Jason>
yes, the upgrade for the robots
L498[22:01:59] <Izaya> No, I mean, check
the spelling
L499[22:02:14]
<Jason>
oh
L500[22:02:22]
<Kristopher38> you can interact with
inventories only on the front, back, below and above
L501[22:02:29]
<Kristopher38> that's another issue
L502[22:02:40]
<Jason> the
spelling is an issue on discord only
L503[22:02:43]
<Jason> yay
for autocomplete
L504[22:02:43]
<Kristopher38> you have to turn your robot
to face the chest
L505[22:02:51]
<Jason> ok,
thanks, ill try that
L507[22:10:09]
<Forecaster> Dark blue links on a black
background isn't the greatest choice
L508[22:10:21]
<Ocawesome101> yeah
L509[22:10:27]
<Ocawesome101> how do i change the
color?
L510[22:10:56]
<Ocawesome101> ~~black text on a dark gray
background isn't the greatest choice either~~
L511[22:11:04]
<Forecaster> I have no idea what that
is
L512[22:11:14]
<Ariri>
edit the css :?
L513[22:11:23]
<Ocawesome101> i have no css
L514[22:11:24]
<Ocawesome101> just html
L516[22:12:11]
<Ocawesome101> i mean, i have some inline
css in the body
L517[22:12:15]
<Forecaster> What black text on a gray
background
L518[22:12:21]
<Ocawesome101> so just specify the color
tag?
L519[22:12:24]
<Ocawesome101> your blog
L520[22:12:29]
<Ocawesome101> (i know it's fixed)
L521[22:12:40]
<Forecaster> Add a style tag in the
header
L522[22:12:50]
<Ocawesome101> ok
L523[22:12:53]
<Ariri>
^
L525[22:13:04]
<Ariri>
Heres the code if you want to just search for the rgb
L527[22:14:32]
<Ocawesome101> eh
L528[22:14:34]
<Forecaster> @Ocawesome101 it wasn't a
choice... It was a bug
L529[22:14:41]
<Ocawesome101> yeah, yeah, yeah, i
know
L530[22:14:47]
<Ocawesome101>
`style="color:#0AF"` works for me
L531[22:15:39]
<Ariri>
%choose code now or shoot space rocks or something else
L532[22:15:39] <MichiBot> Ariri: I
received a telegram from a long lost relative that only read
"something else". Weird.
L533[22:15:44]
<Forecaster> If you want to set that I
every link instead of just using css then whatever I guess
L534[22:16:12]
<Forecaster> If you want to set that on
every link instead of just using css then whatever I guess
[Edited]
L535[22:16:20]
<Ariri>
(Doing it Forecasters way would be easier in the long run, and you
could share the css between htmls)
L536[22:16:30]
<Ocawesome101> true ig
L537[22:17:23]
<Ariri>
%roll 4d8
L538[22:17:23] <MichiBot> [7,8,1,3] =>
19
L539[22:17:49]
<Ariri> I
dont know what I was thinking really, that still doesnt help me
decide what to do next
L540[22:18:53]
<Ariri>
%choose new pfp edit; yes or no
L541[22:18:53] <MichiBot> Ariri: yes new
pfp edit
L542[22:19:31] <Izaya> counter-idea
L543[22:19:34] <Izaya> new avatar
L544[22:20:13]
<Ariri>
?
L545[22:21:01] *
Izaya likes the traditional terminology
L546[22:21:48]
<Ariri>
Somehow I knew you were going to come in and say something the one
time I use what comes to mind first
L547[22:22:12] <Izaya> unsure how annoyed
that statement is
L548[22:22:16]
<Ariri>
%bap Izaya
L549[22:22:16] <MichiBot> Ariri baps Izaya
with [Edited]!
L550[22:22:24]
<Ariri>
ironic
L552[22:23:17]
<Ocawesome101> ha v nice
L553[22:23:28]
<Ariri>
needs more repulsion gel (not bad)
L554[22:24:02] <Izaya> love me some tasty
repulsion gel
L555[22:24:58]
<Ariri>
~~gooey goodness~~
L556[22:25:41]
<Forecaster> Don't eat the gel
L557[22:25:59] <Izaya> Do you see any
police around?
L558[22:26:29]
<Forecaster> Pretty sure there's never any
police at aperture
L559[22:26:33]
<Ariri> the
orange one increases metabolism, the blue one makes all everything
consumed bounce around (or even out if you do it right)
L560[22:27:07]
<Forecaster> I bet if you eat both at the
same time you explode
L561[22:27:27]
<Ariri> ill
let you know what i find out
L562[22:29:22]
<Forecaster> %sip
L563[22:29:23] <MichiBot> You drink a
stirring bavarium potion (New!). Forecaster smells something
burning.
L564[22:29:36]
<Forecaster> Ohno
L565[22:30:15]
<Ariri>
thats the smell of science
L566[22:32:15]
<Ariri>
cant decide what new icon I want... something from a manga I read,
AZ, Nekopara, or NGNL
L567[22:32:15]
<Ariri> Im
leaning towards ngnl but ive got so many to choose between
L568[22:32:28]
<Ocawesome101> there, CSS in place
L569[22:36:31]
<Forecaster> @Ariri just ask MichBot some
more :P
L570[22:41:52]
<Ariri>
good idea
L571[22:42:28]
<Ariri>
%choose shuvi; shiro; vanilla; android girl
L572[22:42:28] <MichiBot> Ariri:
What?!
L573[22:43:05]
<Ariri>
please be gentle
L574[22:43:06]
<Ariri>
%choose shuvi or shiro or vanilla or android girl
L575[22:43:08] <MichiBot> Ariri: I saw
that "vanilla" is the best choice in a vision
L576[22:43:20]
<Ariri>
%8ball are you sure?
L577[22:43:20] <MichiBot> Ariri: Ask
again later
L578[22:44:19]
<Forecaster> ; is the separator for the
custom setting, there can only be one
L579[22:44:35]
<Forecaster> ; is the separator for the
custom string, there can only be one [Edited]
L580[22:44:58]
<Ariri>
o.o
L581[22:45:01]
<Ocawesome101> %choose $; shuvi, shiro,
vanilla, androud girl
L582[22:45:01] <MichiBot> Ocawesome101:
androud girl
L583[22:45:06]
<Ocawesome101> like that
L584[22:45:57]
<Forecaster> Yeah, or multiple choices
with $n
L585[22:46:30]
<Ocawesome101> %choose $1 and $2; shuvi,
shiro, vanilla, android girl
L586[22:46:31] <MichiBot> shiro and
vanilla
L587[22:46:35]
<Ocawesome101> oi nice
L588[22:47:08]
⇨ Joins: murineStarlet
(~murinesta@91.214.116.167)
L589[22:47:15] <murineStarlet> Heya
L590[22:47:21]
<Ocawesome101> hello
L591[22:47:22]
<Forecaster> Hi
L592[22:47:28] <murineStarlet> How are
you?
L593[22:47:51]
<Forecaster> Internet less but otherwise
fine
L594[22:47:56] <murineStarlet> Dang
L595[22:48:13]
<Ocawesome101> insert shameless Monolith
plug here
L596[22:48:35]
<Ariri> The
discord bot I made might be lesbian
L597[22:48:37] <Izaya> %choose try my luck
with a new hoverbike?
L598[22:48:37] <MichiBot> Izaya: Yes! Do
it now!
L599[22:48:43] <Izaya> In the dark?
L600[22:48:44]
<Forecaster> Monolith is the name of my
main workstation
L601[22:48:45] <Izaya> Shit.
L602[22:48:55] <Izaya> Ariri: great
success
L603[22:49:01]
<Ariri>
Come on McFly, do it
L604[22:49:24]
<Ariri>
Izaya: The transistors of time have blessed us today
L605[22:49:35] <CompanionCube>
%hello
L606[22:49:36] <MichiBot> CompanionCube:
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.
L607[22:50:08] <murineStarlet> I am doing
a vibe
L608[22:50:51]
<Ariri>
Anyone happen to know a good program for removing multicolor
backgrounds off images, or am I going to need to do it all by
hand/make one myself at some point?
L609[22:51:29] <murineStarlet> I'm pretty
new to OpenComputers and stuff
L610[22:51:38] <murineStarlet> I just
managed to set things up last night
L611[22:53:15] ⇦
Quits: murineStarlet (~murinesta@91.214.116.167) (Remote host
closed the connection)
L612[22:59:12]
⇨ Joins: murineStarlet
(~murinesta@91.214.116.167)
L613[22:59:17] <murineStarlet> And I'm
back
L614[23:00:21]
⇨ Joins: zachattack20
(~zachattac@91.214.116.167)
L615[23:00:40] <zachattack20> hi
L616[23:00:45] <murineStarlet> Howdy there
captain
L617[23:01:36] ⇦
Quits: zachattack20 (~zachattac@91.214.116.167) (Remote host closed
the connection)
L618[23:11:07]
<ThePiGuy24> %choose $1 before $2: cereal
or milk
L619[23:11:07] <MichiBot> ThePiGuy24: I
received a telegram from a long lost relative that only read
"milk". Weird.
L620[23:11:17]
<ThePiGuy24> i did it wrong
L621[23:11:24]
<ThePiGuy24> %choose $1 before $2; cereal
or milk
L622[23:11:25] <MichiBot> milk before
cereal
L623[23:11:33]
<ThePiGuy24> no wrong answer
L624[23:27:30] <murineStarlet> Milk
L625[23:29:06] <Amanda> %choose icecream $
rain box; before or after
L626[23:29:06] <MichiBot> Amanda:
icecream after rain box
L628[23:42:51]
⇨ Joins: notherobrine (~1@47.199.247.86)
L629[23:45:48] ⇦
Quits: Herobrine (~1@47.199.247.86) (Ping timeout: 378
seconds)
L630[23:58:09]
⇨ Joins: dmitrykorolev
(~dmitrykor@gamma.srv.hil.su)