<<Prev Next>> Scroll to Bottom
Stuff goes here
L2[00:00:29]
<Bob> well
i'm not really skilled an dont know mucj optimizations
L3[00:00:34]
<Bob>
@KingOnoi you aint in lua mode
L4[00:00:36]
<Bob> just
type lua
L6[00:00:50]
<ZefTheFox>
In order to use that you need to have store that component, local
cpi = require("component").creative_player_interface
should do the trick
L7[00:01:20]
<Bob> maybe
do require component then seek the CPI trougth the list on a script
? or this works
L8[00:01:33]
<ZefTheFox>
Let me help them
L9[00:01:40]
<ZefTheFox>
So they don't get overwhelmed
L10[00:02:09]
<ZefTheFox>
If you want to experiment without a program then yes, you type lua
in and press enter
L11[00:02:37]
<KingOnoi>
ok that worked am not in the correct mode
L12[00:02:47]
<ZefTheFox>
Yes, now you should be
L13[00:02:56]
<KingOnoi> i
hooked up the interface with an adapter and I can see it in teh
components list
L14[00:03:09]
<Bob> yea
but for makind scripts, i strongly advise using something with auto
highlithing, like Notepad++
L15[00:03:10]
<KingOnoi>
using the local cpi didnt return an error so that worked fine
too
L16[00:03:12]
<ZefTheFox>
Type what I said and it'll assign the component to that
variable
L17[00:03:38]
<KingOnoi>
(i typed the rest of it asdwell)
L18[00:03:46]
<KingOnoi>
(i typed the rest of it as\well) [Edited]
L19[00:03:51]
<KingOnoi>
(i typed the rest of it aswell) [Edited]
L20[00:03:57]
<Bob> isnt
there a better way to ```lua
note(melody[x],melody[x+1],melody[x+3])```
L21[00:04:11]
<ZefTheFox>
Now to use the functions available you would use the variable name
(cpi) and add the function onto it, for example
cpi.getPlayerName()
L22[00:04:19]
<Bob> will
[x,x+1,x+2] work ?
L23[00:04:40]
<ZefTheFox>
Uh no, I'd change the structure of that table completely
L25[00:05:34]
<ZefTheFox>
Alright so you remember when I told you type in the "local
cpi..."
L26[00:05:53]
<ZefTheFox>
Press up until that shows up and delete the local
L27[00:06:26]
<ZefTheFox>
Then press enter and try the other thing
L29[00:06:40]
<Bob> cpi =
component.component_name
L30[00:06:45]
<KingOnoi>
so far so good, havent actually assigned it yet
L31[00:06:46]
<ZefTheFox>
No
L32[00:06:48]
<ZefTheFox>
Bob
L33[00:06:54]
<KingOnoi>
lets try that
L34[00:07:00]
<Bob>
:GWchadMEGATHINK:
L35[00:07:08]
<ZefTheFox>
I am telling them how to do it, what you said may work in some
cases
L36[00:07:23]
<ZefTheFox>
But in a typical environment component is undefined
L38[00:07:56]
<ZefTheFox>
Capitals
L39[00:08:07]
<ZefTheFox>
And string
L40[00:08:09]
<Bob> i
define components at the begining of my scripts
L41[00:08:15]
<Bob> you
need to add ""
L42[00:08:20]
<Bob> if its
a playername thing
L43[00:08:22]
<ZefTheFox>
I said that
L44[00:08:37]
<ZefTheFox>
It's setPlayerName
L45[00:08:47]
<KingOnoi>
so setPlayerName"()" or ("")
L46[00:09:11]
<ZefTheFox>
To define a string in lua you put quotes around whats in the
string
L47[00:09:22]
<ZefTheFox>
In that case it'd be ("Test")
L48[00:09:56]
<Bob>
without strings, it would be some value
L49[00:10:00]
<Bob> by
default nil
L50[00:10:08]
<Bob>
quotes*
L51[00:10:09]
<ZefTheFox>
It'd be the variable
L52[00:10:13]
<Bob>
^
L54[00:11:03]
<ZefTheFox>
I think that means that player doesn't exist
L55[00:11:12]
<ZefTheFox>
Set it to your Minecraft name
L56[00:11:13]
<KingOnoi>
oh ill try my own then
L57[00:11:27]
<ZefTheFox>
Capitals matter
L58[00:11:37]
<KingOnoi>
correct
L59[00:11:51]
<KingOnoi>
now functions properly code wise, lets ee if the block itself has
been edited
L60[00:12:19]
<ZefTheFox>
It should be linked to you
L61[00:13:26]
<KingOnoi>
it is and it now sends items to my inventory
L62[00:13:30]
<KingOnoi>
thanks a bunch
L63[00:13:39]
<ZefTheFox>
No problem
L64[00:13:56]
<ZefTheFox>
If you need help anymore I'm in est so it's kinda 1:13 am
L65[00:14:11]
<Bob> Its
07:14 here
L66[00:14:17]
<Bob> i woke
up really early today
L67[00:14:22]
<KingOnoi>
5:14pm
L68[00:14:31]
<KingOnoi>
so mid day for me, not bad
L69[00:15:49]
<Bob> If you
need soem basic level help im here ?
L71[00:20:11]
<KingOnoi>
im going to save that all in a text file thanks again
L72[00:21:18]
<ZefTheFox>
Technically if you want to hurt yourself you can type out
require("component").creative_player_interface.setPlayerName(string)
L73[00:21:40]
<ZefTheFox>
But assigning that first part to a variable makes it much easier to
use in a program
L74[00:23:38]
<KingOnoi> I
agree
L75[00:24:11]
<ZefTheFox>
And if you want to get technical, it's all tables
L76[00:24:57]
<ZefTheFox>
You can make a table that's like a = {foo="bar"} and call
a.foo and it'll return "bar"
L77[00:25:29]
<ZefTheFox>
But that's a bit more advanced
L78[00:25:48] ⇨
Joins: Silk_Spinner
(Silk_Spinner!~silk_spin@50.42.218.44)
L79[00:27:05] ⇦
Quits: Silk_Spinner (Silk_Spinner!~silk_spin@50.42.218.44) (Client
Quit)
L80[00:27:39]
<ZefTheFox>
Who goes I'm gonna join somewhere then leave immediately
L81[00:28:48]
<Bob>
:GWchadMEGATHINK:
L82[00:33:41]
<Bob> table
keys and such bruh
L83[00:33:45]
<Bob> thats
too much for today
L84[02:02:38] ⇦
Quits: Kleadron
(Kleadron!~kleadron@c-73-254-147-9.hsd1.wa.comcast.net) (Ping
timeout: 190 seconds)
L85[02:14:38]
<Keanu73> Is
it possible to make a one-way window with OC 3d prints?
L86[02:18:34]
<Forecaster>
probably
L87[02:27:47] ⇦
Quits: quantsini (quantsini!~quantsini@quantsini.com) (Ping
timeout: 180 seconds)
L88[02:27:54] ⇨
Joins: quantsini
(quantsini!~quantsini@2604:a880:1:20::744:f001)
L89[02:40:54]
<BrainStone>
%tonk
L90[02:40:55] <MichiBot> I'm sorry
BrainStone, you were not able to beat CompanionCube's record of 5
hours, 46 minutes and 8 seconds this time.
L91[02:40:56] <MichiBot> 2 hours, 49
minutes and 53 seconds were wasted! Missed by 2 hours, 56 minutes
and 14 seconds!
L92[03:20:27]
<Forecaster>
what have you done
L93[03:41:56]
<BrainStone>
I tonked
L94[03:51:10]
<Forecaster>
no you made a mistonk >:
L95[03:55:22]
<BrainStone>
?
L97[04:11:29] ⇨
Joins: Vexatos
(Vexatos!~Vexatos@p200300C107205E82F5AA8BDD6EB44410.dip0.t-ipconnect.de)
L98[04:11:29] zsh
sets mode: +v on Vexatos
L99[04:25:34] ⇦
Quits: logan2611
(logan2611!~logan2611@71-218-63-121.hlrn.qwest.net) (Ping timeout:
190 seconds)
L100[04:26:35]
⇨ Joins: logan2611
(logan2611!~logan2611@174-16-146-240.hlrn.qwest.net)
L101[04:56:41]
<Kodos> Good
morning
L102[05:03:14] ⇦
Quits: logan2611
(logan2611!~logan2611@174-16-146-240.hlrn.qwest.net) (Ping timeout:
183 seconds)
L103[05:04:05]
⇨ Joins: logan2611
(logan2611!~logan2611@71-218-50-77.hlrn.qwest.net)
L104[05:07:31] ⇦
Quits: logan2611 (logan2611!~logan2611@71-218-50-77.hlrn.qwest.net)
(Read error: Connection reset by peer)
L105[05:08:45]
⇨ Joins: logan2611
(logan2611!~logan2611@184-96-189-172.hlrn.qwest.net)
L106[05:28:14]
⇨ Joins: Inari
(Inari!~Pinkishu@pD9E8F773.dip0.t-ipconnect.de)
L107[05:34:12]
<Bob>
henlo
L109[05:40:17]
<Bob> Ooof
the Computronic keypad is making not pretty things
L110[05:44:36] <Inari> %blame
Vexatos
L111[05:44:37] *
MichiBot blames Vexatos for space being cold!
L112[05:45:29]
<Bob> double
blame :GWmemetownLULLLLLLLLLLL:
L113[05:46:52] <Inari> Well, thats ane
moji name
L114[05:47:27]
<Bob>
yep
L115[05:53:35]
⇨ Joins: t20kdc
(t20kdc!~20kdc@cpc139326-aztw33-2-0-cust441.18-1.cable.virginm.net)
L116[05:55:50]
⇨ Joins: Stefan
(Stefan!~Stefan@static.236.102.99.88.clients.your-server.de)
L117[05:56:05] ⇦
Quits: Stefan
(Stefan!~Stefan@static.236.102.99.88.clients.your-server.de)
(Client Quit)
L118[06:02:42] <Inari> Maths is
weird
L119[06:03:13]
<Forecaster>
maybe math thinks you're weird
L120[06:27:09]
<Bob>
oof
L121[07:05:41]
<Z0idburg>
Bob plays Minecraft
L122[07:05:47]
<Z0idburg>
prefers pretty things
L123[07:05:57]
<Z0idburg>
makes no sense whatsoever
L124[07:10:55]
<Z0idburg>
hehe Inari I am still boggling in my head over how I\m going to
reliably implement RTC events
L125[07:11:27]
<Z0idburg>
Because I can't really suspend the main coroutine while other
coroutines I made are running now can I
L126[07:12:03]
<Z0idburg>
its almost as if the only way I can really do it is to check the
time before I resume every coroutine and push an event if one has
elapsed
L127[07:12:09]
<Z0idburg>
which is incredibly horrible
L128[07:12:59] <Inari> Whys it
horrible/
L129[07:13:53]
<Z0idburg>
Well its not the worst thing in the world. it just wastes
processing time I could be using for resuming coroutines ?
L130[07:14:12]
<Z0idburg> I
dunno, I am hard set on that I believe it should be an event
pushing component
L131[07:14:24]
<Z0idburg>
built into the computer
L132[07:14:50] ⇦
Quits: alekso56
(alekso56!~cax@2001:464b:c21a:0:745d:45ff:fe3b:a098) (Quit: ZNC -
http://znc.in)
L133[07:17:26]
<Z0idburg>
could be very simple, like you schedule an rtc event with a
name
L134[07:17:44]
<Z0idburg>
and it fires off at that time with the name as an argument
L135[07:18:12]
<Z0idburg>
it could even be in minecraft time
L136[07:36:20] ⇦
Quits: ActiveXDiamond (ActiveXDiamond!~Active_Di@37.238.119.15)
(Quit: Leaving)
L137[07:51:00]
<Kodos>
Computronics has a keypad?
L138[07:51:17]
<Kodos>
Isn’t that opensecurity
L139[07:58:43]
<Z0idburg>
keypads are nice
L140[08:01:33]
<Z0idburg>
I'm still mad at the fact that I cant save my project red ICs
L141[08:01:45] <Izaya> hmmmmmmmmm
L142[08:01:54]
<Z0idburg>
because my ICs get complicated and I have to redraw them for every
server
L143[08:02:06]
<Z0idburg>
itd be cool to just store them to disk or even github like super
circuit maker does
L144[08:02:22] <Izaya> anyone discord
users want to do me a rather personal favour?
L145[08:02:46]
<Z0idburg>
izaya wants $$$$ to build a fiber line to the US
L146[08:02:47]
<Forecaster>
who do you need assassinated?
L147[08:03:09] <Izaya> I'd like a copy of
someone's GDPR data package from Discord to analyse, though I
gather it contains large amounts of detailed location and usage
data
L148[08:03:57] ⇦
Quits: Inari (Inari!~Pinkishu@pD9E8F773.dip0.t-ipconnect.de) (Ping
timeout: 198 seconds)
L149[08:04:03]
<Z0idburg>
cant analyze your own?
L150[08:04:09] <Izaya> I don't have
one
L151[08:04:12]
<Z0idburg>
wat
L152[08:04:21] <Izaya> well, I assume they
don't make shadow profiles like Facebook does for people without
accounts
L153[08:04:31] <Izaya> S3: I don't use the
disservice
L154[08:05:08]
<Z0idburg>
oh yeah
L155[08:05:34]
<Z0idburg>
oh this is a european thing
L156[08:05:51]
<Z0idburg>
so I guess that means I can break it all I want with no
consequences XD
L157[08:06:01] <Izaya> ... Not quite
:P
L158[08:06:14] <Izaya> I *assume* they'll
let anyone do it because it's easier than figuring out whether one
is european and whether they have to hand out the data
packages
L159[08:06:48]
<Z0idburg>
yes but the thing is if they had a problem the only thing they
could do is complain to us
L160[08:07:09]
<Z0idburg>
its up to the US govt at that point to decide to give a care
L161[08:07:10]
⇨ Joins: Inari
(Inari!~Pinkishu@pD9E8F773.dip0.t-ipconnect.de)
L162[08:07:30] <Inari> BSOD \o/
L163[08:07:40] <Izaya> I'm just saying but
Google is getting sued repeatedly over it so... :D
L164[08:08:01]
<Z0idburg>
Google is not an all american company
L165[08:08:39] <Izaya> True enough.
L166[08:08:46] <Izaya> They have offices
in the EU.
L167[08:09:03]
<Z0idburg>
yep
L168[08:09:28] <Izaya> I'm just saying, if
you're in such a position, do your research first, I'm not sure how
it applies outside the EU
L169[08:10:00]
<Z0idburg>
well in general anything that happens outside the government is
subject to the other forms of government
L170[08:10:11]
<Z0idburg>
some other country could just spit in their face and laugh for
example
L171[08:10:17]
<Z0idburg>
and theres nothing they could do about it
L172[08:11:07] <Izaya> and given how the
US is cooperating with no-one presently...
L173[08:16:15]
<Z0idburg>
the other thing is that, you know how theres this stupid eu
"this website uses cookies" requirement thing?
L174[08:17:12]
<Z0idburg> I
could stick some terms somewhere in some policy on the website that
just says "by visiting this website you accept all risks"
and instantly I am protected by US law
L175[08:18:25]
<Z0idburg>
you could technicqlaly do the same for gdpr
L176[08:18:40]
<Z0idburg>
and a us lawyer will say well, technically theres no law broken
here
L177[08:19:04]
<Z0idburg>
and the user agreed that using the service was a risk to his
personally collected data
L178[08:19:48] <dequbed> @Z0idburg and
then that companies CEO will be arrested at the airport the next
time they enter the EU or any country that has an extradiction
aggreement with the EU.
L179[08:20:20]
<Z0idburg>
but who says they'll go to the EU
L181[08:20:33]
<Bob> i know
theres a better way to do it
L182[08:20:39]
<Bob> with a
loop i guess
L183[08:20:40]
<Z0idburg>
most people here have never even been to the EU and never will go
to the EU
L184[08:21:29]
<Z0idburg>
is that your code to check their entered password or
something?
L185[08:21:31]
<Z0idburg>
Bob^
L186[08:21:32] <dequbed> They don't have
to of course. If you're happy with staying in the US for basically
the rest of your life sure. But "any country that has an
extradiciton agreement with the EU" is basically any country
except the US and North Korea at this point.
L187[08:21:45]
⇨ Joins: alekso56
(alekso56!~cax@2001:464b:c21a:0:745d:45ff:fe3b:a098)
L188[08:21:53]
<Bob>
@Z0idburg display a keypad code
L189[08:21:57]
<Z0idburg>
correct, this has happened before as well, dequbed
L190[08:22:08]
<Bob> i'm
doing the memory and display part now
L191[08:22:13]
<Bob> using
tables
L192[08:22:18]
<Bob>
arrays
L193[08:22:23]
<Bob>
whatever :GWjiangoOmegaLUL:
L194[08:22:37]
<Z0idburg>
what do you mean display a keypad code..
L196[08:22:55]
<Bob> as the
user types
L197[08:23:19] <dequbed> So the fact that
you are super fine under US law is correct, but it isn't the entire
picture. The EU has quite some legal clout outside their direct
administrative influence.
L198[08:23:42]
<Z0idburg>
yeah I know. imo it must be stopped
L199[08:23:55]
<Z0idburg>
they always thought they've got rule over the world
L200[08:24:38]
<Z0idburg>
not that we're 100% innocent on that one
L201[08:25:39] <dequbed> @Z0idburg yeah
let's not go there.
L202[08:26:22]
<Z0idburg>
so Bob cant you just read the key as it is pressed?
L203[08:26:27] <dequbed> Izaya: Anyway,
you can have my Discord data although I can't tell you how much
that will help you.
L204[08:26:40]
<Z0idburg>
oh wiat the keypad has its own display?
L205[08:26:43]
<Z0idburg> I
didnt know that
L206[08:27:39] <Izaya> dequbed: I'm sure
there'll still be plenty of information in it :)
L207[08:29:53] *
Izaya is kinda hoping for someone that uses either the
"desktop
L208[08:30:08] <Izaya> " version or
mobile version though, as they can collect more interesting
data
L209[08:30:42]
⇨ Joins: ActiveDiamond
(ActiveDiamond!~Active_Di@37.238.119.15)
L210[08:30:49]
<Z0idburg>
trying to find documentation for that keypad you got bob
L211[08:30:49] <ActiveDiamond> Hey, all!
o/
L212[08:30:53]
<Z0idburg>
but I cant find it
L213[08:31:04] <Izaya> o7
L214[08:31:13] <dequbed> Izaya: Nothing
you don't already know but I'm definitely not using anything but
the web client.
L215[08:31:19]
<Kodos> Bob
I can do it easier but I am not home to
L216[08:31:29] <Izaya> Ah well. I'll take
what I can get.
L217[08:31:36]
<Kodos> S3
it’s gophers old keypad basically
L218[08:31:58] *
Izaya is more interested in what sorts of data there is than what
the data actually is
L219[08:32:02]
<Kodos> If
you can find my GitHub I have an example program
L220[08:32:02]
<Z0idburg>
is gopher still around?
L221[08:32:22] <dequbed> Izaya: Then
again, I could try to dig up my old account, I think I even had the
mobile client on that one. What do you want that data for
anyway?
L222[08:32:33] <Izaya> I'm writing an
article :D
L223[08:32:49] <dequbed> For? :p
L224[08:32:53] <Izaya> explaining my
stance re: discord being immoral
L225[08:32:55] <Izaya> for muh blog
L226[08:33:00] <dequbed> Oh okay then
sure
L227[08:33:01] <Izaya> because anyone
reads that /s
L228[08:35:21]
<Kodos> He’s
not as far as I’m aware
L229[08:35:44]
<Z0idburg>
Though I ran into Marcin a while ago
L230[08:36:00]
<Kodos> I
still want to know what smartcards we’re gonna do
L231[08:36:03]
<Kodos>
Were
L232[08:36:07] <Izaya> I keep running into
people I know on fedi it's rather disconcerting
L233[08:36:40]
<Kodos>
Fedi?
L234[08:36:42] <Temia> Do I count?
L235[08:36:54] <Izaya> Kodos: the
fediverse
L236[08:37:01]
<Kodos>
English
L237[08:37:12] <Izaya> Temia: I think I
knew you had an account before I set up my instance
L238[08:37:23] <Izaya> Kodos: the loosely
connected web of federated social media
L239[08:37:40]
<Z0idburg>
you never heard of the fediverse?
L241[08:42:32] ⇦
Quits: alekso56
(alekso56!~cax@2001:464b:c21a:0:745d:45ff:fe3b:a098) (Read error:
Connection reset by peer)
L242[08:43:00]
⇨ Joins: alekso56
(alekso56!~cax@2001:464b:c21a:0:745d:45ff:fe3b:a098)
L243[08:48:30]
<Z0idburg>
@Bob
L245[08:48:45]
<Z0idburg> I
gotta install this mod so I can do fun things like this ^
L246[08:50:23]
<Bob>
@Z0idburg OpenSecurity + Computronics :GWnanamiLaceShrug:
L247[08:50:45]
<Z0idburg>
loops are overrated
L248[08:51:02]
<Bob> im
thinking about functions too
L249[08:51:09]
<Bob> i
already use them for the noteblocks sounds
L250[08:51:17]
<Bob> if the
code is wrong or correct
L251[08:51:17]
<Z0idburg>
Lua has TCO, so I use recursion when I can
L252[08:52:04]
<Bob>
?
L253[08:52:14]
<Z0idburg>
that's what that code snippet does
L254[08:52:26]
<Z0idburg>
notice that performs the same as a loop but there's no loop
constructs
L255[08:52:34]
<Z0idburg>
it's just a function calling itself until its done
L256[08:52:48]
<Bob> oof
that's actually kinda a smart move
L257[08:52:49]
<Bob>
:GWchadMEGATHINK:
L258[08:52:54]
<Bob> self
calling functions
L259[08:53:21]
<Z0idburg>
trhat function though I didnt check it for syntac errors, etc, you
call it like check_keypad("12345")
L260[08:53:37]
<Z0idburg>
and it will return -1 if they hit the wrong key or nil if they got
it all right
L261[08:53:49]
<Z0idburg>
however, it would need to be re-worded if you wanted it to check
after they entered all of the characters
L262[08:54:09]
<Z0idburg>
but I wouldn't and here's why:
L263[08:54:27]
<Bob> u
forgot an end to the if
L264[08:54:33]
<Z0idburg>
the moment you hit the wrong key this function exits, you canm use
an outer function to make sure they hit all of the keys
L265[08:54:46]
<Z0idburg>
that way the person punching in the code doesnt know it already
failed
L266[08:54:50]
<Z0idburg>
until they hit all digits
L267[08:55:04]
<Z0idburg>
yeah I did forget ?
L268[08:55:11]
<Z0idburg>
Like I said I just rolled that out qs an idea
L269[08:55:19]
<Z0idburg>
typed it into notepad
L270[08:56:16]
<Z0idburg>
Bob: When TCO is a feature of a language such as Lua, every time
you call a function from itself it puts what it needs on a stack
and then cleans up after itself when its done every step of the
way
L271[08:56:48]
<Bob>
Garbage cleaning thing ?
L272[08:56:51]
<Z0idburg>
however, some language do not have this, therefore every recursive
progression increases the size of the stack until either it
completes or overflows and causes problems
L273[08:56:57]
<Z0idburg>
not the same thing
L274[08:57:40]
<Bob> i'm
using notepad++ as my IDE lmao
L275[08:58:04]
<Z0idburg>
the eway tco works is that it figures that if the function you're
returning is just a call to a function then it can just be a jump
instead of a function call
L276[08:58:36]
<Z0idburg>
kind of like a goto
L277[09:00:03]
<Z0idburg> I
don';t use either for serious programming
L278[09:00:23]
<Z0idburg>
but notepad++ is not a poor choice
L279[09:00:37]
<Z0idburg>
(notepad however is awful)
L280[09:02:11]
<Z0idburg>
Guys I just looked up to see if MINIX will run on my 486
L281[09:02:25]
<Z0idburg>
and somebody said the problem is that 16MB is too much memory for
Minix
L282[09:16:45]
<Bob> my pc
decided to commit freeze
L283[09:18:22] <Izaya> tried to sudoku too
hard
L284[09:19:56]
<Bob> probs,
i was afraid my old hhd just died or smtg
L285[09:20:11]
<Bob> at
least my unsaved changes are kept in notepad++
L286[09:20:39] <Lizzy> %tonk
L287[09:20:41] <MichiBot> Jeepers! Lizzy!
You beat CompanionCube's previous record of 5 hours, 46 minutes and
8 seconds! I hope you're happy!
L288[09:20:42] <MichiBot> Lizzy's new
record is 6 hours, 39 minutes and 45 seconds! 53 minutes and 37
seconds gained!
L289[09:22:22]
<Z0idburg>
old hhd Bob?
L290[09:22:23]
<Z0idburg>
How old
L291[09:24:24]
<Bob> all my
pc is probs 7 - 8 years old
L292[09:24:30]
<Bob> 650
i3-3320
L293[09:24:35]
<Z0idburg>
oh so not that old
L294[09:24:36]
<Bob> an
cool toshiba 1TB drive
L295[09:24:39]
<Bob> ye but
still
L296[09:24:46]
<Bob>
handles most things but not so
L297[09:25:00]
<Z0idburg> I
still have a 180 MB hard drive
L298[09:25:05]
<Bob>
lmao
L299[09:25:12]
<Bob> i have
an 300 GB drive somewhere also
L300[09:25:36]
<Z0idburg>
the hard drive that's in my computer in the other room is
800MB
L301[09:25:47]
<Bob>
:p
L302[09:25:51]
<Z0idburg>
MB not GB
L303[09:26:22]
<Bob>
yep
L304[09:26:26]
<Bob> thats
kinda really old
L305[09:26:26]
<Bob>
lmao
L306[09:26:59]
<Z0idburg>
well
L307[09:27:13]
<Z0idburg>
the OTHER computer in that room doesnt even have a hard drive
L308[09:27:39]
<Z0idburg>
it instead has a cable that plugs into the speaker out and
microphone input of an audio tape casette recorder
L309[09:27:44]
<Z0idburg>
and thats how you save your files
L310[09:28:03] <Izaya> >not serving
your floppy drive over econet
L311[09:28:05]
<Z0idburg>
it stores your files as audio frequency shift keyring to represent
the 1s and 0s
L313[09:28:49] <MichiBot>
Sound from
TRS 80 model 100 saving to tape | length:
15s | Likes:
3 Dislikes:
0 Views:
197 | by
Susan Donovan |
Published On 28/5/2017
L314[09:28:51]
<Z0idburg>
example Bob ^
L315[09:29:24]
<Z0idburg>
thats not the computer I have but its made by the same
company
L316[09:29:27]
<Z0idburg>
and sounds practically the same
L317[09:29:28]
⇨ Joins: ActiveXDiamond
(ActiveXDiamond!~Active_Di@37.238.119.7)
L318[09:29:52]
<Bob> wow,
my launcher just whiped itself
L319[09:29:54]
<Bob>
wonderfull
L321[09:31:13] <MichiBot>
Computer tape
played through audio recorder! | length:
2m 44s | Likes:
71 Dislikes:
10 Views:
25,033 | by
CassetteMaster | Published On 6/8/2007
L322[09:31:16]
<Z0idburg>
better demonstration
L323[09:31:29]
<Z0idburg>
hey that looks similar to my tape recorder! ?
L324[09:31:54]
<Bob> i
see
L325[09:32:13] ⇦
Quits: ActiveDiamond (ActiveDiamond!~Active_Di@37.238.119.15) (Ping
timeout: 190 seconds)
L326[09:32:33]
<Bob> i know
today, there are magnetic tapes for big data storage
L327[09:33:15]
<Z0idburg>
yes
L328[09:33:20]
<Z0idburg>
its fantastic for backups
L329[09:33:30]
<Z0idburg>
because you can just set them up to hit play and dump them back
onto disk
L330[09:33:39]
<Z0idburg>
and they're pretty fast now too
L331[09:33:52]
<Bob>
yep
L332[09:33:56]
<Bob>
:GWnanamiLaceShrug:
L333[09:34:49]
<Z0idburg> I
actually have a 1.something GB tape
L334[09:34:53]
<Z0idburg>
for a windows 95 machine
L335[09:35:00]
<Z0idburg>
back then that was quite a lot
L336[09:35:18]
<Z0idburg>
it was meant for a parallel port tape player I never quite got
working
L337[09:35:48] <Izaya> I have an 80GB
LTO(?) drive here
L338[09:35:50] <Izaya> no tapes for
it
L339[09:36:03] <Izaya> no interface for it
either on my main desktop so it's in the 2xP3 machine
L341[09:52:26]
<Forecaster>
aw
L342[09:52:30]
<Forecaster>
did they escape
L343[10:07:29]
<Bob>
oof
L344[10:07:56]
<BrainStone>
%tonk
L345[10:07:57] <MichiBot> I'm sorry
BrainStone, you were not able to beat Lizzy's record of 6 hours, 39
minutes and 45 seconds this time.
L346[10:07:58] <MichiBot> 47 minutes and
16 seconds were wasted! Missed by 5 hours, 52 minutes and 29
seconds!
L347[10:08:45]
<Bob>
:GWmythicalHyperREEEE:
L348[10:28:07]
<Saphire>
Mow
L349[10:28:11]
<Saphire>
%tonk
L350[10:28:12] <MichiBot> I'm sorry
Saphire, you were not able to beat Lizzy's record of 6 hours, 39
minutes and 45 seconds this time.
L351[10:28:13] <MichiBot> 20 minutes and
15 seconds were wasted! Missed by 6 hours, 19 minutes and 30
seconds!
L353[10:32:17] <MichiBot>
Never
compromise. Never blink. | length:
32s | Likes:
17,287 Dislikes:
56 Views:
307,888 | by
Bacon_ |
Published On 28/6/2018
L355[11:14:08]
⇨ Joins: duz_holger
(duz_holger!~duz_holge@mail-vh03-de-fs02.unitedworldminers.com)
L356[11:14:08]
⇨ Joins: holgerduz_holger
(holgerduz_holger!~holgerduz@mail-vh03-de-fs02.unitedworldminers.com)
L357[11:14:50] <duz_holger> hi is mine os
app server down?
L358[11:14:50] <holgerduz_holger> hi is
mine os app server down?
L359[11:15:26] <Lizzy> err, it might be?
we don't really offer support for mineos here
L360[11:15:53] <duz_holger> ok but where
do i report it to
L361[11:15:54] <holgerduz_holger> ok but
where do i report it to
L362[11:16:08] ***
holgerduz_holger was kicked by Lizzy (duplicate of
duz_holger))
L363[11:16:19] <Lizzy> on it's forum
thread would be the best palce
L364[11:16:31] <duz_holger> ok thx
L365[11:18:49] <Inari> How does that even
happen
L366[11:29:07] <Izaya> it's not like one
can easily accidentally open two TCP connections and handle
them
L367[11:32:08] <Inari> MineOS IRC, that
migth explains omething
L368[11:32:09] <Inari> :P
L369[11:32:36] <Izaya> hrm
L370[11:32:38] <Izaya> maybe so
L371[11:37:35] <AmandaC> Up early, or
late, Izaya?
L372[11:37:39] <AmandaC> It's like 0400
there isn't it?
L373[11:37:45] <Izaya> yes
L374[11:37:47] <Izaya> both
L375[11:55:49] ⇦
Quits: Icedream (Icedream!~icedream@212.83.173.97) (Quit: A lol
made me boom.)
L376[12:01:03]
⇨ Joins: Icedream
(Icedream!~icedream@212.83.173.97)
L377[12:10:02] ⇦
Quits: duz_holger
(duz_holger!~duz_holge@mail-vh03-de-fs02.unitedworldminers.com)
(Read error: Connection reset by peer)
L378[12:15:08]
⇨ Joins: Cervator
(Cervator!~Thunderbi@2601:4c1:4000:362c:3552:69f2:d9ed:6a3b)
L379[12:33:23]
⇨ Joins: Kleadron
(Kleadron!~kleadron@c-73-254-147-9.hsd1.wa.comcast.net)
L380[12:45:21] <Inari> %pet AmandaC
L381[12:45:22] *
MichiBot pets AmandaC with Psychic powers. 12 health
gained!
L382[12:55:55] *
AmandaC jumps, startled by the invisible pettings
L383[13:06:39]
⇨ Joins: ThePro999
(ThePro999!webchat@host86-159-53-215.range86-159.btcentralplus.com)
L384[13:07:10] <ThePro999> Hi?
L385[13:07:24]
<MGR>
%hello
L386[13:07:24] <MichiBot> MGR: 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.
L387[13:12:55]
<ZefTheFox>
I've got a question I want some feedback om
L388[13:13:09]
<ZefTheFox>
What do you think the most cursed at programming language is?
L389[13:13:18]
<Forecaster>
what?
L390[13:13:26] <Izaya> one would assume
the one with the most magic associated with it
L391[13:13:42]
<ZefTheFox>
Something like JavaScript?
L392[13:13:49] <Izaya> and from what I've
seen there are a lot of people identifying as witches over in the
rust camp
L393[13:13:51]
<BrainStone>
JavaScript
L394[13:13:55]
<MGR> I
think that's a highly subjective and divisive question
L395[13:14:04]
<Forecaster>
^
L396[13:14:04] <ThePro999> Huh, Is there
any way i can connect to this IRC chat via Opencomputers?
L397[13:14:11]
<ZefTheFox>
It's subjective
L398[13:14:21]
<ZefTheFox>
That's the point
L399[13:14:24] <Izaya> ThePro999: Yup, the
IRC loot disk, of the wocchat package in oppm
L400[13:14:37] <ThePro999> I'll try.
L401[13:14:46] <Izaya> s/of/or/
L402[13:14:47] <MichiBot> <Izaya>
ThePro999: Yup, the IRC loot disk, or the wocchat package in
oppm
L404[13:16:25] ⇦
Quits: Cervator
(Cervator!~Thunderbi@2601:4c1:4000:362c:3552:69f2:d9ed:6a3b) (Quit:
Cervator)
L405[13:50:27] ⇦
Quits: ThePro999
(ThePro999!webchat@host86-159-53-215.range86-159.btcentralplus.com)
(Quit: webchat.esper.net)
L406[14:12:17] ⇦
Quits: logan2611
(logan2611!~logan2611@184-96-189-172.hlrn.qwest.net) (Ping timeout:
180 seconds)
L407[14:12:53]
⇨ Joins: logan2611
(logan2611!~logan2611@174-29-136-216.hlrn.qwest.net)
L408[14:15:47] *
Mimiru pokes @Ben
L409[14:15:55] <Corded> * <Ben>
pokes back
L410[14:16:06]
<Ben> just
filled the PR
L411[14:16:10] <Mimiru> wanted to make
sure you were active :P
L412[14:16:16] <Mimiru> I noticed, which
prompted the poke lol
L413[14:16:26] <Mimiru> Question RE:
syncGitWiki
L414[14:16:43]
<Ben> oh,
the build.gradle should be updated to point to your wiki
L415[14:16:43] <Mimiru> #1: Wat
L416[14:16:48]
<Ben> and
the wiki should be merged
L417[14:17:12]
<Ben> the
task makes a git pull on the git wiki, and stores the .md files in
the assets
L418[14:17:16]
<Ben> so
they can be accessed ingame
L419[14:17:40]
<Ben> that
way, new features only have to be documented on git wiki, and you
can parse them easy to the ingame manual
L420[14:19:28] <Mimiru> k, so I've got ci
building OS, and the task it runs is "clean build" I
should be able to just make it call syncGitWiki first, right?
L421[14:19:39]
<Ben>
yes
L422[14:19:48] <Mimiru> We shall see
L423[14:19:55] <Mimiru> Spinning up build
#15
L425[14:20:15] <Mimiru> if you want to
watch with me
L426[14:20:15] ⇦
Quits: logan2611
(logan2611!~logan2611@174-29-136-216.hlrn.qwest.net) (Ping timeout:
189 seconds)
L427[14:21:56]
<Ben> #katie
failed
L428[14:21:57]
<Ben>
?
L429[14:22:13] <Mimiru> Yeah... looks like
the IRC Bot timed out sometime before
L430[14:22:17] <Mimiru> but, the build
worked.
L431[14:22:31] <Mimiru> now to star it for
CF release
L432[14:23:13]
<Ben> im
gonna watch the issuetracker the next days, but feel free to poke
me on bugs
L433[14:23:25]
<Ben> going
to fix them if something blows up
L434[14:24:05] <Mimiru> you have access to
the main repo now
L435[14:24:16]
<Ben>
ok
L436[14:24:23] <Mimiru> Oh, shit...
L437[14:24:29] <Mimiru> the wiki :/ forgot
to pull the content into it
L438[14:24:48]
<Ben> did
you change the build.gradle already?
L439[14:24:52] <Mimiru> Yeah
L440[14:25:00] <Mimiru> I'll archive the
build on CF
L441[14:25:06]
<Ben> i can
move the wiki over if you want me to
L442[14:25:11] <Mimiru> If you could
L443[14:25:40] <Mimiru> Thanks @Ben
L444[14:26:39] ⇦
Quits: Icedream (Icedream!~icedream@212.83.173.97) (Quit: A lol
made me boom.)
L445[14:27:02]
⇨ Joins: Icedream
(Icedream!~icedream@212.83.173.97)
L446[14:28:03]
⇨ Joins: logan2611
(logan2611!~logan2611@184-96-219-236.hlrn.qwest.net)
L447[14:29:27]
<Bob> any
way to target all the components ?
L448[14:30:08]
<Bob> when i
assign a component to a variable it assigns the only one
L449[14:30:19]
<Bob> i want
when executing the function, all the components being
triggered
L450[14:30:25]
<Ben>
component.list("type")
L451[14:30:30]
<Ben> gives
you an array of all of the type
L452[14:30:45] <Mimiru> @Bob if you have
multiples you can use component.proxy(component.get("a bit of
the uuid")) Or use component.list("type") and
iterate it
L453[14:31:28]
<Bob> make
an array with them ?
L454[14:33:19]
<Ben> wiki
is merged @Mimiru
L455[14:33:39] <Mimiru> Thanks @Ben
jenkins as a ton of plugin updates to do, and a restart and I'll
run a new build
L456[14:33:54] ⇦
Quits: dustinm` (dustinm`!~dustinm@68.ip-149-56-14.net) (Quit:
Leaving)
L457[14:37:20]
⇨ Joins: ben_mkiv
(ben_mkiv!~ben_mkiv@94.134.95.30)
L458[14:40:02] <Mimiru> K, new build is
waiting for approval, and I moved the changelog
L459[14:40:52]
<Ben> does
the builder autostart when a new commit is pushed?
L460[14:41:14] <Mimiru> No
L461[14:41:17] <Mimiru> I have to go hit
build
L462[14:41:23]
<Ben>
ok
L463[14:41:44] <Mimiru> I used to have it
setup to do that.. but then I couldn't commit stuff I was working
on without breaking builds
L464[14:42:12] <Mimiru> k, 16 is approved,
thank you @Ben
L465[15:14:13]
⇨ Joins: dustinm`
(dustinm`!~dustinm@68.ip-149-56-14.net)
L466[15:20:57] <Mimiru> @Ben do we know
how OC/Computronics shows images in the manual?
L467[15:21:27] <Mimiru> Likely just
embeded in /resources and then tagged somehow
L468[15:21:37]
<Ben> yea,
probably
L469[15:22:21]
<Ben> but i
had no good idea about syncing them automatic, so i've not added
any image support
L470[15:22:58]
<Ben> and
the markdown loader strips any image tags actually, so if you
decide to add it, you want to comment that line out
L471[15:23:44]
<Ben> nvm it
doesnt strip them out...
L472[15:24:01]
<Ben> it
just wont add any wiki page containing the name
"screenshot"
L473[15:24:56]
<Bob> i
still didn't found out how to execute a function on all the
components i want, or i assign a signe variable with the standar
method. should i use an array listing thing and will the functions
be executed at the same time ?
L474[15:25:49] <Mimiru> component1 =
component.proxy(component.get("a bit of the uuid"))
component2 = component.proxy(component.get("a bit of the
uuid"))
L475[15:25:52] <Mimiru> is one way
L476[15:26:06] <Mimiru> usually the first
4-5 characters of the UUID are enough
L478[15:26:18]
<Bob> Yea,
im woeking with iron noteblocks
L479[15:26:21]
<Kodos> Or
you could also make a table for all of the same components
L480[15:26:47]
<Bob> how'd
id execute a function on all of them at the same time, that is my
question
L481[15:27:03]
<Bob> well
*same time*
L482[15:27:12]
<Ben> doubt
that theres any way, you allways have to deal with call budget for
component calls
L483[15:27:37]
<Bob>
Yea
L484[15:28:06]
<Bob> use 2
computers and a network contraption?
L485[15:28:23]
<Bob> well i
need the noteblocks to be synced somehow
L486[15:28:57]
<Ben> how
about using computronics sound card?
L487[15:30:09]
<Bob>
:GWtloMarioFP: i could but i would need to see how it works and how
to make not horrible sounding sound waves
L488[15:31:03]
<Bob> I may
try that
L489[15:31:29]
<Bob> for
the keypads i dont rrally care about sync because the event pull
works for both perfevtly at the same time so
L491[15:32:59]
<Bob> You
guys have github wikies and stuff to everything dont you
L492[15:33:03]
<Ben> yes ts
complex, but the guide helps alot to understand it
L494[15:33:23]
<Ben> yes
its complex, but the guide helps alot to understand it
[Edited]
L496[15:33:32]
<Ben> fml
xD
L497[15:33:59]
<Bob> youre
not alone to experience the alot thingy
L499[15:34:21]
<Ben> yea it
comes up... alot
L501[15:34:56]
<Bob> we are
totally not spamming alot
L503[15:35:27]
<Bob> Well
thanks then ill see what can i do with the soundcard
L504[15:51:47]
⇨ Joins: Roy_Mustang
(Roy_Mustang!~A_D@doom-tower.awesome-dragon.science)
L505[15:55:59] ⇦
Quits: Roy_Mustang
(Roy_Mustang!~A_D@doom-tower.awesome-dragon.science) (Client
Quit)
L506[16:02:18]
<Kodos> So
uhh here's a silly question; how do you large biomes in the
server.properties file
L507[16:02:51]
<Bob> Wydm
by large ?
L508[16:03:08]
<Bob> you
need to set the world to a custom one and add the generator
serrings for large biomes @Kodos
L509[16:03:46]
<Bob> set
world type to custom or whatever it is, then get the large biomes
generator string and slap it in the generator settings into server
properties
L510[16:03:58]
<Bob> it
should be like {biome_size:2}
L511[16:04:27]
<Kodos> Well
that's silly
L512[16:21:38] <AmandaC> %give MichiBot a
cancerous OneDrive installation
L513[16:21:38] *
MichiBot accepts the cancerous OneDrive installation and adds it to
her inventory
L514[16:22:19] <AmandaC> I have no idea
how, buy my mom's laptop ended up with OneDrive being told to sync
her folder in C:\Users\<username>
L515[16:22:46] <AmandaC> and then they
started hounding her and threatening to delete her account if she
didn't upgrade her storage when she inevitably ended up going over
the 5G they give
L516[16:23:52] <Lizzy> %tonk
L517[16:23:53] <MichiBot> You still hold
the record Lizzy, for now... 6 hours, 39 minutes and 45
seconds
L518[16:24:16] <ben_mkiv> sounds like they
got a business plan for that
L519[16:24:43] <ben_mkiv> they learned
from the malware which requires bitcoin to access your data
L520[16:24:48] ⇦
Quits: logan2611
(logan2611!~logan2611@184-96-219-236.hlrn.qwest.net) (Ping timeout:
198 seconds)
L521[16:24:48] <ben_mkiv> just that they
sync it to the cloud
L522[16:25:02]
⇨ Joins: logan2611
(logan2611!~logan2611@184-96-199-216.hlrn.qwest.net)
L523[16:31:54] *
Inari throws some low-poly gore at AmandaC
L524[16:32:09] <AmandaC> D:
L525[16:32:15] <AmandaC> %bap Inari
L526[16:32:15] *
MichiBot baps Inari with the freeze-dried asie
L527[16:32:19] <Inari> xD
L528[16:33:20] <ben_mkiv> amandac do you
know LittleMaid mod?
L529[16:33:40] <Inari> AmandaC: Do you
like corn?
L530[16:33:47] <ben_mkiv> yea, do
you?
L531[16:33:59] <AmandaC> Inari: it's okay
I guess
L534[16:34:05] <AmandaC> ben_mkiv: I don't
think so?
L536[16:34:50] <ben_mkiv> asie was in the
contributor list, and ive tried to fix some issues, too. but
meh...
L537[16:35:01] <ben_mkiv> 5k lines of
entity code "ported" since 1.5.x
L538[16:35:12] <ben_mkiv> and such stuff
-.-
L539[16:35:30] *
Inari ports ben_mkiv to MSDOS
L540[16:35:46] *
ben_mkiv installs KickRom in Inari
L541[16:46:51] <payonel> %tonk
L542[16:46:52] <MichiBot> I'm sorry
payonel, you were not able to beat Lizzy's record of 6 hours, 39
minutes and 45 seconds this time.
L543[16:46:53] <MichiBot> 6 hours, 18
minutes and 40 seconds were wasted! Missed by 21 minutes and 5
seconds!
L544[16:46:59] <payonel> HA
L545[16:47:02] <Mimiru>
NOOOOOOOOOOOOOOOOOOOooooooooooooooooooooooooooooooooooOOOOOOOOOOOOOOOOOOOOOOOOOO
L546[16:47:04]
<ZefTheFox>
riiiiiiiiip
L547[16:47:05] <payonel> no regrets
L548[16:47:09] *
Mimiru cries
L549[16:47:15] <payonel> i'm actually
lying
L550[16:47:17] <payonel> i'm so
sorry
L551[16:47:26] <Mimiru> lol
L552[16:47:31] <payonel> i was off by an
hour
L553[16:47:46] <payonel> i thought i came
in 40 minutes late
L554[16:48:54] <payonel> we should have a
%trytonk
L555[16:49:00] <payonel> :)
L556[16:49:19]
<Kodos> I
really wish I could figure out what hoodoo combo of WorldEdit and
CUI lets me see shit in single player
L557[16:49:35] <Inari> Which mod adds
shit?
L558[16:49:46]
<Kodos>
...
L559[16:49:49] <Mimiru> @Kodos make sure
you're using the right version of CUI
L560[16:49:58]
<Kodos> I've
tried both on CF
L561[16:49:59]
<Kodos> I
think
L562[16:50:00] <Lizzy> for me
forge-essentials' client mod also allows seeing the worldedit
stuf
L563[16:50:02] <Mimiru> there are 2, and
they require specific versions of WE
L564[16:50:03] <Lizzy> for me
forge-essentials' client mod also allows seeing the worldedit
stuff
L565[16:50:20] <Mimiru> if you update the
OCPack, there should be a compatible WE and CUI jar
L566[16:50:36]
<Kodos> Did
you update since I've played?
L567[16:50:44] <Mimiru> %tonk
L568[16:50:45] <MichiBot> Consarn it!
Mimiru! You beat Lizzy's previous record of <0! I hope you're
happy!
L569[16:50:45] <Mimiru> Yep
L570[16:50:46] <MichiBot> Mimiru's new
record is 2 minutes and 33 seconds! 2 minutes and 33 seconds
gained!
L571[16:50:50]
<Kodos>
Ergh
L572[16:50:50] <Lizzy> :)
L573[16:50:57] <Mimiru> lol <3
L574[16:51:06] <Lizzy> <3
L575[16:51:54] <Inari> hacks
L576[16:53:10]
<ZefTheFox>
%tonk
L577[16:53:11] <MichiBot> I'm sorry
ZefTheFox, you were not able to beat Mimiru's record of 2 minutes
and 33 seconds this time.
L578[16:53:12] <MichiBot> 2 minutes and 26
seconds were wasted! Missed by 7 seconds!
L579[16:53:20]
<ZefTheFox>
seriously
L580[16:53:49] <Mimiru> whew
L581[16:53:49]
<Kodos> Are
you working tonight, Mimiru
L582[16:53:55] <Mimiru> thought I was
gonna lose it there.
L583[16:54:06] <Mimiru> @Kodos I'm always
working. I'm working now. I'll be working... work..
L584[16:54:10] *
Mimiru cries work
L585[16:54:46] <Mimiru> You'll need to
load the Resource Packs that get downloaded with the update... I've
yet to find a way to enable them via the updater.
L586[16:55:01]
<Kodos>
Don't you just set it in the server.properties file?
L587[16:55:05]
<Kodos> And
it downloads on server join
L588[16:55:15] <Mimiru> These are 20-80MB
packs.
L589[16:55:38]
<ZefTheFox>
I hear 30 minute downloads
L590[16:55:39]
<ZefTheFox>
lol
L591[16:55:39]
<Kodos> Who
has potato internet in 2019
L592[16:55:47] <Mimiru> MC limits
it..
L593[16:55:50] <Mimiru> to IDK but it's
low
L594[16:55:51]
<ZefTheFox>
*<0.11mbps here*
L595[16:56:25]
<ZefTheFox>
then again this is temporary
L596[17:00:05] <payonel> %tonk
L597[17:00:06] <MichiBot> Zounderkite!
payonel! You beat Mimiru's previous record of 2 minutes and 33
seconds! I hope you're happy!
L598[17:00:07] <MichiBot> payonel's new
record is 6 minutes and 54 seconds! 4 minutes and 20 seconds
gained!
L599[17:00:23] <Mimiru> Damn! lol
L600[17:00:32] <payonel> hehhehe
L601[17:00:40]
<Kodos>
Right, now to scroll up a few days and see if I can find that
link
L602[17:01:21]
<ZefTheFox>
ctrl+f has:link
L603[17:01:22] <Mimiru> @Kodos which link
do you need?
L604[17:01:30]
<Kodos>
Whatever I need to update the pack
L605[17:01:41] <Mimiru> if you used MMC
just launching it should update it
L607[17:02:03]
<Kodos>
Neato
L608[17:02:04]
<Kodos>
Thanks
L609[17:02:05] <Mimiru> and wait while it
zips
L610[17:02:14]
<Kodos> No
no, I used MMC
L611[17:02:27]
<ZefTheFox>
What pack is that?
L612[17:02:30] <Mimiru> K, then yeah
launching it via MMC kicks off packupdater
L613[17:02:34] <Mimiru> which grabs any
new files
L614[17:02:41]
<Kodos> An
unofficial OC server pack
L615[17:02:46] <Mimiru> ^
L617[17:03:08]
<ZefTheFox>
What's the mods like?
L618[17:03:16] <Mimiru> otherwise you get
to use the manual method :P
L619[17:03:19] <Mimiru> It has mods.
L620[17:03:23] <Mimiru> a few of them
even!
L621[17:03:26]
<ZefTheFox>
I might try it out whenever I get internet back
L622[17:03:31]
<ZefTheFox>
woah would've never guessed
L623[17:03:50]
<Kodos> I
also found out that IR's cargo wagons will change model depending
on inventory
L624[17:04:04] <Mimiru> Some of them
will
L625[17:04:38]
<Kodos> Also
I need to find out who maintains Magneticraft now
L626[17:04:48]
<Kodos> And
see if they'd either make the Shipping crate into a separate mod,
or let me steal it
L627[17:05:00] <Inari> Huh
L628[17:05:02]
<Kodos> err
not crate
L629[17:05:02] <Inari> Reika dropped
it?
L630[17:05:03]
<Kodos>
Container
L631[17:05:05]
<Kodos>
Shipping Container
L632[17:05:10]
<Kodos>
Magneticraft
L633[17:05:13]
<Kodos> Not
RotaryCraft
L634[17:05:29] <Inari> I thought
Magneticraft was the electric branch of Rotary
L635[17:05:36]
<Kodos> No
that's Electricraft
L636[17:06:00] <Inari> Wonder if there are
any interesting electricity mods now
L637[17:06:55]
<Kodos>
Electrical Age was the closest thing I could find to real life, but
it was a pain
L638[17:07:20] <Inari> It also wasn't very
developed last I tried it
L639[17:18:12] <Inari> %loot
L640[17:18:34] <Inari> %potion
L641[17:18:35] <MichiBot> Inari: You get a
porous chocolate potion
L642[17:18:38] <Inari> %drink ^
L643[17:18:39] <MichiBot> Inari shrinks by
a negligible amount.
L644[17:18:43] <Inari> Yay
L645[17:18:46] *
Inari orders 2000 of those
L646[17:19:16] <Inari> Would be neat to be
about 6cm shorter \o/
L647[17:19:21]
<Kodos>
%potion
L648[17:19:21] <MichiBot> Kodos: You get a
muddy cyan potion
L649[17:19:24]
<Kodos>
%drink ^
L650[17:19:25] <MichiBot> Kodos grows a
mustache.
L651[17:19:28] <Inari> Heh
L652[17:19:37]
<Kodos> I
mean, I already have a full beard, but okay
L653[17:19:44] <Inari> Your beard grew a
mustache!
L654[17:19:57]
<Kodos> Or
did my mustache grow a beard?
L655[17:20:25] <Inari> Thats' be
weird
L657[17:29:50]
<ZefTheFox>
Can someone give me a direct link to the 1.12 download for
oc?
L658[17:29:58]
<ZefTheFox>
curseforge is refusing to load
L659[17:31:26]
<ZefTheFox>
Nevermind I found that I have it downloaded already
L661[17:36:54]
<ZefTheFox>
This is what happens when I try to download
L662[17:39:15]
<ZefTheFox>
Finally downloaded
L663[17:48:11]
<Forecaster>
Eta: NaN years
L664[17:48:25]
<ZefTheFox>
Uploading a 3mb screenshot
L665[17:48:39]
<ZefTheFox>
it's been uploading for a good 7 minutes
L667[17:51:11]
<ZefTheFox>
I had the lost cities mod downloaded
L668[17:57:46]
⇨ Joins: megakaktus
(megakaktus!webchat@D4708525.rev.sefiber.dk)
L669[17:57:52] <megakaktus> HEY :D
L670[17:58:15] <megakaktus> ive got a
problem with OC, when i pres 1 button on my keyboard OC writes
2
L671[17:59:27]
<BrainStone>
%tonk
L672[17:59:28] <MichiBot> Dogast!
BrainStone! You beat payonel's previous record of 6 minutes and 54
seconds! I hope you're happy!
L673[17:59:29] <MichiBot> BrainStone's new
record is 59 minutes and 21 seconds! 52 minutes and 26 seconds
gained!
L674[18:02:22] <megakaktus> anyone that
knows that issue ?
L675[18:02:35] ⇦
Quits: Vexatos
(Vexatos!~Vexatos@p200300C107205E82F5AA8BDD6EB44410.dip0.t-ipconnect.de)
(Quit: Insert quantum chemistry joke here)
L676[18:13:28] ⇦
Quits: megakaktus (megakaktus!webchat@D4708525.rev.sefiber.dk)
(Quit: webchat.esper.net)
L677[18:16:26]
<Kodos> Or
you could just quit before an answer
L678[18:16:28]
<Kodos>
That's cool too
L679[18:25:51] ⇦
Quits: t20kdc
(t20kdc!~20kdc@cpc139326-aztw33-2-0-cust441.18-1.cable.virginm.net)
(Ping timeout: 198 seconds)
L680[18:37:23]
⇨ Joins: Cervator
(Cervator!~Thunderbi@2601:4c1:4000:362c:3552:69f2:d9ed:6a3b)
L681[18:46:48] ⇦
Quits: cloakable
(cloakable!~cloakable@cpc87175-aztw31-2-0-cust202.18-1.cable.virginm.net)
(Ping timeout: 183 seconds)
L682[18:56:15]
⇨ Joins: cloakable
(cloakable!~cloakable@cpc87175-aztw31-2-0-cust202.18-1.cable.virginm.net)
L683[18:57:24]
<Kleadron>
?
L684[18:57:26]
<Kleadron>
\? [Edited]
L685[18:58:33] <CompanionCube> %tonk
L686[18:58:34] <MichiBot> I'm sorry
CompanionCube, you were not able to beat BrainStone's record of 59
minutes and 21 seconds this time.
L687[18:58:35] <MichiBot> 59 minutes and 6
seconds were wasted! Missed by 15 seconds!
L688[18:58:41] <CompanionCube>
...goddammit.
L689[18:58:44] <Mimiru>
AHHHHHHHHHHHHHHHHHHH
L690[18:58:46] *
Mimiru s ighs
L691[18:59:19] <CompanionCube> Mimiru:
were you going to tonk
L692[18:59:30] <Mimiru> lol, yeah
L693[19:00:08] <CompanionCube> at least
it's not three.
L694[19:51:27]
⇨ Joins: Wiiplay123
(Wiiplay123!~Wiiplay12@2600:1700:91b1:7e98:882d:e6e3:f656:cc7d)
L695[19:51:54]
<Kodos> No
one will ever beat temia
L696[19:59:14]
<ZefTheFox>
%tonk
L697[19:59:15] <MichiBot> Aw jeez!
ZefTheFox! You beat BrainStone's previous record of 59 minutes and
21 seconds! I hope you're happy!
L698[19:59:16] <MichiBot> ZefTheFox's new
record is 1 hour and 40 seconds! 1 minute and 19 seconds
gained!
L699[19:59:23]
<ZefTheFox>
Nice
L700[20:03:43]
<Z0idburg>
hm
L701[20:03:45]
<Z0idburg>
hm
L702[20:05:51] ⇦
Quits: Fridtjof (Fridtjof!znc@thonk.9net.org) (Ping timeout: 202
seconds)
L703[20:06:17] ⇦
Quits: Stary (Stary!znc@thonk.9net.org) (Ping timeout: 180
seconds)
L704[20:07:06] ⇦
Quits: CompanionCube (CompanionCube!znc@thonk.9net.org) (Ping
timeout: 198 seconds)
L705[20:17:26]
⇨ Joins: Wiiplay123_
(Wiiplay123_!~Wiiplay12@70-137-59-140.lightspeed.nsvltn.sbcglobal.net)
L706[20:20:19] ⇦
Quits: Wiiplay123
(Wiiplay123!~Wiiplay12@2600:1700:91b1:7e98:882d:e6e3:f656:cc7d)
(Ping timeout: 183 seconds)
L707[21:23:34] <Lizzy> %tonk
L708[21:23:35] <MichiBot> Aw jeez! Lizzy!
You beat ZefTheFox's previous record of 1 hour and 40 seconds! I
hope you're happy!
L709[21:23:36] <MichiBot> Lizzy's new
record is 1 hour, 24 minutes and 19 seconds! 23 minutes and 38
seconds gained!
L710[21:23:46] <Mimiru> Damn! I was JUST
about to hit enter
L711[21:23:48] <Mimiru> lol
L712[21:23:55] <Lizzy> heh
L713[21:24:55] <Lizzy> gotta love when FE
locks it's own playerlogger db and then makes the server thread
hang because it can't write to it
L714[21:25:10] <Lizzy> anyway, back to bed
for me
L715[21:32:17]
<BrainStone>
Lol. Just wanted to tonk too xD
L716[22:47:57] <ba7888b72413a16a>
%tonk
L717[22:47:58] <MichiBot> Potzblitz!
ba7888b72413a16a! You beat Lizzy's previous record of 1 hour, 24
minutes and 19 seconds! I hope you're happy!
L718[22:47:59] <MichiBot>
ba7888b72413a16a's new record is 1 hour, 24 minutes and 23 seconds!
3 seconds gained!
L719[22:48:17]
<Mimiru>
!!
L720[22:48:33] <ba7888b72413a16a> get
rekt
L721[23:07:07] ⇦
Quits: Cervator
(Cervator!~Thunderbi@2601:4c1:4000:362c:3552:69f2:d9ed:6a3b) (Quit:
Cervator)
L723[23:17:20] <MichiBot>
1fps Atari
2600 Emulator in Vanilla Minecraft 1.13 | length:
3m 57s
| Likes:
4,456 Dislikes:
11 Views:
39,488 | by
SethBling | Published On 26/1/2019
L724[23:21:48]
<Kleadron>
the vegans are eating our trees
L725[23:34:50] ⇦
Quits: ben_mkiv (ben_mkiv!~ben_mkiv@94.134.95.30) (Remote host
closed the connection)
L726[23:44:15] ⇦
Quits: cpw (cpw!~cpw@23-233-58-185.cpe.pppoe.ca) (Ping timeout: 202
seconds)
L727[23:45:54]
⇨ Joins: cpw
(cpw!~cpw@23-233-58-185.cpe.pppoe.ca)