<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:01:28] ⇦
Quits: Vexatos (~Vexatos@port-92-192-105-178.dynamic.as20676.net)
(Quit: Insert quantum chemistry joke here)
L3[00:15:38]
<BrianH>
Izaya: Where was your microtel page and stuff, shadowcat something
right?
L4[00:15:56]
<BrianH> Is
that still a good solution for a stage 2 bootloading netboot?
L6[00:16:18]
<BrianH>
whee
L7[00:16:34]
<BrianH>
Thanks. Oh hey dark theme somehow
L8[00:17:41]
<Ocawesome101> it's Gitea
L9[00:17:51]
<Ocawesome101> hosted by Izaya so he can
do whatever he wants
L10[00:18:48]
<BrianH>
Haven't used that, that's cool
L11[00:18:54]
<BrianH> I
tend to just use cgit heh
L12[00:19:20] <CompanionCube> or how they
use XMPP instead of email
L13[00:19:21]
<BrianH>
Yeah I think that's what I'm going to do
L14[00:19:30]
<BrianH> I
can install minitel and bootstrap it from there
L15[00:19:40]
<BrianH>
then work on a microtel BL
L16[00:22:04] <Izaya> also on github
L18[00:22:27] <Izaya> the one on my gitea
instance is a mirror
L19[00:25:06] <Izaya> annoying that github
doesn't support mirroring
L20[00:25:20] <Izaya> I'd prefer to mirror
projects onto github rather than the other way around
L21[00:30:16]
<BrianH> Oh
hey Izaya
L23[00:30:53] <Izaya> it's only 0930 but I
work wageslave hours now
L24[00:30:56]
<BrianH> So
now I just need to remember, I think somebody made some sort of a
tar like program I thought
L25[00:31:05]
<BrianH> I
wonder if I could use that for an initramfs
L26[00:31:21] <Izaya> probably either me or
AdorableCatgirl
L27[00:31:37] <Izaya> big brain is is using
the tmpfs as an initramfs though
L28[00:32:03]
<BrianH>
right
L29[00:32:06]
<BrianH> it
would extract to that
L30[00:32:17]
<BrianH>
and then I could jump to the kernel from there
L31[00:32:49]
<BrianH>
and tmpfs doesn't use the memory shaped by the ram modules
right
L32[00:32:50]
<BrianH>
so
L33[00:32:55]
<BrianH> it
would make sense
L34[00:34:02] <Izaya> it's just a flat
64k
L35[00:34:07]
<BrianH>
yes
L37[00:34:13]
<BrianH>
that is way more than enough
L38[00:34:36]
<BrianH>
Interesting
L39[00:35:49]
<BrianH>
this is a very small library
L40[00:36:29] <Izaya> for a very simple
archive format
L42[00:42:47]
<BrianH> so
mtar.iter is used for reading the files in an mtar format
L43[00:42:55]
<BrianH> so
you can loop through the files in it
L44[00:42:58] <Izaya> yup
L45[00:43:18] <Izaya> you can't save read
functions, only the most recent one will work sanely, though
L46[00:43:33]
<BrianH>
right
L47[00:43:42]
<BrianH>
but if you're just untarring
L48[00:44:14]
<BrianH>
what is the actual purpose of genHeader being public
L49[00:44:30] <Izaya> that's for writing
archives
L50[00:44:41]
<BrianH> I
thought so
L51[00:45:00] <Izaya> you basically
concatenate genHeader(fname,flength)..fileContents
L52[00:45:05]
<BrianH> so
when making the file, there's no encoding? you just put the header
in it then the file on the next line and repeat?
L53[00:45:28] <Izaya> no lines, just
concatenate it
L54[00:45:37]
<BrianH> oh
neat
L55[00:46:09] <Izaya> the header has the
name length, the name, and the content length
L56[00:46:16]
<BrianH>
yep
L57[00:46:26] <Izaya> so you can slap
another file right after the contents and it'll just work
L58[00:46:30]
<BrianH>
Yeah that's pretty handy
L59[00:46:47] <Izaya> it's just a dumber
tar tbh
L60[00:46:52]
<BrianH>
lol
L61[00:46:56]
<BrianH>
it's basically ar
L62[00:47:11]
<BrianH>
except it's in a sane format
L63[00:47:17]
<BrianH>
instead of using ASCII decimal
L64[00:47:30]
<BrianH>
because why the fuck ar
L66[00:48:52]
<BrianH>
Aha
L67[00:48:53]
<BrianH>
MPL
L68[00:49:28]
<ThePiGuy24> i like accidentally inventing
formats that already exist
L69[00:49:38] ⇦
Quits: Thutmose (~Patrick@host-69-59-79-181.nctv.com) (Quit:
Leaving.)
L70[00:50:04] <CompanionCube> you like
MPL?
L71[00:50:30]
<ThePiGuy24> fuck i cant get ariricraft to
launch
L72[00:50:33] <CompanionCube> ThePiGuy24:
one wonders how many osdev people end up reinventing FAT.
L73[00:51:00]
<BrianH>
CompanionCube: I actually use the 3 clause BSD license
L74[00:51:02]
<BrianH>
due to simplicity
L75[00:51:25]
<BrianH>
it's very similar to the MIT license
L76[00:51:29] <CompanionCube> hah, well
there's simpler licenses :)
L77[00:51:34] <Izaya> There was a definite
reason I prefer MPLv2 over MIT/BSD
L78[00:51:37]
<BrianH>
There are
L79[00:51:37] <Izaya> I don't remember it
now.
L80[00:51:44]
<BrianH>
but I like the points of BSD
L81[00:51:59] <CompanionCube> Izaya: it's a
good middle ground between MIT and GPL?
L82[00:52:12] <Izaya> Probably something to
do with it, yeah.
L83[00:52:16]
<BrianH>
Izaya probably over BSD because the BSD license encourages
businesses to take your sources and sell their product with
them?
L84[00:52:40]
<BrianH>
which I don't care about at all
L85[00:52:40] <CompanionCube> can do that
with MPL2
L86[00:52:41] <Izaya> companies pls
go
L87[00:52:55] <CompanionCube> what they
can't do is make a proprietary fork of your OSS code
L88[00:53:12]
<ThePiGuy24> the answer is: the wings mod
fails at preinitialization
L89[00:53:14]
<BrianH>
BSd 3 clause pretty much does two things for me
L90[00:53:39]
<BrianH> a)
you can't use me as a person for your profit
L91[00:53:45]
<BrianH>
that's an important one
L92[00:54:19]
<BrianH> b)
what I said earlier
L93[00:54:41] <Izaya> I feel like the
"no proprietary forks" part was important when I was
writing minitel
L94[00:54:52] <Izaya> working out why that
is is left as an exercise to the reader
L95[00:55:09] <CompanionCube> at most they
can do proprietary extensions
L96[00:55:19] <CompanionCube> but if you
wanted to stop that, that's what the GPL is for.
L97[00:56:00]
<BrianH> I
feel the GPL is way too complicated
L98[00:56:09]
<BrianH>
the more complicated your license the more likely somebody can
abuse it
L99[00:56:16] <Izaya> urgh the internet
card is a pain
L100[00:56:33]
<BrianH>
somebody should make a low level socket card
L101[00:56:50] <Izaya> the socket support
is fine
L102[00:56:58]
<BrianH>
yeah yeah but low level sockets
L103[00:56:58] <Izaya> it's the HTTP that
sucks
L104[00:57:16]
<BrianH>
then you can do some custom layer 3 stuff
L105[00:57:29] <Izaya> trying to improve
the download library
L106[00:57:47] <Izaya> apparently the
internet card does undocumented things when it gets a 404
L107[00:58:17]
<BrianH>
LOL
L108[00:58:41] <Izaya> I aim to port the
download library to OpenOS at some point
L109[00:58:50] <CompanionCube> and
imeplementing TLS in lua is...problematic.
L110[00:58:51] <Izaya> so I can proxy all
my HTTP via FRequest
L111[01:00:37]
<BrianH> so
what ill probably do is put this file under my vendor directory and
link Izaya's repo and the MPLv2 license at the top
L112[01:01:40] <CompanionCube> well, not
the whole license
L113[01:01:47] <CompanionCube> just
exhibit ..A i think?
L114[01:01:50]
<BrianH> no
a link to it
L115[01:01:59]
<BrianH>
I'm not putting the entire damn license that's insane
L116[01:02:00] <CompanionCube> the bit
that says 'this source code form'
L117[01:02:05]
<Ocawesome101> @ThePiGuy24 simple... join
OC-Raiding instead :D
L118[01:02:26] <Izaya> OC-Raiding? Dare I
ask?
L119[01:02:40]
<Ocawesome101> my lightweight raiding
server
L120[01:02:46]
<Ocawesome101> something like 23
mods
L121[01:03:10]
<Ocawesome101> if you'd like to join I can
get on IRC and DM you details
L122[01:03:41] <CompanionCube> DMs are for
discord :p
L123[01:03:49]
<Ocawesome101> PM then?
L124[01:03:50] <Izaya> discord doesn't do
DMs though
L125[01:04:04] <Izaya> they go via
Discord's server, ergo not direct
L127[01:04:14]
<Ariri>
They still call it that :P
L128[01:04:23] <Izaya> and they call
guilds servers
L129[01:04:23]
<ThePiGuy24> discord is a lie
L130[01:04:27] <Izaya> can't fix
stupid
L131[01:04:46]
<ThePiGuy24> the api calls then guilds i
think
L132[01:04:55]
<Ariri>
What can I say? Im a sucker for excessive spacing
L133[01:05:06] <Izaya> lmao
L134[01:05:07]
<BrianH> by
the way i have been thinking about the shell interface for
Trotwood
L135[01:05:27] <Izaya> TPG24: it does!
:D
L136[01:05:30]
<BrianH> I
understand that Nortel syntax is extremely weird
L137[01:05:46]
<BrianH>
How would you like a Mikrotik RouterOS style shell?
L139[01:05:54]
<BrianH>
it's kind of database oriented
L141[01:06:14]
<BrianH>
Trotwood is data oriented, so I feel like the RouterOS interface
would be kind of nice
L142[01:06:15]
<Ariri>
Wrong link
L143[01:06:16]
<ThePiGuy24> ~~is that a ps5?~~
L144[01:06:24] <Izaya> I still don't
understand what it is
L146[01:06:40] <Izaya> aaa why
L147[01:06:48]
⇨ Joins: ThePiGuy24 (~ThePiGuy2@37.152.243.131)
L148[01:06:50] <Izaya> my poor trees
L149[01:06:57]
<Ariri> Tbh
I didnt realize it was that close when I started
L150[01:07:10]
<Ariri> And
I cant have them catching on fire when I fire my rockets!
L151[01:07:28] <Izaya> ah, so I'm a
strategic target now
L152[01:07:30] <Izaya> wonderful
L154[01:07:49] <Izaya> it's the VAB!
L155[01:07:53]
<Ocawesome101> ah yes i see the
resemblance
L156[01:08:02] <ThePiGuy24> @Ocawesome101
what next?
L157[01:08:10]
<Ariri>
Indeed, although it needs more work.
L158[01:08:27]
<Ocawesome101> sec, lemme hop on IRC
L159[01:09:29]
⇨ Joins: Ocawesome101 (~Ocawesome@38.65.248.139)
L160[01:09:36] <Ocawesome101> k, sec
more
L161[01:11:12]
<Ariri>
Izaya: Probably not, they only discovered my main base on accident,
so they probably wont find this one unless they wardial
stargates
L162[01:11:33] <Izaya> it's uh
L163[01:11:37] <Izaya> kinda blatant
L164[01:12:13]
<Ariri>
They're 40k blocks away, and this facility is thousands from my
main base
L165[01:17:20] <Izaya> oooh
L166[01:17:27] <Izaya> now that I have
type annotations and colouring
L167[01:18:08] <Izaya> I should do syntax
highlighting in the PsychOS editor that uses the colours for the
type in the function arguments
L168[01:21:12]
<Ariri> I
fear I didnt make it big enough
L170[01:21:47] ⇦
Quits: Ocawesome101 (~Ocawesome@38.65.248.139) (Quit:
Leaving)
L171[01:22:32] <Izaya> christ
L172[01:24:35] <CompanionCube> did Izaya's
forest get burned/shelled or what?
L173[01:25:07] <Izaya> just removed, and
the ground changed
L174[01:25:19] <Izaya> that whole valley
was comfy and natural
L175[01:25:39] <Izaya> this is why I
usually try to live away from other people
L176[01:26:09] <CompanionCube> rip
comfyness, ruined forever
L177[01:26:14]
<Ariri> I
didn’t move that much. I actually wanted to put it somewhere else
on the coast line but anywhere that wasn’t too jagged to build was
infected by coralium
L178[01:26:17] <CompanionCube> inb4
migrate to new comfy valley
L179[01:27:37]
<Ariri>
Still not even sure I like it, might rejuvenate the chunk and move
elsewhere
L180[01:28:49] <Izaya> Amanda: hope you
don't mind, stole your 404 handling code almost directly
L181[01:29:52] <Izaya> for my next trick,
I'll port libdownload to OpenOS, I guess
L183[01:32:21] <Izaya> What even was
it?
L184[01:32:30] <Izaya> I wanna say like...
streaming stuff?
L186[01:33:48] <Izaya> Oh. Huh.
L187[01:33:53] <Izaya> Bad times
ahead.
L188[01:34:04]
<Ariri>
Indeed.
L190[01:35:09] <Izaya> Red Dwarf,
anyone?
L191[01:35:21]
<BrianH> Is
it just me or does Ariri like pictures
L192[01:35:46] <Izaya> just flexing their
nextcloud
L193[01:35:53]
<Ariri>
Thats a cute artwork
L194[01:36:15]
<Ariri> Did
you want me to copy paste with that formatting?
L195[01:39:19] <Amanda> Izaya: not at
all
L196[01:40:38] <Amanda> Honestly the only
reason lib download didn't already have it is because I discovered
that quirk after. The http codes almost a direct lift from my
ncsharefs, which is a direct lift from my gitlabfs
L197[01:41:04]
<BrianH> Oh
hey Amanda is around
L198[01:41:10] <Amanda> Where!?
L199[01:41:37]
<BrianH>
She doesn't know who I am so she can't make fun of me anymore
L200[01:41:42]
<Ariri>
%fling Amanda
L201[01:41:43] <MichiBot> Ariri flings
Amanda in a random direction. It hits LeshaInc in the face. They
take 1d4 => 1 damage!
L202[01:41:45] <Amanda> %choose more lies
or space zombies
L203[01:41:45] <MichiBot> Amanda: I've
heard "space zombies" is in these days
L204[01:41:47]
<Ariri>
Where indeed?
L205[01:42:01]
<Ariri>
What are these lies and space zombies
L206[01:42:02] <Amanda> Whatever you say
sophia
L207[01:42:06] <Izaya> I wanna port the
library to OpenOS and implement an oppm-compatible package manager
so I can have a grand total of one (1) machine with an internet
card
L208[01:43:16] <Amanda> @Ariri trying to
decide which story to hallucinate
L209[01:44:11]
<Ariri> I
see
L210[01:44:12]
<Ariri> I
personally favor space zombies, if that helps
L211[01:44:12]
<Ariri>
Chuck a meteor at their planet
L212[01:47:07] <Amanda> Unfortunately,
that planet is earth
L213[01:47:25] <Izaya> excellent
L214[01:47:34] <Izaya> I can think of a
few choice asteroids
L215[01:47:45] <Amanda> %choose
hallucinate or irradiate
L216[01:47:45] <MichiBot> Amanda: I
received a telegram from a long lost relative that only read
"irradiate". Weird.
L217[01:49:52]
<Ariri>
Lucky for you Amanda, just swing 2016 AX165 about 560000000 km
around this direction, its 34 meters large but if its fast enough
you might wipe something out
L218[01:50:38] <Izaya> With sufficient
velocity, any mass is plenty.
L219[01:51:07]
<Ariri> And
with infinite mass, any velocity is enough. :D
L220[01:51:55] <Izaya> >infinite
mass
L221[01:51:59] <Izaya> wait, that's
illegal
L222[01:53:32]
<Ariri>
Well Im making antimatter, so I can get away with violating physics
for a bit
L223[01:53:56] <Izaya> Stop, you're
breaking the law(s of physics!)
L224[01:54:54]
<Ariri> I
served my sentence in another timeline
L225[01:55:16] <Amanda> Don't worry,
Einstein's asleep, he won't notice
L226[01:56:47]
<Ocawesome101> Einstein's asleep....
forever
L227[01:57:09]
<Ariri> And
I have Schrodinger on my side, and he agrees with me — Epstein both
did and did not kill himself.
L228[02:09:42]
<Ariri>
Adding OpenGlasses2 to the pack :D
L229[02:09:49]
<Ariri> My
efficiency will hit new limits
L230[02:10:01]
<Ariri>
(not that it even hit the first ones)
L232[02:17:13] <Michiyo> Most of the stuff
under "The product is poorly managed" is a fucking
joke..
L233[02:17:23] <Michiyo> That's as far as
I've managed to make it.
L234[02:18:43]
<Ariri> Im
reading "Discord does not care about you" rn. Most of it
seems a bit nit-picky, but there are some valid points (ish)
L235[02:19:04] <Izaya> A lot of it seems
really obvious tbh
L236[02:19:24] <Izaya> but it's nice to
have it all collected in one place that isn't a conspiracy theory
site
L237[02:19:53]
<Ariri> Its
pretty true. If I could avoid using Discord while maintaining my
connection to distant friends Ive known for years now, I really
would
L238[02:20:40]
<Ariri> Uh,
wait what: `The post then says that you'll need to tell Discord who
you are in real life by sending them scans of your passport if you
want your bot to grow beyond more than 100 guilds.`
L239[02:20:50]
<Ariri> Is
this still true?
L240[02:28:43] <CompanionCube> Ariri:
welcome to network effects and lock-in :p
L241[02:29:52]
<Ariri>
Sad
L242[02:32:35] <Izaya> friendly reminder
that by using discord you encourage others to use discord
L243[02:47:54]
<Ariri>
Gonna look into Matrix now, that whole article was a whopper
L244[02:48:41] <Izaya> matrix kinda sucks,
but at least it's not discord
L245[02:48:58] ⇦
Quits: ben_mkiv (~ben_mkiv@88.130.158.118) (Ping timeout: 378
seconds)
L246[02:50:13]
<Ariri>
I've had Discord for years now, theres nearly no way I could delete
all my messages
L247[02:50:52]
<Ariri>
Most of my data is sanitized, but Ive more than likely slipped up
at some point
L248[02:51:14] <CompanionCube> matrix and
XMPP are both good choices
L249[02:53:26] <CompanionCube> (even if
the usual client is a pile of javashit, it's probably better than
discord's javashit because there are alternatives)
L251[02:54:51] <CompanionCube> for
example, matrix-client.el is/was a thing
L252[02:55:17] <Izaya> personally I want
XMPP + mumble
L253[02:55:25] <Izaya> best text chat +
best voice chat
L254[02:55:43]
<Ariri>
Shame is, as much as I want to learn about all this, most of the
people I talk to wouldnt be able to make the transition
L255[02:55:46] <Izaya> did you see a
recent PR added stereo input to mumble
L256[02:56:21] <CompanionCube> i don't
follow mumble
L257[02:56:35] <CompanionCube> Ariri:
matrix in particular has rather decent bridging capabilities
L258[02:56:42] <CompanionCube> if you want
to smooth a transition out
L259[02:59:25] <CompanionCube> Izaya: /me
fires up stellaris because it's empire-making time
L260[02:59:39] <Izaya> I have a semi-quiet
day
L261[02:59:44] <Izaya> wanna have a
game
L262[02:59:53] <CompanionCube> probably
not now
L263[03:00:06] <Izaya> oh it'd be like 2AM
there
L264[03:01:54] <CompanionCube> when CK2
multiplayer happens it happens earlier :p
L265[03:04:18]
<Ariri>
CompanionCube: how does that work? Wouldnt Discord flag me for be
being a bot on their end or something?
L266[03:04:40] <CompanionCube> don't know
how it works for discord, but rather in genereal
L267[03:06:35] *
Amanda snugs up around Elfi, yawns a bit ol toothy yawn, then tucks
in nose to tail
L268[03:06:43] <Amanda> Night nerds
L269[03:07:29] <Izaya> o/
L270[03:10:59] <Izaya> did I post that
books turned up
L271[03:11:01] <Izaya> very exciting
L273[03:19:16] <CompanionCube> Izaya: heh,
just saw the fungoid portrait...looks pretty cool, heh
L274[03:19:26] <Izaya> blorg friend?
L275[03:19:50] <CompanionCube> what?
L276[03:20:00]
<Ariri> Dan
Simmons.. will check out
L277[03:20:02]
⇨ Joins: ben_mkiv (~ben_mkiv@88.130.158.118)
L278[03:20:18] <Izaya> one of the
predefined races is the Blorg something and uses a fungoid
portrait
L279[03:20:58] <CompanionCube> oh, the
predefined one i'm looking at is the Jehetma Dominion. It seems the
blorg is lower down.
L280[03:24:34] <CompanionCube> ...the
blorg definitey look like a weird mushroom.
L281[03:27:09] <CompanionCube> >have
fungoid species in game
L282[03:27:15] <CompanionCube> >no
mushroom-shaped flag symbol
L283[03:28:37] <Izaya> so the RX590 is a
better tuned RX580 with more overhead for overclocking,
right?
L284[03:28:59] <CompanionCube> also, what,
no changing the symbol colour? i'm stuck with this gold?
L285[03:31:05]
<Ariri>
Izaya: Basically, but it also has the new 12nm process iirc (TSMC I
think)
L286[03:31:43] <Izaya> meaning it runs
cooler -> more overhead for overclocking?
L287[03:34:03] <CompanionCube> Izaya: yay,
i get to pick the syncretic species so my plan works
L288[03:40:00]
<AdorableCatgirl> why is spengies running
like dogshit on my threadripper
L289[03:40:07] <Izaya> just SE
things
L290[03:40:09]
<AdorableCatgirl> there's not even much
complex shit going on
L291[03:40:12]
<AdorableCatgirl> it's one fucking
ship
L293[03:41:07]
<AdorableCatgirl> yeah comma but
L294[03:41:13]
<AdorableCatgirl> i'm in the awful OS know
as windows
L295[03:41:27] <Izaya> truly a fate worse
than death
L296[03:41:57]
<AdorableCatgirl> i-it's bound to one
core
L297[03:42:01]
<AdorableCatgirl> fucking
L298[03:42:04]
<AdorableCatgirl> WHAT
L299[03:42:23] <CompanionCube> Izaya: tfw
alredy considering looking for mods to expand selection options
p
L300[03:42:47] <Izaya> the underrated
thing about DXVK
L301[03:42:54] <Izaya> is that even if the
game only uses one core
L302[03:42:58]
<AdorableCatgirl> oh wait
L303[03:43:04]
<AdorableCatgirl> it's somehow pegging my
GPU
L304[03:43:07] <Izaya> the rest can be
used translating GPU calls
L305[03:43:09]
<AdorableCatgirl> fucking what
L306[03:43:24]
<AdorableCatgirl> well
L307[03:43:27]
<AdorableCatgirl> i sorta fixed it
L308[03:46:06]
<AdorableCatgirl> oh
L309[03:46:09]
<AdorableCatgirl> the weather broke
it
L310[03:46:10]
<AdorableCatgirl> somehow
L311[03:47:11] <Izaya> the weather?
L312[03:47:12] <Izaya> in space?
L313[03:47:50] <CompanionCube> tfw naming
your home star 'Star Road' because you've not got better
options
L314[03:47:50] <Izaya> when Starmade was a
big thing I always enjoyed finding abandoned ships and restoring
them to some sort of functionality
L315[03:48:01]
<AdorableCatgirl> no
L316[03:48:03]
<AdorableCatgirl> planet
L317[03:48:22] <Izaya> > Space
Engineers
L318[03:48:24] <Izaya> > not in
space
L319[03:48:26] <Izaya> ???
L320[03:48:51] <Izaya> Amanda: thoughts on
dumping output to stdout if no path is supplied?
L321[03:49:08]
<AdorableCatgirl> Izaya: i was testing a
thing out
L322[03:49:10]
<AdorableCatgirl> also FINALLY
L323[03:49:12]
<AdorableCatgirl> SINGLE BUTTONS
L324[03:59:42] <CompanionCube> :( no
egalitarianism for dictatorships?
L325[04:06:48] <CompanionCube> darn,
merchant guilds apparently needs megacorp, so hm, what else to
pick...
L326[04:07:38] <CompanionCube> eh, i guess
given the other choices 'aristocratic elite' would work
L327[04:08:25] ⇦
Quits: t20kdc
(~20kdc@cpc139340-aztw33-2-0-cust225.18-1.cable.virginm.net)
(Remote host closed the connection)
L328[04:16:42] <CompanionCube> Izaya: do
you wanna set the finished attempt at the idea i had
previously?
L329[04:17:05] <Izaya> -> see?
L330[04:17:07] <Izaya> because sure
L332[04:20:34] <Izaya> Perfect.
L333[04:21:41] <CompanionCube> ....i just
realised i picked 'enduring' on the syncretic species, but that's
just a waste of points even though it's fitting for me
L334[04:22:28] <CompanionCube> most of the
'good' options need two points, i've only got the one spare for
that species....
L335[04:23:00] <CompanionCube> (the traits
i selected for toads was Weak, Sedentary and Conformists.
L336[04:23:39] <CompanionCube> i suppose
traditional fits, maybe
L337[04:25:03] <CompanionCube> (oh, and I
named the initial ruler 'Peach Toadstool')
L338[04:25:06] <Izaya> > People
demanding I vassalize
L339[04:25:09] <Izaya> Ahaahahahaha,
no.
L340[04:25:21] <CompanionCube> does it
preserve the lastname or just rng
L341[04:25:27] <Izaya> dunno
L342[04:25:48] <Izaya> Didn't know what I
was looking at when I played authoritarian
L343[04:26:08] <CompanionCube> especially
an authoritarian enlightened-monarchy
L344[04:29:30] <Izaya> > Machine empire
is proposing the charter of workers' rights
L345[04:29:32] <Izaya> [x] hmm
L346[04:37:12] <CompanionCube> tfw
second-guessing militarist because of bowser's attacks,
hmm...
L347[04:39:23]
⇨ Joins: immibis_
(~immibis@x4e366c3a.dyn.telefonica.de)
L348[04:43:22] ⇦
Quits: immibis (~immibis@x590e1d91.dyn.telefonica.de) (Ping
timeout: 378 seconds)
L349[04:43:24] ***
immibis_ is now known as immibis
L350[04:55:06] <Izaya> I gotta wire up my
machine's reset button some time.
L351[04:56:29] ⇦
Quits: Backslash (~Backslash@d137-186-220-152.abhsia.telus.net)
(Read error: Connection reset by peer)
L352[04:56:55] <Izaya> okay good that copy
finished
L354[05:01:40]
⇨ Joins: xarses_
(~xarses@c-73-15-107-55.hsd1.ca.comcast.net)
L355[05:01:40] ⇦
Quits: xarses (~xarses@c-73-15-107-55.hsd1.ca.comcast.net) (Read
error: Connection reset by peer)
L356[05:04:37]
<Ocawesome101> some dude WALKED to the
Minecraft Far Lands
L357[05:05:05] <Izaya> with a dog?
L358[05:05:27]
<Ocawesome101> no
L359[05:05:32] <Izaya> and did he look
suspiciously like David Tennant?
L360[05:05:35]
<Ocawesome101> only took him ~9
months
L361[05:05:46]
<Ocawesome101> not kurtjmac, different
guy
L362[05:05:56] <Izaya> oh
L363[05:05:57]
<Ocawesome101> kurt has another 16 years
at his current pace
L364[05:05:57] <Izaya> huh
L365[05:06:02] <Izaya> :D
L366[05:06:11] <Izaya> always nice to have
goals, eh?
L368[05:06:14] <MichiBot>
He WALKED to
the Minecraft Far Lands... | length:
4m 57s | Likes:
45,697 Dislikes:
684 Views:
803,973 | by
AntVenom |
Published On 19/6/2020
L369[05:06:27] <Izaya> egh, a video
L370[05:06:43]
<Ocawesome101> yeah
L371[05:11:49] ⇦
Quits: Cervator
(~Thunderbi@2600:1700:1a25:9160:6c3a:7e97:9acb:ff21) (Quit:
Cervator)
L372[05:22:43] <CompanionCube> imagine
being kurtjmac and getting overtaken though
L375[05:44:39]
<Ariri> I
like that, really good 3D. Wonder if its a show, bc it resembles a
better composed and less sci-fi Knights of Sidonia
L376[05:45:13]
<Ariri> Can
I get the original?
L378[05:47:27] <Izaya> Ever seen
Planetes?
L379[05:54:15]
<Ariri>
Cant say I have no
L380[05:55:13] <Izaya> A classic. Hard SF
set in low-earth orbit.
L381[06:05:59]
<DaComputerNerd> Literally all I know
about knights of sidonia is it gets mixed up with the muse song
"knights of cydonia" fairly often.
L382[06:32:24]
<Saghetti>
god damnit
L383[06:32:25]
<Saghetti>
so
L384[06:32:44]
<Saghetti>
my laptop sounded really awful when i plugged in headphones
L385[06:32:55]
<Saghetti>
like the bass was overdone
L386[06:33:01]
<Saghetti>
and the audio was just... messed up
L387[06:33:07]
<Saghetti>
i finally found out what it was
L389[06:33:20]
<Saghetti>
i had no idea for like 2 years
L390[06:40:56] <Izaya> just ripped 500GB
of flac off a dying HDD
L391[06:40:57] <Izaya> nice
L392[06:45:50]
<Saghetti>
a single 500gb flac?!
L393[06:46:24]
<Saghetti>
what kind of music is this
L394[06:48:56] <CompanionCube> no, 500G
*of* flac
L395[06:49:09] <CompanionCube> probably
Izaya's music collection
L396[06:49:31] <Michiyo> 101GB of 480...
and 64GB of 1TB *sigh*
L397[06:49:48] <Izaya> yeah, music
collection
L398[06:50:04] <Michiyo> Oh, sorry the
first is 401 GB
L399[06:50:29] <Michiyo> I'm over 1/4 way
to the first one being done! lol
L401[06:51:30] <Izaya> if you're going to
say I have boomer taste in music, you're exactly right
L402[06:59:44] <Izaya> thoughts on
require("library.submodule") implementation?
L403[07:00:19] <Izaya> this also implies
processing library/init.lua as just library
L404[07:02:25] <Izaya> this would make
stuff like libdownload properly modular if I implemented it in
PsychOS
L405[07:02:29] <Izaya> which would be very
worthwhile
L406[07:08:31] <Izaya> I'd also like to
implement some process-related garbage collection
L407[07:09:25] <Izaya> keep track of which
process loads which libraries, keep track of the processes it
spawns, and unload libraries when there are no living processes
that have it loaded in scope
L408[07:19:59]
<Ariri> I
wouldnt say you have a boomer taste, Id say get me a torrent
:P
L409[07:20:56] <Izaya> was actually
thinking about slapping it on ipfs
L410[07:21:55]
<Ariri>
What do you use to download all that?
L411[07:22:12] <Izaya> torrents
L412[07:22:21] <Izaya> but they've since
been removed from my history and torrent clients
L413[07:22:27]
<Ariri>
What site specifically
L414[07:22:33]
<Ariri>
oh
L415[07:22:47] <Izaya> Most likely TPB and
rarbg, with a side of KAT
L416[07:22:53] <Izaya> a little rutracker
for good measure
L417[07:23:08]
<Ariri> I
wish I could batch download Soundcloud tbh
L418[07:24:02] <Izaya> oh, hm, this
presents a problem
L419[07:24:33] <Izaya> PsychOS doesn't do
symlinks but I don't want to ship two copies of the same code in
the form of download.protos.http and download.protos.https
L420[07:25:08] <Izaya> I could abuse
package.loaded ig
L421[07:31:26]
⇨ Joins: Inari
(~Pinkishu@p508ef104.dip0.t-ipconnect.de)
L422[07:50:58]
<Kleadron>
hello
L423[07:51:05]
<Ariri>
Izaya: comf restored
L425[07:51:16] <Izaya> thanks :D
L426[07:51:21] <Izaya> Decided to build
elsewhere?
L427[07:52:50]
<Ariri>
Yeah, I installed Little Tiles which allows me to copy a whole
tiled stucture, so Im gonna build the VAH elsewhere on the
shoreline
L429[07:53:44] <Izaya> pretty ocean
L430[07:53:57] <Izaya> why do I feel like
it wants to kill me
L431[07:54:28]
<Ariri>
Because half of that is liquid coralium, which is abyssalcraft
plague
L432[07:54:49] <Izaya> sounds pretty
racist to coralians to me
L433[07:54:51] <Izaya> smh
L435[07:55:21] <Izaya> damn that's
uh
L436[07:55:26] <Izaya> quite a significant
difference
L437[07:55:26]
<Ariri>
Coralians as in coralium zombies? Excuse me that they want my
brains
L438[07:55:32] <Izaya> no
L439[07:56:02] <Izaya> [please hold]
L440[07:56:44]
<Ariri>
Holding
L443[07:58:38] <Michiyo> lol, oooh yeah
Eureka
L444[07:58:56]
<Ariri> ~~I
wouldnt mind getting infected by her~~
L445[07:59:03] <Michiyo> Oh myyy
L446[07:59:12] <Izaya> You're ... out of
luck?
L447[07:59:14]
<Kleadron>
no
L448[07:59:17] <Izaya> I think?
L449[07:59:19] *
Izaya squints
L450[08:00:01]
<Ariri> I
like her hairstyle, v cute
L451[08:00:19] <Izaya> If you haven't seen
it, Eureka Seven is excellent.
L452[08:00:23] <Izaya> Except for the
kids.
L453[08:00:27] <Izaya> They're
terrible.
L454[08:00:31] <Izaya> Also don't watch
the sequel.
L455[08:00:42]
<Ariri>
Right...
L456[08:03:45]
<Ariri> I
should really update my to watch list, havent even finished the new
season of MHA yet
L457[08:04:11] <Izaya> is the new season
finished?
L458[08:04:17] <Izaya> I might have to
watch it some time, I guess
L459[08:04:28]
<Ariri> I
thought it was, its been out for awhile
L460[08:08:42] <Izaya> everyone watches
all this seasonal stuff and I don't keep up with it
L461[08:09:16] <Izaya> stuff gets released
and I don't hear about it because I'm not up to date
L462[08:09:32]
<Ariri> I
dont typically watch mainstream seasonal stuff, but mha isnt bad. I
still want to watch ghost in the shell and a few others
L463[08:09:52]
<Ariri> I
only hear about it through passing by
L464[08:10:01] <Izaya> I enjoyed MHA
L465[08:10:09] <Izaya> the last however
many seasons, anyway
L466[08:10:22]
<Ariri>
4(?)
L467[08:10:29] *
Izaya shrugs
L468[08:10:34] <Izaya> ochako best
girl
L469[08:10:44] <Izaya> not-tsuruya is
alright too
L470[08:11:32]
<Ariri>
True
L471[08:15:20]
<Kleadron>
update
L473[08:45:38] <MichiBot> @Forecaster
REMINDER: attempt to set up plex/media ftp redirect urls, MichBot
xkcd, draws!
L474[08:49:31] <CompanionCube>
%tonkout
L475[08:49:32] <MichiBot> Consarn it!
CompanionCube! You beat BohemianHacks's previous record of 6
hours, 22 minutes and 37 seconds (By 3 hours, 30 minutes and 30
seconds)! I hope you're happy!
L476[08:49:33] <MichiBot> CompanionCube
has stolen the tonkout! Tonk has been reset! They gained 0.009 tonk
points! plus 0.008 bonus points for consecutive hours! (Reduced to
50% because stealing) Current score: 1.08191. Position #2 Need
0.00684 more points to pass SquidDev!
L477[09:29:59] ⇦
Quits: S|h|a|w|n (~shawn156@c-76-25-73-212.hsd1.co.comcast.net)
(Read error: Connection reset by peer)
L478[09:42:45] <SquidDev> %tonk
L479[09:42:45] <MichiBot> Dagnabbit!
SquidDev! You beat CompanionCube's previous record of <0 (By
53 minutes and 13 seconds)! I hope you're happy!
L480[09:42:46] <MichiBot> SquidDev's new
record is 53 minutes and 13 seconds! SquidDev also gained 0.00089
tonk points for stealing the tonk. Position #1.
L481[09:54:20]
⇨ Joins: Vexatos
(~Vexatos@port-92-192-105-178.dynamic.as20676.net)
L482[09:54:20]
zsh sets mode: +v on Vexatos
L483[10:11:43] ⇦
Quits: ben_mkiv (~ben_mkiv@88.130.158.118) (Ping timeout: 204
seconds)
L484[10:19:56] <greaser|q> are there any
plans on having a decent out-of-the-box network API? if not, i've
managed to get hostname lookups working via a daemon, a library,
and a program (...walks into a bar...)
L485[10:21:16] <Skye> greaser|q, there are
at least two competing network APIs right now
L486[10:21:34] <greaser|q> any
links?
L489[10:23:33] <greaser|q> ah yes,
Computer Modern
L490[10:23:51] <Izaya> you say it like I'm
the only one contributing
L491[10:24:19] <Izaya> and yeah, it felt
right for the style of ad I was emulating :3
L492[10:25:44] <greaser|q> "Insult
people for their work, not for who they are." 10/10
L493[10:26:09] <Izaya> Short and ...
sweet.
L494[10:32:10] <Skye> greaser|q, what do
you want to use it for?
L495[10:36:10] <greaser|q> i'm mostly
curious, i remember being on a CC server a year or so ago and
wanted to recreate something in OC today, and in order to do that i
had to make sure i had some way of looking up hostnames
L496[10:37:06] <greaser|q> ...i guess
event.pullFiltered() would work for some of the stuff i'm thinking
of but it would definitely be nice to have a socket that you can do
sendto() and recvfrom() against
L497[10:37:41] <greaser|q> and pairing
that with a transparent mesh network bridge would rock
L498[10:37:53] <Skye> well
L499[10:38:02] <Skye> check the APIs and
docs of both thins
L500[10:38:07] <Skye> see what matches
your ideal the most
L501[10:38:23] <greaser|q> minitel seems
to be a fair bit cleaner
L502[10:41:11] <greaser|q> thanks for
pointing me in that direction anyway, i'll see how things go
L503[10:41:20]
⇨ Joins: MajGenRelativity
(~MajGenRel@c-73-123-203-209.hsd1.ma.comcast.net)
L504[10:41:29] <Izaya> hmu if you have any
questions
L505[10:45:01]
⇨ Joins: Vexaton
(~Vexatos@port-92-192-105-39.dynamic.as20676.net)
L506[10:45:01]
zsh sets mode: +v on Vexaton
L507[10:45:03] ***
Vexatos is now known as Guest1563
L508[10:45:03] ⇦
Quits: Guest1563 (~Vexatos@port-92-192-105-178.dynamic.as20676.net)
(Killed (ipo.esper.net (Nickname regained by
services)))
L509[10:45:03] ***
Vexaton is now known as Vexatos
L510[10:46:49] <Skye> (and for
completeness, MajGenRelativity is the one who makes GERT)
L511[10:48:44] <Skye> I just
realised
L512[10:48:59] <Skye> OC probably wouldn't
be able to work on the ARM macs
L513[10:49:17] <Izaya> oh?
L514[10:49:49]
<ThePiGuy24> literally all mac software
wont work on arm macs
L515[10:50:17]
<ThePiGuy24> because fuck the
consumber
L516[10:50:21]
<ThePiGuy24> *consumer
L517[10:50:34] <Skye> Izaya, no ARM darwin
Lua binaries
L518[10:50:38] <Skye> wold need new
natives compiled
L519[10:50:43] <Izaya> oh, that's
true
L520[10:50:44] <Izaya> neat
L521[10:50:51] <Skye> I presume if you
have an Intel java
L522[10:50:54] <Skye> runnong on rosetta
2
L523[10:50:58] <Skye> it will work
L524[10:50:59] <Skye> but that's uh
L525[10:51:03] <Skye> JIT -> JIT
L526[10:51:06] <Skye> as in
L527[10:51:12] <Izaya> JAT
L528[10:51:21] <Skye> JVM Bytecode to x86
to ARM
L529[10:51:38] <Izaya> the natives aren't
JVM bytecode?
L530[10:51:57] <Skye> cirrect
L531[10:52:00] <Skye> I mean
L532[10:52:00] <Skye> okay
L534[10:52:08] <Skye> if you use a JVM for
x86
L535[10:52:16] <Skye> y6ou will be able to
load the x86 natives
L536[10:52:19] <Skye> but it would slow
things down
L537[10:52:26]
<ThePiGuy24> i really do hope this will be
the death knell for apple
L538[10:52:38] <Skye> because you'd need
having to translate the JVM code (for most of minecraft) to x86 to
ARM
L539[10:52:44] <Skye> if you use a JVM or
ARM
L540[10:52:46] <Skye> then
L541[10:52:50] <Skye> your natives won't
work
L542[10:52:50]
<MGR>
Sadly, it won't be
L543[10:53:04] <Skye> unless Rosetta 2
lets you dynamically load libraries of other archetectures
L544[10:53:18]
<ThePiGuy24> yeah apple unfortunatley are
of the size where complete failure is hard
L545[10:53:41]
<MGR> That
and their userbase is already used to this sort of thing
L546[10:53:43] <Skye> they should have
moved to PowerPC
L547[10:53:53] <Skye> :^)
L548[10:53:59] <Izaya> I mean, computers
aren't even their thing
L549[10:54:15] <Izaya> OS X is around so
you can develop for iOS
L550[10:54:16] <Skye> I wonder if this
will be closer to the 68k to PPC transition
L551[10:54:29] <Skye> or the PPC to x86
transition
L552[10:54:40] <Skye> Izaya, it's not OS X
anymore
L553[10:54:42] <Skye> it's uh
L554[10:54:43] <Skye> OS 11
L555[10:54:47] <Izaya> OS XI
L556[10:54:49] <Izaya> sorry
L557[10:54:50] <Skye> pft
L558[10:55:05] <Skye> Macintosh System 1
to 5
L559[10:55:07] <Skye> Mac OS 6
L560[10:55:11] <Skye> Mac OS 7
L561[10:55:13] <Skye> wait
L562[10:55:18] <Skye> Macintosh System
1-5
L563[10:55:24] <Skye> Mac OS 6-9
L564[10:55:27] <Skye> Mac OS X
L565[10:55:36] <Skye> macOS 10.??
L566[10:55:39] <Skye> macOS 11
L567[10:56:34] <Izaya> nah, it's XI
L568[10:56:36] *
Izaya nods
L569[10:57:23] <Skye> I renamed Mini OS to
miniOS before Apple renamed Mac OS to macOS
L570[10:57:30]
<Feris> hi
guys
L571[10:57:33] <Skye> where do I sue
L572[10:57:54] <Izaya> heyo
L573[10:58:07] <Izaya> Skye: I hope it's
out of principle, because that's like getting blood from a
lawyer
L574[10:58:11]
<Feris> im
new in opencomputers and im have bad english than sorry
L575[10:58:23]
<Feris>
someone know how to make motion sensor lights up my room?
L576[10:59:57] <Skye> Izaya, for a
laugh
L577[11:00:05]
<Feris>
?
L578[11:00:51]
<Forecaster> @Feris look up events and the
redstone card
L579[11:01:02] <Skye> @Feris, sorry, was
joking about something before you asked something... to ansywer
your question, I'm not totally sure, but you'd need something that
detects motion, and redstone card or redstomne IO block
L580[11:01:22]
<Feris> im
have motion sensor and io block
L581[11:01:35]
<Forecaster> ~oc redstone
L582[11:01:45] <Izaya> ~w redstone
L583[11:01:50] <Izaya> no ocdoc
L584[11:01:55]
<Forecaster> is ded
L585[11:02:13]
<Feris>
how's event to motion sensor?
L589[11:03:11]
<Forecaster> motion sensor signal is about
halfway down the last link
L590[11:03:21]
<Feris>
yyyy
L591[11:03:45]
<Forecaster> I don't know what that is
supposed to mean
L592[11:03:55]
<Feris> wtf
is this
L593[11:04:04]
<MGR>
Documentation
L594[11:04:12]
<Forecaster> sparta?
L595[11:04:22]
<Feris>
someone got lua script for this motion sensor?
L596[11:04:24] <Izaya> This is
madness!
L597[11:04:31] <Izaya> oh wait, that bot's
been gone a long time
L598[11:04:33] <Izaya> :<
L599[11:04:37]
<Forecaster> I doubt there's a script that
does exactly what you want
L600[11:05:00]
<Feris>
just if motion detector detect player in room just light up
lights
L601[11:05:11]
<ThePiGuy24> > gets a mod to
program
L602[11:05:11]
<ThePiGuy24> > doesnt want to
program
L604[11:05:49]
<Forecaster> there's probably a mod out
there that lets you do that without programming, if that's what you
want
L605[11:06:01]
<MGR> You
will have to program the lights to do so, if you use
OpenComputers
L606[11:07:09]
<Feris>
just i want to give this a redstone signal
L608[11:07:44]
<Forecaster> then read the
documentation
L609[11:07:47]
<MGR> You
can use the redstone component and a redstone card to have the
computer emit a redstone signal
L610[11:07:49]
<Forecaster> it tells you how to do
it
L611[11:08:04]
<Feris> i
know how to emit a redstone but i want to know how to make motion
sensor event
L612[11:08:09]
<Feris>
only works for me
L613[11:08:36]
<MGR> Then
read the event library documentation, and then you can filter
events based on parameters such as player identity
L615[11:15:50]
<MGR>
You'll also need to get the redstone component
L616[11:16:30]
<Feris>
```local rs = component.redstone```
L617[11:17:04]
<Feris> i
have
L618[11:18:20]
<MGR> Not
in the code you pasted earlier, so I had no way of knowing
L619[11:18:34]
<Feris>
omg
L621[11:18:42]
<Feris>
here you go
L622[11:22:44]
<Feris>
than can someone help me with this ? 😐
L623[11:23:54]
<Feris>
pleeeaseeee
L624[11:25:44]
<MGR>
You'll need to use event.pull with a filter to filter out motion
signals that contain the player name you want
L625[11:25:50]
<MGR> You
can put that inside your while true do loop
L626[11:26:09]
<Feris> can
you write this please?
L627[11:29:39]
<Feris>
plz
L628[11:37:57] <Inari> So much
pleasing
L629[11:38:39] <Skye> @Feris, you need to
work out what event you're looking for...
L630[11:38:46] <Skye> run the dmesg
program and look at what it outputs
L631[11:38:51] <Skye> so you have an idea
to see what events you have
L632[11:41:59] *
Inari runs dmesg on Skywe
L633[11:42:02] <Inari> *Skye
L634[11:42:14] <Skye> skye aaaa
L635[11:42:16] <Skye> skye aaaaaaaa
L636[11:42:18] <Skye> skye
aaaaaaaaaaaaaaaaaaa
L638[12:15:25]
<Forecaster> %sip
L639[12:15:26] <MichiBot> You drink a
salty ferozium potion (New!). Dramatic music briefly plays in the
distance.
L640[12:15:47]
<Forecaster> Not a good precursor to a
long car trip
L641[12:22:48] <Inari> %sip
L642[12:22:49] <MichiBot> You drink an
oxidised sky potion (New!). After drinking the potion Inari
realizes the bottle has their face on it.
L643[12:22:56] <Inari> cute
L644[12:23:54] *
Elfi falls asleep on Skye's head
L645[12:24:24] <Skye> I has moth? :o
L646[12:24:49] *
Inari puts a net over Skye's head
L647[12:25:17] <Elfi> Fdhsj
L648[12:25:41] <Elfi> y tho ;_;
L649[12:25:47] <Inari> Need to donate to
the museum
L650[12:26:11] <Elfi> Oh, terrorizing
Blathers. Okay! I'll just sneak out after
L651[12:26:22] <Inari> haha
L652[12:27:21] <Skye> meep...
L653[12:28:40] *
Elfi returns and lays on Skye's head again =u= zzz
L654[12:30:15] <Inari> %pet Amanda
L655[12:30:16] <MichiBot> Inari is petting
Amanda with sedimented caterium potion. Amanda regains 1d4 => 3
hit points! Sedimented caterium potion poofs away in a sparkly
cloud.
L656[12:30:31] <Inari> %splash Amanda with
sedimented caterium potion
L657[12:30:31] <MichiBot> You fling a
sedimented caterium potion (New!) that splashes onto Amanda.
Amanda's left sock is now cursed.
L658[13:03:31]
<Kristopher38> why are commodore monitors
so expensive 😭
L659[13:04:16] <Izaya> CRTs die a lot
quicker than the machines they were attached to
L660[13:05:27]
<ThePiGuy24> i still have yet to buy a
crt
L661[13:07:21]
<Kristopher38> Their price more than
doubled in the last 7 years, I've read a topic on some amiga forum
and they mentioned prices there
L662[13:16:40] <Izaya> They'd be what, 30
years old now?
L663[13:16:58] <Izaya> Any functioning CRT
is fairly hard to find now
L664[13:18:52]
<Kristopher38> mostly matter of replacing
transformer or caps from what i've read so far, although I know
nothing more, much less know how to do it
L665[13:22:23]
<MariusD>
is it possible to transfer items in between transposer?
L666[13:22:26]
<MariusD>
is it possible to transfer items in between transposers?
[Edited]
L667[13:23:07]
<MariusD>
Chest -> Transposer -----cable----- Transposer -> Chest
L668[13:23:17]
<ThePiGuy24> no
L669[13:23:20]
<MariusD>
aww
L670[13:51:52] <Amanda> %bite Inari
L671[13:51:52] <MichiBot> Amanda is
biting Inari for 1d6 => 5 damage!
L672[13:52:00] <Inari> %dodge
L673[13:52:01] <MichiBot> Inari managed to
partially dodge Amanda . With a 12 vs 12 Inari only takes half
damage. (2)
L674[13:52:04] <Inari> rude
L675[13:53:34] <Amanda> Says the girl who
caused my back left fur to be cursed
L676[14:03:53] <Skye> %bite MichiBot
L677[14:03:54] *
MichiBot uses her orbital death ray to vaporize Skye who takes
[9,10,9,3,1,9,5,4,10,2] damage.
L678[14:04:05] ⇦
Parts: Skye (znc@nightfall.moe) (ded))
L679[14:12:38]
⇨ Joins: Skye (znc@nightfall.moe)
L680[14:14:57] ⇦
Quits: MajGenRelativity
(~MajGenRel@c-73-123-203-209.hsd1.ma.comcast.net) (Read error:
Connection reset by peer)
L681[14:15:18]
⇨ Joins: MajGenRelativity
(~MajGenRel@c-73-123-203-209.hsd1.ma.comcast.net)
L682[14:20:56] ⇦
Quits: ThePiGuy24 (~ThePiGuy2@37.152.243.131) (Quit:
Leaving)
L683[14:39:16]
⇨ Joins: Cervator
(~Thunderbi@2600:1700:1a25:9160:e061:d165:9386:9bb)
L684[14:48:53]
<Ocawesome101> Izaya: I have a functioning
CRT attached to a computer
L685[15:17:10] <SquidDev> %tonkout
L686[15:17:11] <MichiBot> Voldemort!
SquidDev! You beat your own previous record of 53 minutes and 13
seconds (By 4 hours, 41 minutes and 12 seconds)! I hope you're
happy!
L687[15:17:12] <MichiBot> SquidDev has
tonked out! Tonk has been reset! They gained 0.005 tonk points!
plus 0.008 bonus points for consecutive hours! Current score:
1.10264, Position #1
L688[15:18:04] ⇦
Quits: lrod| (~ba7888b72@66.109.211.150) (Ping timeout: 190
seconds)
L689[15:21:55]
⇨ Joins: lrod| (~ba7888b72@66.109.211.150)
L690[15:54:15]
⇨ Joins: t20kdc
(~20kdc@cpc139340-aztw33-2-0-cust225.18-1.cable.virginm.net)
L691[15:59:41]
⇨ Joins: Thutmose
(~Patrick@host-69-59-79-181.nctv.com)
L692[16:04:19]
⇨ Joins: ben_mkiv (~ben_mkiv@88.130.158.118)
L693[16:20:26]
<Forecaster> %tonk
L694[16:20:28] <MichiBot> Consarn it!
Forecaster! You beat SquidDev's previous record of <0 (By 1
hour, 3 minutes and 15 seconds)! I hope you're happy!
L695[16:20:29] <MichiBot> Forecaster's new
record is 1 hour, 3 minutes and 15 seconds! Forecaster also gained
0.00105 tonk points for stealing the tonk. Position #3. Need
0.19152 more points to pass CompanionCube!
L696[16:39:43] ⇦
Quits: ben_mkiv (~ben_mkiv@88.130.158.118) (Ping timeout: 190
seconds)
L697[17:12:49]
⇨ Joins: ben_mkiv (~ben_mkiv@88.130.158.118)
L698[17:31:28]
<Forecaster> %tonkout
L699[17:31:29] <MichiBot> Aw jeez!
Forecaster! You beat your own previous record of 1 hour, 3 minutes
and 15 seconds (By 7 minutes and 45 seconds)! I hope you're
happy!
L700[17:31:30] <MichiBot> Forecaster has
tonked out! Tonk has been reset! They gained 0.001 tonk points!
Current score: 0.89139, Position #3 Need 0.19052 more points to
pass CompanionCube!
L701[17:51:24] <Lizzy> %tonk
L702[17:51:25] <MichiBot> Potzblitz!
Lizzy! You beat Forecaster's previous record of <0 (By 19
minutes and 56 seconds)! I hope you're happy!
L703[17:51:26] <MichiBot> Lizzy's new
record is 19 minutes and 56 seconds! Lizzy also gained 0.00033 tonk
points for stealing the tonk. Position #4. Need 0.05135 more points
to pass Forecaster!
L704[18:05:25]
⇨ Joins: Backslash
(~Backslash@d137-186-220-152.abhsia.telus.net)
L705[18:11:57] <Michiyo> in ~12 hours I've
downloaded another 50GB of one file, and.... 30GB of the other
one.
L706[18:12:10] <Michiyo> *sighs*
L707[18:13:15] ⇦
Quits: ben_mkiv (~ben_mkiv@88.130.158.118) (Killed (NickServ (GHOST
command used by
ben_mkiv|afk!~ben_mkiv@i59F67823.versanet.de)))
L708[18:13:19]
⇨ Joins: ben_mkiv|afk
(~ben_mkiv@i59F67823.versanet.de)
L709[18:20:43]
<Kodos> I’m
on mobile. Would someone mind terribly getting me links to
computronics dev builds list as well as the wiki
L710[18:21:29]
<Kodos>
Yeti hands and a tiny phone do not mix
L712[18:22:06]
<Bob> idk
if computronics has a dedicated site with dev builds, it seems to
host the builds there directly
L713[18:25:10]
<Kodos>
I’ll get that bit from vex. Thank you much for the other link
though.
L714[18:32:56]
<King_Bob>
im trying to set up the extreme reactor program for my reactor but
im having a little trouble lol. It says i need the adapter but it
doesnt tell me where and also do i just place the adapter and thats
that or is there something more that i have to do
L715[18:35:15]
<MGR> You
place the adapter next to the block you want the computer to
interface with and needs an adapter
L716[18:35:21]
<Bob> ~~NC
> extreeme cheesactors~~ do'nt you have to use a computer port
?
L717[18:35:23]
<MGR> In
this case, probably next to the reactor computer port?
L718[18:35:31]
<Bob> and
don't some blocks not require an adapter
L719[18:35:36]
<MGR>
^
L720[18:35:43]
<Bob> ie
blocks with OC compatibility in mind, i would assume the computer
port doesn't need oneµ
L721[18:36:01]
<Bob> ~~ER
boring tho~~
L722[18:36:46] <Michiyo> Unless the author
removed OC compat it doesn't. I added OC compat to the mod back in
the days of "Big Reactors"
L723[18:43:48]
<Ariri> It
does have OC compat, but iirc it needs the computer port, not an
adaptor
L724[18:43:56] <Michiyo> Yes
L725[18:44:19]
<Forecaster> Does OC have OC compat
L726[18:44:23] <Michiyo> No
L727[18:44:45] <Michiyo> You need an addon
compatibility mod OpenOpenComputers
L728[18:44:46]
<Forecaster> Worst mod ever
L729[18:45:18]
<Ariri> And
that mod has a required dependency, OpenOpenOpenComputersCore
L730[18:45:18]
<Forecaster> Good gods of disco it's
hot
L731[18:45:22]
<Forecaster> I hate today
L732[18:45:44]
<Ariri>
"Blatherskite, its hot today"
L733[18:45:59]
<Forecaster> Being in a factory that's
even hotter is terrible
L734[18:46:23]
<Forecaster> But that's today for ya
L735[18:46:52]
<Forecaster> It's the worst, even worse
than mods without OC compat
L736[18:47:41]
<Ariri> I
simply hate it when I cant check the component address of my
Galacticraft moon cheese block
L737[18:47:51]
<King_Bob>
lol galacticraft is the best
L738[18:48:10]
<King_Bob>
i have a huge creative mars base which im working on rn getting all
these cool programs
L739[18:48:13]
<King_Bob>
lmao
L740[18:48:46]
<Ariri> I’m
trying advRocketry atm and I quite like it’s system
L741[18:48:48] <Inari> Skye: well you'd
need a Live2D model ideally. Or some other app for it :P And then
it's just streaming
L742[18:48:50]
<Ariri>
More immersive
L743[18:50:33]
<King_Bob>
ok i set everything up just need to set the program up i already
ran the wget thing but now it says run it. what command do i enter
to run it?
L744[18:50:54] <Michiyo> whatever the name
of the program you downloaded is...
L745[18:51:01] <Inari> Type ls?
L746[18:51:28] <Michiyo> Are you using
"Big Reactors Grid Control" or a different program?
L747[18:53:25]
<AdorableCatgirl> Izaya: i just had an
insane idea
L748[18:53:54]
<AdorableCatgirl> brb working some shit
out for my godtier stupid idea
L749[18:54:02]
<AdorableCatgirl> we abusing prom cards
today
L750[18:54:39]
<King_Bob>
ye big reactors grid
L751[18:54:44]
<Kodos>
What’s a prom card
L752[18:54:54] <Michiyo> So, again the
instructions are fairly clear.
L754[18:55:37]
<King_Bob>
lol my fault
L755[19:00:21]
<King_Bob>
ok i plugged everything in and ran the program but the program isnt
seeing the reactor and turbine. I plugged cables into both the
reactor computer port and turbine computer port
L756[19:01:47]
<MGR> if
you type "components" into the shell, do you see anything
about a reactor or turbine?
L757[19:03:01]
<King_Bob>
sorry about my incompentence but wdym? lmao like the reactor shell?
im brand new to all of this stuff so go easy on me lol
L758[19:03:11]
<King_Bob>
its prbly the computer u talking about
L759[19:03:16]
<King_Bob>
idk wym by shell tho
L760[19:03:38]
<MGR> The
"Open OS Interface" is the shell on the computer
L761[19:03:46]
<King_Bob>
oooooh
L762[19:03:55]
<MGR> What
you get when the computer finishes turning on
L763[19:04:16]
<King_Bob>
ye the reactor and turbine is showing up
L764[19:04:48]
<King_Bob>
it says brreactor and brturbine
L765[19:05:08]
<King_Bob>
its not showing on the grid control tho
L766[19:05:29]
<MGR>
¯\(ツ)/¯
L767[19:05:42]
<MGR> If it
shows up in components then the computer is seeing it
L768[19:05:54]
<King_Bob>
it is for big reactors and extreme reactors is a port of br so
maybe it isnt compatiable??
L769[19:05:54]
<Kodos>
Error in the brgc sounds like
L770[19:06:01]
<MGR> It
must be
L771[19:06:08]
<MGR>
Perhaps extreme reactors changes the component names
L772[19:06:11] <Michiyo> "Big
Reactors Grid Control is a multi reactor/turbine controller for Big
Reactors and Extreme Reactors."
L773[19:06:15]
<MGR> If
you send the code I could take a look
L774[19:06:15] <Michiyo> it does
not.
L775[19:06:22]
<Kodos> I’d
suggest writing your own program tbh but...
L776[19:06:29] <Michiyo> It works with
both, both present the same component names
L777[19:06:36]
<MGR>
Alright
L778[19:06:59] <Michiyo> Hopefully you're
not running ER 1.7.4
L780[19:07:21] <Michiyo> "NOTE: Due
to a bug with OpenOS 1.7.4, BRGC will not work with that version.
Please update to 1.7.5."
L781[19:09:06]
<Kodos>
Inb4 modpack
L782[19:09:08]
<King_Bob>
i think i missed something
L783[19:09:22]
<Kodos>
What version of extreme reactors are you using
L784[19:09:24]
<King_Bob>
the website the program is on (not the forum) says u have to run
these commands
L785[19:09:37]
<King_Bob>
but the oc fourm doesnt say anything about that
L786[19:09:42]
<King_Bob>
im going to try and see if it works
L787[19:10:01]
<Kodos>
What version of the reactor mod do you have
L788[19:11:04]
<King_Bob>
its all good
L789[19:11:07]
<King_Bob>
i got it to work
L790[19:11:11]
<King_Bob>
lol thxs
L792[19:20:52]
<ThePiGuy24> hunt down the freeman is obv
the best game there
L794[20:05:57]
<Kleadron>
that font smoothing tho
L795[20:07:31]
<AdorableCatgirl> yea
L796[20:07:34]
<AdorableCatgirl> disabled font
smoothing
L797[20:11:42]
<Kleadron>
why
L798[20:12:24]
<Kleadron>
you didn't disable it for "performance", did you?
L799[20:15:10]
<AdorableCatgirl> ¯\(ツ)/¯
L800[20:15:17]
<AdorableCatgirl> i just disabled most of
the fancy effects
L801[20:15:25]
<AdorableCatgirl> windows was shitting the
bed for a few weeks
L802[20:17:50]
<AdorableCatgirl> anyways
L803[20:18:05]
<AdorableCatgirl> dunno which thing i
disabled that stopped making it shit the bed
L804[20:18:11]
<Kleadron>
i seriously doubt something as bland as font smoothing would or
should cause problems
L805[20:18:18]
<AdorableCatgirl> it's windows
L806[20:18:24]
<AdorableCatgirl> anything can break
it
L807[20:18:30]
<AdorableCatgirl> anyways, now i have arma
3
L808[20:18:33]
<AdorableCatgirl> time for modding
L809[20:18:35]
<Kleadron>
~~that's your fault for using 10~~
L810[20:19:14]
<AdorableCatgirl> my fault for using a TR
1900x ig
L811[20:19:21]
<AdorableCatgirl> i dual boot
anyways
L813[20:23:21]
<AdorableCatgirl> also
L814[20:23:25]
<AdorableCatgirl> gonna mod AC7
L815[20:39:42] <Michiyo> %xkcd 2324
L817[21:09:27] <Skye> Inari, huh?
L818[21:10:27] <Inari> Skye: cause
vtuber?
L819[21:11:27]
<Ariri> Did
I hear vtuber? :P
L820[21:14:25] <Skye> ooh
L821[21:14:33] <Skye> I want to be a
vtuber
L822[21:15:44]
<King_Bob>
how do u wipe hardrives?
L823[21:19:08]
<MGR> Put
them in a crafting table
L824[21:19:17]
<MGR> Or
switch them between managed and unmanaged
L825[21:19:58]
<King_Bob>
thxs
L826[21:20:28]
<Ariri>
Once I learn Blender I might try a few vtuber models
L827[21:21:14]
<King_Bob>
are servers like stronger computers?
L828[21:21:19] <CompanionCube> %tonk
L829[21:21:20] <MichiBot> Jeepers!
CompanionCube! You beat Lizzy's previous record of 19 minutes and
56 seconds (By 3 hours, 9 minutes and 58 seconds)! I hope you're
happy!
L830[21:21:21] <MichiBot> CompanionCube's
new record is 3 hours, 29 minutes and 55 seconds! CompanionCube
also gained 0.00317 tonk points for stealing the tonk. Position #2.
Need 0.01756 more points to pass SquidDev!
L831[21:21:23]
<King_Bob>
like can u use them instead of a computer case
L832[21:21:36]
<Kristopher38> yes
L833[21:22:09]
<King_Bob>
ok
L834[21:24:24]
<King_Bob>
one more thing im trying to do this program thing and i got the
same error as someone else and the creator said there disk is read
only but didnt explain how to fix that
L835[21:24:26]
<King_Bob>
so...
L836[21:24:29]
<King_Bob>
how do u fix it
L837[21:25:51]
<King_Bob>
how do u make disks not read only
L838[21:26:26]
<Ariri> Ive
used that exact BRGC program on OC 1.7.5, MC 1.12.2 and did exactly
what the instructions said with no issues
L839[21:27:00]
<King_Bob>
talking to me?
L840[21:27:13]
<King_Bob>
if u are im not talking about the brgc
L841[21:27:21]
<King_Bob>
i already set that up lol
L842[21:27:22] <Michiyo> Read only disk
means you likely didn't install OpenOS
L843[21:27:28]
<King_Bob>
weird
L844[21:27:38]
<King_Bob>
i did install with the floppy in
L845[21:27:39] <Michiyo> Or, you left the
install disk in and it booted from the floppy again
L846[21:27:46]
<Ariri> It
should say exactly that iirc. "Its read only, install
openos"
L847[21:27:50]
<Ariri>
Remove it then
L848[21:28:05]
<Ariri> If
you formatted your drive, you have to reinstall it
L849[21:31:17]
<King_Bob>
so once i install openos from floppy i remove the floppy and
restart the computer?
L850[21:32:07]
<Ariri>
Yes. It will ask you to restart anyways, or hit the power
switch.
L851[21:33:54]
⇨ Joins: lecacadelatettre
(~lecacadel@lfbn-mon-1-676-200.w2-4.abo.wanadoo.fr)
L852[21:33:57] <lecacadelatettre> a
L853[21:34:01] <Michiyo> Install usually
sets the boot address to the drive it's installed to, but removing
the disk isn't a bad idea.
L854[21:34:02] <Michiyo> b
L855[21:34:04] ⇦
Quits: lecacadelatettre
(~lecacadel@lfbn-mon-1-676-200.w2-4.abo.wanadoo.fr) (Client
Quit)
L856[21:34:22]
<King_Bob>
weird cuz i did just what u said and it still gave me the error. it
says failed opening file for writing
L857[21:35:05]
⇨ Joins: lecacadelatettre
(~lecacadel@lfbn-mon-1-676-200.w2-4.abo.wanadoo.fr)
L858[21:35:17] ⇦
Quits: lecacadelatettre
(~lecacadel@lfbn-mon-1-676-200.w2-4.abo.wanadoo.fr) (Client
Quit)
L859[21:35:42]
<Kristopher38> share some
screenshots
L860[21:35:48]
<Ariri>
^
L861[21:37:00]
<King_Bob>
k
L863[21:52:20]
<King_Bob>
there it is
L864[21:54:23] <Michiyo> You've installed
OPPM right, you're not just running it from the disk?
L865[21:55:26]
<DaComputerNerd> you have to install that
off the disk too
L866[21:55:48]
<King_Bob>
yes
L867[21:55:54]
<King_Bob>
i installed both openos and oppm
L868[21:56:01]
<King_Bob>
and removed the disks
L869[21:58:57] <Michiyo> Neat... can't
reproduce
L870[22:03:41]
<King_Bob>
so
L871[22:03:52]
<King_Bob>
i guess it doesnt work?
L872[22:22:52]
<Forecaster> I've now been working for
almost 8 hours straight
L873[22:22:58]
<Bob> on
your end only apparently ?
L874[22:23:17]
<Forecaster> And I still have a 2 hour
drive home
L875[22:50:57]
<Ocawesome101> @King_Bob uninstall it, run
`mkdir -p /usr/lib/lunatic86`, and install it again
L876[22:51:13]
<Ocawesome101> I’ve run into this problem
before and I’m pretty sure that’s how I solved it