<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:00:02] *** Server sets mode: +Tntz
L2[01:20:24] <Amanda> %splash @Forecaster
with mutable gold potiom
L3[01:20:24] <MichiBot> You fling a mutable
gold potion (New!) that splashes onto @Forecaster. @Forecaster
turns into an adamantium dog until they have a nap.
L4[01:20:46] * Amanda
tucksin around Elfi, does a h ccen zzzmew because she's le
tired
L5[01:20:52] <Amanda> Night girls
L6[02:08:04] ⇦
Quits: nadja (~dequbed@banana-new.kilobyte22.de) (Ping timeout: 190
seconds)
L7[02:09:19] ⇨
Joins: nadja (~dequbed@banana-new.kilobyte22.de)
L8[03:10:22]
<Forecaster> %tonk
L9[03:10:22] <MichiBot> Blast! Forecaster!
You beat Vaur's previous record of <0 (By 7 hours, 52 minutes
and 12 seconds)! I hope you're happy!
L10[03:10:23] <MichiBot> Forecaster's new
record is 7 hours, 52 minutes and 12 seconds! Forecaster also
gained 0.00787 tonk points for stealing the tonk. Position
#1.
L11[04:40:07] ⇨
Joins: lunar_sam (c44a7f2987@jabberfr.org)
L12[06:09:29] <lunar_sam> %remindme 6h add
mtar support to xpm
L13[06:09:29] <MichiBot> I'll tell you
"add mtar support to xpm" in 6h at 08/18/2024 12:09:29
PM
L14[07:38:40] ⇨
Joins: Vexatos
(~Vexatos@p200300eaef285e00b69fdf04d11a011a.dip0.t-ipconnect.de)
L15[07:38:40] zsh
sets mode: +v on Vexatos
L16[08:57:03] ⇦
Quits: lunar_sam (c44a7f2987@jabberfr.org) (Ping timeout: 190
seconds)
L17[09:06:59]
<Vaur>
%sip
L18[09:06:59] <MichiBot> You drink a
diluted aether potion (New!). After drinking the potion Vaur
realizes the bottle has their face on it.
L20[09:35:19]
<ff_66> You
can call member functions with a null pointer...
L21[09:35:42]
<ff_66> why
doesn't it fail before even calling ???
L23[10:12:26]
<ff_66>
levelRenderer->level is corrupted because of this but level is a
reference...
L25[10:22:42] <Corded> > <ff_66>
levelRenderer->level is corrupted because of this but
level…
L26[10:22:42]
<getItemFromBlock> References can still be
null since they are mostly pointers, its just that its harder to
achieve
L27[10:40:24] <Corded> >
<getItemFromBlock> References can still be null since they
are mostly pointers…
L28[10:40:25]
<ff_66>
like i just said, i did a buffer overflow that happens on that
precise reference when i pressed the "up" button
L29[10:41:00]
<ff_66> but
now it's fixed
L30[10:46:49]
<ff_66> but
my textures are still black...
L31[10:46:58]
<ff_66> and
i still don't know why
L32[10:47:27]
<ff_66> i
already checked the mipmapping and the textures are correctly
read...
L33[10:58:01] *
Amanda meows and looks around
L34[11:00:12]
<Vaur>
%sip
L35[11:00:12] <MichiBot> You drink a dusty
rubium potion (New!). Vaur's pockets suddenly contain 1d10 => 5
Caterium colored marbles.
L36[11:15:03] <Corded> > <ff_66>
i already checked the mipmapping and the textures are corre…
L37[11:15:03]
<getItemFromBlock> Use RenderDoc to easily
debug OpenGL stuff
L38[11:15:21]
<getItemFromBlock> If you didn't knew
about it
L39[11:15:27] <Corded> >
<getItemFromBlock> Use RenderDoc to easily debug OpenGL
stuff
L40[11:15:27]
<ff_66>
renderdoc only support OpenGL > 3.3
L41[11:15:27]
<ff_66> i'm
using pre-3.3 stuff
L42[11:15:42]
<getItemFromBlock> It might be something
like your texture is not correctly bound
L43[11:15:44]
<ff_66> i
already tested
L44[11:15:57]
<getItemFromBlock> :think:
L45[11:16:04]
<getItemFromBlock> * 🤔
L46[11:16:08] <Corded> >
<getItemFromBlock> It might be something like your texture
is not correctly bo…
L47[11:16:08]
<ff_66> i
did bind it, the textures are loaded and everything
L48[11:16:34]
<ff_66> i
made my own bitmap loader (because who asked)
L50[11:17:15]
<getItemFromBlock> Also why are you using
a version of OpenGL so old ?
L51[11:17:51] <Corded> >
<getItemFromBlock> Also why are you using a version of
OpenGL so old ?
L52[11:17:52]
<ff_66> it
is a port of minecraft rd-132211, it was made on may 13th
2009
L53[11:18:14]
<ff_66>
only 3.0 existed at the time
L54[11:19:57]
<getItemFromBlock> Well that does not
means that you are required to stay on that version, but afterall
you do what you want
L55[11:20:37] <Corded> >
<getItemFromBlock> Well that does not means that you are
required to stay on t…
L56[11:20:38]
<ff_66> it
takes less time to do that than to upgrade, i'm using compatibility
profile so it's not a problem
L57[11:21:12]
<ff_66> ok
i'm not the best programmer but still.... it *should* work !
L58[11:21:27]
<getItemFromBlock> Your problem might be
something specific to that version, I have not worked with versions
of OpenGL so old so I don't think I can really help you more
L59[11:23:02] <Corded> >
<getItemFromBlock> Your problem might be something specific
to that version, I…
L60[11:23:02]
<ff_66> and
there is another reason why i'm not upgrading : my compiler doesn't
know GL 3.0 API, so no VBOs, and no RenderDoc compatibility
L61[11:23:59]
<getItemFromBlock> What compiler are you
using ?
L62[11:24:21]
<ff_66>
gcc/g++ with Codeblocks IDE
L63[11:24:56]
<getItemFromBlock> Isn't the API in a file
that needs to be included then linked ?
L64[11:26:23] <Corded> >
<getItemFromBlock> Isn't the API in a file that needs to be
included then link…
L65[11:26:23]
<ff_66> it
has <GL/gl.h> and libopengl.so, but it is lacking GL 3.0 API
(I still have extentions though)
L66[11:27:57]
<ff_66> and
i added myself GLFW3 because it is also lacking GLFW, GLUT and so
much more... but at least it can compile Windows programs (and
resources scripts) !
L67[11:30:00]
<getItemFromBlock> I never had such
problems compiling my OpenGL stuff with g++ before, but also I was
a while ago so maybe I did things back then that I forgot
about
L68[11:33:48] <Corded> >
<getItemFromBlock> I never had such problems compiling my
OpenGL stuff with g+…
L69[11:33:48]
<ff_66> i
can give you the sources if you want to check the code, but i'm
pretty sure you'll be complaining for everything 🙃
L70[11:34:50]
<getItemFromBlock> Nah don't worry about
it, but really I haven't worked with theses version of OpenGL so I
am it even sure I could help
L71[11:35:00]
<getItemFromBlock> * not even sure I could
help
L72[11:37:42]
<ff_66> i
think i'll use Vulkan then... it will take time, but i'll have even
more performance...
L73[11:38:57]
<getItemFromBlock> Vulkan is much harder
to learn, but if you enjoy 3d rendering programming its definitely
worth it
L74[11:39:06] <Corded> > <ff_66>
i think i'll use Vulkan then... it will take time, but i'll…
L75[11:39:06]
<AR2000>
And run on Linux with not much work too
L76[11:39:30]
<getItemFromBlock> Yep
L77[11:40:52] <Corded> > <AR2000>
And run on Linux with not much work too
L78[11:40:53]
<ff_66> the
only reason i'm using linux rn is because it is a PC from 2010 and
windows would be *slightly* laggy, but i have a 2016 PC with a
6600K and a GTX 1650 super with windows on it, so Vulkan is not a
problem
L79[11:41:12]
<ff_66> but
i know it's harder to learn
L80[12:02:17] ⇨
Joins: lunar_sam (c44a7f2987@jabberfr.org)
L81[12:09:29] <MichiBot> lunar_sam
REMINDER: add mtar support to xpm
L82[13:54:17] <Amanda> %choose drain
battery or halucinate
L83[13:54:17] <MichiBot> Amanda: A nearby
lamp suddenly screams "drain battery!" such that it's
barely audible.
L84[13:54:30] <Amanda> Hrm
L85[14:08:12] ⇨
Joins: daniel (~quassel@2a03:4000:6:407b::1)
L86[14:11:30] ⇦
Quits: Izzy (~izzy@210.1.218.92) (Ping timeout: 207
seconds)
L87[14:12:03] ⇦
Quits: daniel (~quassel@2a03:4000:6:407b::1) (Ping timeout: 190
seconds)
L88[14:15:07] <Amanda> %choose redo; belt
or blueprint
L89[14:15:07] <MichiBot> Amanda: blueprint
redo
L90[14:16:52]
<Vaur>
%tonk
L91[14:16:52] <MichiBot> Darn! Vaur! You
beat Forecaster's previous record of 7 hours, 52 minutes and 12
seconds (By 3 hours, 14 minutes and 17 seconds)! I hope you're
happy!
L92[14:16:53] <MichiBot> Vaur's new record
is 11 hours, 6 minutes and 29 seconds! Vaur also gained 0.02592
(0.00324 x 8) tonk points for stealing the tonk. Position #3 =>
#2. (Overtook Spider EveryOS) Need 0.00788908 more points to pass
Forecaster!
L93[14:21:10] ⇨
Joins: Izzy (~izzy@210.1.218.92)
L94[14:43:55]
<Flameingsoul> gm/gn/good afternoon/ect
ect ect, ppl
L95[14:46:44] ⇨
Joins: daniel (~quassel@2a03:4000:6:407b::1)
L96[14:49:55] <Corded> >
<Flameingsoul> gm/gn/good afternoon/ect ect ect, ppl
L97[14:49:55]
<Vaur> Good
rotation !
L98[14:50:43] ⇦
Quits: daniel (~quassel@2a03:4000:6:407b::1) (Ping timeout: 190
seconds)
L99[15:00:00] ⇨
Joins: daniel (~quassel@2a03:4000:6:407b::1)
L100[15:03:37] ⇦
Quits: daniel (~quassel@2a03:4000:6:407b::1) (Ping timeout: 183
seconds)
L102[15:32:15]
<Dizhka> *
topology?
L104[15:46:29]
<Nadja> The
network by default behaves like a fully connected mesh, but nothing
is stopping you from giving each computer two network cards and
building a ring
L105[15:51:08]
⇨ Joins: daniel (~quassel@2a03:4000:6:407b::1)
L106[16:16:18] *
Amanda meows and looks around
L107[16:17:43] *
Amanda does a heccen biig stretchie, knocking the control panel and
%splash @Forecaster with mutable orange potion
L108[16:17:43] <MichiBot> You fling a
mutable orange potion (New!) that splashes onto @Forecaster.
@Forecaster turns into a platypus until they steal a shoe.
L109[16:20:23] <Amanda> Hrm
L110[16:21:28] <Amanda> Good thing I hid
all the shoes under @Nadja's bed
L111[16:22:07] <nadja> Hey!
L112[16:23:42] *
Amanda meows hello back to nadja
L113[16:24:35] <Amanda> Really wish I knew
what was going on with my piholes
L114[16:24:35] <nadja> My bed is not shoe
storage! :(
L115[16:25:24] <Amanda> Maybe I should set
up some monitoring for them specifically
L116[16:25:25] <Amanda> Instead of just
assuming "systemd unit is up, all's well"
L117[16:32:02] <Corded> >
<nadja> The network by default behaves like a fully
connected mesh,…
L118[16:32:02]
<Dizhka>
ty
L119[17:38:16] <Amanda> %choose get out
laptop and tether to try and debug DNS fuckery or leave it for when
we get home
L120[17:38:16] <MichiBot> Amanda:
Somebody once told me to roll with "get out laptop and tether
to try and debug DNS fuckery"
L121[17:38:31] <Amanda> Hrm
L122[17:38:51] <Amanda> Nah
L123[18:26:21] *
Amanda offers nadja some fancy hats
L124[18:26:37] *
nadja eyes them suspiciously
L125[18:26:47] <nadja> How many of those
will try to eat my brain?
L126[18:27:35] <Amanda> Zero! Some might
be "borrowed" from Queen Titiania thougj
L127[18:48:29]
<Brisingr
Aerowing> %splash @Forecaster
L128[18:48:29] <MichiBot> You fling a
shiny amethyst potion (New!) that splashes onto @Forecaster.
@Forecaster is suddenly wearing gloves they don't remember putting
on.
L129[18:55:53] <Amanda> Bah, apparently
we'll not be home for another like 5h
L130[18:56:33] <Amanda> Elfi halp, road
trips are boring
L131[19:05:08] <Corded> >
<Dizhka> Does the mod provide the ability to create various
local ne…
L132[19:05:08]
<AR2000> I
made TCP / IP. But the ethernet layer work with magic. you don't
want to make loops with relays.
L133[19:08:14]
<ff_66> i
miss my *modern* PC
L134[19:08:15]
<ff_66>
it's been 1 month 1/2 since i'm gone on holidays and i'm stuck with
that 2010 PC...
L135[19:09:42]
<ff_66> and
it can't even run BeamNG, i want to test new mods and ~~crash~~
learn to drive !
L136[19:12:46] <Amanda> %choose plug into
car or suffer
L137[19:12:46] <MichiBot> Amanda: Some
"suffer" sounds nice
L138[19:12:55] <Amanda> Masochist!
L139[19:13:24] <Corded> >
<ff_66> and it can't even run BeamNG, i want to test new
mods and ~…
L140[19:13:24]
<Nadja>
That game does not train you how to drive. But at least we're all
safe from you for at least 5 more years
L141[19:14:06] <Corded> >
<nadja> That game does not train you how to drive. But at
least we'…
L142[19:14:07]
<ff_66> yes
you can if you have the equipment, remember it has VR support
L143[19:14:37]
<ff_66> and
also you are safe from crashing so you can learn the basics before
going in a true car
L144[19:15:33]
<ff_66> now
i'm pretty good at driving D35s and H45s with full load, even in
the mountains
L145[19:15:37]
<Spider
EveryOS> I'm anxious whenever people try to teach me driving,
and public transit has an overwhelming number of benefits
anyways
L146[19:15:37]
<Spider
EveryOS> So I just never learned to drive and use transit
L147[19:16:16] <Corded> >
<ff_66> yes you can if you have the equipment, remember it
has VR s…
L148[19:16:17]
<Nadja> No
you just don't know what you need to learn to learn driving. The
mechanics of moving a car are not it, even dogs can learn
that.
L149[19:16:57] <Corded> > <Spider
EveryOS> I'm anxious whenever people try to teach me driving,
and pu…
L150[19:16:57]
<Nadja> I
learned to drive basically everything and I'm still using public
transit because it's just better ^^
L151[19:17:57] <Corded> >
<nadja> No you just don't know what you need to learn to
learn driv…
L152[19:17:57]
<ff_66>
animals can learn everything, monkeys have already beaten
Minecraft, and also BeamNG is made to be realistic and since you
can destroy the manual transmission easily and even more
realistically than before
L153[19:19:54] <Corded> >
<ff_66> animals can learn everything, monkeys have already
beaten M…
L154[19:19:54]
<Nadja> How
does it feel knowing less that a monkey? :)
L155[19:20:58] <Corded> >
<nadja> How does it feel knowing less that a monkey?
:)
L156[19:20:58]
<ff_66>
i've already beaten Minecraft, and they still don't know how to
speak
L157[19:20:58]
<ff_66>
(also you are technically the cousin of monkeys)
L158[19:22:17] <Corded> >
<ff_66> i've already beaten Minecraft, and they still don't
know ho…
L159[19:22:17]
<Nadja>
Have you though?
L160[19:23:16]
<ff_66>
have what ?
L161[19:24:38]
<Nadja>
Beaten minecraft and learned how to speak (with purpose)?
L162[19:25:27]
<ff_66> 1.
Yes, i said that i've done it
L163[19:25:27]
<ff_66> 2.
Yes, and i have a mic to prove it
L164[19:26:41]
<Nadja> I
mean everybody can claim anything, and so far you have not said
anything in here with purpose so I'm not trusting you on point two
either ;)
L165[19:27:10] <Corded> >
<ff_66> animals can learn everything, monkeys have already
beaten M…
L166[19:27:10]
<Forecaster> Ape*
L167[19:45:05] <Corded> >
<Forecaster> Ape*
L168[19:45:06]
<ff_66>
please stop science lessons at 9 PM, I'm playing minecraft in
640x480@60, leave me alone
L169[19:45:31]
<Forecaster> no
L170[19:46:16]
<ff_66> i'm
on holidays, what's the purpose of school on holidays ? in that
case it is not holidays !!!
L171[19:47:23]
<Forecaster> I dodn
L172[19:47:41]
<ff_66>
please speak in english please
L173[19:47:42]
<Forecaster> I didn't know nor do I care
about that
L174[19:48:15] <Corded> >
<Forecaster> I didn't know nor do I care about that
L175[19:48:15]
<ff_66> you
did know since it's august, not september
L176[19:49:02]
<ff_66>
tell me a country where there's no summer holidays
L177[19:49:38]
<Forecaster> I don't keep track of when
school holidays are
L178[19:55:21] <Corded> >
<ff_66> please speak in english please
L179[19:55:21]
<Forecaster> maybe it was english, just
some you didn't know (or maybe I hit enter by accident)
L180[19:56:16]
<ff_66>
i... am... playing... leave... me... alone...
L181[19:56:26]
<Forecaster> no
L182[19:57:05] ⇦
Parts: lunar_sam (c44a7f2987@jabberfr.org) ())
L183[19:57:07]
⇨ Joins: lunar_sam
(c44a7f2987@2a00:c70:1:178:170:40:189:1)
L184[20:01:45] <Corded> >
<ff_66> tell me a country where there's no summer
holidays
L185[20:01:45]
<Nadja> In
August? Argentinia
L186[20:05:09]
<ff_66>
note to myself : never attempt to destroy a 2010 PC by enabling
shaders. This might work too well and freeze the entire PC...
L187[20:07:06]
<ff_66> and
also my GPU was at 50% at 30 fps, so reducing the resolution is
quite good in fact...
L190[20:10:42]
<Forecaster> I thought you wanted to be
left alone
L191[20:10:53]
<Forecaster> :>
L192[20:11:09]
<ff_66> if
you don't want...
L193[20:12:04]
<Forecaster> Want what?
L194[20:12:14]
<ff_66>
want to leave me alone
L195[20:13:01]
<Forecaster> Then what?
L196[20:13:31]
<ff_66>
then i'm out of here
L197[20:19:14]
<Forecaster> If you're chatting you're
signalling that you don't want to be left alone you know
L199[20:31:30]
<Forecaster> %sip
L200[20:31:30] <MichiBot> You drink a
punctual dirt potion (New!). Forecaster's eyes glow blue until they
eat a pie.
L201[20:33:53] *
Amanda teaches Elfi how to find truffles on Mars, curls up around
her during the lecture
L203[21:13:23] <lunar_sam> the fact that
the DMV gave me a driver's license is proof that america is a
lawless wasteland
L204[21:14:13] <lunar_sam> i very rarely
obey speed limits 💪
L205[21:17:31]
<Forecaster> You mean the speed
suggestions
L206[21:52:44]
<Spider
EveryOS> %sip
L207[21:52:44] <MichiBot> You drink an
excluded dilithium potion (New!). The potion contained a computer
virus! But Spider EveryOS's anti-virus routines destroy it.
L208[22:00:43]
<Ocawesome101> i follow speed limits
slightly less than i used to
L209[22:00:51]
<Ocawesome101> more so speed-of-traffic
which i think is safer anyway?
L210[22:35:45] ⇦
Quits: Vexatos
(~Vexatos@p200300eaef285e00b69fdf04d11a011a.dip0.t-ipconnect.de)
(Quit: Insert quantum chemistry joke here)
L211[23:02:13]
<Dizhka>
How can it happen that everything works well in the emulator, and
MineOs is installed without any problems, but such an error appears
inside the game itself?
L212[23:02:13]
<Dizhka> As
I understand it, I need to go into the configs, but I don’t quite
understand where exactly to look.
L214[23:03:49] <Amanda> If you're using
the curse forge launcher, don't
L215[23:04:17] <Amanda> It ships an
ancient version of Java and forces you to use it. Most of the
Internet can't be accessed using https with that ancient
version
L216[23:05:26] <Corded> >
<Amanda> If you're using the curse forge launcher,
don't
L217[23:05:26]
<Dizhka> i
see, thank you ❤️
L218[23:07:04] <Amanda> %command add
downloaderrors If you're using the curseforge launcher, don't. It
ships and forces you to use an ancient version of Java which can't
access most of the Internet due to changing cryptographic
standards.
L219[23:07:04] <MichiBot> Amanda: Command
Added! Don't forget to set help text with %command addhelp!
L220[23:08:05] <Amanda> %command addhelp
downloaderrors Informs the chat about the most common reason for
download errors while in-game.
L221[23:08:05] <MichiBot> Amanda: Help
Set