<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:06:20] <Amanda> Oops
L2[00:06:58] <Amanda> Guess what? Hitting an asteroid while having low hull makes the soup go boom
L3[00:07:15] <Amanda> Ship even
L4[00:09:38] ⇨ Joins: S|h|a|w|n (~shawn156@67.218.67.153)
L5[00:15:50] <Elfi> Soup probably goes boom too
L6[01:32:28] <! Little​Timmy52 !> >Amanda: Local evt = {event.pull()}
L7[01:32:28] <! Little​Timmy52 !> i tried that, i wasnt getting any data in it
L8[01:32:42] <! Little​Timmy52 !> but it dosent matter though
L9[01:32:52] <! Little​Timmy52 !> i already made my changes
L10[01:46:14] <! Little​Timmy52 !> i have a problem, I cant see why this script wont receive any messages Code Block pastebined https://paste.pc-logix.com/woguleruqi
L11[01:47:24] <! Little​Timmy52 !> btw i tried some print()s but there was nothing
L12[01:47:34] <! Little​Timmy52 !> its not recceiving the message
L13[01:50:00] <! Little​Timmy52 !> i got it
L14[01:50:36] <! Little​Timmy52 !> i changed while true do to local function main() then called the function in a while true do
L15[02:01:06] <! Little​Timmy52 !> how would one send 2 values at once over a network
L16[02:01:49] <! Little​Timmy52 !> because for some reason the data wont be inserted into the table
L17[02:05:45] * Amanda buries elfi in floof, decides to do a heccen zzzpurr
L18[02:05:48] <Amanda> Night girls
L19[02:09:23] <! Little​Timmy52 !> how does one put the gosh darn port and message into a table
L20[02:09:32] <! Little​Timmy52 !> ive been trying for a while now
L21[02:09:48] <! Little​Timmy52 !> anyone got any helpful insight?
L22[02:19:58] <! Little​Timmy52 !> my data and port variables wont insert into a table, what shuld I do?
L23[02:24:13] <! Little​Timmy52 !> i fixed it
L24[02:24:31] <! Little​Timmy52 !> i removed local from where i defined it
L25[02:24:43] <CompanionCube> %tonkout
L26[02:24:44] <MichiBot> Holy fork Batman! Compan​ionCube! You beat your own previous record of 4 hours, 43 minutes and 11 seconds (By 2 hours, 32 minutes and 5 seconds)! I hope you're happy!
L27[02:24:45] <MichiBot> Compan​ionCube has tonked out! Tonk has been reset! They gained 0.007 tonk points! plus 0.012 bonus points for consecutive hours! Current score: 0.09582, Position #1
L28[02:26:23] <! Little​Timmy52 !> now........ it wont serialoze
L29[02:26:33] <! Little​Timmy52 !> *serialize
L30[02:29:18] <! Little​Timmy52 !> ok for some reasn the port is staying null
L31[02:29:35] <! Little​Timmy52 !> table.insert(evtDat, port) is null
L32[02:29:44] <! Little​Timmy52 !> but there is a port
L33[02:32:43] <Forec​aster> If you actually want help you're going to have to show more code than that
L34[02:33:03] <Forec​aster> We have no way to know the value of "port"
L35[02:34:42] <! Little​Timmy52 !> >! LittleTimmy52 !: i have a problem, I cant see why this script wont receive any messages ```local comp…
L36[02:34:42] <! Little​Timmy52 !> this is my code
L37[02:34:56] <! Little​Timmy52 !> the message i replied to
L38[02:36:16] <! Little​Timmy52 !> also, on my end i have a print(port) just below where its set
L39[02:36:29] <! Little​Timmy52 !> and it prints 123.0
L40[02:37:09] <! Little​Timmy52 !> but if i print evt[1] (the port) it says nil
L41[02:39:58] <Izaya> did you open the port?
L42[02:40:08] <! Little​Timmy52 !> ok, i fixed something, it still is nil, but when its serialized it shoes it
L43[02:41:06] <! Little​Timmy52 !> >Izaya: did you open the port?
L44[02:41:06] <! Little​Timmy52 !> no, its just lgathering any event data from modem
L45[02:41:18] <Izaya> if you don't open the port it won't receive any messages
L46[02:41:30] <! Little​Timmy52 !> it recieves them fine
L47[02:42:04] <Izaya> modems cannot receive messages without the port being open
L48[02:42:14] <Izaya> tunnels can, but they don't really do ports
L49[02:42:41] <! Little​Timmy52 !> https://tinyurl.com/2k7b4s3d
L50[02:42:46] <! Little​Timmy52 !> this is tthe output
L51[02:43:03] <! Little​Timmy52 !> the nil is print(evt[1])
L52[02:43:17] <Izaya> evt[1], not evtDat[1]?
L53[02:43:17] <! Little​Timmy52 !> whuch is the value of the port in the table
L54[02:43:38] <! Little​Timmy52 !> my bad i meant evtDat[1]
L55[02:43:58] <! Little​Timmy52 !> but when i print the serialized version
L56[02:44:01] <! Little​Timmy52 !> it shows
L57[02:44:42] <! Little​Timmy52 !> I just cant understand how its nil and not nil at the same time
L58[02:45:30] <Izaya> here's how I'd do it https://shadowkat.net/tmp/f197.txt
L59[02:45:39] <Izaya> oh wait a second
L60[02:45:45] <Izaya> serialization.serialize(serEvt)?
L61[02:46:35] <! Little​Timmy52 !> i did it all, no errors, it works, just its null when i print evtDat[1] but its not nu;; when serialized
L62[02:47:03] <Izaya> https://shadowkat.net/tmp/772d.txt
L63[02:47:03] <! Little​Timmy52 !> i just dont know why i cant print it
L64[02:47:54] <Izaya> and if you want debug output: https://shadowkat.net/tmp/23ff.txt
L65[02:48:21] <! Little​Timmy52 !> thanks ig
L66[02:48:43] <! Little​Timmy52 !> mine did what i needed with the exception of the 1 odity
L67[02:50:08] <! Little​Timmy52 !> yes, it sends it to the other computer, now i got to fix the others script
L68[03:03:08] ⇨ Joins: Hawk777 (~Hawk777@2607:c000:8290:fb00:ca1b:1594:ef16:daa8)
L69[03:19:36] <! Little​Timmy52 !> all my hard work foe a simple This is a test
L70[03:20:23] <! Little​Timmy52 !> i am elated that my hard work is done
L71[03:20:28] <! Little​Timmy52 !> for today........
L72[03:20:39] <! Little​Timmy52 !> good day good people
L73[06:51:27] <Forec​aster> %tonk
L74[06:51:27] <MichiBot> Bingo! Forec​aster! You beat Compan​ionCube's previous record of <0 (By 4 hours, 26 minutes and 43 seconds)! I hope you're happy!
L75[06:51:28] <MichiBot> Forecaster's new record is 4 hours, 26 minutes and 43 seconds! Forecaster also gained 0.00445 tonk points for stealing the tonk. Position #2. Need 0.06474 more points to pass Compan​ionCube!
L76[08:11:02] ⇦ Quits: Hawk777 (~Hawk777@2607:c000:8290:fb00:ca1b:1594:ef16:daa8) (Quit: Leaving.)
L77[09:14:11] ⇨ Joins: Vexatos (~Vexatos@pd9e21222.dip0.t-ipconnect.de)
L78[09:14:11] zsh sets mode: +v on Vexatos
L79[09:27:35] <Forec​aster> %sip
L80[09:27:35] <MichiBot> You drink a spooned moonstone potion (New!). Forecaster's favourite hat suddenly disintegrates.
L81[09:27:39] <Forec​aster> Aww
L82[12:00:22] <Forec​aster> Hooray, my main computer is back online
L83[12:00:51] <Forec​aster> now I *just* need to get that fiber installed, and set up my servers again
L84[12:23:23] * Amanda meows and looks around
L85[12:25:09] <Forec​aster> no computers here! nope!
L86[12:45:30] <Amanda> Oh good, that means I can chew on the spicy snakes without getting in trouble!
L87[12:45:52] * Amanda goes behind Forecaster's box
L88[12:45:58] <Forec​aster> no wait
L89[12:50:47] <Amanda> Mew?
L90[12:51:05] <Forec​aster> they uh, taste really bad?
L91[12:51:27] <Amanda> Lies! They taste great, espically when the spicy part comes out!
L92[12:54:28] <Forec​aster> but then the spice wont make it to the compu I mean not-computer
L93[12:55:11] <Amanda> But I only get in trouble from nadja when I cut off the spice from computers!
L94[12:56:57] <Forec​aster> >:
L95[12:57:19] <Corded> * <Forec​aster> replaces all the cables with fiber optics
L96[12:58:52] <Amanda> hey! My spicy cables! D:
L97[13:10:11] ⇨ Joins: TunayAda (~TunayAda@212.252.136.169)
L98[13:10:39] ⇦ Quits: TunayAda (~TunayAda@212.252.136.169) (Client Quit)
L99[13:30:12] * Elfi gives Amanda some patch cables from her stepdad's modular synth
L100[13:35:35] * Amanda noms
L101[13:35:46] * Amanda purrs softly, beams some coffee for elfi as payment
L102[13:55:08] <Forec​aster> %tonkout
L103[13:55:08] <MichiBot> Holy wand of awkward laughter Batman! Forec​aster! You beat your own previous record of 4 hours, 26 minutes and 43 seconds (By 2 hours, 36 minutes and 57 seconds)! I hope you're happy!
L104[13:55:09] <MichiBot> Forec​aster has tonked out! Tonk has been reset! They gained 0.007 tonk points! plus 0.012 bonus points for consecutive hours! Current score: 0.05008, Position #2 Need 0.04574 more points to pass Compan​ionCube!
L105[14:42:34] ⇨ Joins: matveymayner (~matveymay@185.107.194.61)
L106[14:43:01] ⇨ Joins: pash (~pash@194.125.251.192)
L107[14:43:07] <pash> hi
L108[14:43:21] ⇦ Quits: pash (~pash@194.125.251.192) (Client Quit)
L109[14:43:21] <matveymayner> hi
L110[14:43:39] ⇦ Quits: matveymayner (~matveymay@185.107.194.61) (Remote host closed the connection)
L111[14:44:08] ⇨ Joins: matveymayner (~matveymay@185.107.194.61)
L112[14:45:24] ⇦ Quits: matveymayner (~matveymay@185.107.194.61) (Client Quit)
L113[15:31:11] <Forec​aster> wellp
L114[15:31:17] <Forec​aster> my servers are back online now
L115[15:31:36] <Forec​aster> but they don't have internet access, so my manga downloading system doesn't work >:
L116[15:32:32] <Forec​aster> I wonder if USB tethering works with a router
L117[15:40:22] <stephan48> openwrt? it does.
L118[15:40:34] <stephan48> most stock routers... hit and miss.
L119[15:40:51] <Forec​aster> this is a carrier proprietary router
L120[15:40:54] <stephan48> the problem with openwrt based stuff is that you need the packages in advence for usb+stuff.
L121[15:40:59] <stephan48> miss.
L122[15:41:12] <Forec​aster> but it has a usb port on it, so maybe
L123[15:41:22] <stephan48> but does not hurt to try... i mean its as simple as plugging it in and enabling it
L124[15:41:52] <stephan48> on current linux usb tethering just exposed an usb0 device(or similar) so with some luck if the drivers are there... you can configure it
L125[15:42:34] <stephan48> got an usb-c -> ethernet adapter?
L126[15:43:32] <Forec​aster> I do not
L127[15:43:43] <stephan48> ... modern android likes these very much for usb tethering :P and since a normal android hands out a few ip addresses via tether, you could just cheese it around this way. maybe you router even allows arbitrary ports to be used as uplink
L128[15:43:47] <stephan48> :(
L129[15:44:25] <stephan48> i did that at an event last year, openwrt accesspoin as AP and plugged into it a usb-c dock with ethernet to an android phone.
L130[15:47:49] <Forec​aster> I want this damn snow to go away to I can install the fiber already
L131[15:47:50] <Forec​aster> :>
L132[15:47:53] <Forec​aster> >:
L133[15:48:54] <Forec​aster> I'm not in any danger of dunning out of data, but it's annoying that my system isn't operating normally
L134[15:49:18] <Forec​aster> I believe I've used about 5 GB today
L135[15:49:25] <Forec​aster> I have 400 GB saved up
L136[15:50:59] <Forec​aster> I should call my provider and see if I can get a precharged 5G dongle until I can get a proper connection
L137[15:52:42] <Forec​aster> but it's too late for that now, I have to wait until monday
L138[15:53:50] <Forec​aster> ...also this is a blatant lie https://tinyurl.com/2ggoklmv
L139[15:54:07] <Forec​aster> it is not 54 weeks until zero, it should be like 1
L140[15:54:32] <Forec​aster> but I didn't take the end of the year into account when I made this
L141[16:02:55] <Forec​aster> E:D wont connect for some reason >:
L142[16:12:19] <stephan48> you have to lay down the fiber?!
L143[16:14:02] <Forec​aster> The house I bought was owned by an old guy (who died)
L144[16:14:14] <Forec​aster> the area has a fiber network, but this house wasn't connected when it was built
L145[16:14:19] <Forec​aster> so I have to do it now
L146[16:14:47] <stephan48> but normally the ISP does or contracts the groundwork?
L147[16:15:22] <Forec​aster> it doesn't quite work like that here
L148[16:15:38] <stephan48> so they just place it to the border of the property and you have to do the rest?
L149[16:15:45] <stephan48> how does the handover part work?
L150[16:15:46] <Forec​aster> the network is owned by the company who owns the electrical grid
L151[16:16:10] <Forec​aster> in this particular case, it isn't always like that, sometimes the municipality owns the network
L152[16:16:25] <Forec​aster> but ISPs don't mange the physical networks
L153[16:16:37] <Amanda> %remindme 20m check on ci
L154[16:16:37] <MichiBot> I'll tell you "check on ci" in 20m at 01/06/2023 04:36:37 PM
L155[16:16:54] <stephan48> that sounds almost like a sane idea.
L156[16:17:32] <stephan48> not like here... where ISPs own the physical networks and between eachother dig open the streets 2-3 times so everyone can lay their own fiber network
L157[16:17:44] <Forec​aster> when they installed the network they made a line up to the edge of the yard, but they can only go the rest of the way if the owner wants to participate
L158[16:18:00] <stephan48> (Germany) ... or other providers having to buy transit access from them
L159[16:18:02] <Forec​aster> usually old people who aren't interested don't have fiber installed
L160[16:18:18] <Forec​aster> even if it would increase the value of the house later
L161[16:18:48] <stephan48> we badgered our landlord into permitting the installation, even when we only choose to get the contract with the ISP like 3-4 years later
L162[16:18:51] <stephan48> yup
L163[16:18:53] <Mic​hiyo> %tonk
L164[16:18:54] <MichiBot> Dogast! Mic​hiyo! You beat Forec​aster's previous record of <0 (By 2 hours, 23 minutes and 45 seconds)! I hope you're happy!
L165[16:18:55] <MichiBot> Michiyo's new record is 2 hours, 23 minutes and 45 seconds! Michiyo also gained 0.0024 tonk points for stealing the tonk. Position #3. Need 0.03837 more points to pass Forec​aster!
L166[16:19:20] <Forec​aster> the company who owns the network offer digging services, but it costs a bit extra, and they also said they were seriously booked up on that front, so I'll probably do the digging myself by hand
L167[16:20:12] <Forec​aster> the fiber line only has to be about 50 cm into the ground at most, so it's not a significant amount of work
L168[16:21:15] <Forec​aster> here it's much more common for "Open Networks" to be installed nowadays
L169[16:21:38] <Forec​aster> which allow a choice of a set of ISPs, with the network itself being owned by a third party
L170[16:22:30] <Forec​aster> sometimes it's a company that owns other types of networks in an area like here, and sometimes it's a coalition of homeowners formed specifically to install a fiber network which is the case where my parents live
L171[16:23:05] <stephan48> a perfect world... can't have that here.
L172[16:25:18] <Forec​aster> sounds similar to the US which is not something you want to hear generally 😛
L173[16:25:39] <stephan48> i thought you live in the US?
L174[16:25:47] <Forec​aster> I do not
L175[16:26:06] <stephan48> ... i know many people here do so i do not dare to say, good for you :P
L176[16:26:57] <Forec​aster> I'm in sweden
L177[16:27:08] <stephan48> ah.
L178[16:27:20] <Forec​aster> it's very cold
L179[16:27:37] <stephan48> yea people there are often saner than the rest of europe. atleast most of the Swedes I know are.
L180[16:29:20] <Forec​aster> I don't know about that
L181[16:36:38] <MichiBot> Amanda REMINDER: check on ci
L182[16:44:38] ⇨ Joins: User (~User@46.250.94.212)
L183[16:44:55] ⇦ Quits: User (~User@46.250.94.212) (Client Quit)
L184[16:45:20] <Va​ur> %sip
L185[16:45:21] <MichiBot> You drink a salty electrum potion (New!). There's an acidic tinge to the potion... A label on the bottle reads "Who needs internal organs anyway?". Vaur takes 3d​6 => [5,5,1] acid damage.
L186[17:08:54] <Forec​aster> Router did not care about tethering at all ):
L187[17:21:13] <Mic​hiyo> Tether to your PC, bridge the connection to your NIC, and set your servers GW to your PC's IP?
L188[17:54:20] <Forec​aster> I don't want to change a bunch of stuff that I'd have to undo later
L189[17:54:30] <Forec​aster> I'll see if I can't get a dongle first
L190[18:11:06] <Amanda> %remindme 25m check on nomad
L191[18:11:06] <MichiBot> I'll tell you "check on nomad" in 25m at 01/06/2023 06:36:06 PM
L192[18:25:00] <Forec​aster> What an interesting translation... https://tinyurl.com/2h9org9g
L193[18:25:34] <Amanda> That's his name, clearly. Chancaller Asshat
L194[18:30:34] <Forec​aster> huh, The Eminence in Shadow is going to have 20 episodes apparently
L195[18:30:39] <Forec​aster> that's unusual
L196[18:36:06] <MichiBot> Amanda REMINDER: check on nomad
L197[19:06:47] <Amanda> 50547 store paths deleted, 85072.37 MiB freed -- 50547 store paths deleted, 85072.37 MiB freed
L198[19:06:55] <Amanda> took 2h8m9s
L199[19:07:20] <Amanda> Forgot to get nix garbage collection going on my machine since I removed hydra....
L200[19:27:16] <Forec​aster> https://tinyurl.com/2mxqnxsj
L201[19:28:52] <Forec​aster> I just inspected my light switches
L202[19:28:56] <Forec​aster> they look... fun
L203[19:29:51] <Forec​aster> there is some space behind them, but I'm not sure it's enough for a pico, relay and a 5V transformer
L204[19:30:21] <Va​ur> %tonk
L205[19:30:21] <MichiBot> Jiminy Cricket! Va​ur! You beat Mic​hiyo's previous record of 2 hours, 23 minutes and 45 seconds (By 47 minutes and 42 seconds)! I hope you're happy!
L206[19:30:22] <MichiBot> Vaur's new record is 3 hours, 11 minutes and 27 seconds! Vaur also gained 0.0024 (0.0008 x 3) tonk points for stealing the tonk. Position #6 => #5. (Overtook Ocawesome101) Need 0.00356 more points to pass Squi​dDev!
L207[19:31:45] <Va​ur> %sip
L208[19:31:46] <MichiBot> You drink a sedimented bavarium potion (New!). Vaur grows slightly until they see a bird.
L209[19:45:06] <Forec​aster> and it seems 230ac to 5dc converters aren't readily available locally...
L210[19:45:26] <Forec​aster> I guess I'll have to take a usb charger apart and see if I can use whatever is inside
L211[19:45:34] <Forec​aster> I hope it's not full of gremlins, I hate those
L212[20:46:22] ⇨ Joins: Amanda_ (~m-yt727s@2601:46:c603:aba1:4a3b:30ff:3b77:2168)
L213[20:47:59] ⇦ Quits: Amanda (~m-yt727s@c-73-165-62-84.hsd1.pa.comcast.net) (Ping timeout: 189 seconds)
L214[20:51:17] *** Amanda_ is now known as Amanda
L215[20:51:52] * Amanda checks on @Inari in her mermaid enclosure
L216[21:26:41] <Va​ur> %sip
L217[21:26:41] <MichiBot> You drink a sour automato potion (New!). The potion was inside Vaur all along.
L218[22:22:34] <Amanda> Neat. I've got renovate-bot running to update images in my nixos configs as well now
L219[22:22:41] <Amanda> s/images/docker images/
L220[22:22:42] <MichiBot> <Amanda> Neat. I've got renovate-bot running to update docker images in my nixos configs as well now
L221[22:49:45] <Mic​hiyo> %tonkout
L222[22:49:45] <MichiBot> Awesome! Mic​hiyo! You beat Va​ur's previous record of 3 hours, 11 minutes and 27 seconds (By 7 minutes and 56 seconds)! I hope you're happy!
L223[22:49:46] <MichiBot> Mic​hiyo has stolen the tonkout! Tonk has been reset! They gained 0.003 tonk points! plus 0.002 bonus points for consecutive hours! (Reduced to 50% because stealing) Current score: 0.01771. Position #3 Need 0.03237 more points to pass Forec​aster!
L224[22:50:03] <Mic​hiyo> Oh... I missed Vaur's tonk... >_>
L225[22:52:42] <Amanda> %splash Forecaster with mutable potion
L226[22:52:43] <MichiBot> You fling a mutable solarium potion (New!) that splashes onto Forecaster. Forecaster turns into an otter girl until they steal the moon.
L227[22:52:57] <Amanda> sea pupy
L228[22:53:11] * Amanda gives Forecaster a beach ball
<<Prev Next>> Scroll to Top