<<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] <Sagh​etti> holy shit
L7[00:50:23] <Sagh​etti> my server died
L8[00:50:26] <Sagh​etti> a painful death
L9[00:50:32] <Sagh​etti> and i can't get it back
L10[00:50:34] <Sagh​etti> nooooooo
L11[00:50:43] <Sagh​etti> it's remote and off-site
L12[00:50:46] <Sagh​etti> all the way in oregon
L13[00:50:53] <Sagh​etti> so i can't even reboot it
L14[00:51:04] <Sagh​etti> the iLO environment isn't set up
L15[00:51:09] <Sagh​etti> and travel is banned
L16[00:51:12] <Sagh​etti> fuck my life
L17[00:56:17] <Kristo​pher38> 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] <Kristo​pher38> 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] <Sagh​etti> ok so
L22[00:59:10] <Sagh​etti> i'm getting an input/output error
L23[00:59:14] <Sagh​etti> and i can't even do anything
L24[00:59:22] <Sagh​etti> because all of the commands ded
L25[01:01:37] <Sagh​etti> i only have access to cat, bash, screen, ps, ls, mkdir, cd, and some other stuff
L26[01:01:40] <Sagh​etti> no ssh, no ftp
L27[01:01:57] <Sagh​etti> there goes my 136 days of uptime
L28[01:01:59] <Sagh​etti> down the drain
L29[01:02:02] <Sagh​etti> all the way
L30[01:02:44] <Sagh​etti> my only option is to attempt to reboot
L31[01:02:47] <Sagh​etti> which may take forever
L32[01:02:50] <Sagh​etti> or just fail
L33[01:02:56] <Sagh​etti> because it may be an issue with the drives
L34[01:02:57] <Sagh​etti> but i can
L35[01:02:59] <Sagh​etti> 't check
L36[01:03:09] <Sagh​etti> BECAUSE ALL OF THE FUCKING COMMANDS DONT WORK
L37[01:03:33] <Kristo​pher38> 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] <Kristo​pher38> the reason eludes me
L39[01:05:04] <Ar​iri> For robot movement without api (ie turnRight) will ‘(4, 1)’ turn right or should it be ‘(4, 0)’
L40[01:05:24] <Ar​iri> For robot movement without api (ie turnRight) will `(4, 1)` turn right or should it be `(4, 0)` [Edited]
L41[01:05:32] <Kristo​pher38> 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] <Kristo​pher38> 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] <Kristo​pher38> @Ariri what function are we talking about
L48[01:07:53] <Ar​iri> `.move`
L49[01:08:04] <Ar​iri> or, `robot.move`
L50[01:08:24] <Kristo​pher38> component.robot.move takes only one argument
L51[01:08:53] <Kristo​pher38> and it's the direction
L52[01:09:20] <Kristo​pher38> i.e. sides.front, sides.back, sides.up or sides.down
L53[01:09:27] <Kristo​pher38> or their respective numbers
L54[01:13:42] <Ar​iri> So `(sides.front), 3)` to move forward 3?
L55[01:15:21] <Kristo​pher38> no, it takes one argument
L56[01:15:41] <Kristo​pher38> 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] <Ar​iri> Ah
L59[01:28:59] <Kristo​pher38> oooh I get it now
L60[01:29:49] <Kristo​pher38> I set index metamethod behaviour so that when the table is indexed with a number it calls a different method...
L61[01:30:40] <Kristo​pher38> though it doesn't explain why ipairs is never called
L62[01:37:30] <Sagh​etti> CompanionCube: my current strategy is really weird
L63[01:37:42] <Sagh​etti> i have access to python because it's loaded into memory
L64[01:38:03] <Sagh​etti> so i'm trying to transfer over busybox
L65[01:38:27] <Sagh​etti> but i can't use SFTP because it errors out
L66[01:38:30] <Sagh​etti> so i do as follows:
L67[01:38:55] <Sagh​etti> 1. write a program that takes hexadecimal input and saves it to a file
L68[01:39:06] <Sagh​etti> 2. convert the entire busybox binary to hex
L69[01:39:11] <Sagh​etti> 3. PASTE it into the shell
L70[01:39:22] <Sagh​etti> 4. save it to my other disks (which still work)
L71[01:39:25] <Sagh​etti> 5. run it
L72[01:39:38] <Sagh​etti> 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] <Sagh​etti> 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] <Sagh​etti> 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] <Sagh​etti> and yes, i really am going to try copy-pasting busybox into my terminal
L83[01:41:23] <CompanionCube> https://www.ee.ryerson.ca/~elf/hack/recovery.html
L84[01:42:28] <Sagh​etti> weird
L85[01:42:32] <Sagh​etti> python 2 segfaults
L86[01:42:37] <Sagh​etti> python 3 works great
L87[01:42:43] <Izaya> good
L88[01:42:49] <Izaya> python 2 bad
L89[01:42:54] <Sagh​etti> 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
L93[01:45:06] <Izaya> :|
L94[01:45:13] <Adorabl​eCatgirl> man
L95[01:45:16] <Adorabl​eCatgirl> i wanna go take a ride
L96[01:45:25] <Adorabl​eCatgirl> but i still need to fix my fuckin pickup
L97[01:45:45] <Sagh​etti> the problem is
L98[01:45:52] <Sagh​etti> 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] <Sagh​etti> 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] <Sagh​etti> 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] <Adorabl​eCatgirl> kek
L106[01:46:44] <Izaya> was cute
L107[01:46:46] <Adorabl​eCatgirl> my lil thing has a 4 banger too
L108[01:53:55] <DrewD​aPilot> btw
L109[01:54:03] <DrewD​aPilot> how would I mod opencomputers?
L110[01:54:22] <DrewD​aPilot> 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] <DrewD​aPilot> cause imo lua is just very limiting, and it should probably use something like java or python idk
L112[01:54:41] <DrewD​aPilot> cause imo lua is just very limiting, and it should probably use something like java/C#/ python idk [Edited]
L113[01:58:33] <The_St​argazer> 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] <Kristo​pher38> for some reason my `ipairs` metamethod is ignored while `pairs` isnt
L120[02:02:13] <CompanionCube> https://ocdoc.cil.li/tutorial:modding_architecture
L121[02:02:40] <Sagh​etti> auuauhahhsuhduhguhgudhgdfrlgjkhdlkhtdh
L122[02:02:40] <Sagh​etti> none of the python libraries work
L123[02:02:40] <Sagh​etti> i only have the core functions
L124[02:02:48] <Sagh​etti> it gets worse
L125[02:02:49] <Sagh​etti> help
L126[02:03:01] <CompanionCube> is that because of them being .py files?
L127[02:03:07] <Sagh​etti> yeah
L128[02:03:11] <The_St​argazer> 6502 stronk, but 65c816 stronk-er
L129[02:03:12] <The_St​argazer> working SNES in OC when
L130[02:03:14] <Sagh​etti> 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] <Sagh​etti> there'
L133[02:04:10] <Sagh​etti> there's no tcp in /dev/net
L134[02:04:14] <Sagh​etti> the only file is tun
L135[02:04:25] <Sagh​etti> which responds with: file descriptor in bad state
L136[02:04:31] <CompanionCube> it's a bash extension
L137[02:04:56] <CompanionCube> https://unix.stackexchange.com/questions/436200/different-ways-to-use-dev-tcp-host-port-command-and-where-to-find-manual-pages
L138[02:06:05] <Sagh​etti> there isn't /dev/tcp
L139[02:06:07] <Sagh​etti> 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. '
L141[02:06:54] <CompanionCube> https://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html#Redirections
L142[02:08:03] <Sagh​etti> ```
L143[02:08:06] <Sagh​etti> < /dev/tcp/towel.blinkenlights.nl/23
L144[02:08:10] <Sagh​etti> is this correct?
L145[02:08:22] * CompanionCube has never needed this functionality.
L146[02:09:05] <Sagh​etti> oh shit
L147[02:09:07] <Sagh​etti> it work
L148[02:09:08] <Sagh​etti> s
L149[02:09:10] <Sagh​etti> woah
L150[02:09:23] <Sagh​etti> this was the command i needed to get the home page of google:
L151[02:09:24] <Sagh​etti> { 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] <Sagh​etti> thank you sososososososo much
L153[02:14:42] <DaCompu​terNerd> That's quite a command
L154[02:14:59] <Sagh​etti> yes
L155[02:15:12] <Sagh​etti> 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] <Sagh​etti> i tried this
L158[02:16:30] <Sagh​etti> { { 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] <Sagh​etti> to write it all to a file
L160[02:16:48] <Sagh​etti> 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] <Kristo​pher38> okay this is weird
L163[02:19:36] <Kristo​pher38> can someone point out why this doesn't work
L164[02:19:58] <Kristo​pher38> Code Block pastebined https://paste.pc-logix.com/olamefofev
L165[02:20:10] <Kristo​pher38> as in, doesn't print anything
L166[02:20:24] <Kristo​pher38> I've reduced it to a minimal example and it still doesnt work
L167[02:21:20] <Kristo​pher38> `t` object has a metatable with `ipairs` metamethod, double-checked that
L168[02:22:18] <Kristo​pher38> with inspect.lua
L169[02:24:06] <Kristo​pher38> AND IT WORKS IN PLAIN LUA
L170[02:24:07] <MichiBot> Lua*
L171[02:24:16] <Kristo​pher38> this might be a bug
L172[02:24:18] <ThePi​Guy24> %tonkout
L173[02:24:18] <MichiBot> Jiminy Cricket! ThePi​Guy24! 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> ThePi​Guy24 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 DaCompu​terNerd!
L175[02:24:33] <ThePi​Guy24> so close
L176[02:25:30] <Lizzian> %tonk
L177[02:25:30] <MichiBot> Potzblitz! Liz​zian! You beat ThePi​Guy24'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 Forec​aster!
L179[02:25:40] <Lizzian> :O WHEN DID THAT HAPPEN
L180[02:25:45] * Lizzian stabs Forecaster!
L181[02:26:55] <Kristo​pher38> 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] <Kristo​pher38> where should I report it, on Eris repo?
L183[02:54:39] <Michiyo> @Sagh​etti 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] <Sagh​etti> (don't mean to doxx myself, but here we go)
L186[02:55:04] <Sagh​etti> 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] <Sagh​etti> 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] <Sagh​etti> nice
L194[02:57:23] <Michiyo> (LoL is hosted in the same DC) lol
L195[02:57:33] <Sagh​etti> the datacenter i'm using is called cascade divide
L196[02:57:50] <Sagh​etti> it's a really fancy and well built datacenter, but it barely gets any customers
L197[02:58:09] <Sagh​etti> you walk in and there's just one cage in a pretty big area
L198[03:01:47] <Kristo​pher38> and curiously it works fine in eris
L199[03:02:36] <ThePi​Guy24> %tonk
L200[03:02:36] <MichiBot> Jiminy Cricket! ThePi​Guy24! You beat Liz​zian'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 DaCompu​terNerd!
L202[03:02:50] <ThePi​Guy24> prkl
L203[03:07:51] <Kristo​pher38> this is even weirder
L204[03:11:43] <Kristo​pher38> 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] <Kristo​pher38> oh fml it's already 4am
L207[03:19:01] <Kristo​pher38> AGAIN
L208[03:19:09] <Sagh​etti> woah
L209[03:19:12] <Sagh​etti> curl works
L210[03:19:18] <Sagh​etti> and using it i got busybox working
L211[03:19:18] <Sagh​etti> hmm
L212[03:19:29] <Sagh​etti> maybe i could set up a chroot to use for now
L213[03:19:30] <Brisingr​ Aerowing> https://reddit.com/r/HermitCraft/comments/fp546a/breaking_news_joe_just_said_in_stream_that_tfc/
L214[03:19:47] <Brisingr​ Aerowing> TFC is a cool guy.
L215[03:28:33] <Kristo​pher38> @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] <Sagh​etti> yeah
L217[03:32:43] <Sagh​etti> 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] <pay​onel> yeah, we have some safety nets around the native loader
L221[03:34:19] <Izaya> https://social.shadowkat.net/xmpp/upload/GiEAg9TcZxSGT9UW/MaIAkjUbRp2s1PEjqd6t7A.jpg
L222[03:34:29] <Kristo​pher38> Oh ffs
L223[03:34:29] <pay​onel> maybe we should have a config to disable that? maybe we do?
L224[03:34:39] <pay​onel> but the uh....eris? definitely
L225[03:35:10] <Kristo​pher38> Do I need to recompile the whole mod just to change the lua dll that it uses?
L226[03:35:43] <Izaya> payonel: https://github.com/XeonSquared/OC-Zine
L227[03:37:43] <Kristo​pher38> Or can just I hex edit the hash in some file
L228[03:39:38] <DrewD​aPilot> https://www.curseforge.com/minecraft/mc-mods/animania
L229[03:40:43] <Kristo​pher38> Screw this, I'm off to bed
L230[03:40:50] <Izaya> animania is neat
L231[03:40:51] <Kristo​pher38> 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] <pay​onel> i dont see any hash checking
L235[03:42:39] <pay​onel> it looks like we're just checking that the one on disk matches the one packaged inside the jar
L236[03:42:49] <pay​onel> @Kristopher38 ^
L237[04:25:19] ⇦ Quits: Cervator (~Thunderbi@70.241.38.147) (Quit: Cervator)
L238[04:51:10] <Forec​aster> %tonk
L239[04:51:11] <MichiBot> Willikers! Forec​aster! You beat ThePi​Guy24'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] <Forec​aster> @Kristopher38 also I am in the Deciat system
L246[05:41:08] <Adorabl​eCatgirl> oh yeah
L247[05:41:14] <Adorabl​eCatgirl> 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] <Forec​aster> @Kristopher38 made 7,770,891‬ credits in a couple of hours doing deep core mining just now
L257[07:58:22] <Forec​aster> 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] <Kristo​pher38> @Forecaster that's breadcrumbs
L290[08:09:57] <Izaya> Saghetti: yes
L291[08:10:00] <Izaya> SSH port forwarding
L292[08:10:03] <Forec​aster> 🤷
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
L303[08:11:50] <Izaya> https://www.akadia.com/services/ssh_putty.html
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] <Sap​hire> eyes an 1MB OC disk with 7MB of data on it..
L350[11:41:42] <Forec​aster> lewd
L351[11:48:17] <The_St​argazer> %inari
L352[11:48:18] <MichiBot> The_St​​argazer: http://i.imgur.com/XoYgHyi.gif
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)
L360[12:37:34] <Forec​aster> looks legit http://tinyurl.com/v5xhvfr
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] <Forec​aster> %sip
L364[13:19:03] <MichiBot> You drink a solid iron potion (New!). It tastes salty.
L365[13:19:32] <Forec​aster> %tonkout
L366[13:19:33] <MichiBot> Bejabbers! Forec​aster! 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> Forec​aster 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] <Forec​aster> 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] <Forec​aster> %hello
L375[13:50:10] ⇦ Quits: HudrigaroDer (~hudrigaro@46.119.175.35) (Client Quit)
L376[13:50:11] <MichiBot> Forec​​aster: 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] <Forec​aster> %bye
L378[13:50:30] <MichiBot> Forec​​aster: 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] <Forec​aster> %sip
L388[14:10:41] <MichiBot> You drink a porous caterium potion (New!). Forec​aster suddenly forgets a random piece of trivia.
L389[14:11:18] <Forec​aster> 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] <Forec​aster> %hello
L394[14:14:04] <MichiBot> Forec​​aster: 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] <Forec​aster> probably
L398[14:16:39] <DaCompu​terNerd> try connecting it to the case
L399[14:16:43] <DaCompu​terNerd> 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] <Forec​aster> what cable?
L406[14:22:35] <Forec​aster> 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] <DaCompu​terNerd> you use a power cable to connect to the power converter
L409[14:29:37] <DaCompu​terNerd> then you use an oc cable to connect that to the computer
L410[14:30:12] <Forec​aster> they left
L411[14:30:19] <DaCompu​terNerd> oh
L412[14:30:33] <DaCompu​terNerd> %tonk
L413[14:30:33] <MichiBot> Consarn it! DaCompu​terNerd! You beat Forec​aster'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 Ocawes​ome101!
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] <Forec​aster> 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] <Forec​aster> 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] <Forec​aster> 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] <M​GR> 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] <DaCompu​terNerd> OC cables and conduits are specifically for connecting one OC device to another OC device
L437[14:57:41] <DaCompu​terNerd> 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] <M​GR> He quit
L439[14:57:58] <DaCompu​terNerd> oh
L440[15:01:42] ⇦ Quits: jjtech (~jjtech@216.15.111.29) (Quit: Leaving)
L441[15:14:15] <Kristo​pher38> @payonel oh I see, makes sense now
L442[15:14:52] <Kristo​pher38> How do I compile Eris to work with OC though? Or maybe I'm substituting the wrong file?
L443[15:15:51] <Kristo​pher38> 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] <Kristo​pher38> 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] <DaCompu​terNerd> what is eris?
L447[15:21:28] <Ocawes​ome101> OC’s custom Lua runtime
L448[15:21:37] <Kristo​pher38> the Lua custom version designed to be suspendable
L449[15:21:58] <Kristo​pher38> so when you unload chunks/world the state of the execution of lua is persisted
L450[15:22:16] <Kristo​pher38> so you don't have to worry about chunkloading like in computercraft
L451[15:28:20] <Kristo​pher38> 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! Liz​zian! You beat DaCompu​terNerd'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 Forec​aster!
L460[16:27:32] <Jaco​bTDC> Message contained 4 or more newlines and was pastebined https://paste.pc-logix.com/zirexopewa
L461[16:27:56] <Kristo​pher38> what you're looking for is table.unpack
L462[16:28:11] <Jaco​bTDC> Thank you!
L463[16:28:23] <Kristo​pher38> local a, b, c = table.unpack(t)
L464[16:28:29] <Kristo​pher38> `local a, b, c = table.unpack(t)` [Edited]
L465[16:28:45] <Jaco​bTDC> 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] <Kristo​pher38> np, glad I could help
L467[16:29:35] <Kristo​pher38> @payonel summary of my yesterday's struggles https://github.com/MightyPirates/OpenComputers/issues/3256
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] <Jaco​bTDC> By the way, what was the whole problem @Saghetti was having yesterday? I didn't quite understand, but it sounded very painful...
L470[16:37:31] <Jaco​bTDC> Does anyone know of a good, easy-to-navigate, detailed reference for Lua on par with Mozilla's JavaScript reference (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference)?
L471[16:37:53] <Jaco​bTDC> Does anyone know of a good, easy-to-navigate, detailed reference for Lua on par with Mozilla's JavaScript reference ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference )? [Edited]
L472[16:38:31] <Kristo​pher38> this is as good as you're gonna get imo https://www.lua.org/manual/5.3/contents.html
L473[16:39:29] <Jaco​bTDC> 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] <Adorabl​eCatgirl> 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] <Adorabl​eCatgirl> I KNOW WHAT I MUST DO NOW
L478[16:50:41] <Adorabl​eCatgirl> i'm gonna work on OSSM again, finally get my compute cards and shit banged out
L479[16:50:53] <Adorabl​eCatgirl> i'm also gonna have coprocessor cards, because that seems fun
L480[16:51:09] <Adorabl​eCatgirl> where copro cards don't have an EEPROM but compute cards do
L481[16:51:28] <Izaya> https://social.shadowkat.net/media/461beedc9e42551b035be4ac2c3af2892da224a4c2ea033eeff936e4c9418e04.jpg
L482[16:52:08] <Adorabl​eCatgirl> 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] <Forec​aster> %sip
L486[17:12:27] <MichiBot> You drink a slimy oculemon potion (New!). Forec​aster looks confused as nothing happens.
L487[17:12:34] <Forec​aster> aw
L488[17:13:52] <Ocawes​ome101> Izaya: what is that
L489[17:27:39] <Izaya> a little RC2014 board
L490[17:27:44] <Izaya> hey
L491[17:28:30] <Forec​aster> littlest board
L492[17:37:12] <B​ob> OC IRL 👀
L493[17:43:29] <Adorabl​eCatgirl> i will literally make OC IRL
L494[17:43:38] <Adorabl​eCatgirl> give me some time and a few FPGAs
L495[17:50:26] <B​ob> 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] <Forec​aster> 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] <Adorabl​eCatgirl> Izaya: reminder that i burned myself trying to hold one like a pem
L508[18:31:33] <Adorabl​eCatgirl> *pen
L509[18:32:00] <Izaya> at least I'm not that special I guess
L510[18:33:37] <Adorabl​eCatgirl> yes
L511[18:39:26] <Jaco​bTDC> I can;t seem to get the `tablet_use` event to work... I'm holding right-click, and nothing happens....
L512[18:39:32] <Jaco​bTDC> 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] <Forec​aster> are you clicking on a block?
L514[18:39:54] <Jaco​bTDC> Yes.
L515[18:40:27] <Jaco​bTDC> I have a program that's logging all events, and nothing happens...
L516[18:42:28] <Jaco​bTDC> Is it possible that another mod could be interfering?
L517[18:43:58] <Forec​aster> it's possible, but not very likely I'd say
L518[18:48:25] <B​ob> Code Block pastebined https://paste.pc-logix.com/ibecomegob
L519[18:48:25] <B​ob> i cant' make this abomination into a sexy one liner right ?
L520[18:48:47] <B​ob> i can already nuke the A check but
L521[18:49:02] <ThePi​Guy24> its lua so you kinda can
L522[18:49:05] <ThePi​Guy24> i think
L523[18:49:08] <B​ob> Code Block pastebined https://paste.pc-logix.com/ecujexoquk
L524[18:49:08] <B​ob> i cant' make this abomination into a sexy one liner right ? [Edited]
L525[18:49:26] <B​ob> i need to return true in case of a failure of the frist check tough
L526[18:49:31] <ThePi​Guy24> if you want a long one liner just replace all newlines with spaces :p
L527[18:49:31] <B​ob> im just cluesless rn
L528[18:50:04] <B​ob> `board[x][y] and a or true` will always return true
L529[18:50:05] <B​ob> thats the proble
L530[18:50:11] <B​ob> i know how to make one liners no worries lol
L531[18:50:41] <Izaya> delicious non-RoHS solder fumes
L532[18:54:44] <ThePi​Guy24> ah yes
L533[18:55:05] <B​ob> ` return not (board[x][y] and (a and board[x][y] < 0 or board[x][y] > 0))`
L534[18:55:06] <B​ob> yes
L535[18:55:13] <B​ob> one liner fuckhyeah
L536[18:55:33] <ThePi​Guy24> is that to check whether you can move there?
L537[18:55:51] <B​ob> yeah if its empty or taken by an enemy
L538[18:56:11] <ThePi​Guy24> still need to check whether it is a valid move :p
L539[18:56:34] <B​ob> its just a general function for any piece
L540[18:56:41] <B​ob> i think i should use OOP lmao
L541[18:56:44] <B​ob> imperative poopoo
L542[18:57:07] <ThePi​Guy24> i use OOP sometimes, but my brain doesnt like it
L543[18:57:14] <B​ob> its fine
L544[18:57:34] <ThePi​Guy24> sometimes its just the best way to do something
L545[18:58:39] <B​ob> 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] <B​ob> 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] <B​ob> or even just check check
L550[18:59:06] <Forec​aster> do they hatch either way?
L551[18:59:13] <Ocawes​ome101> Izaya: what exactly are you doing?
L552[18:59:14] * Izaya laughs in hole in the ozone layer
L553[18:59:16] <B​ob> i need for each move to check the kind endangerement
L554[18:59:19] <Izaya> putting together a kit computer
L555[18:59:23] <B​ob> oh that will be a fuckfest lol
L556[18:59:31] <B​ob> i need now to make a king dangerement handler
L557[18:59:39] <B​ob> then see if he can have moves to defend himself
L558[18:59:41] <B​ob> ayy
L559[19:01:35] <Ocawes​ome101> Izaya: neat
L560[19:01:41] <Ocawes​ome101> What microprocessor?
L561[19:01:51] <Izaya> Z80
L562[19:02:02] <Izaya> https://smallcomputercentral.wordpress.com/sc114-documentation/sc114-z80-motherboard-for-rc2014/
L563[19:05:57] <ThePi​Guy24> 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] <Forec​aster> 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] <Kristo​pher38> 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] <Sagh​etti> 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] <Sagh​etti> 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
L596[20:34:42] <Elfi> :o
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] <20​kdc> 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
L629[20:44:31] <Izaya> https://social.shadowkat.net/xmpp/upload/s2fdyiz6cQ8vNWvQ/bzI-IF0sQJeYwO3kRlZDxA.jpg
L630[20:45:05] <Lizzian> %tonkout
L631[20:45:06] <MichiBot> Dagnabbit! Liz​zian! 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> Liz​zian 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 Forec​aster!
L633[20:45:49] <Sagh​etti> oh thank god
L634[20:45:54] <Sagh​etti> server is still online the next day
L635[20:45:57] <Sagh​etti> somehow hanging on
L636[20:46:24] <Sagh​etti> omfggggg
L637[20:46:27] <Sagh​etti> the firewall forwarding
L638[20:46:28] <Sagh​etti> w o r k s
L639[20:46:37] <Sagh​etti> i'm in!
L640[20:46:49] <Sagh​etti> 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] <Sagh​etti> oh ok
L645[20:48:52] <Inari> Don't you mean
L646[20:48:54] <Inari> oink oink
L647[20:49:00] <Sagh​etti> yes
L648[20:49:53] <20​kdc> hmm, is the colour random or... only one way to know
L649[20:49:54] <20​kdc> %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] <20​kdc> ...how many of these potion effects are people turning into various species?
L652[20:50:47] <20​kdc> %drink mutable potion
L653[20:50:48] <MichiBot> You drink a mutable silver potion (New!). 20​kdc 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] <20​kdc> ...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] <Forec​aster> the "mutable" qualifier always results in a transformation
L658[20:51:22] <Izaya> https://imgur.com/sLMVbgp.png
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)
L661[20:52:03] <Sagh​etti> http://tinyurl.com/qrosgjz
L662[20:52:18] <Sagh​etti> 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] <Sagh​etti> just to make it clear that it's for my network
L666[20:52:36] <Sagh​etti> idk
L667[20:52:42] <Sagh​etti> maybe
L668[20:52:50] <Sagh​etti> but the point is
L669[20:52:51] <Sagh​etti> i'm in
L670[21:09:14] <Sagh​etti> i got iLO port forwarded too
L671[21:23:52] <Jaco​bTDC> 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] <Adorabl​eCatgirl> and i'm working on OSSM again
L673[21:24:46] <Adorabl​eCatgirl> and i've realized how cursed my code is
L674[21:27:03] <Adorabl​eCatgirl> i'm the master of overkill
L675[21:29:02] <Jaco​bTDC> 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] <Jaco​bTDC> XD
L680[21:29:54] <Adorabl​eCatgirl> lmao
L681[21:30:05] <Adorabl​eCatgirl> i'm trying to figure out what the fuck i was smoking
L682[21:30:16] <Adorabl​eCatgirl> by walking backwards through my code
L683[21:30:41] <Adorabl​eCatgirl> https://github.com/ShadowKatStudios/OpenSolidState/blob/ossm-dev/src/main/kotlin/net/shadowkat/minecraft/opensolidstate/common/registries/Drivers.kt
L684[21:30:54] <Adorabl​eCatgirl> methinks i coppied some code
L685[21:31:17] <Adorabl​eCatgirl> and never changed it
L686[21:31:33] <Jaco​bTDC> 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] <Adorabl​eCatgirl> wait
L693[21:32:07] <Adorabl​eCatgirl> i know what to do
L694[21:32:09] <Inari> Write your own even tapi?
L695[21:32:16] <Adorabl​eCatgirl> strip everything out of zorya
L696[21:32:17] <Adorabl​eCatgirl> and use that
L697[21:32:18] <Adorabl​eCatgirl> :^)
L698[21:32:26] <Izaya> https://github.com/ShadowKatStudios/OC-Minitel/blob/master/Embedded/microtel/microtel-3.lua#L50-L55
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] <Jaco​bTDC> That's... a great idea... Way better than mine was...
L702[21:33:08] <Adorabl​eCatgirl> but then you only have
L703[21:33:20] <Jaco​bTDC> That's... a great idea... way better than mine was... [Edited]
L704[21:33:22] <Adorabl​eCatgirl> roughly 8KiB of code space left!
L705[21:33:27] <Adorabl​eCatgirl> wait that's just minitel
L706[21:33:45] <Adorabl​eCatgirl> also wait i didn't embed minitel into Zorya
L707[21:33:46] <Adorabl​eCatgirl> smh
L708[21:33:50] <Jaco​bTDC> Well, I would just look through your code as an example, and try to write one specific to my needs.
L709[21:34:05] <Adorabl​eCatgirl> remember
L710[21:34:11] <Adorabl​eCatgirl> compression is your friend
L711[21:34:15] <Adorabl​eCatgirl> as is minification
L712[21:34:19] <Adorabl​eCatgirl> unless you like debugging
L713[21:34:27] <Izaya> posting it again because it makes me happy
L714[21:34:29] <Izaya> https://social.shadowkat.net/media/72e3d7cc486d5007606bad626b0a0eb18b24a743cefa440c800b0dac75a98a95.jpg
L715[21:34:35] <Izaya> https://social.shadowkat.net/media/a87b911804a155a02cb05b314ef89abf7cbc6ba29b3ba3fa8294c729c445bafc.png
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] <Kristo​pher38> 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] <Adorabl​eCatgirl> i am commiting war crimes
L724[22:24:52] <Adorabl​eCatgirl> using chemical weapons
L725[22:24:58] <Adorabl​eCatgirl> 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] <Kristo​pher38> I'm retarded, I should be compiling OC-natives repo 🤦‍♂️
L733[22:43:13] <Kristo​pher38> but who the fuck wrote that build script Code Block pastebined https://paste.pc-logix.com/diruwaxeju
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] <Kristo​pher38> 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] <Kristo​pher38> wait
L739[22:48:02] <asie> you need https://github.com/asiekierka/OpenComputers/commit/b70de97c71b2486d6d8fe4cf9ca50ee6f84ddf6f to move OC's code to the pair
L740[22:48:38] <asie> and then https://github.com/asiekierka/OpenComputers/commit/468053600391cf836dd2cdb43fffa15cda262403 has Lua 5.4 experimental
L741[22:48:40] <Kristo​pher38> oooh, now it makes more sense
L742[22:51:49] ⇦ Quits: Inari (~Pinkishu@pD9E3846D.dip0.t-ipconnect.de) (Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/)
L743[22:52:25] <Kristo​pher38> 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)
L746[23:10:47] <Eve​ryOS> Nice chat logs can be found on Google http://tinyurl.com/sqnx5rh
L747[23:10:53] <Eve​ryOS> Anyone can view
L748[23:11:39] <Eve​ryOS> Without knowing about OC
L749[23:14:51] <ThePi​Guy24> %tonk
L750[23:14:51] <MichiBot> Potzblitz! ThePi​Guy24! You beat Liz​zian'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 DaCompu​terNerd!
L752[23:16:24] ⇦ Quits: Blue_595 (~c8h10n4o2@47.200.240.202) (Ping timeout: 190 seconds)
L753[23:19:49] <DrewD​aPilot> why does it keep saying
L754[23:19:54] <DrewD​aPilot> filesystem is read nly!?
L755[23:19:56] <DrewD​aPilot> filesystem is read only? [Edited]
L756[23:20:03] <DaCompu​terNerd> Did you install the os
L757[23:20:17] <DrewD​aPilot> oh lmao
L758[23:21:14] <DrewD​aPilot> 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)
<<Prev Next>> Scroll to Top