<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:10:12]
<Kleadron>
click every link you see
L3[00:10:53] * Izaya
has a theory that nobody here plays Minecraft
L4[00:14:42] <Mimiru> I was literally just
talking about the MC server I run/try to play on when not afflicted
with the black death
L5[00:14:43] <Mimiru> lol
L6[00:15:08] <Izaya> yeah
L7[00:15:10] <Izaya> I run a server
L8[00:15:13] <Izaya> doesn't mean I play the
game
L10[00:15:28] <Mimiru> "/try to play
on when not..." :P
L11[00:20:30] <Mimiru> Also when it doesn't
do this shit
L12[00:20:30] <Mimiru> A single server tick
took 65.19 seconds (should be max 0.05)
L13[00:20:30] <Mimiru> Considering it to be
crashed, server will forcibly shutdown.
L14[00:20:54] <Izaya> Ah. Anyone using
Immersive Engineering conveyor belts?
L15[00:21:28] <Mimiru> Not as far as I
know
L16[00:21:53] <Mimiru> So far it's been
myself, my s/o, my daughter, ben_mkiv, and Kodos
L17[00:22:02] <Mimiru> I know the first 3
haven't
L18[00:24:04]
<Kodos> I
haven't got far enough so no
L19[00:24:16]
<Kodos> What
do the IE belts do?
L20[00:24:21]
<Kodos> I
hadn't heard anything about those causing issues
L21[00:25:41] <CompanionCube> %tonk
L22[00:25:41] <MichiBot> I'm sorry
CompanionCube, you were not able to beat ba7888b72413a16a's record
of 3 hours, 22 minutes and 45 seconds this time.
L23[00:25:42] <MichiBot> 3 hours, 1 minute
and 58 seconds were wasted! Missed by 20 minutes and 46
seconds!
L24[00:26:21] <ba7888b72413a16a> psh
L25[00:26:32] <ba7888b72413a16a> how many
times are we gonna fail to %tonk
L26[00:26:45] *
CompanionCube read the wrong one earlier
L27[00:27:59]
<Kodos> Oh
nice, KH3, that'll surely make you feel better. Or at least not
care about being sick
L29[00:28:21] <Mimiru> Oh, Naomi is
playing, I bought it on my profile for her
L30[00:28:23] <Mimiru> :D
L31[00:28:29] <Mimiru> Was her Valentines
day gift
L32[00:28:33]
<Kodos> Xbox
then?
L33[00:28:40] <Mimiru> Yeah
L34[00:28:50]
<Kodos>
Surprised you guys don't home share
L35[00:28:53]
<Kodos> So
she could play it on hers
L36[00:28:59] <Mimiru> my home xbox is my
kids
L37[00:29:03]
<Kodos>
Ohh
L38[00:29:09] <Mimiru> she plays on her
profile, I just have to be signed in on our xbox
L39[00:29:22]
<Kodos> My
wife wanted Sea of Thieves, so I bought it on my profile since it's
Play Anywhere, I can play it on my computer too ?
L40[00:29:46] <Mimiru> But this way both
kids get my full game library and I just have tp stay signed in on
my xbox lol
L41[00:30:08] <Mimiru> Yeah we use play
anywheres like that too :P Gears of War 3 and Sea of Thieves
L42[00:30:38]
<Kodos> I
love SoT, but I wish I could close the lobby so I can just sail
safely around. I wouldn't even need loot and shit, I just like the
boats ?
L43[00:31:56] <Mimiru> yeah...
L44[00:32:02] <Mimiru> the PvP kills it for
me at times
L45[00:32:03] ⇨
Joins: Jason (Jason!webchat@87.112.138.14)
L46[00:32:21]
<Kodos> I
had one guy who as it turns out was streaming steal my ship while I
was at the bar
L47[00:32:29]
<Kodos> I
just heard "Thanks for the boat nerd!" from a
distance
L48[00:32:32]
<Kodos> So I
scuttled it
L49[00:32:36]
<Kodos> And
watched as he swam ashore in shame
L50[00:32:38] <Mimiru> lol..
L51[00:32:46] <Jason> Hey, im getting an
issue with a line of code, and google has been no use, hoping
someone here may be able to give me an idea :P, the error is
"attempt to get length of a nil value", the code
is:
L52[00:32:49] <Jason> if #item_table == nil
then local item_table_count = 1 else item_table_count = #item_table
end -- setup for table indexing
L53[00:33:10]
<Kodos> I'll
need to see your entire code
L54[00:33:23]
<Kodos>
Actually
L55[00:33:24] <Mimiru> pastebin pleeeease
lol
L56[00:33:42]
<Kodos> Just
set at the top `local item_table = {}`
L57[00:33:48]
<Kodos> And
that'll 'initialize' the table
L58[00:33:59]
<Kodos> But
yeah, to be sure, I'd need all your code
L59[00:35:55] <Jason> be kind, im new :P
(tbh i have no idea if this will even work at the end of it)
L61[00:37:02] <Jason> (i like to comment,
should make it easier)
L62[00:37:23] <Jason> error is line
21
L63[00:37:28]
<Kodos>
Guessin- Yep, okay
L64[00:38:20]
<Kodos> You
need an else around 14, I think
L65[00:38:27]
<Kodos> So
that it only executes the creation of the table if one wasn't
found
L66[00:38:31]
<Kodos>
Otherwise you're just overwriting
L67[00:39:03] <Jason> I dont think so
L68[00:39:09] <Jason> the return should
stop it from overwriting
L69[00:39:13] <Jason> line 12
L70[00:40:11] <Jason> if the file does
exsist the return will end the function (if im correct (which is
rare))
L71[00:41:33] <Jason> i guess what i could
do to fix it would be on line 15 and 16 give it an empty
string
L72[00:41:45] <Jason> It would end up
getting overwritten anyway
L73[00:42:25]
<Kodos> You
could just have the first entry be 'No entries' by default, and
check for that as table[1]
L74[00:42:38]
<Kodos> That
way you'd know the table was 'empty' without it actually being
empty
L76[00:44:22] <Jason> although, i dont like
it as a soultion
L78[00:50:12] <Mimiru> The mappings are a
biiiiiit off
L79[00:50:43] <Mimiru> That used to be BC
Oil, now it's TF Primal Mana
L80[00:51:43] <Izaya> I like it
L81[00:53:01]
<Kodos> Ah,
so the good ol' ID shift happened
L82[00:53:15]
<Kodos> Is
there even a use for that stuff yet
L83[00:58:12] <Mimiru> Anyway, sadly now
I'm either further away from knowing the issue
L84[00:58:19] <Mimiru> either? even.
L85[00:58:22] *
Mimiru sighs
L86[00:58:24] <Mimiru> uuugh
L87[01:06:34] <Jason> eeeey, @Kodos, turns
out the issue was to do with the save function being broken
L88[01:07:29] *
Izaya coughs
L89[01:07:42] <Izaya> you don't need DNS
when every host is identified by their hostname
L90[01:07:48] *
Izaya dies from coughing out a whole sentence
L91[01:08:38] <Jason> too late, im
dedicated now
L92[01:09:14] <Jason> also, is it me doing
something wrong or is enderio OC conduit broken
L93[01:09:29] <CompanionCube> Izaya: you
can still use some other bits of the DNS key-value store
though
L94[01:09:37] <Izaya> oh definitely
L95[01:09:44] <Jason> i thought so
L96[01:09:46] *
Izaya is considering writing something like YP
recently
L97[01:09:55] <Jason> Im having issues
connecting stuff properly
L98[01:09:56] <Izaya> Jason: works on my
server
L99[01:10:07] <Izaya> just don't try to
connect it to the front of computers
L100[01:10:13] <Izaya> apparently we don't
have ports on there
L101[01:10:18] <Jason> maybe i was doing
something wrong
L102[01:10:58] ⇦
Quits: Kleadron
(Kleadron!~kleadron@c-73-254-147-9.hsd1.wa.comcast.net) (Ping
timeout: 190 seconds)
L103[01:11:03] <CompanionCube> inb4
'implement x.500'
L104[01:11:35] <CompanionCube> I still
have that tarball of OSI stuffs :p
L105[01:11:58] <Izaya> OSI stuff had lots
of good ideas!
L106[01:12:07] <Izaya> It's a shame it had
a lot of bad ideas too.
L107[01:13:34] <CompanionCube> which are
which from your perspective?
L108[01:14:03] <Izaya>
ngl I don't know the specifics
of most of the protocols I just know most are rather
complicated
L109[01:14:22] <CompanionCube> good news:
i don't either
L110[01:14:51] <Izaya> god I hate packet
tracer updates
L111[01:14:58] <CompanionCube> other than
that the 'L' in LDAP is relative to OSI protocols
L112[01:15:12] <Izaya> I can tell you a
bit about X.25
L113[01:15:22] <Izaya> not a huge amount
but documentation is less scarce than other protocols
L114[01:15:25] <CompanionCube> isn't that
the frame relay thing
L115[01:15:33] <CompanionCube> used on ham
radio and shit?
L116[01:15:34] <Izaya> due to being used
in amatuer radio also
L117[01:16:21] *
CompanionCube has wondered how heavyweight DAP must be for LDAP to
have the L
L118[01:19:06] <CompanionCube> Izaya: inb4
implement XDR and speak NIS to an actual NIS server :p
L119[01:19:29] <Izaya> n-no
L121[01:36:54] <Mimiru> @Kodos well, the
interworld portals are broken and I don't have the energy to
fix
L122[01:37:02] <Mimiru> ... and the server
just crashed so fuck
L123[01:37:09]
<Kodos> Get
some rest
L124[01:37:12]
<Kodos> It's
a nonissue
L125[01:37:33] <Mimiru> Oh hey...
L126[01:37:33] <Mimiru>
io.netty.handler.codec.EncoderException:
java.lang.RuntimeException: Undefined discriminator for message
type journeymap.common.network.DimensionPermissionPacket in channel
jm_dim_permission
L127[01:45:08] <Mimiru> pulled JM from the
server, it looked good for a minute..
L128[01:45:13] <Mimiru> then right back to
shit
L129[01:45:15] <Mimiru> so yeah I'm done
for now
L130[01:48:07] <Izaya> that's just
complaining that you don't have the plugin for JM on the
server
L131[01:48:25] <Mimiru> Yes... I do, see
where I removed JM from the server, and it was better.
L132[01:48:28] <Mimiru> well, did
L133[01:48:40] <Izaya> no I mean
L134[01:48:49] <Izaya> journeymap and
journeymap server are separate
L135[01:49:26] <Izaya> because ???
L136[01:50:03] <Mimiru> erm.. well tell
that to the dev/curseforge.
L137[01:50:55] <Izaya> (I'm pretty much JM
Server is a bukkit plugin, not a Forge one, also)
L138[01:52:17] <Mimiru> JourneyMapServer
provides server admins with control over what features can be used
by players. It is now in the same jar as the client.
L139[01:52:34] <Mimiru> The error I was
getting was the same as this
L141[01:52:34] <MichiBot>
Title:
[1.12.2] Players timing out when entering Nether
| Posted
by: randomlypickedname
| Posted: Fri May 04 00:34:51 CDT
2018
| Status: closed
L143[01:53:18] <Jason> does lua have a
built in nor gate?
L144[01:53:36] <Jason> i know it has, and
(and) or
L145[01:53:42] <Jason> and not
L146[01:54:32] <Mimiru> not x and not
y?
L147[01:54:37] *
Mimiru shrugs
L148[01:54:46] <Mimiru> per PIL, it does
not
L151[01:55:50] <Mimiru> I'm well aware. I
do electronics design
L152[01:56:26] <Jason> i miss read your
last message
L153[01:59:11] <Izaya> every now and then
my phone realises it exists and sends the notifications to my
desktop and I end up with a massive cloud over my screen
L154[01:59:56]
<Kleadron> i
wonder how meemaw and peepaw are doing with the cooler i filled
with cinder blocks
L155[02:06:48]
<Kodos> What
sort of gate(s) are you looking for?
L156[02:06:58]
<Kodos> Ah,
a NOR?
L157[02:16:17] ⇦
Quits: Jason (Jason!webchat@87.112.138.14) (Quit:
webchat.esper.net)
L158[02:22:23]
<Rph>
%tonk
L159[02:22:25] <MichiBot> I'm sorry Rph,
you were not able to beat ba7888b72413a16a's record of 3 hours, 22
minutes and 45 seconds this time.
L160[02:22:26] <MichiBot> 1 hour, 56
minutes and 42 seconds were wasted! Missed by 1 hour, 26 minutes
and 3 seconds!
L161[02:22:33]
<Rph>
:(
L162[02:24:38] <Mimiru> huh.. just saw an
error from EnderIO Opencomputers not installed etc etc
L163[02:25:15] <ba7888b72413a16a> how many
times are we gonna fail to %tonk
L164[02:25:35] <Mimiru> Well, I can always
%resettonk
L166[03:23:55]
<Bob> IT
works yay
L167[03:24:18]
<Bob> I will
now just need some terminal write and then the GPU will take
over
L168[03:28:58]
<Bob> Gonna
also do a system of previous values so if the values are the same
or close, the GPU won't Redraw the entire bar so it overlaps but
just the changing parts
L170[03:46:49]
<Rph> haha
yes
L171[03:46:57]
<Rph> this
didnt turn out as expected
L173[03:56:28]
<Bob> Well
good luck Rph ? at least you made a stretching algorithm
thing
L174[03:58:07]
<Bob> It's
stretching and resizing at the same time oof
L175[03:58:40]
<Bob> @Rph
How do you links
L176[03:59:11]
<Rph>
?
L177[03:59:15]
<Rph> I own
quite a few domains
L178[03:59:25]
<Rph> and
they all point at a single server
L179[04:02:13]
<Bob> The
screens i meant sorry, my android keyboard did strange stuff as
usual
L180[04:02:22]
<Rph>
ah
L181[04:02:28]
<Rph> I
rebind my gpu
L182[04:02:31]
<Rph> to
each screen
L183[04:02:49]
<Rph> draw
what is needed
L184[04:02:52]
<Rph> then
bind it to the next one
L185[04:02:56]
<Rph> I have
a file that specifies
L186[04:03:12]
<Bob> So you
have your screen config and order in a file
L188[04:03:26]
<Rph> based
on it file it knows what to do
L189[04:04:06]
<Bob> Game
of servers now oof
L190[04:04:13]
<Rph>
?
L191[04:04:41]
<Rph> I will
probably make a gui later
L192[04:04:50]
<Rph> that
will let you create this file without manually doing stuff
L193[04:04:51]
<Rph> just
like
L194[04:04:53]
<Rph> tap
screen 1
L195[04:04:55]
<Rph> tap
screen 2
L196[04:04:58]
<Bob>
Yea
L197[04:05:03]
<Bob> Events
are a nice thing
L198[04:05:13]
<Bob> Then
specify width and height
L199[04:05:18]
<Rph>
yes
L200[04:05:22]
<Rph> user
specifies screen array size
L201[04:05:26]
<Rph> and
dimensions of each screen
L202[04:05:32]
<Rph> then
the program does its things
L203[04:05:54]
<Bob> *max
size..*
L204[04:06:01]
<Rph>
?
L205[04:06:39]
<Bob> You
cant have some small screens, they all would end up connected
L206[04:06:45]
<Bob> unless
theres a hole of some sort
L207[04:06:48]
<Rph> i
know
L208[04:06:50]
<Rph> but
still
L209[04:06:52]
<Bob> Or
troufht configs i guess we can change
L210[04:06:54]
<Rph> give
users flexibility
L211[04:06:58]
<Rph> and
yeah configs
L212[04:07:09]
<Bob> I
agreee on giving the user some controll
L213[04:08:00]
<Bob> We are
soon going to do the dame as Linus did
L214[04:08:06]
<Rph>
?
L215[04:08:26]
<Bob> Play
Minecraft on 16 Monitors with multiple GPU's (Linus is a tech
youtuber if you don't know)
L216[04:08:31]
<Rph>
ah
L217[04:08:32]
<Bob> Doing
random stuff
L218[04:08:35]
<Rph> yes I
know who linus is
L219[04:08:41]
<Rph> also I
wonder could drawing of stuff be sped up
L220[04:08:46]
<Rph> if we
had 4 GPUs in a server
L221[04:08:50]
<Rph> bound
all of them to a single screen
L222[04:08:55]
<Bob> 2 on a
Tier 3
L223[04:08:57]
<Rph> and
drew to 80x25 rectangles
L224[04:09:02]
<Rph> on a
160x50 screen
L225[04:09:02]
<Bob> We can
bound to the same screen ?
L226[04:09:07]
<Rph> yes we
can
L227[04:09:15]
<Rph> I did
a thing on my creative server a while back
L228[04:09:19]
<Rph> where
I did /oc_sc 8 times
L229[04:09:21]
<Rph> next
to each other
L230[04:09:25]
<Rph> and
there was a big 1x8 screen
L231[04:09:27]
<Rph> with 8
computers
L232[04:09:36]
<Bob> Try to
have some kind of buffer of actions and then give one to the
gpu
L233[04:09:47]
<Rph>
hmmm
L234[04:09:52]
<Rph> I
could for instance load an image into memory
L235[04:09:58]
<Rph> and
then run 4 coroutines
L236[04:10:01]
<Rph> for
each rectangle
L237[04:10:01]
<Bob>
^
L238[04:10:05]
<Bob> For
each GPU
L239[04:10:15]
<Bob> a main
thread giving instructions and sub threads rendering
L240[04:10:27]
<Bob>
Hmmm
L241[04:11:03]
<Bob> Well,
i will still finish my frist sceipt inolving a GPU but now i have
some stuff to do
L242[04:11:08]
<Bob> Good
luck ?
L243[04:12:33]
<Rph> im
currently porting my image library to stream instead of loading the
whole image
L244[04:12:42]
<Rph>
because 4 MB apparently isnt enough to load a 500 KB file and
unpack it
L245[04:13:28]
<Rph> for
the demonstrations I posted I had to use cheated magical memory
from computronics
L246[04:17:53]
<Bob> mega
oof
L247[04:18:08]
<Bob> I bet
you can get an out of memory with an magical memory stick
L248[04:18:19]
<Rph> I did
once
L249[04:18:34]
<Bob> We
need an magical CPU and GPU that igniores the speed
L250[04:18:36]
<Bob>
:GWsabianGKUser:
L252[04:22:15]
<Rph> its
working
L253[04:22:17]
<Rph> slowly
drawing
L254[04:22:22]
<Rph>
rebinding resets resolution to 160x50
L255[04:22:58]
<Bob> 8x6
isnt 160x50 aspect ratio
L256[04:23:01]
<Rph> i
know
L257[04:23:04]
<Bob> rather
8x5
L258[04:23:06]
<Rph> my
code changes it to 128x48 on each rebind
L259[04:23:14]
<Bob>
:pepeth
L260[04:23:19]
<Bob>
:GWjiangPepeThumb: [Edited]
L262[04:31:35]
<Bob>
E-Pods
L263[04:31:57]
<Bob>
Nice
L265[04:58:32]
<Kodos>
Okay, I have a crazy mod idea
L266[04:59:00]
<Kodos>
Chat-operated turbolifts
L267[04:59:51]
<Kodos> With
actual moving lifts
L268[04:59:53]
<Kodos> With
actual moving cars [Edited]
L269[05:02:29]
<Bob>
mm
L270[05:03:41]
<Kodos> You
would have lift stops, lift junctions (To handle direction changes)
and lift home stations (Where lifts would go when not in use to
recharge because power requirements)
L271[05:07:11]
<Rph> I
thought about somethig simmilar but with trains
L272[05:07:23]
<Kodos>
Trains are overdone
L273[05:07:28]
<Rph> I
kinda wanted to make a mod that adds 3 directional railway
junctions that can function as OC peripherals
L274[05:07:36]
<Kodos>
Railcraft, IR, RoW, RTM
L275[05:07:43]
<Kodos> No
one's done turbolifts
L276[05:07:45]
<Kodos>
Elevators, sure
L277[05:07:51]
<Kodos> Not
multidirectional elevators though
L278[05:08:28]
<Kodos> The
stops, cars, and homestations would be 2x2, 3 blocks tall
L279[05:08:50]
<Kodos> The
stops would call the assigned lift when right clicked with an empty
hand
L280[05:09:03]
<Kodos> So,
you know, actual travel time
L281[05:09:06]
<Kodos>
Because "balance"
L282[05:16:19]
⇨ Joins: Backslash
(Backslash!~Backslash@ip-84-119-172-248.unity-media.net)
L283[05:18:51] ⇦
Quits: Backslash
(Backslash!~Backslash@ip-84-119-172-248.unity-media.net) (Remote
host closed the connection)
L284[05:22:19]
<Bob>
RFTools Elevator need a rework ?
L285[05:22:25]
<Bob> We
need OC compat and vertical movements
L286[05:46:52]
⇨ Joins: t20kdc
(t20kdc!~20kdc@cpc139326-aztw33-2-0-cust441.18-1.cable.virginm.net)
L287[05:52:00]
⇨ Joins: ben_mkiv
(ben_mkiv!~ben_mkiv@mue-88-130-52-006.dsl.tropolys.de)
L288[06:23:51]
<Kodos>
RFTools is a great mod, but if I'm just looking for an elevator,
it's way too bloaty to add just for that
L289[06:24:46] <ben_mkiv> theres a
elevator mod
L290[06:24:54] <ben_mkiv> but afaik you
cant control it from OC
L291[06:25:11]
<Bob>
^
L292[06:25:17]
<Bob>
RFTools has alot of utulities
L294[06:25:34]
<Bob>
MichiBots forces me to type alot more often
L297[06:27:20] <ben_mkiv> also
pneumaticraft has an elevator
L298[06:27:26] <ben_mkiv> and its fun to
play with at all
L299[06:28:02]
<Bob> Using
robots and pistons
L300[06:32:23] <ben_mkiv> or use
viaduct?!
L302[06:39:29]
<Bob>
welll...
L303[06:39:40]
<Bob> im not
a huge fan of theses
L304[07:07:17]
⇨ Joins: Inari
(Inari!~Pinkishu@pD9E39840.dip0.t-ipconnect.de)
L305[07:16:51]
⇨ Joins: kh
(kh!webchat@aftr-5-146-249-243.unity-media.net)
L306[07:16:58] ⇦
Quits: kh (kh!webchat@aftr-5-146-249-243.unity-media.net) (Client
Quit)
L307[07:41:11]
⇨ Joins: Nath_SoM
(Nath_SoM!webchat@150.144.2.85.dynamic.wline.res.cust.swisscom.ch)
L308[07:41:22] <Nath_SoM> hi
L309[07:41:41] <Nath_SoM> can anyone help
me with racks?
L310[07:42:01]
<Forecaster>
you're going to have to be more specific
L311[07:42:14] <Nath_SoM> i cant power a
rack
L312[07:42:23] <Nath_SoM> i started
playing with oc yesterday
L313[07:42:37]
<Forecaster>
try using a power distributor
L314[07:42:43] <Nath_SoM> k
L315[07:43:03] <Nath_SoM> btw whats the
server port so i can use the irc app on a pc?
L316[07:43:23] <Izaya> 6667 or 6697
(SSL)
L317[07:43:30] <Nath_SoM> ok
L318[07:43:47] <Nath_SoM> im going to try
reconnecting with a pc
L319[07:44:05] ⇦
Parts: Nath_SoM
(Nath_SoM!webchat@150.144.2.85.dynamic.wline.res.cust.swisscom.ch)
())
L320[07:44:47]
⇨ Joins: Nath_SoM
(Nath_SoM!webchat@150.144.2.85.dynamic.wline.res.cust.swisscom.ch)
L321[07:44:52] <Nath_SoM> back
L322[07:50:43] <Nath_SoM> wont work
L323[07:51:57] <Nath_SoM> Corded it wont
work
L324[07:52:25]
<Forecaster>
Corded is a discord relay
L325[07:52:37]
<Forecaster>
what are you trying to power it with
L326[07:52:49] <Nath_SoM> can i send a
screenshot?
L327[07:53:41] <Nath_SoM> so i have a
pc
L328[07:53:48]
<Forecaster>
sure
L329[07:54:10] <Nath_SoM> and theres a
cable that goes from the pc to the power thing
L331[07:54:29] <S3> If I am missing stuff
in there let me know
L332[07:54:42] <S3> But I'll be updating
this stuff as I'm developing
L333[07:54:48]
⇨ Joins: flappy
(flappy!~flappy@88-113-149-197.elisa-laajakaista.fi)
L334[07:56:18] <Nath_SoM> Forecaster what
should i do ideally?
L335[07:56:30] <Nath_SoM> im just trying
to power a reck
L336[07:57:05]
<Forecaster>
I expected a screenshot
L337[07:59:52] <Nath_SoM> k sending
one
L339[08:00:36]
<Forecaster>
...
L340[08:00:44]
<Forecaster>
that's not connected
L341[08:00:50]
<Forecaster>
how can you think that is connected
L342[08:01:04]
<Forecaster>
OC cables don't connect to other cables
L343[08:01:27]
<Forecaster>
connect the conduit to the rack.
L344[08:02:28] <Nath_SoM> i know the rf
cable is not connected
L345[08:03:36] <Nath_SoM> Forecaster which
conduit
L346[08:04:42]
<Forecaster>
whichever one the power is coming from. how should I know
L347[08:05:09] <ben_mkiv> connect the
fluxduct to the rack/computer/powerconverter
L348[08:05:12] <ben_mkiv> what ever you
have there
L349[08:05:25] <Nath_SoM> it wont
connect
L350[08:05:30]
<Bob> Use
the power converter
L351[08:05:36]
<Bob> also
OC cables arent energy cables
L352[08:05:39]
<Bob>
they're signal cables
L353[08:05:52] <ben_mkiv> try to connect
to the backside
L354[08:05:55]
<Forecaster>
they do transmit energy, but they only connect to other OC
blocks
L355[08:05:56]
<Bob>
Connect it to a power converter or directly to a rack /
computer
L356[08:06:04]
<Bob>
^
L358[08:08:13]
<Bob> a
power covnerter
L359[08:08:17]
<Bob> not
that
L360[08:08:28]
<Bob> they
can directly connect
L361[08:08:34]
<Bob> but
power converters are meant for this
L362[08:09:05] <Nath_SoM> o
L363[08:09:09] <Nath_SoM> lemme try
L364[08:10:14]
<Bob> we
said it like 5 times
L365[08:10:30]
<Bob> u s e
a p o w e r c o n v e r t e r
L366[08:10:33] <Nath_SoM> well im
dumb
L367[08:10:55] <Izaya>
use a power converter
L368[08:11:03] <Izaya> ftfy
L369[08:13:35] <S3> unicode boxes
L370[08:17:45] <Nath_SoM> i cant get it
working hhhhh
L371[08:17:54] <Nath_SoM> can anyone send
a screenshot?
L372[08:18:02] <Nath_SoM> of what it
should look like?
L373[08:21:14]
<Bob> Wait a
secod,
L374[08:21:16]
<Bob> ill
do
L375[08:21:22] <Nath_SoM> thx
L377[08:22:19]
<Bob>
here
L378[08:26:39] <ben_mkiv> but on his last
screenshot it connected to something
L379[08:26:54]
<Bob> a
rack
L380[08:27:05]
<Bob> a
power converter stores some energy acting as a buffer
L381[08:27:44] <Nath_SoM> IT WONT
L382[08:28:29]
<Bob>
Nath_SoM you ain't using a power converter
L383[08:28:39] <Nath_SoM> yes
L384[08:28:39]
<Bob> you
are using a power distributor
L385[08:28:41]
<Bob> they
ain't the same thing
L387[08:29:09]
<Forecaster>
...
L388[08:29:23]
<Bob>
.....
L389[08:29:25] <ben_mkiv> xD
L390[08:29:29]
<Bob> im
dead
L391[08:29:36] <ben_mkiv> run oc cable
from the converter to your OC Machine
L392[08:29:44]
<Bob>
Here
L394[08:29:46]
<Forecaster>
ducs don't transfer OC power
L395[08:29:46]
<Bob> use
this
L396[08:29:58] *
Izaya applies a "You tried" sticker
L397[08:29:59] <ben_mkiv> ducks
neither
L398[08:30:08]
<Bob> Izaya
?
L399[08:30:20] <Izaya> :joy: indeed
L400[08:30:27] <ben_mkiv> its funny how it
actually connects to the oc machine xD
L401[08:30:37] <S3> What do you think
Izaya?
L403[08:30:39] <Nath_SoM> thx izaya
L404[08:30:40]
<Bob> its a
rack
L405[08:30:42]
<Bob> it
will accept power
L406[08:30:43] <S3> I've been updating
this
L407[08:30:46] <S3> like crazy
L408[08:30:47] <ben_mkiv> and makes the
converter pretty much unnecessary xD
L409[08:30:54] <Izaya>
>Computercraft
L410[08:30:59] <Izaya> this will be ...
interesting
L411[08:31:22] <ben_mkiv> end of story,
theres just no power in the system at all xD
L412[08:31:25]
<Bob> on the
other side of the > hides OC
L413[08:31:31] <S3> I realized that
there's not much that's really incompatible with it Izaya
L414[08:31:49]
<Forecaster>
the converter has power, it's just not getting anywhere else
L415[08:31:53] <Izaya> luaj is kinda wonk
but it should work in theory
L416[08:32:03] <S3> but do note that they
have ?'s and -% completion for a reason
L417[08:32:04] <Nath_SoM> yeah
L418[08:32:09] <Nath_SoM> idk whats
wrong
L419[08:32:21] <S3> computercraft is on
the shelf for long way down the road support
L420[08:32:25]
<Forecaster>
Nath_SoM what's wrong is that ducts don't transfer OC
power...
L421[08:32:28] <ben_mkiv> is there even RF
stored in your powercell or somewhere?
L422[08:32:29]
<Forecaster>
like we've said
L423[08:32:35] <ben_mkiv> and is it set to
output on the right side?
L424[08:32:51]
<Forecaster>
you have to use OC cables to connect the rack to the converter, or
just connect the duct to the rack directly
L425[08:33:02] <ben_mkiv> he doesnt need
the converter at all
L426[08:33:02] <ben_mkiv> -.-
L427[08:33:30]
<Forecaster>
read the second half of my last sentence then
L428[08:33:58]
<Bob>
Here
L431[08:34:29] <ben_mkiv> is the side set
to output?
L432[08:34:31]
<Bob> You
connect a power cable to the converter and then from the converter
you run OC stuff
L433[08:35:16] <Nath_SoM>
AAAAAAAAAAAAAAAAAA
L434[08:35:18] <Nath_SoM>
L435[08:35:24]
<Bob>
ye
L436[08:35:40]
<Bob> Same
concept as AE2
L437[08:35:55] <Nath_SoM> isnt it already
doing that
L438[08:36:00] <ben_mkiv>
"concept" xD
L439[08:36:17]
<Bob> yea
well ...
L440[08:36:30] <ben_mkiv> same shit
xD
L441[08:37:33]
<Bob>
basically
L442[08:37:47]
<Bob> Whats
the resolution of a tier 1 screen
L443[08:38:00]
<Bob> time
to deploy /oc_sc
L444[08:39:03]
<Nath_SoM>
im on the disc
L445[08:39:27]
<Nath_SoM>
cant i just screenshare to someone what i did
L446[08:39:46]
<Forecaster>
look, just connect the duct to the rack
L447[08:39:51]
<Nath_SoM> I
DID
L448[08:40:00]
<Forecaster>
you haven't shown a screenshot of this
L450[08:40:25]
<Nath_SoM>
IT SILL WONT POWER
L451[08:40:42]
<Forecaster>
okay, remove that piece of duct, put the power converter up to the
rack instead
L452[08:40:42]
<Bob> cant
you understand
L453[08:40:57]
<Bob> the
power converter
L454[08:41:04]
<Bob> wont
output power to ducts
L455[08:41:06]
<Bob> but OC
cables
L456[08:41:12]
<Bob>
@Nath_SoM replace that RF cable with OC cable
L457[08:41:13] ⇦
Quits: Nath_SoM
(Nath_SoM!webchat@150.144.2.85.dynamic.wline.res.cust.swisscom.ch)
(Quit: webchat.esper.net)
L458[08:41:15]
<Bob>
problem solved
L459[08:41:23] <Izaya> and you don't seem
to understand
L460[08:41:29] <Izaya> a shame you seemed
and honest man
L461[08:41:37] <Izaya> (insert music
symbols here)
L462[08:41:49]
<Nath_SoM>
ok
L463[08:41:54]
<Bob> ♩ ♪ ♫
♬
L464[08:41:54]
<Bob> ? ? ?
? ? ? ? ? ?
L465[08:41:55]
<Bob>
Here
L467[08:42:44]
<Bob> you
power the power converter with actual power
L468[08:42:45]
<Bob>
?
L469[08:42:51]
<Nath_SoM>
yes
L470[08:42:51]
<Nath_SoM>
rf
L472[08:43:13]
<Bob> the
server rack has no buffer i suppose so it says 0 RF but the network
the rack is on has power
L473[08:43:16]
<Bob> so
problem solver
L474[08:43:18]
<Bob> you
have power
L475[08:43:28]
<Bob> try
launching the server or whatevre you have
L476[08:43:30]
<Bob> we
will seee
L477[08:44:11]
<Nath_SoM>
k
L478[08:44:43] <Izaya> so zoomed in
L479[08:45:21]
<Bob> low
FOV
L480[08:45:24]
<Bob> i use
Quake pro
L481[08:45:27]
<Bob> or
even more some times
L482[08:46:50]
<Nath_SoM> i
use normal
L483[08:47:24] <AmandaC> I use whatever
the default is
L484[08:47:48]
<Bob> 70 is
impossible
L485[08:48:27] <AmandaC> In fact, I don't
think I've ever touched a FOV slider in any game I've ever
played.
L486[08:48:39]
<Forecaster>
I generally don't either
L487[08:49:05] <AmandaC> %8ball continue
the hunt for the base?
L488[08:49:05] <MichiBot> AmandaC: My
reply is no
L489[08:49:51]
<Bob> i
do
L490[08:49:53]
<Bob>
alot
L492[08:50:21]
<Bob> why
does the term cursor starts out of the screen
L493[08:51:00]
<Nath_SoM>
cant use a remote terminal
L494[08:51:13]
<Nath_SoM>
oH
L495[08:51:17]
<Nath_SoM>
im an idiot
L496[08:51:23]
<Bob> you
need a terminal Rack
L497[08:51:30]
<Bob> and it
will eat 1 GPU component
L498[08:51:31]
<Nath_SoM>
there's literally nothing in the server
L499[08:51:33] <AmandaC> And to have the
terminal on the same line
L500[08:51:47]
<Bob>
connect them ^
L501[08:51:58] <AmandaC> And yes, putting
a CPU / GPU/ Memory / etc in the server helps, too
L503[08:52:28] <MichiBot>
[REMASTERED]
Portal's 'Still Alive' Played by a Fiber Laser in 4K! | length:
6m 42s | Likes:
22,497
Dislikes:
435 Views:
620,861
| by
Chris DePrisco | Published On 15/7/2017
L504[09:24:11]
⇨ Joins: Vexatos
(Vexatos!~Vexatos@p200300C107205E10D59E42DD75704946.dip0.t-ipconnect.de)
L505[09:24:11]
zsh sets mode: +v on Vexatos
L506[09:34:30]
⇨ Joins: Cervator
(Cervator!~Thunderbi@2601:4c1:4000:362c:60f8:4752:9905:1033)
L507[10:05:14]
<Z0idburg>
Does computronics run on 1.12.2 at all?
L508[10:05:18]
<Z0idburg> I
only see it for 1.12.1
L509[10:05:52]
<Zef> I
don't think it makes a difference
L510[10:08:54]
<Bob>
doesn't matter
L511[10:08:56]
<Bob> works
so get it
L512[10:09:31]
<Z0idburg>
ok
L513[10:10:24]
<Z0idburg>
firing up a new instance for OC and CC dev
L514[10:10:30]
<Z0idburg>
we'll see if my os runs on CC as well ?
L515[10:10:36]
<Z0idburg>
rather, how far it gets
L516[10:10:46]
<Z0idburg> I
need to tweak the event poller
L517[10:55:37]
⇨ Joins: Kleadron
(Kleadron!~kleadron@c-73-254-147-9.hsd1.wa.comcast.net)
L518[11:11:37] ⇦
Quits: ben_mkiv
(ben_mkiv!~ben_mkiv@mue-88-130-52-006.dsl.tropolys.de) (Ping
timeout: 189 seconds)
L519[11:13:44]
⇨ Joins: Jason (Jason!webchat@87.112.138.14)
L520[11:15:13] <Jason> hey, im trying to
get a script to run in the background, im using rc, however it
keeps running at the front, i tried using both thread and
event.timer, but they both cause the thing to crash
L521[11:15:30]
<Z0idburg>
huh, so I CAN do that
L523[11:16:03]
<Z0idburg>
I'll have to integrate it into Trotwood
L524[11:20:39]
<Z0idburg>
crap wait I can't use _OSVERSION
L525[11:20:48]
<Z0idburg>
it only tells me its openos not oc
L526[11:21:22]
<Z0idburg> I
guess I will cheat and detect component
L527[11:24:37]
<Z0idburg>
this appears to work
L529[11:24:58]
⇨ Joins: ben_mkiv
(ben_mkiv!~ben_mkiv@94.134.95.204)
L530[11:27:33]
<Zef> I was
told awhile ago that component being defined was a mistake
L531[11:29:06]
<Z0idburg>
Why is that
L532[11:30:28]
<Z0idburg>
fluffnutter
L533[11:30:56]
<Z0idburg>
Making fluffnutter sandwiches
L534[11:32:32]
<Zef>
Because you're supposed to include it
L535[11:32:48]
<Zef> Or no
require
L536[11:33:01]
<Zef> Can't
remember lol
L537[11:34:23]
<Z0idburg>
its defined so that you can use it when you're not using
OpenOS
L538[11:34:33]
<Z0idburg>
though it could have been part of computer.
L539[11:35:10]
<Z0idburg>
Added another line to my Trotwood OS TODO list
L540[11:35:11]
<Z0idburg> [
] Remove Herobrine support
L541[11:38:18]
<TChapman500> Forge 1.13 is out. Any plans
to update the mod?
L542[11:39:21] <Jason>
thread.create(print_test) works but
(thread.create(print_test("string_to_print")) doesnt, how
comes and how do i work arround?
L543[11:40:21]
<Forecaster>
because in the second one you're passing `create` the return of
print_test, not the function itself
L544[11:40:42] <Jason> how would i go
about this?>
L545[11:42:04]
<Forecaster>
use an anonymous function that you pass to create that in turn
calls print_test with the argument
L547[11:42:19]
<Z0idburg>
as quoted
L548[11:42:32]
<Z0idburg>
if you look at the addiotional arguments
L549[11:42:34] <ben_mkiv> its
"out" like 4 days and not even done
L550[11:42:48]
<Forecaster>
or that
L551[11:42:54]
<Z0idburg>
it takes an optional ... which is passed to the function
L552[11:42:58] <ben_mkiv> also no good
reason to upgrade to 1.13, you can have all the features in 1.12.2,
too
L553[11:43:30] <asie> no good reason to
upgrade to 1.13, 1.14 is where it's at
L555[11:43:46]
<Forecaster>
so basically do `thread.create(print_test, "string to
print")`
L556[11:43:50] <ben_mkiv> yea if 1.14 will
get the new renderstuff
L557[11:44:28] <asie> the new renderstuff
is overhyped
L558[11:44:38] <asie> bets are on it just
being a refactor of mojang's lwjgl3 wrappers
L559[11:44:42] <asie> but threaded
lighting
L560[11:44:45] <ben_mkiv> well
then...
L561[11:44:46] <asie> multithreaded
resourcepack loading
L562[11:44:48] <asie> etc
L563[11:44:50] <asie> *those* are
hypeworthy
L564[11:45:00] <asie> threaded chunk
generation!
L565[11:45:08] <ben_mkiv> hoped for better
animation stuff with uv mapping instead of reloading sprites each
frame
L566[11:45:11]
<Z0idburg>
asie I added removal of herobrine support to my OS
L567[11:45:13]
<Z0idburg>
todo list
L568[11:45:18] <asie> ben_mkiv: mojang has
like ten textures worth of animations
L569[11:45:21] <asie> for them it's not
super relevant
L571[11:45:32] <MichiBot>
1.13.2
RAVE | length:
31s | Likes:
22 Dislikes:
0
Views:
182 | by
asciicharismatic | Published On
15/2/2019
L572[11:46:02]
<Z0idburg> I
do not understand this rave thing
L573[11:46:03] <Jason> ty, got it to
work
L574[11:46:28] <ben_mkiv> xD
L575[11:47:19]
<Z0idburg>
asie you improved overall performance of OC lately didn't
you?
L576[11:47:43]
<Z0idburg>
Somebody told me you were working on that
L577[11:52:48]
<Z0idburg> I
wonder how safe threads are in OC, Forecaster
L578[11:53:25] <asie> I did make one PR
which helped
L579[11:53:27] <asie> another PR was
shelved
L580[11:58:06]
<Forecaster>
the threads may or may not try to murder you in your sleep
L581[11:58:10]
<Forecaster>
%tonk
L582[11:58:12] <MichiBot> Goshhawk!
Forecaster! You beat ba7888b72413a16a's previous record of 3 hours,
22 minutes and 45 seconds! I hope you're happy!
L583[11:58:13] <MichiBot> Forecaster's new
record is 9 hours, 35 minutes and 47 seconds! 6 hours, 13 minutes
and 1 second gained!
L584[11:58:18] <Izaya> threads will not
talk
L585[11:58:21]
<Forecaster>
%tonkout
L586[11:58:21] <MichiBot> Forecaster has
tonked out! Tonk has been reset! They gained 0.009 tonk points!
Current score: 0.048
L587[12:05:46] <asie> >9 hours
L588[12:05:49] <asie> wow
L589[12:05:51] <asie> %tonk
L590[12:05:51] <MichiBot> Goshhawk! asie!
You beat Forecaster's previous record of <0! I hope you're
happy!
L591[12:05:52] <MichiBot> asie's new
record is 7 minutes and 30 seconds! 7 minutes and 30 seconds
gained!
L592[12:09:17]
<Z0idburg>
you can't yield between them?
L593[12:16:19] <S3> oh neat
L594[12:28:15] <CompanionCube> asie: i
wonder if i got longer
L595[12:38:25]
<Forecaster>
%tonk
L596[12:38:26] <MichiBot> Jiminy Cricket!
Forecaster! You beat asie's previous record of 7 minutes and 30
seconds! I hope you're happy!
L597[12:38:27] <MichiBot> Forecaster's new
record is 32 minutes and 34 seconds! 25 minutes and 4 seconds
gained!
L598[12:54:15]
⇨ Joins: Azelphur
(Azelphur!~Azelphur@znc.azelphur.com)
L599[12:56:43] <Azelphur> Hi folks, using
FTB Revelations. If I create a robot, install openos, reboot after
install, then I run dig, use a pickaxe to break the robot, place
the robot down again and try to turn it on, it will say
"Unrecoverable Error" "computer halted" -
anyone have any ideas?
L600[12:58:08] <Skye> Azelphur, have you
tried disabling FS buffering in the OC settings?
L601[12:58:32] <Azelphur> Skye: is that a
server side setting in a config file somewhere?
L602[12:58:35] <Skye> old versions of OC
had a bug with certain versions of java which totally broke
buffered changes
L603[12:58:48] <Skye> yes it is a server
side config
L604[12:58:50] <Skye> hold on
L605[12:58:57] <Skye> have you got a
normal computer to test too
L606[12:59:15] <Azelphur> Skye: I have a
computer in the same broken state, yes
L607[12:59:17] <Skye> can you test if that
breaks when you remove the hard disk and put it back in
L608[13:00:03] <Azelphur> no hard drive:
Unrecoverable Error | no bootable medium found: /init.lua
L609[13:00:07] <AmandaC> Azelphur: you
need to update the OC version to 1.7.4 -- that contains the fix for
that
L610[13:00:20] <AmandaC> ( The
"Computer halted" then the fs going dead )
L611[13:00:26] <Azelphur> with same hard
drive, back to unrecoverable error
L612[13:00:28] <Azelphur> AmandaC:
cool
L613[13:00:47] <Azelphur> AmandaC: would I
need to update both the client and the server, or can that just be
done as a server side update?
L614[13:00:53] <AmandaC> No idea
L615[13:01:06] <AmandaC> probably both
though
L616[13:01:32]
<Forecaster>
definitely both
L617[13:26:13] <Inari> %pet AmandaC
L618[13:26:14] *
MichiBot brushes AmandaC with thunderjaw. 8 health
gained!
L619[13:31:05] <AmandaC> %8ball aaa
read?
L620[13:31:06] <MichiBot> AmandaC: Ask
again later
L621[13:31:11] <AmandaC> Hrm
L622[13:31:13] <AmandaC> Inari: I'm
bored.
L623[13:34:50] <asie> %tonk
L624[13:34:50] <MichiBot> Potzblitz! asie!
You beat Forecaster's previous record of 32 minutes and 34 seconds!
I hope you're happy!
L625[13:34:52] <MichiBot> asie's new
record is 56 minutes and 24 seconds! 23 minutes and 49 seconds
gained!
L626[13:35:03] *
Mimiru stabs asie
L627[13:35:09] <asie> what?
L628[13:35:22] <asie> i'm just
tonking
L629[13:35:34] <Inari> %stab asie
L630[13:35:40] *
MichiBot stabs asie with ca-CHING doing 2 damage
L631[13:35:41] <Mimiru> you tonked ~4
minutes early of an hour, which is what I was waiting for
L632[13:35:48] <asie> see
L633[13:35:52] <Inari> Mimiru wants the
fast tonkout
L635[13:36:08] <asie> %stab MichiBot
L636[13:36:09] *
MichiBot uses an immodest test of strength to vaporize
asie
L637[13:36:13] <asie> :thinking:
L638[13:40:00] <Azelphur> AmandaC: I set
up a new server, created a robot and broke it, then updated to
1.7.4, the robot is still broken
L639[13:40:29] <Mimiru> well.. the fix is
in .4, it's not going to magically fix stuff broken before
it.
L640[13:40:40] <Azelphur> Oh I see, let me
test that too
L641[13:41:24] <AmandaC> The files are
gone, they're not going to be magically restored by updating the
mods
L642[13:41:39] <AmandaC> But the bug that
caused the deletion will be gone, so it won't happen again
L643[13:43:26] <AmandaC> %8ball read
now?
L644[13:43:27] <MichiBot> AmandaC: Reply
hazy, try again
L645[13:43:30] <AmandaC> bah
L646[13:43:44] <AmandaC> %choose more
chaos or meta
L647[13:43:45] <MichiBot> AmandaC: The
proof is in the pudding. Definitely meta.
L648[13:43:45] <Mimiru> MichiBot, is being
indecisive today
L649[13:44:07] <AmandaC> At least she
didn't decide to say something like "both!" since I've
decided to ignore her indecisiveness
L650[13:44:47] <Inari> %8ball What should
AmandaC do?
L651[13:44:47] <MichiBot> Inari: My reply
is no
L652[13:52:07] <Azelphur> yep, does indeed
work now, thanks :)
L653[13:55:12] <ben_mkiv> is 220 the
correct result for -500 % 360?
L654[13:55:31] <Mimiru> google says
yes
L655[13:55:39] <ben_mkiv> but why�
L656[13:59:06] <AmandaC> % is the
"remainder" of a division
L657[13:59:38] <ben_mkiv> but the result
is the difference to 720 not the remainder oO
L658[13:59:53] <AmandaC> No idea. :D
L659[14:00:03] <AmandaC> Probably some
arcane math rules
L660[14:00:15] <AmandaC> like modulo needs
to always be positive
L661[14:04:12] <ben_mkiv> yea, thats why
people hate math
L662[14:05:23] <ben_mkiv> wikipedia says
that the numbers are usually handled like positive and the
remainder gets the sign assigned after the calculation
L663[14:08:38] <CompanionCube> %tonk
L664[14:08:39] <MichiBot> I'm sorry
CompanionCube, you were not able to beat asie's record of 56
minutes and 24 seconds this time.
L665[14:08:40] <MichiBot> 33 minutes and
48 seconds were wasted! Missed by 22 minutes and 35 seconds!
L666[14:15:40] <AmandaC> Inari: I guess I
should be Noing
L667[14:32:53] <Inari> Noing?
L668[14:34:34] ⇦
Quits: Jason (Jason!webchat@87.112.138.14) (Quit:
webchat.esper.net)
L669[14:36:19] ⇦
Quits: Lymia (Lymia!~lymia@magical.girl.lyrical.lymia.moe) (Quit:
Hugs~ <3)
L670[14:51:37] <Temia> Modulo can be a
finnicky beast, especially since it's implemented differently in
different programming languages
L671[14:54:24]
⇨ Joins: Lymia
(Lymia!~lymia@magical.girl.lyrical.lymia.moe)
L672[14:57:08] <ben_mkiv> yea i've read
some articles about it now
L673[14:57:20] <ben_mkiv> seems like
anything is possible xD
L674[14:57:34] <ben_mkiv> so -220, 220,
140 for -500%360
L675[14:57:43] <ben_mkiv> -140*
L676[14:59:54]
⇨ Joins: Jason (Jason!webchat@87.112.138.14)
L677[15:00:23] <Jason> am i doing this
right? modem.send(address,port,message)?
L678[15:01:01]
<MGR>
Yes
L679[15:01:32]
<Jason> yay,
discord ?
L680[15:01:44] ⇦
Quits: Jason (Jason!webchat@87.112.138.14) (Client
Quit)
L681[15:02:21]
<Zyor> is
there any way to get around wget caching file downloads other then
rebooting the computer?
L682[15:04:54]
<Bob>
deleting the filte yourelf
L683[15:05:03]
<Bob> it
shoudl be in /tmp
L684[15:05:05]
<Bob> if im
right
L685[15:10:22] <Mimiru> %tonk
L686[15:10:23] <MichiBot> Zounderkite!
Mimiru! You beat asie's previous record of 56 minutes and 24
seconds! I hope you're happy!
L687[15:10:24] <MichiBot> Mimiru's new
record is 1 hour, 1 minute and 44 seconds! 5 minutes and 19 seconds
gained!
L688[15:15:59]
<Zyor> hm I
don't see anything in /tmp :/
L689[15:34:08]
<Rph> oh
no
L690[15:34:15]
<Rph> I
think I managed to get machine.lua to choke on itself
L691[15:35:20]
<MGR> That's
not good
L692[15:35:34]
<Rph> my
code called gpu.set
L693[15:35:51]
<MGR> I can
see why that could be an issue
L695[15:36:24]
<Rph> line
116 of my code is this: `gpu.set(i,j,char)`
L696[15:36:36]
<Rph> I
*think* the cause is the computer is in a diffrent chunk than the
monitor
L697[15:36:47]
<Rph> and
monitor might not have been loaded while it did the setting
L698[15:36:48]
<Rph> or
something
L699[15:37:28]
<MGR>
Question
L700[15:37:33]
<MGR> Why
are you editing machine.lua?
L701[15:37:38]
<Rph> I am
not?
L702[15:37:46]
<Rph> the
machine.lua on this server is stock
L703[15:37:52]
<Rph> I
think we are using a little older oc
L704[15:37:56]
<Rph> but we
never touched the jar
L705[15:38:04]
<MGR> Oh,
you gave the impression that you were editing machine.lua
L706[15:38:09]
<Rph> no
no
L707[15:38:16]
<Rph> my
program (slideshow_multiscreen.lua) called `gpu.set`
L708[15:38:20]
<Rph> and
due to chunks probably
L709[15:38:21]
<MGR> Ah
ok
L710[15:38:24]
<Rph>
machine.lua choked on itself
L711[15:38:27]
<Rph> and
gave up
L712[15:38:53] <t20kdc> Some errors have a
stacktrace ending in machine.lua but are related to outside causes,
merely ending in machine.lua as that's where the wrappers
are.
L713[15:39:02]
<Rph>
well
L714[15:39:12]
<Rph> how
could gpu.set cause a too long without yielding error
L715[15:39:38]
<Rph> could
it be because monitor/computer are in diffrent chunks and that
monitor was unloaded?
L716[15:54:03] <AmandaC> That has nothing
to do with machine.lua or gpu.set
L717[15:54:09]
<Rph>
hmm
L718[15:54:16]
<Rph> I
don't know then
L719[15:54:17] <AmandaC> The script dies
on the spot when it reaches the limit, it could have been
anywhere
L720[16:03:03] <AmandaC> %8ball shall I
socialize?
L721[16:03:03] <MichiBot> AmandaC: Without
a doubt
L722[16:19:18]
<gamerred>
guys if my table looks like a = {{1,2,5}} how will I select just
the 5?
L723[16:19:42]
<Zef>
a[1][3] @gamerred
L724[16:19:51]
<gamerred>
tried but that readf nil
L725[16:20:22]
<Zef> %lua a
= {{1,2,5}}; print(a[1][3])
L726[16:20:22] <MichiBot> 5
L727[16:20:42]
<Zef> Don't
know what you're talking about it works fine
L728[16:21:47]
<Zef>
@gamerred
L729[16:23:07]
<gamerred>
nvm found my issue
L730[16:23:10]
<gamerred>
had a typo
L731[16:23:17]
<gamerred> I
did I mean lol
L732[16:24:51]
<Bob>
^
L733[16:25:00]
<Bob> as Zef
said it would work
L734[16:25:11]
<Bob> i have
functions in tables within tables
L735[16:25:20]
<Bob> and
call the functions the same way
L736[16:25:22]
<Zef> Memory
hog
L737[16:25:33]
<Bob>
/shrug
L738[16:26:45]
<gamerred>
It kinda helps when writing a code to not have typo's lol
L739[16:28:35]
<Bob> i use
Notepad++ and its autocompletition feature so
L740[16:28:56]
<Rph> I wish
there was an in game IDE capable of doing code completion and
analysis
L741[16:29:29]
<Rph> So it
could highlight issues with variables etc
L742[16:30:34]
<gamerred>
would be cool prob shouldnt be that hard I hope
L743[16:32:40] <t20kdc> it's all dependent
on language
L744[16:33:06] <t20kdc> dynamically typed
languages don't get good code completion.
L745[16:33:12]
<gamerred>
Seen a game that has a mod that does like what Rph mentions
L746[16:33:45] <Inari> t20kdc: I mean, you
get resonable completion still with a good editor
L747[16:34:08] <Inari> Honestly, ingame
coding is just unwieldy. Partially because of the lag, partially
thel acking features, partially the too small screen
L748[16:34:32] <Inari> Whenever I code
ingame it ends up as some huge spaghetti code mess because I can't
be bothered trying to make it nice when working against the code
editor
L749[16:41:01]
<Bob> Ingame
coding isn't a thing
L750[16:41:13]
<Bob> MineOS
IDE maybe... like maybe but no
L751[16:41:44]
<Bob> Better
get the buffering off and then use an IDE and directly debug
ingame
L752[16:41:53]
<Bob>
Notepad++ highlights stuff so im fine
L753[16:41:58]
<Bob> Also
monospaced font
L754[16:49:29]
<Forecaster>
%tonk
L755[16:49:29] <MichiBot> Sard!
Forecaster! You beat Mimiru's previous record of 1 hour, 1 minute
and 44 seconds! I hope you're happy!
L756[16:49:30] <MichiBot> Forecaster's new
record is 1 hour, 39 minutes and 6 seconds! 37 minutes and 22
seconds gained!
L757[16:49:54]
<Forecaster>
%tonkout
L758[16:49:55] <MichiBot> Forecaster has
tonked out! Tonk has been reset! They gained 0.001 tonk points!
Current score: 0.049
L759[16:50:03] <dequbed> Java 10 has type
inference. Neat.
L760[16:50:36] <ben_mkiv> same, prefer to
do stuff local either in idea or some other editor and just check
what happens with a console open which refreshs my script
L761[16:50:52]
<Bob>
^
L762[16:50:55] <ben_mkiv> so "watch
-n 1 lua test.lua" while editing the code on another
screen
L763[16:51:26]
<Bob>
Buffering off is a neat feature
L766[17:19:37] <MichiBot>
[LARCS]
Second test of some of the components on a "live"
track. | length:
52s | Likes:
0 Dislikes:
0
View:
1 | by
Elizabeth | Published On 17/2/2019
L767[17:20:31] *
Lizzy pokes payonel because she remembers them being interested in
the past about this stuff
L768[17:25:24]
<Bob>
Factorio train system but its Minecraft
L769[17:25:49]
<Bob>
Everyone here plays Factorio
L770[17:25:51]
<Bob> No
exeptions
L771[17:35:35] <ben_mkiv> Mimiru, are you
around?
L772[17:36:40]
<Bob> Away
in discord
L773[17:37:15]
<Zef> Well
they don't use discord usually
L774[17:38:19]
<Bob> I know
but at least it tells the stafus
L775[17:38:22]
<Bob>
status*
L776[17:39:08]
⇨ Joins: uc
(uc!webchat@cpc97934-croy24-2-0-cust142.19-2.cable.virginm.net)
L777[17:40:13] ⇦
Parts: uc
(uc!webchat@cpc97934-croy24-2-0-cust142.19-2.cable.virginm.net)
())
L778[17:43:22]
<Zef> Not
really
L779[17:43:30]
<Zef> It
shows the last time they used discord
L780[17:44:17]
<Bob>
Basically
L781[18:04:29] <CompanionCube> %tinj
L782[18:04:33] <CompanionCube> %tonl
L783[18:04:37] <CompanionCube> %tonk
L784[18:04:37] <MichiBot> Willikers!
CompanionCube! You beat Forecaster's previous record of <0! I
hope you're happy!
L785[18:04:38] <MichiBot> CompanionCube's
new record is 1 hour, 14 minutes and 41 seconds! 1 hour, 14 minutes
and 41 seconds gained!
L786[18:08:48]
<Zef> Did
you have a fuckin stroke?
L787[18:10:00] <t20kdc> Forecaster tonked
out,
L788[18:10:09] <t20kdc> so Forecaster's
record got reset to '<0'.
L789[18:11:31]
<Zef> Yes,
that's what it does
L790[18:14:44] <t20kdc> Zef: ...I'm
confused as to the context, then. Poor MichiBot is clearly acting
normally.
L791[18:15:15]
<Zef> I'm
talking about the "%tinj %tonl %tonk" from
companioncube
L792[18:15:19]
<Zef> In
fact
L793[18:15:43]
<Zef>
%addquote CompanionCube %tinj %tonl %tonk
L794[18:15:56]
<Zef> It's
quote add isn't it..
L795[18:18:36]
<Zef> %quote
#190
L796[18:18:37] <MichiBot> Quote #190:
<TheFox> Zef, wank?
L797[19:07:13] ⇦
Quits: t20kdc
(t20kdc!~20kdc@cpc139326-aztw33-2-0-cust441.18-1.cable.virginm.net)
(Ping timeout: 190 seconds)
L798[19:19:28] <S3> welp.
L799[19:19:38] <S3> No more soda
left
L800[19:19:42] <S3> might as well drink
the sake
L801[19:22:46] ⇦
Quits: Vexatos
(Vexatos!~Vexatos@p200300C107205E10D59E42DD75704946.dip0.t-ipconnect.de)
(Quit: Insert quantum chemistry joke here)
L802[19:24:17] <ben_mkiv> thats probably
funny in its other state^
L804[19:26:54] <ben_mkiv> was related to
the quit message of vex
L805[19:46:36]
⇨ Joins: Senhara (Senhara!webchat@73.114.23.75)
L806[19:55:24]
⇨ Joins: feldim2425_
(feldim2425_!~feldim242@2002:5b73:6f8f:0:edc5:95f8:ca40:aae8)
L807[19:56:18] ⇦
Quits: feldim2425
(feldim2425!~feldim242@93-82-85-150.adsl.highway.telekom.at) (Ping
timeout: 189 seconds)
L808[19:56:19] ***
feldim2425_ is now known as feldim2425
L809[20:01:35] ⇦
Quits: Senhara (Senhara!webchat@73.114.23.75) (Quit:
webchat.esper.net)
L810[20:29:40] <Mimiru> %tonk
L811[20:29:40] <MichiBot> By my throth!
Mimiru! You beat CompanionCube's previous record of 1 hour, 14
minutes and 41 seconds! I hope you're happy!
L812[20:29:41] <MichiBot> Mimiru's new
record is 2 hours, 25 minutes and 3 seconds! 1 hour, 10 minutes and
21 seconds gained!
L813[20:29:46] <Mimiru> %tonkout
L814[20:29:46] <MichiBot> Mimiru has
tonked out! Tonk has been reset! They gained 0.002 tonk points!
Current score: 0.059
L815[20:29:57] <Mimiru> ben_mkiv, I'm
here-ish now
L816[20:47:13]
<Saphire> So
when are tonks reset?
L817[20:47:22] <Izaya> Randomly.
L818[20:47:25] <Izaya> Maybe never.
L819[20:47:28] <Izaya> Sometimes.
L820[20:47:35] <Mimiru> In theory, only
when someone uses tonkout
L821[20:52:53]
<Zef> Have I
seen you before?
L822[21:06:34] ⇦
Quits: ben_mkiv (ben_mkiv!~ben_mkiv@94.134.95.204) (Remote host
closed the connection)
L823[21:38:52] ⇦
Quits: alekso56
(alekso56!~cax@2001:464b:c21a:0:745d:45ff:fe3b:a098) (Ping timeout:
378 seconds)
L824[21:51:53]
⇨ Joins: alekso56
(alekso56!~cax@ti0107a400-3649.bb.online.no)
L825[22:16:23] ⇦
Quits: flappy (flappy!~flappy@88-113-149-197.elisa-laajakaista.fi)
(Ping timeout: 190 seconds)
L826[22:54:32]
<Kodos>
uwot
L827[22:56:53] <Mimiru> @Kodos ?
L828[22:58:38] ⇦
Quits: Thutmose (Thutmose!~Patrick@host-69-59-79-181.nctv.com)
(Quit: Leaving.)
L829[22:58:55]
<Kodos> I
think I missed something
L830[22:58:56]
<Kodos> But
idk
L831[22:58:58]
<Kodos> I
just woke up
L832[22:59:00] ⇦
Quits: Cervator
(Cervator!~Thunderbi@2601:4c1:4000:362c:60f8:4752:9905:1033) (Quit:
Cervator)
L833[22:59:12]
<Kodos> When
I said that, I guess I was scrolled up
L834[22:59:15]
<Kodos> And
I can't be arsed to find it again
L835[23:02:00] ⇦
Quits: ba7888b72413a16a
(ba7888b72413a16a!~ba7888b72@66.109.211.150) (Quit: WeeChat
2.3)
L836[23:04:06] <AmandaC> %8ball be
good?
L837[23:04:06] <MichiBot> AmandaC: Signs
point to yes
L838[23:04:11] <AmandaC> Hrm. okay.
L839[23:04:14] <AmandaC> Night ners
L840[23:04:20] <AmandaC> Night
nerds*
L841[23:04:28] *
Mimiru ners at AmandaC
L842[23:04:33] <Mimiru> Night :P
L843[23:04:51]
⇨ Joins: ba7888b72413a16a
(ba7888b72413a16a!~ba7888b72@66.109.211.150)
L844[23:15:30] <CompanionCube> %tonk
L845[23:15:30] <MichiBot> Dogast!
CompanionCube! You beat Mimiru's previous record of <0! I hope
you're happy!
L846[23:15:31] <MichiBot> CompanionCube's
new record is 2 hours, 45 minutes and 43 seconds! 2 hours, 45
minutes and 43 seconds gained!
L847[23:15:38] <CompanionCube>
%tonkoug
L848[23:15:45] <CompanionCube>
%tonkout
L849[23:15:46] <MichiBot> CompanionCube
has tonked out! Tonk has been reset! They gained 0.002 tonk points!
Current score: 0.078
L850[23:15:47] <Mimiru> yes.
L851[23:16:08] <Mimiru> I'm aliasing all
of these.
L852[23:16:11] <Mimiru> :P
L853[23:26:34]
<Kodos>
Anything but tonkout should make Michi say "Close
enough!"