<<Prev Next>> Scroll to Bottom
Stuff goes here
L2[00:14:37]
<Molinko>
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)
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]
<TheDespairfulGamer> Hi, I have a simple
question, what line of code allows me to test a side for an
inventory?
L12[03:48:13]
<Molinko>
>TheDespairfulGamer: Hi, I have a simple question, what line
…
L14[03:50:34]
<Molinko>
save this as a file 'invside.lua' and execute it from the
shell
L16[03:51:34]
<TheDespairfulGamer> i fixed the problem,
thanks
L17[03:51:39]
<Molinko>
sure
L18[03:52:24]
<TheDespairfulGamer> it was simply making
sure my chest was connected to the same transversal as the storage
unit.
L19[03:52:36]
<TheDespairfulGamer> but I have another
question
L20[03:52:45]
<Molinko>
cool. shoot
L22[03:53:38]
<TheDespairfulGamer> 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]
<TheDespairfulGamer> for instance
L24[03:54:34]
<TheDespairfulGamer> `get goldblock 3`
gives me only 3 gold blocks but `get goldblock` gives me 64
L25[03:55:12]
<Molinko>
sure gimme a sec to look over your program
L26[03:55:20]
<TheDespairfulGamer> 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
L30[04:17:28]
<Molinko>
@TheDespairfulGamer
L31[04:18:02]
<TheDespairfulGamer> awesome, thanks so
much
L32[04:18:56]
<Molinko> I
didnt get a chance to test it myself soooo... yeah
L33[04:19:10]
<TheDespairfulGamer> well, i'll let you
know what happens
L34[04:19:16]
<Molinko>
coo
L35[04:19:21]
<TheDespairfulGamer> yeah
L38[04:40:45]
<TheDespairfulGamer> it doesn't
work...
L39[04:41:34]
<Michiyo>
define 'doesn't work'
L40[04:41:49]
<Michiyo>
Does it error, does it do nothing, does it kick your
puppy/kitty?
L41[04:47:26]
<Michiyo>
>TheDespairfulGamer: it doesn't work...
L42[04:47:26]
<Michiyo>
See question above.
L43[04:51:37]
<TheDespairfulGamer> >Michiyo: Does it
error, does it do nothing, does it kick you…
L44[04:51:37]
<TheDespairfulGamer> 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]
<Michiyo>
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]
<Michiyo>
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]
<TheDespairfulGamer> >Michiyo: That is
exactly what their modification should do. …
L48[04:54:50]
<TheDespairfulGamer> me either, but it
seems to not move the item i am specifying and returns nothing on
the screen
L50[04:56:43]
<TheDespairfulGamer> that is the program
with the new feature, it won't work
L51[04:57:38]
<Molinko>
now my brain just hurts
L52[04:58:32]
<Michiyo>
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]
<Michiyo>
make sure nothing else has gone... oddly wrong
L54[04:59:53]
<Michiyo>
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]
<Molinko>
maybe something funny is happening because slot is global??
L57[05:02:10]
<Michiyo>
Oh, right lua -- for comments, not vb.. my bad
L58[05:02:17]
<TheDespairfulGamer> it printed nothing to
screen and moved no blocks
L59[05:02:39]
<Michiyo>
and this worked before any other modifications? cause at this point
the code is stock.
L60[05:04:00]
<TheDespairfulGamer>
>TheDespairfulGamer: ```lua
L61[05:04:00]
<TheDespairfulGamer> --
L62[05:04:00]
<TheDespairfulGamer> -- OpenComputers
Storage Drawers Controll…
L63[05:04:00]
<TheDespairfulGamer> @Michiyo this is the
original code before the modifications.
L64[05:05:14]
<Michiyo>
Yes.. I am aware.
L65[05:05:37]
<Michiyo> I
have a magic scroll back. Like I said I loaded this up in a diff
tool to compare them
L66[05:11:00]
<Michiyo>
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]
<Michiyo>
If that works then try making the slot variable local.
L68[05:11:32]
<Michiyo>
Possibly counted to? IDK
L69[05:12:31]
<Michiyo>
ah nvm counted is local.. but slot isn't.. I don't see WHY that
would matter
L70[05:12:48]
<Michiyo>
anyway, I have to leave
L71[05:12:50]
<Michiyo>
good luck
L72[05:16:57]
<TheDespairfulGamer> thanks
L73[05:32:22]
<Vaur>
%tonkout
L74[05:32:22] <MichiBot> Holy ten birds in
a bush Batman! Vaur! You beat Forecaster'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> Vaur 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]
<Forecaster> %tonk
L80[06:33:58] <MichiBot> Swell!
Forecaster! You beat Vaur'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 Vaur!
L82[07:06:03] ⇦
Quits: Hawk777 (~chead@2607:c000:8268:1a00:39f8:b69b:fc73:1b2e)
(Quit: Leaving.)
L84[07:12:28]
<Forecaster> 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)
L88[07:52:58]
<Molinko>
omg thx
L89[07:53:22]
<Molinko>
>dequbed: <@335129342898339840> I just realized I …
L90[07:53:22]
<Molinko>
gracias bud
L91[08:18:17]
<Molinko>
>dequbed: <@335129342898339840> I just realized I …
L92[08:18:18]
<Molinko>
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]
<Kristopher38> 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]
<Molinko>
>dequbed: Ah yeah right that was still the handpat…
L100[08:52:44]
<Molinko>
...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.)
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]
<Vaur>
%tonk
L110[10:39:48] <MichiBot> Eureka! Vaur!
You beat Forecaster'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
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]
<Vaur>
%tonkout
L127[15:58:13] <MichiBot> Sard! Vaur! 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> Vaur 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]
<PwnagePineapple> 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]
<Kristopher38> everything is fiddle'able
if you're brave enough
L135[17:18:17]
<PwnagePineapple> 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]
<PwnagePineapple> I can answer yes to a
but not the other two
L139[17:31:28]
<PwnagePineapple> Is OC2 going to use
embedded Linux instead of OpenOS?
L140[17:31:39] <dequbed> OC2 *is* using
embedded Linux.
L141[17:31:58]
<PwnagePineapple> 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]
<PwnagePineapple> 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]
<PwnagePineapple> Or at least Rust
programs
L147[17:33:09] <dequbed> That's ...
remotely less bad.
L148[17:33:14]
<PwnagePineapple> 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]
<Trainfan91> how do we feel about
win11?
L151[17:37:09]
<PwnagePineapple> I haven't owned or
seriously used a Win machine in years
L152[17:37:27]
<Trainfan91> @PwnagePineapple macos?
L153[17:37:31]
<PwnagePineapple> Linux
L154[17:37:42]
<Trainfan91> ah neckbeard os
L155[17:37:55]
<PwnagePineapple> All my main hardware
runs Fedora
L156[17:38:14]
<PwnagePineapple> I have one RPi running
Arch and one running OSMC
L157[17:38:21]
<PwnagePineapple> Router runs
OpenWRT
L158[17:39:15]
<PwnagePineapple> Never owned an Apple
product, probably never will
L159[17:42:34]
<PwnagePineapple> >Trainfan91: ah
neckbeard os
L160[17:42:34]
<PwnagePineapple> And I'll have you know
that I can't seem to grow any facial hair :P
L161[17:46:16]
<PwnagePineapple> Wow OC2 looks cool
L162[17:46:41]
<PwnagePineapple> 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 Joe
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
L178[18:52:25] ⇦
Quits: lordpipe (~ba7888b72@66.109.211.50) (Read error: Connection
reset by peer)
L180[18:56:12]
⇨ Joins: lordpipe (~ba7888b72@66.109.211.50)
L181[19:03:39]
<Forecaster> @Fat Joe Games A slot can
only be connected to one slot
L182[19:03:49]
<Forecaster> @Fat Joe Games A slot can
only be connected to one side [Edited]
L183[19:05:37]
<Fat Joe
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 Joe
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 Joe
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]
<Vaur>
%tonk
L188[20:10:28] <MichiBot> Zounderkite!
Vaur! 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]
<skymoo>
Hello
L191[21:06:50]
<skymoo>
How do I use refined storage from my computer?
L192[21:07:05]
<skymoo> I
found this line component.blockrefinedstorageinterface but it says
blockrefinedstorageinterface not found
L193[21:10:18]
<Forecaster> show code
L194[21:12:26]
<skymoo> I
think the problem is haven't connect my computer to my RS
network
L195[21:12:31]
<skymoo>
but i don't know what blocks to do that with
L196[21:14:23]
<Forecaster> the adapter probably
L197[22:04:25] ⇦
Quits: Vexatos (~Vexatos@port-92-192-125-38.dynamic.as20676.net)
(Quit: Insert quantum chemistry joke here)