<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:06:01] <asie> micropython is fully
persistable!?
L2[00:06:08] <asie> like, out of the
box?
L3[00:40:22] <AmandaC> That sounds like a
quick way to kill a flash, asie
L4[00:47:04] <asie> i got curious about that
OpenPython claim really
L5[00:49:26] ⇦
Quits: Vexaton (~Vexatos@port-92-192-63-91.dynamic.as20676.net)
(Quit: Insert quantum chemistry joke here)
L6[00:50:21]
<Saghetti>
holy shit
L7[00:50:23]
<Saghetti>
my server died
L8[00:50:26]
<Saghetti>
a painful death
L9[00:50:32]
<Saghetti>
and i can't get it back
L10[00:50:34]
<Saghetti>
nooooooo
L11[00:50:43]
<Saghetti>
it's remote and off-site
L12[00:50:46]
<Saghetti>
all the way in oregon
L13[00:50:53]
<Saghetti>
so i can't even reboot it
L14[00:51:04]
<Saghetti>
the iLO environment isn't set up
L15[00:51:09]
<Saghetti>
and travel is banned
L16[00:51:12]
<Saghetti>
fuck my life
L17[00:56:17]
<Kristopher38> rip
L18[00:56:23] <Izaya> man I wish I had some
woodworking tools
L19[00:56:30] <Izaya> this is the right
time to build a bookshelf
L20[00:57:05]
<Kristopher38> reminds me of that story
when an admin did iface down and had to drive 800km to physically
connect to the machine to turn it back up
L21[00:59:03]
<Saghetti>
ok so
L22[00:59:10]
<Saghetti>
i'm getting an input/output error
L23[00:59:14]
<Saghetti>
and i can't even do anything
L24[00:59:22]
<Saghetti>
because all of the commands ded
L25[01:01:37]
<Saghetti>
i only have access to cat, bash, screen, ps, ls, mkdir, cd, and
some other stuff
L26[01:01:40]
<Saghetti>
no ssh, no ftp
L27[01:01:57]
<Saghetti>
there goes my 136 days of uptime
L28[01:01:59]
<Saghetti>
down the drain
L29[01:02:02]
<Saghetti>
all the way
L30[01:02:44]
<Saghetti>
my only option is to attempt to reboot
L31[01:02:47]
<Saghetti>
which may take forever
L32[01:02:50]
<Saghetti>
or just fail
L33[01:02:56]
<Saghetti>
because it may be an issue with the drives
L34[01:02:57]
<Saghetti>
but i can
L35[01:02:59]
<Saghetti>
't check
L36[01:03:09]
<Saghetti>
BECAUSE ALL OF THE FUCKING COMMANDS DONT WORK
L37[01:03:33]
<Kristopher38> why the hell my custom
ipairs is 60 times slower than plain ipairs, when all it does is
`return ipairs(self.arrayData)`
L38[01:03:57]
<Kristopher38> the reason eludes me
L39[01:05:04]
<Ariri> For
robot movement without api (ie turnRight) will ‘(4, 1)’ turn right
or should it be ‘(4, 0)’
L40[01:05:24]
<Ariri> For
robot movement without api (ie turnRight) will `(4, 1)` turn right
or should it be `(4, 0)` [Edited]
L41[01:05:32]
<Kristopher38> when I iterate manually
using `ipairs(object.arrayData)` it goes blazingly fast
L42[01:05:39] <CompanionCube> Saghetti:
already got a root shell?>
L43[01:05:49]
<Kristopher38> since ipairs just returns
three values, I wonder where that overhead comes from
L44[01:06:35] <CompanionCube> you can
probably abuse bash's /dev/net/tcp and similar to get a root
shell
L45[01:06:47] <CompanionCube> s/root
shell/more binaries/
L46[01:06:47] <MichiBot>
<CompanionCube> you can probably abuse bash's /dev/net/tcp
and similar to get a more binaries
L47[01:07:39]
<Kristopher38> @Ariri what function are we
talking about
L48[01:07:53]
<Ariri>
`.move`
L49[01:08:04]
<Ariri> or,
`robot.move`
L50[01:08:24]
<Kristopher38> component.robot.move takes
only one argument
L51[01:08:53]
<Kristopher38> and it's the
direction
L52[01:09:20]
<Kristopher38> i.e. sides.front,
sides.back, sides.up or sides.down
L53[01:09:27]
<Kristopher38> or their respective
numbers
L54[01:13:42]
<Ariri> So
`(sides.front), 3)` to move forward 3?
L55[01:15:21]
<Kristopher38> no, it takes one
argument
L56[01:15:41]
<Kristopher38> if you want it to move
forward 3 times you need to call robot.move 3 times
L57[01:15:55] <Izaya> what's the best
bang-for-your-buck 1150 CPU at the moment?
L58[01:16:21]
<Ariri>
Ah
L59[01:28:59]
<Kristopher38> oooh I get it now
L60[01:29:49]
<Kristopher38> I set index metamethod
behaviour so that when the table is indexed with a number it calls
a different method...
L61[01:30:40]
<Kristopher38> though it doesn't explain
why ipairs is never called
L62[01:37:30]
<Saghetti>
CompanionCube: my current strategy is really weird
L63[01:37:42]
<Saghetti>
i have access to python because it's loaded into memory
L64[01:38:03]
<Saghetti>
so i'm trying to transfer over busybox
L65[01:38:27]
<Saghetti>
but i can't use SFTP because it errors out
L66[01:38:30]
<Saghetti>
so i do as follows:
L67[01:38:55]
<Saghetti>
1. write a program that takes hexadecimal input and saves it to a
file
L68[01:39:06]
<Saghetti>
2. convert the entire busybox binary to hex
L69[01:39:11]
<Saghetti>
3. PASTE it into the shell
L70[01:39:22]
<Saghetti>
4. save it to my other disks (which still work)
L71[01:39:25]
<Saghetti>
5. run it
L72[01:39:38]
<Saghetti>
and yeah, i forgot to mention that this only affects my boot
drives
L73[01:40:01] <Izaya> gonna get myself an
old HP business desktop
L74[01:40:02]
<Saghetti>
and i'm scared of rebooting it because last time it barely
worked
L75[01:40:03] <Izaya> C2D era
L76[01:40:07] <Izaya> stick a core 2 quad
in it
L77[01:40:09]
<Saghetti>
got stuck on the bios for like 20 mins
L78[01:40:14] <Izaya> stick on the tallest
tower cooler I can find
L79[01:40:20] <Izaya> and cut a hole in the
top of the case to fit it in
L80[01:40:26] <CompanionCube> hey this
reminds me of a story
L81[01:40:33] <CompanionCube> a classic
one, as it happens.
L82[01:41:08]
<Saghetti>
and yes, i really am going to try copy-pasting busybox into my
terminal
L84[01:42:28]
<Saghetti>
weird
L85[01:42:32]
<Saghetti>
python 2 segfaults
L86[01:42:37]
<Saghetti>
python 3 works great
L87[01:42:43] <Izaya> good
L88[01:42:49] <Izaya> python 2 bad
L89[01:42:54]
<Saghetti>
python 2 gets what it deserves
L90[01:43:05] <Izaya> NOTHING
L91[01:45:01] <Izaya> my mic wind filter
has gone white from blue
L92[01:45:04] <Izaya> but it still
works
L94[01:45:13]
<AdorableCatgirl> man
L95[01:45:16]
<AdorableCatgirl> i wanna go take a
ride
L96[01:45:25]
<AdorableCatgirl> but i still need to fix
my fuckin pickup
L97[01:45:45]
<Saghetti>
the problem is
L98[01:45:52]
<Saghetti>
i don't even have a backup of the root fs
L99[01:46:07] <Izaya> I kept hearing a
really big bike go past my house
L100[01:46:14] <Izaya> and I was hanging
out washing one day
L101[01:46:17]
<Saghetti>
but thankfully, i made the decision of putting all of my files on
my ssd
L102[01:46:18] <Izaya> and I heard it so I
took a look
L103[01:46:28]
<Saghetti>
which works fine
L104[01:46:30] <Izaya> and it was actually
a little nissan ute with a petrol 4-banger
L105[01:46:36]
<AdorableCatgirl> kek
L106[01:46:44] <Izaya> was cute
L107[01:46:46]
<AdorableCatgirl> my lil thing has a 4
banger too
L108[01:53:55]
<DrewDaPilot> btw
L109[01:54:03]
<DrewDaPilot> how would I mod
opencomputers?
L110[01:54:22]
<DrewDaPilot> for example what if I wanted
some sort of shell to a jvm or python interpreter; could I
theoretically write a different language extension to
computercraft?
L111[01:54:35]
<DrewDaPilot> cause imo lua is just very
limiting, and it should probably use something like java or python
idk
L112[01:54:41]
<DrewDaPilot> cause imo lua is just very
limiting, and it should probably use something like java/C#/ python
idk [Edited]
L113[01:58:33]
<The_Stargazer> there are different archs
available
L114[01:59:47] <AmandaC> Gamax had a mod
called Thistle that provided an old CPU arch. I wrote for it in
C++. :D
L115[02:00:02] <Izaya> 6502 stronk
L116[02:00:07] <Izaya> but I still want a
TMS-9900 machine
L117[02:00:12] <AmandaC> 6502! That's
it
L118[02:01:55] <CompanionCube> there's a
wikipage on this
L119[02:02:06]
<Kristopher38> for some reason my
`
ipairs` metamethod is ignored while `pairs` isnt
L121[02:02:40]
<Saghetti>
auuauhahhsuhduhguhgudhgdfrlgjkhdlkhtdh
L122[02:02:40]
<Saghetti>
none of the python libraries work
L123[02:02:40]
<Saghetti>
i only have the core functions
L124[02:02:48]
<Saghetti>
it gets worse
L125[02:02:49]
<Saghetti>
help
L126[02:03:01] <CompanionCube> is that
because of them being .py files?
L127[02:03:07]
<Saghetti>
yeah
L128[02:03:11]
<The_Stargazer> 6502 stronk, but 65c816
stronk-er
L129[02:03:12]
<The_Stargazer> working SNES in OC
when
L130[02:03:14]
<Saghetti>
and they're stored on disk
L131[02:03:29] <CompanionCube> i still
think 'use bash /dev/net/tcp' and stuff is a better plan
L132[02:04:06]
<Saghetti>
there'
L133[02:04:10]
<Saghetti>
there's no tcp in /dev/net
L134[02:04:14]
<Saghetti>
the only file is tun
L135[02:04:25]
<Saghetti>
which responds with: file descriptor in bad state
L136[02:04:31] <CompanionCube> it's a bash
extension
L138[02:06:05]
<Saghetti>
there isn't /dev/tcp
L139[02:06:07]
<Saghetti>
for some reason
L140[02:06:40] <CompanionCube> 'Bash
handles several filenames specially when they are used in
redirections, as described in the following table. If the operating
system on which Bash is running provides these special files, bash
will use them; otherwise it will emulate them internally with the
behavior described below. '
L142[02:08:03]
<Saghetti>
```
L143[02:08:06]
<Saghetti>
< /dev/tcp/towel.blinkenlights.nl/23
L144[02:08:10]
<Saghetti>
is this correct?
L145[02:08:22] *
CompanionCube has never needed this functionality.
L146[02:09:05]
<Saghetti>
oh shit
L147[02:09:07]
<Saghetti>
it work
L148[02:09:08]
<Saghetti>
s
L149[02:09:10]
<Saghetti>
woah
L150[02:09:23]
<Saghetti>
this was the command i needed to get the home page of google:
L151[02:09:24]
<Saghetti>
{ echo -e "GET / HTTP/1.0\r\nHost: www.google.com\r\n\r"
>&3; cat <&3 ; } 3<>
/dev/tcp/www.google.com/80
L152[02:09:53]
<Saghetti>
thank you sososososososo much
L153[02:14:42]
<DaComputerNerd> That's quite a
command
L154[02:14:59]
<Saghetti>
yes
L155[02:15:12]
<Saghetti>
do you know how to make it save to a file and not print to
terminal?
L156[02:15:47] <CompanionCube> more
redirections? or pipes.
L157[02:16:29]
<Saghetti>
i tried this
L158[02:16:30]
<Saghetti>
{ { echo -e "GET /downloads/binaries/1.30.0-i686/busybox
HTTP/1.0\r\nHost: www.busybox.net\r\n\r" >&3; cat
<&3 ; } 3<> /dev/tcp/www.busybox.net/80 } >
busybox
L159[02:16:34]
<Saghetti>
to write it all to a file
L160[02:16:48]
<Saghetti>
but i'm thinking i need to modify the " cat <&3 ;"
part
L161[02:19:08] ⇦
Quits: ondrej008 (uid311009@id-311009.tooting.irccloud.com) (Quit:
Connection closed for inactivity)
L162[02:19:30]
<Kristopher38> okay this is weird
L163[02:19:36]
<Kristopher38> can someone point out why
this doesn't work
L165[02:20:10]
<Kristopher38> as in, doesn't print
anything
L166[02:20:24]
<Kristopher38> I've reduced it to a
minimal example and it still doesnt work
L167[02:21:20]
<Kristopher38> `t` object has a metatable
with `ipairs` metamethod, double-checked that
L168[02:22:18]
<Kristopher38> with inspect.lua
L169[02:24:06]
<Kristopher38> AND IT WORKS IN PLAIN
LUA
L170[02:24:07] <MichiBot> Lua*
L171[02:24:16]
<Kristopher38> this might be a bug
L172[02:24:18]
<ThePiGuy24> %tonkout
L173[02:24:18] <MichiBot> Jiminy Cricket!
ThePiGuy24! You beat your own previous record of 8 hours, 38
minutes and 26 seconds (By 22 minutes and 17 seconds)! I hope
you're happy!
L174[02:24:19] <MichiBot> ThePiGuy24 has
tonked out! Tonk has been reset! They gained 0.009 tonk points!
plus 0.016 bonus points for consecutive hours! Current score:
0.15837, Position #7 Need 0.0087 more points to pass
DaComputerNerd!
L175[02:24:33]
<ThePiGuy24> so close
L176[02:25:30] <Lizzian> %tonk
L177[02:25:30] <MichiBot> Potzblitz!
Lizzian! You beat ThePiGuy24's previous record of <0 (By 1
minute and 12 seconds)! I hope you're happy!
L178[02:25:31] <MichiBot> Lizzian's new
record is 1 minute and 12 seconds! Lizzian also gained 0.00002 tonk
points for stealing the tonk. Position #2. Need 0.0016 more points
to pass Forecaster!
L179[02:25:40] <Lizzian> :O WHEN DID THAT
HAPPEN
L180[02:25:45] *
Lizzian stabs Forecaster!
L181[02:26:55]
<Kristopher38> alright, it works outside
of OC in lua 5.2 and lua 5.3, and in OC it works on lua 5.2 but
doesn't on lua 5.3
L182[02:29:08]
<Kristopher38> where should I report it,
on Eris repo?
L183[02:54:39] <Michiyo> @Saghetti I'm in
Oregon I'll pop over and poke your server :p
L184[02:54:58] <Michiyo> Is it in
Hillsboro/Portland?
L185[02:55:03]
<Saghetti>
(don't mean to doxx myself, but here we go)
L186[02:55:04]
<Saghetti>
it's in bend
L187[02:55:32] <Michiyo> Ahh so a bit
further :P
L188[02:55:44] <Michiyo> I'm near
Portland
L189[02:56:09]
<Saghetti>
it's in a datacenter, but it's protected by biometrics and
badges
L190[02:56:27] <Michiyo> I wanna stick my
box in one of the DCs in Hillsboro <_< 'spensive though
L191[02:56:54] <Michiyo> stack
infrastructure / Opus Interactive is where my company hosts a few
dozen boxes..
L192[02:57:13] <Michiyo> Wouldn't mind
slapping my box next to Riot games :P
L193[02:57:19]
<Saghetti>
nice
L194[02:57:23] <Michiyo> (LoL is hosted in
the same DC) lol
L195[02:57:33]
<Saghetti>
the datacenter i'm using is called cascade divide
L196[02:57:50]
<Saghetti>
it's a really fancy and well built datacenter, but it barely gets
any customers
L197[02:58:09]
<Saghetti>
you walk in and there's just one cage in a pretty big area
L198[03:01:47]
<Kristopher38> and curiously it works fine
in eris
L199[03:02:36]
<ThePiGuy24> %tonk
L200[03:02:36] <MichiBot> Jiminy Cricket!
ThePiGuy24! You beat Lizzian's previous record of 1 minute and 12
seconds (By 35 minutes and 53 seconds)! I hope you're happy!
L201[03:02:37] <MichiBot> ThePiGuy24's new
record is 37 minutes and 6 seconds! ThePiGuy24 also gained 0.0006
tonk points for stealing the tonk. Position #7. Need 0.0081 more
points to pass DaComputerNerd!
L202[03:02:50]
<ThePiGuy24> prkl
L203[03:07:51]
<Kristopher38> this is even weirder
L204[03:11:43]
<Kristopher38> oh wait, the mod somehow
overwrites the lua dll on startup
L205[03:12:39] <Izaya> cleaned up my space
\o/
L206[03:18:59]
<Kristopher38> oh fml it's already
4am
L207[03:19:01]
<Kristopher38> AGAIN
L208[03:19:09]
<Saghetti>
woah
L209[03:19:12]
<Saghetti>
curl works
L210[03:19:18]
<Saghetti>
and using it i got busybox working
L211[03:19:18]
<Saghetti>
hmm
L212[03:19:29]
<Saghetti>
maybe i could set up a chroot to use for now
L214[03:19:47]
<Brisingr
Aerowing> TFC is a cool guy.
L215[03:28:33]
<Kristopher38> @payonel OC uses Eris,
right? How do I properly compile it and the compiled dll in OC?
Managed to substitute the native.64.dll in the .jar file and it's
giving me `no native libraries available` error
L216[03:32:33]
<Saghetti>
yeah
L217[03:32:43]
<Saghetti>
oc definitely uses eris
L218[03:33:07]
<Brisingr
Aerowing> I think it uses file hashes to verify the integrity of
the library.
L219[03:33:27]
<Brisingr
Aerowing> So a different library will not be loaded.
L220[03:34:17]
<payonel>
yeah, we have some safety nets around the native loader
L222[03:34:29]
<Kristopher38> Oh ffs
L223[03:34:29]
<payonel>
maybe we should have a config to disable that? maybe we do?
L224[03:34:39]
<payonel>
but the uh....eris? definitely
L225[03:35:10]
<Kristopher38> Do I need to recompile the
whole mod just to change the lua dll that it uses?
L227[03:37:43]
<Kristopher38> Or can just I hex edit the
hash in some file
L229[03:40:43]
<Kristopher38> Screw this, I'm off to
bed
L230[03:40:50] <Izaya> animania is
neat
L231[03:40:51]
<Kristopher38> I'll open the issue
tomorrow
L232[03:40:53] <Izaya> o/
L233[03:41:01] ⇦
Quits: BobbyTables2012 (~EiraIRC@137-025-007-189.res.spectrum.com)
(Remote host closed the connection)
L234[03:42:24]
<payonel> i
dont see any hash checking
L235[03:42:39]
<payonel>
it looks like we're just checking that the one on disk matches the
one packaged inside the jar
L236[03:42:49]
<payonel>
@Kristopher38 ^
L237[04:25:19] ⇦
Quits: Cervator (~Thunderbi@70.241.38.147) (Quit:
Cervator)
L238[04:51:10]
<Forecaster> %tonk
L239[04:51:11] <MichiBot> Willikers!
Forecaster! You beat ThePiGuy24's previous record of 37 minutes
and 6 seconds (By 1 hour, 11 minutes and 28 seconds)! I hope you're
happy!
L240[04:51:12] <MichiBot> Forecaster's new
record is 1 hour, 48 minutes and 34 seconds! Forecaster also gained
0.00119 tonk points for stealing the tonk. Position #1.
L241[05:28:17]
⇨ Joins: Eli-5dce
(~Eli-5dce@c-71-205-30-27.hsd1.co.comcast.net)
L242[05:28:49]
⇨ Joins: Beans
(~Beans@c-71-205-30-27.hsd1.co.comcast.net)
L243[05:28:52] ⇦
Parts: Eli-5dce (~Eli-5dce@c-71-205-30-27.hsd1.co.comcast.net)
())
L244[05:32:14] ⇦
Quits: Beans (~Beans@c-71-205-30-27.hsd1.co.comcast.net) (Ping
timeout: 190 seconds)
L245[05:40:59]
<Forecaster> @Kristopher38 also I am in
the Deciat system
L246[05:41:08]
<AdorableCatgirl> oh yeah
L247[05:41:14]
<AdorableCatgirl> time to make a comfy
shell
L248[06:47:30] ⇦
Quits: Thutmose1 (~Patrick@host-69-59-79-181.nctv.com) (Quit:
Leaving.)
L249[07:50:28]
⇨ Joins: Inari
(~Pinkishu@pD9E3846D.dip0.t-ipconnect.de)
L250[07:56:08]
⇨ Joins: Saghetti
(~Mibbit@c-67-164-116-220.hsd1.ca.comcast.net)
L251[07:56:30] <Saghetti> so
L252[07:56:49] <Saghetti> im using irc on
a kindle
L253[07:57:07] <Saghetti> yes, a kindle
paperwhite
L254[07:57:35] <Saghetti> expect slow
responses and typos
L255[07:57:55] <Izaya> neat
L256[07:58:15]
<Forecaster> @Kristopher38 made 7,770,891
credits in a couple of hours doing deep core mining just now
L257[07:58:22]
<Forecaster> seems decent to me
L258[07:58:25] <Saghetti> so who wants to
hear fhe latest in my server saga?
L259[07:59:05] <Saghetti> a lot has
happened
L260[07:59:36] <Saghetti> first of all,
its like 1 am
L261[07:59:38] <Izaya> was the mafia
behind it
L262[08:00:09] <Saghetti> i spent far too
long on this
L263[08:00:12] <Saghetti> idk
actually
L264[08:00:34] ⇦
Quits: flappy (~flappy@88-113-149-197.elisa-laajakaista.fi) (Ping
timeout: 190 seconds)
L265[08:00:48] <Saghetti> im 90% sure it
was a raid failure
L266[08:01:24] <Saghetti> but i cant check
until i set up iLO
L267[08:02:07] <Saghetti> which allows me
to do low level remote network management for my server
L268[08:02:46] <Saghetti> so i can do
things like check the system status
L269[08:03:20] <Izaya> people don't
believe me when I say I have a DRAC
L270[08:03:28] <Saghetti> but getting that
port forwarded requires ssh access
L271[08:03:50] <Saghetti> to my
firewall
L272[08:04:50] <Saghetti> but the only
openssh client is on my hard drive
L273[08:05:07] <Saghetti> which ia
dead
L274[08:05:33] <Saghetti> but surprisingly
curl woeks
L275[08:05:39] <Izaya> download a copy of
livecd onto your phone and boot from it?
L276[08:06:43] <Saghetti> i used it to
download busybox
L277[08:06:43] <Saghetti> my phone?
L278[08:07:03] <Izaya> boot your computer
with the livecd image on your phone
L279[08:07:54] <Saghetti> this is a
server, and i dont have physical access to it atm
L280[08:08:10] <Izaya> ?.?
L281[08:08:16] <Saghetti> its in a
datacenter hundreds of miles away
L282[08:08:22] <Izaya> right but
L283[08:08:37] <Izaya> you need an ssh
client on the server specifically, then?
L284[08:08:55] <Saghetti> yes
L285[08:09:03] <Izaya> can you log in over
SSH?
L286[08:09:08] <Saghetti> i have ssh
access
L287[08:09:20] <Izaya> just
port-forward?
L288[08:09:48] <Saghetti> but the raid
array for the boot drive has failed
L289[08:09:49]
<Kristopher38> @Forecaster that's
breadcrumbs
L290[08:09:57] <Izaya> Saghetti: yes
L291[08:10:00] <Izaya> SSH port
forwarding
L292[08:10:03]
<Forecaster> 🤷
L293[08:10:22] <Izaya> so you can log into
the firewall via your server but using your local openssh
client
L294[08:10:24] <Saghetti> so i cant use
almost all of the commands
L295[08:10:35] <Saghetti> yeah
L296[08:10:36] <Izaya> if opensshd is
still running you should be able to do port forwarding
L297[08:10:59] <Izaya> ssh -L
2222:firewallip:22 server
L298[08:11:07] <Izaya> then you can ssh -p
2222 localhost
L299[08:11:09] <Izaya> on your local
machine
L300[08:11:17] <Izaya> and you'll get
connected to the firewall's ssh
L301[08:11:26] <Saghetti> im using
putty
L302[08:11:34] <Izaya> putty can do port
forwarding
L304[08:11:51] <Saghetti> tried to do
something like that
L305[08:12:35] <Saghetti> but i tried to
port forward iLO, which didnt work fsr
L306[08:12:48] <Izaya> probably doesn't
like talking to itself
L307[08:12:53] <Saghetti> ill try and use
the terminal
L308[08:13:04] <Izaya> try accessing the
router ssh via port forwarding
L309[08:13:17] <Izaya> firewall
L310[08:13:19] <Izaya> whatever
L311[08:13:44] <Saghetti> wil definitely
try tmrw
L312[08:14:35] <Saghetti> shouldnt have a
problem talking to itselc tho
L313[08:14:39] <Saghetti> ilo on 10
L314[08:14:50] <Izaya> if it's the same
NIC I can imagine it having issues
L315[08:14:52] <Saghetti> ilo on
10.0.0.2
L316[08:15:01] <Izaya> but I know iDRACs
have a dedicated NIC most of the time
L317[08:15:09] <Saghetti> main server on
10.0.0.3
L318[08:15:14] <Izaya> never used ILO
though
L319[08:15:43] <Saghetti> ilo is like its
own self contained computer
L320[08:15:51] <Izaya> yeah the DRAC is
too
L321[08:15:58] <Izaya> but does it share a
NIC?
L322[08:16:13] <Izaya> I mean, I agree, it
shouldn't have issues no matter the circumstances
L323[08:16:17] <Saghetti> that has full
monitorin and access on the motherboard
L324[08:16:21] <Saghetti> not sure
L325[08:16:34] <Izaya> but also when you
connect a VM to a network interface without a bridge
L326[08:16:41] <Izaya> you can't talk
directly between the host and the VM
L327[08:16:44] <Saghetti> whats a
NIC?
L328[08:16:51] <Izaya> network interface
card
L329[08:17:03] <Saghetti> no then
L330[08:17:05] <Izaya> but in this case
I'm just using it to refer to the individual ethernet port(s)
L331[08:17:13] ⇦
Quits: ben_mkiv|afk (~ben_mkiv@88.130.158.181) (Remote host closed
the connection)
L332[08:17:20] <Saghetti> ilo has its own
ethernet port
L333[08:17:28] <Izaya> should work fine
then ™
L334[08:19:08] <Saghetti> maybe i just
screwed up the forwarding then
L335[08:19:08] <Saghetti> putty s kinda
weird
L336[08:19:39] <Izaya> yeah I remember it
having some weird gotchas
L337[08:19:48] <Izaya> but it's been about
a year since I used it last
L338[08:20:45] <Saghetti> ill try annd use
the command line ssh tomrrow
L339[08:21:04] <Saghetti> anyways tysm
izaya
L340[08:21:42] <Saghetti> ill be on
tomorrow hopefully with better news
L341[08:21:59] <Izaya> /o/
L342[08:22:00] <Izaya> rest well?
L343[08:22:04] ⇦
Quits: Saghetti (~Mibbit@c-67-164-116-220.hsd1.ca.comcast.net)
(Quit: http://www.mibbit.com ajax IRC Client)
L344[09:07:57] ⇦
Quits: Backslash (~Backslash@d137-186-220-152.abhsia.telus.net)
(Read error: Connection reset by peer)
L345[09:31:55]
⇨ Joins: DFrostedWang
(~DFrostedW@2607:9000:0:58::9e)
L346[10:09:12] ⇦
Quits: DFrostedWang (~DFrostedW@2607:9000:0:58::9e) (Ping timeout:
378 seconds)
L347[10:24:08]
⇨ Joins: Vexatos
(~Vexatos@port-92-192-63-91.dynamic.as20676.net)
L348[10:24:08]
zsh sets mode: +v on Vexatos
L349[11:41:02]
<Saphire>
eyes an 1MB OC disk with 7MB of data on it..
L350[11:41:42]
<Forecaster> lewd
L351[11:48:17]
<The_Stargazer> %inari
L353[11:48:50] <Inari> %splash @Saphire's
data with salmon potion
L354[11:48:51] <MichiBot> You fling a
seeping salmon potion (New!) that splashes onto @Saphire's data.
@Saphire's data shrinks by a negligible amount until they say the
word "Ohmygawd" followed by
"Supercalifragilisticexpialidocious".
L355[11:49:12] <Inari> See
L356[11:49:16] <Inari> Just splash enough
of those
L357[11:49:18] <Inari> And it'll be
1MB
L358[12:26:43] ⇦
Quits: stephan48 (~stephanj@nemesis.stejau.de) (Ping timeout: 204
seconds)
L359[12:34:15]
⇨ Joins: stephan48 (~stephanj@nemesis.stejau.de)
L361[13:18:12]
⇨ Joins: stephanj (~stephanj@45.32.147.38)
L362[13:18:20] ⇦
Quits: stephan48 (~stephanj@nemesis.stejau.de) (Read error:
Connection reset by peer)
L363[13:19:03]
<Forecaster> %sip
L364[13:19:03] <MichiBot> You drink a
solid iron potion (New!). It tastes salty.
L365[13:19:32]
<Forecaster> %tonkout
L366[13:19:33] <MichiBot> Bejabbers!
Forecaster! You beat your own previous record of 1 hour, 48
minutes and 34 seconds (By 6 hours, 39 minutes and 47 seconds)! I
hope you're happy!
L367[13:19:34] <MichiBot> Forecaster has
tonked out! Tonk has been reset! They gained 0.008 tonk points!
plus 0.014 bonus points for consecutive hours! Current score:
0.54122, Position #1
L368[13:20:30]
<Forecaster> oh, I didn't even notice I
was in position 1 until now
L369[13:21:54] ⇦
Quits: stephanj (~stephanj@45.32.147.38) (Ping timeout: 189
seconds)
L370[13:23:00]
⇨ Joins: stephan48 (~stephanj@nemesis.stejau.de)
L371[13:40:59]
⇨ Joins: Cervator (~Thunderbi@70.241.38.147)
L372[13:49:39]
⇨ Joins: HudrigaroDer (~hudrigaro@46.119.175.35)
L373[13:49:53] <HudrigaroDer> Hi!
L374[13:50:10]
<Forecaster> %hello
L375[13:50:10] ⇦
Quits: HudrigaroDer (~hudrigaro@46.119.175.35) (Client
Quit)
L376[13:50:11] <MichiBot> Forecaster:
Hello! Welcome to #oc! The one and only opencomputers channel!
Please ask your questions directly (dont ask to ask) and provide
error/code examples! (Use pastebin.com if theyre more than one
line!) Dont mind the random conversation you might have walked
into.
L377[13:50:30]
<Forecaster> %bye
L378[13:50:30] <MichiBot> Forecaster:
Oh, well, bye I guess...
L379[14:00:12]
⇨ Joins: huedrigarolod (~huedrigar@31.43.71.127)
L380[14:01:03]
⇨ Joins: huedrigarodlod
(~huedrigar@46.119.175.35)
L381[14:02:26] ⇦
Quits: huedrigarolod (~huedrigar@31.43.71.127) (Remote host closed
the connection)
L382[14:02:29] ⇦
Quits: huedrigarodlod (~huedrigar@46.119.175.35) (Remote host
closed the connection)
L383[14:09:36] <Forecaster> %restart
L384[14:09:37] ⇦
Quits: MichiBot (~MichiBot2@eos.pc-logix.com) ()
L385[14:09:59]
⇨ Joins: MichiBot (~MichiBot@eos.pc-logix.com)
L386[14:09:59]
zsh sets mode: +v on MichiBot
L387[14:10:21]
<Forecaster> %sip
L388[14:10:41] <MichiBot> You drink a
porous caterium potion (New!). Forecaster suddenly forgets a
random piece of trivia.
L389[14:11:18]
<Forecaster> I never get any of the new
ones first try >:
L390[14:13:41]
⇨ Joins: Twig_Drawter
(~twig_draw@8.50.77.188.dynamic.jazztel.es)
L391[14:13:50] <Twig_Drawter> hello
L392[14:13:52] <Twig_Drawter> uh
L393[14:14:04]
<Forecaster> %hello
L394[14:14:04] <MichiBot> Forecaster:
Hello! Welcome to #oc! The one and only opencomputers channel!
Please ask your questions directly (dont ask to ask) and provide
error/code examples! (Use pastebin.com if theyre more than one
line!) Dont mind the random conversation you might have walked
into.
L395[14:14:14] <Twig_Drawter> is there any
way i can use EnderIO to charge my computer
L396[14:14:54] <Twig_Drawter> ?
L397[14:15:40]
<Forecaster> probably
L398[14:16:39]
<DaComputerNerd> try connecting it to the
case
L399[14:16:43]
<DaComputerNerd> or to a power
converter
L400[14:17:40] <Twig_Drawter> k
L401[14:18:25] <Twig_Drawter> do i use the
OC cable
L402[14:18:27] <Twig_Drawter> ?
L403[14:19:54] <Twig_Drawter> i still cant
get it to work
L404[14:20:25] <Twig_Drawter> i connected
the power converter to a stirling generator and the cable doesnt
conects to it
L405[14:21:03]
<Forecaster> what cable?
L406[14:22:35]
<Forecaster> if you are trying to use an
OC cable that's not going to connect to any non-OC block
L407[14:26:58] ⇦
Quits: Twig_Drawter (~twig_draw@8.50.77.188.dynamic.jazztel.es)
(Ping timeout: 378 seconds)
L408[14:29:30]
<DaComputerNerd> you use a power cable to
connect to the power converter
L409[14:29:37]
<DaComputerNerd> then you use an oc cable
to connect that to the computer
L410[14:30:12]
<Forecaster> they left
L411[14:30:19]
<DaComputerNerd> oh
L412[14:30:33]
<DaComputerNerd> %tonk
L413[14:30:33] <MichiBot> Consarn it!
DaComputerNerd! You beat Forecaster's previous record of <0
(By 1 hour and 11 minutes)! I hope you're happy!
L414[14:30:34] <MichiBot> DaComputerNerd's
new record is 1 hour and 11 minutes! DaComputerNerd also gained
0.00118 tonk points for stealing the tonk. Position #6. Need
0.04027 more points to pass Ocawesome101!
L415[14:43:26]
⇨ Joins: Twig_Drawter
(~twig_draw@8.50.77.188.dynamic.jazztel.es)
L416[14:43:32] <Twig_Drawter> so
L417[14:43:36] <Twig_Drawter> what cable
do i use?
L418[14:44:33]
⇨ Joins: jjtech (~jjtech@216.15.111.29)
L419[14:46:03] ⇦
Quits: greaser|q (greaser@2600:3c01::f03c:92ff:fee9:62bf) (Quit:
HYDRA IRC LOL)
L420[14:47:04]
<Forecaster> EIO cable presumably...
L421[14:47:38] <Twig_Drawter> ok
L422[14:48:09] <Twig_Drawter> what mod is
that cable in
L423[14:48:19] <Twig_Drawter> i dont see
it on jei
L424[14:48:39]
⇨ Joins: greaser|q (greaser@antihype.space)
L425[14:48:47]
<Forecaster> which mod is the ender io
cable in? what a superb question
L426[14:49:02] <Twig_Drawter> oh
shit
L427[14:50:55] <Twig_Drawter> i cant find
anything that looks remotely like a cable
L428[14:51:00] <Twig_Drawter> other than
the conduits
L429[14:51:14]
<Forecaster> you use an ender io power
conduit...
L430[14:51:24] <Twig_Drawter>
alright.
L431[14:52:28] <Twig_Drawter> so, i have
to use the OC conduit right?
L432[14:54:38]
<MGR> No,
you use a regular EnderIO power conduit into a power
converter
L433[14:54:46] <Twig_Drawter> ok
L434[14:56:20] <Twig_Drawter> alright
thank you guys
L435[14:56:36] ⇦
Quits: Twig_Drawter (~twig_draw@8.50.77.188.dynamic.jazztel.es)
(Quit: Twig_Drawter)
L436[14:57:33]
<DaComputerNerd> OC cables and conduits
are specifically for connecting one OC device to another OC
device
L437[14:57:41]
<DaComputerNerd> OC cables and conduits
are specifically for connecting one OC device to another OC device
to make them part of the same OC system [Edited]
L438[14:57:50]
<MGR> He
quit
L439[14:57:58]
<DaComputerNerd> oh
L440[15:01:42] ⇦
Quits: jjtech (~jjtech@216.15.111.29) (Quit: Leaving)
L441[15:14:15]
<Kristopher38> @payonel oh I see, makes
sense now
L442[15:14:52]
<Kristopher38> How do I compile Eris to
work with OC though? Or maybe I'm substituting the wrong
file?
L443[15:15:51]
<Kristopher38> I substituted the file
lua53/native.64.dll with version compiled on my own from branch
master-lua5.3 or something along those lines
L444[15:16:48]
<Kristopher38> Substituted in the mod .jar
file
L445[15:19:44] ⇦
Quits: immibis (~immibis@46.114.105.137) (Ping timeout: 190
seconds)
L446[15:19:48]
<DaComputerNerd> what is eris?
L447[15:21:28]
<Ocawesome101> OC’s custom Lua
runtime
L448[15:21:37]
<Kristopher38> the Lua custom version
designed to be suspendable
L449[15:21:58]
<Kristopher38> so when you unload
chunks/world the state of the execution of lua is persisted
L450[15:22:16]
<Kristopher38> so you don't have to worry
about chunkloading like in computercraft
L451[15:28:20]
<Kristopher38> oooh I see, symbol names
are different in the dll bundled with OC
L452[15:36:12]
⇨ Joins: immibis (~immibis@46.114.107.3)
L453[15:36:31]
⇨ Joins: Blue_595 (~c8h10n4o2@47.200.240.202)
L454[15:43:03] ⇦
Quits: Blue_595 (~c8h10n4o2@47.200.240.202) (Ping timeout: 204
seconds)
L455[15:44:37]
⇨ Joins: Blue_595 (~c8h10n4o2@47.200.240.202)
L456[16:15:54]
⇨ Joins: ben_mkiv (~ben_mkiv@88.130.158.181)
L457[16:17:45] <Lizzian> %tonk
L458[16:17:46] <MichiBot> Fopdoodle!
Lizzian! You beat DaComputerNerd's previous record of 1 hour and
11 minutes (By 36 minutes and 12 seconds)! I hope you're
happy!
L459[16:17:47] <MichiBot> Lizzian's new
record is 1 hour, 47 minutes and 12 seconds! Lizzian also gained
0.0012 (0.0006 x 2) tonk points for stealing the tonk. Position #2.
Need 0.02359 more points to pass Forecaster!
L461[16:27:56]
<Kristopher38> what you're looking for is
table.unpack
L462[16:28:11]
<JacobTDC>
Thank you!
L463[16:28:23]
<Kristopher38> local a, b, c =
table.unpack(t)
L464[16:28:29]
<Kristopher38> `local a, b, c =
table.unpack(t)` [Edited]
L465[16:28:45]
<JacobTDC>
I forgot about that. It's been a very long time since I've used
Lua. The last time I used it was on my TI-nspire a couple years
ago.
L466[16:29:11]
<Kristopher38> np, glad I could help
L468[16:29:35] <MichiBot>
Title:
__ipairs metamethod is ignored on Lua5.3 architecture
| Posted
by: Kristopher38
| Posted: Sat Mar 28 11:27:22 CDT 2020
| Status: open
L469[16:31:10]
<JacobTDC>
By the way, what was the whole problem @Saghetti was having
yesterday? I didn't quite understand, but it sounded very
painful...
L473[16:39:29]
<JacobTDC>
Okay then. BTW, that one I posted is my go-to JavaScript reference.
It has literally anything the average programmer needs for
JavaScript.
L474[16:42:07]
<AdorableCatgirl> i'm not the
average
L475[16:44:31] ⇦
Quits: ben_mkiv (~ben_mkiv@88.130.158.181) (Killed (NickServ (GHOST
command used by
ben_mkiv|afk!~ben_mkiv@i59F6786F.versanet.de)))
L476[16:44:36]
⇨ Joins: ben_mkiv|afk
(~ben_mkiv@i59F6786F.versanet.de)
L477[16:50:26]
<AdorableCatgirl> I KNOW WHAT I MUST DO
NOW
L478[16:50:41]
<AdorableCatgirl>
i'm gonna work on
OSSM again, finally get my compute cards and shit banged
out
L479[16:50:53]
<AdorableCatgirl> i'm also gonna have
coprocessor cards, because that seems fun
L480[16:51:09]
<AdorableCatgirl> where copro cards don't
have an EEPROM but compute cards do
L482[16:52:08]
<AdorableCatgirl> and copro cards will
have less ram
L483[16:59:58]
⇨ Joins: flappy
(~flappy@88-113-149-197.elisa-laajakaista.fi)
L484[17:11:05]
⇨ Joins: Thutmose
(~Patrick@host-69-59-79-181.nctv.com)
L485[17:12:27]
<Forecaster> %sip
L486[17:12:27] <MichiBot> You drink a
slimy oculemon potion (New!). Forecaster looks confused as nothing
happens.
L487[17:12:34]
<Forecaster> aw
L488[17:13:52]
<Ocawesome101> Izaya: what is that
L489[17:27:39] <Izaya> a little RC2014
board
L490[17:27:44] <Izaya> hey
L491[17:28:30]
<Forecaster> littlest board
L492[17:37:12]
<Bob> OC
IRL 👀
L493[17:43:29]
<AdorableCatgirl> i will literally make OC
IRL
L494[17:43:38]
<AdorableCatgirl> give me some time and a
few FPGAs
L495[17:50:26]
<Bob>
altough IRL the robot flight limit increase needs propeler upgrades
xd
L496[17:52:18] ⇦
Quits: Blue_595 (~c8h10n4o2@47.200.240.202) (Ping timeout: 378
seconds)
L497[18:00:22] <CompanionCube> %tonk
L498[18:00:22] <MichiBot> I'm sorry
CompanionCube, you were not able to beat Lizzian's record of 1
hour, 47 minutes and 12 seconds this time. 1 hour, 42 minutes and
36 seconds were wasted! Missed by 4 minutes and 36 seconds!
L499[18:00:36]
<Forecaster> ouch
L500[18:03:11]
⇨ Joins: Blue_595 (~c8h10n4o2@47.200.240.202)
L501[18:20:33] <asie> @Kristopher38
there's an Eris fork on the MovingBlocks org which I maintain
L502[18:20:38] <asie> sorry, i was
scrolled up
L503[18:23:17] ⇦
Quits: Blue_595 (~c8h10n4o2@47.200.240.202) (Ping timeout: 204
seconds)
L504[18:29:21] <Izaya> christ
L505[18:29:26] <Izaya> who the fuck let me
get a soldering iron
L506[18:29:27] <Izaya> this is a
mess
L507[18:31:29]
<AdorableCatgirl> Izaya: reminder that i
burned myself trying to hold one like a pem
L508[18:31:33]
<AdorableCatgirl> *pen
L509[18:32:00] <Izaya> at least I'm not
that special I guess
L510[18:33:37]
<AdorableCatgirl> yes
L511[18:39:26]
<JacobTDC>
I can;t seem to get the `tablet_use` event to work... I'm holding
right-click, and nothing happens....
L512[18:39:32]
<JacobTDC>
I can't seem to get the `tablet_use` event to work... I'm holding
right-click, and nothing happens.... [Edited]
L513[18:39:45]
<Forecaster> are you clicking on a
block?
L514[18:39:54]
<JacobTDC>
Yes.
L515[18:40:27]
<JacobTDC>
I have a program that's logging all events, and nothing
happens...
L516[18:42:28]
<JacobTDC>
Is it possible that another mod could be interfering?
L517[18:43:58]
<Forecaster> it's possible, but not very
likely I'd say
L519[18:48:25]
<Bob> i
cant' make this abomination into a sexy one liner right ?
L520[18:48:47]
<Bob> i can
already nuke the A check but
L521[18:49:02]
<ThePiGuy24> its lua so you kinda
can
L522[18:49:05]
<ThePiGuy24> i think
L524[18:49:08]
<Bob> i
cant' make this abomination into a sexy one liner right ?
[Edited]
L525[18:49:26]
<Bob> i
need to return true in case of a failure of the frist check
tough
L526[18:49:31]
<ThePiGuy24> if you want a long one liner
just replace all newlines with spaces :p
L527[18:49:31]
<Bob> im
just cluesless rn
L528[18:50:04]
<Bob>
`board[x][y] and a or true` will always return true
L529[18:50:05]
<Bob> thats
the proble
L530[18:50:11]
<Bob> i
know how to make one liners no worries lol
L531[18:50:41] <Izaya> delicious non-RoHS
solder fumes
L532[18:54:44]
<ThePiGuy24> ah yes
L533[18:55:05]
<Bob> `
return not (board[x][y] and (a and board[x][y] < 0 or
board[x][y] > 0))`
L534[18:55:06]
<Bob>
yes
L535[18:55:13]
<Bob> one
liner fuckhyeah
L536[18:55:33]
<ThePiGuy24> is that to check whether you
can move there?
L537[18:55:51]
<Bob> yeah
if its empty or taken by an enemy
L538[18:56:11]
<ThePiGuy24> still need to check whether
it is a valid move :p
L539[18:56:34]
<Bob> its
just a general function for any piece
L540[18:56:41]
<Bob> i
think i should use OOP lmao
L541[18:56:44]
<Bob>
imperative poopoo
L542[18:57:07]
<ThePiGuy24> i use OOP sometimes, but my
brain doesnt like it
L543[18:57:14]
<Bob> its
fine
L544[18:57:34]
<ThePiGuy24> sometimes its just the best
way to do something
L545[18:58:39]
<Bob> i
just can't see how i can have special moves annd tile data
L546[18:58:44] <Izaya> gonna have to order
some EPROMS and a UV light
L547[18:58:47]
<Bob> the
worst part will be the check and mate check
L548[18:58:49] <Izaya> or I could just
leave them outside I guess
L549[18:58:59]
<Bob> or
even just check check
L550[18:59:06]
<Forecaster> do they hatch either
way?
L551[18:59:13]
<Ocawesome101> Izaya: what exactly are you
doing?
L552[18:59:14] *
Izaya laughs in hole in the ozone layer
L553[18:59:16]
<Bob> i
need for each move to check the kind endangerement
L554[18:59:19] <Izaya> putting together a
kit computer
L555[18:59:23]
<Bob> oh
that will be a fuckfest lol
L556[18:59:31]
<Bob> i
need now to make a king dangerement handler
L557[18:59:39]
<Bob> then
see if he can have moves to defend himself
L558[18:59:41]
<Bob>
ayy
L559[19:01:35]
<Ocawesome101> Izaya: neat
L560[19:01:41]
<Ocawesome101> What microprocessor?
L561[19:01:51] <Izaya> Z80
L563[19:05:57]
<ThePiGuy24> why have Z80 when 6502 stronk
:p
L564[19:06:23] <Izaya> because this is the
simplest functional RC2014 system I could find
L565[19:06:33] <Izaya> I intend to build a
TMS9900 based RC2014 system at some point
L566[19:26:35] <dequbed> Izaya: Go to
bed.
L567[19:27:08]
<Forecaster> or don't
L568[19:35:45] ⇦
Quits: greaser|q (greaser@antihype.space) (Quit: HYDRA IRC
LOL)
L569[19:38:20]
⇨ Joins: greaser|q (greaser@antihype.space)
L570[19:48:05] <Izaya> dequbed: why isn't
my FTDI dongle showing up as ttyUSBsomething
L571[19:50:35]
<Kristopher38> Asię: great, that doesn't
help me in any way since I don't know how to replace the OC lua
dll
L572[19:54:08] <Izaya> figured it
out
L573[19:54:22] <Izaya> was running a
different kernel to the one with modules on the disk so I couldn't
load ftdi_sio
L574[20:09:27] <Izaya> alright well
L575[20:09:32] <Izaya> I don't have a real
FTDI cable
L576[20:16:29]
⇨ Joins: Blue_595 (~c8h10n4o2@47.200.240.202)
L577[20:16:33] <Izaya> so I'm using two
sets of cables and a breadboard
L578[20:16:39] <Izaya> and that's not so
great for running a hex loader
L579[20:16:50] <Izaya> so I wrote a
program to send each character with a 0.1s delay
L580[20:19:12] <Izaya> it's glacial but if
it works...
L581[20:24:25]
⇨ Joins: MajGenRelativity_
(~MajGenRel@c-73-123-203-209.hsd1.ma.comcast.net)
L582[20:25:01]
⇨ Joins: MajGenRelativity__
(~MajGenRel@c-73-123-203-209.hsd1.ma.comcast.net)
L583[20:25:50]
<Saghetti>
what's next, MajGenRelativity_?
L584[20:27:33] <Izaya> hm
L585[20:27:44] <Izaya> I guess
occasionally I'll just get garbled characters
L586[20:27:46] ⇦
Quits: MajGenRelativity
(~MajGenRel@c-73-123-203-209.hsd1.ma.comcast.net) (Ping timeout:
378 seconds)
L587[20:28:09] ⇦
Quits: MajGenRelativity_
(~MajGenRel@c-73-123-203-209.hsd1.ma.comcast.net) (Ping timeout:
189 seconds)
L588[20:28:17] <Izaya> such is bit-bang
9600 baud serial and a flaky connection I guess
L589[20:29:52]
<Saghetti>
ugh, serial
L590[20:33:03]
⇨ Joins: MajGenRelativity
(~MajGenRel@c-73-123-203-209.hsd1.ma.comcast.net)
L591[20:33:45] ⇦
Quits: MajGenRelativity__
(~MajGenRel@c-73-123-203-209.hsd1.ma.comcast.net) (Ping timeout:
204 seconds)
L592[20:34:17] <Inari> %splash Elfi with
mutable salmon potion
L593[20:34:18] <MichiBot> You fling a
mutable salmon potion (New!) that splashes onto Elfi. Elfi turns
into a fox until they see a bird.
L594[20:34:23] <Inari> :o
L595[20:34:40] <Izaya> guess next I need
an EPROM programmer and a bunch of a e s t h e t i c ceramic
EPROMs
L597[20:34:44] <Elfi> Yip
L598[20:34:50] <Inari> I mean
L599[20:34:54] <Inari> that won't last
long on you
L600[20:34:55] <Inari> :p
L601[20:35:00] <Elfi> True
L602[20:35:22] <Inari> Elfi: How's your
deserted island getaway going? If you have one
L603[20:35:36] <Elfi> No such luck, too
poor
L604[20:35:41] <Inari> Shame
L605[20:36:03] <Elfi> Instead I'm making a
treehouse village in space with my girlfriend
L606[20:36:25] <Inari> I mean
L607[20:36:26] <Inari> That works
L608[20:36:50] <Elfi> Yeah
L609[20:37:02]
<20kdc>
arguably superior to a deserted island
L610[20:37:48] <Elfi> Become a tall
bunnygirl, go to space with mouse girlfriend, make a new home for
the bunnygirls because ivalice probably got et by the ruin
too
L611[20:38:11] <Inari> ivalice?
L612[20:38:13] <Elfi> Modded starbound,
arguably even crazier than modded minecraft
L613[20:38:27] <Elfi> Yes, ivalice
L614[20:38:37] <Elfi> I'm playing a viera
in starbound
L615[20:38:38] <Inari> I've not really
tried modded starbound. Only a few mods like temperature
stuff
L616[20:39:09] <Elfi> My gf made it look
so fun in FFXIV so I wanted to try
L617[20:39:11] <Inari> I have no ide what
a viera is
L618[20:39:25] <Elfi> Tall bunnygirl
L619[20:39:29] <Inari> Oh, those
L620[20:39:33] <Elfi> Yeh
L621[20:39:42] <Inari> Miqo'te is where
its at
L622[20:40:05] <Elfi> I mean I'm the smol
miqo'te gf in FFXIV
L623[20:40:16] <Inari> Role
reversal!
L624[20:40:18] <Elfi> But you didn't think
that design was cute :p
L625[20:40:31] <Inari> Design?
L626[20:41:04] <Elfi> I showed you the
miqo'te design idea that became my alt for playing with my gf a
long time back
L627[20:41:15] <Inari> I don't
recall
L628[20:43:49] <Elfi> Eh, either way
L630[20:45:05] <Lizzian> %tonkout
L631[20:45:06] <MichiBot> Dagnabbit!
Lizzian! You beat your own previous record of 1 hour, 47 minutes
and 12 seconds (By 57 minutes and 31 seconds)! I hope you're
happy!
L632[20:45:07] <MichiBot> Lizzian has
tonked out! Tonk has been reset! They gained 0.002 tonk points!
plus 0.002 bonus points for consecutive hours! Current score:
0.52163, Position #2 Need 0.01959 more points to pass
Forecaster!
L633[20:45:49]
<Saghetti>
oh thank god
L634[20:45:54]
<Saghetti>
server is still online the next day
L635[20:45:57]
<Saghetti>
somehow hanging on
L636[20:46:24]
<Saghetti>
omfggggg
L637[20:46:27]
<Saghetti>
the firewall forwarding
L638[20:46:28]
<Saghetti>
w o r k s
L639[20:46:37]
<Saghetti>
i'm in!
L640[20:46:49]
<Saghetti>
tysm izaya
L641[20:48:00] <Inari> %splash @Saghetti
with mutable potion
L642[20:48:00] <MichiBot> You fling a
mutable ruby potion (New!) that splashes onto @Saghetti. @Saghetti
turns into a pig girl until they see a bird.
L643[20:48:29]
⇨ Joins: Backslash
(~Backslash@d137-186-220-152.abhsia.telus.net)
L644[20:48:32]
<Saghetti>
oh ok
L645[20:48:52] <Inari> Don't you
mean
L646[20:48:54] <Inari> oink oink
L647[20:49:00]
<Saghetti>
yes
L648[20:49:53]
<20kdc>
hmm, is the colour random or... only one way to know
L649[20:49:54]
<20kdc>
%splash Inari with mutable potion
L650[20:49:54] <MichiBot> You fling a
mutable aether potion (New!) that splashes onto Inari. Inari turns
into a lizard for 8 minutes.
L651[20:50:29]
<20kdc>
...how many of these potion effects are people turning into various
species?
L652[20:50:47]
<20kdc>
%drink mutable potion
L653[20:50:48] <MichiBot> You drink a
mutable silver potion (New!). 20kdc turns into an octiron wolf boy
for 4 moons.
L654[20:51:00] <Inari> You can specify
colour, but if you don't, it picks one at random
L655[20:51:01]
<20kdc>
...let me guess, "all the mutable ones"...
L656[20:51:06] <Inari> You can also
specify colour but not the kind
L657[20:51:20]
<Forecaster> the "mutable"
qualifier always results in a transformation
L659[20:51:23] <dequbed> Izaya: Yeah my
first tip was kernel module. My second would have been non-data USB
cable. That may or may not have happened to me two days
ago...
L660[20:51:43]
⇨ Joins: BobbyTables2012
(~EiraIRC@137-025-007-189.res.spectrum.com)
L662[20:52:18]
<Saghetti>
and yes, i named it after myself
L663[20:52:30] <Inari> Walter, eh
L664[20:52:32] <Izaya> you're walter
white?
L665[20:52:35]
<Saghetti>
just to make it clear that it's for my network
L666[20:52:36]
<Saghetti>
idk
L667[20:52:42]
<Saghetti>
maybe
L668[20:52:50]
<Saghetti>
but the point is
L669[20:52:51]
<Saghetti>
i'm in
L670[21:09:14]
<Saghetti>
i got iLO port forwarded too
L671[21:23:52]
<JacobTDC>
After a day and a half, I've almost finished the code for a
microcontroller for a wireless RFID door security system in
Minecraft! Now for the central server.... Oh boy...
L672[21:24:32]
<AdorableCatgirl> and i'm working on OSSM
again
L673[21:24:46]
<AdorableCatgirl> and i've realized how
cursed my code is
L674[21:27:03]
<AdorableCatgirl> i'm the master of
overkill
L675[21:29:02]
<JacobTDC>
Aaaannnnd... I just realized I'm not even close to done with the
microcontroller yet because I still have to implement the RFID
scanning system timer...
L676[21:29:29] <Michiyo> great news next
version of OpenSecurity totally rewrites the entire event
system!
L677[21:29:32] <Michiyo> I'm kidding
L678[21:29:44] <Michiyo> that would imply
I have free time to develop it.
L679[21:29:54]
<JacobTDC>
XD
L680[21:29:54]
<AdorableCatgirl> lmao
L681[21:30:05]
<AdorableCatgirl> i'm trying to figure out
what the fuck i was smoking
L682[21:30:16]
<AdorableCatgirl> by walking backwards
through my code
L684[21:30:54]
<AdorableCatgirl> methinks i coppied some
code
L685[21:31:17]
<AdorableCatgirl> and never changed
it
L686[21:31:33]
<JacobTDC>
So, I need to listen for signals and run a timer at the same time
in a microcontroller... which doesn't have access the event API...
does anyone have a non-stupid way to do this?
L687[21:31:44] <Izaya> yes
L688[21:31:45] <Izaya> well
L689[21:31:48] <Izaya> maybe stupid
L690[21:31:50] <Izaya> but
L691[21:31:59]
⇨ Joins: MajGenRelativity_
(~MajGenRel@c-73-123-203-209.hsd1.ma.comcast.net)
L692[21:32:05]
<AdorableCatgirl> wait
L693[21:32:07]
<AdorableCatgirl> i know what to do
L694[21:32:09] <Inari> Write your own even
tapi?
L695[21:32:16]
<AdorableCatgirl> strip everything out of
zorya
L696[21:32:17]
<AdorableCatgirl> and use that
L697[21:32:18]
<AdorableCatgirl> :^)
L699[21:32:40] <Izaya> tl;dr overwrite
computer.pullSignal with a computer.pullSignal that can also run
timers or listeners
L700[21:32:49] <Izaya> do this before you
call it
L701[21:33:06]
<JacobTDC>
That's... a great idea... Way better than mine was...
L702[21:33:08]
<AdorableCatgirl> but then you only
have
L703[21:33:20]
<JacobTDC>
That's... a great idea... way better than mine was...
[Edited]
L704[21:33:22]
<AdorableCatgirl> roughly 8KiB of code
space left!
L705[21:33:27]
<AdorableCatgirl> wait that's just
minitel
L706[21:33:45]
<AdorableCatgirl> also wait i didn't embed
minitel into Zorya
L707[21:33:46]
<AdorableCatgirl> smh
L708[21:33:50]
<JacobTDC>
Well, I would just look through your code as an example, and try to
write one specific to my needs.
L709[21:34:05]
<AdorableCatgirl> remember
L710[21:34:11]
<AdorableCatgirl> compression is your
friend
L711[21:34:15]
<AdorableCatgirl> as is minification
L712[21:34:19]
<AdorableCatgirl> unless you like
debugging
L713[21:34:27] <Izaya> posting it again
because it makes me happy
L716[21:37:04] ⇦
Quits: MajGenRelativity
(~MajGenRel@c-73-123-203-209.hsd1.ma.comcast.net) (Ping timeout:
378 seconds)
L717[21:37:14] ⇦
Quits: Blue_595 (~c8h10n4o2@47.200.240.202) (Ping timeout: 190
seconds)
L718[21:37:15] ***
MajGenRelativity_ is now known as MajGenRelativity
L719[21:45:53] ⇦
Quits: yuken (~yuken@cpe-71-74-152-82.neo.res.rr.com) (Remote host
closed the connection)
L720[21:57:42]
<Kristopher38> Izaya: nice one
L721[22:18:06]
⇨ Joins: ben_mkiv (~ben_mkiv@88.130.156.135)
L722[22:19:49] ⇦
Quits: ben_mkiv|afk (~ben_mkiv@i59F6786F.versanet.de) (Ping
timeout: 189 seconds)
L723[22:24:06]
<AdorableCatgirl> i am commiting war
crimes
L724[22:24:52]
<AdorableCatgirl> using chemical
weapons
L725[22:24:58]
<AdorableCatgirl>
against the
mold
L726[22:33:29] ⇦
Quits: BobbyTables2012 (~EiraIRC@137-025-007-189.res.spectrum.com)
(Ping timeout: 190 seconds)
L727[22:37:21]
⇨ Joins: Vexaton
(~Vexatos@port-92-192-5-108.dynamic.as20676.net)
L728[22:37:22]
zsh sets mode: +v on Vexaton
L729[22:37:24] ⇦
Quits: Vexatos (~Vexatos@port-92-192-63-91.dynamic.as20676.net)
(Killed (calamity.esper.net (Nickname regained by
services)))
L730[22:37:24] ***
Vexaton is now known as Vexatos
L731[22:40:51]
⇨ Joins: Blue_595 (~c8h10n4o2@47.200.240.202)
L732[22:41:13]
<Kristopher38> I'm retarded, I should be
compiling OC-natives repo 🤦♂️
L734[22:45:53] <asie> @Kristopher38 try to
compile the MovingBlocks fork... there's already a PR to move OC to
it, it just will not get merged until it receives enough
testing
L735[22:46:06]
<Kristopher38> oh
L736[22:46:15] <asie> or was a PR...
anyhow... i recommend helping efforts to move to MovingBlocks's
JNLua/Eris pair
L737[22:46:19] <asie> it has more
bugfixes, and Lua 5.4 support
L738[22:47:04]
<Kristopher38> wait
L741[22:48:40]
<Kristopher38> oooh, now it makes more
sense
L743[22:52:25]
<Kristopher38> I just want to build the
native library though
L744[22:58:30] ⇦
Quits: ben_mkiv (~ben_mkiv@88.130.156.135) (Killed (NickServ (GHOST
command used by
ben_mkiv|afk!~ben_mkiv@i5E86B76E.versanet.de)))
L745[22:58:36]
⇨ Joins: ben_mkiv|afk
(~ben_mkiv@i5E86B76E.versanet.de)
L747[23:10:53]
<EveryOS>
Anyone can view
L748[23:11:39]
<EveryOS>
Without knowing about OC
L749[23:14:51]
<ThePiGuy24> %tonk
L750[23:14:51] <MichiBot> Potzblitz!
ThePiGuy24! You beat Lizzian's previous record of <0 (By 2
hours, 29 minutes and 45 seconds)! I hope you're happy!
L751[23:14:52] <MichiBot> ThePiGuy24's new
record is 2 hours, 29 minutes and 45 seconds! ThePiGuy24 also
gained 0.0025 tonk points for stealing the tonk. Position #7. Need
0.00678 more points to pass DaComputerNerd!
L752[23:16:24] ⇦
Quits: Blue_595 (~c8h10n4o2@47.200.240.202) (Ping timeout: 190
seconds)
L753[23:19:49]
<DrewDaPilot> why does it keep
saying
L754[23:19:54]
<DrewDaPilot> filesystem is read
nly!?
L755[23:19:56]
<DrewDaPilot> filesystem is read only?
[Edited]
L756[23:20:03]
<DaComputerNerd> Did you install the
os
L757[23:20:17]
<DrewDaPilot> oh lmao
L758[23:21:14]
<DrewDaPilot> thanks
L759[23:30:09]
⇨ Joins: ben_mkiv (~ben_mkiv@88.130.156.150)
L760[23:31:43] ⇦
Quits: ben_mkiv|afk (~ben_mkiv@i5E86B76E.versanet.de) (Ping
timeout: 204 seconds)
L761[23:32:04]
⇨ Joins: Blue_595 (~c8h10n4o2@47.200.240.202)