<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:14:49] <Izaya> whoa Shuu is
alive
L2[00:20:58] ⇦
Quits: minecreatr (minecreatr!~minecreat@tterrag.com) (Ping
timeout: 190 seconds)
L3[00:23:34]
<Shuudoushi>
Lol, shit, how many people thought I died!? No faith havin'
motherfuckers lol
L4[00:25:04] <Izaya> you disappeared off the
face of the planet it's a reasonable conclusion if you ask me
L5[00:25:34] <Izaya> who would voluntarily
leave this wonderful part of existence?
L6[00:25:52]
<Shuudoushi>
o/
L7[00:27:07] <Izaya> anyway, 's good to see
you're doing alright
L8[00:28:24]
<Shuudoushi>
Thanls man
L9[00:29:04]
<Shuudoushi>
After I hunt down a new motherboard, I'm going to see about getting
back into programming my OS lol
L10[00:30:16] <Izaya> naisu
L11[00:30:29] *
Izaya has been busy on that front
L13[00:31:43] ⇦
Quits: Xal (Xal!~Xal@S010664777dabacc3.vw.shawcable.net) (Ping
timeout: 206 seconds)
L14[00:32:56] ⇨
Joins: Xal
(Xal!~Xal@S010664777dabacc3.vw.shawcable.net)
L15[00:33:22]
<Shuudoushi>
I was talkin' 'bout picking SecureOS back up lol
L16[00:33:30] <Izaya> yeah I know
L17[00:36:29] <Izaya> side note I've been
using your sha lib it's p gud
L21[00:42:07]
<Shuudoushi>
Nice
L22[01:09:43]
<Forecaster>
%tonk
L23[01:09:44] <MichiBot> Heckgosh!
Forecaster! You beat CompanionCube's previous record of 1 hour, 53
minutes and 13 seconds (By 5 minutes and 36 seconds)! I hope you're
happy!
L24[01:09:45] <MichiBot> Forecaster's new
record is 1 hour, 58 minutes and 50 seconds! Forecaster also gained
0.00018 (0.00009 x 2) tonk points for stealing the tonk.
L25[01:15:04] ⇨
Joins: minecreatr (minecreatr!~minecreat@tterrag.com)
L26[01:19:44]
<Shuudoushi>
Night all
L28[01:23:51] ⇨
Joins: flappy
(flappy!~flappy@88-113-149-197.elisa-laajakaista.fi)
L29[02:41:53]
<Wattana
Gaming> Is there a plan for 1.13 support?
L30[02:43:59]
<Wattana
Gaming> I have some experience with upgrading C# codes in Unity
before, maybe I can port OC to 1.13?
L32[02:44:40]
<Gopnik>
whats are we doing wrong ?
L33[02:44:44]
<Gopnik>
whatare we doing wrong ? [Edited]
L34[02:44:47]
<Gopnik>
what are we doing wrong ? [Edited]
L35[02:44:58]
<Gopnik> the
if starts when i should not
L36[02:45:24]
<H̷e̷a̷t̷h̷r̷o̷w̷> it*
L37[02:45:32]
<Gopnik> the
if starts when it should not [Edited]
L38[02:45:39]
<Forecaster>
getInput only takes one argument
L39[02:45:48]
<H̷e̷a̷t̷h̷r̷o̷w̷> only sides ?
L40[02:45:49]
<Wattana
Gaming> that code caught me off guard
L41[02:45:50]
<Forecaster>
you're using the if completely wrong
L42[02:46:07]
<Wattana
Gaming> ***lmao i just noticed that***
L43[02:46:11]
<Forecaster>
if getInput(side) == strength then
L44[02:46:20]
<H̷e̷a̷t̷h̷r̷o̷w̷> oki thanks
L45[02:46:47]
<Forecaster>
getInput returns the input strength for `side`
L46[02:47:23]
<Forecaster>
if you just do `if getInput(side) then` Lua will see the returned
number as "true" because it's a non-nil non-false
value
L48[02:47:33]
<H̷e̷a̷t̷h̷r̷o̷w̷> how about this ?
L49[02:47:42]
<H̷e̷a̷t̷h̷r̷o̷w̷> my bad th ,
L50[02:47:45]
<H̷e̷a̷t̷h̷r̷o̷w̷> my bad the ,
[Edited]
L51[02:47:50]
<Forecaster>
yes
L52[02:48:06]
<Wattana
Gaming> now I have the idea for the full code
L53[02:48:18]
<Gopnik>
?
L54[02:48:52]
<Gopnik> you
wanna code us a ui ?
L55[02:50:23]
<Wattana
Gaming> Maybe this will work?
L56[02:50:23]
<Wattana
Gaming> Code Block pastebined null
L57[02:51:48]
<Forecaster>
except it should say "Signal received"
L58[02:52:09]
<H̷e̷a̷t̷h̷r̷o̷w̷> lol
L59[02:52:21]
<H̷e̷a̷t̷h̷r̷o̷w̷> yeah that's what we
currently have
L60[02:52:35]
<H̷e̷a̷t̷h̷r̷o̷w̷> any idea how to tell the
program to keep updating ?
L61[02:52:55]
<Forecaster>
`while true do`
L62[02:53:01]
<H̷e̷a̷t̷h̷r̷o̷w̷> yeah
L63[02:53:08]
<H̷e̷a̷t̷h̷r̷o̷w̷> we got that
L64[02:53:22]
<H̷e̷a̷t̷h̷r̷o̷w̷> yet it won't receive the
input while it's awaiting
L65[02:54:09]
<H̷e̷a̷t̷h̷r̷o̷w̷> okay ignore previous
statement
L66[02:54:46]
<H̷e̷a̷t̷h̷r̷o̷w̷> if doesn't work
anymore
L67[02:55:01]
<H̷e̷a̷t̷h̷r̷o̷w̷> even with a redstone
input it won't say signal received
L68[03:02:28]
<Wattana
Gaming> everyone im tryna port the mod to 1.13 please wish me
luck. By the way, what branch should I use?
http://tinyurl.com/yyfjb9xz
L69[03:11:13] ⇨
Joins: Inari
(Inari!~Pinkishu@pD9E8EC2C.dip0.t-ipconnect.de)
L70[03:16:42] <Inari> @Forecaster so
supposedly E:D will get space legs
L71[03:17:13]
<Forecaster>
yeah in 2020 or something
L72[03:17:21] <Inari> Yeah
L73[03:17:26] <Inari> Still no mention of
atmospheric landing :<
L74[03:24:14]
<Forecaster>
I'd take my time with allowing landing on planets that aren't just
big rocks too
L75[03:24:50]
<Forecaster>
there's a lot more to consider when you have plants, animals and
potentially cities on them
L76[03:26:42] <Inari> Yeah. My nii
mentioned it would be cool if they had lots of weather stuff too,
like andstorms in desert, hurricanes, thunderstorms, strong wings,
and so on
L77[03:30:11]
<Forecaster>
gotta have andstorms
L78[03:30:28] <Inari> Did you ever
read/listen to the Commonwealth series?
L79[03:30:54]
<Forecaster>
I don't know what that is
L80[03:31:05] <Inari> Ah :P that had a
scene I was just reminded of.
L81[03:31:30] <Inari> Basically taking a
glider throuhg a storm, using the storm to propel yourself over a
huge distance... with some dangers and complications too of
course
L82[03:31:34] <Inari> Doubt they'll have
that xD
L83[03:31:56]
<Forecaster>
that sounds a bit out of scope yeah
L84[03:31:59] <Inari> Though being flung up
5km high by geysers is fun
L86[03:34:06] <Inari> Haha
L87[03:34:39]
<Forecaster>
that's a 4A multicannon and the cargo hatch
L88[03:34:48] ⇦
Quits: Xal (Xal!~Xal@S010664777dabacc3.vw.shawcable.net) (Ping
timeout: 189 seconds)
L89[03:35:23] <Inari> Yeah, I guessed cargo
ahtch, wsn't sure on the gun though
L90[03:38:04] ⇨
Joins: Xal
(Xal!~Xal@S010664777dabacc3.vw.shawcable.net)
L93[03:51:05]
<H̷e̷a̷t̷h̷r̷o̷w̷> sides top works
properly
L94[03:51:46]
<H̷e̷a̷t̷h̷r̷o̷w̷> sides back doesn't
detect input (or at least doesn't prove it's detecting any input
because it doesn't output)
L95[03:52:04] ⇦
Quits: minecreatr (minecreatr!~minecreat@tterrag.com) (Quit: I left
for some reason)
L96[03:52:13] ⇦
Quits: ATMunn
(ATMunn!ATMunn@2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.rdns.hellomouse.net)
(Ping timeout: 190 seconds)
L97[03:55:01] <Izaya> >code block
pastebinned null
L98[03:55:03] <Izaya> nice
L99[03:58:53] ⇦
Quits: flappy (flappy!~flappy@88-113-149-197.elisa-laajakaista.fi)
(Ping timeout: 190 seconds)
L100[03:59:39]
⇨ Joins: Rahix
(Rahix!~Rahix@p548DE99A.dip0.t-ipconnect.de)
L101[04:05:00]
<Gopnik>
@Bob you around ?
L105[04:17:36]
<Forecaster>
pop goes the space rock
L106[04:18:25] <Lizzy> %tonkout
L107[04:18:25] <MichiBot> By my throth!
Lizzy! You beat Forecaster's previous record of 1 hour, 58 minutes
and 50 seconds (By 1 hour, 9 minutes and 51 seconds)! I hope you're
happy!
L108[04:18:26] <MichiBot> Lizzy has stolen
the tonkout! Tonk has been reset! They gained 0.003 tonk points!
plus 0.002 bonus points for consecutive hours! (Reduced to 50%
because stealing) Current score: 0.3681
L109[04:19:17]
<Wattana
Gaming> @Forecaster I don't get the context of those pics but
ok
L110[04:19:34]
<Wattana
Gaming> and why r u playing Elite Dangerous
L111[04:19:49]
<Forecaster>
the context is "I blew up a space rock"
L112[04:19:54]
<Forecaster>
and why aren't you
L113[04:20:05] ⇦
Quits: Squall124
(Squall124!webchat@mor80-1-78-231-95-212.fbx.proxad.net) (Quit:
webchat.esper.net)
L114[04:20:19]
<Wattana
Gaming> didnt buy the game
L115[04:23:39]
<Forecaster>
the obvious answer is, to blow up space rocks, obviously
L117[05:06:32]
<Gopnik> how
do i get out of the first loop
L118[05:06:36]
<Gopnik> how
do i get out of the first loop? [Edited]
L119[05:07:29]
<Gopnik>
ed
L120[05:21:09] <Lizzy> hmm, well my
yubikey has my pgp stuff on it but i can't use it in cleopatra
cause it's just a smartcard to it... need to do some more
investigating
L121[05:24:28] <Lizzy> %remindme 6h look
deeper into OpenGPG stuffs
L122[05:24:29] <MichiBot> I'll remind you
about "look deeper into OpenGPG stuffs" at 06/05/2019
11:24:28 AM
L123[05:37:49]
<Forecaster>
@Gopnik don't use multiple while true loops
L124[05:45:12]
<H̷e̷a̷t̷h̷r̷o̷w̷> why not
L125[05:46:11]
<Forecaster>
because it's bad form
L126[05:46:32]
<Forecaster>
use one while true looop with multiple if statements in it
L127[05:47:16]
<H̷e̷a̷t̷h̷r̷o̷w̷> hm okay
L128[05:47:24]
<H̷e̷a̷t̷h̷r̷o̷w̷> thanks we'll try it out
later in the day
L129[05:47:56]
<Player_Athena> hey,
L130[05:47:57]
<Player_Athena> idk if there is built in
tools, but i found a program that lets you draw in ascii, it might
be good for people writing programs who want to plan out their
gui's
L131[05:47:57]
<Player_Athena> It's called REXpaint. the
download was tough to find, had to use a mirror to get it, but I
like it so far, though it's definitely not a finished product, it's
free and usable
L132[05:51:05]
<Player_Athena> screenshot.
L133[05:52:44]
<Lizzian>
it's fine here
L134[05:56:48]
<Player_Athena> i usually just used custom
graph paper, and some pencils to trace out my gui's,
L135[05:56:48]
<Player_Athena> which is great and all, but
having a program for it, with many of the good ascii symbols built
in is even better
L137[05:57:23]
<Forecaster>
:>
L138[06:00:27]
<Player_Athena> that's neat,
L139[06:00:28]
<Player_Athena> will it be able to do text
in later versions?
L140[06:00:28]
<Player_Athena> i didn't see an option for
it
L141[06:00:49]
<Forecaster>
that's one of the things I'd like to add yeah
L142[06:01:45]
<Player_Athena> when you add text, will it
just be input from keyboard?
L143[06:01:45]
<Player_Athena> or will there be a table
with a bunch of the ascii symbols?
L144[06:01:45]
<Player_Athena> the symbols work really
well for making more detailed and complex gui's
L145[06:02:01]
<Forecaster>
I can add symbols sure
L146[06:03:24] <AmandaC> Lizzy: smart
cards is what pgp uses in the yubikey for it's secret storage
stuff. I'm not familiar with cleopatra, but that'sjust a tidbit I
know that may help
L147[06:03:49] <AmandaC> s/pgp/gpg/
L148[06:03:49] <MichiBot> <AmandaC>
Lizzy: smart cards is what gpg uses in the yubikey for it's secret
storage stuff. I'm not familiar with cleopatra, but that'sjust a
tidbit I know that may help
L149[06:04:03]
<Player_Athena> awesome,
L150[06:04:04]
<Player_Athena> I've tried a couple online
ascii drawing things, but none seemed to have colour,
L151[06:04:04]
<Player_Athena> then i stumbled across
REXpaint, which is great, but i think the developer abandoned the
project, and it has some issues with too high resolution,(the
programs window doesn't scale at all...)
L152[06:04:50]
<Player_Athena> so if the dimensions of the
drawing are bigger than the program window you can't get to
them
L153[06:07:48] <Lizzy> AmandaC, yeah, just
trying to work out how to get Kleopatra to see it and try using
it
L154[06:08:11] <Lizzy> looking it up, i
think i need to load the stubs of the keys into kleo and then it
can use it from there
L155[06:08:25] *
AmandaC curls up against Lizzy, yawns
L156[06:08:59] *
Lizzy cuddles AmandaC, then goes back to coding
L157[06:10:42]
<Player_Athena> Message contained 4 or more
newlines and was pastebined null
L158[06:11:15] <AmandaC> @Mimiru Coreded
doesn't seem to be abl to pastebin stuff
L159[06:22:35]
<Bob> I got
pinged somewhere here
L160[06:24:15]
⇨ Joins: flappy
(flappy!~flappy@88-113-149-197.elisa-laajakaista.fi)
L161[06:27:51] <AmandaC> %8ball buy
it?
L162[06:27:51] <MichiBot> AmandaC: Without
a doubt
L163[06:35:28]
⇨ Joins: Vexatos
(Vexatos!~Vexatos@port-92-193-0-195.dynamic.qsc.de)
L164[06:35:29]
zsh sets mode: +v on Vexatos
L165[06:37:12] <AmandaC> Oh, it became a
Epic Store exclusive, ofc it did
L166[06:40:16]
<Forecaster>
@Player_Athena I've made a github repo for it, feel free to put
your wishes there so I remember them
L168[06:47:01]
<Player_Athena> I'm dropping them in the
issue tracker, but i don't think i can label them as
requests,
L169[06:47:01]
<Player_Athena> my github user is
MoJoCreatior
L170[06:50:56]
<Forecaster>
?
L171[06:51:39]
<Player_Athena> by any chance do you know
the ratio that OC characters use?
L172[06:51:39]
<Player_Athena> I've been guessing by just
usings 2:1 for my graph paper printouts, but it seems a touch
off
L173[06:52:31]
<Forecaster>
it's height:width 2:1 yes
L174[06:53:14]
<Wattana
Gaming> I have decided that the next update of my OCLinux kernel
will use framebuffers instead of sending direct calls to the
GPU
L175[06:53:27]
<Wattana
Gaming> What is the best way to store framebuffer?
L176[06:53:41]
<Wattana
Gaming> and what is the best way to control it?
L177[06:56:17]
<Player_Athena> >forecaster, thanks for
verifying that. idk why it seems off, maybe it's just cuz I've been
staring at graph paper for too long, like when writing programs and
words start to look wrong/incorrect
L178[06:58:47]
<Forecaster>
:P
L179[07:00:33]
<Wattana
Gaming> guess i'll go to reddit
L180[07:13:06] ⇦
Quits: Rahix (Rahix!~Rahix@p548DE99A.dip0.t-ipconnect.de) (Remote
host closed the connection)
L181[07:13:19]
⇨ Joins: Rahix
(Rahix!~Rahix@p548DE99A.dip0.t-ipconnect.de)
L182[07:17:05]
<Wattana
Gaming> is this server's chat usually dead?
L183[07:17:32] <Lizzy> What if it's you
that's dead and not the chat? :O
L184[07:17:39]
<Player_Athena> I'm not sure, I'm not a
regular,
L185[07:18:09]
<Wattana
Gaming> Lizzy why is your pfp lewd? ?
L186[07:18:35] <Lizzy> reasons
L187[07:19:18] ⇦
Quits: Rahix (Rahix!~Rahix@p548DE99A.dip0.t-ipconnect.de) (Remote
host closed the connection)
L188[07:19:51]
<Wattana
Gaming> Soooo about OCLinux's framebuffer, should I use Direct
Color or Indexed Color?
L189[07:20:10]
<Z0idburg>
LOL LOL LOL
L190[07:20:16]
<Z0idburg>
My car couldn't start
L191[07:20:25]
<Z0idburg>
@Wattana Gaming both
L192[07:20:36]
<Z0idburg> I
would include a fast pallette mode
L193[07:20:45]
<Wattana
Gaming> how?
L194[07:21:02]
<Z0idburg>
proxification
L195[07:21:18]
<Z0idburg>
Do you know what the purpose of pallettes are?
L196[07:21:26]
<Z0idburg>
the original intended purpose
L197[07:21:53]
<Wattana
Gaming> to save file size and computer memory?
L198[07:21:58]
<Z0idburg>
yes
L199[07:22:04]
<Z0idburg>
right on the money
L200[07:22:38]
<Z0idburg>
it adds up when you have tons of pixels
L201[07:22:46]
<Z0idburg>
imagine a screen of 100 x 100 pixels and 24 bit color
L202[07:24:16]
<Z0idburg>
that's 240 kbit which is 0.240 Mbit which is 0.03 MB
L203[07:24:20]
<Z0idburg>
minimum
L204[07:24:21]
<Z0idburg>
but
L205[07:24:27]
<Z0idburg>
lets take a normal resolutn like 800x600
L206[07:24:46]
<Z0idburg>
That's 1.4 MB
L207[07:24:47]
<Z0idburg>
which is a LOT
L208[07:24:57]
<Z0idburg>
if you think these computers that had pallettes were like 8
bit
L209[07:24:58]
<Z0idburg>
and 16 bit
L210[07:25:27]
<Wattana
Gaming> yea that isn't good for OC's hardware
L211[07:25:29]
<Z0idburg>
given the 16 bit address buss without an MMU can only address
64K
L212[07:25:37]
<Z0idburg>
yeah. OC is a bit limited as well
L213[07:26:10]
<Z0idburg>
so my suggestion is yes, allow for directly driven color but I
would suggest possibly looking into a helper library for doing 16
and 256 color pallettes
L214[07:26:27]
<Z0idburg>
or whatever how many colors you like
L215[07:26:40]
<Z0idburg>
now here's an even possibly better suggestion
L216[07:26:56]
<Z0idburg>
DON'T put it in the framebuffer code at all
L217[07:27:11]
<Z0idburg>
and just make a proxified library for doing palettized stuff
L218[07:27:19]
<Z0idburg>
which just converts to direct anyways
L219[07:28:09] <AmandaC> %choose
halucinate or irradiate?
L220[07:28:10] <MichiBot> AmandaC: I spy
with my robotic eye something beginning with
"irradiate?"!
L221[07:28:35]
⇨ Joins: Thutmose
(Thutmose!~Patrick@host-69-59-79-181.nctv.com)
L222[07:30:03]
<Wattana
Gaming> Hmmm
L223[07:30:31] <AmandaC> %8ball buy
anyway?
L224[07:30:31] <MichiBot> AmandaC: Signs
point to yes
L225[07:30:44]
<Z0idburg>
lol
L226[07:30:47]
<Z0idburg>
that's weird
L227[07:31:13]
<Wattana
Gaming> @Z0idburg am confusion ?
L228[07:31:18]
<Z0idburg>
about?
L229[07:32:14]
<Wattana
Gaming> I want to rewrite the whole graphics section of my
OCLinux kernel
L230[07:32:22]
<Wattana
Gaming> to make it more efficient and flexible
L231[07:32:58]
<Wattana
Gaming> but idk what I should do
L232[07:34:25]
<Z0idburg>
Figure out what it should do first
L233[07:34:45]
<Z0idburg>
and figure out how you want it to be used
L234[07:34:58]
<Z0idburg>
do you have a design model for
L235[07:35:06]
<Z0idburg>
for how programmers do stuff in your os?
L236[07:35:18]
<Z0idburg>
sorry a 9 week old pulkly is pulling at my coat
L237[07:35:24]
<Z0idburg>
puppy*
L238[07:35:35]
<Wattana
Gaming> now that's cute
L239[07:36:10]
<Z0idburg>
yeah hes getting super sharp teeth
L240[07:36:21]
<Wattana
Gaming> btw I am thinking about storing raw screen data in the
memory and drawing it onto the screen
L241[07:36:33]
<Z0idburg>
Remember when you were young and pretended the floor was lava
L242[07:36:40]
<Z0idburg>
and jumped across the furniture?
L243[07:36:43]
<Z0idburg>
well those times are back
L244[07:37:10]
<Z0idburg>
except this time there's a shark in the lava
L245[07:38:19]
<Wattana
Gaming> and that shark is culling your clothes ?
L247[07:55:01]
<Bob> Summer
be like
L248[08:05:43]
⇨ Joins: ben_mkiv
(ben_mkiv!~ben_mkiv@88.130.158.124)
L249[08:19:00]
<Z0idburg>
@Wattana Gaming that is basically a framebuffer
L250[08:19:08]
<Z0idburg> I
don't think that's a good idea, at least I didn't do it with
Trotwood
L251[08:19:22]
<Z0idburg>
instead, I came up with ideas such as storing meta data about what
the screen kind of looks like
L252[08:19:39]
<Z0idburg>
so that it can be saved and redrawn as long as you have some of the
missing data.
L253[08:19:55]
<Z0idburg>
and it would just keep track of things like postion , etc of color
changes etc
L254[08:20:06]
<Z0idburg>
no wrong way to do it
L255[08:25:35] <Lizzy> %tonk
L256[08:25:35] <MichiBot> Sard! Lizzy! You
beat your own previous record of <0 (By 4 hours, 7 minutes and
10 seconds)! I hope you're happy!
L257[08:25:36] <MichiBot> Lizzy's new
record is 4 hours, 7 minutes and 10 seconds! No points gained for
stealing from yourself. (Lost out on 0.00412 x 1 = 0.00412)
L258[08:25:48] <Lizzy> woop
L259[08:26:05] <Lizzy> %logs
L261[08:45:51]
⇨ Joins: ATMunn (ATMunn!ATMunn@hellomouse.net)
L262[08:50:46] ⇦
Quits: ATMunn (ATMunn!ATMunn@hellomouse.net) (Quit: lol
rip)
L263[08:55:25]
⇨ Joins: ATMunn (ATMunn!ATMunn@hellomouse.net)
L264[09:11:23] ⇦
Quits: ben_mkiv (ben_mkiv!~ben_mkiv@88.130.158.124) (Ping timeout:
190 seconds)
L265[09:12:44]
⇨ Joins: t20kdc
(t20kdc!~20kdc@cpc139326-aztw33-2-0-cust441.18-1.cable.virginm.net)
L266[09:37:38] <Inari> Ever since seeing
that YT video about a "hair salon" they went to, I've
liked the idea of that more private atmosphere, wiht separate rooms
instead of everyone sitting around in one common room. Apparently
thats not a thing in Germany though xD
L267[10:01:48]
<Shuudoushi>
Oh?
L268[10:19:28] <Inari> Well, I can't find
any like that t least
L269[10:19:35] <Inari> They all just have
a big common room
L271[11:20:20] <Inari> %pet AmandaC
L272[11:20:25] *
MichiBot pets AmandaC with a Magic freedom and democracy version
2.0! (25%). 19 health gained (17+2)!
L273[11:20:30] <Lizzy> %tonkout
L274[11:20:30] <MichiBot> I'm sorry Lizzy,
you were not able to beat Lizzy's record of 4 hours, 7 minutes and
10 seconds this time. 2 hours, 54 minutes and 54 seconds were
wasted! Missed by 1 hour, 12 minutes and 15 seconds!
L275[11:20:39] <Lizzy> hmf
L276[11:20:48] <Inari> Lizzy's bad at
time
L277[11:21:01] <Lizzy> didn't even check
to be honest
L278[11:24:06] <Saphire> Raa
L279[11:24:15] *
Saphire flops
L280[11:24:29] <MichiBot> Lizzy REMINDER:
look deeper into OpenGPG stuffs
L281[11:24:51] <Lizzy> Saphire, Nyaa
L282[11:29:17]
⇨ Joins: ben_mkiv
(ben_mkiv!~ben_mkiv@88.130.158.124)
L283[11:30:12] *
Skye awu at Saphire and Lizzy and flops
L285[11:53:30] <MichiBot> Wed Jun 05
08:46:37 CDT 2019 @PokeyPokums: hello if you're not dynamaxing your
pokemon for this sole purpose idk what you're doing in life
<
https://t.co/73hS8Q5R76>
L286[12:42:05]
⇨ Joins: Rahix
(Rahix!~Rahix@2001:7f0:3003:235f:7432:dd86:b273:f0ec)
L287[13:37:13] <AmandaC> %choose
halucinate or games
L288[13:37:14] <MichiBot> AmandaC:
"games" is for cool kids!
L289[13:37:50] <AmandaC> %8ball am I a
cool kitten?
L290[13:37:50] <MichiBot> AmandaC: My
reply is no
L291[13:37:55] <AmandaC> halucinations it
is
L293[14:09:45]
⇨ Joins: minecreatr
(minecreatr!~minecreat@tterrag.com)
L294[14:13:00]
<Bob>
%hello
L295[14:13:00] <MichiBot> Bob: 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.
L296[14:14:09]
⇨ Joins: Dimtree
(Dimtree!~dimtree@75.110.157.28)
L297[14:14:20]
<Bob>
b
L299[14:15:19]
<Bob>
Exactly, Thanks Inari
L300[14:15:29] <Inari> %bap @Bob
L301[14:15:29] *
MichiBot baps @Bob with furries
L302[14:16:13]
<Bob> HELL
NA
L303[14:16:18]
<Bob> miss
me with that stuff
L304[14:17:36]
<Forecaster>
MichiBot never misses
L305[14:18:11]
<Bob>
:GWaobaPePeCry:
L306[14:19:46]
<Bob> %bap
Inari
L307[14:19:47] *
MichiBot baps Inari with powdered nutella
L308[14:20:25]
<bad at
vijya> so
L309[14:20:47]
<bad at
vijya> i almost was able to play a fighting game on PC with a
wiimote
L310[14:21:03]
<bad at
vijya> but everything past the title screen doesn't like the
dpad on the wiimote
L311[14:21:46]
<bad at
vijya> anyways, game uses 5 buttons
L312[14:21:58]
<bad at
vijya> so i had to improvise
L313[14:22:21]
<Z0idburg>
that just sounds like a bad deay
L314[14:22:25]
<Z0idburg>
did you use candles?
L315[14:22:44]
<Z0idburg> I
used to play wii games on my computer with a wiimote I had candles
on each side of the monitor
L316[14:24:18] ⇦
Quits: baschdel
(baschdel!~baschdel@151-056-210-188.ip-addr.inexio.net) (Remote
host closed the connection)
L317[14:24:34]
⇨ Joins: baschdel
(baschdel!~baschdel@151-056-210-188.ip-addr.inexio.net)
L318[14:34:42] <CompanionCube> %tonk
L319[14:34:42] <MichiBot> I'm sorry
CompanionCube, you were not able to beat Lizzy's record of 4 hours,
7 minutes and 10 seconds this time. 3 hours, 14 minutes and 12
seconds were wasted! Missed by 52 minutes and 57 seconds!
L320[14:34:47] <CompanionCube> ohno
L321[14:35:05] *
AmandaC hides from Inari before she gets any weird ideas for that
powdered nutella
L322[14:38:23] <Inari> AmandaC: :3
L323[14:41:17]
<bad at
vijya> oh no, i just used the minus button for one of the inputs
@Z0idburg
L324[14:41:46] <Skye> don't germans have
an obsession with nutella
L325[14:41:48]
<Z0idburg>
so something hilarious happened to me this morning
L326[14:41:48]
<bad at
vijya> currently i have to installed a patched version of bluez
so it'll accept my ***genuine*** DS3 controller
L327[14:41:58]
<Z0idburg>
wait a minute
L328[14:41:59]
<Z0idburg>
DS3
L329[14:42:07]
<bad at
vijya> dualshock 3
L330[14:42:09]
<Z0idburg>
like an actual DS3
L331[14:42:09]
<Z0idburg>
oh
L332[14:42:12]
<Z0idburg>
HAHAHAHAHAHAHAHA
L333[14:42:16]
<Z0idburg>
you need to be more careful
L334[14:42:16]
<bad at
vijya> brb gotta grab my laptop charger
L335[14:42:20]
<Z0idburg> I
work for the telephone company
L336[14:42:43]
<Z0idburg> a
DS3 is a very well known thing in the telephone industry
L337[14:43:03]
<bad at
vijya> lmao
L338[14:43:16]
<bad at
vijya> i usually get "what the fuck does dark souls have to
do with this"
L339[14:43:43]
<Z0idburg>
You can probably relate DS3 with what it is known by to most
customers as a "T3"
L340[14:43:52]
<Z0idburg>
DS3 is more formal
L341[14:44:07]
<Z0idburg>
just like DS1 instead of T1 or E1
L342[14:44:23]
<bad at
vijya> Code Block pastebined null
L343[14:44:28]
<bad at
vijya> holy fuck i love life
L344[14:44:31]
<Z0idburg>
lol
L345[14:44:47]
<bad at
vijya> linux, bluetooth, realtek, and sony
L346[14:44:56]
<bad at
vijya> at some point in the chain, something broke
L347[14:45:27] <ben_mkiv> wait, the DS3
even used to work with my android tablet
L348[14:45:33] <ben_mkiv> with an extra
app
L350[14:46:49] <ben_mkiv> theyve been
cheap af awhile back because they where made and marketed for the
first xbox
L351[14:47:04] <ben_mkiv> but they are
kinda regular usb gamepads
L352[14:47:23]
<bad at
vijya> i just want my wireless controller to work
wirelessly
L353[14:54:09] <AmandaC> nonsense, why
would anybody want that?
L354[14:58:22]
<Shuudoushi>
Oh how I've missed the random nonsense that is #oc lol
L355[14:59:12]
<Bob>
Yea
L356[15:00:04]
<Shuudoushi>
Back before discord, it would get SUPER weird between Inari and
Amanda sometimes, fucking gold lol
L357[15:00:31]
<Bob> i'm
happy i wans't there at the time then
L358[15:00:53] <CompanionCube> was it very
lewd?
L359[15:00:54]
<Shuudoushi>
Lulz
L360[15:01:00] <CompanionCube> I'm
expecting it was because Inari.
L361[15:01:10] <Lizzy> i think it was the
reason we have
L362[15:01:12] <Lizzy> %inari
L364[15:01:18] <AmandaC> Lies and
slander.
L365[15:01:29] ⇦
Quits: Rahix (Rahix!~Rahix@2001:7f0:3003:235f:7432:dd86:b273:f0ec)
(Remote host closed the connection)
L366[15:01:30]
<Shuudoushi>
Lmfao
L367[15:01:35]
⇨ Joins: Rahix
(Rahix!~Rahix@2001:7f0:3003:235f:7432:dd86:b273:f0ec)
L368[15:01:58] ⇦
Quits: Rahix (Rahix!~Rahix@2001:7f0:3003:235f:7432:dd86:b273:f0ec)
(Remote host closed the connection)
L369[15:01:59]
<Bob> This
is a family friendly place
L370[15:02:04] <Inari> @Shuudoushi weird
how :f
L371[15:02:13]
<Shuudoushi>
So inari is still a freak huh lulz
L372[15:02:13]
⇨ Joins: Rahix
(Rahix!~Rahix@2001:7f0:3003:235f:7432:dd86:b273:f0ec)
L373[15:02:35]
<Shuudoushi>
Inari: I'm sure children are present lol
L374[15:02:50] <Inari> %pet AmandaC
L375[15:02:50] *
MichiBot pets AmandaC with async await. 7 health
gained!
L376[15:02:59] <Inari> Oh right Shuu
L377[15:03:01] <Inari> We got potions
now
L378[15:03:03] <Inari> %drink random
L379[15:03:03] <MichiBot> You drink a
thick dilithium potion (New!). Inari turns into a golem girl.
L380[15:03:28]
<Shuudoushi>
Lmfao, who programed that XD
L381[15:03:33] <Inari> Forecaster
L382[15:03:34] <Lizzy> Forecaster
L383[15:03:44] *
AmandaC pairs Inari with a highly advanced robot girl to go on a
yuri adventure around a fantasy world with
L384[15:03:45]
<Shuudoushi>
Oh shit lol
L385[15:04:02]
<Shuudoushi>
That's tame btw
L386[15:04:05]
<Forecaster>
I will not stand for these baseless accusations
L387[15:04:05] <Inari> AmandaC: Ehhh,
while I'm not opposed, I'm also not super into yuri :p
L388[15:04:07] <Corded> *
<Forecaster> sits
L389[15:04:07]
<Shuudoushi>
^*
L390[15:04:45]
<Shuudoushi>
Yeah, she likes yaoi, get on it @Forecaster
L391[15:04:57]
<Bob>
*bruj*
L392[15:04:58] <AmandaC> Inari: don't
worry, your mom anticipated the yuri feelings to bloom and wholly
endorses it, dispite her being your sister in a sense. :P
L393[15:05:01]
<Forecaster>
it's random
L394[15:05:04] <Lizzy> yayo? gimmie some
of that
L395[15:05:24] <Lizzy> i need to play more
RimWorld
L396[15:05:26]
<Forecaster>
%sip random
L397[15:05:26] <MichiBot> You drink a
salty yellow potion (New!). The next fork you touch tells you it's
most deeply guarded secret.
L398[15:05:27]
<Shuudoushi>
Lmfao
L399[15:05:45] <Inari> @Shuudoushi Even
less into that. Though I do like some of the scenes often depicted
in yaoi, and would watch a lot if you'd swapped them out for a
nomral couple
L400[15:06:03]
<Shuudoushi>
Lol
L401[15:06:32] <AmandaC> ( Inari this time
it is one of the stories I've read, not a manga. :P )
L402[15:06:51] <AmandaC> I wonder if any
new chapters have come out for that.... or if I even bothered
setting up notifications for it.
L403[15:06:55] *
AmandaC checks calibre
L404[15:07:45]
<bad at
vijya> it's still not working
L405[15:07:48]
<bad at
vijya> reEEEEEEE
L406[15:08:03] <Inari> Thats cause you're
bad
L407[15:08:31]
<Shuudoushi>
Xd
L408[15:08:44] <AmandaC> oooo there is,
6-7 new chapters!
L409[15:08:46]
<Bob>
booo
L410[15:08:59] <CompanionCube> another way
of doing it:
L411[15:09:02] <CompanionCube>
%potion
L412[15:09:02] <MichiBot> CompanionCube:
You get a molten dilithium potion (New!)
L413[15:09:06] <CompanionCube> %drink
^
L414[15:09:06] <MichiBot> CompanionCube
zones out for a second.
L415[15:09:33] *
AmandaC offers @Shuudoshi a mutable blue potion
L416[15:10:54] <AmandaC> %remindme 18h
look at your gitlab todos
L417[15:10:54] <MichiBot> I'll remind you
about "look at your gitlab todos" at 06/06/2019 09:10:54
AM
L418[15:11:07] <Inari> What todos?
L419[15:11:33]
<Forecaster>
apparently pings don't work inside a /me
L420[15:12:00] <Corded> * <Bob>
tries to ping @Forecaster
L421[15:12:06] <Inari> ...
L422[15:12:10]
<Forecaster>
from irc....
L423[15:12:11] <Inari> I thikn he meant
bridge pings :p
L424[15:12:21]
<Forecaster>
-_-
L425[15:12:22]
<Bob> i
didn't used OC IRC
L426[15:12:36]
<Forecaster>
never you mind...
L427[15:12:38] <Inari> Heh
L428[15:12:39]
<Shuudoushi>
HEATHEN!
L429[15:12:42] <AmandaC> Inari: Gitlab has
a feature where you can mark merge requests, issues, etc as
"Todo" and it'll coalaye them all in one place, and
issues / MRs you're assigned are automatically added.
L430[15:12:58] <Inari> coalaye
L431[15:12:59] <Inari> Yes, taht
L432[15:13:17] <AmandaC> purrdeta has a
couple ofMRs he wants me to look at, but our gitlab instance isn't
very happy right now, so I decided I'll look in the morning
L433[15:29:08] *
Izaya laughs manically
L434[15:29:18] <Izaya> I can wear another
jacket ... under my bike jacket!
L435[15:29:29]
<Shuudoushi>
Lol, wtf
L437[15:29:32] <MichiBot> Wed Jun 05
11:30:02 CDT 2019 @nickeardleybbc: President Trump tells Irish PM
Leo Varadkar on Brexit: It will all work out for you... with your
wall, your border,… <
https://t.co/gXlVB6VomB>
L438[15:30:07] <Izaya> fuckin 8C
thismorning
L439[15:30:16]
<Shuudoushi>
Oh christ... Why does that Cheeto keep talking...
L440[15:30:29] <CompanionCube> I wonder
how many points it'd get in the contest of 'piss off an entire
island in one sentence'
L441[15:30:47]
<Shuudoushi>
30c here Izaya, so STFU lol
L442[15:30:57] <Izaya> wanna swap
L443[15:31:08] <Izaya> 30C sounds much
more comfy
L444[15:31:08]
<Shuudoushi>
Yes
L445[15:31:15]
<bad at
vijya> 8c sounds much more comfy
L446[15:31:22] *
CompanionCube imagines any kind of wall would result in the shit
hitting the fan amazingly quickly
L447[15:31:35]
<Shuudoushi>
30c + 88% humidity, you can fuckin' have it m8
L448[15:31:55]
<Shuudoushi>
CompanionCude: ikr
L449[15:32:41] <CompanionCube> feel for
varadkar though
L450[15:32:52] <CompanionCube> imagine
dealing with the brexiteer nitwits and then this
L451[15:32:54]
<Shuudoushi>
Yeah...
L452[15:33:20] <Izaya> well
L453[15:33:20] *
AmandaC remains convinced all-powerful secret societies are in
control, and they're finally making their move
L454[15:33:36] <AmandaC> IT's the only way
I can cope
L455[15:33:43]
<Shuudoushi>
Just more people to kill
L456[15:33:45] <Izaya> 8*C plus 110km/h
winds (30km/h, plus going 80km/h) at 7 in the morning
L457[15:34:21] <Izaya> I need to get
heavier gloves x_X
L458[15:34:50]
<Shuudoushi>
Lulz
L459[15:34:56]
<Shuudoushi>
Sissy
L460[15:35:26] <AmandaC> right, time to
get stuck in a time-loop that ends with some kind of exposion
destroying the solar system, taking out every piece of life in
it
L461[15:35:37] <Inari> AmandaC: Meow
L463[15:35:46] <AmandaC> Inari: Outer
Wilds
L464[15:35:49] <Izaya> but basically,
winter is the only time I wish I had a car instead
L465[15:35:57] <Inari> Hm wait
L466[15:36:02] <Inari> I think I've played
that gam eonce
L467[15:36:03] <Inari> Maybe
L468[15:36:18] <AmandaC> I think they put
out a demoawhile ago, but AIUI it's only just launnched
recently
L469[15:36:35] <Inari> I totally did
L470[15:36:38] <AmandaC> because I swear
I've seen / played it before as well, but it's getting all the
normal launch-day fangair
L471[15:36:39] <Inari> Never nkew they
developed it further
L472[15:36:43]
<Forecaster>
I remember seeing a vidoe about it years ago
L473[15:36:51]
<Forecaster>
I remember seeing a video about it years ago [Edited]
L474[15:37:01] <Inari> Totally gotta try
the new version
L476[15:37:55] *
Inari scans Izaya's feed list for hentai
L477[15:39:16]
<Shuudoushi>
Lulz, I was doing the same thing Inari XD
L478[15:40:39]
<Shuudoushi>
I've got rifles to breakdown after work, and I'm not looking
forward to it x.x
L479[15:40:58] <Izaya> I need to re-attach
the chain cover at some time
L480[15:41:15]
<Shuudoushi>
It'll be fine
L481[15:41:44] *
Izaya dies from a snapped chain to the back of the
neck
L482[15:41:58]
<Shuudoushi>
Back to work I guess x.x
L484[15:42:26]
<Shuudoushi>
Chain is more likely to get wrapped up in the rear sprocket and
throw you btw
L485[15:42:47] <Izaya> well it
successfully came off the rear sprocket before I tightened it
:D
L486[15:42:59]
<Shuudoushi>
XD
L487[15:43:19] <Izaya> as I was coming out
of a roundabout, no less
L488[15:43:27]
<Shuudoushi>
Oof
L489[15:43:55] <Izaya> good times
L490[15:45:23] <Izaya> anyway time to get
to work
L491[15:45:25] <Izaya> o7
L492[16:38:49]
<H̷e̷a̷t̷h̷r̷o̷w̷> can you give orders to
the blocks adapters are connected to
L493[16:38:57]
<H̷e̷a̷t̷h̷r̷o̷w̷> or only get info from
these ?
L494[16:40:15]
<Shuudoushi>
Should be able to give commands to them as well
L495[16:40:33]
<H̷e̷a̷t̷h̷r̷o̷w̷> all the info i can find
on adapters are reading status
L496[16:41:04]
<H̷e̷a̷t̷h̷r̷o̷w̷> how would you command an
ic2 reactor to light up / shut off
L497[16:41:23]
<Forecaster>
whatever the component does you can do
L498[16:41:33]
<Shuudoushi>
^
L499[16:41:36]
<Forecaster>
it's the purview of the other mod
L500[16:41:37]
<H̷e̷a̷t̷h̷r̷o̷w̷> i can't find the command
tho
L501[16:41:48]
<Shuudoushi>
I don't remember the command to get the functions
L502[16:41:51]
<Forecaster>
if the other mod hasn't enabled doing it OC can't do it
L503[16:42:05]
<H̷e̷a̷t̷h̷r̷o̷w̷> ic2 has enabled it
L504[16:42:08]
<Forecaster>
just open the Lua prompt
L505[16:42:17]
<H̷e̷a̷t̷h̷r̷o̷w̷> but only commands i find
are status commands
L506[16:42:23]
<H̷e̷a̷t̷h̷r̷o̷w̷> yeah ?
L507[16:42:34]
<Forecaster>
type `component.<tab>` to cycle through components
L508[16:42:54]
<H̷e̷a̷t̷h̷r̷o̷w̷> yeah
L509[16:42:56]
<Forecaster>
then `component.whatever_component.<tab>` to cycle through
that components methods
L510[16:43:14]
<H̷e̷a̷t̷h̷r̷o̷w̷> so say it's a reactor
chamber
L511[16:43:48]
<H̷e̷a̷t̷h̷r̷o̷w̷>
'''component.reactor_chamber.<tab> ?
L512[16:43:53]
<Forecaster>
yes
L513[16:44:12]
<Shuudoushi>
Or whatever the reactor chamber is read as by OC, yes
L514[16:44:21]
<H̷e̷a̷t̷h̷r̷o̷w̷> yeah
L515[16:45:38]
<Shuudoushi>
There was a script I used to use to get methods of a block and save
it, but I don't recall what it was called, or if it's even still on
oppm
L516[16:51:00]
<Bob>
@H̷e̷a̷t̷h̷r̷o̷w̷ alternatively since component.X is a table you
can list its methods using `for name,func in pairs(component.name)
do print(name,func) end`
L517[16:51:29]
<Bob>
component.list() lists all the connected components so aswell
iterable trough
L518[16:51:51]
<H̷e̷a̷t̷h̷r̷o̷w̷> sorry i don't know
anything about tables :)
L519[16:52:18]
<Bob> They
are really easy
L520[16:52:28]
<Bob> since
they only follow a simple set of rules
L521[16:52:38]
<Bob> Lua
only data storage type is the table
L522[16:52:51]
<Bob> unlike
in other languages where you can have specific tables and
studf
L523[16:55:25]
<H̷e̷a̷t̷h̷r̷o̷w̷> i'll need to look into
it !
L524[16:56:46]
<Forecaster>
yeah, but cycling through them in the prompt lets you quickly find
the one you want, then you can just hit enter and you might get
it's docs if there are any
L525[16:56:55]
<Forecaster>
or you can try calling it right away and see what it does
L526[16:57:18]
<Bob> ^ good
way to understand how it works
L527[17:02:26] ⇦
Quits: Rahix (Rahix!~Rahix@2001:7f0:3003:235f:7432:dd86:b273:f0ec)
(Remote host closed the connection)
L529[17:13:28] ⇦
Quits: Vexatos (Vexatos!~Vexatos@port-92-193-0-195.dynamic.qsc.de)
(Quit: Insert quantum chemistry joke here)
L530[17:13:38]
zsh sets mode: +v on Vexatos
L531[17:13:38]
⇨ Joins: Vexatos
(Vexatos!~Vexatos@port-92-193-0-195.dynamic.qsc.de)
L532[17:14:28]
⇨ Joins: smoke_fumus
(smoke_fumus!~smoke_fum@188.35.176.90)
L533[17:23:23] ⇦
Quits: t20kdc
(t20kdc!~20kdc@cpc139326-aztw33-2-0-cust441.18-1.cable.virginm.net)
(Ping timeout: 183 seconds)
L534[17:25:29] <AmandaC> %choose irradiate
or halucinate?
L535[17:25:29] <MichiBot> AmandaC: You'll
want to go with "halucinate?".
L536[17:27:13]
<H̷e̷a̷t̷h̷r̷o̷w̷> is '''restart''' a
command
L537[17:27:59]
<H̷e̷a̷t̷h̷r̷o̷w̷> is restart a command ?
[Edited]
L538[17:40:57]
<Forecaster>
yes
L539[17:43:39]
<H̷e̷a̷t̷h̷r̷o̷w̷> cool
L540[17:44:55] <AmandaC> `destart`,
however, isn't.
L541[17:46:31]
<Forecaster>
unstart
L542[17:46:46] <AmandaC> imstart
L543[17:53:26]
⇨ Joins: infina
(infina!~infina@caligula.lobsternetworks.com)
L545[17:56:57] <Temia> antistop
L546[18:12:53] ⇦
Quits: Vexatos (Vexatos!~Vexatos@port-92-193-0-195.dynamic.qsc.de)
(Quit: Insert quantum chemistry joke here)
L547[18:24:23] *
AmandaC antistops Temia's untransformation into a
not-fairy
L548[18:24:47] <AmandaC> ( I think I got
the number of negatives correct there. )
L549[18:26:39] ⇦
Quits: ben_mkiv (ben_mkiv!~ben_mkiv@88.130.158.124) (Ping timeout:
206 seconds)
L550[18:34:14]
⇨ Joins: ben_mkiv
(ben_mkiv!~ben_mkiv@88.130.158.124)
L552[18:53:03] ⇦
Quits: flappy (flappy!~flappy@88-113-149-197.elisa-laajakaista.fi)
(Ping timeout: 190 seconds)
L553[19:02:55]
⇨ Joins: okok
(okok!webchat@c-73-12-156-198.hsd1.ca.comcast.net)
L555[19:03:11] ⇦
Quits: okok (okok!webchat@c-73-12-156-198.hsd1.ca.comcast.net)
(Client Quit)
L556[19:06:33]
⇨ Joins: aaaa
(aaaa!webchat@c-73-12-156-198.hsd1.ca.comcast.net)
L557[19:07:21] ⇦
Quits: aaaa (aaaa!webchat@c-73-12-156-198.hsd1.ca.comcast.net)
(Client Quit)
L558[19:34:19]
⇨ Joins: bharber
(bharber!~bharber@75-30-236-144.lightspeed.wlghoh.sbcglobal.net)
L559[19:34:35] <bharber> $tonk
L560[19:34:41] <bharber> #tonk
L561[19:34:48] <bharber> ?tonk
L562[19:35:03] <bharber> dammit forgot the
character to do commands
L563[19:36:49] <bharber> %tonk
L564[19:36:49] <MichiBot> Bejabbers!
bharber! You beat Lizzy's previous record of 4 hours, 7 minutes and
10 seconds (By 54 minutes and 56 seconds)! I hope you're
happy!
L565[19:36:50] <MichiBot> bharber's new
record is 5 hours, 2 minutes and 7 seconds! bharber also gained
0.0046 (0.00092 x 5) tonk points for stealing the tonk.
L566[19:39:38] ⇦
Quits: bharber
(bharber!~bharber@75-30-236-144.lightspeed.wlghoh.sbcglobal.net)
(Quit: Proudly using WocChat!)
L567[21:09:52] ⇦
Quits: cpup (cpup!~cpup@24-151-32-148.dhcp.nwtn.ct.charter.com)
(Quit: Breaking stuff)
L568[21:10:58]
<Gopnik>
where dose one find info to write a user interface ?
L569[21:11:48]
<bad at
vijya> well it's not hard
L570[21:12:38]
<Gopnik> im
a noob can you explain where i can start ?
L571[21:12:46]
<Gopnik> im
a noob can you explain where i can start ? would be vary helpful
[Edited]
L572[21:14:08]
<bad at
vijya> all a user interface requires is the keyboard API and the
GPU component
L573[21:14:54]
<bad at
vijya> basically, you draw the GUI with fill commands to the
GPU, and you can take inputs to navigate using the keyboard
api
L574[21:15:53]
<Gopnik> is
there documention you can me ?
L575[21:15:56]
<Gopnik> is
there documentation you can me ? [Edited]
L578[21:17:03]
<bad at
vijya> ain't much more i can say about it
L579[21:17:25]
<Gopnik>
thank you bad
L580[21:20:15]
<Gopnik>
@bad at vijya
L581[21:20:21]
<Gopnik>
question
L582[21:20:24]
<Gopnik>
question for you [Edited]
L583[21:20:27]
<bad at
vijya> yea?
L584[21:21:43]
<Gopnik> if
i set up an console environment in Visual studio for Lua Will it
run like open computers. or is there some kinda real time out of
game editor ?
L585[21:22:21] <CompanionCube> there are
programs that do what you're asking
L586[21:22:29] <CompanionCube> visual
studio's console environment isn't one of them
L587[21:22:35]
<Gopnik>
what programs ?
L588[21:22:36]
<bad at
vijya> ^
L589[21:22:39]
<bad at
vijya> ocemu
L590[21:22:46]
<bad at
vijya> or ocvm
L591[21:22:52]
<Gopnik>
witch one is better ?
L592[21:22:56]
<bad at
vijya> but i don't know if either would work in
windows.......
L593[21:23:16]
<bad at
vijya> wait
L594[21:23:19]
<bad at
vijya> ocemu does
L596[21:23:36]
<Gopnik>
works on windows ?
L597[21:23:56]
<Gopnik> ok
how do i set this up ?
L598[21:24:04]
<bad at
vijya> also, just as a recommendation
L599[21:24:25]
<bad at
vijya> don't use VS (unless you mean VSCode)
L600[21:24:40]
<Gopnik> oh
ok i was gonna try and sset it up
L601[21:24:44]
<Gopnik> oh
ok i was gonna try and set it up [Edited]
L602[21:24:55]
<bad at
vijya> use an editor like Sublime Text, Atom, or even
Notepad++
L603[21:25:56]
<Gopnik>
@bad at vijya is there a way to be able to make ocemu fullscreen
?
L604[21:26:10]
<bad at
vijya> not as far as i remember
L606[21:27:06]
<bad at
vijya> if you used linux, i could say to use ocvm
L608[21:28:59]
<Gopnik> i
could run a vm
L609[21:29:09]
<Gopnik> let
me set one up
L610[21:29:15]
<bad at
vijya> i mean
L611[21:29:19]
<bad at
vijya> if you're going the route
L612[21:29:27]
<bad at
vijya> you'd probably wanna just use WSL or something
L613[21:29:40]
<Gopnik> WSL
?
L614[21:30:36]
<Gopnik> you
have a link
L615[21:30:40]
<bad at
vijya> Windows Subsystem for Linux
L616[21:30:56]
<Gopnik>
never hurd dit
L617[21:31:03]
<Gopnik>
never hurd of it what is [Edited]
L620[21:33:50]
<Gopnik>
Awsome
L621[21:33:53]
<Gopnik>
Thank you
L622[21:34:10]
<Gopnik> Ill
set this up then get back to you im restarting right now
L623[21:35:23]
<bad at
vijya> i'm going to bed lmao
L624[21:35:45]
<Gopnik> how
dose one set up ocvm
L625[21:55:37] ⇦
Quits: Thutmose (Thutmose!~Patrick@host-69-59-79-181.nctv.com)
(Quit: Leaving.)
L628[21:57:40] <MichiBot> AmandaC: Inari
will be notified of this message when next seen.
L629[22:11:10] <Temia> Seems interesting
but pricy
L630[22:11:32] <Temia> I'd probably sooner
grab a Pi Zero-W
L631[22:40:11]
<Wattana
Gaming> Hey @Z0idburg, about the tty you have talked about some
times ago
L632[22:40:24]
<Wattana
Gaming> think I will implement it in OCLinux
L633[22:40:36]
<Wattana
Gaming> Hey @Z0idburg, about the ~~tty~~ you have talked about
some times ago [Edited]
L634[22:41:09]
<Wattana
Gaming> I dont remember well though, some terminal stuff
L635[22:43:45] <Izaya> ttys are nice
L636[22:43:55] <Izaya> if you have ttys,
you should have pipes in general
L637[22:44:08] <Izaya> and connect the tty
to one end of a pipe
L638[22:44:24]
<Wattana
Gaming> Think it's some kind of a system that write the screen
data to a file, then the terminal can intepret it
L639[22:45:17]
<Wattana
Gaming> Whatever it is, I need to replace the old graphics
system in OCLinux with a new one
L641[22:51:00]
<Wattana
Gaming> thanks for reminding me
L642[22:54:57]
⇨ Joins: cpup
(cpup!~cpup@24-151-32-148.dhcp.nwtn.ct.charter.com)
L643[22:56:28]
<Wattana
Gaming> shit, I cant come up with an idea on how to implement a
new graphics system
L644[23:10:42]
<Z0idburg>
Yes @Wattana Gaming I have the code for that lying around its like
99% done
L645[23:10:46]
<Z0idburg>
you could always finish it too
L646[23:11:21]
<Wattana
Gaming> can I have the code?
L647[23:11:29]
<Wattana
Gaming> im tryna port it over to OCLinux
L648[23:32:58] ⇦
Quits: ben_mkiv (ben_mkiv!~ben_mkiv@88.130.158.124) (Ping timeout:
190 seconds)
L649[23:34:22]
<Z0idburg>
yes
L650[23:34:48]
<Z0idburg>
@Wattana Gaming
L652[23:42:15] <payonel> @gopnik i built
ocvm, and i do maintain it, but i've never had anyone test it on
WSL
L653[23:42:23] <payonel> if you do go that
route, let me know if you have questions
L654[23:42:42] <payonel> also, i use
vscode for all lua development for opencomputers, and i use ocvm to
test that work
L655[23:43:03] <payonel> ocemu came first,
i used it for a long time, and then wanted to make my own
L656[23:49:20]
<Z0idburg>
actually payonel
L657[23:49:22]
<Z0idburg>
you are wrong
L658[23:49:26]
<Z0idburg>
it works fine on wsl
L659[23:49:29]
<Z0idburg> I
used it on wsl
L660[23:49:35]
<Z0idburg>
debian wsl that is
L661[23:49:44] <payonel> cool! :)
L662[23:49:46]
<Z0idburg>
there are a couple of oddities
L663[23:50:10]
<Z0idburg>
like I think I had to run it inside of screen
L664[23:50:16] <payonel> oh hm
L665[23:50:20]
<Z0idburg>
because the stock output was not working right
L666[23:50:32]
<Z0idburg>
this is partially due to WSL doing curses ANSI incorrectly
anyways
L667[23:50:43] <payonel> ha
L668[23:50:56] <payonel> well....
L669[23:51:00] <payonel> it could be my
fault too
L670[23:51:11] <payonel> i ran into
trouble with ncurses not spacing wide chars out correctly
L671[23:51:25]
<Z0idburg>
The one thing I really wanted to see in ocvm but was too lazy to do
myself
L672[23:51:41] <payonel> which caused a
lot of alignment issues, even in the motd for openos
L673[23:51:47]
<Z0idburg>
was to use a little of extra magic to fix the input character
thing
L674[23:51:53]
<Z0idburg>
for key presses
L675[23:52:02] <payonel> can you
elaborate?
L676[23:52:33] <payonel> (anyways, my
point was that i did all codes myself, no ncurses, to make sure the
spacing was correct)
L677[23:52:36]
<Z0idburg>
its been a long time but iirc. it had to do with the weird
duplicate character coming in the key down and key up thing because
there's no way ti properly key capture
L678[23:52:45]
<Z0idburg>
so I thought well maybe make c++ or whatever do it for me
L679[23:52:51]
<Z0idburg>
and pass it to Lua
L680[23:52:58]
<Z0idburg>
like an override
L681[23:53:27]
<Z0idburg>
we've had that conversation before
L682[23:54:38] <payonel> sounds familiar,
but i don't remember enough