<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:14:37] <Mol​inko> >deq​ubed: The builds are here: https://ci.chaosfie
L2[00:14:37] <Mol​inko> I'm having trouble finding the mosquitto software in your builds that you linked.. I see the switch and fiber cable.. and swconfig.lua but i cant find mosquitto. are you sure its included in this build??
L3[01:08:40] ⇨ Joins: ThePiGuy24 (~ThePiGuy2@host-92-17-121-206.as13285.net)
L4[01:08:40] ⇦ Quits: TPG24 (~ThePiGuy2@host-92-17-121-206.as13285.net) (Read error: Connection reset by peer)
L5[01:37:39] ⇨ Joins: Hawk777 (~chead@2607:c000:8268:1a00:39f8:b69b:fc73:1b2e)
L6[01:45:51] ⇦ Quits: ben_mkiv (~ben_mkiv@2001:16b8:1e64:1e00:2b01:d950:d99:41c2) (Killed (NickServ (GHOST command used by ben_mkiv|afk!~ben_mkiv@2001:16b8:1e0d:4200:76ac:bfd7:f758:6a1b)))
L7[01:45:54] ⇨ Joins: ben_mkiv|afk (~ben_mkiv@2001:16b8:1e0d:4200:76ac:bfd7:f758:6a1b)
L8[02:48:43] <Brisingr​Aerowing> https://www.thedrive.com/news/40221/that-time-the-united-states-almost-made-a-new-route-66-with-nuclear-bombs
L9[03:03:10] ⇦ Quits: ThePiGuy24 (~ThePiGuy2@host-92-17-121-206.as13285.net) (Quit: h)
L10[03:14:25] <bad at​ vijya> how the fuck does netcode work
L11[03:14:57] <TheDespai​rfulGamer> Hi, I have a simple question, what line of code allows me to test a side for an inventory?
L12[03:48:13] <Mol​inko> >TheDespai​rfulGamer: Hi, I have a simple question, what line …
L13[03:48:13] <Mol​inko> Code Block pastebined https://paste.pc-logix.com/osimoxoket
L14[03:50:34] <Mol​inko> save this as a file 'invside.lua' and execute it from the shell
L15[03:50:34] <Mol​inko> Code Block pastebined https://paste.pc-logix.com/abakomipol
L16[03:51:34] <TheDespai​rfulGamer> i fixed the problem, thanks
L17[03:51:39] <Mol​inko> sure
L18[03:52:24] <TheDespai​rfulGamer> it was simply making sure my chest was connected to the same transversal as the storage unit.
L19[03:52:36] <TheDespai​rfulGamer> but I have another question
L20[03:52:45] <Mol​inko> cool. shoot
L21[03:52:58] <TheDespai​rfulGamer> Code Block pastebined https://paste.pc-logix.com/nejepelige
L22[03:53:38] <TheDespai​rfulGamer> this is my program, I want to make it so that I can add an extra argument if I want less than 64.
L23[03:53:41] <TheDespai​rfulGamer> for instance
L24[03:54:34] <TheDespai​rfulGamer> `get goldblock 3` gives me only 3 gold blocks but `get goldblock` gives me 64
L25[03:55:12] <Mol​inko> sure gimme a sec to look over your program
L26[03:55:20] <TheDespai​rfulGamer> okay thank you
L27[04:07:42] * Amanda checks on her fairy fren, curls up and zzzmews around elfi
L28[04:08:18] * Elfi sleepy moth noises, burrows beside Amanda, zzz
L29[04:17:16] <Mol​inko> Code Block pastebined https://paste.pc-logix.com/nagasejuwoget gold_block <amount:number>Code Block pastebined https://paste.pc-logix.com/saturokamo
L30[04:17:28] <Mol​inko> @TheDespairfulGamer
L31[04:18:02] <TheDespai​rfulGamer> awesome, thanks so much
L32[04:18:56] <Mol​inko> I didnt get a chance to test it myself soooo... yeah
L33[04:19:10] <TheDespai​rfulGamer> well, i'll let you know what happens
L34[04:19:16] <Mol​inko> coo
L35[04:19:21] <TheDespai​rfulGamer> yeah
L36[04:38:32] <Mic​hiyo> Code Block pastebined https://paste.pc-logix.com/ijoqelotel This is a um... special password complexity setup...
L37[04:40:45] <TheDespai​rfulGamer> Message contained 4 or more newlines and was pastebined https://paste.pc-logix.com/cuporajogo
L38[04:40:45] <TheDespai​rfulGamer> it doesn't work...
L39[04:41:34] <Mic​hiyo> define 'doesn't work'
L40[04:41:49] <Mic​hiyo> Does it error, does it do nothing, does it kick your puppy/kitty?
L41[04:47:26] <Mic​hiyo> >TheDespai​rfulGamer: it doesn't work...
L42[04:47:26] <Mic​hiyo> See question above.
L43[04:51:37] <TheDespai​rfulGamer> >Mic​hiyo: Does it error, does it do nothing, does it kick you…
L44[04:51:37] <TheDespai​rfulGamer> it makes the program do nothing, the program returns no values when it thinks it did what it was supposed to and i asked about making the original program allow for an optimal amount argument after you specify the item you want. if only the item is listed then it sends the full stack, if you type a number it only sends x amount of the item.
L45[04:53:18] <Mic​hiyo> That is exactly what their modification should do. Not a lot of changes here. `local amount = tonumber(args[2]) or 64 -- 'get gold_block <amount:number>'` to get the 2nd argument you pass to the variable 'amount' or 64 if no value is passed, and then `ct.transferItem(storageside, chestside, amount, slot) -- pass <amount>. defaults to 64` which uses the amount variable declared above... not sure why that wouldn't work
L46[04:54:17] <Mic​hiyo> If it worked before, it should work exactly the same now with the same call, and how you wanted if you include a 2nd argument
L47[04:54:49] <TheDespai​rfulGamer> >Mic​hiyo: That is exactly what their modification should do. …
L48[04:54:50] <TheDespai​rfulGamer> me either, but it seems to not move the item i am specifying and returns nothing on the screen
L49[04:56:22] <TheDespai​rfulGamer> Code Block pastebined https://paste.pc-logix.com/oyalewubuqget gold_block <amount:number>Code Block pastebined https://paste.pc-logix.com/ibimifiwub
L50[04:56:43] <TheDespai​rfulGamer> that is the program with the new feature, it won't work
L51[04:57:38] <Mol​inko> now my brain just hurts
L52[04:58:32] <Mic​hiyo> Comment out the `local amount = tonumber(args[2]) or 64 -- 'get gold_block <amount:number>'` line by putting a `'` in front of it, and replace the `amount` variable in the line `ct.transferItem(storageside, chestside, amount, slot) -- pass <amount>. defaults to 64` back to 64, and see if it works as originally written.
L53[04:58:46] <Mic​hiyo> make sure nothing else has gone... oddly wrong
L54[04:59:53] <Mic​hiyo> online diff tool shows the only other change between the two (Other than the missing header stuff which I slapped back on) is removing a space after the `counted = counted + 1` line.. which doesn't matter.
L55[04:59:54] <Mol​inko> maybe something funny is happening because slot is global??
L56[05:01:57] <TheDespai​rfulGamer> Code Block pastebined https://paste.pc-logix.com/ifujexexivget gold_block <amount:number>Code Block pastebined https://paste.pc-logix.com/ribawabani
L57[05:02:10] <Mic​hiyo> Oh, right lua -- for comments, not vb.. my bad
L58[05:02:17] <TheDespai​rfulGamer> it printed nothing to screen and moved no blocks
L59[05:02:39] <Mic​hiyo> and this worked before any other modifications? cause at this point the code is stock.
L60[05:04:00] <TheDespai​rfulGamer> >TheDespai​rfulGamer: ```lua
L61[05:04:00] <TheDespai​rfulGamer> --
L62[05:04:00] <TheDespai​rfulGamer> -- OpenComputers Storage Drawers Controll…
L63[05:04:00] <TheDespai​rfulGamer> @Michiyo this is the original code before the modifications.
L64[05:05:14] <Mic​hiyo> Yes.. I am aware.
L65[05:05:37] <Mic​hiyo> I have a magic scroll back. Like I said I loaded this up in a diff tool to compare them
L66[05:11:00] <Mic​hiyo> But yeah.. if this code worked before any modifications, and no longer works then something is wrong. Restart the OC computer, try again?
L67[05:11:13] <Mic​hiyo> If that works then try making the slot variable local.
L68[05:11:32] <Mic​hiyo> Possibly counted to? IDK
L69[05:12:31] <Mic​hiyo> ah nvm counted is local.. but slot isn't.. I don't see WHY that would matter
L70[05:12:48] <Mic​hiyo> anyway, I have to leave
L71[05:12:50] <Mic​hiyo> good luck
L72[05:16:57] <TheDespai​rfulGamer> thanks
L73[05:32:22] <Va​ur> %tonkout
L74[05:32:22] <MichiBot> Holy ten birds in a bush Batman! Va​ur! You beat Forec​aster's previous record of 4 hours, 10 minutes and 7 seconds (By 4 hours, 26 minutes and 29 seconds)! I hope you're happy!
L75[05:32:23] <MichiBot> Va​ur has stolen the tonkout! Tonk has been reset! They gained 0.008 tonk points! plus 0.007 bonus points for consecutive hours! (Reduced to 50% because stealing) Current score: 2.15311255. Position #1
L76[05:52:45] ⇨ Joins: lol (~lol@95.214.1.116)
L77[05:53:01] ⇦ Quits: lol (~lol@95.214.1.116) (Client Quit)
L78[06:28:25] ⇦ Quits: ben_mkiv|afk (~ben_mkiv@2001:16b8:1e0d:4200:76ac:bfd7:f758:6a1b) (Ping timeout: 192 seconds)
L79[06:33:58] <Forec​aster> %tonk
L80[06:33:58] <MichiBot> Swell! Forec​aster! You beat Va​ur's previous record of <0 (By 1 hour, 1 minute and 36 seconds)! I hope you're happy!
L81[06:33:59] <MichiBot> Forecaster's new record is 1 hour, 1 minute and 36 seconds! Forecaster also gained 0.00103 tonk points for stealing the tonk. Position #2. Need 0.51241185 more points to pass Va​ur!
L82[07:06:03] ⇦ Quits: Hawk777 (~chead@2607:c000:8268:1a00:39f8:b69b:fc73:1b2e) (Quit: Leaving.)
L83[07:12:25] <Forec​aster> https://tinyurl.com/yz3bqkkq
L84[07:12:28] <Forec​aster> haha, right...
L85[07:14:37] ⇨ Joins: Vivaldi (~Vivaldi@37.23.126.165)
L86[07:15:23] ⇦ Quits: Vivaldi (~Vivaldi@37.23.126.165) (Client Quit)
L87[07:37:35] <dequbed> @Molinko I just realized I linked you the wrong CI builds cause I'm tired. Looketh here https://ci.chaosfield.at/job/oc2-build/
L88[07:52:58] <Mol​inko> omg thx
L89[07:53:22] <Mol​inko> >deq​ubed: <@335129342898339840> I just realized I …
L90[07:53:22] <Mol​inko> gracias bud
L91[08:18:17] <Mol​inko> >deq​ubed: <@335129342898339840> I just realized I …
L92[08:18:18] <Mol​inko> FYI bud, I dont see it in these builds either 😦
L93[08:27:38] <dequbed> Ah yeah right that was still the handpatched version. Oh well it's in the build that we use on our testserver and that's what I care about :P
L94[08:36:14] <MR_SP​ᐰGETTY> how do i find out how many items are in an array?
L95[08:38:28] <Kristo​pher38> What structure does your array have? If it's a plain array indexed with consecutive numbers # operator is enough
L96[08:39:09] <MR_SP​ᐰGETTY> I think it's just a plain array
L97[08:39:36] <MR_SP​ᐰGETTY> but i just realised i dont actually have to check the amount of items in the array for my purpose
L98[08:46:20] ⇦ Quits: hnOsmium0001 (uid453710@id-453710.stonehaven.irccloud.com) (Quit: Connection closed for inactivity)
L99[08:52:43] <Mol​inko> >deq​ubed: Ah yeah right that was still the handpat…
L100[08:52:44] <Mol​inko> ...okay
L101[08:59:05] ⇨ Joins: Vexatos (~Vexatos@port-92-192-125-38.dynamic.as20676.net)
L102[08:59:05] zsh sets mode: +v on Vexatos
L103[09:19:17] <dequbed> @Malinko We meant to update the buildroot repo to contain the stuff we need but that's efford and just replacing the rootfs image in the jar was easier :P
L104[09:19:32] <dequbed> And it works so we never got around to do it properly :P
L105[09:19:52] <dequbed> If you want to go do it properly you're more than welcome though ^^
L106[09:48:24] ⇦ Quits: Thutmose (~Patrick@host-69-59-79-181.nctv.com) (Quit: Leaving.)
L107[10:10:19] <Ar​iri> peak vtubing https://youtu.be/ogbIfsoWj4k
L108[10:10:19] <MichiBot> "Oozora Subaru-style Sheep Murder" was used in reality【Hololive/ENG SUB】 | length: 28s | Likes: 182 Dislikes: 0 Views: 1,368 | by HoloLive is BEST | Published On 14/6/2021
L109[10:39:48] <Va​ur> %tonk
L110[10:39:48] <MichiBot> Eureka! Va​ur! You beat Forec​aster's previous record of 1 hour, 1 minute and 36 seconds (By 3 hours, 4 minutes and 13 seconds)! I hope you're happy!
L111[10:39:49] <MichiBot> Vaur's new record is 4 hours, 5 minutes and 49 seconds! Vaur also gained 0.00614 (0.00307 x 2) tonk points for stealing the tonk. Position #1.
L112[12:49:01] ⇨ Joins: ThePiGuy24 (~ThePiGuy2@host-92-17-121-206.as13285.net)
L113[13:07:16] <Amanda> Goddesses, I love the preview for Michiyo's paste site
L114[13:07:22] <Amanda> https://matrix.camnet.site/_matrix/media/r0/download/camnet.site/CToQNlrUtjNqEkBZFVOjUiyA/Screenshot_20210711-090605.png
L115[13:08:04] <Amanda> Sounds like a terse set of instructions from an annoyed manager
L116[13:08:46] <Amanda> Save new duplicate and edit. Just text Twitter!
L117[13:57:49] ⇨ Joins: TPG24 (~ThePiGuy2@host-92-17-121-206.as13285.net)
L118[13:59:03] ⇦ Quits: ThePiGuy24 (~ThePiGuy2@host-92-17-121-206.as13285.net) (Ping timeout: 189 seconds)
L119[14:26:01] ⇨ Joins: ThePiGuy24 (~ThePiGuy2@host-92-17-121-206.as13285.net)
L120[14:27:19] ⇦ Quits: TPG24 (~ThePiGuy2@host-92-17-121-206.as13285.net) (Ping timeout: 204 seconds)
L121[14:51:51] ⇨ Joins: Hawk777 (~chead@2607:c000:8268:1a00:39f8:b69b:fc73:1b2e)
L122[14:59:42] ⇨ Joins: The (~The@hil6.bisecthosting.com)
L123[14:59:55] *** The is now known as Guest90293
L124[15:00:14] ⇦ Quits: Guest90293 (~The@hil6.bisecthosting.com) (Client Quit)
L125[15:39:02] ⇨ Joins: hnOsmium0001 (uid453710@id-453710.stonehaven.irccloud.com)
L126[15:58:13] <Va​ur> %tonkout
L127[15:58:13] <MichiBot> Sard! Va​ur! You beat your own previous record of 4 hours, 5 minutes and 49 seconds (By 1 hour, 12 minutes and 34 seconds)! I hope you're happy!
L128[15:58:14] <MichiBot> Va​ur has tonked out! Tonk has been reset! They gained 0.005 tonk points! plus 0.008 bonus points for consecutive hours! Current score: 2.17225255, Position #1
L129[16:09:43] ⇨ Joins: TPG24 (~ThePiGuy2@host-92-17-121-206.as13285.net)
L130[16:11:03] ⇦ Quits: ThePiGuy24 (~ThePiGuy2@host-92-17-121-206.as13285.net) (Ping timeout: 189 seconds)
L131[16:44:58] ⇨ Joins: ThePiGuy24 (~ThePiGuy2@host-92-17-121-206.as13285.net)
L132[16:45:47] ⇦ Quits: TPG24 (~ThePiGuy2@host-92-17-121-206.as13285.net) (Ping timeout: 189 seconds)
L133[17:10:16] <PwnageP​ineapple> So what's the current status of OC2? Is it kinda ready for non-OC devs to fiddle with, or is it still too alpha for that rn?
L134[17:12:26] <Kristo​pher38> everything is fiddle'able if you're brave enough
L135[17:18:17] <PwnageP​ineapple> Fair enough
L136[17:30:03] <dequbed> @PwnagePineapple If you either a) know Java pretty well b) build embedded Linux images for fun or profit c) port compilers to scarsly documented architectures and chips, then it's ready to be fiddleable. If you answered no to all three, it's too alpha.
L137[17:30:35] <dequbed> Note that only the latter two mean fiddle as in "do something in game with it". The first one means "make it so you can do the latter two better :)"
L138[17:31:01] <PwnageP​ineapple> I can answer yes to a but not the other two
L139[17:31:28] <PwnageP​ineapple> Is OC2 going to use embedded Linux instead of OpenOS?
L140[17:31:39] <dequbed> OC2 *is* using embedded Linux.
L141[17:31:58] <PwnageP​ineapple> oooooh
L142[17:32:04] <dequbed> The future is not known to me. If you are able to see into the future, do buy lottery tickets and/or shares.
L143[17:32:44] <PwnageP​ineapple> I should look into running rustc on it :P
L144[17:32:48] <dequbed> No.
L145[17:32:53] <dequbed> On several accounts.
L146[17:33:01] <PwnageP​ineapple> Or at least Rust programs
L147[17:33:09] <dequbed> That's ... remotely less bad.
L148[17:33:14] <PwnageP​ineapple> I'm not sure an OC computer would have the RAM to run rustc
L149[17:33:49] <dequbed> But could you *please* not pick a compiler where issues you open on /literally every stage of the build process/ land on my plate? :P
L150[17:36:37] <Train​fan91> how do we feel about win11?
L151[17:37:09] <PwnageP​ineapple> I haven't owned or seriously used a Win machine in years
L152[17:37:27] <Train​fan91> @PwnagePineapple macos?
L153[17:37:31] <PwnageP​ineapple> Linux
L154[17:37:42] <Train​fan91> ah neckbeard os
L155[17:37:55] <PwnageP​ineapple> All my main hardware runs Fedora
L156[17:38:14] <PwnageP​ineapple> I have one RPi running Arch and one running OSMC
L157[17:38:21] <PwnageP​ineapple> Router runs OpenWRT
L158[17:39:15] <PwnageP​ineapple> Never owned an Apple product, probably never will
L159[17:42:34] <PwnageP​ineapple> >Train​fan91: ah neckbeard os
L160[17:42:34] <PwnageP​ineapple> And I'll have you know that I can't seem to grow any facial hair :P
L161[17:46:16] <PwnageP​ineapple> Wow OC2 looks cool
L162[17:46:41] <PwnageP​ineapple> I wonder if I could get openbox running...?
L163[17:52:05] ⇨ Joins: immibis_ (~immibis@2a02:3032:400:aff2:d899:f991:dcec:5708)
L164[17:52:52] ⇨ Joins: ben_mkiv (~ben_mkiv@2001:16b8:1e0d:4200:76ac:bfd7:f758:6a1b)
L165[17:53:47] ⇦ Quits: immibis (~immibis@62.156.144.218) (Ping timeout: 204 seconds)
L166[17:54:13] <Amanda> Was the issue I was having where large-ish binaries being loaded from the resource pack disk just hanging the VM fixed?
L167[17:55:07] <Amanda> I assume not, or dequbed didn'tknow about that feature, since they're making an entire custom jar.
L168[18:21:51] *** immibis_ is now known as immibis
L169[18:24:50] ⇨ Joins: TPG24 (~ThePiGuy2@host-92-17-121-206.as13285.net)
L170[18:24:50] ⇦ Quits: ThePiGuy24 (~ThePiGuy2@host-92-17-121-206.as13285.net) (Read error: -0x1: UNKNOWN ERROR CODE (0001))
L171[18:37:57] <dequbed> Amanda: We're making an entire own sedna jar because we want IPv6 and wireguard enabled in the kernel thank you very much ;)
L172[18:38:17] <Amanda> ah, okay
L173[18:40:32] ⇨ Joins: Thutmose (~Patrick@host-69-59-79-181.nctv.com)
L174[18:49:34] <Fat Jo​e Games> Evening all, I hope all is well! I have a quick question about the servers, I have been trying to setup two servers with two segregated networks from one another. This is using the bottom and left side, the left side is a segregated network that I wan't only one server to have access too, however I need both servers to be able to communicate on the bottom network with a component in there (NC Reactor). However, adding in a Network C
L175[18:49:34] <Corded> components on the bottom, if the servers primary internal connection is already on the left side. Now, I'm sure I'm missing something but I've spent ages trying to figure it out but to no success. If you need some more info/screenshots please let me know. It's probably a really silly question but i have been puzzled for hours. Cheers!
L176[18:49:35] <Corded> Just realised how that makes little to no sense, so I have taken a screenshot of it. The top server is communicating only with the bottom side, while the
L177[18:49:35] <Corded> second server needs to communicate with the left side and bottom. https://tinyurl.com/ygcp7r6v
L178[18:52:25] ⇦ Quits: lordpipe (~ba7888b72@66.109.211.50) (Read error: Connection reset by peer)
L179[18:53:45] <bad at​ vijya> [x] we getting somewhere https://tinyurl.com/yeb7hjz6
L180[18:56:12] ⇨ Joins: lordpipe (~ba7888b72@66.109.211.50)
L181[19:03:39] <Forec​aster> @Fat Joe Games A slot can only be connected to one slot
L182[19:03:49] <Forec​aster> @Fat Joe Games A slot can only be connected to one side [Edited]
L183[19:05:37] <Fat Jo​e Games> Ah, errr, so a server can only be connected to one side to view all of the components on that side?
L184[19:09:47] <Fat Jo​e Games> That's going to make it very awkward for me to build the system I have imagined. I would have thought that servers could connect to components on multiple different sides or be able to interact with them.
L185[19:16:37] <Amanda> with multiple modems you can pass modem messages on multiple sides, but components are one side each
L186[19:18:08] <Fat Jo​e Games> Ahhhhh perfect that makes sense then, I must have been reading the Wiki wrong then. I'll go back to the drawing board. Cheers for ya help!
L187[20:10:28] <Va​ur> %tonk
L188[20:10:28] <MichiBot> Zounderkite! Va​ur! You beat your own previous record of <0 (By 4 hours, 12 minutes and 15 seconds)! I hope you're happy!
L189[20:10:29] <MichiBot> Vaur's new record is 4 hours, 12 minutes and 15 seconds! No points gained for stealing from yourself. (Lost out on 0.0042)
L190[21:06:44] <sky​moo> Hello
L191[21:06:50] <sky​moo> How do I use refined storage from my computer?
L192[21:07:05] <sky​moo> I found this line component.blockrefinedstorageinterface but it says blockrefinedstorageinterface not found
L193[21:10:18] <Forec​aster> show code
L194[21:12:26] <sky​moo> I think the problem is haven't connect my computer to my RS network
L195[21:12:31] <sky​moo> but i don't know what blocks to do that with
L196[21:14:23] <Forec​aster> the adapter probably
L197[22:04:25] ⇦ Quits: Vexatos (~Vexatos@port-92-192-125-38.dynamic.as20676.net) (Quit: Insert quantum chemistry joke here)
<<Prev Next>> Scroll to Top