<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:17:33]
<Ariri> I
am redundantly usefull
L2[00:17:36]
<Ariri> I
am redundantly useful [Edited]
L3[00:31:04] ⇦
Quits: t20kdc
(~20kdc@cpc139340-aztw33-2-0-cust225.18-1.cable.virginm.net)
(Remote host closed the connection)
L4[00:49:19] ⇦
Quits: Cervator (~Thunderbi@70.241.38.147) (Quit:
Cervator)
L5[00:53:49] ⇨
Joins: Cervator (~Thunderbi@70.241.38.147)
L6[00:59:07]
<Z0idburg>
Halo
L7[01:03:25]
<Ocawesome101> h e l l o
L9[01:36:36] ⇦
Quits: immibis (~immibis@46.114.38.205) (Ping timeout: 189
seconds)
L10[01:50:50] ⇨
Joins: peekka1
(~peekka1@dsl-hkibng12-50dd23-137.dhcp.inet.fi)
L11[01:51:13] ⇦
Quits: peekka1 (~peekka1@dsl-hkibng12-50dd23-137.dhcp.inet.fi)
(Client Quit)
L12[01:59:41]
<Ocawesome101> kdenlive just added
rotoscoping :)
L13[01:59:49]
<Ocawesome101> @BrisingrAerowing lol
L14[02:05:27] <Amanda> wasn't kdenlive
supposed to be focusing on stabilising stuff that they already have
recently?
L15[02:06:16] <Amanda> %choose cubes or
mushrooms?
L16[02:06:16] <MichiBot> Amanda: Out of
these two choices? I'd say "cubes".
L17[02:06:28] <Amanda> Right, time to
figure out mekanism I guess
L18[02:07:04]
<Saghetti>
mekanism kinda spooky ngl
L19[02:07:31]
<Bob> laggy
af
L20[02:07:56] ⇦
Quits: Yunus1903 (~Yunus1903@84.196.89.212) (Ping timeout: 378
seconds)
L21[02:08:21] ⇨
Joins: Yunus1903 (~Yunus1903@84.196.89.212)
L23[02:22:34]
<ThePiGuy24> %tonk
L24[02:22:35] <MichiBot> Jiminy Cricket!
ThePiGuy24! You beat SquidDev's previous record of 3 hours, 49
minutes and 8 seconds (By 46 minutes and 48 seconds)! I hope you're
happy!
L25[02:22:36] <MichiBot> ThePiGuy24's new
record is 4 hours, 35 minutes and 57 seconds! ThePiGuy24 also
gained 0.00312 (0.00078 x 4) tonk points for stealing the tonk.
Position #5. Need 0.15722 more points to pass simon816!
L26[02:39:13]
<Kleadron>
wondering how i could accelerate the window drawing for my
work-in-progress very incomplete windowing interface i had a while
ago
L27[02:56:42]
<Kleadron>
i would want to use buffering, but to do that i'd need to figure
out how to sort out the inverted characters and draw them
correctly
L28[02:58:40]
<Kleadron>
@ThePiGuy24 Were you the one with the program that could do
pseudo-bitmap graphics? if so, do you have it uploaded anywhere and
could i use it?
L29[02:58:42] <Izaya> what
AdorableCatgirl's buffer lib does is use a byte per character
L30[02:58:49] <Izaya> for storing
colour
L31[02:58:58] <Izaya> 4 bits fore/bg
L32[02:59:20] <Amanda> At the cost of 80
sanity points.
L33[02:59:33] <Amanda> %8ball take care of
the pied piper problem in the mines?
L34[02:59:34] <MichiBot> Amanda: Ask again
later
L35[02:59:37] <Amanda> okay
L36[02:59:38]
<Kleadron>
that's cool
L37[03:00:00] *
Amanda sits around waiting for her iron to get doubled, so she can
hopefully set up trippling before processing the rest
L38[03:04:02]
<ThePiGuy24> yeah i had a program that
could do pseudo bitmap stuff, well several, are you talking about
the one i used to play monochrome videos with or the one i used to
display bitmap files?
L39[03:04:50]
<Kleadron>
both i guess? i thought it was the same underlying code
L40[03:05:43]
<ThePiGuy24> the video one uses the
braille characters whereas the bitmap one uses half block
characters
L41[03:05:51]
<Kleadron>
ah
L42[03:05:58]
<Kleadron>
the video one
L43[03:06:35]
<Kleadron>
that would give the highest resolutions possible
L44[03:07:01]
<ThePiGuy24> yeah lemme fetch
L45[03:07:45]
<Kleadron>
Does that one have a sort of API to allow you to plot specific
pixels or groups of pixels on the screen, for the braille
characters?
L46[03:10:20]
<ThePiGuy24> no you just hand it a string
of bytes, the binary values determining whether a subpixel is on or
off, from left to right, top to bottom
L47[03:10:29]
<Kleadron>
ah
L48[03:10:47]
<ThePiGuy24> i made it that way so loading
a frame from a file was easy
L49[03:11:09] <Izaya> how big did each
frame end up being?
L50[03:11:10]
<Kleadron>
that's cool and sounds a lot better than how i probably would have
done it
L51[03:12:10]
<ThePiGuy24> 450 bytes for a 60*60 frame
(the resolution i ran it at)
L52[03:12:23]
<ThePiGuy24> aka the lowest abount you can
have with uncompressed
L53[03:12:27]
<ThePiGuy24> *amount
L54[03:12:28] <Izaya> not bad
L55[03:14:43]
<Kleadron>
8,000 bytes for the highest resolution possible (320x200)
L56[03:14:51]
<Kleadron>
i think?
L57[03:15:05]
<Kleadron>
thats a lot
L58[03:15:12]
<ThePiGuy24> yeah
L59[03:15:35]
<ThePiGuy24> its 64k pixels
L60[03:17:24]
<Kleadron>
when you're arranging the data for the bytes does a byte count as a
row of 8 pixels from left to right, with a height of 1?
L61[03:17:35]
<ThePiGuy24> yes
L62[03:17:41]
<Kleadron>
good
L63[03:17:53]
<ThePiGuy24> (atleast i think thats how i
arranged)
L64[03:18:15]
<ThePiGuy24> if it doesnt look right, just
try flipping x/y/endian
L65[03:19:14] <Amanda> REVERSE THE
POLARITY!
L66[03:22:34]
<Kleadron>
:discordloading:
L67[03:22:59]
<Ariri>
That's terrible. I realized it quickly, but I don't like it.
L68[03:23:12]
<ThePiGuy24> it angerys me
L69[03:23:14]
<Ariri>
%fling Kleadron
L70[03:23:14] <MichiBot> Ariri flings
Kleadron in a random direction. It hits Arcanox on the arm. They
take 1d4 => 1 damage!
L71[03:24:39]
<Kleadron>
i'm waiting
L72[03:25:08]
<Kleadron>
i found a program for windows 98 earlier today that lets you change
the mouse polling rate
L73[03:25:23]
<Kleadron>
which is apparently defaulted to 40hz on windows 9x before Windows
Me
L74[03:25:57]
<Kleadron>
on Windows Me and later i think they changed it to 100hz
L75[03:25:58]
<Saghetti>
why do you want to change it?
L76[03:26:18]
<Kleadron>
because it looks really slow and choppy
L78[03:26:56]
<Kleadron>
thanks
L80[03:27:19]
<Kleadron>
downloader?
L81[03:27:33]
<ThePiGuy24> to pull the frames from a web
server
L82[03:27:42]
<Kleadron>
that's cool and cursed
L84[03:28:55]
<Ariri> As
much as I like Discord, I hate not being able to remove my SMS
authenticator when I already have another two-factor, and I'd
rather not use the QR thing when I have a perfectly apt security
key.
L85[03:30:01] <Amanda> hey @Ariri scan this
QR code for me!
L86[03:30:25]
<Ariri> Oh,
sure thing Amanda!
L87[03:30:47] <Amanda> <Ariri> But
like... girls, tho?
L88[03:30:54]
<Ariri> It
might be secure for all I know so far, phishing and gullibility
aside, but options.
L89[03:31:08]
<Ariri>
Amanda: What?...
L90[03:31:32] <Amanda> I hacked you, and
made you say that! :P
L91[03:31:55]
<Ariri>
Identity thief! That's not me guys I swear!
L92[03:32:05]
<ThePiGuy24> looks real legit, thats some
10/10 hacking there
L93[03:32:14]
<Ariri>
%s/not me/me
L94[03:32:14] <MichiBot> <Ariri>
Identity thief! That's me guys I swear!
L95[03:32:30]
<Kleadron>
nice keyboard using skills, the council rates it 10/9
L96[03:32:53]
<Ariri>
Time to lose get all my credit cards declined
L97[03:32:58]
<Ariri>
Time to get all my credit cards declined [Edited]
L98[03:35:03] <Amanda> ... I accidentally
made another enrichment chamber.
L99[03:35:48]
<ThePiGuy24> im not sure how one
accidentally makes another enrichment chamber
L100[03:36:06]
<Ariri>
That's too bad, because I bought a dozen more using your
card.
L101[03:36:21]
<Ariri>
Also, in Mekanism, having many enrichment chambers is nice.
L102[03:36:29] <Amanda> I meant to make a
crusher, but clicked the wrong JEI item and then did the motions to
make it, without thinking
L103[03:37:00]
<Ariri>
Fusion reactors in Mekanism please me immensely.
L104[03:37:01]
<ThePiGuy24> ah yes a simple error
L105[03:38:08]
<ThePiGuy24> trying to make a crusher,
misclick a little and boom, youve got an enrichment chamber
L106[03:39:03]
<Ariri>
Honey, I accidentally made a fission reactor instead of a fusion
reactor.
L107[03:40:59] ⇦
Quits: Yunus1903 (~Yunus1903@84.196.89.212) (Ping timeout: 190
seconds)
L108[03:41:29] <Izaya> bleh mekanism
L109[03:42:42] <Amanda> Now to figure out
what to do with this hydrogen.
L110[03:43:10]
<Ariri> Is
there another mod that uses chemicals and machines in a similar
manner, because I'd like to try it?
L111[03:43:16] <Izaya> anyone remember
that mod that added gases?
L112[03:43:18] <Izaya> that was neat
L113[03:43:25] <Amanda> ...
mekanism?
L114[03:43:30] <Izaya> nah nah
L115[03:43:34] <Izaya> the whole point was
gases
L116[03:43:51] <Izaya> I think it was to
do with that mod that added machines that acted like TIS-3D
L117[03:43:59]
<Ariri>
%splash Izaya
L118[03:43:59] <MichiBot> You fling a
cloudy toxictop potion (New!) that splashes onto Izaya. Izaya
gained one million tonk points.
L119[03:44:08]
<Ariri>
There's your gas/
L120[03:44:10] <Amanda> Nyahahaha I now
have ore tripplling!
L121[03:44:10]
<Ariri>
There's your gas. [Edited]
L122[03:44:18] <Izaya> wonderful
L123[03:44:34] <Izaya> but nah you had
like, pools of algae making hydrogen and you'd find gas pockets in
caves and stuff
L124[03:44:36] <Izaya> good fun
L125[03:44:36]
<Ariri>
That's what I miss about Mekanism in my pack, were it not for the
memory issues
L127[03:45:29] <Izaya> not for 1.12
unfortunately
L128[03:46:22]
<Ariri> I
wonder if I could remake a Voltz pack for 1.12 someday
L129[03:52:30]
<ThePiGuy24> Call it "Potential
Differenz" to avoid copyright issues
L130[03:54:42] <Izaya> > Vortex only
supports hardlink deployment
L131[03:54:44]
<Kristopher38> Bigbrain
L132[03:54:46] <Izaya> Windows users are
animals.
L133[03:54:51]
<ThePiGuy24> yes
L134[03:54:55]
<Bob>
accurate
L135[03:54:55]
<Kleadron>
yes
L136[03:55:03]
<Kristopher38> Also all me a buzzkill but
mekanism is overpowered on it's default config
L137[03:55:17]
<ThePiGuy24> a lot of mods are
L138[03:55:28] <Izaya> Could one,
theoretically, force WINE into creating symlinks instead of hard
links?
L139[03:55:51] <Izaya> I'm thinking I
could make the game faster if I stored the game files and the mod
files on separate storage devices
L140[03:55:57] <Izaya> but you can't
hardlink across filesystems
L141[03:56:28] <CompanionCube> yes to the
windows users thing
L142[03:56:28]
<Kristopher38> The wind turbines give way
too much power, then there's the resource multiplication which is
too easy to do for tripling setup, and crafting next tiers of
machines is oversimplified
L143[03:56:40] <Izaya> bugger Mekanism,
bugger TE, bugger DE, bugger most reactor mods
L144[03:56:52] <Izaya> if heavy machinery
isn't multi-block where's the fun?
L145[03:57:05] <Izaya> AdorableCatgirl: I
desire your standalone reactor mod
L146[03:57:11] <Izaya> uh
L147[03:57:14] <Izaya> steam boiler
mod
L148[03:57:36]
<Kleadron>
i am having a mental breakdown trying to figure out how this is
meant to work
L149[03:57:37] <CompanionCube> doesn't DE
have reactors that double as nuclear bombs?
L150[03:58:14] <Izaya> DE reactors
generate n times whatever anything else can
L151[03:58:16] <Izaya> where n is
infinity
L152[03:58:46] <Izaya> no fun at all
L153[03:58:48] <Izaya> power creep pls
go
L154[03:59:02] <Izaya> can you still
generate RF with Railcraft steam boilers in 1.12?
L155[03:59:04]
<Kleadron>
so if i'm understanding this correctly, the pixel generating
program reads the bytes as characters
L156[04:02:19] <Amanda> only thing I'm not
liking about Mekanism *CLANG CLANG, CLANG CLANG, CLANG CLANG*
L157[04:02:54]
<Ariri>
Sound muffler upgrade.
L158[04:03:09]
<ThePiGuy24> the answer is that i dont
really know how it works, it just sorta does
L159[04:03:31]
<Ariri>
Izaya: But I must say, DE reactors are the most beautiful explosion
I've seen in Minecraft. I won a war and still blew mine up just to
see it. Truly glorious.
L160[04:03:42]
<Ariri> And
I like their sound
L161[04:04:15]
<Kleadron>
ok good enough answer
L162[04:04:30]
⇨ Joins: Ariri
(~Ariri@cpe-104-33-154-8.socal.res.rr.com)
L163[04:05:19] <Izaya> just remembered the
SSD I'm using is ~~stolen~~ borrowed
L164[04:05:21] <Izaya> nice
L165[04:05:37]
<Ariri> So
are the 3 of mine.
L166[04:05:51]
<Ariri>
Correction: 4. 3 in my server, one in my rig.
L167[04:06:01] <Amanda> %8ball second
dinner?
L168[04:06:01] <MichiBot> Amanda: My
reply is no
L169[04:06:14] <Amanda> %8ball
snacks?
L170[04:06:14] <MichiBot> Amanda: Reply
hazy, try again
L171[04:06:16] <Amanda> %8ball
snacks?
L172[04:06:17] <MichiBot> Amanda: Outlook
not so good
L173[04:06:19] <Amanda> :(
L174[04:06:21]
<Ariri>
Amanda: Do it.
L175[04:06:26] <Amanda> %choose am I
hungry or bored
L176[04:06:26] <MichiBot> Amanda: Eeny,
meeny, miny, am I hungry.
L177[04:07:24]
⇨ Joins: Yunus1903
(~Yunus1903@d54C459D4.access.telenet.be)
L179[04:43:30] <Amanda> There now I've got
efficent trippling
L180[04:43:41] <Amanda> Instad of using
basic-bitch machines for it all
L181[04:45:23]
<ThePiGuy24> no its a bug
L182[04:45:35]
<ThePiGuy24> i ont know what causes it but
it irritates me
L183[04:45:42]
<ThePiGuy24> *dont
L184[04:46:42]
<ThePiGuy24> i think it might be the
program that i use to convert videos into frames
L185[04:47:02]
<Kleadron>
god i hope so
L186[05:02:43]
<ThePiGuy24> i think i have a better
version
L189[05:03:52]
<ThePiGuy24> less shit™️
L190[05:05:19]
<Kleadron>
is this the version that uses the block characters instead
L191[05:05:28]
<ThePiGuy24> no still braille
L192[05:05:31]
<Kleadron>
ah
L193[05:05:52]
<ThePiGuy24> but written slightly better
and already a library without the coe for video
L194[05:05:55]
<ThePiGuy24> *code
L195[05:08:51]
<Kleadron>
woah, colors
L196[05:09:17]
<Kleadron>
my minecraft world is lagging :)
L197[05:09:40]
<Ocawesome101> yeah, OC doesn't do
efficient screen rendering
L198[05:09:49]
<Ocawesome101> well, oc-staging does
L199[05:10:02]
<Saghetti>
this gives me blittle vibes
L200[05:10:05]
<Saghetti>
from computercraft
L201[05:11:07]
<Ocawesome101> ja
L202[05:13:00]
<Kleadron>
yeah this ones much better
L203[05:24:16]
<ThePiGuy24> glad you dont completely
dislike it :p
L205[05:28:47]
<ThePiGuy24> nice
L207[05:29:31]
<Kleadron>
i need to figure out how to properly store raw data for the
screen
L208[05:29:52]
<Saghetti>
gwin?
L209[05:29:58]
<Kleadron>
and then convert it into a string
L210[05:30:02]
<Kleadron>
gwin = graphical windows
L211[05:30:11]
<Saghetti>
are you people trying to remake xorg for oc?!
L212[05:30:15]
<Saghetti>
actually tho
L213[05:30:16]
<Kleadron>
no, windows
L214[05:30:16]
<ThePiGuy24> ono
L215[05:30:22]
<Saghetti>
that would be so ~~painful~~ dope
L216[05:30:24]
<Kleadron>
but that would be cool
L217[05:30:34]
<Saghetti>
kind of like lyqydos for OC
L218[05:31:10]
<ThePiGuy24> aight its 05:30 and college
starts at 9 so i better get sleeping
L219[05:31:15]
<Kleadron>
goodnight
L220[05:31:51]
<Kleadron>
well i would be making windows but i don't think you can do proper
"subpixel" detection in touch screen events for it to
work with graphics
L221[05:32:06]
<Ocawesome101> yyyyeah you can
L222[05:32:13]
<Kleadron>
oh?
L223[05:32:24]
<ThePiGuy24> tier 3 screens have a precise
mode
L224[05:32:26]
<Ocawesome101> `screen.setPrecide()`
L225[05:32:30]
<Ocawesome101> `screen.setPrecise()`
[Edited]
L226[05:32:33]
<Kleadron>
oh, cool
L227[05:33:00] <Amanda> Isn'tthat for all
tiers?
L228[05:33:07]
<Ocawesome101> nope
L229[05:33:15]
<Ocawesome101> t3 only, says on the
wiki
L230[05:33:29]
<Ocawesome101> touch events are t2/3, this
is t3
L231[05:33:29]
<Kleadron>
didn't know about that, let me read the wiki
L233[05:34:21]
<Kleadron>
does it change it to read at the resolution of if you were using
braille characters, or the real resolution on your real
monitor
L234[05:34:32]
<Kleadron>
does it change it to read at the resolution of if you were using
braille characters, or the space of the real resolution on your
real monitor [Edited]
L235[05:35:07]
<Kleadron>
in other words, how precise
L236[05:35:08]
<ThePiGuy24> not sure, havent played
around with precise touch
L237[05:35:27]
<Kleadron>
i could probably set up a program to just print the x and y values
it says
L238[05:35:33]
<ThePiGuy24> dmesg works
L239[05:35:53]
<Kleadron>
what
L240[05:36:04]
<ThePiGuy24> dmesg logs all events to
console
L241[05:36:25]
<ThePiGuy24> ok imma actually sleep
now
L242[05:41:38]
<Kleadron>
bottom right of screen: "user clicked 159.75
49.875"
L243[05:41:49]
<Kleadron>
interesting
L244[05:42:18]
<Zef>
There's a nice python library for GUIs PySimpleGUI, I wonder how
possible it'd be to implement a system like that in OC
L245[05:43:57] <Amanda> %remindme 6h go to
the nether, rob them of quartz ore.
L246[05:43:57] <MichiBot> I'll remind you
about "go to the nether, rob them of quartz ore." at
04/27/2020 05:43:57 AM
L247[05:44:27]
<Kleadron>
yeah it gives subpixel values
L248[05:44:38]
<Kleadron>
for braille characters
L249[05:44:46]
<Kleadron>
time to abuse that in the future
L250[05:51:15]
<Kleadron>
thank you for making me realize it existed Ocawesome
L251[05:55:03]
<Ocawesome101> np
L252[05:59:59] ⇦
Quits: Cervator (~Thunderbi@70.241.38.147) (Quit:
Cervator)
L254[06:00:44]
<AdorableCatgirl> Izaya: i may have gotten
distracted
L255[06:07:57]
⇨ Joins: Backslash_
(~Backslash@d137-186-220-152.abhsia.telus.net)
L256[06:08:15]
<Ariri>
Klang
L257[06:09:09]
<Ocawesome101> well, gn all
L258[06:09:16]
<AdorableCatgirl> i'm probably gonna redo
the engine pods
L259[06:09:25]
<AdorableCatgirl> integrate em with the
body more
L260[06:09:29]
<Ariri>
needs some reinforcing
L261[06:09:39]
<AdorableCatgirl> lmao
L262[06:09:51]
<AdorableCatgirl> the whiteish grey parts
are heavy armor
L263[06:10:08]
<AdorableCatgirl> there's a two layer
thick bit of light in most places
L264[06:11:13]
<AdorableCatgirl> also it has
six heavy
MACs
L265[06:11:37]
<AdorableCatgirl> it's packing some
serious firepower
L266[06:11:43]
<AdorableCatgirl> and it has a massive
hangar
L267[06:13:28]
<AdorableCatgirl> when i redo the engine
pods, probably gonna remove the weird redundancy systems i made and
all
L268[06:17:13]
<Kleadron>
the drag event doesn't really seem to work that well with precise
mode
L269[06:17:33]
<Kleadron>
let me check drop
L270[06:20:04]
<Kleadron>
ok its not really as big of an issue as i thought
L271[07:13:14] <CompanionCube>
%tonkout
L272[07:13:15] <MichiBot> Potzblitz!
CompanionCube! You beat ThePiGuy24's previous record of 4 hours,
35 minutes and 57 seconds (By 14 minutes and 42 seconds)! I hope
you're happy!
L273[07:13:16] <MichiBot> CompanionCube
has stolen the tonkout! Tonk has been reset! They gained 0.004 tonk
points! plus 0.003 bonus points for consecutive hours! (Reduced to
50% because stealing) Current score: 0.72376. Position #2 Need
0.01118 more points to pass Forecaster!
L274[07:35:42]
⇨ Joins: Vexatos
(~Vexatos@port-92-192-83-94.dynamic.as20676.net)
L275[07:35:42]
zsh sets mode: +v on Vexatos
L276[07:50:27] ⇦
Quits: Thutmose (~Patrick@host-69-59-79-181.nctv.com) (Quit:
Leaving.)
L277[07:57:24]
⇨ Joins: S|h|a|w|n
(~shawn156@c-76-25-73-212.hsd1.co.comcast.net)
L278[08:11:16]
<Ariri>
%choose finish issue 27 article today or finish tommorow?
L279[08:11:17] <MichiBot> Ariri: I'm 40%
"finish issue 27 article today"!
L280[08:11:50]
<Ariri>
%moo ^
L281[08:11:50] <MichiBot> I'm 40%
"finish issooe 27 article tooday"!
L282[08:12:23] <Vexatos> issooe
L283[08:12:25]
<Ariri> Im
fairly sure that means she's 60% on doing it tommorow, so Ill just
get what I can tonight
L284[08:13:12]
<Ariri>
%moo Vexatos
L285[08:13:13] <MichiBot> Vexatoos
L286[08:13:16] <Ariri> Ping test
L287[08:20:27] ⇦
Quits: Backslash_ (~Backslash@d137-186-220-152.abhsia.telus.net)
(Read error: Connection reset by peer)
L288[08:20:27] ⇦
Quits: Backslash (~Backslash@d137-186-220-152.abhsia.telus.net)
(Read error: Connection reset by peer)
L289[08:39:48]
<ThePiGuy24> %tonk
L290[08:39:48] <MichiBot> Fopdoodle!
ThePiGuy24! You beat CompanionCube's previous record of <0 (By
1 hour, 26 minutes and 33 seconds)! I hope you're happy!
L291[08:39:49] <MichiBot> ThePiGuy24's new
record is 1 hour, 26 minutes and 33 seconds! ThePiGuy24 also gained
0.00144 tonk points for stealing the tonk. Position #5. Need
0.15578 more points to pass simon816!
L292[08:43:39]
⇨ Joins: Inari
(~Pinkishu@pD9E8F61C.dip0.t-ipconnect.de)
L293[08:54:54]
<Kleadron>
Lol did you not go to sleep ThePiGuy
L294[08:55:07]
<ThePiGuy24> i did but not for long
L295[08:55:17]
<Kleadron>
Ah rip
L296[09:14:45] ⇦
Quits: Ariri (~Ariri@cpe-104-33-154-8.socal.res.rr.com) (Ping
timeout: 189 seconds)
L297[09:45:45] ⇦
Quits: S|h|a|w|n (~shawn156@c-76-25-73-212.hsd1.co.comcast.net)
(Quit: Leaving)
L298[10:08:27]
⇨ Joins: immibis (~immibis@46.114.36.57)
L299[10:25:52] ⇦
Quits: immibis (~immibis@46.114.36.57) (Ping timeout: 378
seconds)
L301[10:43:38]
⇨ Joins: immibis (~immibis@46.114.39.163)
L302[10:49:59]
⇨ Joins: Saghetti
(~Mibbit@c-67-164-116-220.hsd1.ca.comcast.net)
L303[10:50:16] <Saghetti> test
L304[10:50:29] <Saghetti> %sip
L305[10:50:30] <MichiBot> You drink a
porous jumbonium potion (New!). Saghetti realizes this was actually
a Liquid Grathnode potion.
L306[10:52:36] <Saghetti> where does one
get semi-powerful ARM chips?
L307[10:53:10] <Saghetti> preferably one
with like 1024k of ram
L308[10:53:44] <Saghetti> i was looking
into mips, but i didnt go too far
L309[10:55:20]
<Forecaster> %sip ^
L310[10:55:21] <MichiBot> You drink a
porous jumbonium potion. Forecaster realizes this was actually a
Liquid Grathnode potion.
L311[10:55:29]
<Forecaster> dangit
L312[10:55:41]
<Forecaster> %sip Liquid Grathnode
potion
L313[10:55:42] <MichiBot> You drink a
liquid grathnode potion (New!). Forecaster forgets the location of
a great treasure.
L314[10:55:45]
<Forecaster> aw
L315[10:56:35] <Saghetti> the ATSAMD line
of chips looked pretty nice, but not enough ram
L316[10:56:53] <Saghetti> %sip mutable
potion
L317[10:56:54] <MichiBot> You drink a
mutable naqahdah potion (New!). Saghetti turns into a röd dryad boy
until they eat a pie.
L318[10:57:26] <Saghetti> röd
L319[10:57:58] <Saghetti> %eat
L320[10:57:58] *
MichiBot snatches it and eats it
L321[10:58:18] <Saghetti> %eat pie
L322[10:58:18] *
MichiBot snatches it and eats it
L323[10:58:24] <Saghetti> ok
L324[10:59:29] <Saghetti> ~markov
saghetti
L325[10:59:29] <ocdoc> Please wait
...
L326[10:59:40] <ocdoc> Nickname does not
exist
L327[11:00:32] <Saghetti> its already like
3 am
L328[11:00:36] <Saghetti> wow
L329[11:02:19] <Saghetti> %choose attempt
to sleep or go full all-nighter
L330[11:02:19] <MichiBot> Saghetti:
Pretty sure I'd want you to go with "go full
all-nighter"!
L331[11:03:20] <Saghetti> welp i guess my
fate is sealed
L332[11:04:48] <Saghetti> any suggestions
on how to kill time?
L333[11:05:20]
<Forecaster> literally kill time!
L334[11:05:46]
<ThePiGuy24> get a machine gun, line up a
few clocks, and fire away
L335[11:06:26]
<Forecaster> no you need to go into the
Gungeon and find the gun that can kill time
L336[11:06:31]
<Forecaster> then you just shoot time
itself
L337[11:06:41] <Saghetti> just a kindle
paperwhite and a 3rd gen ipod
L338[11:06:41] <Saghetti> %stab time
L339[11:06:41] <MichiBot> Saghetti is
stabbing time with a genuine lümp for 1d4 => 1 damage!
L340[11:07:03] <Saghetti> wow
L341[11:07:13]
<Forecaster> it requires a lot of skill to
stab something with a lump
L342[11:07:14]
<Forecaster> :P
L343[11:07:29] <Saghetti> 10/10
responsiveness
L344[11:08:36]
<Forecaster> %loot time
L345[11:08:37] <MichiBot> Forecaster:
You stab time! It dropped a triangular ball. (Junk)!
L346[11:08:51]
<Forecaster> ohno, stabbing time caused a
paradox
L347[11:11:56] <Saghetti> rip time
L348[11:11:56] <Saghetti> i guess i coud
mess around with this möth
L349[11:12:44]
⇨ Joins: Groot
(~Groot@sn-phy1.bhs.ovh.shadownode.ca)
L350[11:12:47]
⇨ Joins: t20kdc
(~20kdc@cpc139340-aztw33-2-0-cust225.18-1.cable.virginm.net)
L351[11:12:47] <Groot> hi guys
L352[11:12:53]
<Forecaster> hello
L353[11:12:59] <Groot> showing off a pc to
another player
L354[11:13:00] <Saghetti> sup
L355[11:13:03] <Groot> hows it goin
L356[11:13:29]
<Forecaster> hey other player, you should
punch your friend!
L357[11:13:35] <Groot> ill brb showing
more of the base
L358[11:13:40] <Groot> no pvp XP
L359[11:13:53] <Saghetti> dang it
L360[11:14:00]
<Forecaster> aw
L361[11:14:59] <Saghetti> im just messing
with the wildlife (insects) in my room
L362[11:15:16] <Saghetti> im *that* bored
rn
L363[11:17:14] ⇦
Quits: Groot (~Groot@sn-phy1.bhs.ovh.shadownode.ca) (Ping timeout:
190 seconds)
L364[11:20:10] <Saghetti> update: i poked
the moth a few times. it fluttered around
L365[11:20:21] <Saghetti> b
L366[11:21:09] <Saghetti> now its perched
on the lamp power cord
L367[11:21:31] <Saghetti> stay tuned for
the next bored update
L368[11:22:15]
<ThePiGuy24> lämp
L369[11:24:12] <Saghetti> x
L370[11:24:35] <Saghetti> bruh
L371[11:24:46] <Saghetti> stupid kindle
keybard
L372[11:24:59] <Saghetti> so i burnt my
hand while t
L373[11:25:20] <Saghetti> by touching the
lamp
L374[11:25:22] <Saghetti> yay
L375[11:30:14] <Saghetti> update 4: moth
on my shirt
L376[11:32:16] <Saghetti> it wont get
off
L377[11:33:45]
<Forecaster> solution: set fire to
shirt
L378[11:34:39] <Saghetti> i got it
off
L379[11:34:54] <Saghetti> it just took a
lot of blowing
L380[11:37:21] <SquidDev> %tonk
L381[11:37:21] <MichiBot> Aw jeez!
SquidDev! You beat ThePiGuy24's previous record of 1 hour, 26
minutes and 33 seconds (By 1 hour, 30 minutes and 59 seconds)! I
hope you're happy!
L382[11:37:22] <MichiBot> SquidDev's new
record is 2 hours, 57 minutes and 32 seconds! SquidDev also gained
0.00304 (0.00152 x 2) tonk points for stealing the tonk. Position
#8. Need 0.09535 more points to pass DaComputerNerd!
L383[11:43:55] <Saghetti> update 5: maybe
upstairs has the answer
L384[11:43:57] <MichiBot> Amanda REMINDER:
go to the nether, rob them of quartz ore.
L385[11:44:25] <Saghetti> also crane flies
are scary af
L386[11:44:56] <Saghetti> one of thm clung
onto my pants
L387[11:45:34] <Saghetti> i went outside
tio try and shake it off but it came right back
L388[11:45:36] <Saghetti> jeez
L389[11:45:51] <Saghetti> cya for now
ppl
L390[11:46:16] ⇦
Quits: Saghetti (~Mibbit@c-67-164-116-220.hsd1.ca.comcast.net)
(Quit: http://www.mibbit.com ajax IRC Client)
L391[11:49:45]
<Saghetti>
update: doggo has been pet
L392[11:49:51]
<Saghetti>
the upstairs does have the answer
L393[11:56:39]
⇨ Joins: ben_mkiv (~ben_mkiv@88.130.156.76)
L394[12:05:46]
⇨ Joins: Saghetti
(~Mibbit@c-67-164-116-220.hsd1.ca.comcast.net)
L395[12:07:33] <Saghetti> so
L396[12:08:07]
<Forecaster> os
L397[12:08:20]
<ThePiGuy24> sos
L398[12:08:24] <Saghetti> im just going to
stay awake for like the next 4 hours
L399[12:08:30] <Saghetti> yes
L400[12:08:31] <Saghetti> sos
L401[12:08:37]
<Forecaster> why tho
L402[12:09:29] <Saghetti> and then like
the next 7 hours of online school
L403[12:09:44] <Saghetti> and thsn
just
L404[12:09:47] <Saghetti> pass out
L405[12:09:58] <Saghetti> then*
L406[12:10:29] <Saghetti> any
recomendationz for wikipeda articles?
L407[12:10:57] <Saghetti> ive just been
reading up on the history of ALGOL and C
L408[12:10:58]
<Forecaster> there's this excellent one
called random
L409[12:11:01]
<Forecaster> I hear it's great
L410[12:11:38] <Saghetti> maybe ill check
out wikipedia:unusual_articles
L411[12:11:50] <Saghetti> heard that one's
fun
L412[12:12:46] <Izaya> Saghetti: go down
the Canon Cat rabbit hole
L413[12:13:10] <Saghetti> yknow what
L414[12:13:11] <Saghetti> sure
L415[12:13:24] <Saghetti> ill check it
out
L416[12:14:25] <Saghetti> (cant keep irc
open at the same time, browser tabs dont exist :P)
L417[12:14:38] <Saghetti> cya fod
now
L418[12:14:53] <Saghetti> for*
L419[12:15:01] ⇦
Quits: Saghetti (~Mibbit@c-67-164-116-220.hsd1.ca.comcast.net)
(Quit: http://www.mibbit.com ajax IRC Client)
L420[12:15:13] <Izaya> >browser tabs
don't exist
L421[12:19:34] *
Inari couhgs in 1500 tabs
L422[12:19:48] <Inari> %pet Izaya
L423[12:19:48] <MichiBot> Inari is petting
Izaya with more than 2 nodes. Izaya regains 1d4 => 3 hit points!
Turns out more than 2 nodes's weakness was common water all
along!
L424[12:19:58]
⇨ Joins: Saghetti
(~Mibbit@c-67-164-116-220.hsd1.ca.comcast.net)
L425[12:20:07] <Izaya> oh I
understand
L426[12:20:09] <Izaya> kindle
L427[12:20:20] <Saghetti> the canon cat
actually looks really nice
L428[12:20:21] <Inari> kindle?
L429[12:20:21] <Izaya> I think someone
here was working on a native IRC client for some e-reader
L430[12:20:33] <Saghetti> yep, a kindle
paperwhite
L431[12:20:42] <Inari>
s/white/weight/
L432[12:20:43] <MichiBot> <Saghetti>
yep, a kindle paperweight
L433[12:20:48] <Izaya> Saghetti: yeah,
single memory space forth environment
L434[12:20:51] <Izaya> really neat
idea
L435[12:21:17] <Inari> Does anyone
actually really use forth for anything still
L436[12:21:27] <Saghetti> im using mibbit
because its the only irc client that works
L437[12:21:31] <Inari> Except like, legacy
systems
L439[12:21:36] <t20kdc> :
answer_to_inari_question 0 ;
L440[12:21:44] <Izaya> Inari: it's still
popular in embedded development
L441[12:21:47] <Izaya>
"popular"
L442[12:21:53] <Izaya> relatively
speaking, anyway
L443[12:22:19] <t20kdc> Izaya: They forgot
an important penguin
L444[12:22:37] <Izaya> everyone's
favourite
L445[12:22:57] <Saghetti> i wondee if
FIFTH exists
L446[12:23:02] <Inari> Ada seems like a
cool language
L447[12:23:19] <Izaya> I've heard Ada
described as "safe hell"
L448[12:24:11] <Saghetti> coolest
(warmest) language of them all: Ember
L449[12:24:57] <Saghetti> disclaimer: may
be biased because i made it
L450[12:24:59] <Inari> I dunno
L451[12:25:06] <Inari> theres BlitzBasic,
I think lightnign is fairly hot
L452[12:25:54] <Saghetti> ember is c-like
syntax with modern features
L453[12:26:13] <Saghetti> like javascript
if it wasnt hell
L454[12:26:19] <Izaya> I gotta try LuPi2
some time
L455[12:26:31] <Izaya> imagine a PsychOS
machine, but as a dedicated device
L456[12:27:34] <Saghetti> and functions
are defined like this: foo = block (a) { return a+1; }
L457[12:28:51] <Saghetti> i wonder what OC
on dedicated hardware would be like
L458[12:29:59] <Saghetti> back to reading
about the cannon cat
L460[12:30:19] ⇦
Quits: Saghetti (~Mibbit@c-67-164-116-220.hsd1.ca.comcast.net)
(Quit: http://www.mibbit.com ajax IRC Client)
L461[12:52:00]
⇨ Joins: Saghetti
(~Mibbit@c-67-164-116-220.hsd1.ca.comcast.net)
L462[12:52:49] <Saghetti> minimalist text
UIs are actually really nice ngl
L463[12:54:41] <Izaya> ye
L464[12:54:48] <Saghetti> itll be 5 am in
like 5 mins
L465[12:54:55] <Izaya> nice
L466[12:55:09] <Izaya> I should make food,
it's nearly 10PM
L467[12:55:16] <Saghetti> %absorb
L468[12:55:17] <MichiBot> You drink a
runny gold potion (New!). The sun turns into a giant baby face for
a second. It's horrific.
L469[12:55:25] <Saghetti> you
australians
L470[12:55:40] <Saghetti> holy shit
L471[12:55:41] <Izaya> living in the
~~90s~~ future
L472[12:55:43] <Saghetti> what
L473[12:56:01] <Saghetti> why is that a
potion effect
L474[12:56:13] <Izaya> I think it's a
reference to something.
L475[12:56:28] <Izaya> but personally I
think that should happen if you fling the potion at the sun
instead
L476[12:56:55] <Saghetti> %splash sun with
antidote
L477[12:56:55] <MichiBot> You splash sun
with some antidote. sun reverts to their original state before any
potions.
L479[12:58:27] <Saghetti> dang it
L480[12:58:48] <Izaya> teletubbies takes
place in a dystopian surveillance state
L481[13:00:26] <Saghetti> images just show
up as [?]
L482[13:01:14] <Saghetti> ayy 5 am
L483[13:01:44] <t20kdc> Izaya: "SUN
BABY IS WATCHING YOU, the caption beneath it ran." -
Teletubbies + 1984
L484[13:02:03] <Izaya> t20kdc: they are
watched by unseen cameras
L485[13:02:03] <Saghetti> ohno
L486[13:02:09] <Izaya> tubes come out of
the ground and tell them what to do
L487[13:02:10] <Izaya> and they just
L488[13:02:12] <Izaya> do
L489[13:03:23] <Saghetti> i wish i could
type fast
L490[13:03:23] <Saghetti> but this
kindle
L491[13:03:38] *
t20kdc scribbles down: "antidote is useful"
L492[13:04:08] <Saghetti> also how do
strings work in forth
L493[13:04:08] <Saghetti> ive been
wondering for a while now
L494[13:04:32] <t20kdc> Saghetti: last I
heard, it was sort of like how they work in C, only more
complicated.
L496[13:05:13] <Saghetti> like reversed so
it works on a stack?
L497[13:05:36] <Saghetti> also string
operations seem painful
L498[13:05:56] <t20kdc> no, IIRC they're
outside of the stack, manipulated by-address (again, see: C)
L499[13:06:14] <Saghetti> oh ok
L500[13:06:56] <Saghetti> so forth *does*
have pointers
L501[13:07:48] <Izaya> only if you want
them
L502[13:08:09] <Saghetti> and what region
of memory would be outside of the stack
L503[13:08:31] <Saghetti> does forth have
a heap?
L504[13:08:34] <Saghetti> hmm
L505[13:09:24] <Izaya> depends on
implementation
L506[13:09:53] <Izaya> like, asking
"does forth x" will result in "maybe" because
forth is such a loose concept that you can implement it in a
hundred different ways and they're all a forth system
L507[13:10:07] <Izaya> even ANS FORTH
doesn't specify implementation, only API/interface
L508[13:11:18] <t20kdc> we can safely say
that if a FORTH implementation implements the "@" and
"!" words then it implements a meaningful definition of a
heap.
L509[13:11:45] <Saghetti> i was actually
thinking of a heap for SCL (kind of forth)
L510[13:11:46] <t20kdc> the allocation
strategy of that heap, however, remains undefined with only that
knowledge.
L511[13:11:58] <Saghetti> yeah
L512[13:12:22] <Izaya> alternatively
L513[13:12:27] <Izaya> dedicated data
stack in the processor
L514[13:12:39] <t20kdc> those aren't
mutually exclusive
L515[13:12:53] <Izaya> only really
relevant in forth-oriented processors, but still a thing
L516[13:12:56] <Saghetti> for my lang i
wanted to just make some crappy allocator and hope memory
fragmenation doesnt kill me
L517[13:13:03] <t20kdc> IIRC J1 Forth has
a dedicated data stack but also has memory access via @ and !
L518[13:13:49] <Saghetti> data stack as in
something to do automatic allocation?
L519[13:14:02] <Saghetti> that could
actually be really nice
L520[13:14:14] <t20kdc> no, as in
dedicated memory on the processor for usage by the stack
pushes/pops
L521[13:14:50] <Saghetti> oh ok
L522[13:14:50] <Saghetti> sojust
L523[13:14:55] <Amanda> Good, Inari's
gone, that means the invasion of the andromada galaxy can begin,
those foxes won't knwo what hit them!
L524[13:15:04] <Saghetti> "the
stack"
L525[13:15:14] <Izaya> no
L526[13:15:23] <Izaya> some processors
have separate data and return stacks
L527[13:15:35] <t20kdc> and FORTH
processors tend to need separate data and return stacks
L528[13:15:38] <Saghetti> ik
L529[13:16:00] <Saghetti> i mean i just
used the same stack
L530[13:16:24] <Izaya> you're less likely
to ruin your own day with separate stacks
L531[13:16:31] <Saghetti> so that if you
really wantred to, you could jump somewhere arbitrary
L532[13:16:55] <Izaya> no reason you can't
have push/pop addr stack instructions
L533[13:17:27] <Saghetti> simplicity i
guess
L534[13:17:33] <Izaya> true
L535[13:18:19] <Saghetti> maybe i can make
a transfer instruction
L536[13:18:41] <Saghetti> and every stack
has an ID
L537[13:19:11] <Saghetti> where data is 0,
return is 1, something else is 2, etc
L538[13:19:14] <Izaya> register windows
but it's actually a stack
L539[13:19:29] <Saghetti> yep
L540[13:19:31] <Izaya> now that's an
interesting idea
L541[13:19:39] <Saghetti> stack
switching
L542[13:19:45] <Izaya> yee
L543[13:19:50] <Izaya> would allow for
fast context switching
L544[13:20:41] <Saghetti> and about
automatic varible allocation
L545[13:20:49] <Izaya> Consider:
L546[13:21:00] <Izaya> You only have to
think about the top two values on the stack, really
L547[13:21:59] <Saghetti> you do?
L548[13:24:49] <Saghetti> does forth
already do stack windows?
L549[13:25:27] <Saghetti> so that words
get ther own "private" stack
L550[13:28:26] <Saghetti> %ping
L551[13:28:27] <MichiBot> Ping reply from
Saghetti 0.43s
L552[13:31:14] <Saghetti> alright we at
5:30 now
L553[13:31:14] <Saghetti> thank you
michibot, very cool
L554[13:33:28] <Saghetti> i could do
automatic var allocation using the words frame and delframe
L555[13:34:56] <Saghetti> so i dont need
to deal with deallocating because delframe just deletes all the
variables in the last frame
L556[13:35:42] <Saghetti> %8ball 256byte
stack?
L557[13:35:42] <MichiBot> Saghetti:
Outlook not so good
L558[13:37:19] <Saghetti> %8ball go
bigger?
L559[13:37:20] <MichiBot> Saghetti:
Outlook not so good
L560[13:37:53] <Saghetti> hmm ok
L561[13:38:11] <Saghetti> be memrory
efficient i guess
L562[13:45:06] <Saghetti> has any1 ever
gotten banned from the discord or irc?
L563[13:45:49]
<Bob>
probably
L564[13:46:14] <Saghetti> lemme rephrase
then
L565[13:46:22] <Saghetti> how many
people
L566[13:47:08] <Saghetti> ~markov
Amanda
L567[13:47:09] <ocdoc> Please wait
...
L568[13:47:20] <ocdoc> %inv list of
colours, it's compressed and encoded is uwu
L569[13:47:41] <Saghetti> wow
L570[13:48:04] <t20kdc> ~markov
Saghetti
L571[13:48:04] <ocdoc> but its perched on
this is more logical than last time
L572[13:48:05]
⇨ Joins: MobiElfi
(~temia@192-0-164-45.cpe.teksavvy.com)
L573[13:48:14] <Saghetti> markov best
comman
L574[13:48:18] <Saghetti> d
L575[13:48:49] <MobiElfi> Yep, still
works. Incredible.
L576[13:49:40] <Saghetti> ~markov
t20kdc
L577[13:49:41] <ocdoc> Please wait
...
L578[13:49:42] <ocdoc> ...Sounds like
Everest to be forwarded to your wristband.)
L579[13:49:58] <t20kdc> feature request:
wristband computers.
L580[13:50:17]
<Forecaster> smartwatch?
L581[13:50:24] <t20kdc> sure!
L582[13:50:26]
<Forecaster> OCwatch
L583[13:50:45] <Saghetti> yes
L584[13:50:45] <Saghetti> also AIO
computers
L585[13:50:52]
<Forecaster> what
L586[13:51:06] <Saghetti> give it api
calls to control part of the hud
L587[13:51:12] <Saghetti> like the action
bar
L588[13:51:30] <Saghetti> what what
L589[13:51:40] <t20kdc> ...so... cyborg
enhancement computers
L590[13:53:25] <Elfi> What if there was a
Forge Multipart port called Forge Multipart: Fumoffu
L591[13:53:59] <Elfi> Or Forge Multipart:
the Second Raid
L592[13:54:31] <Saghetti> ooh its actually
ight outside
L593[13:54:37] <Saghetti> light
L594[13:54:50] <Saghetti> i did it!
L595[13:55:13] <Saghetti> now all i need
to do is not fall asleep prematurely
L596[13:55:27] *
MobiElfi throws pixie dust
L597[13:56:31] <t20kdc> MobiElfi: Are you
a pixie
L598[13:56:48] <Elfi> Yes. c:
L599[13:57:16] <Saghetti> oh ok
L600[13:57:51] <Saghetti> %8ball
breakfast?
L601[13:57:52] <MichiBot> Saghetti: Reply
hazy, try again
L602[13:58:18] <Saghetti> %8ball
breakfast?
L603[13:58:19] <MichiBot> Saghetti: [ The
Bowling ball doesn't answer ]
L604[13:58:31] <Saghetti> dang it
L605[13:59:21] <Saghetti> 1 last try
L606[13:59:38] <Saghetti> %8ball
breakfast?
L607[13:59:39] <MichiBot> Saghetti: [ The
Bowling ball doesn't answer ]
L608[13:59:56] <Saghetti> bruh
L609[14:14:18] ⇦
Quits: Saghetti (~Mibbit@c-67-164-116-220.hsd1.ca.comcast.net)
(Quit: http://www.mibbit.com ajax IRC Client)
L610[14:14:22]
⇨ Joins: peekka1
(~peekka1@dsl-hkibng12-50dd23-137.dhcp.inet.fi)
L611[14:14:40] ⇦
Quits: peekka1 (~peekka1@dsl-hkibng12-50dd23-137.dhcp.inet.fi)
(Client Quit)
L612[14:15:35]
<Forecaster> %sip
L613[14:15:36] <MichiBot> You drink a
runny strawberry potion (New!). Forecaster feels slightly
weaker.
L614[14:15:52]
<Forecaster> gasp, strawberries, my only
weakness
L615[14:16:47]
<Saghetti>
%sio
L616[14:16:51]
<Saghetti>
%absorb
L617[14:16:52] <MichiBot> You drink a
molten dalekanium potion (New!). As Saghetti drinks the potion
they become the target of a wad of llama spit! They successfully
evaded it with a 14 vs DC 12!
L618[14:17:07]
<Saghetti>
whew
L619[14:18:05]
<Kristopher38> When I was going to bed it
was 5am and it was starting to get bright outside
L620[14:18:15]
<Kristopher38> And now it's 3pm D:
L621[14:25:36]
<DaComputerNerd> %tonk
L622[14:25:37] <MichiBot> I'm sorry
DaComputerNerd, you were not able to beat SquidDev's record of 2
hours, 57 minutes and 32 seconds this time. 2 hours, 48 minutes and
15 seconds were wasted! Missed by 9 minutes and 17 seconds!
L623[14:25:38]
<ThePiGuy24> rip
L624[14:25:44]
<ThePiGuy24> f
L625[14:25:52]
<DaComputerNerd> .....
L626[14:25:55]
<DaComputerNerd> i miscalculated
L627[14:26:01]
<DaComputerNerd> or misread the
clock
L628[14:26:04]
<DaComputerNerd> one of the two
L629[14:32:10]
<Bob>
~markov Bob
L630[14:32:10] <ocdoc> I'm trying to write
a program to be fixed rate (my first thought is gold
L631[14:32:22]
<Bob>
accurate
L632[14:32:39]
<Kristopher38> ~markov Kristopher38
L633[14:32:39] <ocdoc> Please wait
...
L634[14:32:46] <ocdoc> Nickname does not
exist
L635[14:32:54]
<Kristopher38> huh
L637[14:33:13] <MichiBot>
Evil Morty's
Theme | length:
1m 21s | Likes:
10,688 Dislikes:
132 Views:
628,756 | by
Shadowmaker
Loops | Published On 19/9/2016
L638[14:40:37] <Amanda> %8ball cave
farm?
L639[14:40:37] <MichiBot> Amanda: My
reply is no
L640[14:52:13]
<Ocawesome101> @Saghetti congrats on
following through with your dumb idea of staying up all night
:p
L641[14:52:22]
<Saghetti>
no regrets
L642[14:52:25]
<Saghetti>
(yet)
L643[14:52:32]
<Saghetti>
6 am, feeling good
L644[14:52:44]
<Saghetti>
almost 7
L645[14:53:55]
<Forecaster> %ship
L646[14:54:02]
<Forecaster> %sip
L647[14:54:02] <MichiBot> You drink a
resonating lime potion (New!). A tiny genie appears, gives
Forecaster a thumbs up, and poofs away.
L648[14:54:19]
<Forecaster> hm, I don't deserve that
after typing "ship" instead of "sip"
L649[14:54:36]
<Saghetti>
i keep thinking it's like 8:45
L650[14:54:39]
<Saghetti>
and im late for class
L651[14:54:49]
<Saghetti>
but it starts in like an hour and a half
L652[14:54:56]
<Saghetti>
what the fuck is waking up earky
L653[14:54:59]
<Saghetti>
what the fuck is waking up early [Edited]
L654[14:55:12]
<BrisingrAerowing> %sip
L655[14:55:12] <MichiBot> You drink a
smelly oculemon potion (New!). BrisingrAerowing gains the ability
to talk to bricks for 7 moons.
L656[14:55:24]
<BrisingrAerowing> ... Interesting.
L657[14:55:54]
<Saghetti>
how do you do, fellow bricks
L658[14:56:01]
<Saghetti>
also @Ocawesome101 did you read the entire chat history?
L659[14:56:14]
<Forecaster> technically anyone has that
ability though
L660[14:57:03]
<Ocawesome101> I did
L661[14:57:09]
<Ocawesome101> I usually do
L662[14:57:12]
<Saghetti>
wow
L663[14:57:28]
<Ocawesome101> It was only 200-300
messages iirc
L664[14:57:30]
<Saghetti>
including the part where i was so bored that i poked moths for like
20 mins?
L665[14:57:42]
<Ocawesome101> There have been times where
it’s been like 1k messages
L666[14:57:43]
<Ocawesome101> Yes
L667[14:57:46]
<Ocawesome101> I read that too
L668[14:57:51]
<Saghetti>
bruh
L669[14:57:57]
<Saghetti>
it's like watching paint dry
L670[14:58:07]
<Ocawesome101> Then you petted your
dog
L671[14:58:21]
<Saghetti>
yes
L672[14:58:35]
<Saghetti>
speaking of that, dog photos?
L673[14:58:42]
<Ocawesome101> How old is yours, and what
breed?
L674[14:58:44]
<Ocawesome101> Sure
L675[14:59:10]
<Saghetti>
chocolate havanese, 7 years old
L676[14:59:17]
<Saghetti>
still acts like a smol puppy tho
L679[14:59:55]
<BrisingrAerowing> Awwww
L680[15:00:07]
<BrisingrAerowing> We have Irish
Wolfhounds.
L681[15:00:14]
<BrisingrAerowing> And a rescue
mutt.
L682[15:00:22]
<Ocawesome101> Looks like a güd dog
L683[15:00:41]
<Saghetti>
gööd döggö
L685[15:01:16]
<Ocawesome101> He’s ~15, blue heeler mix,
has hip arthritis
L686[15:01:21]
⇨ Joins: Cervator (~Thunderbi@70.241.38.147)
L687[15:01:27]
<Saghetti>
doggooooo
L688[15:01:38]
<Ocawesome101> Yes
L689[15:04:12] <Izaya> :<
L691[15:05:46] <Izaya> tfw cats are
gone
L693[15:06:25]
<Saghetti>
aight, time to work on ~~shitty FORTH~~ SCL
L694[15:06:32]
<Ocawesome101> Meow and Garfield
respectively
L695[15:06:56]
<Ocawesome101> D O I T
L696[15:08:39]
<Saghetti>
do manual stack frames sound painful?
L697[15:08:59] <Izaya> no, it just changes
their intended usage
L698[15:08:59]
<Saghetti>
like typing the word "frame" to create a new stack
frame
L699[15:09:03]
<Saghetti>
oh ok
L700[15:09:20] <Izaya> you'd use it for
separate "processes" rather than for separate words
L701[15:09:38]
<Saghetti>
oh ok
L702[15:09:47]
<Saghetti>
i kind of thought of words like function calls
L703[15:09:56] <Izaya> yes and no
L704[15:09:56]
<Saghetti>
but yeah, separate stacks for processes
L705[15:10:13] <Izaya> forth words don't
need their own stack because the whole point is to act on the
stack
L706[15:10:15] <Izaya> y'know?
L707[15:28:01]
⇨ Joins: Thutmose
(~Patrick@host-69-59-79-181.nctv.com)
L709[15:28:09]
<Kristopher38> This is my dog
L710[15:28:14]
<Kristopher38> Made into an emoji
L711[15:29:00]
⇨ Joins: Inari
(~Pinkishu@pD9E8F61C.dip0.t-ipconnect.de)
L713[15:48:18]
<Saghetti>
so
L714[15:48:25]
<Saghetti>
my existing SCL syntax is kinda gross ngl
L715[15:48:39]
<Saghetti>
it's prefix notation mixed with assembly mixed with kind of postfix
notation
L716[15:49:46]
<Saghetti>
this is what it looks like
L717[15:49:47]
<Saghetti>
`
L719[15:50:16]
<Saghetti>
program for adding two numbers
L720[15:50:34]
<Saghetti>
but this is just the vanilla syntax
L723[15:51:34]
<Saghetti>
this is what it looks like with some syntactic sugar
L724[15:52:00]
<Saghetti>
what's the moth wifi password?
L725[15:52:49]
<Saghetti>
also i might just go for flat-out forth
L726[15:53:05]
<Saghetti>
so you can make it one-line if you really want to (make it
unreadable)
L727[15:53:26]
<Saghetti>
what do you think izaya
L728[15:53:49]
<Saghetti>
readability or functionality?
L729[15:56:33] <Izaya> I don't see the
distinction
L730[15:56:51] <Izaya> your current stuff
is obnoxious
L731[15:58:02]
<Saghetti>
inline arguments
L732[15:58:18]
<Saghetti>
so just scrap it and go full forth-like?
L733[15:58:33] <Izaya> yeah
L734[15:58:38] <Izaya> stack language with
inline args is weird
L735[16:00:53] <Amanda> now the fucking
wandering traders are breaking into my house!
L736[16:00:59] <Inari> %pet asiem
L737[16:01:00] <MichiBot> Inari is
brushing asiem with the shadows. asiem regains 1d4 => 4 hit
points! The shadows fell into a vat of radioactive goo.
L738[16:01:01] <Inari> Er
L739[16:01:07]
<Saghetti>
asiem
L740[16:01:08]
<Saghetti>
hmm
L741[16:01:21] <Inari> %pet Amanda
L742[16:01:21] <MichiBot> Inari is petting
Amanda with a suspiciously warm Pentium III CPU. Amanda regains 1d6
=> 4 hit points! The suspiciously warm Pentium III CPU was taken
out by the mafia.
L743[16:01:46] <Inari> @Saghetti race
conditions
L744[16:02:21]
<Saghetti>
cool
L745[16:15:59] ⇦
Quits: MobiElfi (~temia@192-0-164-45.cpe.teksavvy.com) (Quit:
Bye)
L746[16:22:57]
<Saghetti>
i'm already becoming delirious
L747[16:22:57]
<Saghetti>
help
L748[16:23:14]
<Forecaster> %slap @Saghetti
L749[16:23:14] <MichiBot> Forecaster is
slapping @Saghetti with UwU loli army for 1d4 => 2 damage! UwU
loli army phases out of the dimension.
L750[16:23:25]
<Saghetti>
> UwU loli army
L751[16:23:25]
<Saghetti>
no
L752[17:09:27]
<Ocawesome101> argh, Kate just decided to
randomly crash for the second time today
L753[17:09:35]
<Ocawesome101> it's when adding a newline
it does it
L754[17:10:58] <Amanda> sounds like it's
not that random, then. :P
L755[17:11:19]
<Ocawesome101> it is tho
L756[17:11:34]
<Ocawesome101> because it only happens
occasionally
L757[17:13:54]
<AdorableCatgirl> just use micro xd
L758[17:15:31] *
Elfi wiggles antennae
L759[17:17:25]
<Ariri> No
not the army
L760[17:17:27]
<Ariri>
rip
L761[17:19:51] ⇦
Quits: t20kdc
(~20kdc@cpc139340-aztw33-2-0-cust225.18-1.cable.virginm.net) (Ping
timeout: 189 seconds)
L762[17:35:54] *
Izaya gives Ocawesome101 vim
L763[17:36:26]
<Ocawesome101> I use vim a lot too
L764[17:36:39]
<Ocawesome101> having multiple files open
be nice tho
L765[17:36:40] <Izaya> holy shit my head
just exploded
L767[17:36:43] <Izaya> > I once had to
help a coworker fix the mess they created in their local repo, when
I did `git checkout HEAD@{"1 week ago"}` their head
exploded. git has very good date parsing capabilities.
L768[17:36:59]
<Ocawesome101> nice
L769[17:37:03] <Izaya> Ocawesome101:
:split, :vsplit, and arbitrary buffers
L770[17:39:46]
<Saghetti>
%give vim
L771[17:39:47] *
MichiBot searches through her inventory for a bit. "I couldn't
find anything..."
L772[17:39:51] <SquidDev> %tonkout
L773[17:39:51] <MichiBot> Fopdoodle!
SquidDev! You beat your own previous record of 2 hours, 57 minutes
and 32 seconds (By 16 minutes and 41 seconds)! I hope you're
happy!
L774[17:39:52] <MichiBot> SquidDev has
tonked out! Tonk has been reset! They gained 0.003 tonk points!
plus 0.004 bonus points for consecutive hours! Current score:
0.09967, Position #8 Need 0.08835 more points to pass
DaComputerNerd!
L775[17:40:35]
<Saghetti>
is there a non-bot tonk?
L776[17:40:41]
<Saghetti>
like just a standalone game
L777[17:40:50]
<Forecaster> not that I'm aware
L778[17:41:04]
<Saghetti>
time to make it
L779[17:41:06]
<Saghetti>
and get sTONKs
L780[17:41:57]
<Ariri>
Here, take my upvote
L781[17:42:25]
⇨ Joins: Ariri
(~Ariri@cpe-104-33-154-8.socal.res.rr.com)
L782[17:43:11]
⇨ Joins: Saghetti
(webchat@c-67-164-116-220.hsd1.ca.comcast.net)
L783[17:43:20]
<Saghetti>
imagine using discord
L784[17:43:24] <Saghetti> and also
irc
L785[17:43:28]
<Saghetti>
at the
L786[17:43:30] <Saghetti> same time
L787[17:44:21]
<Ariri> Wow
could
L788[17:44:29] <Ariri> you imagine?
L789[17:44:48] <Saghetti> not at
L790[17:44:49]
<Saghetti>
all
L791[17:45:41] <Amanda> imagine not being
obnoxious. :D
L792[17:45:48] <Elfi> Imagine using
discord at all
L793[17:45:51] <Elfi> this post by the IRC
gang
L794[17:45:59]
<Ariri>
:swag_glasses:
L795[17:46:01]
<Ocawesome101> Izaya: I made a PsychOS
clone because a) why not and b) I learned things
L796[17:46:44]
⇨ Joins: Ocawesome101 (~manjaro-u@38.65.250.160)
L797[17:46:57]
<Ocawesome101> Discord
L798[17:46:59] <Ocawesome101> is
L799[17:47:03]
<Ocawesome101> fine but
L800[17:47:04] <Ariri> I actually like the
simplicity of IRC, I should sit down and tweak it a bunch one
day
L801[17:47:06] <Ocawesome101> IRC
might
L802[17:47:09]
<Ocawesome101> be
L803[17:47:12] <Ocawesome101> better
L804[17:47:18] <Elfi> Okay seriously stop
interleaving
L805[17:47:18] <Skye> has anyone cloned
miniOS classicv
L806[17:47:20]
<Ariri>
Okay the joke is over, no need to spam.
L807[17:47:24]
<Forecaster> please stop doing that
L808[17:47:26] <Elfi> Or you'll be
inter-leaving
L809[17:47:33]
<Ariri>
slaps knee
L810[17:47:39] ⇦
Quits: Ocawesome101 (~manjaro-u@38.65.250.160) (Client
Quit)
L811[17:47:44] <Corded> *
<Ocawesome101> sighs
L812[17:47:46]
<Ocawesome101> wooooooow
L813[17:48:20] <Izaya> Ocawesome101: I
mean, but why
L814[17:48:44]
<Ocawesome101> because I wanted something
with multi-screen support that worked and I could understand
L815[17:48:49] <Izaya> fair
L816[17:48:59] <Izaya> the PsychOS
internals are not for mortals to comprehend
L817[17:49:06]
<Ocawesome101> lol
L818[17:49:15]
<Ariri>
laughs in demon-script
L819[17:49:25]
<Ocawesome101> the VT100 emulator and the
multiscreen code draw very heavily from PsychOS code
L820[17:49:37] <Izaya> So what did you
clone, exactly?
L821[17:49:42]
<Ocawesome101> well
L822[17:49:49]
<Ariri>
`git clone`
L823[17:49:50] <Skye> tfw my OS isn't good
enough to be ripped off
L824[17:49:53]
<Ocawesome101> it's laid out the same
way
L825[17:50:02]
<Ocawesome101> and it follows many of the
same concepts
L826[17:50:03] <Izaya> What concepts did
you lift, rather?
L827[17:50:15]
<Ocawesome101> i.e. Lua shell as default,
no distinct executables
L828[17:50:19] <Izaya> Implementation is
details, the concepts and ideas are much more interesting
L829[17:50:28] <Izaya> Neat, similar
API?
L830[17:50:37]
<Ocawesome101> I think so
L831[17:51:11] <Izaya> Skye: don't worry,
being unable to compete with PsychOS doesn't mean your stuff is
bad
L832[17:51:47]
<Ocawesome101> one thing my shell has that
I don't think Psych has is you can run `from("computer",
"*")` or `from("computer",
"pullSignal")` and it'll grab the specified fields from
the lib and stick them into the shell env
L833[17:52:01] <Izaya> aah neat
L834[17:52:07]
<Ocawesome101> you can also run
`import("computer", "c")` and it'll import the
lib as `c`
L835[17:52:12] <Izaya> how's the I/O
subsystem work?
L836[17:52:20] <Izaya> is that the
portable OpenOS one you were talking about?
L837[17:52:21]
<Ocawesome101> much the same way as
yours
L838[17:52:24]
<Ocawesome101> yeah
L839[17:52:27] <Izaya> neat
L840[17:52:54] <Izaya> where did you
implement the line editing?
L841[17:52:55]
<Ocawesome101> I actually made it for a
different project, but said project is kind of on hold and may
never be released :P
L842[17:52:59] <Skye> portable OpenOS I/O
subsystem?
L843[17:53:06]
<Ocawesome101> line editing... eh?
L844[17:53:14]
<Ocawesome101> Skye: just the buffer
library
L845[17:53:22] <Izaya> line editing
L846[17:53:23] <Izaya> like
L847[17:53:25] <Izaya> for io.read()
L848[17:53:54] <Skye> oh miniOS has none
of that lol
L849[17:53:56] <Skye> I just uh
L850[17:53:58]
<Ocawesome101> in `vt.session()` which
works mostly the same as your `vtansi.vtsession`
L851[17:54:02] <Skye> lol
L853[17:55:32] <Izaya> >termos
L854[17:55:44] <Izaya> smart terminal OS,
for remote access or something?
L855[17:56:23]
<Ocawesome101> smth like that
L856[17:56:29]
<Ocawesome101> I don't actually have
networked terminals yet
L857[17:56:45]
<Ocawesome101> but they will come with
time
L858[17:56:47]
<Saghetti>
nobody:
L859[17:56:48]
<Saghetti>
ocawesome: aight imma make another OS
L860[17:56:52] <Izaya> I mean
L861[17:56:54] <Izaya> counter idea
L862[17:56:56]
<DaComputerNerd> Lol
L863[17:56:59] <Izaya> you could work on
PsychOS with me
L864[17:57:02]
<DaComputerNerd> How many OSs now?
L865[17:57:03]
<Ocawesome101> lmao so true
L866[17:57:09]
<Ocawesome101> Izaya: hrm, true
L867[17:58:42] <Izaya> I mean, I'm all for
competition and trying stuff
L868[17:58:59] <Izaya> but clones of FOSS
stuff seems kind of unnecessary
L869[18:00:12]
<Ocawesome101> @DaComputerNerd Open Kernel
{1,2}, Photon, OC-TermOS, the crap tutorial OS I wrote, and
probably 5 or 6 half-finished unreleased ones, so at least
10-15
L870[18:00:24]
⇨ Joins: Vexaton
(~Vexatos@port-92-192-50-42.dynamic.as20676.net)
L871[18:00:24]
zsh sets mode: +v on Vexaton
L872[18:00:47] ***
Vexatos is now known as Guest88067
L873[18:00:48] ⇦
Quits: Guest88067 (~Vexatos@port-92-192-83-94.dynamic.as20676.net)
(Killed (ipo.esper.net (Nickname regained by
services)))
L874[18:00:48] ***
Vexaton is now known as Vexatos
L875[18:00:57]
<Ocawesome101> Izaya: if I do work on
psychOS with you I'd just ask that you push your changes to the git
repo more often than you seem to now
L876[18:01:08] <Izaya> fair
L877[18:01:10] <Izaya> I can do that
L878[18:01:16]
<Ocawesome101> tanx
L879[18:01:24] <Izaya> though I haven't
been working on it a huge amount recently, been playing skyrim
mostly
L880[18:01:29]
<Ocawesome101> fair
L881[18:02:25]
<Saghetti>
oh cool
L882[18:02:38]
<Saghetti>
forth variables are actually just words
L883[18:02:38] <Izaya> like I was saying
earlier though
L884[18:02:49] <Izaya> I wanna try PsychOS
on LuPi
L885[18:02:52] <Izaya> I could afford a
Pi0
L886[18:02:58] <Izaya> only issue is that
I don't own a HDMI display
L887[18:03:18]
<Ocawesome101> I have a pi 3b+ and a pi
4b
L888[18:03:27]
<Ocawesome101> I could test it for
you
L889[18:04:56] <Izaya> iunno if it'd work
on those
L890[18:04:58] <Izaya> you could try
L891[18:05:08] <Izaya> and you'd get a
cute dedicated OC machine, too
L892[18:05:22] <Skye> Izaya, do you have a
DVI display
L893[18:05:31] <Izaya> yeah but I don't
have a passive adaptor around
L894[18:05:40] <Izaya> gave my last one
away
L895[18:05:52]
<AdorableCatgirl> i have a Pi3+ and a
Pi0
L896[18:05:57]
<AdorableCatgirl> lmao
L897[18:05:59]
<AdorableCatgirl> wait no
L898[18:06:05] ⇦
Quits: ben_mkiv (~ben_mkiv@88.130.156.76) (Killed (NickServ (GHOST
command used by
ben_mkiv|afk!~ben_mkiv@i577BCFCE.versanet.de)))
L899[18:06:08]
<AdorableCatgirl> i have a Pi3b, not a
+
L900[18:06:09]
⇨ Joins: ben_mkiv|afk
(~ben_mkiv@i577BCFCE.versanet.de)
L901[18:06:22]
<Saghetti>
i have a pi 0
L902[18:06:30]
<Saghetti>
but only a console cable
L904[18:06:46]
<AdorableCatgirl> Izaya: i had a stupid
idea
L905[18:11:09] <Izaya> Skye: the real
issue is
L906[18:11:24] <Izaya> I want to pair it
with my old Dell UltraSharp
L907[18:11:34] <Izaya> 1024x768, with a
USB hub, but VGA only
L908[18:12:48] <Izaya> given the industry
is working to kill everyone's favourite blue connector, there's not
a lot to be done, though.
L909[18:15:20] <Inari> Everyon'es what
now
L910[18:15:30] <Izaya> favourite blue
connector
L911[18:15:53] <Inari> Such as?
L912[18:15:57] <Izaya> VGA
L913[18:16:02] <Inari> Ah
L914[18:16:10] <Inari> Why would you still
use VGA
L915[18:16:37] <Izaya> a) old monitors
only have VGA b) it's easier to generate than DVI
L916[18:19:12]
<Kleadron>
c) because shut up
L918[18:19:48] <Inari> %fling at
@Kleadron
L919[18:19:48] <MichiBot> Inari flings at
@Kleadron in a random direction. It hits flappy right where the
last item hit. They take 1d4 => 3 damage!
L920[18:20:02] <Izaya> Also, because my
Voodoo3 only has VGA out.
L922[18:20:05] <Izaya> Checkmate.
L923[18:20:09] <Inari> %fling
L924[18:20:09] <MichiBot> Inari flings
alot in a random direction. It hits cpup in the small of the back.
They take 1d4 => 2 damage!
L925[18:20:12] <Inari> ...
L926[18:20:14] <Inari> %help fling
L927[18:20:35] <Inari> @Forecaster Did you
break that when you fixed the potion "cat" thing?
L928[18:21:27]
<Kristopher38> is lupi2 intended for
raspberry pi 2
L929[18:21:36]
<Forecaster> oh, right, that's why the
split didn't begin with a space....
L930[18:21:37]
<Kristopher38> cause I own, in fact, a
raspberry pi 2
L931[18:21:47] <Izaya> I *think* it should
work on anything you build the system for.
L932[18:21:50]
<Forecaster> hm
L933[18:33:19]
<Kleadron>
I really like how windows 98 straight up gave you the tools to make
your own website
L934[18:33:44] <Izaya> so did windows 3.11
though
L935[18:33:46] <Izaya> both had
notepad
L936[18:33:55]
<Kleadron>
windows 98 has a proper html editor
L937[18:34:01]
<Kleadron>
FrontPage Express 2.0
L938[18:34:05] <Izaya> ...
L939[18:34:19] <Izaya> you know
L940[18:34:28] <Izaya> I was joking about
notepad
L941[18:34:39] <Izaya> but I don't joke
about frontpage
L942[18:34:41] <Izaya> x_x
L943[18:34:52]
<Kleadron>
you know some people actually do use notepad for making
websites
L944[18:35:04]
<Kleadron>
or modifying code
L946[18:35:14] <Izaya> my computer is in
pain
L947[18:35:17] <Izaya> I mean, any editor
is fine
L948[18:35:21] <Izaya> notepad is just a
bad editor
L949[18:35:37]
<Kleadron>
a code editor is just fancy notepad ;)
L950[18:35:50] <Izaya> at least,
conceptually
L951[18:36:28]
<Kleadron>
but windows 98 also came with web publishing tools to upload your
website to the internet for everyone else to see and possibly
cringe at
L952[18:36:39]
<Kleadron>
they probably don't work anymore or
L953[18:36:41]
<Kleadron>
they probably don't work anymore [Edited]
L954[18:36:44] <Izaya> Haiku comes with
the PoorMan web server
L955[18:36:48] <Izaya> would
recommend
L956[18:36:55] <Izaya> I think BeOS did
too
L957[18:37:12]
<Kleadron>
I think 98 does come with a web server software ¯\(ツ)/¯
L958[18:37:21]
<Kleadron>
that's cool though
L959[18:37:30]
<Kleadron>
what does PoorMan support
L961[18:44:05]
<Kleadron>
lol i like the icon
L962[18:47:50] ⇦
Quits: Yunus1903 (~Yunus1903@d54C459D4.access.telenet.be) (Ping
timeout: 378 seconds)
L963[18:47:58]
⇨ Joins: Yunus1903
(~Yunus1903@d54C459D4.access.telenet.be)
L964[18:56:26] <Izaya> huh
L965[18:56:29] <Izaya> so
L966[18:56:31] <Izaya> lupi
L967[18:56:38] <Izaya> I got it running on
my current system
L969[18:57:39] <Izaya> I guess you'd tape
this to an alpine kernel and call it a day
L970[19:06:05] <Izaya> "Why would you
need 32-bit partition sizes?" they asked.
L971[19:07:54]
<AdorableCatgirl> all you need is 24
bit
L972[19:09:32] <Izaya> that allows
8GB?
L973[19:10:49]
<payonel>
signed 24bit is right at 8GB
L974[19:11:04]
<payonel>
i.e. 23 bit is all that is needed for 8GB
L975[19:11:23]
<payonel>
no wait, that's MB
L976[19:11:25]
<payonel>
ha
L977[19:11:30] <Corded> * <payonel>
hides
L978[19:11:30] <Elfi> Yeah, I was gonna
say
L979[19:11:39]
<payonel>
yeah i'm an idiot sorry
L980[19:11:43]
<payonel>
of course i should know that
L981[19:11:44] *
Elfi paps
L982[19:11:54]
<payonel>
of course 4 bytes is the old 4GB cap
L983[19:12:48]
<Kleadron>
128-bit partition sizes
L984[19:13:05] <Inari> 1 speical bit is
enough for me
L985[19:13:58] <Elfi> And 28-bit LBA was
what gave us the 137GB disk maximums
L987[19:14:22] <Elfi> (based on 512-byte
sectors)
L988[19:15:22]
<Kleadron>
these are the same machine
L989[19:15:49]
<Ariri> My
mom told me I am a special bit :D
L990[19:16:39]
<Ocawesome101> 2048 hack: repeatedly press
up-right-down-left until you win
L991[19:17:23] <Izaya> no I mean
L992[19:17:26] <Izaya> 512 byte
sectors
L993[19:17:48] <Izaya> 24 bit gives you
8GB if you can address 512 byte sectors
L994[19:23:49] <Amanda> Izaya: you may be
happy(?) to know I'm probably going to nuke my lilac RPC, and pivot
lilac as a frequest/minitel-rpc daemon. :P
L995[19:26:47] <Izaya> ayy
L996[19:27:08] <Elfi> Oh, yeah, that's
fair Izaya
L997[19:28:30] <Amanda> Izaya: does your
minitel RPC have a proper name other than just minitel rpc, which
I've been calling it?
L998[19:28:39] <Izaya> not really
L999[19:37:51]
<Ocawesome101> ayyy, just got to 4096 in
GNOME 2048
L1000[20:03:49] <CompanionCube>
%tonk
L1001[20:03:50] <MichiBot> Potzblitz!
CompanionCube! You beat SquidDev's previous record of <0 (By 2
hours, 23 minutes and 58 seconds)! I hope you're happy!
L1002[20:03:51] <MichiBot>
CompanionCube's new record is 2 hours, 23 minutes and 58 seconds!
CompanionCube also gained 0.0024 tonk points for stealing the tonk.
Position #2. Need 0.00878 more points to pass Forecaster!
L1003[20:23:18]
<Forecaster> man, minecraft modding is fun
isn't it
L1004[20:23:29]
<Forecaster> I've now got a mod with a
single item in it
L1005[20:23:51]
<Forecaster> the model (texture) loads
when it's built, but not in IDEA
L1006[20:24:03]
<Forecaster> the localization doesn't work
in either place
L1007[20:24:05]
<Forecaster> :|
L1008[20:25:49] <ben_mkiv|afk> had
exactly the same issue lately
L1009[20:26:16] <ben_mkiv|afk> but it
didnt bother me enough to investigate the issue
L1010[20:26:29] <ben_mkiv|afk> even tho
it happened on projects that worked fine before
L1011[20:26:30] <Vexatos> I know how to
fix it
L1012[20:26:38] <Vexatos> but I don't
want to bother explaining it q-q
L1013[20:26:53] <ben_mkiv|afk> i dont
care atm, busy with other things anyways
L1014[20:31:39]
<payonel> i think it's some stupid
resource path disagreement between gradle and idea and forge and
black magic and i dont really know what i'm talking about
L1015[20:31:53]
<payonel> but if you make a sym link
<in some dir> to the assets, it works
L1016[20:33:13]
<Forecaster> I'm more concerned with why
the localization doesn't work in either place
L1017[20:33:24] <Izaya> hey payonel
L1018[20:33:26] <Izaya> look at
this
L1020[20:33:31] <Corded> *
<payonel> looks
L1021[20:35:13]
<payonel> what do you want from
lupi?
L1022[20:35:40] <Izaya> I just thought
the idea of an OpenComputers environment with 16GB of memory was
funny
L1023[20:35:59]
<payonel> heh, true
L1024[20:36:05] <Izaya> I wanna build
myself a dedicated OpenComputers machine
L1025[20:36:31] <Izaya> amusing that LuPi
was a thing earlier than ocvm but it looks relatively similar
L1026[20:36:55] <Izaya> you know,
ignoring the pid 1 part
L1027[20:39:27]
<Forecaster> ...
L1028[20:39:46]
<Forecaster> the localization didn't work
because I named the file `enus.lang` instead of `enUS.lang`
L1029[20:39:49]
<Forecaster> :|
L1030[20:40:09] <Izaya> seems reasonable
to me
L1031[20:40:20] <Izaya> though convention
is en_US rather than enUS
L1032[20:41:03]
<Forecaster> that's what I wrote
L1033[20:41:08]
<Forecaster> glares at corded
L1034[20:43:08]
<DaComputerNerd> Lol
L1035[20:43:28]
<DaComputerNerd> Corded doesn't understand
code blocks negating formatting
L1036[20:52:50]
<BrisingrAerowing> %blame Corded
L1037[20:52:51] *
MichiBot blames Corded for forgetting to feed the tentacle
pit
L1038[20:57:35]
<AdorableCatgirl> WAIT
L1040[20:58:18]
<AdorableCatgirl> Izaya: i gotta make
Tsuki run on LuPi
L1041[20:58:53] <Izaya> iunno if it
supports networking at all
L1042[20:59:17] <Izaya> I was thinking
once I got it running on something I'd work on getting it networked
and stuff
L1043[20:59:55]
<AdorableCatgirl> i just mean
L1044[20:59:58]
<AdorableCatgirl> the Tsuki kernel
L1045[21:00:05]
<AdorableCatgirl> but that would require
tsuki to actually run
L1046[21:00:21]
<AdorableCatgirl> >try to open terminal
and git clone
L1047[21:00:23]
<AdorableCatgirl> >windows
L1048[21:00:26]
<AdorableCatgirl> instant sad
L1049[21:01:15]
<ThePiGuy24> ah the pains of running an
inferior operating system
L1050[21:01:47]
<AdorableCatgirl> brb switching back
to--gODDAMNIT NOT AGAIN
L1051[21:02:23]
<AdorableCatgirl> why does btrfs only
break constantly on this install
L1052[21:02:25]
<Forecaster> hey I fixed it
L1053[21:02:27]
<Forecaster> kinda
L1055[21:02:49]
<Forecaster> This crate!
L1056[21:02:51]
<Forecaster> I mean great
L1057[21:03:17]
<Forecaster> except I did it manually,
which means if I change something in the resources I'll have to
re-do it
L1058[21:03:23]
<Kleadron> > >try to open terminal
and git clone
L1059[21:03:23]
<Kleadron> > >windows
L1060[21:03:24]
<Kleadron> why not just go to the git
repository on the github website and click "Clone or
download", "Download ZIP"
L1061[21:03:31]
<Kleadron> using your mouse
L1062[21:03:43]
<Kleadron> the invention we made that was
supposed to make computers better
L1063[21:03:48]
<AdorableCatgirl> that requires extracting
the zip
L1064[21:03:51]
<Kleadron> yeah
L1065[21:03:53]
<Kleadron> so
L1066[21:03:57]
<Ariri>
isnt there a git tool for windows
L1067[21:04:01]
<AdorableCatgirl> probably
L1068[21:04:09]
<Ariri>
I thought i saw an open source thing for it recently
L1069[21:04:20]
<Forecaster> I generally just pull from
git from within IDEA
L1070[21:04:22]
<AdorableCatgirl> but i also wanna compile
stuff and WSL isn't as nice
L1071[21:04:56] <CompanionCube> msys git
is the conventional choice no?
L1073[21:05:43]
<Ocawesome101> ~~I generally just don't
use Windows~~
L1074[21:07:47]
<Ariri>
Ah yes, the needed bash against Windows every time it comes
up.
L1075[21:07:54]
<AdorableCatgirl> 🦀
L1076[21:07:58]
<Ariri>
Integral to the discussion.
L1077[21:08:12]
<AdorableCatgirl> anyways, fair enough for
getting utils in windows
L1078[21:08:25]
<AdorableCatgirl> but i've been using
windows less and less lmao
L1079[21:09:19] <Izaya> install
haiku
L1080[21:10:38]
<AdorableCatgirl> too late
L1081[21:10:41]
<AdorableCatgirl> i use arch linux
btw
L1082[21:13:08]
<Forecaster> nice
L1083[21:13:36]
<ThePiGuy24> :tux:
L1084[21:13:45]
<Forecaster> modifying the gradle to do it
didn't work well, but an IDEA build artefact to copy the resource
files when running the client task works well
L1085[21:13:56]
<Kleadron> the communist linux penguins
are taking over
L1086[21:14:02]
<Kleadron> :Microsoft:
L1087[21:14:09]
<AdorableCatgirl> shut up windows
user
L1088[21:14:15]
<AdorableCatgirl> 🗡️
L1089[21:14:29]
<AdorableCatgirl> anyways, now i'm finally
building LuPI2
L1090[21:14:33]
<Bob>
IntelliJ idea has all the tools needed @Forecaster , have you
executed the gradle task `genIntelliJRuns` ?
L1091[21:14:39]
<AdorableCatgirl> i wonder if i could get
it to run on the PS2
L1092[21:14:41]
<AdorableCatgirl>
:GWchinaSakuraThinking:
L1093[21:14:43]
<ThePiGuy24> :tux: :kala::shni::kov:
L1094[21:14:44]
<Bob>
it should make runs and probably bind the ressources folder
too
L1095[21:14:48]
<Bob>
lloonix
L1096[21:14:51]
<Kleadron> :shotgun::masterthonk:
L1097[21:15:06]
<AdorableCatgirl> imagine paying for
emotes
L1098[21:15:21]
<Kleadron> i didn't buy the nitro someone
else did :HYPERWEARY:
L1099[21:15:22]
<Forecaster> @abed yes, ages ago, it still
puts the resources in the wrong place
L1100[21:16:02]
<Forecaster> but now it's fixed
L1101[21:18:58]
<Bob>
Its Bob :)
L1102[21:19:04]
<Bob>
and weird
L1103[21:19:09]
<Forecaster> oh, woops
L1104[21:19:15]
<Bob>
¯\(ツ)/¯
L1105[21:19:57]
<Forecaster> it looked like I was
highlighting the right person :P
L1106[21:30:42]
<Kleadron> i mean his name could also be
bob, you never know
L1107[21:45:41]
⇨ Joins: Backslash
(~Backslash@d137-186-220-152.abhsia.telus.net)
L1108[21:49:14] <Amanda> Izaya: so uh.
Any idea how I could restore computer.pullSignal to the default for
something booted into microtel?
L1109[21:51:30] <Amanda> or I could just
consider that a "feature" of my netboot.
L1110[21:51:34] <Amanda> Free
minitel!
L1111[21:58:25] <Skye> Amanda, two
options: save the old value and restore it when booting. or tweak
the code so it doesn't wrap the original and just gives you a
function to use instead.
L1112[21:59:36]
<./ПΛЯƬΛG/
- Vanatia> How can I turn on a computer without electricity
mods?
L1113[22:00:25]
<Ocawesome101> Two ways
L1114[22:00:27]
⇦ Quits: Saghetti
(webchat@c-67-164-116-220.hsd1.ca.comcast.net) (Quit:
webchat.esper.net)
L1115[22:00:40]
<Ocawesome101> A) disable power
consumption in the config
L1116[22:01:01]
<Ocawesome101> B) carpeted capacitors with
ocelots or sheep on them
L1117[22:04:35]
<./ПΛЯƬΛG/
- Vanatia> You are talking to me ? @Ocawesome101
L1118[22:04:55]
<Kleadron> well, who else would he be
talking to
L1119[22:05:46]
<./ПΛЯƬΛG/
- Vanatia> To be sure x)
L1120[22:06:23] <Izaya> Amanda: it's not
really provisioned for tbh, but you could store a reference to the
original before the microtel code
L1121[22:06:38] <Izaya> alternatively,
remove all the event listeners then remove the reference to the
table
L1122[22:06:41]
<./ПΛЯƬΛG/
- Vanatia> But what configuration ?
L1123[22:06:42] <Izaya> and it'll act the
same at least
L1124[22:06:53]
<Kleadron> the game's config file
L1125[22:07:31]
<./ПΛЯƬΛG/
- Vanatia> And where is it located ?
L1126[22:08:01]
<Kleadron> let me check
L1127[22:08:29]
<./ПΛЯƬΛG/
- Vanatia> Ok
L1128[22:08:51]
<Kleadron>
.minecraft/config/OpenComputers.cfg
L1130[22:10:03]
<Kleadron> cool
L1131[22:10:03]
<./ПΛЯƬΛG/
- Vanatia> And by removing its, I can turn on the computer
without electricity, is it?
L1132[22:10:17]
<Kleadron> no you don't remove the
file
L1133[22:10:57]
<./ПΛЯƬΛG/
- Vanatia> Yes, by deactivating it rather
L1134[22:12:34]
<Ocawesome101> Yes
L1135[22:13:12]
<Kleadron> find the line
`ignorePower=false` and change `false` to `true`
L1136[22:21:48]
⇦ Quits: ben_mkiv|afk (~ben_mkiv@i577BCFCE.versanet.de) (Ping
timeout: 189 seconds)
L1137[22:28:32]
⇨ Joins: Blue_595 (~c8h10n4o2@47.196.68.21)
L1140[22:31:07] <CompanionCube>
%tonkout
L1141[22:31:07] <MichiBot> Potzblitz!
CompanionCube! You beat your own previous record of 2 hours, 23
minutes and 58 seconds (By 3 minutes and 18 seconds)! I hope you're
happy!
L1142[22:31:08] <MichiBot> CompanionCube
has tonked out! Tonk has been reset! They gained 0.002 tonk points!
plus 0.002 bonus points for consecutive hours! Current score:
0.73016, Position #2 Need 0.00478 more points to pass
Forecaster!
L1143[22:31:31] <Blue_595> o/
L1146[22:35:34]
<Kleadron> that's coo.
L1147[22:35:36]
<Kleadron> that's cool [Edited]
L1148[22:38:15]
<Bob>
OC screens not having anti aliasing
L1149[22:39:34] <Blue_595> ye cool
L1150[22:41:34]
<Kleadron> I can update the entire screen
in a single tick if i write the screen buffer properly
L1151[22:45:14]
<Forecaster> %tonk
L1152[22:45:15] <MichiBot> Fudge!
Forecaster! You beat CompanionCube's previous record of <0 (By
14 minutes and 7 seconds)! I hope you're happy!
L1153[22:45:16] <MichiBot> Forecaster's
new record is 14 minutes and 7 seconds! Forecaster also gained
0.00024 tonk points for stealing the tonk. Position #1.
L1154[22:48:33]
<Kleadron> currently exploring ways to
make the video driver
L1155[22:57:01]
⇦ Parts: Blue_595 (~c8h10n4o2@47.196.68.21) (WeeChat
1.9.1))
L1156[23:01:16]
<Kleadron> i have no idea what i'm doing
so the video driver is going to look like it was built by monkeys,
but i think i'm going to store the screen in an array of characters
representing bytes
L1157[23:02:39]
<AdorableCatgirl> i made a thing that
stored everything in a single string
L1158[23:05:28]
<Kleadron> bruh
L1159[23:05:48]
<AdorableCatgirl> it did unicode,
too
L1160[23:06:14]
<AdorableCatgirl> since unicode doesn't go
above 0x1FFFFF iirc
L1161[23:06:24]
<AdorableCatgirl> i stored it as a 3 byte
value
L1163[23:15:44]
<Ocawesome101> nah
L1164[23:15:49]
<Ocawesome101> >6:14
L1165[23:26:07]
<Bob>
0:25 👀
L1166[23:26:45]
<Ocawesome101> t i m e z o n e s
L1167[23:30:49]
<Kleadron> they suck
L1168[23:33:31]
<Ocawesome101> Izaya: how do I exit ced's
insert mode
L1169[23:38:27] <Michiyo> alt-f4, ctrl-w,
alt-ctrl-del, or last resort: the power button on your physical
device
L1170[23:38:28] <Michiyo> :P
L1171[23:40:58]
<AdorableCatgirl> how do i exit ced