<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:01:20]
<bad at
vijya> i am the one who's always shitposting here
L2[00:01:35] <CompanionCube> i shitpost too
:p
L3[00:11:03] ⇨
Joins: flusky (~flusky@ns522395.ip-158-69-122.net)
L4[00:46:23] ⇦
Quits: flusky (~flusky@ns522395.ip-158-69-122.net) (Remote host
closed the connection)
L5[00:48:40]
<Ocawesome101> oh we have a #rules now
neat
L6[00:49:39]
<Michiyo>
It needs updating for Discord, but yeah
L7[00:50:16]
<Ocawesome101> there's... a little bit
about discord shrugs
L8[00:56:37] ⇨
Joins: MajGenRelativity
(~MajGenRel@c-73-123-203-209.hsd1.ma.comcast.net)
L9[00:57:15] ⇦
Quits: t20kdc
(~20kdc@cpc139340-aztw33-2-0-cust225.18-1.cable.virginm.net)
(Remote host closed the connection)
L10[01:00:27] ⇨
Joins: flusky (~flusky@ns522395.ip-158-69-122.net)
L11[01:03:56] ⇦
Quits: flusky (~flusky@ns522395.ip-158-69-122.net) (Ping timeout:
189 seconds)
L12[01:49:26] <Izaya> oh.
L13[01:49:40] <Izaya> turns out the forum
RSS feed is wonky so now I'm seeing stuff from a week ago now
L14[01:50:11]
<Ocawesome101> weird
L15[01:51:53] ⇨
Joins: flusky (~flusky@ns522395.ip-158-69-122.net)
L16[01:58:36] ⇦
Quits: flusky (~flusky@ns522395.ip-158-69-122.net) (Quit:
flusky)
L17[02:01:03] <Izaya> Eh, it's probably not
a very widely used feature and I have it there so I can avoid
actually going to the forums
L18[02:01:12] <Izaya> so I didn't notice
for ???
L19[02:03:22]
<Ocawesome101> jesus oc-dos boots
ridiculously fast
L20[02:03:31]
<Ocawesome101> it's also ridiculously
unusable lol
L21[02:04:04]
<Ocawesome101> 0.85 seconds
L22[02:04:08]
<Ocawesome101> on a tier one
computer
L23[02:04:13]
<Ocawesome101> from a FLOPPY DISK
L24[02:04:22] <Izaya> big brain is fitting
the entire OS into EEPROM
L25[02:04:36] <Izaya> doesn't even need to
hit the disk
L26[02:04:59]
<Ocawesome101> i did that once
L27[02:05:05]
<Ocawesome101> it wasn't exactly
featureful but i think it worked
L28[02:05:25] <Izaya> I mean, depending on
your definition of OS, I have something nice for that
L29[02:05:52] <Izaya> it has a shitty
scheduler, RPC support, and can execute arbitrary code over the
network
L30[02:06:13] <Izaya> :^)
L31[02:06:30] <Izaya> or that one Lua
prompt BIOS thing with networking
L32[02:06:32] <Izaya> that was nice
L33[02:07:30]
<Ocawesome101> real programmer move is
networking manually using the modem component
L34[02:08:32] ⇨
Joins: flusky (~flusky@ns522395.ip-158-69-122.net)
L35[02:09:11] <Izaya> Ocawesome101: was
actually gonna ask you, your thoughts on the flexibility afforded
by loading kernel modules at boot vs compiling a kernel to save on
runtime complexity?
L36[02:10:13] <CompanionCube> i call
shenanigans, despite it being done multiple times yesterday, i just
unplugged/replugged the pi3, and it worky now? wtf is going on
here?
L37[02:12:19]
<bad at
vijya> Izaya: i'm still working on OSSM and TagFS
L38[02:12:22]
<bad at
vijya> :^)
L39[02:12:41]
<bad at
vijya> but TagFS now should support any size of drive
L40[02:12:58] <CompanionCube> Izaya: i
assume you mean OC kernel, right?
L41[02:13:04]
<bad at
vijya> and now has infinitely large tags
L42[02:13:05] <Izaya> yeah
L43[02:13:12]
<bad at
vijya> tho the offsets are still uh
L44[02:13:16]
<bad at
vijya> [checks code]
L45[02:13:33]
<bad at
vijya> 24 bit
L46[02:13:34]
<bad at
vijya> sue me
L47[02:13:43] <Izaya> though if you have
thoughts on it IRL that could be interesting
L48[02:13:50]
<Ocawesome101> then probably go for a
compiled kernel
L49[02:13:52]
<Ocawesome101> alternatively, you could
make it an option, either compile the kernel or load modules
dynamically
L50[02:14:00] <CompanionCube> well, there's
not really much of a difference either way, but if you know the
usage-profile is there any point to not compiling in everything you
*know* you'll end up loading anyway
L51[02:14:00]
<Ocawesome101> ooooop
L52[02:14:06]
<Ocawesome101> coupld messages didnt
sent
L53[02:14:08]
<Ocawesome101> send
L54[02:14:23] <CompanionCube> same applies
to linux IRL
L55[02:14:34]
<Ocawesome101> the first two were:
depends
L56[02:14:34]
<Ocawesome101> if you like memory
efficiency
L57[02:14:38] <Izaya> bad_at_vijya: good,
good, I'll use that on my obnoxiously large tape libraries
L58[02:15:44]
<Ocawesome101> anyway
L59[02:15:48]
<Ocawesome101> imma sign off for a
bit
L60[02:15:48]
<Ocawesome101> cya
L62[02:17:22] <CompanionCube> since this is
mostly a gentoo box, ~everything in the irl kernel's compiled in
because why bother loading at runtime
L63[02:17:52] <Izaya> I was thinking it
might be nicer for development - Skye managed to implement dynamic
loading for the PsychOS modules as a MiniOS NT userspace
thing
L64[02:17:55] <Izaya> which was neat
L65[02:18:13] <Izaya> but also if you need
to reboot the machine to reload stuff in kernel space anyway, is
compiling that big a downside?
L67[02:20:05] <Izaya> > Pilot included a
debugger, Co-Pilot, that could debug a frozen snapshot of the
operating system, written to disk.
L68[02:20:07] <Izaya> hehe
L69[02:21:10] <Izaya> I had a mildly cursed
idea the other day
L70[02:21:15] <CompanionCube> the 'three
operating systems' bit is 10/10
L71[02:21:36] <Izaya> what if you could
cluster PsychOS machines so that they'd share a specific set of
components
L72[02:21:44] <Izaya> not sure whether a
blacklist or whitelist would be better
L73[02:22:03] <CompanionCube> distributed
computing best computing?
L74[02:22:07] <Izaya> but like, they
wouldn't share network cards or displays but you'd get disk access
and printers and redstone and such
L75[02:22:31] <CompanionCube> live the
plan9/apollo dream ingame
L76[02:24:15] <Izaya> closer to apollo than
plan9
L77[02:24:30] <Izaya> but I guess there's
no reason you couldn't have a shared RPC thingo
L78[02:24:41]
<bad at
vijya> Izaya: [screaming]
L79[02:24:55]
<bad at
vijya> any write op will bring the system to a halt!
L80[02:24:56] <Izaya> like, you could
register functions and it'd be shared globally so stuff could just
depend on the cluster having a "database" or
something
L81[02:25:47]
<bad at
vijya> so, in OSSM, i plan to give workstations like
L82[02:25:52]
<bad at
vijya> flash memory boards
L83[02:26:26]
<bad at
vijya> where you have 1MiB, 2MiB, or 4MiB of flash memory per
board because fuck it
L84[02:26:41]
<bad at
vijya> they'll be super expensive or something, have fun
L85[02:27:44] <Izaya> CompanionCube: it
would have the implied effect of all disks in the cluster would be
accessible on any host under / which would be neat
L86[02:28:30] <CompanionCube> :)
L87[02:28:59] <Izaya> it greatly appeals to
me tbh
L88[02:47:08] <Amanda> %tell Inari make
sure your space mage doesn't look himself and your entire crew by
creating a black hole near the enemy ship
L89[02:47:09] <MichiBot> Amanda: Inari
will be notified of this message when next seen.
L90[02:47:22] <Amanda> Bah
L91[02:57:22] ⇨
Joins: murineStarlet (~murinesta@91.214.116.167)
L92[02:57:34] <murineStarlet>
Heyaaaaaa
L93[02:59:40]
<bad at
vijya> hi
L94[03:00:14] <murineStarlet>
Wassupppp
L95[03:00:42] ⇦
Quits: Vexaton (~Vexatos@port-92-192-110-208.dynamic.as20676.net)
(Quit: Insert quantum chemistry joke here)
L96[03:02:30] <Amanda> Several infinities
of space and the
L97[03:02:33] <Amanda> Time*
L98[03:03:16] <Amanda> Also Joe
L99[03:09:32] ⇦
Quits: ben_mkiv (~ben_mkiv@i5E86B019.versanet.de) (Remote host
closed the connection)
L100[03:09:46] ⇦
Quits: flusky (~flusky@ns522395.ip-158-69-122.net) (Ping timeout:
194 seconds)
L101[03:10:35] ⇦
Quits: Kasen
(~rakiru@has.anyone.really.been.far.even.as.decided.to.use.a.witch.horse)
(Ping timeout: 204 seconds)
L102[03:11:44] <murineStarlet> Who's
Joe?
L103[03:18:19]
⇨ Joins: Kasen
(~rakiru@has.anyone.really.been.far.even.as.decided.to.use.a.witch.horse)
L104[03:24:20] ⇦
Quits: murineStarlet (~murinesta@91.214.116.167) (Remote host
closed the connection)
L105[03:40:27] <Amanda> Joeone
L106[04:01:47]
<BrisingrAerowing> I saw that going
differently...
L107[04:03:38]
⇨ Joins: Ocawesome101 (~ocawesome@38.65.248.103)
L108[04:04:56] <Ocawesome101> o/
L109[04:05:08] <Izaya> hello again
L110[04:08:02]
<Ariri>
Joeone... i’ll have to use that
L111[04:16:03]
<Jason>
hey, does OC need a 2nd mod to allow the adapter to work with OC,
this pack im playing on right now doesnt work, yet another one i
was on earlier does, and i cant seem to figure out why
L112[04:18:02]
<ThePiGuy24> the adapter is part of
OC
L113[04:19:01] *
Amanda snugsafairy, passes out
L114[04:19:38] <Izaya> bad_at_vijya: is it
weird that I design my ships with infinity acceleration thrust and
basically zero thrust in any other direction
L115[04:21:00]
<Jason>
Yesh @ThePiGuy24 I know that bit, but it doest seem to work with
the blood magic altar in the Technic classic pack, but does on ftb
interaction, i was asking if there was a mod to allow the adapter
to work if the blood altar
L116[04:21:17]
<Jason> i
see the typo in my last message, that... yeah
L117[04:21:28]
<Jason>
hey, does OC need a 2nd mod to allow the adapter to work with the
blood magic altar, this pack im playing on right now doesnt work,
yet another one i was on earlier does, and i cant seem to figure
out why [Edited]
L118[04:30:47]
<Admiral_Morketh> Minecraft seeds are
designed in such a way a map can be shared between people of the
same version yes?
L119[04:31:36] <Ocawesome101> yes
L120[04:31:39] <Izaya> Admiral_Morketh:
that's the theory, though mods may mess with that.
L121[04:31:52] <Ocawesome101> same seed,
same world, except that
L122[04:32:00] <Izaya> Jason: unsure, but
Computronics adds a bunch of mod support
L123[04:32:17] <Izaya> oh hello, spengies
hard-crashed
L124[04:33:32]
<Admiral_Morketh> So based strictly on
that theory and ignoring the mod errors. I could theoretically use
3 or 4 computers to prefenerate a map? Proving of course and
assuming I could get a generator to work in particular areas of the
map to prevent operlap
L125[04:34:17]
<Admiral_Morketh> A lot of assumptions I
know I'm just trying to work out the problem and see if i can solve
it
L126[04:34:43] <Izaya> not sure about the
details but the theory is sound enough
L127[04:36:01]
<Admiral_Morketh> it gives me a reason to
combine 2 hobbies 😛 and HPC cluster and Minecraft.
L128[04:36:08]
<Admiral_Morketh> it gives me a reason to
combine 2 hobbies 😛 an HPC cluster and Minecraft. [Edited]
L129[04:37:36] <Izaya> [Edited]
L130[04:37:42] <Izaya> I'm not sure how
much the game will agree with it
L131[04:38:26] <Izaya> I imagine combining
them with MCEdit would be the sanest option but you may just be
able to slap the region files together
L132[04:40:03]
<Admiral_Morketh> the region files in the
directory structure im guessing is the database minecraft uses to
load the world? or is there something in side the level.dat that
indexes all available data?
L133[04:40:23] <Izaya> that's the part I'm
iffy about
L134[04:40:45] <Izaya> if there's no
index, generating region files would just werk but if it's indexed
you're out of luck
L135[04:41:01] <Izaya> though they're
named in such a way that implies the existence of the file is all
the index they need
L136[04:41:41]
<Admiral_Morketh> unless i could
programmatically merge that index. but like you said the nameing
scheme implies a folder-db
L137[04:43:34]
<Admiral_Morketh> thats a simple enough
thing to test actually. i could generate 2 maps same seed fly in
opposing directions merge them and then teleport to those areas to
see if the marks ive placed in world are there 🤔 Thanks for the
input Izaya i think i can work with that for testing
L138[04:44:29] <Izaya> make sure they're a
good distance apart though
L139[04:44:37] <Izaya> not sure how big a
region file is but \o/
L140[04:45:41]
<Admiral_Morketh> regions are 32x32 chunks
which are 16x16 blocks so 32x16 = 512^2 i do belive
L141[04:46:09]
<Admiral_Morketh> for area anyway i think
its only 512 blocks to the next chunk
L142[04:46:21]
<Admiral_Morketh> ^ region
>..<
L143[04:56:54]
⇨ Joins: flappy
(~flappy@88-113-149-197.elisa-laajakaista.fi)
L144[04:59:23] <Izaya> oh neat
L145[04:59:35] <Izaya> the tweaking I did
makes the GPU driver stalls not fatal
L146[04:59:46] <Ocawesome101> nice
L147[04:59:53] <Ocawesome101> what
tweaking?
L148[04:59:56] <Izaya> I get booted out of
my session but after about a minute of flickering I get back to the
login screen
L149[05:00:15] <Izaya>
amdgpu.ppfeaturemask=0xffffffff amdgpu.vm_update_mode=3
amdgpu.vm_fault_stop=0 amdgpu.vm_debug=1 amdgpu.gpu_recovery=1
amdgpu.dc=1
L150[05:00:38] <CompanionCube> gpu
stalls?
L151[05:01:06] <Izaya> yeah sometimes
running games under Proton will freak out the GPU and it'll do this
weird interlaced-looking things and the colours are messed up
L152[05:01:26]
<Jason>
huh
L153[05:01:33]
<Jason> the
adapters not even working for pistons or chests?
L154[05:01:41]
<Jason> yet
a TE energycell shows up
L155[05:01:52] <Izaya> what would an
adaptor do with a piston?
L156[05:01:53] <Ocawesome101> i've not had
that happen, but occasionally while doing something really
intensive amdgpu will just completely crash
L157[05:01:54]
<Admiral_Morketh> well ill be. ^_^ it
actually worked
L158[05:02:02]
<Jason>
just to make sure, anything the adapter would see would be under
"components.list()" right
L159[05:02:09] <Izaya> and a chest would
need a transposer or an adaptor with an inventory controller
L160[05:02:14]
<Jason> i
see
L161[05:02:47]
<Admiral_Morketh> thanks again Izaya for
your input 🙂
L162[05:02:54]
<Jason>
inventory controller didnt do anything
L163[05:03:14] <Izaya> the inventory
controller doesn't show up in the component list?
L164[05:03:31]
<Jason> it
does not
L165[05:03:42] <Izaya> sounds wonky
L166[05:03:52] <Izaya> transposer
then?
L167[05:04:06]
<Jason>
somethings not right
L168[05:04:22]
<Jason>
could a config be wrong in the pack?
L169[05:05:35] <Izaya> you sure it's
hooked up to the computer?
L170[05:05:50]
<Jason>
yes, the thermal expansion energy cell shows up
L171[05:06:31] <Izaya> huh, maybe the
adaptors are exclusive for one component
L172[05:06:59]
<Jason>
nope
L173[05:07:01]
<Jason>
moved it, didnt show
L174[05:07:22] *
Izaya shrugs
L175[05:07:25] <Izaya> try a
transposer
L176[05:07:46] <Izaya> they're more useful
for non-robots
L177[05:09:13]
<Jason> i
found the issue
L178[05:09:21]
<Jason> the
config file is wrong (to my prefrences)
L179[05:10:43] *
Ocawesome101 is using 570MB of memory while idling with KDE +
Konversation open
L180[05:11:01] <Ocawesome101> Izaya: what
DE do you use?
L181[05:11:13] <Izaya> XFCE4, with
awesomewm, usually
L182[05:11:23] <Ocawesome101> i see
L183[05:11:36] <Ocawesome101> i like my
fancy effects so i use kde :p
L184[05:11:37] <Izaya> mostly because
xfce4-panel is the best panel
L185[05:12:49] ⇦
Quits: CarlenWhite (~CarlenWhi@78.sub-174-241-129.myvzw.com) (Ping
timeout: 204 seconds)
L186[05:13:13] <Izaya> I've mostly
replaced thunar with PCManFM too because it doesn't freeze when you
have 2000 pictures in a folder
L187[05:21:23] <CompanionCube> Izaya: no
xfwm4?
L188[05:21:37] <Izaya> on my desktop at
times
L189[05:21:44] <Izaya> laptop is 100%
awesomewm
L190[05:22:03] <CompanionCube> did you do
anything special with it? I didn't.
L191[05:22:34] <Izaya> they changed stuff
and now it's almost default
L192[05:22:50] <CompanionCube> oh?
L193[05:23:30] <Izaya> I had a really
riced config for a while but between finishing school and buying a
new laptop stuff changed enough I just abandoned it
L194[05:24:05]
⇨ Joins: CarlenWhite
(~CarlenWhi@78.sub-174-241-129.myvzw.com)
L195[05:25:28] <Izaya> ... is swapping my
T420 for an X220 really buying a new laptop?
L196[05:32:44] <Ocawesome101> well,
technically yes
L198[05:59:27]
<Ariri>
Thats giving me deja vu...
L199[06:03:34] <asie> Izaya: i'd recommend
going at the very least for an X230 with a modded X220
keyboard
L200[06:03:34]
<ThePiGuy24> cough cough openssl
L201[06:03:37] <asie> Sandy -> Ivy is a
leap
L202[06:03:48] <Izaya> asie: already got
the X220
L204[06:03:52] <asie> welp
L205[06:03:54] <Izaya> didn't want to fuck
around with swapping the keyboard
L206[06:04:02] <Izaya> and laptops are
ssh, so performance doesn't worry me
L207[06:04:07] <CompanionCube> Izaya: i
already linked that tho
L208[06:04:13] <CompanionCube> it's the
latest xkcd
L209[06:04:21] *
Izaya scrolls up
L210[06:04:53] <Izaya> so you did
L211[06:05:00] <Izaya> s/are ssh/are for
ssh/
L212[06:05:00] <MichiBot> <Izaya>
and laptops are for ssh, so performance doesn't worry me
L213[06:05:17] <CompanionCube> subtext
about imagemagick speaks to me
L214[06:05:31] <Izaya> man
L215[06:05:38] <Izaya> I reinstalled
pleroma in a new container
L216[06:05:42] <Izaya> image upload didn't
work
L217[06:05:45] <Izaya> couldn't figure it
out
L218[06:05:49] <Izaya> imagemagick wasn't
installed
L219[06:05:58] <CompanionCube> flashbacks
to trying to get the perl bindings to work
L220[06:06:43] <CompanionCube> in the end
i went fuck it and installed everything needed from guix
instead
L221[06:12:16] ⇦
Quits: Ocawesome101 (~ocawesome@38.65.248.103) (Quit: I'm probably
going to bed.)
L222[06:17:10]
<ThePiGuy24> currently playing with the
Immersive Railroading mod and going mach 3.5 in a model trian
L223[06:17:14]
<ThePiGuy24> *train
L224[06:17:19]
<ThePiGuy24> gotta love physics
L225[06:24:50]
<Forecaster> %sip
L226[06:24:51] <MichiBot> You drink a
cloudy rubium potion (New!). Forecaster's favourite hat is suddenly
on fire.
L227[06:25:01]
<Forecaster> D:
L228[06:25:20]
<Ariri> Rip
hat
L229[06:25:41]
<Ariri>
%tonk for the hat
L230[06:25:41] <MichiBot> Bejabbers!
Ariri! You beat Lizzy's previous record of 4 hours, 19 minutes
and 52 seconds (By 3 hours, 50 minutes and 20 seconds)! I hope
you're happy!
L231[06:25:42] <MichiBot> Ariri's new
record is 8 hours, 10 minutes and 13 seconds! Ariri also gained
0.0192 (0.00384 x 5) tonk points for stealing the tonk. Position
#11. Need 0.04628 more points to pass DaComputerNerd!
L233[06:32:02] <MichiBot> Ariri: Inari
will be notified of this message when next seen.
L234[06:34:59] ⇦
Quits: Cervator (~Thunderbi@2600:1700:1a25:9160:740d:2dc7:7ce:1e44)
(Quit: Cervator)
L235[06:43:44] <CompanionCube> Izaya:
apparently there's rumor going on about the lawnmower and
tiktok
L236[06:43:54] <CompanionCube> guess shit
stays together, huh?
L237[07:08:57] <MichiBot> @ThePiGuy24
REMINDER: screw you past you
L238[07:09:53] <MichiBot> @ThePiGuy24
REMINDER: screw you too future/present you
L239[07:10:47]
<ThePiGuy24> no screw you past me
L240[07:12:37]
<Ariri> you
would use the past tense when referring to a past situation
L241[07:12:38]
<Ariri>
/s
L242[07:14:23]
<Ariri>
'screwed you past me'
L243[07:20:13] <MichiBot> @Ariri REMINDER:
correct tpg24's tenses, assuming you've figured it out by
then
L244[07:25:02] <Izaya> hm, so by the looks
of it, H0D ain't gonna run for a while because it uses DXIL - looks
like the equivalent of LLVM shader bytecode? - stuff that isn't
supported in Proton yet
L245[07:25:06] <Izaya> that's a bit of a
shame
L246[07:25:23] <Izaya> don't really get
why you'd use DX12 when Vulkan exists but whatever I guess
L247[07:27:16] <Izaya> I guess if you use
hardware raytracing there's ... a reason. Not sure why you'd do
that.
L248[07:33:19] <Izaya> CompanionCube: I
heard Microsoft was gonna buy em
L249[07:34:23] <CompanionCube> me
too
L250[07:41:19]
<Jason> im
having an issue with the transposer
L252[07:41:40]
<Jason> do
you see any reason it should be putting in more then one
item?
L253[07:41:46]
<Jason>
because it is and i cant figure out why
L254[07:42:41] <Izaya> if
altertransfercount is above 1, sure
L255[07:43:29]
<Jason> it
was an issue with the break
L256[07:43:36]
<Jason> i
swaped the break for goto and that worked.
L257[07:43:45]
<Jason>
Sometimes just explaining the issue to someone is all you really
need 😛
L258[07:44:02] <Izaya> goto is [external
screaming] but if it works it works I guess
L259[07:44:19] <Izaya> and for getting out
of a loop I guess it's fine
L260[07:44:27]
<Jason> can
you think of a better way?
L261[07:44:47]
<Jason>
from what i figure the break was only breaking the if and not the
for?
L262[07:45:02]
<Jason> i
have no idea why it would do that, but thats what it seemed
like
L263[07:45:14] <Izaya> yeah it shouldn't
work like that but iunno
L264[07:45:19] <Izaya> computers aren't
deterministic
L265[07:47:17] <Izaya> though transferItem
does return a number so you could use if it's >1 then break
without first checking if there's an item there
L266[07:47:32] <Izaya> if
tp.transferItem(whatever) > 0 then break end
L267[07:54:16] ⇦
Quits: Thutmose (~Patrick@host-69-59-79-181.nctv.com) (Quit:
Leaving.)
L268[08:11:22]
<Forecaster> In some languages break can
take an argument, not sure if Lua is one of those though, probably
not
L270[08:32:25]
⇨ Joins: immibis
(~immibis@dslb-002-205-077-069.002.205.pools.vodafone-ip.de)
L271[08:39:25]
⇨ Joins: Inari
(~Pinkishu@p508ef222.dip0.t-ipconnect.de)
L273[08:40:22] <Inari> Amanda: "look
himself"?
L274[08:41:42] <Inari> @Ariri nah, I
generally want to be pet rather than petting :P (only my bf is
allowed to though~)
L275[08:43:43] ⇦
Quits: CarlenWhite (~CarlenWhi@78.sub-174-241-129.myvzw.com) (Ping
timeout: 204 seconds)
L276[08:49:37]
⇨ Joins: CarlenWhite
(~CarlenWhi@78.sub-174-241-129.myvzw.com)
L277[09:04:40] ⇦
Quits: immibis
(~immibis@dslb-002-205-077-069.002.205.pools.vodafone-ip.de) (Ping
timeout: 194 seconds)
L278[09:51:18] ⇦
Quits: flappy (~flappy@88-113-149-197.elisa-laajakaista.fi) (Ping
timeout: 189 seconds)
L279[09:54:10]
⇨ Joins: Vexatos
(~Vexatos@port-92-192-110-208.dynamic.as20676.net)
L280[09:54:10]
zsh sets mode: +v on Vexatos
L281[10:05:29]
<Forecaster> %sip
L282[10:05:29] <MichiBot> You drink an
oxidised violet potion (New!). Forecaster suddenly craves
pie.
L283[10:05:41]
<Forecaster> Meh
L284[11:26:34] <dequbed> Forecaster: No
Lua doesn't have labeled break which is good because it's just
slightly less insane goto.
L285[11:30:51]
<Forecaster> Labeled?
L286[11:31:34]
<Forecaster> I meant specifying an one
that breaks that number of scopes/loops
L287[11:31:36] <dequbed> labeled break as
in `break loop1`;
L288[11:31:44]
<Forecaster> I forget where I saw
that
L289[11:31:53] <dequbed> it's called
labeled break. Java has it for example.
L290[11:32:07]
<Forecaster> Specifying an int*
L291[11:32:30] <dequbed> Solving that via
numerics is even more cursed than solving it via labels.
L292[11:33:01]
<Forecaster> Kay
L293[12:36:35] <Amanda> Inari: was meant
to be kill himself, but I swipeo'd it
L294[12:49:18] <Inari> I see
L295[12:49:27] <Inari> %pet Amanda
L296[12:49:27] <MichiBot> Inari is petting
Amanda with wooden mallet. Amanda regains 1d4 => 2 hit points!
Wooden mallet vanishes into a rift in space.
L297[12:49:47] <Amanda> %dodge
L298[12:49:47] <MichiBot> Amanda: Nothing
to defend against right now.
L299[12:49:51] <Inari> :D
L300[12:49:57] <Amanda> %bite Inari
L301[12:49:57] <MichiBot> Amanda is
trying to bite Inari! They have 5 minutes if they want to attempt
to %defend against it!
L302[12:50:10] <Inari> Heh
L303[12:50:25] <Inari> %defend
L304[12:50:25] <MichiBot> Specify an
action as the first parameter: block, guard, deflect, parry,
counterspell, dodge
L305[12:50:32] <Inari> %counterspell
L306[12:50:32] <MichiBot> Inari managed to
partially counterspell Amanda. With a 16 vs 12 Inari only takes
half of the 4 damage.
L307[12:50:36] <Inari> sad
L308[13:07:34]
⇨ Joins: t20kdc
(~20kdc@cpc139340-aztw33-2-0-cust225.18-1.cable.virginm.net)
L309[13:08:51]
⇨ Joins: Vexaton
(~Vexatos@port-92-192-92-217.dynamic.as20676.net)
L310[13:08:51]
zsh sets mode: +v on Vexaton
L311[13:11:35] ⇦
Quits: Vexatos (~Vexatos@port-92-192-110-208.dynamic.as20676.net)
(Ping timeout: 189 seconds)
L312[13:22:39] ***
BrightYC is now known as {-_-}
L313[13:23:18] ***
bpm140 is now known as ^_^
L314[13:23:18] ***
{-_-} is now known as BrightYC
L315[13:23:32] ***
^_^ is now known as _
L316[13:23:53] *** _
is now known as bpm140
L317[13:35:30]
⇨ Joins: ben_mkiv
(~ben_mkiv@i5E86B019.versanet.de)
L318[14:27:54]
⇨ Joins: sdlorenzo134
(webchat@176-132-115-84.abo.bbox.fr)
L319[14:28:12] ⇦
Quits: sdlorenzo134 (webchat@176-132-115-84.abo.bbox.fr) (Client
Quit)
L320[14:30:44]
⇨ Joins: fezghqz
(~fezghqz@ns3050133.ip-51-255-76.eu)
L321[14:34:42] ⇦
Quits: fezghqz (~fezghqz@ns3050133.ip-51-255-76.eu) (Ping timeout:
198 seconds)
L322[15:19:28]
⇨ Joins: Cervator
(~Thunderbi@2600:1700:1a25:9160:89e5:ca8a:24fd:2574)
L323[15:31:51]
<Ariri>
Inari: i suppose that’s fair
L324[15:31:51]
<Ariri>
More patting opps for me then
L325[15:32:09]
<Forecaster> %pet ariri
L326[15:32:10] <MichiBot> Forecaster is
petting ariri with NASA's GPG Key. ariri regains 1d4 => 3 hit
points!
L327[15:34:17]
<Ariri> I
meant the other way around, but thanks for the key
L328[15:34:17]
<Ariri> Now
i’ll be able to decrypt the secret documents entailing the aliens
that came back from Apollo 13
L329[15:34:17] <Inari> %pet Ariri
L330[15:34:18] <MichiBot> Inari is petting
Ariri with lawnmower. Ariri regains 1d4 => 4 hit points!
Lawnmower suddenly collapses into a singularity.
L331[15:35:36]
<Ariri>
:o
L332[15:35:36]
<Ariri>
Lawnmower go krrrr into nothingness
L333[15:36:40]
<Forecaster> Hmm, that's probably a good
reason to make pets defendable
L334[15:37:08]
<Forecaster> The inventory is full of
various things you wouldn't want to be petted with
L335[15:37:44]
<Ariri> But
that will make it easier for the tsunderes!
L336[15:38:20]
<Forecaster> Well who am I to deny them a
chance to express themselves
L337[15:39:09]
<Ariri> But
the expression they make when they secretly enjoy it/comically
throw you against the wall to hide it is too good to prevent
L338[15:40:29]
<Forecaster> Well, there's still a chance
they'll fail or only partially succeed :P
L339[15:40:51]
<Ariri>
Amanda: https/cdn.nekos.life/meow/27A.gif
L340[15:41:06]
<Ariri>
ack
L342[15:41:59]
<Ariri>
%give MichiBot tsundere catgirl maid
L343[15:41:59] *
MichiBot accepts tsundere catgirl maid and adds it to her
inventory
L344[15:42:27]
<Forecaster> The hand cast mindblast
L345[15:43:10]
<Ariri> The
best part is how it twists it’s body around like it actually got
hit by a blast
L346[15:45:05]
<Forecaster> You mean it's not real
D:
L347[15:46:14]
<Ariri> Uh
no I mean one would think that, but you can clearly see the effect
is too good to be an act
L348[15:48:03] <Lizzy> %tonk
L349[15:48:04] <MichiBot> Dogast! Lizzy!
You beat Ariri's previous record of 8 hours, 10 minutes and 13
seconds (By 1 hour, 12 minutes and 9 seconds)! I hope you're
happy!
L350[15:48:05] <MichiBot> Lizzy's new
record is 9 hours, 22 minutes and 22 seconds! Lizzy also gained
0.0108 (0.0012 x 9) tonk points for stealing the tonk. Position #3.
Need 0.01021944 more points to pass CompanionCube!
L351[15:48:10] <Lizzy> Nyahaahah
L352[15:49:39]
<Ariri>
nyuuu
L353[15:49:48] *
Inari defends against Forecaster making pets
defendable
L354[15:50:16]
<Forecaster> the DC for that is 18
L355[15:50:58] <dequbed> %roll 1d20
L356[15:50:59] <MichiBot> 12
L357[15:51:02] <dequbed> Aw :(
L358[15:51:32]
<Ariri>
`MichiBot: 18`
L359[15:51:32]
<Ariri>
Woohoo no patting defense
L360[15:51:52] <Inari> %roll 1d20
L361[15:51:52] <MichiBot> 19
L362[15:51:54] <Inari> hah
L363[15:52:34]
<Ariri>
Actually wait maybe its a good thing
L364[15:52:34]
<Ariri> I
would be able to avoid pats myself... but tsundere catgirl maid
pats
L365[15:52:35]
<Ariri>
Forecaster youve left me with a dilemna D:
L366[15:53:09]
<Forecaster> I mean, you don't have to use
it, you can just wait 5 minutes and auto fail and pretend you
didn't notice :P
L367[15:53:48]
<Ariri> It
pings me on IRC and Discord (usually), thatd be kind of a
stretch
L368[15:54:48] <dequbed>
"""Accidentally""" forget
L370[15:55:59] <MichiBot>
Elite
Dangerous Odyssey - First Look At New Atmospheric Planet Tech -
Plus More Details | length:
6m 23s | Likes:
706 Dislikes:
8
Views:
7,130 | by
ObsidianAnt | Published On
18/8/2020
L371[15:56:06]
<Forecaster> OoooOoooo
L372[16:03:23]
<Ariri>
Thargoids ships coming in ablaze from reentry before cooling down
might be a really cool look
L373[16:39:22] <Inari> Seems neat, hope
it'll be a bit more though
L374[16:39:29] <Inari> It's pretty much
still a barren planet with a diff sky colour
L375[16:41:54] <Inari> I wnat lush
greenery, plants, weather, storms, caves
L376[17:00:30]
<Forecaster> I'm sure you do
L377[17:06:33]
⇨ Joins: bad_at_vijya
(~sam@pool-71-176-252-72.rcmdva.fios.verizon.net)
L378[17:20:59]
<Forecaster> %sip
L379[17:21:00] <MichiBot> You drink a
prickly radiation potion (New!). The next remote Forecaster looks
for is extra hard to find.
L380[17:21:32]
<Forecaster> Aww man
L382[17:22:35] <MichiBot>
Elite
Dangerous: Odyssey | The Road to Odyssey Part 1 - One Giant
Leap | length:
4m 33s | Likes:
2,452 Dislikes:
83 Views:
22,797 | by
Elite
Dangerous | Published On 18/8/2020
L383[17:41:13] <Amanda> %choose antenna;
regular or laser
L384[17:41:13] <MichiBot> Amanda: laser
antenna
L385[18:07:04] <dequbed> %choose , virgin;
Screwdriver or Irish Coffee
L386[18:07:04] <MichiBot> dequbed:
Screwdriver , virgin
L387[18:07:07] <dequbed> Neat.
L388[18:07:24] ***
maxpowa is now known as max
L389[18:33:39] ⇦
Quits: bad_at_vijya
(~sam@pool-71-176-252-72.rcmdva.fios.verizon.net) (Ping timeout:
198 seconds)
L390[18:35:11]
⇨ Joins: kingofsponges
(~kingofspo@088156142242.dynamic-2-waw-k-3-2-0.vectranet.pl)
L391[18:35:21] <kingofsponges> hey u
L392[18:35:23] <kingofsponges> its me
sponge
L393[18:35:27] <kingofsponges> do ya
remember me
L394[18:35:31] <kingofsponges> h
L395[18:40:31] <kingofsponges>
Corded
L396[18:49:58]
<Forecaster> %corded
L397[18:49:59] <MichiBot> Forecaster:
Corded is a relay between IRC and Discord. The user talking is
between the <>
L398[18:52:19] <kingofsponges> why is slow
reply
L399[18:52:32] <kingofsponges> irc is a
bit inactive
L400[18:56:17] <Amanda> %choose continue
searching for a better script or go the low-tech way
L401[18:56:18] <MichiBot> Amanda:
Elementary dear Watson, "go the low-tech way" is the
obvious choice!
L402[18:56:26] *
Amanda sighs
L403[18:56:27] <Amanda> fiiiine
L404[18:57:34] <Inari> I mean
L405[18:57:36] <Inari> If you ask
L406[18:57:38] *
Inari fines Amanda
L407[19:03:31]
<Forecaster> %sip
L408[19:03:32] <MichiBot> You drink a
freezing citrus potion (New!). Forecaster's toes turn invisible
until they have a nap.
L409[19:03:42]
<Forecaster> Oh dear
L410[19:31:46] <Michiyo> kingofsponges,
Because oddly enough, people don't spend ALL day glued to IRC. Some
folks work.
L411[19:31:51] <Michiyo> other folks
idle.
L412[19:32:50] <Elfi> Yet others die
L413[19:35:46] *
Michiyo mourns Human/SandwichLord
L414[19:38:07]
⇨ Joins: Thutmose
(~Patrick@host-69-59-79-181.nctv.com)
L415[19:45:53]
<Ariri>
regrets (?) the missed passive flirt opportunity
L416[19:55:37]
⇨ Joins: immibis
(~immibis@dslb-002-205-077-069.002.205.pools.vodafone-ip.de)
L417[19:57:28] <kingofsponges> uhh
L418[20:00:50] ⇦
Quits: azzy (uid459751@id-459751.highgate.irccloud.com) (Read
error: Connection reset by peer)
L419[20:01:37] ⇦
Quits: S3 (sid159874@id-159874.highgate.irccloud.com) (Read error:
Connection reset by peer)
L420[20:05:06] ⇦
Quits: ben_mkiv (~ben_mkiv@i5E86B019.versanet.de) (Killed (NickServ
(GHOST command used by
ben_mkiv|afk!~ben_mkiv@88.130.156.223)))
L421[20:05:11]
⇨ Joins: ben_mkiv|afk (~ben_mkiv@88.130.156.223)
L422[20:05:51]
<Forecaster> Michiyo what are you talking
about, people on the internet don't have lives, that's
ridiculous
L423[20:06:03]
<Forecaster> We're all clearly
undead
L424[20:08:59] <CompanionCube> %tonk
L425[20:08:59] <MichiBot> I'm sorry
CompanionCube, you were not able to beat Lizzy's record of 9 hours,
22 minutes and 22 seconds this time. 4 hours, 20 minutes and 55
seconds were wasted! Missed by 5 hours, 1 minute and 26
seconds!
L426[20:11:46]
⇨ Joins: azzy
(uid459751@id-459751.highgate.irccloud.com)
L427[20:14:53]
⇨ Joins: S3
(sid159874@id-159874.highgate.irccloud.com)
L429[20:33:31]
<Forecaster> %sip
L430[20:33:32] <MichiBot> You drink a
basic salmon potion (New!). Forecaster gains an additional
bone.
L431[20:34:41]
<Ariri>
...I was so glad I didnt have to sign in with Facebook on my gifted
Oculus Go, but Facebook is relentless arent they
L433[20:35:33] <Izaya> I probably won't
bother with a headset until there's more actual games or uses for
it, but this just further cements my plans for staying tf away from
oculus
L434[20:35:44]
<Ariri> All
the more reason to settle for another brand of VR headsets, like
the Valve Index or whatever
L435[20:35:51] <Izaya> though
L436[20:36:05] <Izaya> I must admit a DK2
or similar is an appealing deal
L437[20:36:28] <Izaya> The Windows drivers
don't work but they were some of the earliest to work on Linux, so
they get sold relatively cheaply
L438[20:37:41]
<Ariri>
Zuck to Senate: Im sorry but I wasnt aware our platform was
cataloging our users height and vr preferences and selling it to
advertisers to blast at their retinas
L439[20:38:00]
<Ariri> or
whatever he said in the meeting
L440[20:38:27] <Izaya> I'm sorry but I
wasn't aware my company was engaging in its sole business
model.
L441[20:39:14]
<Ariri>
Didnt he actually say something like that though, then said 'Ill
get back to you on that' despite it being the whole point of the
hearing
L442[20:39:34]
<Ariri> 'I
dont know that information at this time' I believe
L444[20:46:04] ⇦
Quits: kingofsponges
(~kingofspo@088156142242.dynamic-2-waw-k-3-2-0.vectranet.pl) (Quit:
Leaving)
L445[20:48:57]
<bad at
vijya> man messages me with "how 2 learn hava" and
then spams my DMs
L446[20:49:01]
<bad at
vijya> like okay, no
L447[20:51:32]
<Forecaster> But how 2 learn hava
tho
L448[20:53:17]
<Ariri> how
I public void static
L449[20:53:30]
<Ariri>
save now? or later
L451[20:56:35] <Amanda> @Forecaster This
is entrapment!
L452[20:56:40]
<Ariri>
"Mmm yes this is good yarn... its plushness is exsquis-
L453[20:56:40]
<Ariri>
H-huh? Hooman!? You saw nothing, time to flee."
L454[20:57:00] <Izaya> oh.
L455[20:57:04] <Izaya> imgur just doesn't
work now
L456[20:57:13] <Izaya> neat.
L457[20:59:00]
<Ariri>
Theyve got accolades like Reddit now, which is interesting
L458[20:59:35] <Izaya> accolades?
L459[20:59:40] <Izaya> like that thing
steam added to reviews?
L460[20:59:44] <Izaya> and the
workshop?
L461[20:59:57] <Izaya> basically emoji
reacts from pleroma but with more steps?
L462[21:01:35]
<Ariri> I
dont really know to be honest, I dont much follow imgur or steam
store stuff, I just went to click on an imgur link some point in
the past week, and a banner showed up on the side saying 'We now
have accolades' with some subtext that reminded me of Reddit awards
and I just barely skimmed it
L463[21:02:00]
<Ariri> I
dont know if it costs money, but it wouldnt be surprising
L464[21:02:00] <Izaya> apparently reddit
added a bunch of shit like avatars
L465[21:02:11] <Izaya> but I only look at
reddit via RSS feeds
L466[21:02:17] <Izaya> so idk when this
happened
L467[21:02:34]
<Ariri>
Avatars have existed for a long time
L468[21:02:39]
<Ariri>
Relatively speaking
L469[21:02:58]
<Ariri> I
think it was added around the point of the redesign
L470[21:03:06] <Izaya> ah
L471[21:03:09] <Izaya> this explains a
lot
L472[21:03:16] <Izaya> it came with
fucking the design
L473[21:04:15]
<Ariri> Its
arguable more compact in some areas on desktop, but I really only
use Reddit (on mobile) during downtime or watching a show or
something
L474[21:04:42]
<Ariri> its
not as compact as Id like, but overall isnt that bad
L475[21:05:10]
<Zef> I
very much prefer the old site
L476[21:05:11] <Izaya> iunno man I've had
the misfortune of using it on occasion
L477[21:05:25] <Izaya> it's slow, it hides
things, javascript is non-optional
L479[21:06:14]
<Ariri> Im
going to need you to send me the top post and tell me whatever the
name of that is, for research purposes
L480[21:06:30]
<Ariri> Nm
I can see the latter if I zoom in like a not-idiot
L482[21:07:02]
<Ariri>
Thank :3
L484[22:52:15]
<SizableShrimp> when using inventory
controller with an external inventory is it 0-based or 1-based
indices?
L485[22:52:23]
<SizableShrimp> *robot inventory
controller component
L486[22:53:38]
<Forecaster> MC inventory slot count
starts at 0 even in OC
L487[22:53:50]
<Forecaster> Iirc
L488[22:54:20]
<SizableShrimp> Yes MC does but the first
slot in OC robots is 1, or maybe 0 is the equipment slot? I'll
double check
L489[22:56:37]
<SizableShrimp> doesn't say
L490[22:56:40]
<SizableShrimp> Oh well
L491[23:20:59]
<Kristopher38> @SizableShrimp all
inventories have 1-based indices
L492[23:21:31] ⇦
Quits: immibis
(~immibis@dslb-002-205-077-069.002.205.pools.vodafone-ip.de) (Ping
timeout: 204 seconds)
L493[23:37:33]
⇨ Joins: bauen1_
(~bauen1@ipb21bd6d3.dynamic.kabel-deutschland.de)
L494[23:39:46] ⇦
Quits: bauen1 (~bauen1@ipbcc03d1e.dynamic.kabel-deutschland.de)
(Ping timeout: 378 seconds)
L495[23:40:24] <Inari> @Ariri is that that
zodiac spirit anime
L497[23:44:12] <Inari> Yeah, Etotama
L498[23:47:13]
<Ariri>
:O
L499[23:52:03]
⇨ Joins: DBotThePony1 (~Thunderbi@31.220.170.28)
L500[23:52:08] ⇦
Quits: DBotThePony (~Thunderbi@31.220.170.28) (Read error:
Connection reset by peer)
L501[23:52:08] ***
DBotThePony1 is now known as DBotThePony