<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:03:18] <s_​a_m> what
L2[00:03:25] <s_​a_m> what do you mean "secure boot"
L3[00:03:30] <s_​a_m> how far do you intend to take it
L4[00:20:26] <walksanato​r. B⃢ot.> Baisicly prevent a computer from being booted w/o a password
L5[00:20:39] <walksanato​r. B⃢ot.> And Mabey a bios check
L6[00:22:47] <Ocawes​ome101> cynosure now uses palette colors in its tty so the 16 tty colors are exactly what they should be rather than being compressed to oc's 256-color range :)
L7[00:23:31] <Ocawes​ome101> upside of this is that they look exactly the same on both t2 and t3
L8[00:25:12] <Ko​dos> You could just secure the case somewhere remote, and use a wakeOnLan message with a very secure string
L9[00:25:19] <Ocawes​ome101> speaking of OSes, @sam whenever you finally finish tsuki it better be the best god damn thing i've ever seen or i'll be disappointed
L10[00:26:58] <s_​a_m> >Ocawes​ome101: speaking of OSes, <@!17568699646161716…
L11[00:26:58] <s_​a_m> bet
L12[00:35:00] <Amanda> %choose more haha-waves or curl up with a halucinations
L13[00:35:00] <MichiBot> Ama​nda: A wizard is never late, and sometimes engages in some "more haha-waves".
L14[01:10:01] * Amanda boops Elfi, starts reading
L15[02:20:41] <walksanato​r. B⃢ot.> I think I should make a combined eeprom and init.lua program that will act as secure boot
L16[02:21:11] <walksanato​r. B⃢ot.> The eeprom will fail to boot if not on the matching system
L17[02:21:11] <walksanato​r. B⃢ot.> And the system will fail to boot without the matching eeprom
L18[02:21:27] <Amanda> %tell Inari it's good meowning fit the last time! https://i.imgur.com/JWvN9I8.jpeg
L19[02:21:27] <MichiBot> Ama​nda: Inari will be notified of this message when next seen.
L20[02:22:16] <walksanato​r. B⃢ot.> I think I should read the code of RPG from the data card programs list
L21[02:22:28] <walksanato​r. B⃢ot.> GPG not RPG
L22[02:55:54] ⇦ Quits: ThePiGuy24 (~ThePiGuy2@host-92-17-120-33.as13285.net) (Ping timeout: 198 seconds)
L23[03:36:46] <walksanato​r. B⃢ot.> are there any esoteric languague CPUs for OpenComputers
L24[03:37:07] <Izaya> there's a JS one, that's pretty impenetrable :^)
L25[03:38:36] <walksanato​r. B⃢ot.> they literally say
L26[03:38:37] <walksanato​r. B⃢ot.> > OCJS does not have a supported operation system
L27[03:38:37] <walksanato​r. B⃢ot.> > My stance is that OCJS is nothing more than a prototype, and will not recieve functional updates. If someone wants to write an OS for it, go for it! I'll gladly look into adding it to the mod. Just be aware that oc-js and OCJS are not compatable, so effort should probably be focused on OCJS instead.
L28[03:38:53] <walksanato​r. B⃢ot.> also JS is not a esoteric languague (as much as i wish it were)
L29[03:44:07] <Ocawes​ome101> there's a 6502 arch
L30[03:44:14] <Shuud​oushi> >walksanato​r. B⃢ot.: Baisicly prevent a computer from being boot…
L31[03:44:14] <Shuud​oushi> Add a login script to the boot directory that keeps the system from fully booting until correct user info is entered. This defeats autorun nearly outright as autorun isn't called till the filesystem is loaded, just have to add event handling to detect force quit and force a reboot if the key combo is pressed. Also, force a reboot if login fails
L32[03:44:32] <Ocawes​ome101> `[]:w`
L33[03:44:34] <Ocawes​ome101> oops
L34[03:44:59] <Ocawes​ome101> `require("process").info().data.signal = function() end` will disable ctrl-alt-c entirely for that process
L35[03:45:28] <Ocawes​ome101> btw, did you ever finish fixing secureOS?
L36[03:45:40] <Shuud​oushi> Straight up don't remember if the release branch is still fucked, but the dev branch *should* be working https://github.com/Shuudoushi/SecureOS
L37[03:46:05] <Spar​kyFox> are mods still being made for 1.12? like addon stuff for oc
L38[03:46:13] <Shuud​oushi> Yes and no
L39[03:46:40] <walksanato​r. B⃢ot.> i am considering making a BrainF\\\* CPU
L40[03:46:49] <Shuud​oushi> Have fun
L41[03:46:58] <Ocawes​ome101> good luck programming anything significant in bf
L42[03:47:06] <walksanato​r. B⃢ot.> but i also have 0 java knowledge
L43[03:47:19] <Izaya> enjoy OOP hell
L44[03:47:28] <Shuud​oushi> ^
L45[03:47:47] <Shuud​oushi> Java is shit, c++ or die
L46[03:47:56] <walksanato​r. B⃢ot.> python gang over here
L47[03:48:19] <walksanato​r. B⃢ot.> (python cpu when)
L48[03:48:26] <Shuud​oushi> Says the guy that overhauled a good chunk of an operating systems backend in fucking Lua...
L49[03:48:33] <Izaya> like a while ago
L50[03:48:38] <walksanato​r. B⃢ot.> wait wut
L51[03:48:39] <Izaya> there's a micropython addon
L52[03:48:44] <Shuud​oushi> ^
L53[03:48:46] <walksanato​r. B⃢ot.> that runs python
L54[03:48:50] <Shuud​oushi> Es
L55[03:48:51] <Izaya> for if you want something that's just worse than lua
L56[03:48:53] <Spar​kyFox> ahh, i was gonna try something, but i cant even get 1.12 fore to even work, basically the new version, eclipse doesnt start minecraft(it does, but crashes it), so i wasnt sure if 1.12 has been dropped
L57[03:48:54] <Shuud​oushi> Yes*
L58[03:48:54] <walksanato​r. B⃢ot.> i want a python direct CPU
L59[03:49:17] <Shuud​oushi> There's also a python to Lua library some fucking place
L60[03:50:19] <Izaya> today's change to my cursed inventory system: rather than printing <true/false> and the number of items extracted, it pops up a dialog box while the list refreshes
L61[03:50:45] <Shuud​oushi> The fuck is wrong with you Izaya...
L62[03:50:59] <Izaya> it's nicer
L63[03:51:07] <Shuud​oushi> Lol
L64[03:51:09] <Izaya> keeps with the UI of the rest of the program
L65[03:51:32] <Izaya> rather than scrolling the screen and saying random shit
L66[03:51:41] <Izaya> you get a "Success" or "Error" box with a count
L67[03:51:50] <Izaya> and it only sticks around until the list is refreshed
L68[03:51:54] <Shuud​oushi> Clear and redraw just that line?
L69[03:52:26] <Izaya> I don't think you understand
L70[03:52:40] <Izaya> it refreshes the list of items from the server when you extract items
L71[03:52:44] <Izaya> which can take several seconds
L72[03:52:59] <Izaya> so rather than scrolling the whole pseudo-GUI out of the way for a status thinger
L73[03:53:02] <Shuud​oushi> Idfk, my inventory management consist of "jam it in that fucking box over there, then make 10 more because I can't remember what I did with it" lulz
L74[03:53:15] <Izaya> it shows a popup that tells you whether it worked or not
L75[03:53:34] * Amanda snuggles up around elfi, passes out
L76[03:53:37] <Amanda> Night nerds
L77[03:53:43] <Shuud​oushi> Night
L78[03:53:45] <Amanda> Oh
L79[03:53:48] <Izaya> lemme boot up the game to show you a screenshot
L80[03:53:50] <Izaya> o7
L81[03:55:01] <Amanda> Elfi: I know YouTubers intruding into the realm of the fae is annoying, but please refrain from creating entirely new timelines in reaction. Cute how the hydroponics farm they had was converted into a cookie bakery though
L82[03:55:18] <walksanato​r. B⃢ot.> anyone got a list of opencomputers peripheral mods for 1.12.2
L83[03:55:39] <Shuud​oushi> Curse forge?
L84[03:55:43] <walksanato​r. B⃢ot.> yes
L85[03:55:52] <walksanato​r. B⃢ot.> or github
L86[03:55:55] <walksanato​r. B⃢ot.> i can compile
L87[03:56:30] <Amanda> OpenTablets does a couple of qol things I wanted with tablets. Search "darkdna OpenTablets" it's on our gitlab
L88[03:56:35] <Shuud​oushi> Uh, idfk, I've been too busy to even make sure SoS is working as intended
L89[03:56:53] <Amanda> Anyways, time to sleep for real now
L90[03:57:00] <walksanato​r. B⃢ot.> >Ama​nda: OpenTablets does a couple of qol things I wanted with…
L91[03:57:00] <walksanato​r. B⃢ot.> here?https://gitlab.darkdna.net/amanda/mc-opentablets
L92[03:57:02] <Shuud​oushi> o/
L93[03:57:07] <Amanda> Yup
L94[03:57:17] <walksanato​r. B⃢ot.> neat
L95[03:57:25] <Amanda> Oh right, I never fixed the ci did i
L96[03:57:54] <Amanda> %remindme 8h poke Alex into helping fix the ci runners so OT can be built
L97[03:57:54] <MichiBot> I'll tell you "poke Alex into helping fix the ci runners so OT can be built" in 8h at 09/07/2021 11:57:54 AM
L98[04:03:59] <walksanato​r. B⃢ot.> i wonder what makes opencomputers so hard to port to 1.16
L99[04:24:54] <Izaya> Shuudoushi: still there?
L100[04:26:31] <Izaya> https://social.shadowkat.net/xmpp/upload/2S_ToW4msiudn3pi/2021-09-07_14.24.04.png
L101[04:27:27] <walksanato​r. B⃢ot.> umm how do i get text input in openComputers lua
L102[04:27:37] <Izaya> io.read, same as in normal Lua
L103[04:27:55] <walksanato​r. B⃢ot.> ok i am uses to CC lua which omits the `io.` part
L104[04:29:41] <Izaya> OC tries to implement the Lua standard libraries as specified in the manual as well as possible
L105[04:30:34] <Ocawes​ome101> i will point out that ULOS does standard library emulation a smidge better (at least in some areas) than OpenOS
L106[04:30:56] <walksanato​r. B⃢ot.> sad i cant seem to figure out how to `print` in boot scripts
L107[04:32:33] <Izaya> if it's before the OS loads, you'll need to talk to the component directly
L108[04:32:49] <walksanato​r. B⃢ot.> so io:stdout
L109[04:32:57] <Izaya> no
L110[04:33:00] <Izaya> ~w component
L111[04:33:00] <ocdoc> http://ocd.cil.li/component
L112[04:33:15] <walksanato​r. B⃢ot.> screen or gpu
L113[04:33:45] <Izaya> you'll end up having to deal with both
L114[04:36:18] <walksanato​r. B⃢ot.> first expiernce with OC and i am directly interracting with componets
L115[04:36:37] <walksanato​r. B⃢ot.> Also all ready disabled ctrl+alt+c
L116[04:37:36] <Ocawes​ome101> TLE running on Konsole.... https://tinyurl.com/yfewekc7
L117[04:38:03] <Ocawes​ome101> vs. TLE running on ULOS with `tty.profile=2` https://tinyurl.com/yzf97uzh
L118[04:38:20] <Ocawes​ome101> spot the difference? ...oh wait, there isn't one
L119[04:38:31] <Ocawes​ome101> (except the filename difference)
L120[04:40:27] <Ko​dos> Someone highlight me if Shuu comes back
L121[04:40:30] <s_​a_m> lemme get lcpio on openos vs linux :P
L122[04:42:00] <Ocawes​ome101> @sam the key thing here is that even the colors are 100% identical
L123[04:47:46] <s_​a_m> well yea
L124[04:47:53] <s_​a_m> lmao
L125[04:48:16] <s_​a_m> lcpio has weirdness under openos with colors
L126[04:53:21] <Cyborg​Potato> %tonkout
L127[04:53:22] <MichiBot> Wow! Cyborg​Potato! You beat your own previous record of 11 hours, 34 minutes and 26 seconds (By 1 hour, 45 minutes and 2 seconds)! I hope you're happy!
L128[04:53:23] <MichiBot> Cyborg​Potato has tonked out! Tonk has been reset! They gained 0.013 tonk points! plus 0.024 bonus points for consecutive hours! Current score: 0.08035, Position #10 => #8 (Overtook bauen1) Need 0.0557428 more points to pass ThePi​Guy24!
L129[05:00:25] <Ocawes​ome101> how does lcpio do colors?
L130[05:00:34] <Ocawes​ome101> %shellcount
L131[05:00:34] <MichiBot> Ocawes​ome101: You have 0 Blue Shells, 3 Red Shells, 5 Green Shells, and 2 Bricks
L132[05:00:37] <Ocawes​ome101> %tonkleaders
L133[05:00:37] <MichiBot> https://michibot.pc-logix.com/tonk
L134[05:01:04] <Ocawes​ome101> %redshell Forecaster
L135[05:01:05] <MichiBot> Ocawes​ome101: Unfortunately you missed with a 7 vs 14.
L136[05:01:08] <Ocawes​ome101> damn
L137[05:04:44] <s_​a_m> >Ocawes​ome101: how does lcpio do colors?
L138[05:04:45] <s_​a_m> ansi escapes, duh
L139[05:05:02] <Izaya> https://social.shadowkat.net/xmpp/upload/hpL8heVsS-mWmcey/2021-09-07_14.52.31.png
L140[05:14:37] ⇦ Quits: ben_mkiv (~ben_mkiv@2001:16b8:1ec2:f300:36d:f709:f01c:af2) (Ping timeout: 192 seconds)
L141[05:19:46] <Ocawes​ome101> >surface to ​air missile: ansi escapes, duh
L142[05:19:47] <Ocawes​ome101> I tried it it’s just that OpenOS doesn’t support bright colors?
L143[05:19:59] <Ocawes​ome101> I take it it’s just that OpenOS doesn’t support bright colors? [Edited]
L144[05:20:46] <walksanato​r. B⃢ot.> I dislike hoe I have to reload the world for oc to realismze the file changes I made via vscode extrnally
L145[05:21:04] <Izaya> you only need to remove and re-insert the drive
L146[05:21:09] <Izaya> but there's a config option to disable buffering
L147[05:21:12] <Ocawes​ome101> Disable bufferChanges in the COVID m config
L148[05:21:28] <Ocawes​ome101> Disable bufferChanges in the config [Edited]
L149[05:21:37] <Ocawes​ome101> Fkn iPad
L150[05:21:39] <walksanato​r. B⃢ot.> Also my text is overlapping
L151[05:31:35] <walksanato​r. B⃢ot.> here is my current code Code Block pastebined https://paste.pc-logix.com/adobiciwot
L152[05:32:01] <walksanato​r. B⃢ot.> (note: `status` is copied from /lib/core/boot.lua so i get print usage effectively)
L153[05:32:14] <walksanato​r. B⃢ot.> even though is the literal last thing to load
L154[05:32:33] <walksanato​r. B⃢ot.> it also seems to position the io.read funny
L155[05:32:51] <walksanato​r. B⃢ot.> (instead of being after the last printed statment it is instead on the next line it was just at)
L156[05:37:58] <Ko​dos> Why the hell can't I camo the camo mag reader
L157[05:38:15] <Izaya> today in OpenSecurity shit
L158[05:38:24] <Izaya> I made an airlock for my very airy base
L159[05:39:57] <JimTheGe​ntlemanGR> Hey
L160[05:40:52] <JimTheGe​ntlemanGR> uhm, I seem to be having an issue with the holoprojector, the computer is tier 3 with all the necessary components to run, i installed the stuff needed to do geo2holo, and the projector no matter if i connect it to the pc or not says "Not enough memory"
L161[05:41:46] <JimTheGe​ntlemanGR> Guys..?
L162[05:42:01] <walksanato​r. B⃢ot.> what all do you have running
L163[05:42:08] <walksanato​r. B⃢ot.> also what tier ram do you have in it
L164[05:42:15] <JimTheGe​ntlemanGR> 3.5
L165[05:42:22] <walksanato​r. B⃢ot.> 2 sticks?
L166[05:42:24] <JimTheGe​ntlemanGR> >walksanato​r. B⃢ot.: what all do you have running
L167[05:42:24] <JimTheGe​ntlemanGR> yes
L168[05:42:40] <walksanato​r. B⃢ot.> wait you have baisically everything running
L169[05:42:43] <walksanato​r. B⃢ot.> no wonder
L170[05:42:47] <walksanato​r. B⃢ot.> that is is alot of ram
L171[05:42:47] <MichiBot> ALOT: http://tinyurl.com/y42zurt
L172[05:43:07] <JimTheGe​ntlemanGR> >walksanato​r. B⃢ot.: that is is alot of ram
L173[05:43:07] <MichiBot> ALOT: http://tinyurl.com/y42zurt
L174[05:43:07] <JimTheGe​ntlemanGR> so what is the issue?
L175[05:43:25] <Ko​dos> You need more memory in your computer
L176[05:43:28] <walksanato​r. B⃢ot.> try having less running
L177[05:43:35] <Ko​dos> Upgrade your case, or yeah don't run so much at once
L178[05:43:37] <Ko​dos> Consider a server
L179[05:43:59] <JimTheGe​ntlemanGR> i removed one stick of ram
L180[05:44:25] <JimTheGe​ntlemanGR> >walksanato​r. B⃢ot.: try having less running
L181[05:44:25] <JimTheGe​ntlemanGR> the pc is connected to the geolyzer and the holo (also the screen too)
L182[05:44:38] <walksanato​r. B⃢ot.> you removed a stick of ram
L183[05:44:58] <JimTheGe​ntlemanGR> yes- 👁️👄👁️
L184[05:44:59] <walksanato​r. B⃢ot.> also how do you pack more power into a server
L185[05:45:46] <walksanato​r. B⃢ot.> because i only know how to use slot for componets
L186[05:48:03] <JimTheGe​ntlemanGR> >Ko​dos: Upgrade your case, or yeah don't run so much at on…
L187[05:48:03] <JimTheGe​ntlemanGR> it's already tier 3
L188[05:49:45] <walksanato​r. B⃢ot.> server racks can hold more ram
L189[05:50:07] <JimTheGe​ntlemanGR> well
L190[05:50:12] <JimTheGe​ntlemanGR> if that's what it takes to run a hologram
L191[05:50:37] <walksanato​r. B⃢ot.> also the servers are just generally more powerfull
L192[06:01:58] <Ko​dos> It's not that it's what it takes to run a hologram
L193[06:02:07] <Ko​dos> It's that you're clearly running too much
L194[06:02:20] <Ko​dos> But you aren't listening to that, so we're offering alternatives
L195[06:02:36] <Ko​dos> A server holds 4 sticks of memory vs a computer's 2
L196[06:02:49] <Ko​dos> It also has component buses which allow for more components connected per computer
L197[06:03:11] <walksanato​r. B⃢ot.> is there a way to use more than 4 memory sticks on a pc
L198[06:03:22] <Ko​dos> No but you can configure the memory per stick via the config
L199[06:03:51] <Ko​dos> Servers aren't necessarily more powerful than computers, but they are more situational use much like microcontrollers imo
L200[06:04:10] <Ko​dos> If you're not needing to interact with the computer much to have it do its job, a server is generally better suited for something like that
L201[06:04:18] <Ko​dos> Reactor monitors are great examples
L202[06:04:26] <Ko​dos> Or rather, reactor control programs
L203[06:04:31] <Ko​dos> Since those tend to be self sufficient
L204[06:04:44] <walksanato​r. B⃢ot.> microcrontroller would be neat if it could interface w/ a bit more
L205[06:05:05] <walksanato​r. B⃢ot.> but then they would be slightly cheaper computers
L206[06:05:35] <Ko​dos> The only time I've ever used a microcontroller is for monitoring a furnace's status and beeping when it's done
L207[06:05:52] <Ko​dos> And I only ever set that up when I'm doing a batch job of like 10,000 glass or some such
L208[06:07:03] <Ko​dos> There we go, Hard Storage is set up https://tinyurl.com/yf8cpv3k
L209[06:07:39] <Ko​dos> I was on the fence between a roll door and a security door, but eh
L210[06:07:46] <Ko​dos> It's a shed behind the Lab
L211[06:07:48] <Ko​dos> Who cares
L212[06:08:46] <walksanato​r. B⃢ot.> Message contained 4 or more newlines and was pastebined https://paste.pc-logix.com/upuyoromit
L213[06:09:11] <walksanato​r. B⃢ot.> hmm
L214[06:09:14] <walksanato​r. B⃢ot.> or
L215[06:09:40] <walksanato​r. B⃢ot.> i could have for EX: a number at index 0 which determines the device to be indexed
L216[06:10:23] <walksanato​r. B⃢ot.> so ex: Code Block pastebined https://paste.pc-logix.com/ihidumihik
L217[06:11:08] <walksanato​r. B⃢ot.> but you would then be hard capped at 255 componets
L218[06:11:19] <Ko​dos> Do we still have the bot doing brainfuck
L219[06:11:20] <walksanato​r. B⃢ot.> because BranF888 caps at 8 bit numbers
L220[06:11:34] <Ko​dos> %brainfuck ++++++++++[>+++++++>++++++++++>+++<<<-]>++.>+.+++++++
L221[06:11:34] <MichiBot> I had an exception... ow. Here's the stacktrace: https://paste.pc-logix.com/nozuyevowu
L222[06:11:34] <Ko​dos> ..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.
L223[06:11:41] <Ko​dos> Lmao I broke it
L224[06:12:06] <Ko​dos> Oh, wait, I see
L225[06:12:29] <Ko​dos> %brainfuck Code Block pastebined https://paste.pc-logix.com/tobejenohi
L226[06:12:36] <Izaya> .tell prisma there's a pretty big mineshaft system under the base by the way
L227[06:12:37] <Ko​dos> Ah, screw it
L228[06:12:40] <Izaya> %tell prisma there's a pretty big mineshaft system under the base by the way
L229[06:12:40] <MichiBot> Iz​aya: prisma will be notified of this message when next seen.
L230[06:13:01] <walksanato​r. B⃢ot.> %brainfuck
L231[06:13:01] <MichiBot> walksanato​r. B⃢ot.: Invalid arguments. %bf string
L232[06:13:01] <walksanato​r. B⃢ot.> ```+++.```
L233[06:13:08] <Ko​dos> %bf "++++++++++[>+++++++>++++++++++>+++<<<-]>++.>+.+++++++
L234[06:13:08] <MichiBot> I had an exception... ow. Here's the stacktrace: https://paste.pc-logix.com/anubosayug
L235[06:13:08] <Ko​dos> ..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+."
L236[06:13:11] <walksanato​r. B⃢ot.> %bf +++.
L237[06:13:11] <MichiBot> I had an exception... ow. Here's the stacktrace: https://paste.pc-logix.com/roxunisaja
L238[06:13:18] <Ko​dos> Okay, is broken I think
L239[06:13:21] <walksanato​r. B⃢ot.> %bf `+++.`
L240[06:13:22] <MichiBot> I had an exception... ow. Here's the stacktrace: https://paste.pc-logix.com/xiqoxinidi
L241[06:13:25] <walksanato​r. B⃢ot.> sad
L242[06:13:28] <Ko​dos> Yeah, let's not for now
L243[06:13:39] <walksanato​r. B⃢ot.> but that
L244[06:13:45] <walksanato​r. B⃢ot.> or some other esoland
L245[06:13:49] <walksanato​r. B⃢ot.> esolang*
L246[06:14:19] <JimTheGe​ntlemanGR> so- i left the server i was in, I went to a single player world, put the exact same set up of items and now the hologram works...?
L247[06:14:25] <JimTheGe​ntlemanGR> idk what is happenin
L248[06:14:32] <walksanato​r. B⃢ot.> mabey server configs
L249[06:15:27] <Ko​dos> Sounds like server configs yeah
L250[06:15:36] <Ko​dos> They probably lowered the memory per stick
L251[06:15:44] <Ko​dos> So on default settings, your setup works fine
L252[06:15:44] <JimTheGe​ntlemanGR> amma talk to the owner
L253[06:15:51] <Ko​dos> Indeed
L254[06:17:56] <walksanato​r. B⃢ot.> idea NDBall CPU
L255[06:17:56] <walksanato​r. B⃢ot.> https://esolangs.org/wiki/NDBall
L256[06:18:56] <walksanato​r. B⃢ot.> ah yes
L257[06:18:56] <walksanato​r. B⃢ot.> https://esolangs.org/wiki/Dimensifuck
L258[06:20:23] <walksanato​r. B⃢ot.> because i remeber i was making my own esolang which was a mix of NDBall, entropy, and Assembly
L259[06:30:59] <Mic​hiyo> @Kodos yes, IIRC it's broken due to a bug in the command class that @Forecaster has been working on?
L260[06:31:28] <Forec​aster> apparently regex escaping isn't working as well as it should
L261[06:31:33] <Mic​hiyo> ^
L262[06:31:56] <Mic​hiyo> brainfuck could likely get the same treatment lua did to run code from paste sites. I also want to let it support code blocks
L263[06:32:08] <Forec​aster> I might just have to manually escape meta characters in inputs
L264[06:33:13] <Forec​aster> I still need to finish those unit tests for the argument parser
L265[06:33:45] <Mic​hiyo> I'm an idiot however. Cause code blocks aren't sent as raw sites..
L266[06:33:56] <Mic​hiyo> so that support would have to come from Corded
L267[06:34:20] <Mic​hiyo> OR MichiBot would have to turn paste.pc-logix.com requests INTO raw pages
L268[06:36:00] <Ko​dos> How about neither of those, and instead you tell me how to camo the camo mag reader lol
L269[06:36:09] <Ko​dos> Also the sidedness of the biometric reader is wonky af
L270[06:36:20] <Ko​dos> It 'works' fine, but the appearance of it is weird
L271[06:36:46] <Ko​dos> The side you actually see your arm 'swing' when you interact is never the side the reader's facing, but it seems to work okay for actual interaction
L272[06:37:22] <Ko​dos> Just swapped out the card reader for the bio reader. Though I'm still on the fence, because I'm also considering the keypad
L273[06:37:27] <Ko​dos> But the biometric reader seems most secure
L274[06:37:49] <Ko​dos> I made it really easy and just have a list of authorized users I can read from for whatever program
L275[06:37:55] <Ko​dos> Well, their UUIDs
L276[06:38:23] <Ko​dos> And then it just assigns `true` to each UUID in the file, so I can just "If UUID then open_door" or whatever
L277[06:38:31] <Ko​dos> No muss no fuss
L278[06:38:45] <Ko​dos> Which, actually, I'm an idiot
L279[06:38:48] <Ko​dos> UUID will always return true
L280[06:46:24] <Shuud​oushi> @walksanator. B⃢ot. https://github.com/Shuudoushi/SecureOS/blob/dev/SecureOS/lib/core/boot.lua line 149
L281[06:46:25] <Shuud​oushi> https://github.com/Shuudoushi/SecureOS/blob/dev/SecureOS/sbin/login.lua basically the whole thing
L282[06:46:35] <Ko​dos> Make Rolldoor elements act as cables so this will work https://tinyurl.com/yk2audw7
L283[06:47:15] <Mic​hiyo> @Kodos I;m going to go ahead and just "What" that entire chunk of text there.
L284[06:51:05] <Mic​hiyo> Also, rolldoors aren't tileents AFAIK
L285[06:51:10] <Ko​dos> I'm working on a shed for h azmat storage
L286[06:51:55] <Ko​dos> I wanted a way to get out easier
L287[06:51:55] ⇨ Joins: ben_mkiv (~ben_mkiv@2001:16b8:1ec2:f300:36d:f709:f01c:af2)
L288[06:52:08] <Mic​hiyo> Oh, I'm wrong they are.
L289[06:52:11] <Mic​hiyo> shrug
L290[06:52:23] <Mic​hiyo> My "what" was to the upper chunk there.. though
L291[06:52:48] <Shuud​oushi> Sounds like michiyo has more work to do than they'd like to actually do
L292[06:53:03] <Mic​hiyo> lol
L293[06:53:04] <Mic​hiyo> no
L294[06:55:27] <Shuud​oushi> Oh yeah, i got another strongly worded email from Verizon about my cellular data usage lol
L295[06:55:58] <Shuud​oushi> It was just 1tb last month, idfk why they're bitching
L296[06:59:11] <Mic​hiyo> ok.. wtf why isn't the camo card reader working
L297[06:59:46] <Izaya> it's hiding from you
L298[07:00:05] <Shuud​oushi> 99 bugs in the code, 99 bugs in the code! Take one down, patch it around. 105 bugs in the code!
L299[07:00:19] <Forec​aster> %bugs
L300[07:00:19] <MichiBot> 63 little bugs on the wall. Take one down, patch it around. 145 little bugs on the wall.
L301[07:01:05] <Mic​hiyo> GOD DAMN IT
L302[07:02:34] <Shuud​oushi> Lulz, rip michiyo
L303[07:04:14] <Forec​aster> %tonk
L304[07:04:15] <MichiBot> Fudge! Forec​aster! You beat Cyborg​Potato's previous record of <0 (By 2 hours, 10 minutes and 53 seconds)! I hope you're happy!
L305[07:04:16] <MichiBot> Forecaster's new record is 2 hours, 10 minutes and 53 seconds! Forecaster also gained 0.00218 tonk points for stealing the tonk. Position #1.
L306[07:04:20] <Mic​hiyo> Great... and I can't fucking BUILD THE MOD ANYMORE.
L307[07:04:22] <Mic​hiyo> yay!
L308[07:05:06] <Mic​hiyo> https://github.com/PC-Logix/OpenSecurity/blob/6a6495e8b7704157e1f1de3d4d75b723dc2cd577/src/main/java/pcl/opensecurity/common/blocks/BlockMagReaderCamo.java#L84-L108 Tell me if anyone sees the issue here
L309[07:05:43] <Mic​hiyo> Cause... I'm not sure.
L310[07:05:54] <Forec​aster> what's not working?
L311[07:06:30] <Mic​hiyo> IDK wtf is wrong actually
L312[07:06:41] <Ko​dos> It won't let me right click it with a block to conceal it
L313[07:06:42] <Mic​hiyo> I need to get this in a working damn dev env which is impossible right now
L314[07:07:36] <Mic​hiyo> this worked once upon a time... because it was working on my 1.12 server.
L315[07:07:37] <Forec​aster> oh, because it returns false if you don't click it with a card or an empty hand?
L316[07:07:44] <Mic​hiyo> I HAD it deployed...
L317[07:08:40] <Mic​hiyo> wait... I wasn't running a released build
L318[07:08:43] <Mic​hiyo> let's try this build
L319[07:10:03] <Mic​hiyo> Ok..
L320[07:10:03] <Mic​hiyo> https://github.com/PC-Logix/OpenSecurity/blob/83006e94522079baae4e601d124f91e5ade1dfdd/src/main/java/pcl/opensecurity/common/blocks/BlockCamouflage.java#L53-L80
L321[07:10:13] <Mic​hiyo> But then I override THAT in the reader block
L322[07:10:44] <Mic​hiyo> So.. how the hell was it working before (Also it doesn't work in this build either...
L323[07:11:24] <Mic​hiyo> So.. how the hell was it working before (Also it doesn't work in this build either...) [Edited]
L324[07:13:13] <Mic​hiyo> https://ci.pc-logix.com/job/OpenSecurity-1.12/73/console This is effing annoying
L325[07:13:21] <Izaya> once I get all these rolldoors hooked up I should do a video
L326[07:16:54] <Mic​hiyo> FMFL
L327[07:16:58] <Mic​hiyo> https://maven.tehnut.info/appeng/appliedenergistics2/rv6-stable-1/appliedenergistics2-rv6-stable-1.pom
L328[07:17:25] <Mic​hiyo> WHY DOES OPENSECURITY EVEN NEED AE2?!
L329[07:17:49] <Forec​aster> to store all the security
L330[07:18:33] <Mic​hiyo> Fuck it
L331[07:18:34] <Mic​hiyo> I'm done
L332[07:21:31] <Shuud​oushi> >fuck it
L333[07:21:31] <Shuud​oushi> >I'm done
L334[07:21:32] <Shuud​oushi> I feel this statement in the core of my being
L335[07:22:40] <Forec​aster> Done it
L336[07:22:40] <Forec​aster> I'm fuck
L337[07:22:53] <Shuud​oushi> >Forec​aster: to store all the security
L338[07:22:54] <Shuud​oushi> I'm pretty sure michiyo will shank you with a keyboard, lulz
L339[07:23:32] <Forec​aster> just gotta `%shiv Forecaster keyboard`
L340[07:24:51] <Ko​dos> Why does the security door work as fuel? The world may never know answers to weird questions like these
L341[07:25:26] <Mic​hiyo> Because it subclasses a door
L342[07:25:34] <Izaya> hmm
L343[07:25:42] <Izaya> I'm going to run out of space in my iron compacting drawer
L344[07:32:12] <Ko​dos> Well what the shit, now I can't place a security door
L345[07:32:45] <Ko​dos> Oh, wait, I know why
L346[07:34:52] <Mic​hiyo> @benmkiv / benmkiv either one I don't care.... you have a build dep on AE2 for "the case block" that isn't even IN OpenSec... is there even a reason to have it??
L347[07:40:15] <Ko​dos> Hey uhh What's an easy way to get a magcard's UUID
L348[07:40:25] <Ko​dos> Without having to write it to a file via a quick Lua console thinger
L349[07:40:47] <Mic​hiyo> dmesg should show it
L350[07:40:59] <Ko​dos> Yeah but for the sake of needing to put it into a cfg file
L351[07:41:06] <Mic​hiyo> good luck
L352[07:41:20] <Ko​dos> Welp, time to write a program to generate a cfg file by swiping cards
L353[07:41:48] <Ko​dos> Might actually be a better idea anyway, just have a set of validated cards I hand out, that I can invalidate at will
L354[07:42:04] <Ko​dos> And then just have each program have a key I can press to 'update' the authorized list
L355[07:42:16] <Ko​dos> Without having to interrupt much else of the program
L356[07:50:36] ⇨ Joins: Vexatos (~Vexatos@port-92-192-217-230.dynamic.as20676.net)
L357[07:50:36] zsh sets mode: +v on Vexatos
L358[07:56:33] <Ko​dos> Fuck me, spent 10 minutes debugging why the fuck the door wouldn't open, including 5 minutes meticulously making sure I had the UUID right
L359[07:56:44] <Ko​dos> I was catching an event called magReader, when I was needing magData
L360[07:57:09] <Ko​dos> I swear, I know I'm a smart dude, but writing programs in Lua for OpenComputers really makes me feel dumb af sometimes
L361[08:00:08] <Mic​hiyo> in your defense... magReader makes more sense... set that event name :P
L362[08:04:59] <Ko​dos> Lol I just fixed the code back to magData
L363[08:05:09] <Ko​dos> But when I get to the point of actually setting everything up proper, and not in a sandbox
L364[08:05:14] <Ko​dos> I'll do it a bit cleaner
L365[08:05:34] <Ko​dos> I'll do the card UUID writing program in single player as well so I don't lose that file
L366[08:06:54] <Ko​dos> In the mean time, that looks much cleaner, even if it's just an entrance to a Hard Storage shed https://tinyurl.com/ygw6r4dg
L367[08:15:38] <Mic​hiyo> ummm.. WTF
L368[08:15:54] <Mic​hiyo> https://tinyurl.com/yf9hsll3
L369[08:15:58] <Mic​hiyo> Build 18 AND 75???
L370[08:16:40] <Ko​dos> https://tenor.com/view/what-wtf-gif-20531847
L371[08:16:45] <Mic​hiyo> Good news is.. OpenSecurity builds again.
L372[08:16:55] <Mic​hiyo> Bad news is... It builds... twice... somewhere else?????
L373[08:17:04] <Ko​dos> #blameben
L374[08:18:00] <Ko​dos> I really like that I can put strip cards in the briefcase
L375[08:18:30] <Ko​dos> I've already gotten step one of my security stuff sorted
L376[08:18:49] <Ko​dos> I just need to move it over to a central security server and have different things network to it to check if the card/user is authorized
L377[08:19:13] <Ko​dos> I wonder if comments on my files would work
L378[08:19:58] <Mic​hiyo> Where the hell is the 2nd build coming from o_O
L379[08:20:12] <Ko​dos> Would something like Code Block pastebined https://paste.pc-logix.com/gixetuxequ
L380[08:20:12] <Ko​dos> break if I had a file of lines with user UUIDs and then `-- My comment here`?
L381[08:20:22] <Forec​aster> mirror universe leaking into this one
L382[08:20:54] <Forec​aster> it would insert the comment into the table?
L383[08:21:06] <Ko​dos> Bah okay
L384[08:21:50] <Forec​aster> unless you do something like `not line.startsWith('--')` whatever the equivalent is in Lua
L385[08:21:52] <Forec​aster> probably patterns
L386[08:22:21] <Ko​dos> See, that I could handle because I already have code from Dave when I checked chat messages to only respond to things that started with `Dave, `
L387[08:27:45] <Mic​hiyo> I thought I might have had travis or cloud bees setup.. but no...
L388[08:28:45] <Mic​hiyo> the only webhooks I have configured in github are for discord, and jenkins
L389[08:29:02] <Mic​hiyo> and gitter
L390[08:29:07] <Mic​hiyo> wow... remember gitter?
L391[08:29:10] <Mic​hiyo> I sure don';t
L392[08:29:28] <Forec​aster> uh
L393[08:31:39] <Ko​dos> 14 days and no comment on my secure disk box idea 😦
L394[08:31:59] <Ko​dos> Even a regular one would be nice at this point
L395[08:32:13] <Ko​dos> Just a little box that I can sit on top of my filing cabinet that renders the floppies inside of it
L396[08:33:05] <Mic​hiyo> Yeah, I've not touched Java, much less MC modding in a long ass time. I'm just starting again.
L397[08:33:14] <Ko​dos> Something like this, but only holding 2 rows of 5 disks https://tinyurl.com/yef5w6xa
L398[08:33:35] <Mic​hiyo> Also, I don't do rendering, so you'll be lucky to get a UI
L399[08:33:41] <Mic​hiyo> IF anything
L400[08:33:56] <Ko​dos> I mean I'm down for a more immersive experience, where I right click with the disk in hand to store, empty hand to retrieve
L401[08:34:04] <Ko​dos> Sneak right click with empty hand to open/close the box
L402[08:34:12] <Mic​hiyo> hahahahahahahahaahhaahaaaaaaaaaa
L403[08:34:21] <Forec​aster> hitting the right disk would be really fiddly
L404[08:34:25] <Mic​hiyo> jajajajajajajajajajajajajajajajaaaaaaa for my non english speaking friends
L405[08:40:56] <ben_​mkiv> uhmmmmmm, ae2 dep... idk, let me take a look
L406[08:42:16] <Mic​hiyo> Nah
L407[08:42:18] <Mic​hiyo> it's cool
L408[08:42:20] <Mic​hiyo> I ripped it out
L409[08:42:22] <Mic​hiyo> builds just fine
L410[08:42:46] <Forec​aster> 1 year later: "Who removed the ae2 dep?!"
L411[08:43:01] <ben_​mkiv> 😄
L412[08:43:10] <Mic​hiyo> The case was moved to one of ben's other mods
L413[08:43:12] <Com​pec> should i port my menu program thing to OC
L414[08:43:46] <ben_​mkiv> i think... i was adding the blast resistant stuff within OpenSecurity first, but moved that later to ocdevices and that might have slipped through
L415[08:43:58] <ben_​mkiv> that's the only thing that i could think of related to a case block...
L416[08:44:06] <ben_​mkiv> but still, no idea why it would depend on AE2
L417[08:44:21] <Mic​hiyo> Yep
L418[08:44:34] <Mic​hiyo> No clue, but that's what it was
L419[08:46:17] <ben_​mkiv> well i can say, i have the same dependency in OCDevices
L420[08:46:30] <ben_​mkiv> but i don't see anything referencing AE2 stuff either 😄
L421[08:46:55] <Forec​aster> it just wanted to be included and added itself
L422[08:47:26] <Mic​hiyo> So yeah.. it LOOKS like I just need to call super.onInteract or something and I'm not
L423[08:47:50] <Com​pec> im just watching the smart people speak
L424[08:48:59] <Izaya> steam don't segfault on login challenge 2021
L425[08:50:08] <Com​pec> onfmfmfmff how ir np aegdIflt
L426[08:50:51] <Forec​aster> whatever that is maybe stop mashing the keyboard
L427[08:50:51] <ben_​mkiv> and i just packed my java dev stuff up and moved it on my spare drive to get some free space...
L428[08:51:44] <ben_​mkiv> bet ocdevices also doesn't need the AE2-dep, unless it was some weird edge case where one of the dependencies required it
L429[08:52:52] <Mic​hiyo> god damn it.. I can't get my dev env working... so I have to do this via gitweb.. and this shit is annoying
L430[08:52:59] <Mic​hiyo> Code Block pastebined https://paste.pc-logix.com/zikiwitemi
L431[08:53:55] <ben_​mkiv> yea
L432[08:54:02] <ben_​mkiv> you added datatypes as parameters
L433[08:54:37] <Mic​hiyo> Yeah and?
L434[08:54:42] <Mic​hiyo> it bitched that I DIDN'T before
L435[08:54:44] <Mic​hiyo> Code Block pastebined https://paste.pc-logix.com/kizusiyuya
L436[08:54:59] <ben_​mkiv> 😄
L437[08:55:09] <ben_​mkiv> `super.onBlockActivated(World,BlockPos,IBlockState,EntityPlayer,EnumHand,EnumFacing,float,float,float);`
L438[08:55:16] <ben_​mkiv> thats not how you call a function
L439[08:55:29] <Mic​hiyo> ugh fuck me
L440[08:55:43] <ben_​mkiv> literary?
L441[08:55:44] <Mic​hiyo> I'm not an idiot ok
L442[08:55:51] <Mic​hiyo> I swear
L443[08:55:53] <Mic​hiyo> ....
L444[08:55:57] <Mic​hiyo> I just play one on IRC
L445[08:56:00] <Mic​hiyo> and discord.
L446[08:56:10] <Forec​aster> dircord
L447[08:56:19] <Corded> * <Mic​hiyo> sighs
L448[08:56:20] <Forec​aster> d*irc*ord [Edited]
L449[08:56:29] <Forec​aster> d**irc**ord [Edited]
L450[08:57:11] <ben_​mkiv> %choice amd or intel
L451[08:57:12] <MichiBot> ben_​mkiv: Hold on tightly! "amd" is a wild ride!
L452[08:57:15] ⇨ Joins: ThePiGuy24 (~ThePiGuy2@host-92-17-120-33.as13285.net)
L453[08:57:42] <Com​pec> amd is good
L454[08:57:47] <ben_​mkiv> %choice amd or michiyo
L455[08:57:48] <MichiBot> ben_​mkiv: I have a pamphlet that says never to engage in "amd", so you should definitely do it!
L456[08:58:08] <Com​pec> the radeon hd 6xxx series was trash tho
L457[08:58:36] <ben_​mkiv> i'm reading about failure rates of 5900x/5950x and i'm concerned
L458[08:58:54] <Com​pec> its prob rare
L459[08:59:00] <Com​pec> dont worry bout it
L460[08:59:05] <Com​pec> if u have the gpu
L461[08:59:25] <ben_​mkiv> i don't need it to play
L462[08:59:45] <Com​pec> i get that
L463[08:59:54] <ben_​mkiv> well, not only
L464[09:00:01] <ben_​mkiv> not primary
L465[09:03:40] <Mic​hiyo> @Kodos testing build 79 which may, or may not have a fix for camo mag readers
L466[09:03:46] <Mic​hiyo> if so neat! if not.. night!
L467[09:04:15] <Mic​hiyo> ah.. it doesn't cancel the block place....
L468[09:04:27] <Forec​aster> so close
L469[09:04:41] <Mic​hiyo> https://i.imgur.com/AeP2VwQ.png but that is a camo'd mag reader
L470[09:06:35] <Com​pec> michiyo is open security developer?
L471[09:06:44] <Forec​aster> yes
L472[09:07:03] <Forec​aster> well, about once a year
L473[09:07:14] <Mic​hiyo> Yeah, primary, ben_mkiv has done a lot of work though
L474[09:07:31] <ben_​mkiv> i've done a lot of nonsense apparently
L475[09:08:10] <Mic​hiyo> pffft
L476[09:08:43] <Com​pec> man if only i knew java
L477[09:08:47] <Ko​dos> I still want long range wireless networking a la BitNet communications towers
L478[09:08:52] <ben_​mkiv> then you could fix all the bugs in my mods
L479[09:08:55] <Forec​aster> the only way to know is to do
L480[09:09:05] <Ko​dos> Man I cannot say it enough
L481[09:09:14] <Ko​dos> If I can learn enough Java to make two mods
L482[09:09:15] <ben_​mkiv> and fulfill feature requests from kodos
L483[09:09:20] <Ko​dos> Anyone can
L484[09:09:33] <Mic​hiyo> WHERE IS THIS 2nD BUILD COMING FROM
L485[09:09:36] <Ko​dos> I’m a fuckin moron
L486[09:09:38] <ben_​mkiv> why do you make feature requests instead of PRs then?!?!?!
L487[09:10:05] <Ko​dos> Because yalls code is hard to work with and also because the last mod I made was for 1.17
L488[09:10:10] <Ko​dos> Err 1.7
L489[09:10:21] <ben_​mkiv> how is that hard?
L490[09:10:27] <Ko​dos> And I cba
L491[09:10:37] <Mic​hiyo> there, if build 80 doesn't do it fuck it
L492[09:10:57] <Ko​dos> I very much doubt fucking it will help but I shall endeavor to try
L493[09:11:07] <ben_​mkiv> you need my permit, too
L494[09:11:08] <Mic​hiyo> build 80 doesn't fucking do it
L495[09:11:09] <Mic​hiyo> so fuck it
L496[09:11:12] <ben_​mkiv> dont
L497[09:11:28] <ben_​mkiv> don't put your ... in crazy
L498[09:11:35] <Ko​dos> I have my permit one sec
L499[09:11:45] <Ko​dos> https://tenor.com/view/ron-bacon-permit-i-can-do-what-i-want-gif-4655564
L500[09:12:47] <ben_​mkiv> https://tenor.com/view/leonardo-dicaprio-absolutely-fucking-not-gif-4496112
L501[09:13:32] <Mic​hiyo> https://github.com/PC-Logix/OpenSecurity/blob/1.12.2/src/main/java/pcl/opensecurity/common/blocks/BlockMagReaderCamo.java#L84-L111 I'm not returning false properly SOMEWHERE in here
L502[09:13:33] <Ko​dos> Anyway so the idea I had for long range networking is basically se laser antennae
L503[09:13:33] <Mic​hiyo> IDK man
L504[09:13:44] <Mic​hiyo> Kodos build 80 DOES atleast let you camo the damn block
L505[09:13:49] <Ko​dos> K
L506[09:13:53] <Mic​hiyo> you just have to break the block afterwards
L507[09:14:10] <Mic​hiyo> cause it camos AND places it
L508[09:14:12] <Ko​dos> Or just stand in the block space in front of the reader so it doesn’t place
L509[09:14:17] <Mic​hiyo> yeah or that
L510[09:14:21] <Mic​hiyo> was JUST about to type that
L511[09:14:23] <ben_​mkiv> its a feature
L512[09:14:33] <Ko​dos> Feature™️
L513[09:14:40] <ben_​mkiv> smart camo by michiyo
L514[09:14:52] <Ko​dos> Smart™️
L515[09:14:59] <Mic​hiyo> shoot me
L516[09:15:18] <ben_​mkiv> https://tenor.com/view/anime-cat-pew-pewpew-shoot-gif-4898188
L517[09:15:28] <Ko​dos> There you’ve been (screen)shot
L518[09:16:02] <Com​pec> how learn java
L519[09:16:03] <Com​pec> how make minecraft mod
L520[09:16:35] <Mic​hiyo> does this damn thing even work Kodos???
L521[09:16:40] <Com​pec> no
L522[09:16:41] <Mic​hiyo> cause... it looks like I'm an idiot?
L523[09:16:49] <Mic​hiyo> `ileEntitySecureDoor tile = (TileEntitySecureDoor) world.getTileEntity(pos);`
L524[09:16:58] <Ko​dos> Well
L525[09:17:00] <Com​pec> ile
L526[09:17:02] <Ko​dos> Crazy thing
L527[09:17:17] <Ko​dos> Why does it say tile entity secure door if we are discussing a mag reader
L528[09:17:21] <ben_​mkiv> i was wondering about that, too
L529[09:17:25] <Mic​hiyo> That's the question
L530[09:17:30] <Mic​hiyo> that I'm asking
L531[09:17:51] <ben_​mkiv> didn't you make a security door with integrated mag reader?
L532[09:17:53] <Ko​dos> Let me pop back over to the computer and see if calling toggle on it flips it upside down
L533[09:17:54] <Mic​hiyo> I did!
L534[09:17:55] <ben_​mkiv> i thought thats somehow related
L535[09:18:43] <Ko​dos> Actually no I can’t be bothered trying to get off the couch now. Stenosis finally won for tonight
L536[09:19:00] <Mic​hiyo> I'm writing a card now
L537[09:19:39] <Mic​hiyo> Well... THAT was a crash
L538[09:19:54] <Mic​hiyo> `java.lang.ClassCastException: pcl.opensecurity.common.tileentity.TileEntityMagReader cannot be cast to pcl.opensecurity.common.tileentity.TileEntitySecureDoor`
L539[09:19:59] <Mic​hiyo> What fucking idiot wrote this shit?
L540[09:20:02] <Ko​dos> https://tenor.com/view/curb-car-hit-drive-crash-gif-16279857
L541[09:20:08] <Com​pec> you prob
L542[09:20:13] <Com​pec> not an insult
L543[09:20:44] <Mic​hiyo> `CaitlynMainer TileEntityMagReader != TileEntitySecureDoor Today you learned`
L544[09:21:24] <Mic​hiyo> I really want to know where this 2nd build comes from
L545[09:21:37] <Com​pec> God
L546[09:23:12] <ben_​mkiv> the whole method hurts my brain
L547[09:23:35] <Forec​aster> just place the block on the side of the reader, placement and camo in one click, efficient
L548[09:23:39] <Mic​hiyo> https://i.imgur.com/CSk1n92.png
L549[09:23:47] <Mic​hiyo> damn it
L550[09:23:59] <Mic​hiyo> https://i.imgur.com/mkFH5G8.png
L551[09:24:06] <Mic​hiyo> there.
L552[09:24:08] <Mic​hiyo> it works
L553[09:24:10] <Mic​hiyo> no crash
L554[09:24:11] <Com​pec> where the fuck is your server list
L555[09:24:15] <Com​pec> or bar
L556[09:24:20] <Mic​hiyo> top
L557[09:24:30] <Forec​aster> in the nullzone
L558[09:24:56] <Izaya> tabs, as they were intended to be used
L559[09:25:37] <ben_​mkiv> Code Block pastebined https://paste.pc-logix.com/ajivenanik
L560[09:25:54] <Com​pec> what do dat do
L561[09:25:55] <ben_​mkiv> Code Block pastebined https://paste.pc-logix.com/pixivalumo [Edited]
L562[09:26:06] <ben_​mkiv> the whole if whatever shit is already handled above
L563[09:26:40] <ben_​mkiv> actually
L564[09:27:05] <Mic​hiyo> 91 to 97 were literally slapped on like (at this point 10 commits ago).. I didn't I didn't write any of it with that in mind
L565[09:27:11] <ben_​mkiv> Code Block pastebined https://paste.pc-logix.com/uwijosuwox [Edited]
L566[09:27:31] <Mic​hiyo> and when I added it, I didn't rewrite 99-109
L567[09:27:58] <Mic​hiyo> 91-97 were added STRICTLY to support main/off hand mag cards
L568[09:28:27] <Mic​hiyo> Basically as a "This will do until I have time to come back" and I've not REALLY had time to come back
L569[09:28:48] <Mic​hiyo> I STILL don't... but here we are with me trying to throw more duct tape on it until I can
L570[09:29:03] <Mic​hiyo> via ya know.. gitweb since I don't even have a working dev env right now
L571[09:29:03] <Com​pec> :neko:
L572[09:29:31] <ben_​mkiv> wait what
L573[09:29:37] <ben_​mkiv> this server has ONE emote and its a neko?
L574[09:29:44] <Mic​hiyo> Yes.
L575[09:29:48] <ben_​mkiv> xD
L576[09:30:17] <Com​pec> more nekos are needed
L577[09:30:30] <Izaya> but is it oneko
L578[09:30:51] <Izaya> https://upload.wikimedia.org/wikipedia/commons/b/b1/Neko_animation_steps_-_falling_asleep.png
L579[09:31:08] <ben_​mkiv> wasn't that a desktop app years ago
L580[09:31:12] <Com​pec> ye
L581[09:31:13] <ben_​mkiv> where that cat sat on the taskbar
L582[09:31:30] <Izaya> oneko follows the cursor, nominally
L583[09:31:44] <ben_​mkiv> oh right
L584[09:32:36] <ben_​mkiv> if i had a 5950x now it would have been compiled before i pressed enter
L585[09:32:47] <Com​pec> probably
L586[09:34:01] <Com​pec> compiling is even worse on my laptop
L587[09:34:20] <ben_​mkiv> nice, it even rans across screens
L588[09:34:25] <ben_​mkiv> nice, it even runs across screens [Edited]
L589[09:34:42] <Com​pec> ben
L590[09:34:42] <Com​pec> amd or ARM
L591[09:35:20] <ben_​mkiv> arm is the german word for poor
L592[09:35:25] <ben_​mkiv> so guess AMD
L593[09:35:48] <Com​pec> ok
L594[09:35:54] <Com​pec> i got a threadripper
L595[09:36:07] <Izaya> so is an armed revolution naturally a lower-class thing
L596[09:36:10] <ben_​mkiv> which generation?
L597[09:37:38] <Com​pec> 1st
L598[09:37:39] <Com​pec> idk
L599[09:42:44] <Izaya> ThePiGuy24: https://static.dezeen.com/uploads/2015/12/Laurent-Kronental_Souvenir-d-un-Futur_dezeen_936_0.jpg
L600[09:49:14] <Mic​hiyo> Ok... disabled the Jenkins webhook... if a new build shows up on Curseforge I'm going to be pissed.
L601[09:50:29] <Mic​hiyo> ok..
L602[09:50:32] <Mic​hiyo> no new build.
L603[09:55:13] <Mic​hiyo> That makes no sense... it ONLY happens when I set the webhook up
L604[09:56:02] <Mic​hiyo> meh
L605[09:56:03] <Mic​hiyo> night
L606[10:03:50] <Forec​aster> ghosts
L607[10:07:54] <ben_​mkiv> %choice ECC or YOLO
L608[10:07:54] <MichiBot> ben_​mkiv: I've heard "ECC" is in these days
L609[10:10:02] <ben_​mkiv> https://tenor.com/view/yolo-cat-sandwich-gif-9028935
L610[10:10:08] <ben_​mkiv> i think i should trust this cat
L611[10:11:12] <ben_​mkiv> or wait, is that peanut butter and jelly?!
L612[10:11:32] <Forec​aster> yes?
L613[10:11:40] <ben_​mkiv> ok, i don't trust this cat anymore
L614[11:31:26] ⇦ Quits: ThePiGuy24 (~ThePiGuy2@host-92-17-120-33.as13285.net) (Ping timeout: 189 seconds)
L615[11:35:17] ⇨ Joins: ThePiGuy24 (~ThePiGuy2@host-92-17-120-33.as13285.net)
L616[11:57:55] <MichiBot> Amanda REMINDER: poke Alex into helping fix the ci runners so OT can be built
L617[12:21:24] ⇦ Quits: ben_mkiv (~ben_mkiv@2001:16b8:1ec2:f300:36d:f709:f01c:af2) (Killed (NickServ (GHOST command used by ben_mkiv|afk!~ben_mkiv@200116b814963000e8edda09165d7dd4.dip.versatel-1u1.de)))
L618[12:21:26] ⇨ Joins: ben_mkiv|afk (~ben_mkiv@200116b814963000e8edda09165d7dd4.dip.versatel-1u1.de)
L619[12:21:45] <Forec​aster> %sip
L620[12:21:45] <MichiBot> You drink a thick lime potion (New!). Forecaster now has a mullet until they eat a pie.
L621[12:21:50] <Forec​aster> ohno
L622[12:21:54] <Forec​aster> I need to find a pie
L623[12:31:12] <Amanda> I like how in one of the factorio main screen simulations the tanks that run over all the biters also destroy the factorio logo and the studio's logo
L624[12:31:51] <Com​pec> %sip
L625[12:31:51] <MichiBot> You drink a soft strawberry potion (New!). Compec feels slightly more agile.
L626[12:40:46] <Va​ur> %tonk
L627[12:40:46] <MichiBot> Yeah! Va​ur! You beat Forec​aster's previous record of 2 hours, 10 minutes and 53 seconds (By 3 hours, 25 minutes and 37 seconds)! I hope you're happy!
L628[12:40:47] <MichiBot> Vaur's new record is 5 hours, 36 minutes and 30 seconds! Vaur also gained 0.01029 (0.00343 x 3) tonk points for stealing the tonk. Position #2. Need 0.18118866 more points to pass Forec​aster!
L629[13:10:10] <Amanda> %choose oil proc. should make sulfur>
L630[13:10:10] <MichiBot> Ama​nda: Why would you do that when you could do something else instead?
L631[13:19:07] ⇦ Quits: ben_mkiv|afk (~ben_mkiv@200116b814963000e8edda09165d7dd4.dip.versatel-1u1.de) (Ping timeout: 192 seconds)
L632[13:36:09] <s_​a_m> the s in project wingman stands for salami
L633[13:58:42] ⇦ Quits: BrightYC (~BrightYC@147.78.67.50) (Quit: I wish)
L634[13:59:53] ⇨ Joins: BrightYC (~BrightYC@147.78.67.50)
L635[14:45:53] <Amanda> https://matrix.camnet.site/_matrix/media/r0/download/camnet.site/cmNXAyzqJvObQyfndEPvJtfI/screenshot-1631025827.png
L636[14:46:08] <Amanda> Does anyone know of an option/mod to make these less verbose?
L637[14:51:10] <Forec​aster> That's great logitech, just putting a button that says "Restart" and no explanation or anything... https://tinyurl.com/yzcjg2mp
L638[14:51:33] <Forec​aster> I'm assuming it means "restart the system to finish the installation", but it'd be nice to actually know for sure...
L639[14:54:14] <s_​a_m> https://hothardware.com/news/arm-china-goes-rouge-starts-up-as-an-independent-company
L640[14:54:18] <s_​a_m> :LappKEK:
L641[15:10:41] <Amanda> %choose move everything up by one block or wait for the production to drain first
L642[15:10:41] <MichiBot> Ama​nda: Elementary dear Watson, "wait for the production to drain first" is the obvious choice!
L643[15:10:57] <Forec​aster> she's not wrong
L644[15:57:44] <Ocawes​ome101> hmm
L645[15:57:52] <Ocawes​ome101> struggling with OCVM's palette color weirdness
L646[16:07:31] <Ko​dos> What's weird about it
L647[16:14:11] <Ocawes​ome101> it doesn't behave correctly when setting palette colors
L648[16:15:19] <Ocawes​ome101> these should be much more vibrant; the blue bit is explicitly not set using palette colors, but everything else is https://tinyurl.com/yz9rehdg
L649[16:16:10] <ThePi​Guy24> oh yeah ocvm has colour issues
L650[16:16:51] <Ocawes​ome101> it only impacts the palette, sadly
L651[16:16:56] <Ocawes​ome101> well
L652[16:16:59] <Ocawes​ome101> i guess it's fortunate
L653[16:17:02] <Ocawes​ome101> it's also really annoying
L654[16:17:23] <Ocawes​ome101> wait wait wait
L655[16:17:25] <ThePi​Guy24> all colours are impacted
L656[16:17:28] <Ocawes​ome101> really?
L657[16:17:31] <Ocawes​ome101> i haven't noticed
L658[16:17:42] <ThePi​Guy24> it converts them all to 256 colour ansi
L659[16:17:49] <ThePi​Guy24> rather than full 24 bit rgb
L660[16:17:59] <Ocawes​ome101> shouldn't it do that for OC compatibility's sake?
L661[16:18:08] <ThePi​Guy24> its a different pallete
L662[16:18:31] <Ocawes​ome101> true
L663[16:18:43] <Ocawes​ome101> it's probably because only a handful of terminal emulators support 24-bit rgb
L664[16:19:20] <ThePi​Guy24> from experience, few dont
L665[16:19:50] <ThePi​Guy24> even xterm supports them, granted iirc it converts them back to 256 internally
L666[16:20:04] <ThePi​Guy24> and i think the ttys do the same
L667[16:20:38] <Ko​dos> https://tinyurl.com/yg6g922v
L668[16:35:38] <Ocawes​ome101> holy shit palette colors work now https://tinyurl.com/yera9f34
L669[16:35:46] <Ocawes​ome101> i have touched c++ about 2 times in my life prior to this
L670[16:43:02] <Ko​dos> What devilry is this
L671[16:43:56] <Ko​dos> Time to do my security stuff in Ocelot
L672[16:44:26] <Forec​aster> %zip
L673[16:44:39] <Forec​aster> %sip
L674[16:44:39] <MichiBot> You drink a solid rock potion (New!). Forecaster now has a mullet until someone stabs them.
L675[16:44:51] <Forec​aster> again with the mullet D:<
L676[16:45:04] <Ocawes​ome101> all i had to do was add a generator for true-color ansi escapes, then pass around a `ColorState` object a bunch
L677[16:45:26] <Ko​dos> Meanwhile I'm just over here with my colors helper
L678[16:45:32] <Ko​dos> Like Code Block pastebined https://paste.pc-logix.com/iwuwocemux
L679[16:52:26] <Ocawes​ome101> lol
L680[16:54:27] <Ko​dos> ~w
L681[16:54:28] <ocdoc> Hello, I'm #oc's wiki bot.
L682[16:54:31] <Ko​dos> Oh, good, it's here
L683[16:54:33] <Ko​dos> ~w modem
L684[16:54:34] <ocdoc> http://ocd.cil.li/component:modem
L685[16:54:46] <Ko​dos> ~w rc
L686[16:54:47] <ocdoc> http://ocd.cil.li/api:rc
L687[16:55:47] <Ocawes​ome101> ~markov kodos
L688[16:56:01] <Ocawes​ome101> ...
L689[16:56:04] <Ocawes​ome101> ~w
L690[16:56:04] <ocdoc> Hello, I'm #oc's wiki bot.
L691[16:56:10] <Ko​dos> Markov is a michibot command
L692[16:56:19] <Ko​dos> %markov Ocawesome101
L693[16:56:19] <Ocawes​ome101> ocdoc could do it too
L694[16:56:26] <Ko​dos> ¯\(ツ)/¯
L695[16:56:31] <Ocawes​ome101> ~markov Ocawesome101
L696[16:56:35] <Ocawes​ome101> FORECASTER
L697[16:56:45] <Forec​aster> what?
L698[16:56:52] <Ocawes​ome101> markov 🅱️roke
L699[16:57:05] <Forec​aster> I don't work on ocdoc
L700[16:57:09] <Ko​dos> That's gamax's department
L701[16:57:23] <Ko​dos> %seen gamax92
L702[16:57:24] <MichiBot> gamax92 was last seen 281d 16h 55m 54s ago. Quitting
L703[16:57:30] <Ko​dos> he ded
L704[16:57:43] <Cyborg​Potato> %tonk
L705[16:57:44] <MichiBot> I'm sorry CyborgPotato, you were not able to beat Vaur's record of 5 hours, 36 minutes and 30 seconds this time. 4 hours, 16 minutes and 58 seconds were wasted! Missed by 1 hour, 19 minutes and 32 seconds!
L706[16:57:52] <Cyborg​Potato> dern
L707[16:58:09] <Ko​dos> Okay, time to write a ping pong script to save for later as a networking template
L708[16:58:15] <Ocawes​ome101> i think gamax decided to not be in the oc community anymore
L709[17:01:15] <Ko​dos> Code Block pastebined https://paste.pc-logix.com/wasuciroli This look okay?
L710[17:02:34] <Ocawes​ome101> think so
L711[17:02:36] <Ko​dos> k
L712[17:03:46] <Ocawes​ome101> cynosure tty profiles can make my ULOS terminal look *exactly* like my irl one https://tinyurl.com/ydwc25hy
L713[17:04:38] <Ko​dos> 😦 Ocelot doesn't have servers? Lame af
L714[17:09:59] <Ko​dos> Uhh what is HPM on Ocelot?
L715[17:10:31] <Ko​dos> Oh, it's a package manager
L716[17:10:32] <Ko​dos> Weird
L717[17:14:05] <Ocawes​ome101> upm is better :^)
L718[17:14:09] <Mic​hiyo> Yeah... markov broke when I had to move ocdoc, IDK how to fix it, and gamax is gone
L719[17:14:11] <Ocawes​ome101> (but, it doesn't work on OpenOS)
L720[17:14:22] <Mic​hiyo> and MichiBot never had a markov
L721[17:15:09] <Ko​dos> Ocelot has weird color nodes on the Relay
L722[17:15:14] <Ko​dos> Not sure what those are supposed to be
L723[17:16:18] <Mic​hiyo> Man.... swappable headset batteries is neat.
L724[17:16:51] <Ocawes​ome101> not needing headset batteries is neater
L725[17:17:03] <Mic​hiyo> Not being tethered to my computer is even neater.
L726[17:17:45] <Forec​aster> I get up and go to the kitchen all the time while continuing listening to whatever video I'm watching and it's great
L727[17:18:09] <Mic​hiyo> I work from home, and am on the phone some times all day. The fact that I can use my headset for my work calls AND my cell phone is quiet nice.
L728[17:18:21] <Ko​dos> How high do port numbers go
L729[17:18:25] <Ko​dos> Or can I just open whatever
L730[17:18:27] <Mic​hiyo> at least 2
L731[17:18:30] <Ko​dos> No, like
L732[17:18:34] <Mic​hiyo> I think I made it to 3 once.
L733[17:18:37] <Ko​dos> ...
L734[17:18:41] <Mic​hiyo> :D
L735[17:18:43] <Mic​hiyo> You love me.
L736[17:18:46] <Ko​dos> I do
L737[17:18:48] <Forec​aster> it's like 25k or something
L738[17:18:57] <Ko​dos> So not like... 7 digits
L739[17:18:57] <Forec​aster> I think...
L740[17:19:03] <Forec​aster> no
L741[17:19:06] <M​GR> I think it's 65k
L742[17:19:09] <Ko​dos> Definitely not assigning DTMF words to my ports or anything
L743[17:19:21] <Mic​hiyo> see if 4 works.
L744[17:19:28] <Ko​dos> 4 does indeed work
L745[17:19:30] <Mic​hiyo> \o/
L746[17:19:34] <Mic​hiyo> lol I'm sorry
L747[17:19:39] <Ko​dos> Lol
L748[17:19:49] <Mic​hiyo> It's one of those days.
L749[17:20:03] <Mic​hiyo> I have to be a smart ass or I'd just cry
L750[17:20:05] <Forec​aster> rofl
L751[17:20:13] <Ko​dos> Okay, so my limit is pretty much 4 digits
L752[17:20:15] <Ko​dos> Hmm
L753[17:20:45] <Ko​dos> Izaya on the off chance you read this, mind linking me to that predetermined port thingy I asked for before
L754[17:20:46] <Forec​aster> wait, 25k/65k is seven digits
L755[17:21:02] <Ko​dos> How do you figure
L756[17:21:11] <Forec​aster> or wait, no, I'm dumb, nevermind
L757[17:21:15] <Ko​dos> Lmao
L758[17:21:21] <Ko​dos> 65534 = 5 digits
L759[17:21:36] <Mic​hiyo> It's 6 if you include the comma!
L760[17:21:46] <Ko​dos> I do include the comma, but the modem does not
L761[17:21:54] <Mic​hiyo> 7 if you make it a singed int!
L762[17:22:03] <Forec​aster> for some reason my brain was going 25k = 25 + 25000 = 7 digits
L763[17:22:15] <Ko​dos> Look lady I'm just trying to dial CASHNOW on my modem okay
L764[17:22:20] <Mic​hiyo> +65,534 Boom!
L765[17:22:22] <Ko​dos> It's my money and I need it now
L766[17:22:48] <Mic​hiyo> CALL J G WENTWORTH 877 CASHNOOOOOOOOOOOOOOOW
L767[17:23:19] <Mic​hiyo> IF YOU HAVE A STRUCTURED SETTLEMENT AND YOU NEED CASH NOOOOOOW
L768[17:23:19] <Ko​dos> https://tenor.com/view/mymoney-needthat-gif-13598893
L769[17:23:20] <Mic​hiyo> anyway
L770[17:23:29] <Forec​aster> wait is this one of them scams?
L771[17:23:32] <Ko​dos> No
L772[17:23:35] <Mic​hiyo> EHHHHH
L773[17:23:36] <Mic​hiyo> Kinda
L774[17:23:37] <Ko​dos> It's a TV commercial here in the states
L775[17:23:41] <Mic​hiyo> It's KIIIINDA a scam
L776[17:23:48] <Ko​dos> It's a loan with ridiculous interest
L777[17:23:52] <Ko​dos> So yes?
L778[17:23:55] <Forec​aster> like when I keep getting emails telling me my apple account I don't have has been suspended
L779[17:23:59] <Mic​hiyo> They take a large chunk of a court settlement, and then give you a portion of it all at once.
L780[17:24:01] <Mic​hiyo> so yeah.
L781[17:24:18] <Mic​hiyo> It's CRAZY high interest... lol
L782[17:24:24] <Ko​dos> Something like 40% isn't it?
L783[17:24:49] <Mic​hiyo> Yeah, IIRC if your settlement was like 1 million over 10 years, you got like 400k NOW and they got the rest.
L784[17:25:05] <Mic​hiyo> something to that effect anyway
L785[17:25:23] <Ko​dos> indeed. Never really worth it unless you're in a serious bind
L786[17:25:26] <Ko​dos> Anyway
L787[17:26:00] <Ko​dos> Can I pass more than one character to gpu.set
L788[17:26:17] <Forec​aster> why is everyone's assortment of bolts around here so bad... :|
L789[17:26:27] <Ko​dos> Bolts? Are you on Starbase
L790[17:26:34] <Forec​aster> >Ko​dos: Can I pass more than one character to gpu.s…
L791[17:26:35] <Forec​aster> yes
L792[17:26:46] <Forec​aster> no, I'm talking about real life
L793[17:27:28] <Forec​aster> I need a specific size bolt, washers and wing-nuts
L794[17:27:46] <Forec​aster> and stores seem to have either wing nuts, but not the bold size I need, or the other way around
L795[17:27:51] <Forec​aster> and I hate it :|
L796[17:28:18] <Forec​aster> online stores
L797[17:28:54] <Forec​aster> I'll probably just go back to the hardware store tomorrow and get the half-threaded ones that are long enough, because screw it
L798[17:29:08] <Forec​aster> I wanted full-threaded ones because they're more versatile but whatever
L799[17:30:19] <Mic​hiyo> heh.. screw it.
L800[17:30:44] <Forec​aster> I mean, bolt it.
L801[17:30:50] <Mic​hiyo> lol
L802[17:45:02] <Ar​iri> https://arstechnica.com/?p=1792391
L803[17:45:14] <Ar​iri> https://cdn.discordapp.com/emojis/821635566256390185.png?size=64
L804[17:45:19] <Ko​dos> Well what the shit, Ocelot, why won't you work right
L805[17:45:51] <Ko​dos> My usual way of cleanly exiting a program is to use the key_up event of hitting spacebar, but it's not working in Ocelot for some reason
L806[17:46:04] <Ocawes​ome101> odd
L807[17:46:07] <Izaya> Kodos: https://oc.cil.li/topic/1987-portinfo-network-port-database/
L808[17:46:12] <Ko​dos> Cheers
L809[17:47:44] <Izaya> https://social.shadowkat.net/media/219ae439621973edf85c38b0cfee4b1453648ff26ec4db5aa86ebb64dbc7fd6d.jpg
L810[17:49:41] <Izaya> communism wins again
L811[17:50:15] <Ko​dos> What is that
L812[17:50:18] <Forec​aster> Comwinism?
L813[17:50:27] <Izaya> the stellaris victory screen :D
L814[17:50:58] <Ko​dos> Ah Stellaris, that explains the unfamiliarity
L815[17:54:56] <Ko​dos> Guess I'll take 9999 for all my shit, Izaya, and I'll just sort out sorting out what's what within the confines of code
L816[17:56:49] <Ko​dos> Is there a standard-accepted port for wake on lan use, and does it require the port to be opened beforehand
L817[17:58:21] <Izaya> the wolbeacon program in the minitel repo uses port 3442 by default
L818[17:58:26] <Izaya> IIRC that was chosen at random
L819[17:58:34] <Izaya> and no, doesn't need to be open
L820[17:58:41] <Izaya> can't be open without power
L821[17:59:14] <Ko​dos> Fair
L822[17:59:15] <Ko​dos> Okay, cool
L823[17:59:56] <Ko​dos> Hol up, since when is lshw a thing, or is that ocelot only
L824[18:06:24] <Ocawes​ome101> been a thing for a long time
L825[18:06:35] <Ocawes​ome101> or at least since `computer.getDeviceInfo` was added
L826[18:11:29] ⇨ Joins: baschdel (~baschdel@2a02:6d40:360a:9b01:6cac:361c:cdf5:c181)
L827[18:30:34] <Ko​dos> I wonder if I could change what that ends up saying
L828[18:30:42] <Ko​dos> I mean, I'm sure it's stored somewhere
L829[19:05:36] ⇨ Joins: ben_mkiv (~ben_mkiv@200116b814963000e8edda09165d7dd4.dip.versatel-1u1.de)
L830[19:06:54] <Ko​dos> There we go
L831[19:07:08] <Ko​dos> Managed to iHeartRadio's W10 app to play louder than my web browser was doing it
L832[19:23:40] ⇨ Joins: kurtu5 (~kurtu5@70-231-12-179.lightspeed.tukrga.sbcglobal.net)
L833[19:25:08] *** kurtu5 is now known as kurt25
L834[19:25:54] ⇦ Quits: kurt25 (~kurtu5@70-231-12-179.lightspeed.tukrga.sbcglobal.net) (Client Quit)
L835[19:26:13] <Ko​dos> Code Block pastebined https://paste.pc-logix.com/oquzutunuy
L836[19:26:13] <Ko​dos> Is anything obvious jumping out at anyone as to why this would lock up Ocelot and not let me use space to break out of it
L837[19:26:16] <Ko​dos> Holy shit, no
L838[19:26:25] <Ko​dos> That wall of text was not my intention
L839[19:26:52] <Ko​dos> https://puu.sh/I9GTb/f87c5a0684.txt
L840[19:26:56] <Ko​dos> There we go
L841[19:29:40] <Ko​dos> Okay, anything obvious in that (Aside from the missing modem.open I just fixed) that would lock up a computer or at least prevent the spacebar from working
L842[19:34:20] <Ocawes​ome101> first and most obvious things i notice is all your functions should be local @Kodos
L843[19:34:26] <Ocawes​ome101> first and most obvious thing i notice is all your functions should be local @Kodos [Edited]
L844[19:34:48] <Ocawes​ome101> at least `genMessage` and `unknownEvent`
L845[19:34:53] <Ko​dos> Mkay
L846[19:34:58] <Ocawes​ome101> and `handleEvent`
L847[19:34:59] <Ko​dos> Do you think that's breaking ocelot?
L848[19:35:07] <Ko​dos> I just localized all of them because consistency
L849[19:35:27] <Ocawes​ome101> `local function tab.func` is invalid syntax
L850[19:35:36] <Ocawes​ome101> `tab` is already local
L851[19:36:00] <Ko​dos> Okay, so the eventhandling specific functions can be
L852[19:36:04] <Ko​dos> regular*
L853[19:38:37] <Ocawes​ome101> i don't see anything in that code that particularly irks me
L854[19:38:53] <Ocawes​ome101> however, you should be using event listeners and listening for the `interrupted` event to exit
L855[19:40:23] <Ko​dos> Honestly, I took this straight off the wiki ages ago, and have been adapting it to my programs since
L856[19:40:41] <Ocawes​ome101> i see
L857[19:40:50] <Ocawes​ome101> ~w event
L858[19:40:50] <ocdoc> http://ocd.cil.li/api:event
L859[19:41:16] <Ko​dos> The general purpose one iirc
L860[19:41:41] <Ko​dos> That's been the backbone of like 75% of the things I write lol
L861[19:42:03] <Mic​hiyo> https://tinyurl.com/yza4svtq
L862[19:42:07] <Mic​hiyo> This seems safe.
L863[19:42:29] <Forec​aster> well, as long as you don't touch them
L864[19:42:35] <Mic​hiyo> ...
L865[19:42:41] <Forec​aster> :D
L866[19:42:46] <Mic​hiyo> Just.. no
L867[19:42:53] <Forec​aster> don't juggle metal things in that room
L868[19:43:00] <Forec​aster> or pets
L869[19:43:22] <Mic​hiyo> Wood can conduct electricity as well.. lol
L870[19:43:45] <Forec​aster> anything can conduct electricity if there's enough of it
L871[19:58:10] <Ko​dos> Where are the globals set at? init.lua right?
L872[19:58:27] <Ocawes​ome101> which globals?
L873[19:58:52] <Ocawes​ome101> `_OSVERSION` is set in `/lib/core/boot.lua`
L874[20:04:17] <Ko​dos> Yeah, I'm tinkering with the OS stuff l mao
L875[20:04:19] <Ko​dos> Yeah, I'm tinkering with the OS stuff lmao [Edited]
L876[20:07:15] ⇦ Quits: baschdel (~baschdel@2a02:6d40:360a:9b01:6cac:361c:cdf5:c181) (Ping timeout: 189 seconds)
L877[20:13:38] <ben_​mkiv> does wood really? or is it rather the fact that wood isn't always dry
L878[20:15:22] <Forec​aster> if you run enough current through dry wood it will burn through the wood creating a lightning pattern
L879[20:15:55] <ben_​mkiv> oh right, i remember some videos of that where they used that to create furniture 😄
L880[20:17:42] <Forec​aster> oh, I guess they coat the wood in epoxy before burning, I guess that might be required
L881[20:18:09] <Forec​aster> (unless you want to use insane amounts of power)
L882[20:19:33] <ben_​mkiv> on a quick glance.. no, but they fill it with epoxy afterwards https://www.youtube.com/watch?v=JPB8unygArQ
L883[20:19:33] <MichiBot> RESIN ART Lichtenberg Fractals Made with Electricity | length: 3m 42s | Likes: 1,834 Dislikes: 105 Views: 224,369 | by Art Inspirations | Published On 4/11/2018
L884[20:20:28] <Forec​aster> in the videos I watched they coated the wood in something before burning it, presumably to get the wood to conduct better
L885[20:20:52] <Forec​aster> and possibly to reduce the current required
L886[20:20:59] <ben_​mkiv> but wouldn't it just burn the coating away then? if the coating is more conductive
L887[20:22:05] <Forec​aster> https://youtu.be/WuobNSD5VAY?t=63
L888[20:22:06] <MichiBot> Lichtenberg Wood Burning Blue Epoxy White Oak | length: 27m 4s | Likes: 32,676 Dislikes: 1,708 Views: 3,252,560 | by doublereno | Published On 11/5/2018
L889[20:23:54] <ben_​mkiv> yea kinda makes sense, so the coating gets soaked up by the wood a bit
L890[20:24:36] <ben_​mkiv> so once the coat is gone, the lowest resistance is on the top layer of the wood
L891[20:29:03] <Ko​dos> https://cdn.discordapp.com/attachments/761623437227196427/884787301031485440/240854569_1979440788887601_8682243833810778790_n.mp4
L892[20:39:41] <Brisingr​Aerowing> Hahahahaha!
L893[20:40:22] ⇦ Quits: Kilobyte (~kilobyte@banana-new.kilobyte22.de) (Quit: ZNC - 1.6.0 - http://znc.in)
L894[20:40:28] ⇦ Quits: jackie (~jackie@banana-new.kilobyte22.de) (Quit: jackie)
L895[20:40:39] <Mic​hiyo> GOD. DAMN. IT.
L896[20:40:48] <Mic​hiyo> Right... this is why I hate devving OpenSec... lol
L897[20:41:08] <Mic​hiyo> https://tinyurl.com/yf8gknze
L898[20:41:42] <Ko​dos> Because you double download mods?
L899[20:41:48] <Mic​hiyo> ....
L900[20:41:53] <Mic​hiyo> yeah that's the issue.
L901[20:41:55] <Mic​hiyo> clearly
L902[20:42:18] <Mic​hiyo> No. the issue is that there are 2 deps that both ALSO dep on different versions of JEI
L903[20:42:26] <Mic​hiyo> and it can't cleanly support that
L904[20:42:54] <Mic​hiyo> But yeah, no.. I just downloaded the same mod twice.
L905[20:42:54] ⇨ Joins: Kilobyte (~kilobyte@banana-new.kilobyte22.de)
L906[20:42:54] zsh sets mode: +v on Kilobyte
L907[20:43:23] ⇨ Joins: jackie (~jackie@banana-new.kilobyte22.de)
L908[20:43:23] zsh sets mode: +v on jackie
L909[20:49:09] <Amanda> %choose factory or something else
L910[20:49:09] <MichiBot> Ama​nda: Is it a bird?! Is it a plane?! No! It's "factory"!
L911[20:55:14] <Va​ur> the factory must grow ?!
L912[20:55:33] <Amanda> my drones shall blot out the sun!
L913[20:57:53] <Va​ur> I haven't played factorio in a while ngl
L914[20:59:15] <Va​ur> last played 20th of july according to steam
L915[21:01:38] <Ko​dos> Not counting the other day when I misclicked play, the last time I played Factorio was when nuclear reactors hit vanilla
L916[21:02:18] <Amanda> argh, wiring will be the death of me
L917[21:02:32] <Va​ur> damn ... not even got to enjoy the spiders goodness ? that's sad
L918[21:02:46] <Amanda> Just found why stone bricks aren't being made in the smeltery outpost, missed a red wire!
L919[21:02:58] <Va​ur> rip
L920[21:03:16] <Amanda> explains why the LTN depot logistics have been stuffed full of stone though
L921[21:03:25] <Va​ur> why are you using smarts for your outposts though ?
L922[21:04:15] <Amanda> LTN control signals
L923[21:04:32] <Va​ur> LTN ?
L924[21:06:30] <Mic​hiyo> Man, I remember when OpenSec's only dep was OC...
L925[21:06:35] <Mic​hiyo> It was so nice.
L926[21:07:01] <Amanda> @Vaur Logistics Train Network -- mod to move items smartlly across rails
L927[21:07:13] <Va​ur> ah I see
L928[21:07:44] <Va​ur> I think I've seen such mod being used in one of JD's series
L929[21:12:24] <Ko​dos> I haven't used mods in ages on that game, but I also can't be arsed playing solo, plus I'd rather be in Satisfactory since it's FP and not topdown
L930[21:28:03] <Z0id​berg> This whole guilded.gg thing is going to be interesting
L931[21:28:28] <Ko​dos> Isn't guilded just ripping off Discord at this point? Or which came first
L932[21:28:35] <Ash​irg> %sip
L933[21:28:35] <MichiBot> You drink an oxidised quicksilver potion (New!). A bird flies past that vaguely resembles someone Ashirg knows.
L934[21:28:39] <Ko​dos> I seen they recently got Message Replies
L935[21:28:42] <Ko​dos> Which made me laugh
L936[21:28:50] <Ash​irg> %tonkout
L937[21:28:51] <MichiBot> I'm sorry Ash​irg, you were not able to beat Va​ur's record of 5 hours, 36 minutes and 30 seconds this time. 4 hours, 31 minutes and 6 seconds were wasted! Missed by 1 hour, 5 minutes and 24 seconds!
L938[21:29:02] <Ash​irg> Agh
L939[21:29:12] <Forec​aster> Guilded existed first, but they've since taken a lot of... inspiration from Discord
L940[21:29:31] <Forec​aster> since Discord gained popularity
L941[21:30:09] <Z0id​berg> I really like some of the things guilded.gg does, but its biggest flaw is that it will in no way be able to scale like Discord has, Discord is as performant and scalable as it is because of a huge ammount of research and very careful implementation. There's a reason they use Elixir and Cassandra.
L942[21:30:34] <Z0id​berg> I bet you that if everyone left Discord today and joined guilded actively it would literally Denial of Service guilded.gg
L943[21:31:14] <Mic​hiyo> Fuck guilded.
L944[21:31:17] <Mic​hiyo> k. thx
L945[21:31:42] <Z0id​berg> It's kinda bad though because it means that in order to replace Discord you would literally have to beat it with features, not performance.
L946[21:38:27] <Mic​hiyo> >Forec​aster: Guilded existed first, but they've since…
L947[21:38:28] <Mic​hiyo> Wait... you said Guilded existed first...? I know I know Wikipedia is shit, but... I can't find much else. They list first release as `Initial release March 17, 2017; 4 years ago`
L948[21:38:36] <Mic​hiyo> and discord is `Initial release May 13, 2015; 6 years ago`
L949[21:40:03] <Forec​aster> oh, I thought I read a while ago that guilded came around first
L950[21:40:27] ⇦ Quits: ThePiGuy24 (~ThePiGuy2@host-92-17-120-33.as13285.net) (Ping timeout: 198 seconds)
L951[21:40:47] <Forec​aster> maybe I did but it was wrong, I dunno
L952[21:41:21] <Z0id​berg> I just wish we had something like discord with the performance it has without the nasty people behind it
L953[21:41:39] <Mic​hiyo> And you think guilded is better?
L954[21:41:41] <Mic​hiyo> k
L955[21:41:47] <Z0id​berg> No.
L956[21:42:04] <Z0id​berg> I am arguing from a generic "place competitor here" point of view
L957[21:42:15] <Z0id​berg> could be anything
L958[21:43:23] <Z0id​berg> I just think it would be very difficult to beat discord, at this point until some new breakthrough happens
L959[21:44:28] <Ash​irg> ~~We should make one ourselves, totally a good idea~~
L960[21:45:27] <Z0id​berg> Unrelated, I have been thinking about ideas to create a webtorrent & activitypub based live streaming application. Thoughts?
L961[21:45:29] <Mic​hiyo> Ya know.. I just had a whole big thing typed up.. but fuck it. I'm not starting ANOTHER argument on this.
L962[21:45:31] <Mic​hiyo> I'm out.
L963[21:47:03] <Z0id​berg> Aww
L964[21:47:09] <Z0id​berg> Michiyo is smart, I like to hear what they say
L965[21:47:19] ⇨ Joins: ThePiGuy24 (~ThePiGuy2@host-92-17-120-33.as13285.net)
L966[21:47:26] <Forec​aster> she said "fuck it"
L967[21:47:26] <Forec​aster> :P
L968[21:54:44] ⇦ Quits: Vexatos (~Vexatos@port-92-192-217-230.dynamic.as20676.net) (Ping timeout: 189 seconds)
L969[21:57:43] <Ko​dos> Does OC or adons have any functions that can retrieve a player's UUID
L970[21:57:47] <Ko​dos> Does OC or addons have any functions that can retrieve a player's UUID [Edited]
L971[21:57:54] ⇨ Joins: Vexatos (~Vexatos@port-92-192-217-230.dynamic.as20676.net)
L972[21:57:54] zsh sets mode: +v on Vexatos
L973[21:58:06] <SoraFi​restorm> honestly we just need to start moving to federated shit
L974[21:58:12] <Forec​aster> retrieve how?
L975[21:58:41] <Ko​dos> I want to be able to select an online user from a list generated via some sort of block that already exists, e.g. motion sensor, and then have the computer store that player's UUID in a file for something like the biometric reader
L976[21:58:50] <Ko​dos> Or whatever, without needing the reader or whatever
L977[21:58:57] <Kristo​pher38> i'm wondering why OC 1.7.10 builds on the build server haven't been restored yet
L978[21:59:05] <Ko​dos> Because we don't support 1.7.10
L979[21:59:07] <Ko​dos> IIRC
L980[21:59:22] <Ko​dos> Not since 1.7 I thought, but hell I could be wrong
L981[21:59:40] <SoraFi​restorm> the problem being that it's really hard to monetize federated stuff so no one really wants to do it
L982[21:59:40] <Forec​aster> I think OpenSec can be configured to get uuids instead of usernames
L983[22:00:07] <Kristo​pher38> it's not that OC isn't supported on 1.7.10 because it is, it's master branch
L984[22:00:25] <Kristo​pher38> it's just that the builds for that version disappeared from the build server
L985[22:01:29] <Mic​hiyo> @Sangar Looks like CI is missing MC builds older that 1.12 for OpenComputers, intentional?
L986[22:01:38] <Mic​hiyo> There, maybe he'll see it
L987[22:01:52] <Ko​dos> I don't see a config to use UUIDs instead of names
L988[22:02:01] <Ko​dos> OC doesn't seem to either
L989[22:02:02] <Mic​hiyo> there IS a 1.7 1.7.10 build on CF so it IS supported
L990[22:02:09] <Ko​dos> Fair point
L991[22:02:23] <Ko​dos> But there's a 1.12 version of IE on CF, too, and Blu tells you to fuck right off if you ask for help with a bug
L992[22:02:27] <Forec​aster> OC had some setting to stop providing usernames when you interact with a screen
L993[22:02:34] <Forec​aster> but I think it just gives you nothing instead
L994[22:02:42] <SoraFi​restorm> That setting just gives you nothing
L995[22:03:01] <Ko​dos> Alrighty, then I shall google how the UUID API works, and do internet requests
L996[22:03:18] <Forec​aster> it's pretty simple if I recall correctly
L997[22:03:51] <Mic​hiyo> https://wiki.vg/Mojang_API#Usernames_to_UUIDs
L998[22:04:40] <Mic​hiyo> @Kodos
L999[22:04:59] <Ko​dos> Cheers
L1000[22:05:25] <Mic​hiyo> %mcstatus
L1001[22:05:25] <Ko​dos> ~w internet
L1002[22:05:25] <ocdoc> http://ocd.cil.li/api:internet
L1003[22:05:29] <Mic​hiyo> huh
L1004[22:05:30] <Mic​hiyo> neat
L1005[22:05:36] <Corded> * <Mic​hiyo> shoots MichiBot
L1006[22:12:01] <Forec​aster> %sip
L1007[22:12:01] <MichiBot> You drink a liquid violet potion (New!). A sudden craving for soup occupies Forecaster's thoughts until they have an apple.
L1008[22:12:17] <Forec​aster> I don't have any soup :|
L1009[22:13:02] <Mic​hiyo> NO SOUP FOR YOU
L1010[22:14:55] <Forec​aster> I don't have apples either D:
L1011[22:16:08] <Ko​dos> Here's a dumb question
L1012[22:16:19] <Ko​dos> How come when I mount a floppy's /mnt folder to /disk, and copy files to disk, it doesn't write to the actual floppy
L1013[22:16:20] <Amanda> here's a stupid answer
L1014[22:17:43] <Amanda> ( I started typing that before your question was sent )
L1015[22:17:59] <Ko​dos> Oh, wait, I'm an idiot
L1016[22:18:06] <Ko​dos> Helps if I use the right mnt folder
L1017[22:19:41] <Ko​dos> Hokay, now to figure out how to make a floppy set up for using install
L1018[22:21:38] <Ko​dos> That was easy. man install lmao
L1019[22:22:06] <s_​a_m> https://twitter.com/xeleh/status/1435136911295799298
L1020[22:22:08] <MichiBot> Tue Sep 07 07:04:37 UTC 2021 @xeleh: Unity patents "Methods and apparatuses to improve the performance of a video game engine using an Entity Component… <https://t.co/za8XSyGq0f&gt;
L1021[22:22:10] <s_​a_m> pain
L1022[22:41:31] ⇦ Quits: Vexatos (~Vexatos@port-92-192-217-230.dynamic.as20676.net) (Quit: Insert quantum chemistry joke here)
L1023[23:01:41] <dequbed> Unrelated but:
L1024[23:01:46] <dequbed> GAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH
L1025[23:03:36] <dequbed> Well anyway after having to implement Kerberos by hand because there's literally no library thats compatible that can provides GSSAPI I can now finally use this LDAP library that *insists* on parsing whole SASL exchanges instead of using an SASL library.
L1026[23:04:14] <MR_SP​ᐰGETTY> does anyone have an easy way to mirror 2 screens no matter whats on the screen
L1027[23:04:22] <Amanda> ah, so that's what you meant by so much bad code
L1028[23:04:24] <dequbed> Zero points for guessing which programming language is this level of completely and utterly broken while being this popular
L1029[23:04:55] <Amanda> python/ruby?
L1030[23:05:13] <dequbed> Fuck no, both of those come with *excellent* GSSAPI libraries.
L1031[23:07:14] <Ko​dos> Easy? No
L1032[23:20:06] <Mic​hiyo> Umm hey @Kodos Was the UUID provided by the Biometric scanner not what you needed? Or where you looking to scan for UUIDs without interacction?
L1033[23:20:20] <Mic​hiyo> Also... Code Block pastebined https://paste.pc-logix.com/wijogowiwi I'm confused by this
L1034[23:23:29] <Ko​dos> As far as I can tell, the biometric reader is the only block you have that uses the UUID
L1035[23:23:42] <Ko​dos> Also as for that bug, let me clarify
L1036[23:24:43] <Ko​dos> Expected behavior: When you right click the face with the square 'reader' on it, your arm swings, no other side triggers this.
L1037[23:24:43] <Ko​dos> Actual behavior: When you right click the block, the side that makes your arm swing is random each time you place the block, and hardly if ever on the side the 'reader' is on
L1038[23:26:25] <Mic​hiyo> And yes, the biometric reader is the only one that does, and really it shouldn';t
L1039[23:26:39] <Mic​hiyo> I'm not going to change it at this point, but it shouldn't
L1040[23:28:45] <Ko​dos> I wonder if there's a way to 'generate' a uuid easily
L1041[23:28:51] <Mic​hiyo> Where?
L1042[23:28:54] <Ko​dos> In code
L1043[23:28:58] <Mic​hiyo> Where?
L1044[23:29:01] <Ko​dos> Lua
L1045[23:29:05] <Ko​dos> On an OC Computer
L1046[23:29:13] <Mic​hiyo> https://gist.github.com/jrus/3197011
L1047[23:29:18] <Mic​hiyo> maybe? lol
L1048[23:29:24] <Mic​hiyo> it's "random" :P
L1049[23:29:25] <Ko​dos> Why the 4
L1050[23:29:26] <Ko​dos> Weird
L1051[23:29:39] <Mic​hiyo> But yes, I've seen UUID in lua
L1052[23:30:00] <Mic​hiyo> (I wouldn't actually use that) lol
L1053[23:32:42] <Ko​dos> Eh I'm gonna but not for anything important
L1054[23:32:56] <Ko​dos> Actually
L1055[23:33:00] <Ko​dos> No, I don't want/need UUID
L1056[23:33:20] <Ko​dos> I should just straight up do hashed passwords now and be done with it, instead of overhauling it later
L1057[23:45:49] <Kristo​pher38> iirc OpenOS has uuid library
L1058[23:46:31] <Kristo​pher38> https://ocdoc.cil.li/api:uuid
<<Prev Next>> Scroll to Top