<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[03:52:22] <Lili​rine> just realized OC T2 screens are 2K* resolution
L2[03:52:29] <Lili​rine> *80x25
L3[03:55:41] ⇨ Joins: Hawk777 (~Hawk777@2001:569:7e40:1300:d758:7f49:e20b:5fc3)
L4[04:46:59] <Izzy> T3 are 8K
L5[05:26:19] <Forec​aster> %tonk
L6[05:26:19] <MichiBot> Wow! Forec​aster! You beat Va​ur's previous record of 9 hours, 42 minutes and 1 second (By 3 hours, 18 minutes and 8 seconds)! I hope you're happy!
L7[05:26:20] <MichiBot> Forecaster's new record is 13 hours and 10 seconds! Forecaster also gained 0.033 (0.0033 x 10) tonk points for stealing the tonk. Position #1.
L8[05:27:50] ⇦ Quits: Hawk777 (~Hawk777@2001:569:7e40:1300:d758:7f49:e20b:5fc3) (Quit: Leaving.)
L9[05:37:28] ⇨ Joins: Hawk777 (~Hawk777@2001:569:7e40:1300:942:ac2e:ed98:88b0)
L10[06:50:34] <walks​anator> I got wasynth working
L11[06:50:53] <walks​anator> now I can turn WASM to...
L12[06:50:53] <walks​anator> C,Kotlin,luajit,luau
L13[06:51:00] <walks​anator> I must collect more wasm converters
L14[08:04:58] ⇦ Quits: Hawk777 (~Hawk777@2001:569:7e40:1300:942:ac2e:ed98:88b0) (Quit: Leaving.)
L15[08:23:45] ⇨ Joins: Vexatos (~Vexatos@p200300eaef104e005287a6af31a2a458.dip0.t-ipconnect.de)
L16[08:23:45] zsh sets mode: +v on Vexatos
L17[09:00:57] ⇦ Quits: Neo (~neo@50.39.219.205) (ZNC 1.8.2 - https://znc.in)
L18[09:03:08] ⇨ Joins: Neo (~neo@50.39.222.80)
L19[09:03:17] *** Server sets mode: +ntz
L20[09:13:46] <Izzy> so porting OC to current MC versions has stalled a few times
L21[09:13:49] <Izzy> but hear me out
L22[09:13:51] <Izzy> port OC to Necesse
L23[09:14:10] <Izzy> it has a wiring system and building mechanics
L24[09:14:20] <Izzy> inventories, entities
L25[09:19:28] <Izzy> also, java game.
L26[11:36:25] <AR2​000> Next port it to starfield. You already have PCs in the game, add the ability to program them and make them interact with your outpost
L27[11:49:03] <Amanda> Today in Amanda's vacation adventures, she's waking up at 0100 local time
L28[11:49:25] <Amanda> (to be fair, it was around 0600 home time)
L29[12:19:15] <Izzy> Amanda: here's one for you: "Life is a soup. Please send spoons."
L30[12:19:35] <Amanda> Nice :3
L31[12:20:10] <Amanda> %choose read or try and sleep more
L32[12:20:10] <MichiBot> Ama​nda: I received a telegram from a long lost relative that only read "read". Weird.
L33[12:20:35] <Amanda> But how do you read that read telegram?
L34[12:37:29] <Forec​aster> leave it on read
L35[13:19:27] ⇨ Joins: Matveykostia (~Matveykos@94.240.191.18)
L36[13:22:51] ⇦ Quits: Matveykostia (~Matveykos@94.240.191.18) (Ping timeout: 190 seconds)
L37[13:27:25] <Va​ur> %sip
L38[13:27:25] <MichiBot> You drink a ripe iron potion (New!). Vaur turns into a toad until someone turns on a lamp.
L39[13:41:05] * Amanda snuggles back up around Elfi, debates a nap
L40[13:41:57] * Amanda decides that sounds good
L41[13:42:01] <Amanda> Night again girls
L42[14:17:32] ⇨ Joins: Michiyo (~Michiyo@50.39.222.80)
L43[14:17:32] zsh sets mode: +o on Michiyo
L44[14:35:58] <Amanda> Nap did not arrive
L45[14:38:30] <Forec​aster> it got stuck in customs
L46[14:38:35] <Forec​aster> delivery delayed
L47[15:12:26] <nic​l83> hey all, i'm trying to use `io.read` or `term.read` on opencomputers 1.8.3 (on minecraft 1.12.2), but when I press enter after typing, I get `/bin/sh.lua:14: attempted to index a nil value (field 'stdin')` and the computer reboots - any ideas what's going wrong here?
L48[15:14:41] <Forec​aster> ...what are you trying to do exactly?
L49[15:14:48] <nic​l83> * require("io")
L50[15:14:48] <Corded> -- ...
L51[15:14:49] <Corded> destination = io.read()
L52[15:14:49] <Corded> ```
L53[15:14:49] <Corded> not even doing anything strange with `io.read`, same issue with `term.read`
L54[15:14:49] <Forec​aster> io.read and term.read are not the same thing
L55[15:15:29] <nic​l83> just trying to read a single line of text input from the user, my bad on the confusion - didn't get as far as reading term's wiki page, just saw they both read from stdin
L56[15:15:39] <nic​l83> Error uploading to Hastebin. Please try again later.
L57[15:16:36] <nic​l83> yeah, they're seperate functions, my bad
L58[15:16:38] <nic​l83> explains a lot
L59[15:17:10] <nic​l83> looking at Term's documentation, I probably want to use `term.read` instead of `io.read`
L60[15:17:28] <Forec​aster> yes, term is higher level and generally more convenient
L61[15:17:28] <nic​l83> but also Term breaks earlier - it doesn't even let me type, it breaks as soon as `term.read` is called (`sh` errors and computer reboots)
L62[15:17:46] <Forec​aster> it should not be doing that
L63[15:18:10] <Forec​aster> most likely user error
L64[15:19:08] <nic​l83> https://discordembeds.pc-logix.com/live/1699197548347.mp4
L65[15:19:24] <nic​l83> broke it down to just the call to io/term.read and it still errors out, if i'm doing something obviously wrong lmk
L66[15:20:28] <nic​l83> actually that's even stranger, that's the `term` library breaking too
L67[15:20:31] <Forec​aster> which version of OC are you using?
L68[15:20:44] <Forec​aster> oh wait you said that
L69[15:20:49] <Amanda> Damn, who knew, a island in the middle of the pacific would have terrible internet
L70[15:20:57] * Amanda waits for video to load
L71[15:21:15] <Amanda> or is corded having issues.
L72[15:21:28] <Amanda> She did fail to hastebin an earlier message
L73[15:21:48] <Michiyo> Shits broken, I'm trying
L74[15:21:55] <Amanda> oh okay
L75[15:21:57] <Amanda> No rush. <3
L76[15:21:58] <Forec​aster> the video link works for me
L77[15:22:05] <Michiyo> It works for you, because it'
L78[15:22:09] <Michiyo> s hosted on Discord for you
L79[15:22:30] <Forec​aster> I'm talking about the bridged link obviously
L80[15:22:33] <nic​l83> lemme break it down a bit
L81[15:22:34] <Forec​aster> I know Discord works
L82[15:22:40] <nic​l83> creative case with a lv3 graphics card, connected to a lv3 screen with a keyboard on top of the screen, shell works but can't read stdin in programs
L83[15:22:51] ⇦ Quits: Michiyo (~Michiyo@50.39.222.80) (Quit: Leaving)
L84[15:22:54] <nic​l83> `io.read` works but computer crashes as soon as the program returns to the shell (`shell.lua` crashes)
L85[15:22:59] <nic​l83> `term.read` does not work and fails immediately
L86[15:23:05] <Amanda> Does it do this with a fresh openos install?
L87[15:23:18] <nic​l83> this is about as fresh as it gets, i set up this computer just before i started writing code
L88[15:23:22] <nic​l83> i'll try reinstalling though
L89[15:25:28] <nic​l83> ...oh, what the hell
L90[15:25:34] <nic​l83> yeah reinstalling OpenOS fixed it
L91[15:25:40] <nic​l83> that is *weird*, I swear that was a fresh install
L92[15:25:46] <nic​l83> guess i'll keep that in mind if it happens again, thanks guys
L93[15:25:54] <Amanda> guessing you accidentally overwrote a file or similar at some point, or installed a bad oppm package
L94[15:26:37] <nic​l83> nope, literally just installed OpenOS itself and started writing code in the home folder
L95[15:26:51] <nic​l83> unless the filename “signal_control” is reserved for something
L96[15:26:54] <nic​l83> probably just a bug
L97[15:27:24] <Amanda> Writing code with what? Did you open any of the system files to take a look?
L98[15:27:56] <Amanda> ( And then possibly accidentally introduce a topy )
L99[15:28:14] <nic​l83> just using `edit` on the terminal
L100[15:28:25] <nic​l83> didn’t open any system files, I’m referencing the wiki for the API
L101[15:28:38] <Amanda> Is this in singleplayer or multiplayer?
L102[15:28:45] <nic​l83> multiplayer
L103[15:28:50] <Amanda> because I can't think of any bugs that would corrupt a file like that
L104[15:29:08] <Amanda> Maybe someone tried to install a "Virus" on your computer, but it was busted?
L105[15:29:18] <Amanda> +OC
L106[15:29:24] <Amanda> %oclogs
L107[15:29:24] <MichiBot> https://irclogs.pc-logix.com/?dir=logs/%23oc
L108[15:29:42] <Amanda> oh right, Michiyo's homelab's a bit smoldering
L109[15:30:05] <Amanda> nvm that worked, just slow hawaii internet
L110[15:32:59] <nic​l83> Amanda - unless wireless signals can travel across dimensions, I doubt it, I’m basically the only one on here who uses OC and I was in a separate dimension (multiverse plugin) to everyone else
L111[15:33:17] <Amanda> No idea then
L112[15:33:35] <Amanda> I blame @Forecaster somehow
L113[15:33:49] <nic​l83> tbh could’ve been a cosmic bitflip for all I know, iirc the server my friend is hosting this on keeps crapping out 😆
L114[15:37:10] <Amanda> That sounds dangerous if the fs is getting corrupted
L115[15:37:10] <Amanda> Like "be ready to lose your world and data" dangerous
L116[15:38:28] <Forec​aster> hey, it's not my fault
L117[15:38:40] <Forec​aster> I only flip bits randomly when I'm *really* bored
L118[15:42:03] <Corded> > <Ama​nda> That sounds dangerous if the fs is getting corrupted
L119[15:42:03] <nic​l83> oh it hasn’t corrupted the FS before, it just randomly shuts off after making weird noises
L120[15:42:11] <nic​l83> probably bad RAM if I had to guess
L121[15:42:44] <Forec​aster> it hasn't corrupted the FS *yet*
L122[15:43:48] <Amanda> ^ It probably has, just not anything critical to the booting of the computer, like, say, a random file in a MC save for a hdd in oc
L123[15:54:31] <Amanda> Now, do I dare replace my traefik instance when I'm halfway around the world from my servers, and could get locked out entirely if I mess up?
L124[15:54:40] <Amanda> ... I do not
L125[16:11:08] ⇨ Joins: Michiyo (~Michiyo@50.39.222.80)
L126[16:11:08] zsh sets mode: +o on Michiyo
L127[16:11:22] <Michiyo> .
L128[16:11:24] <Va​ur> %sip
L129[16:11:25] <MichiBot> You drink a chewy aether potion (New!). Vaur is easily spotted.
L130[16:11:27] * Amanda meows hello to Michiyo
L131[16:13:28] <Michiyo> o/
L132[16:13:28] <Michiyo> https://www.whatsmydns.net/#A/fbsa.homecoming.wiki/50.39.222.80
L133[16:13:29] <Michiyo> ffs
L134[16:14:13] <Michiyo> I just "fixed" my panel not correctly updating IPs for all of my domains... now to wait for DNS to propagate to make sure it's actually working
L135[16:16:21] <Michiyo> Neat, DNS is actually regressing! fucking awesome
L136[16:16:26] <Michiyo> I quit
L137[16:27:07] <Va​ur> %tonkout
L138[16:27:07] <MichiBot> Holy baseball cap with the octan logo on it Batman! Va​ur! You beat Forec​aster's previous record of 13 hours and 10 seconds (By 38 seconds)! I hope you're happy!
L139[16:27:08] <MichiBot> Va​ur has stolen the tonkout! Tonk has been reset! They gained 0.013 tonk points! plus 0.012 bonus points for consecutive hours! (Reduced to 50% because stealing) Current score: 1.72147842. Position #2 Need 0.02884 more points to pass Forec​aster!
L140[16:27:25] <Va​ur> %sip
L141[16:27:25] <MichiBot> You drink a forked dalekanium potion (New!). Vaur feels slightly more agile.
L142[16:33:15] <Amanda> %give MichiBot thousands of Makefiles dressed in a Distro suit
L143[16:33:16] * MichiBot accepts thousands of Makefiles dressed in a Distro suit and adds it to her inventory
L144[17:26:56] ⇦ Parts: lunar_sam (c44a7f2987@2a00:c70:1:178:170:40:189:1) ())
L145[17:27:09] ⇨ Joins: lunar_sam (c44a7f2987@jabberfr.org)
L146[18:27:23] <S​3> %give MichiBot moxie flavored poutine
L147[18:27:23] * MichiBot accepts moxie flavored poutine and adds it to her inventory
L148[18:42:18] <Forec​aster> %sip
L149[18:42:18] <MichiBot> You drink an eroded pink potion (New!). Forecaster feels like a champion!
L150[18:42:47] <Forec​aster> but I don't want to feel like a mushroom
L151[18:45:00] <Va​ur> %sip
L152[18:45:01] <MichiBot> You drink a tiny currentcorn potion (New!). Vaur reboots for an update for 3 minutes.
L153[20:24:14] <Amanda> %choose halucinate or continue staring at editor window trying to find something to be productive on
L154[20:24:14] <MichiBot> Ama​nda: I've heard "halucinate" is in these days
L155[20:26:24] <Amanda> But am I in? %choose low-temp goat kitten?
L156[20:26:24] <MichiBot> Ama​nda: "low-temp goat kitten" doesn't really seem like a good idea right now.
L157[20:26:30] <Amanda> guess not
L158[20:39:17] ⇦ Quits: Michiyo (~Michiyo@50.39.222.80) (Read error: Connection reset by peer)
L159[20:45:01] ⇨ Joins: Michiyo (~Michiyo@50.39.222.80)
L160[20:45:01] zsh sets mode: +o on Michiyo
L161[21:02:15] <Amanda> ... great
L162[21:38:50] <Amanda> WElp, I should have asked Izzy for that delete command again, because I just deleted a bunch of random files in my ~ that were more than 7 days old
L163[21:39:01] <Amanda> I cri
L164[21:40:16] <Forec​aster> Oops
L165[22:12:24] <Amanda> Maybe it's time to clean up my ~/Code and start fresh
L166[22:12:36] <Amanda> fuck it, maybe it's time to clean up my ~/ and start fresh
L167[22:12:39] <Amanda> again
L168[22:12:41] <Amanda> sigh
L169[22:14:09] <Forec​aster> It's always time to clean up something
L170[22:15:01] <AR2​000> https://github.com/AR2000AR/openComputers_codes/blob/osinetwork-tcp/network/lib/socket/tcp.lua
L171[22:18:01] <AR2​000> Not sure if anyone can help but here is my problem:
L172[22:18:01] <AR2​000> When I try to send data from the server socket (not the listening one but the one returned by `:accept()`), I get an assertion error line 154 with a -1 value for `self._rcvNxt` instead of the last acknowledged byte
L173[22:19:32] <AR2​000> I used the nc.lua program to test, and Wireshark output look as it should. The 3 way handshake works
L174[22:21:35] <AR2​000> If anyone wants to test it, they would have to install the package `osinetwok` by downloading it from the osinetwork-tcp branch (in the packages folder.
L175[22:21:35] <AR2​000> All other dependencies can be installed with oppm (with my repo added) or pm
L176[23:37:15] <Comput​erCoco> how do threads work with the irc client?
L177[23:37:15] <Comput​erCoco> Like if I create a discord chat thread, will the irc people be able to see it?
L178[23:43:28] <S​3> Test it.
L179[23:43:47] <S​3> @ComputerCocoWhat version coco
L180[23:47:25] <Corded> > <Z0id​burg> @ComputerCocoWhat version coco
L181[23:47:25] <Comput​erCoco> what version of what btw?
L182[23:47:36] <S​3> your username has coco in it
L183[23:47:38] <S​3> What model coco?
L184[23:47:45] <S​3> I have a coco model 2
L185[23:48:19] <Comput​erCoco> I have no idea what your talking about xD
L186[23:48:19] <Comput​erCoco> Coco, is name and I like computers lol
L187[23:48:20] <Comput​erCoco> Theres a story behind it but its cringe
L188[23:48:24] <Comput​erCoco> * xD
L189[23:48:24] <Corded> Coco is name and I like computers lol
L190[23:48:25] <Corded> Theres a story behind it but its cringe
L191[23:48:42] <Comput​erCoco> oml its an actual computers
L192[23:48:45] <Comput​erCoco> * computer
L193[23:49:09] <Comput​erCoco> How did I not google that before I set it as my name???
L194[23:49:43] <S​3> https://discordembeds.pc-logix.com/live/1699228182699.jpg
L195[23:49:46] <S​3> Here is my coco
L196[23:50:04] <Izzy> those are the 6809 ones, right?
L197[23:50:12] <S​3> It was the first computer I ever had in my room
L198[23:50:15] <S​3> Yeah
L199[23:50:18] <S​3> 6809E
L200[23:51:09] <S​3> And that's the only good feature it has lololol
L201[23:52:30] <Comput​erCoco> Well
L202[23:52:30] <Comput​erCoco> I guess if I ever rebrand all my accounts, Ill keep in mind that Coco's are a literal computer xD
L203[23:53:41] <Izzy> also idk if you nerds were doing this threads business but this is what I see https://shadowkat.net/tmp/64bc.png
L204[23:54:48] <Corded> > <Comput​erCoco> Well
L205[23:54:48] <Corded> I guess if I ever rebrand all my accounts, Ill keep in…
L206[23:54:48] <S​3> It stands for color computer by the way, because it is so powerful it can display up to a whopping total of 4 colors on the screen at any given time
<<Prev Next>> Scroll to Top