<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:43:39]
<Kleadron> i
wonder how hard it would be to port opencomputers to the 1.13.2
version of forge
L2[00:44:06]
<Kleadron>
im testing it out and it doesnt seem to collapse yet
L3[00:52:29]
<Forecaster>
%time
L4[00:52:29] <MichiBot> Forecaster:
2019-May-16 05:52:29
L5[01:20:38] ⇦
Quits: Kleadron
(Kleadron!~kleadron@c-73-254-147-9.hsd1.wa.comcast.net) (Ping
timeout: 206 seconds)
L6[01:34:27]
<The_Stargazer> Hmm
L7[01:34:31]
<The_Stargazer> Something's not right
L8[01:34:48]
<The_Stargazer> what's the correct way to
get arguments and perform actions based on them?
L9[01:35:13]
<The_Stargazer> my current method is
shell.parse(...) and then if args[1] == blabla then (some
code)
L10[01:35:22]
<The_Stargazer> Does blabla need to be
"blabla"?
L11[01:35:55]
<The_Stargazer> If it helps, I can post a
screenshot of the code.
L12[01:38:43]
<The_Stargazer> Oh
L13[01:38:47]
<The_Stargazer> It's returning 403...
why/
L14[01:38:48]
<The_Stargazer> It's returning 403... why?
[Edited]
L15[01:40:14]
<The_Stargazer> Of course, it works in the
browser, but not for OC.
L16[02:17:06]
<Forecaster>
without quotes it's a variable
L17[02:55:28]
<The_Stargazer> It's a problem on the API
end
L18[02:55:35]
<The_Stargazer> because if I remove `local`
i can access it
L19[03:12:15]
<The_Stargazer> Which request method does
component.internet.request use?
L20[03:17:56]
<Forecaster>
if there is no data it's a GET request, if there is data it's a
POST request
L21[03:18:14]
<Forecaster>
as stated on the wiki
L22[03:20:38] ⇦
Quits: Xal (Xal!~Xal@S010664777dabacc3.vw.shawcable.net) (Ping
timeout: 190 seconds)
L23[03:25:56] ⇨
Joins: Xal
(Xal!~Xal@S010664777dabacc3.vw.shawcable.net)
L24[03:35:42]
<The_Stargazer> Wait
L25[03:35:50]
<The_Stargazer> Why does Fingercomp's
libhttp return 301?
L26[03:36:01]
<The_Stargazer> And OC's internet card
component returns 403??
L27[03:36:10]
<The_Stargazer> most peculiar
L28[03:36:42]
<The_Stargazer> libhttp = 301 Moved
Permanently
L29[03:36:52]
<The_Stargazer> internet card = 403
Forbidden
L30[03:37:10]
<The_Stargazer> Is CloudFlare known to
interfere with OpenComputers' HTTP requests?
L32[03:37:56]
<Forecaster>
maybe the library doesn't follow redirects?
L33[03:38:09]
<The_Stargazer> Hmm
L34[03:38:15]
<The_Stargazer> /api/v2/endpoints is
correct..
L35[03:38:21]
<The_Stargazer> does http not deal well
with json?
L36[03:38:25]
<The_Stargazer> does oc http not deal well
with json? [Edited]
L37[03:38:56]
<Forecaster>
it doesn't automagically parse json
L38[03:39:06]
<The_Stargazer> There's the problem
L39[03:39:10]
<The_Stargazer> I think anyway
L40[03:39:21]
<The_Stargazer> The API responses are in
json format
L41[03:39:32]
<The_Stargazer> `content-type
application/json`
L42[03:43:11]
<The_Stargazer> Is CloudFlare the
issue?
L43[03:44:02]
<The_Stargazer> @Forecaster
L44[03:44:17]
<The_Stargazer> ?
L45[03:45:38]
<Forecaster>
the redirect is from http to https
L46[03:45:43]
<Forecaster>
try calling https directly
L47[03:46:07]
<The_Stargazer> I can't
L48[03:46:09]
<The_Stargazer> no module tls
L49[03:46:26]
<Forecaster>
what?
L50[03:47:55]
<The_Stargazer> with fingercomp's
libhttp
L51[03:48:02]
<The_Stargazer> oc internet card ALWAYS is
403
L52[03:48:25]
<Forecaster>
why are you using that
L53[03:48:43]
<The_Stargazer> because
L54[03:48:46]
<The_Stargazer> oc internet = 403
L55[03:48:52]
<The_Stargazer> libhttp = actually
works
L56[03:49:02]
<The_Stargazer> i'm SUPPOSED to get a 301
on HTTP
L57[03:50:08]
<The_Stargazer> So that means
L58[03:50:16]
<The_Stargazer> Fingercomp's libhttp
actually does its job
L59[03:50:24]
<The_Stargazer> but the OC internet card
doesn't
L60[03:51:45]
<Forecaster>
...you realize that libhttp is just a wrapper for the internet card
right
L61[03:52:06]
<Forecaster>
it just does additional stuff that you're not doing when you use
request directly
L62[03:52:07]
<The_Stargazer> Obviously
L63[03:52:11]
<The_Stargazer> How else would it
work
L64[03:52:20]
<The_Stargazer> But the additional
stuff
L65[03:52:24]
<The_Stargazer> Appears to make it
work
L66[03:52:43]
<The_Stargazer> If http responds 301, what
will HTTPS respond?
L67[03:59:55]
<Forecaster>
you claim that the internet card "doesn't do it's job"
just because it doesn't do the additional work the library
does
L68[04:02:33] <Lizzy> what are you doing
that results in the internet card returnung 403?
L69[04:03:43]
<The_Stargazer> here's my code:
L72[04:04:59]
<The_Stargazer> discord you stupid
L73[04:05:02]
<The_Stargazer> that's not a link
L74[04:05:12]
<The_Stargazer> well it is but i didn't
want it to be formatted as one
L75[04:05:33]
<Forecaster>
put it between `
L76[04:05:40]
<The_Stargazer> oh yeah
L78[04:06:11]
<The_Stargazer> And if I use libhttp with
libtls
L81[04:07:04] <Lizzy> *hmm
L82[04:07:11] <Lizzy> ~oc internet
componenet
L83[04:07:21]
<The_Stargazer> h m m m m
L84[04:07:27] <Lizzy> meh, ocdoc bot is
broked
L85[04:07:42] <Lizzy> i'll just browse the
wiki manually
L87[04:09:23] <Lizzy> you'll need to do
something like `request = internet.request(BLAH) ; for chunk in
request do things() end`
L88[04:10:09]
<The_Stargazer> And what are those
"things"
L89[04:10:24] <Lizzy> reading the chunk
that it sends back, doing something with it
L90[04:10:44] <Lizzy> for large files, it'd
iterate multiple times but for the url you were trying above i
think it'll just iterate once
L91[04:10:46]
<The_Stargazer> gtg
L92[04:11:01] <Lizzy> it's mainly done like
that cause of the limited ram the computers have
L93[04:34:38]
<The_Stargazer> what does handshake_failure
mean?
L94[04:34:44]
<The_Stargazer> Is it CloudFlare being a
dumb?
L95[04:35:08] <Izaya> unlikely but possible
I guess
L96[04:35:26] <Izaya> Given they MiTM all
traffic it's not out of the question
L97[04:36:02]
<The_Stargazer> they what
L98[04:38:25] <Izaya> Man in the
middle
L99[04:41:27]
<The_Stargazer> and what's that
L100[04:43:22] <Izaya> They stand between
the client and the server, reading all the traffic, and optionally
passing it on
L101[04:43:35] <Izaya> It is helpful but I
hope you trust Cloudflare
L102[04:44:18] ⇦
Quits: Xal (Xal!~Xal@S010664777dabacc3.vw.shawcable.net) (Ping
timeout: 190 seconds)
L103[04:44:57]
<The_Stargazer> And if they don't like the
traffic, they reject it?
L104[04:45:20] <Izaya> or if it's a HTTP
request for a file they have cached, they return it
L105[04:45:47]
<The_Stargazer> and if it's HTTPS?
L106[04:47:03] <Izaya> well, to set it up
you give them your cert, so HTTPS goes to them, not you
L107[04:48:03]
⇨ Joins: Xal
(Xal!~Xal@S010664777dabacc3.vw.shawcable.net)
L108[04:51:44]
<The_Stargazer> and of course... libtls
doesn't provide a certificate.
L109[04:52:35]
<The_Stargazer> Also
L110[04:52:43]
<The_Stargazer> I finally realized why
`ffp` never worked for me..
L111[04:53:05]
<The_Stargazer> It was a lua 5.3 program
and that NEVER occurred to me.
L112[04:53:40] <fingercomp> @The_Stargazer
most likely, the server you're connecting to doesn't support any
cipher suites that my library does
L114[05:16:02] <Lizzy> hmm, my server
seems to support quite a few weak TLS ciphers...
L115[05:17:54] <Lizzy> oh, that's because
i don't actually specify the ciphers my webserver should use...
oops
L116[05:20:31]
⇨ Joins: Cervator1
(Cervator1!~Thunderbi@c-98-230-27-246.hsd1.fl.comcast.net)
L117[05:21:03] ⇦
Quits: Cervator
(Cervator!~Thunderbi@2601:4c1:4000:362c:3552:69f2:d9ed:6a3b) (Ping
timeout: 183 seconds)
L118[05:21:03] ***
Cervator1 is now known as Cervator
L119[06:31:22]
⇨ Joins: Thutmose
(Thutmose!~Patrick@host-69-59-79-181.nctv.com)
L120[06:31:31] ⇦
Quits: Thutmose (Thutmose!~Patrick@host-69-59-79-181.nctv.com)
(Client Quit)
L121[07:15:11]
⇨ Joins: Inari
(Inari!~Pinkishu@pD9E8E90F.dip0.t-ipconnect.de)
L122[07:45:03] <Lizzy> %lookup
whirlpool.theender.net
L123[07:45:04] <MichiBot> ERROR: No DNS
record for 'whirlpool.theender.net'
L124[07:45:05] <MichiBot> DNS error
Resolved: Unresolved: whirlpool.theender.net
L125[07:45:14] <Lizzy> ok, so that's still
broke
L126[07:45:44] <Lizzy> also just realised
i'm still logged into it so i've just run ip addr on it derp
L127[08:01:15] <Lizzy> no ubuntu i don't
want any of your shitty snaps
L128[08:01:34]
<Forecaster>
what's a snap
L129[08:01:58] <Lizzy> not too sure to be
honest, seems like some attempt at a cross-distro package
thing
L130[08:04:10] <Lizzy> :q
L131[08:04:14] <Lizzy> ffs
L132[08:28:03]
⇨ Joins: Vexatos
(Vexatos!~Vexatos@port-92-201-1-175.dynamic.qsc.de)
L133[08:28:03]
zsh sets mode: +v on Vexatos
L134[08:34:18] <Lizzy> hmm, need to work
out how to make libvirt have multiple IPs for a single host
L135[08:45:54] ⇦
Quits: tehbeard (tehbeard!~tehesper@208.80.10.200) (Ping timeout:
189 seconds)
L136[08:55:49]
⇨ Joins: tehbeard
(tehbeard!~tehesper@208.80.10.200)
L137[08:56:32]
<Trainfan91>
how do i stop a program from running via ctrl+c?
L138[08:57:14]
<Forecaster>
catch the "interrupted" event
L139[08:57:45]
<Trainfan91>
how do i do that?
L140[08:58:01]
<Forecaster>
~oc events
L141[08:58:03]
<Trainfan91>
im new to lua
L142[08:58:15]
<Forecaster>
oh yeah, that isn't working right now
L143[08:58:21]
<Forecaster>
just search for events on the wiki
L144[09:03:35]
<Trainfan91>
if soft interrupts no longer work, what's the alternative?
L145[09:07:00]
<Forecaster>
hard interrupt with `ctrl + shift + c`
L146[09:20:01]
<TheRealBob>
CRTL + ALT + C
L147[09:27:33]
⇨ Joins: flappy
(flappy!~flappy@88-113-149-197.elisa-laajakaista.fi)
L148[09:41:02]
⇨ Joins: t20kdc
(t20kdc!~20kdc@cpc139326-aztw33-2-0-cust441.18-1.cable.virginm.net)
L149[09:57:57]
<Z0idburg>
Guess what I built yesterday all day
L150[09:58:14]
<Forecaster>
killer robot?
L151[09:58:20]
<Z0idburg>
I'll send some pictures, but better
L152[09:58:25]
<Z0idburg> I
built a server rack and desk
L153[09:58:47]
<Z0idburg> I
think Lizzy would think it's cool too because I know she runs
servers at home
L154[09:59:14] <Lizzy> Mew?
L155[09:59:15] <Lizzy> ooh
L156[09:59:20]
<Z0idburg>
the desk is 88 inches long and 36 inches wide too so it's
HUGE
L157[09:59:28]
<Forecaster>
boos the desk
L158[09:59:34] <Corded> *
<Forecaster> boos the desk_ [Edited]
L159[09:59:54] <Lizzy> lol, that edit got
mangled irc side
L160[10:00:04]
<Z0idburg>
lol
L161[10:00:15] <Lizzy> `<+Corded> *
<Forecaster> boos the desk_ [Edited]`
L162[10:00:26]
<Z0idburg>
I'm now working on side panels for the server rack that velcro
on
L163[10:00:46]
<Z0idburg>
and I still need to take the metal L brackets out and drill the
holes in them
L164[10:01:10]
<Z0idburg> I
might even use a square tap to make the standardized square holes
for those screwable server mounting brackets
L165[10:01:20] <Lizzy> ffs, just closed
reddit then immediately opened it again
L166[10:01:26]
<Z0idburg>
but the best part is the desk is extremely level, I can drop drill
bits on it etc and they don't go anywhere
L167[10:01:29]
<Z0idburg>
lol
L168[10:01:57] <Lizzy> hmm, did i ever
post my new computer case here? can't quite remember if i did or
not
L169[10:02:21]
<Z0idburg>
Not sure
L170[10:03:31] <Lizzy> hmm, okay i'll
upload it to my website then post a link here
L172[10:06:17] <Lizzy> that my new
case
L173[10:06:25] <Lizzy> a bit cramped, but
much lighter
L174[10:06:44] <Lizzy> like, with all the
hardware in it, my new case is just a bit heavier than the old case
by itself
L175[10:08:18]
<Z0idburg> I
see you like the sturdy corsair
L176[10:08:19]
<Z0idburg>
?
L177[10:08:28]
<Z0idburg>
loosk kind of like my last case a bit
L178[10:10:06]
<TheRealBob>
my case is half broken and empty almost
L179[10:10:22]
<TheRealBob>
gotta get 9 candles for my pc soon
L180[10:13:42] <Lizzy> also wow, just
realised the 980 has a bit of a bend in it from when it was
horizontal in the other case
L182[10:26:44] <MichiBot> XKCD Comic Name:
XKeyboarCD Posted on: 5/15/2019
L183[10:26:46]
<Mimiru> My
new keyboard.
L184[10:27:15]
<Forecaster>
I linked that yesterday :>
L185[10:36:09]
<Mimiru>
I've had like 0 chance to watch IRC/Discord.. lol
L186[10:39:04]
⇨ Joins: Thutmose
(Thutmose!~Patrick@host-69-59-79-181.nctv.com)
L187[10:47:39] <AmandaC> @Mimiru you're
not current on IRC? Man, the mid-season twist was a real zinger,
though!
L188[10:49:23] <AmandaC> Lizzy: heh,
pretty much the exact opposite of my gaming rig's case. It's a huge
fucking case, one hdd, and a micro(mini?) motherboard with only one
PCIe slot, which has my gfx card.
L189[10:50:01] <Inari> From 0 google hits
to 51900 google hits in one short day
L190[10:50:03] <Inari> Thats SEO rigth
there
L191[10:50:45] <Izaya> Lizzy: cute
case
L192[10:51:12] <Lizzy> AmandaC, my old
case is the white one in that pic, a bit too big for what i
needed
L193[10:51:18] <Lizzy> Izaya, heh,
thanks
L194[10:51:25] *
Izaya is a fan of relatively vertical designs
L195[10:52:05] <Lizzy> i'm not 100% sure
what i prefer, but have a look at the bend on that 970 (bottom gpu
in the pic)
L196[10:52:48] <Izaya> Nice
L197[10:53:16] <Lizzy> it's not the worst
bend i've seen. that title goes to the AutoCAD pcs at my work
L198[10:53:34] <Izaya> Mine had the front
bracket at one point but my cases don't have the fitting for
it
L199[10:53:53] <Lizzy> the end of the card
in those is about 1.5 of the back case slots lower than it should
be
L200[11:27:50]
<Forecaster>
%sip random
L201[11:27:50] <MichiBot> You drink a
smelly red potion (New!). Forecaster turns into a robot.
L202[11:28:07]
<Forecaster>
%tonkout
L203[11:28:07] <MichiBot> I'm sorry
Forecaster, you were not able to beat simon816's record of 14 hours
and 56 seconds this time. 12 hours, 7 minutes and 6 seconds were
wasted! Missed by 1 hour, 53 minutes and 49 seconds!
L204[11:28:25]
<Forecaster>
shoot
L205[11:31:13]
<Kodos>
RIP
L206[11:31:21]
⇨ Joins: Kleadron
(Kleadron!~kleadron@c-73-254-147-9.hsd1.wa.comcast.net)
L207[11:34:34]
<Z0idburg>
Got it!
L208[11:34:50]
<Z0idburg> I
just vacuumed and moved stuff but this was of course just after we
built it so the rug was a mess
L210[11:35:01]
<Z0idburg>
next step is to take out the rug
L211[11:35:30]
<Z0idburg>
need to put the mounting screws in
L212[11:35:34]
<Z0idburg>
screw holes*
L214[11:35:43]
<Z0idburg>
Lizzy &
L215[11:35:45]
<Z0idburg>
^
L217[11:36:11] <Lizzy> cool
L218[11:36:11]
<Z0idburg> I
need to also make the side panel and mount some electrical in
it
L219[11:36:32]
<Z0idburg>
yeah. It's probably 15U or so
L220[11:36:49]
<Z0idburg>
ot sure if I should put doors on it
L222[11:37:42] <MichiBot>
Creeper World
4 Dev: GDR | length:
35m 29s | Likes:
50 Dislikes:
3
Views:
364 | by
knucracker | Published On
16/5/2019
L223[11:37:45]
<Forecaster>
CW4 is looking good
L224[11:38:14]
<MGR>
Yup
L225[11:38:19]
<MGR> It's a
great series
L226[11:38:33] <Inari> Series o.o
L227[11:38:51]
<Forecaster>
it's the fourth game...
L228[11:38:59] <Inari> Oh
L229[11:40:43]
<Forecaster>
I wish he had a mousepad, or a better one
L230[11:40:53]
<Forecaster>
it sounds like the mouse is being dragged across wood xD
L231[11:41:33]
<Forecaster>
I'm taking my completely silent one for granted it seems
L232[11:43:20]
<Z0idburg>
I'm not sure if I'm going to put finishing on it or anything
L233[11:43:25]
<Z0idburg> I
don't care for paint
L234[11:43:42]
<Z0idburg>
staining is typically as much as I go but that makes the whole
house stink for days and it takes forever to be usable
L235[11:43:45]
<Forecaster>
finishing would probably allow it to last longer
L236[11:43:46]
<Z0idburg>
so I may just use it as is
L237[11:43:55]
<Z0idburg>
possibly
L238[11:44:14]
<Z0idburg>
I'd love to get rid of these blue walls
L239[11:44:19]
<Z0idburg>
but they are mudded without wallpaper
L240[11:44:31]
<Z0idburg>
you should always mud texture using wallpaper underneath
L241[11:44:42]
<Z0idburg>
that way if you ever want to change it it isn't permanent..
L242[11:44:57]
<Z0idburg>
they just threw mud into the plaster
L243[11:45:05]
<Z0idburg>
and that crap is nasty to take out
L244[11:50:31]
<Z0idburg>
Oh hey look what I found
L246[11:50:41]
<Z0idburg> A
picture of my audio rack
L247[11:50:48]
<Z0idburg>
before I threw the rackmount mixer in it
L248[11:51:03]
<Z0idburg>
and other stuff
L249[11:51:21]
<Z0idburg>
that CD player is actually quite amazing
L250[12:09:44] ⇦
Quits: iceiix (iceiix!Elite22036@sigma.elitebnc.org) (Ping timeout:
183 seconds)
L251[12:09:53]
⇨ Joins: iceiix
(iceiix!Elite22036@sigma.elitebnc.org)
L252[12:10:46] ⇦
Quits: A_D (A_D!A_D@doom-tower.awesome-dragon.science) (Ping
timeout: 183 seconds)
L253[12:10:57]
⇨ Joins: A_D
(A_D!A_D@doom-tower.awesome-dragon.science)
L254[12:33:15]
⇨ Joins: baschdel
(baschdel!~baschdel@2a01:5c0:16:ede1:571b:16dd:1bdb:37b)
L256[12:39:40]
<Z0idburg>
lol lol lol lol lol lol
L257[12:40:00]
<Z0idburg>
somebody tried to tell me millenials don't know what floppy disks
are
L258[12:40:14]
<Z0idburg>
excuse me but floppy disks were popular into the early 2000s
L259[12:40:24]
<Z0idburg>
hard to imagine
L260[12:40:25] <Inari> Nah
L261[12:40:26]
<Z0idburg>
but true
L262[12:40:43] <Inari> As far as I know
they weren't floopy by that time anymore
L263[12:40:51]
<Z0idburg>
Windows XP still required them for installer drivers CD wasn't even
supported
L264[12:41:02]
<Z0idburg>
well yrah but we had the 3.5"
L265[12:41:07]
<Z0idburg>
yeah*
L266[12:41:41]
<MGR>
*~~references stupid Apple "what's a computer?"
commercials~~*
L267[12:41:44]
<Z0idburg>
It was a little strange that XP couldn't load drivers on CD at the
time from the installer because Windows 98 could
L268[12:42:13]
<Z0idburg> I
think a service pack years later like SP3 or so eventually fixed
it
L269[12:42:28]
<Z0idburg>
but you needed an SP3 built in install cd
L270[12:43:15]
<Z0idburg>
its about time I take mr puppy out again
L271[12:43:17]
<Z0idburg>
he's been sleepin
L272[12:44:11]
<Z0idburg>
guess he just ants to zZZzzzzz
L273[12:46:01]
<Z0idburg>
you know I learned something about having a dog
L274[12:46:05]
<Z0idburg>
puppies smell like puppies
L275[12:46:10]
<Z0idburg>
they have puppy smell
L276[12:46:21]
<Z0idburg>
it's not a bad smell, it's just a very puppy smell
L277[12:52:09] <Inari> I like the smell of
cat fur
L278[13:05:12]
<Forecaster>
in the morning?
L279[13:17:33]
<Z0idburg>
ok this is the new iron I'm buying
L281[13:26:59] *
AmandaC wearily gives Inari her dose of cat fur smell, careful not
to let her OD again and start singing along to nyancat
L282[13:31:41] *
Temia stares at Inari
L283[13:32:08] *
Temia nosebeeps.
L284[13:33:38] <Inari> Temia: nya?
D:
L285[13:44:50]
<Z0idburg>
LOL
L286[13:45:19] <Inari> I sorta miss
PSO
L287[13:45:44]
<Z0idburg>
fPhantasy Star Online?
L288[13:45:55] <Inari> Yes
L289[13:46:02]
<Z0idburg>
Did you play the second one?
L290[13:46:07]
<Z0idburg>
the second one is pretty good
L291[13:46:19] <Inari> "second
one"?
L292[13:46:20]
<Z0idburg>
it removed a fair ammount of annoyances I had with PSO 1
L293[13:46:23]
<Z0idburg>
Yes!
L294[13:46:37] <Inari> I think I mostly
played PSO:BB
L295[13:46:42] <Inari> As PSO2 never
really came out in English
L296[13:46:51]
<Z0idburg>
There's a patcher
L297[13:47:00]
<Z0idburg>
it stays up to date and puts in all the translations
L298[13:47:05] <Inari> Which left a lot
untranslated last time I tried
L299[13:47:10]
<Z0idburg>
and still works with the online network
L300[13:47:15] <Inari> Plus having to mess
around with proxies or weird signup forms xD
L301[13:47:28]
<Z0idburg>
it does but all of the important stuff is understandable
L302[13:47:38]
<Z0idburg>
there was the captchas
L303[13:47:40] <Inari> All the important
stuff = all text
L304[13:47:41]
<Z0idburg>
that's the only problem
L305[13:48:03]
<Z0idburg> I
only care about the gameplay really
L306[13:48:12] <Inari> I also carea bout
knowing the heck NPCs say
L307[13:48:12] <Inari> :D
L308[13:48:19]
<Z0idburg>
lol
L309[13:48:24]
<Z0idburg>
its easy to figure out
L310[13:48:31]
<Z0idburg>
sometimes you just gotta guess
L311[13:48:43] <Inari> Guess from random
japanese kanji? ;p
L312[13:48:53]
<Z0idburg>
lol
L313[13:49:13]
<Z0idburg>
even so its still a way better game than PSO 1
L314[13:49:25]
<Z0idburg>
PSO 1 had so much damn waiting
L315[13:49:33]
<Z0idburg>
it was awful
L316[13:49:41] <Inari> CAn't say I recall
much waiting
L317[13:49:43] <Inari> But no cue
L318[13:50:35]
<Z0idburg>
wait for the loading wait for the enemies to get close to you wait
to attach wait to attack wait to attack run away wait for enemies
to get ner wait to attack - PSO 2 has it too its just much faster
paced
L319[13:50:47]
<Z0idburg>
and it has many more things you can do
L320[13:50:53]
<Z0idburg>
with your attacks
L321[13:51:14]
<Z0idburg>
You know what another good game was though
L322[13:51:43]
<Z0idburg>
phantasy star 4
L323[13:51:53]
<Z0idburg>
although 4 was also quite slow
L324[13:51:59]
<Z0idburg>
iirc
L326[13:56:28] <MichiBot>
Phantasy Star
Online 2 - Vamos a Carnaval (Samba de Amigo) | length:
1m
56s | Likes:
45 Dislikes:
1 Views:
2,611 | by
Phantasy Star Online 2 Music | Published On 16/10/2016
L327[13:58:06]
<Z0idburg>
lol
L328[13:58:13]
<Z0idburg>
one thing I really like about PSO 2 Inari is the bosses
L329[13:58:17]
<Z0idburg>
they are SO EPIC
L330[13:58:22]
<Z0idburg>
later on in the game that is
L332[13:58:50] <MichiBot>
【PSO2】 Vs.
Ghidoran the Train | length:
2m 11s | Likes:
19 Dislikes:
1 Views:
5,381 | by
Xinlyfenne |
Published On 28/1/2016
L333[13:59:14] <Inari> Heh
L334[13:59:44] <Inari> See, what that NPC
said was japanese
L335[13:59:45] <Inari> :<
L336[14:00:32]
<Z0idburg>
so wut
L337[14:00:33]
<Z0idburg>
?
L338[14:00:36]
<Z0idburg>
learn japaneese ?
L339[14:00:49] <Inari> I am
L340[14:00:49] <Inari> :p
L341[14:01:32] <Inari> Combat looks kinda
"eh" in that vid though
L342[14:03:24]
<Z0idburg>
its a lot more fun with a party of people
L343[14:03:35]
<Z0idburg>
when they have different kind of classes and stuff
L344[14:03:51]
<Z0idburg>
walking around beating stuff up with melee gets dull
L345[14:03:54]
<Z0idburg>
alone
L346[14:04:17] <Inari> Fast=paced com,bat
can also mean that not much of your stuff actually matters and it's
more easy. Vs. slower combat thats more about timing
L347[14:04:54]
<Z0idburg> I
just didn't like how badly slow it was in teh first one
L348[14:06:23]
<Z0idburg>
PSO 2 still does the thing it did in 1 where the more people the
more retardedly difficult the enemies were
L349[14:07:10] <Inari> Temia: Were you
even playing ff14?
L350[14:07:29] <Temia> YEah
L351[14:07:36] <Inari> I bet you play the
fairy thingy
L352[14:07:41] <Temia> ...
L353[14:07:49] <Temia> n-no what would
ever give you that idea
L354[14:07:53] <Inari> xD
L355[14:07:55] *
Temia hides level 70 SCH main behind back
L356[14:08:18] *
AmandaC pounces at a shiny behind Temia's back
L357[14:08:20] <Inari> I sort of want a
Monster hunter MMO
L358[14:08:48] *
Temia eeps and topples over
L359[14:08:53]
<Z0idburg>
MHW kinda wanted to go that direction
L360[14:08:54]
<Z0idburg>
but
L361[14:09:04]
<Z0idburg>
it doesn't pull it off as well as it could
L362[14:09:04] <Inari> You sure it
did?
L363[14:09:08] <Inari> Cause nothing of it
is a MMO
L364[14:09:08] <Inari> :p
L365[14:09:34]
<Z0idburg>
well it's just not open world MMO or anything
L366[14:09:48] <Inari> I just always find
combat in MMOs end up very formulaic "Pess keyts in
rotation" stuff. MH Combat feels much nicer
L367[14:10:06]
<Z0idburg>
heh
L368[14:10:16]
<Z0idburg>
that's pretty common
L369[14:10:17] <Inari> Though I guess the
main difference is that MH is slower and requires you to time
L370[14:10:21]
<Z0idburg>
time to build your own ?
L371[14:10:23] <Inari> Instaed of just
rolling your face across the keyboard
L372[14:10:34]
<Z0idburg>
LOL
L373[14:10:45] <Inari> You seem quite
easily amused :p
L374[14:11:05] <AmandaC> he may be sleep
deprived
L375[14:11:06]
<Z0idburg> I
am easily amused
L376[14:11:12]
<Z0idburg>
This is why I am never bored
L377[14:11:18] <Inari> Hah
L378[14:11:20] <Inari> I'm always
bored
L379[14:11:48]
<Z0idburg> I
was only picturing somebody rolling their face on the keyboard
trying to beat a boss
L380[14:12:18]
<Z0idburg>
you see there's not much to do here
L381[14:12:31]
<Z0idburg>
so you need to occupy yourself with things to think and laugh
about
L382[14:12:49] <Inari> It's not an
uncommon expression though
L383[14:13:13]
<Z0idburg>
it may be in the woods
L384[14:15:26]
<Z0idburg>
like I said if you are bored here, your option is usually go
outside and stare at the trees
L385[14:15:59]
<Z0idburg>
go check out that mound of dirt your neighbor just moved
L386[14:16:45]
<Z0idburg>
there's Internet, that's your excitement. If you aren't excited on
the Internet your only choice is to go out and do something like
build a barn
L387[14:17:27]
<Z0idburg>
My fun yesterday was building that desk and grabbing a trailer to
haul more wood in
L388[14:17:37]
<Z0idburg>
because there was nothing better to do
L391[15:04:18] ⇦
Quits: baschdel
(baschdel!~baschdel@2a01:5c0:16:ede1:571b:16dd:1bdb:37b) (Ping
timeout: 189 seconds)
L392[15:11:31]
<Zef> Why
would you *want* the us healthcare system
L393[15:16:32]
<Forecaster>
"the grass is always greener"
L394[15:22:15] <Skye> @Zef the thing is...
most voters in the UK like the NHS
L395[15:22:17] <Skye> like
L396[15:23:04] <Skye> it's one of those
national pride things, even brexit was campaigned on a platform
"let's help the NHS instead of the EU"
L397[15:23:29] <Skye> which is why these
billboards are having an effect
L398[15:26:04] <Skye> or at least
L399[15:26:14] <Skye> the why the people
who make them think they will have an effect
L400[15:58:53] ⇦
Quits: flappy (flappy!~flappy@88-113-149-197.elisa-laajakaista.fi)
(Ping timeout: 190 seconds)
L401[16:10:51] ⇦
Quits: ATMunn (ATMunn!ATMunn@hellomouse.net) (Ping timeout: 189
seconds)
L402[16:11:03]
⇨ Joins: 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)
L403[16:23:16]
⇨ Joins: MAXIME
(MAXIME!~MAXIME@modemcable254.185-178-173.mc.videotron.ca)
L404[16:23:18] ⇦
Quits: MAXIME
(MAXIME!~MAXIME@modemcable254.185-178-173.mc.videotron.ca) (Client
Quit)
L405[16:26:30] <CompanionCube> Forecaster:
nah, farage is just a cunt
L406[16:26:38] <CompanionCube> %tonk
L407[16:26:38] <MichiBot> I'm sorry
CompanionCube, you were not able to beat simon816's record of 14
hours and 56 seconds this time. 4 hours, 58 minutes and 31 seconds
were wasted! Missed by 9 hours, 2 minutes and 25 seconds!
L408[16:26:44] <CompanionCube> damn
L409[16:47:06]
⇨ Joins: Inari|2
(Inari|2!~Pinkishu@pD9E39F43.dip0.t-ipconnect.de)
L410[16:48:48] ⇦
Quits: Inari (Inari!~Pinkishu@pD9E8E90F.dip0.t-ipconnect.de) (Ping
timeout: 198 seconds)
L412[17:02:38] ⇦
Quits: Inari|2 (Inari|2!~Pinkishu@pD9E39F43.dip0.t-ipconnect.de)
(Ping timeout: 190 seconds)
L413[17:03:11]
<Brisingr
Aerowing> I’ve been watching Zedaph and Tango stream that. God
those two are goofy.
L414[17:19:36] ⇦
Quits: t20kdc
(t20kdc!~20kdc@cpc139326-aztw33-2-0-cust441.18-1.cable.virginm.net)
(Ping timeout: 189 seconds)
L415[17:29:47]
<Z0idburg>
tbh insurrance based healthcare isn't so bad
L416[17:33:52] <AmandaC> Temia: which rare
earth metal should I graft onto Inari's skelleton tonight while she
slumbers? :3
L417[17:34:21]
<Z0idburg>
Lead?
L418[17:34:30] <AmandaC> Nah, already did
that a few months ago
L419[17:34:40] <AmandaC> Results were...
unpleasent
L420[17:34:47]
<Z0idburg>
NEODYMIUM!
L421[17:34:58]
<Z0idburg>
so she becomes a giant magnet
L422[17:35:04]
<Z0idburg>
wait
L423[17:35:05]
<Forecaster>
neko-dymium
L424[17:35:12]
<Z0idburg>
is that the definition of a chick magnet AmandaC?
L425[17:36:18] <AmandaC> Also I didn't
know you were one of Temia's alts, @Z0idburg. :P
L426[17:38:03] <Temia> ...something is
VERY wrong with my virtual machine
L427[17:38:22] <Temia> Nothing is being
rendered.
L428[17:39:16] <Temia> The VM's running
and Steam is showing it as on and streaming, but nothing is
displaying
L429[17:41:36] ⇦
Quits: ba7888b72413a16a
(ba7888b72413a16a!~ba7888b72@66.109.211.150) (Read error:
Connection reset by peer)
L430[17:43:29]
⇨ Joins: ba7888b72413a16a
(ba7888b72413a16a!~ba7888b72@66.109.211.150)
L431[17:44:13]
⇨ Joins: Vexaton
(Vexaton!~Vexatos@port-92-201-2-57.dynamic.qsc.de)
L432[17:44:14]
zsh sets mode: +v on Vexaton
L433[17:47:06] ⇦
Quits: Vexatos (Vexatos!~Vexatos@port-92-201-1-175.dynamic.qsc.de)
(Ping timeout: 189 seconds)
L434[17:50:11] <Temia> Okay, managed to
get to the device manager through the stream client, and the video
card's killswitch turned on again, it looks like. Or something is
causing vfio to not initialize it properly.
L435[17:50:16] *
Temia siiigh. fuck
L436[17:53:22]
<Z0idburg>
Temia maybe you need a new video card in the VM chassis
L437[17:53:25]
<Z0idburg> ?
LOLOLOL
L438[17:53:29] <Temia> :|
L439[17:53:35]
<Z0idburg>
OH!
L440[17:53:46]
<Z0idburg>
Did you forget to connect the pcie auxiliary power to the
card?
L441[17:53:48]
<Z0idburg>
:>
L442[17:54:39] <Temia> Got any *real*
advice or experience with kvm or should I skip ahead to the part
where you fuck off?
L443[17:57:01]
<Z0idburg>
Not really The only thing I could even think of is if the video
output is VNC mode try it in SDL orwhatever it supports
L444[17:57:39]
<Z0idburg>
because in vnc video setups of any hypervisor I've had some weird
problems
L445[17:57:46] <Temia> It's PCI
passthrough.
L446[17:58:00]
<Z0idburg>
ohh, so there IS real hardware involved then
L447[17:58:10] <Temia> Yeah.
L448[17:58:34]
<Z0idburg>
was it working before you changed something in hardware? I
imaginenot
L449[17:58:49]
<Z0idburg> I
mean I imagine you haven't changed anything hardware wised
L450[17:58:57] <Temia> Indeed, I haven't
changed anything
L451[17:59:40] <Izaya> I have something
here never before seen
L453[17:59:49]
<Z0idburg>
hmm. Does KVM care if that card is being used by something else?
I've never actually gotten PCI passthrough to actually work on a
video card because so many boards don't support it or just don't
work when it's running
L454[17:59:51] <Izaya> A political party
with policies
L455[18:00:10] <Izaya> I don't necessarily
agree with them, but goddamn, I'm impressed
L456[18:00:59] <Temia> It does indeed,
which is why I have a modprobe rule to have it load the vfio-pci
module instead of the usual nvidia or nouveau one.
L457[18:01:36] <Temia> Which by lspci's
accounts was what it loaded, so I can rule out the card being
initialized before the VM started
L458[18:01:52]
<Z0idburg>
Lol this may be why I never got it to work on the boards that did
support it XD
L459[18:01:59]
<Z0idburg>
that would besad
L460[18:02:43]
<Z0idburg> I
assume it works without pci passthrough enabled
L461[18:03:18] <Temia> Well, if I disabled
the rule and rebooted to run the card normally,
theoretically.
L462[18:03:40] <Temia> I'll test that if
it's not just a bug in...
L463[18:03:58]
<Z0idburg>
well I mean if you restarted the vm without pci passthrough then it
should use the qemu framebuffer right?
L464[18:04:03] <Temia> wait, shit, I
updated the Intel microcode yesterday, that may be what's throwing
everything for a loop
L465[18:04:11]
<Z0idburg>
OH
L466[18:04:12] <Temia> I mean, possibly
so.
L467[18:04:24]
<Z0idburg> I
wonderifit shut off passthrough in the bios?
L468[18:04:29]
<Z0idburg>
because of that
L469[18:04:41] <Temia> Not out of the
question. I guess I'll have a look.
L470[18:04:49] ⇦
Quits: Vexaton (Vexaton!~Vexatos@port-92-201-2-57.dynamic.qsc.de)
(Quit: Insert quantum chemistry joke here)
L471[18:05:11] <Temia> And if that doesn't
resolve anything, I'll swap to the non-lts kernel to see if kvm's
willing to run my VM under it again.
L472[18:05:16]
<Z0idburg>
may have to shut it off, full power down reboot, turn it back on
and full power down reboot
L473[18:05:23] <Temia> Yeah.
L474[18:05:38] <Temia> Well, BRB. Wish me
luck in that nothing self-destructs on me.
L475[18:05:48]
<Z0idburg>
because I wonder if the microcode has pci passthrough memory
initialization that isnt lining up
L476[18:05:54]
<Z0idburg>
havefun
L477[18:07:35]
<Z0idburg>
man I hope this isn't something she'll need to wait for a new bios
update for (that may never arrive) in order to fix
L478[18:07:41]
<Z0idburg>
without downgrading the microcode
L479[18:08:55] <Temia> Looks like
virtualization support and VT-d was still enabled
L480[18:09:43] <Temia> Aaaand inexplicably
it booted up just fine
L481[18:09:54] *
Temia throws her hands up
L482[18:11:32] <Temia> I am going to file
this under "windows being a perpetually anomalous state"
by proxy and go take a walk
L483[18:11:51] *
AmandaC darts out the door when Temia opens it, explores the
neighborhood
L484[18:12:04] *
Temia puts Amanda in her sister's cat carrier, takes her around the
block
L485[18:12:12] <AmandaC> D:
L486[18:12:35] <Temia> It's a stroller
with a mesh window so you can still sniff everything
L487[18:12:36] <AmandaC> How amI supposed
to climb trees like this? Though...I don't have to walk,so I'll
allow it.
L489[18:53:12]
<Kodos>
%loot
L490[18:53:12] <MichiBot> Kodos: You get a
loot box! It contains a phone battery.! (100%)
L491[19:10:15] <Temia> >goes to take a
walk
L492[19:10:17] <Temia> >comes
back
L493[19:10:27] <Temia> >black
screen
L494[19:10:50] <Temia> >No HDMI signal,
but keyboard still appears responsive
L495[19:10:53] <Temia> >switch to
DVI
L496[19:10:58] <Temia> >Windows VM is
still running
L497[19:11:06] <Temia> What even the fuck
is going on with my computer
L498[19:11:11] <Temia> First Windows, now
Linux. @_@
L499[19:11:56] <Izaya> cursed
L501[19:13:43]
<Z0idburg>
Best kind of problems Temia
L503[19:14:43] <Temia> Well, on a lark I
switched workspaces and got my display back on Linux, so I suspect
it was just display power management being weird
L504[19:16:20] <Izaya> on my laptop
sometimes after resuming from suspend I have to switch to a vtty
and back
L505[19:21:07]
⇨ Joins: Blackoutbee
(Blackoutbee!~Blackoutb@pool-108-34-253-31.prvdri.fios.verizon.net)
L506[19:21:17] <Blackoutbee> hello?
L507[19:21:25]
<Forecaster>
%hello
L508[19:21:25] <MichiBot> Forecaster:
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.
L509[19:21:35] <AmandaC> GREETINGS
MORTAL
L510[19:21:51] <Izaya> o7
L511[19:21:56] <Blackoutbee> i dont even
know who i am talking to where am i im scared
L512[19:22:36]
<Forecaster>
this is a direct line to the fifth circle of hell, did you
misdial?
L513[19:23:00] <Blackoutbee> XD
L514[19:23:06] <AmandaC> You better not be
a mimic asking uncomfortable questions about consent.
L515[19:23:19] <Blackoutbee> what are you
guys talking through?
L516[19:23:28] <Izaya> weechat
L517[19:23:36]
<Forecaster>
Discord => IRC
L518[19:23:39] <AmandaC> IRC, Corded is a
discord bridge
L520[19:23:49] <Blackoutbee> oh
L521[19:24:10] <Izaya> oh hell yeah, SGI
Screen works in my terminal again
L522[19:24:28] <Izaya> something broke it
which meant I had to go for a much larger vector font
L524[19:24:40] <Izaya> much better
L525[19:24:45] <Blackoutbee> im talking
through a computer chat inside of a mac os opencomputer in
minecraft on a computer
L526[19:24:55] <Blackoutbee> this is so
weird
L527[19:24:58] <Izaya> MineOS?
L528[19:25:01] <Blackoutbee> ye
L529[19:25:09] <Izaya> well, it's your
memory I guess
L530[19:26:29] ⇦
Quits: Blackoutbee
(Blackoutbee!~Blackoutb@pool-108-34-253-31.prvdri.fios.verizon.net)
(Remote host closed the connection)
L531[19:40:16] <AmandaC> Q: what did the
mineos irc client say when the user launched a second app. A:
^
L533[20:02:17] <AmandaC> Man, tough crowd
tonight
L534[20:02:35] *
AmandaC cuddles up against Temia, goes back to watching a
stream
L535[20:56:04] ⇦
Quits: Thutmose (Thutmose!~Patrick@host-69-59-79-181.nctv.com)
(Quit: Leaving.)
L536[21:02:53]
<Zef> Ban
mineos
L537[21:17:32] <Kleadron> Ban OpenOS
L538[21:53:20]
<logan2611>
ban lua
L539[21:53:30]
<Zef> Ban
machine code
L540[21:53:37]
<logan2611>
ban transistors
L542[22:04:26]
<Zef> Ban
electrons
L543[22:44:00] <Temia> Fluid gate
computers only
L544[22:44:03] <Temia> Let's get
dorfy
L545[23:32:09] ⇦
Quits: Cervator
(Cervator!~Thunderbi@c-98-230-27-246.hsd1.fl.comcast.net) (Quit:
Cervator)
L546[23:32:27]
⇨ Joins: Cervator
(Cervator!~Thunderbi@2601:4c1:4000:362c:3552:69f2:d9ed:6a3b)
L547[23:54:18] <Kleadron> Ban atoms
L548[23:54:52] <Izaya> ban all subatomic
particles