<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:04:43] <Michiyo> Ugh...
L2[00:04:55] <Michiyo> I just.. really don't
feel like doing this <_<
L3[00:09:08] ⇦
Quits: ben_mkiv
(~ben_mkiv@200116b81426620001a00d690f42bbdb.dip.versatel-1u1.de)
(Ping timeout: 378 seconds)
L4[00:16:18] <Michiyo> Ok, in theory I have
a copy of the RFID that doesn't make a UUID and will stack if the
NBT is identical
L5[00:16:26]
<bad at
vijya> what the fuck
L6[00:16:27] <Michiyo> and a copy of the
RFID Reader that will read them
L8[00:41:43]
<Kodos>
%tonkout
L9[00:41:44] <MichiBot> Holy talking fork
Batman! Kodos! You beat your own previous record of 3 hours, 35
minutes and 31 seconds (By 1 hour, 41 minutes and 53 seconds)! I
hope you're happy!
L10[00:41:45] <MichiBot> Kodos has tonked
out! Tonk has been reset! They gained 0.005 tonk points! plus 0.008
bonus points for consecutive hours! Current score: 1.21870941,
Position #4 Need 0.14887867 more points to pass SquidDev!
L11[01:03:31]
<Bob> @bad
at vijya competitive prices with NVIDIA 30xx cards
L12[01:24:28] ⇨
Joins: ubuntu
(~ubuntu@2600:6c4e:1480:1499:bb6a:d600:d99:bd91)
L13[01:24:37] ***
ubuntu is now known as Ernos
L14[01:26:10] <Ernos> hey, so I'm looking
at adding my own lua VM to my game in the same way that
OpenComputers is done, where you can make your own bios and OS, and
build the hardware, but I'm aiming to make them higher performance.
Could anyone help me learn the theory behind how OpenComputers' Lua
virtual machine works?
L15[01:27:28] <Ernos> I quite like the
freedom and customizability of OpenComputers, and I've been
learning Lua thanks to it, hence why I want to implemenet a similar
system in my game
L16[01:29:05] <Ernos> It's not gonna be too
similar in some aspects, as I want the ability for proper graphics
and other things, instead of the terminal system
OpenComputers/OpenOS uses
L17[01:35:06]
<bad at
vijya> OpenComputers uses the Eris library
L19[01:36:13] <Ernos> ok, thank you
L20[01:36:55] ⇦
Quits: Ernos (~ubuntu@2600:6c4e:1480:1499:bb6a:d600:d99:bd91)
(Quit: Leaving)
L21[01:59:14] <Elfi> Oh, they already
left
L22[01:59:34] <Elfi> I was gonna say, there
are a lot of useful articles out there on the use of lua scripting
within games
L23[02:00:45] <Amanda> I'm guessing they'll
be bac
L24[02:02:31] <Amanda> %choose cubes?
L25[02:02:31] <MichiBot> Amanda: Are you
sure? Well alright.
L26[02:15:07] <Amanda> %choose create or
consume
L27[02:15:07] <MichiBot> Amanda: The sands
of time whisper to me... they're saying "consume".
L28[02:17:02] *
Amanda sniffs Elfi curiously, thinks for a second, then cuddles up
around her
L29[02:17:19] * Elfi
squeak
L30[02:17:25] * Elfi
curls up with Amanda. Is a sleepy moth
L31[02:17:38] <Michiyo>
java.lang.RuntimeException: One of more entry values did not copy
to the correct id. Check log for details!
L32[02:17:41] <Michiyo> neat....
L33[02:17:58] *
Amanda purrs softly to help Elfi sleep
L34[02:21:32] <Michiyo> Great, backed out
my registry changes and OpenSec still crashes..
L35[02:24:10] *
Amanda meows hello to the compiler ghosts in Michiyo's computer
tower
L36[02:24:30] <Michiyo> [18:23:17] [Client
thread/WARN] [FML]: Registry Block: Override did not have an
associated owner object. Name: opensecurity:rfid_reader Value:
Block{minecraft:air}
L37[02:24:37] <Michiyo> ...
L38[02:24:38] <Michiyo> wat
L39[02:25:49]
<Bob>
👀
L40[02:26:30] <Michiyo> oh
L41[02:26:48] <Michiyo> I forgot to change
the name for my new block
L42[02:42:45] <Michiyo> god damn it, I
expressly tell this thing to not write a UUID to these
cards..
L43[02:42:49] <Michiyo> and it wrote a
UUID
L44[02:45:16]
<Bob>
devlopement in a nutshell
L46[02:46:21] <Michiyo> YOU'RE NOT SUPPOSED
TO PUT A UUID IN THE TAG
L47[02:46:22] <Michiyo> WTF
L48[02:47:32] <Michiyo> the fucking tag is
only supposed to be data, locked, color, display
L49[02:47:52] <Michiyo> errr
L50[02:47:58] <Michiyo> color is under
display but still!
L51[02:47:59] <Michiyo> no UUID
L52[02:48:55] <Michiyo> OH FFS
L53[02:49:11] <Michiyo> nope not that
L54[02:49:14] <Michiyo> I don't get
it
L55[02:56:45] <Michiyo> WHERE IS THIS UUID
COMING FROM
L56[02:56:50] <Michiyo> ARRRRRRRG
L57[03:05:17]
<Kodos> Is
the UUID your player UUID?
L58[03:06:05] <Michiyo> The NBT is set on
card write, so no interaction with the player yet at that
point
L59[03:06:25] <Michiyo> but I've gone over
the write method and I never call a set on it
L61[03:08:09] <Michiyo> Also very different
UUIDs per call
L62[03:09:12]
<Kodos>
Oooh super high frequency?
L63[03:10:58] <Michiyo> WAIT!
L64[03:11:00] <Michiyo> I see it
L65[03:11:02] <Michiyo> god damn it
L66[03:11:29] <Michiyo> `ItemCard.CardTag
cardTag = new
ItemCard.CardTag(inventoryInput.getStackInSlot(0));`
L67[03:11:42] <Michiyo> ItemCard.CardTag is
a default tag WITh the UUID
L68[03:12:58]
<Kodos>
Indeed
L70[03:23:25] <Michiyo> Said fuck it, set
the UUID to 0 lol
L71[03:26:12] <Michiyo> Actually... knowing
what I know now..
L72[03:31:12] <Michiyo> There, fixed a bug
with UUIDs that has existed forever.
L73[03:44:39] <Michiyo> It shows that no
one uses `ignoreUUIDs` lol
L74[04:02:23]
<Kodos>
lol
L75[04:17:04]
<Koru> how
do i get it to run doom
L76[04:18:39]
<Kodos>
From scratch?
L77[04:19:01] <Amanda> First you must
invent the universe
L78[04:19:10]
<Kodos>
Damnit you stole my line
L79[04:19:18]
<Kodos>
%tonk
L80[04:19:18] <MichiBot> Yippee! Kodos!
You beat your own previous record of <0 (By 3 hours, 37 minutes
and 35 seconds)! I hope you're happy!
L81[04:19:19]
<Koru>
fuck
L82[04:19:19] <MichiBot> Kodos's new record
is 3 hours, 37 minutes and 35 seconds! No points gained for
stealing from yourself. (Lost out on 0.00363)
L83[04:19:35]
<Koru> can
it run doom?
L85[04:19:38] <MichiBot>
Carl Sagan - 'A
Glorious Dawn' ft Stephen Hawking (Symphony of Science) |
length:
3m 35s | Likes:
110,079 Dislikes:
1,864 Views:
12,104,087 | by
melodysheep | Published On 17/9/2009
L86[04:20:50] <Amanda> Lunitic86 may let
you run doom, but otherwise who knows
L87[04:21:55] <Amanda> %give MichiBot a
corrupted .WAD file
L88[04:21:55] *
MichiBot accepts the corrupted .WAD file and adds it to her
inventory
L89[04:23:00] *
Amanda yawns, lays her head across Elfi, decides it's sleeps
time
L90[04:24:23] * Elfi
petpets and lays against Amanda's side z.z
L91[04:24:34] <Amanda> %choose wait 6m or
sleeps now
L92[04:24:34] <MichiBot> Amanda: The sands
of time whisper to me... they're saying "sleeps
now".
L93[04:25:46] <Amanda> %remimdme 8h finish
the last few minutes of that podcast
L94[04:26:00] <Amanda> %remindme 8h finish
the last few minutes of that podcast
L95[04:26:00] <MichiBot> I'll remind you
about "finish the last few minutes of that podcast" at
11/27/2020 12:26:00 PM
L96[04:26:26] <Amanda> Night nerds
L97[04:55:55] <CompanionCube>
%tonkout
L98[04:55:55] <MichiBot> I'm sorry
CompanionCube, you were not able to beat Kodos's record of 3
hours, 37 minutes and 35 seconds this time. 36 minutes and 37
seconds were wasted! Missed by 3 hours and 58 seconds!
L99[05:25:08]
<Forecaster> %sip
L100[05:25:09] <MichiBot> You drink a
cloudy moonstone potion (New!). A warp zone opens up next to
Forecaster. (Use %warp to jump in)
L101[05:25:20]
<Forecaster> %warp
L102[05:25:20] <MichiBot> You end up in a
dry world.
L103[05:25:27]
<Forecaster> Ohno
L104[06:45:31]
⇨ Joins: ben_mkiv
(~ben_mkiv@200116b814c8a7002743c357ce8bfa20.dip.versatel-1u1.de)
L105[06:53:39] ⇦
Quits: Thutmose (~Patrick@host-69-59-79-181.nctv.com) (Quit:
Leaving.)
L106[07:38:41]
⇨ Joins: Thutmose
(~Patrick@host-69-59-79-181.nctv.com)
L108[07:54:32]
<bad at
vijya> my new sub has a 3m radar detection range lmao
L109[07:54:44]
<bad at
vijya> but 2km sonar detection range
L110[07:54:47]
<bad at
vijya> stelth
L111[08:00:53] <Ariri> For max stealth,
use space-folding to propel your craft.
L112[08:01:20] ⇦
Quits: Thutmose (~Patrick@host-69-59-79-181.nctv.com) (Quit:
Leaving.)
L113[08:01:49]
<bad at
vijya> to show you the power of this boat, is lased a boat in
half
L114[08:40:37]
⇨ Joins: Vexatos
(~Vexatos@port-92-192-68-136.dynamic.as20676.net)
L115[08:40:37]
zsh sets mode: +v on Vexatos
L116[09:07:36] ⇦
Quits: hnOsmium0001 (uid453710@id-453710.stonehaven.irccloud.com)
(Quit: Connection closed for inactivity)
L117[09:07:51]
<Forecaster> %tonk
L118[09:07:51] <MichiBot> Huzzah!
Forecaster! You beat Kodos's previous record of 3 hours, 37
minutes and 35 seconds (By 34 minutes and 20 seconds)! I hope
you're happy!
L119[09:07:52] <MichiBot> Forecaster's new
record is 4 hours, 11 minutes and 55 seconds! Forecaster also
gained 0.00228 (0.00057 x 4) tonk points for stealing the tonk.
Position #2. Need 0.12426894 more points to pass
CompanionCube!
L120[10:32:27]
⇨ Joins: Inari
(~Pinkishu@p4fe7ef64.dip0.t-ipconnect.de)
L121[12:26:00] <MichiBot> Amanda REMINDER:
finish the last few minutes of that podcast
L122[13:01:31]
⇨ Joins: Victor_sueca
(~Victor_su@90.165.120.190)
L123[13:21:51] ⇦
Quits: Victor_sueca (~Victor_su@90.165.120.190) (Ping timeout: 204
seconds)
L124[14:11:00]
⇨ Joins: Victor_sueca
(~Victor_su@90.165.120.190)
L125[14:19:28]
<bread™>
everythings going to plan, every lib installed in yay doesn't
work
L126[14:19:41]
<bread™>
everythings going to plan, every lib that uses cpp installed in yay
doesn't work [Edited]
L127[14:22:59]
<bread™> i
love my barely working arch installation
L128[14:31:31]
<Forecaster> %sip
L129[14:31:31] <MichiBot> You drink a
fiery strawberry potion (New!). Forecaster feels the need to use
"%fling".
L130[14:31:48]
<Forecaster> Nah I'm good
L131[15:15:28] <SquidDev> %tonk
L132[15:15:28] <MichiBot> Wah! SquidDev!
You beat Forecaster's previous record of 4 hours, 11 minutes and
55 seconds (By 1 hour, 55 minutes and 41 seconds)! I hope you're
happy!
L133[15:15:29] <MichiBot> SquidDev's new
record is 6 hours, 7 minutes and 37 seconds! SquidDev also gained
0.00965 (0.00193 x 5) tonk points for stealing the tonk. Position
#3. Need 0.20723289 more points to pass Forecaster!
L134[15:36:12] ⇦
Quits: CarlenWhite (~CarlenWhi@36.sub-174-202-129.myvzw.com) (Ping
timeout: 198 seconds)
L135[15:37:25]
⇨ Joins: CarlenWhite
(~CarlenWhi@76.sub-174-202-102.myvzw.com)
L137[16:08:59]
<Forecaster> heh
L138[16:11:02] *
Inari pets Amanda with rice husks
L139[16:11:39] <Amanda> %bite Inari
L140[16:11:39] <MichiBot> Amanda is
trying to bite Inari! They have 5 minutes if they want to attempt
to %defend against it!
L141[16:11:52] <Inari> %dodge
L142[16:11:52] <MichiBot> Inari failed to
dodge Amanda. With a 7 vs 12 Inari takes the full 4 damage.
L143[16:11:59] <Inari> Amanda: rude
L144[16:12:04] <Inari> Amanda: they're
good at cleaning fur!
L145[17:18:46] <Michiyo> ffs..
L146[17:18:54] *
Michiyo sighs
L147[17:19:33] <Michiyo> Got up, logged
into work, set some tasks up to finish up later today, sent tasks
over to co-workers for follow up with customers.
L148[17:19:42] <Michiyo> Looked @ Teams
and noticed it was very quiet...
L149[17:20:06] <Michiyo> Noticed the last
message in our "Break Room" channel was from the
Owner/CEO saying "Have a great weekend!" On
Wednesday.
L150[17:20:10] <Michiyo> Realize I have
today off.
L151[17:33:28]
<Ariri>
celebratory noises?
L152[17:37:13] <Inari> heh
L153[17:42:01]
⇨ Joins: flappy
(~flappy@88-113-153-45.elisa-laajakaista.fi)
L154[17:43:43] <Michiyo> I wish I had
known... I would have slept in
L155[17:43:44] <Michiyo> lol
L156[17:51:11]
⇨ Joins: hnOsmium0001
(uid453710@id-453710.stonehaven.irccloud.com)
L157[18:07:08] ⇦
Quits: flappy (~flappy@88-113-153-45.elisa-laajakaista.fi) (Ping
timeout: 378 seconds)
L158[18:12:31]
⇨ Joins: Thutmose
(~Patrick@host-69-59-79-181.nctv.com)
L159[18:30:55] ⇦
Quits: Vexatos (~Vexatos@port-92-192-68-136.dynamic.as20676.net)
(Ping timeout: 204 seconds)
L160[18:45:26]
⇨ Joins: Vexatos
(~Vexatos@port-92-192-68-136.dynamic.as20676.net)
L161[18:45:26]
zsh sets mode: +v on Vexatos
L162[19:06:57]
<Koru> Im
sad it doesnt run doom
L163[20:03:25] <Amanda> %choose do the
thing?/
L164[20:03:25] <MichiBot> Amanda: I'd
advice against "do the thing?/" right now.
L165[20:56:09] ⇦
Quits: CarlenWhite (~CarlenWhi@76.sub-174-202-102.myvzw.com) (Ping
timeout: 198 seconds)
L166[20:56:24]
⇨ Joins: CarlenWhite
(~CarlenWhi@98.sub-174-202-129.myvzw.com)
L167[21:43:37] <Amanda> I did the thing.
Back to AwesomeWM now, since sway's been fucky with my laptop's GPU
acting up, or maybe it's just a bad sway update, but it's been
unusable
L168[21:46:23] <Amanda> @Koru you know the
"Doom runs on everything" meme isn't talking about Doom
(2016) right? I think there's a chance the original doom may run
under asie's lunatic86 project, though
L169[21:46:41] <Amanda> not very well,
mind you
L170[21:47:35]
<Koru> i
know its not doom 2016, i might be dumb but i know some stuff
L171[22:09:16]
<bad at
vijya> doom 2016 runs on a Q6600
L172[22:09:58] *
Inari feeds Amanda sake
L173[22:12:02] *
Amanda politley declines,makes pizza
L174[22:56:03]
<Galaxtone>
How do people find servers with opencomputers to play on
L175[22:56:09]
<Galaxtone>
I can't seem to find any resources about it
L176[22:56:45]
<Forecaster> they either know someone who
plays on one, or they make one
L177[22:56:57]
<Galaxtone>
But how does one who makes one get in touch with other people to
play on one?
L178[22:57:27]
<Galaxtone>
Like theres no server listings
L179[22:57:58]
<Forecaster> ask around communities you
hang out in regularly I guess
L180[22:58:04]
<Forecaster> I dunno, I've never done
it
L182[23:03:44]
<bad at
vijya> okay so
L183[23:03:55]
<bad at
vijya> maybe today will be the day i work on foxfs
L184[23:17:11] ⇦
Quits: Kilobyte (~kilobyte@banana-new.kilobyte22.de) (Ping timeout:
204 seconds)
L185[23:17:26]
⇨ Joins: Kilobyte
(~kilobyte@banana-new.kilobyte22.de)
L186[23:17:26]
zsh sets mode: +v on Kilobyte
L187[23:29:02]
⇨ Joins: drax
(~drax@c-174-52-184-246.hsd1.ut.comcast.net)
L189[23:29:24] <drax> quit
L190[23:29:29] ⇦
Quits: drax (~drax@c-174-52-184-246.hsd1.ut.comcast.net) (Remote
host closed the connection)
L191[23:34:43]
<Forecaster> %tonk
L192[23:34:43] <MichiBot> Woah!
Forecaster! You beat SquidDev's previous record of 6 hours, 7
minutes and 37 seconds (By 2 hours, 11 minutes and 37 seconds)! I
hope you're happy!
L193[23:34:44] <MichiBot> Forecaster's new
record is 8 hours, 19 minutes and 14 seconds! Forecaster also
gained 0.01533 (0.00219 x 7) tonk points for stealing the tonk.
Position #2. Need 0.10893894 more points to pass
CompanionCube!