<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:54:55] <Amanda> Goddesses, I really cut this factory close to the moth things flight path:
L2[00:55:19] <Amanda> https://matrix.camnet.site/_matrix/media/v3/download/camnet.site/bUzecCUZekcJBozQlyQBKPGO/1000003532.mp4
L3[02:09:49] <A​PU> just curios but do we know the exact compiler for C on OC2
L4[02:10:03] <A​PU> cause i know it runs C and Lua
L5[02:13:14] <Flamei​ngsoul> at one point in time, i did find the exact, or to a point of being the same so some people i know could get a donut to work
L6[02:13:39] <Flamei​ngsoul> imported code from other sources did not like the other compilers but i forgot which one
L7[02:33:10] <Corded> > <Alternati​ve-Process> just curios but do we know the exact compiler for C on OC2
L8[02:33:10] <S​3> Isn't is just Qemu compatible riscv?
L9[02:33:23] <S​3> gneric with default mmio
L10[02:33:33] <S​3> * virtio setup
L11[02:35:27] <S​3> I'd just point your LLVM target to something like that
L12[02:35:33] <S​3> Or if you
L13[02:35:46] <S​3> * you're a goofy gnu fanboy, then build a gcc toolchain for it
L14[02:35:50] <S​3> See what happened
L15[02:35:55] <S​3> * happenes
L16[02:37:00] <S​3> Or perhaps, port something like SmallerC 😄
L17[02:42:25] <A​PU> ¯\_(ツ)_/¯
L18[02:42:41] <A​PU> i'm a casual dude, doing stuff for fun cause why not?
L19[02:43:38] <A​PU> got curios about the C and Lua in it, and it being proper linux got me curios further
L20[02:44:01] <A​PU> so i tried making a fork bomb
L21[02:46:08] <A​PU> it did not like the structure of it that i stole from someone
L22[02:46:50] ⇨ Joins: Kenley (~Kenley@45.147.7.118)
L23[02:46:59] <Kenley> hello
L24[02:47:03] <A​PU> ello
L25[02:47:20] <Kenley> lol this really works? cool
L26[02:47:35] <A​PU> i mean, there is a discord bot, and an irc so ye
L27[02:47:53] <Kenley> oh well.....
L28[02:47:54] <A​PU> did you join from the OC mod's irc floppy or the website
L29[02:48:07] <Kenley> i think via MineOS shop
L30[02:48:26] <A​PU> pretty much same thing, do you get a UI?
L31[02:48:32] <Kenley> yea
L32[02:48:52] <A​PU> yeah, the floppy on base openOS is just text, still pretty cool
L33[02:49:10] <Kenley> but tbh thats impressing that it works
L34[02:49:22] <Kenley> yea
L35[02:49:23] <A​PU> eh
L36[02:50:06] <A​PU> i mean, the base process is already done on the floppy, and the way it works is connecting to the IRC used (esper.net) to the OC channel via HTTP
L37[02:50:12] <A​PU> or web requests
L38[02:50:37] <Kenley> makes sense
L39[02:51:06] ⇦ Quits: Kenley (~Kenley@45.147.7.118) (Remote host closed the connection)
L40[02:52:02] ⇨ Joins: Kenley (~Kenley@45.147.7.118)
L41[02:52:10] <A​PU> wb
L42[02:52:39] <Kenley> sadly the channel messages don't get saved and sent to me when i connect :c
L43[02:52:39] <A​PU> sucks OC2 did not get the http, though it makes sense, would be a pain
L44[02:53:05] <Kenley> yea well it works atleast :D
L45[02:53:14] <Corded> > <Ken​ley> sadly the channel messages don't get saved and sent to me w…
L46[02:53:14] <A​PU> well to be fair, you know how long of a backlog that would be?
L47[02:53:31] <Corded> > <Ken​ley> yea well it works atleast :D
L48[02:53:31] <A​PU> OC1 ye, wich is nice and can be used for other uses aswell
L49[02:53:40] <Kenley> well you could just save the last 5 messages and sent them to the client ig
L50[02:54:16] <A​PU> seems like a pain, on esper.net it don't do that either, you gotta activly click through to open the logs and read prior msgs
L51[02:54:59] <Kenley> well it might be possible
L52[02:56:05] <A​PU> ¯\_(ツ)_/¯
L53[02:56:17] <Kenley> well anyways for me its really late rn gotta get some sleep lol cya
L54[02:56:43] <A​PU> GN
L55[02:56:59] <Kenley> gn :D
L56[02:57:15] ⇦ Quits: Kenley (~Kenley@45.147.7.118) (Quit: Kenley)
L57[03:03:41] <Corded> > <Alternati​ve-Process> got curios about the C and Lua in it, and it being proper l…
L58[03:03:41] <S​3> Okay so. What do you mean C "in it". With C you can just cross compile from another platform to it
L59[03:03:59] <S​3> If you want to compile in it, then you need to have a compiler (probably just build one) inside of it using some RISCV system
L60[03:09:02] <A​PU> 👍
L61[03:09:07] <A​PU> ima go to bed
L62[03:09:10] <A​PU> gn yall
L63[03:09:59] <Corded> > <Z0id​burg> Okay so. What do you mean C "in it". With C you can just cr…
L64[03:09:59] <A​PU> and i mean like, i can run lua and C code in a OC2 pc, though taking direct code does not like me verry much, though i did find where specific libriaries are located
L65[03:10:13] <A​PU> that said ig syntax is slightly off or differant
L66[03:10:30] <Amanda> C and lua are very different languages
L67[03:14:01] <S​3> C is a systems language
L68[03:14:40] <S​3> You're going to have a fun time learning C in OC2 if you've never written any C before 🙂
L69[03:29:24] <Amanda> Time to try sleeps again
L70[03:44:25] <Forec​aster> %tonkout
L71[03:44:26] <MichiBot> Yay! Forec​aster! You beat Va​ur's previous record of 9 hours, 31 minutes and 2 seconds (By 3 hours, 23 minutes and 26 seconds)! I hope you're happy!
L72[03:44:27] <MichiBot> Forec​aster has stolen the tonkout! Tonk has been reset! They gained 0.012 tonk points! plus 0.011 bonus points for consecutive hours! (Reduced to 50% because stealing) Current score: 2.5295. Position #2 Need 0.0247018 more points to pass Spider ​EveryOS!
L73[04:26:08] <Re​nno> does the chunkloader upgrade just not work?
L74[04:26:41] <Re​nno> on a fresh server with all default settings, its the only OC device in the whole server, and it says it can't acquire a ticket to keep a chunk loaded
L75[04:34:22] <Forec​aster> That means forge doesn't let it load the chunk
L76[06:42:35] ⇨ Joins: Vexatos (~Vexatos@p200300eaef070500f38e72363e47ad9e.dip0.t-ipconnect.de)
L77[06:42:35] zsh sets mode: +v on Vexatos
L78[07:07:13] <Kristo​pher38> Maybe it's a permissions thing?
L79[07:07:51] <Kristo​pher38> Try somewhere outside of the spawn area
L80[07:10:57] ⇦ Quits: Izzy (~izzy@210.1.218.92) (Quit: ZNC 1.8.2+deb2+b1 - https://znc.in)
L81[07:13:14] ⇨ Joins: Izzy (~izzy@210.1.218.92)
L82[07:27:15] ⇦ Quits: Izzy (~izzy@210.1.218.92) (Quit: ZNC 1.8.2+deb2+b1 - https://znc.in)
L83[07:28:30] ⇨ Joins: Izzy (~izzy@210.1.218.92)
L84[07:39:06] <Izzy> APU: IRC in OC is over TCP, not HTTP
L85[10:16:43] <Forec​aster> %tonk
L86[10:16:45] <MichiBot> Yay! Forec​aster! You beat your own previous record of <0 (By 6 hours, 32 minutes and 18 seconds)! I hope you're happy!
L87[10:16:46] <MichiBot> Forecaster's new record is 6 hours, 32 minutes and 18 seconds! No points gained for stealing from yourself. (Lost out on 0.00654)
L88[11:52:17] <Corded> > <Iz​zy> APU: IRC in OC is over TCP, not HTTP
L89[11:52:18] <A​PU> ah ok, i just remebered we can send web requests, i just call that http
L90[11:53:01] <Corded> > <Ama​nda> C and lua are very different languages
L91[11:53:01] <A​PU> yeah i know, ive used some C before, ive used a small bit of alot of langauges for varius reasons
L92[13:03:43] ⇨ Joins: DBotThePony1 (~Thunderbi@31.220.170.28)
L93[13:03:44] ⇦ Quits: DBotThePony (~Thunderbi@31.220.170.28) (Read error: Connection reset by peer)
L94[13:03:44] *** DBotThePony1 is now known as DBotThePony
L95[13:22:19] <Spider ​EveryOS> %tonk
L96[13:22:19] <MichiBot> I'm sorry Spider EveryOS, you were not able to beat Forecaster's record of 6 hours, 32 minutes and 18 seconds this time. 3 hours, 5 minutes and 35 seconds were wasted! Missed by 3 hours, 26 minutes and 42 seconds!
L97[13:22:29] <Spider ​EveryOS> Oh
L98[13:42:03] <Forec​aster> 😐
L99[13:44:48] <Amanda> %splash @Forecaster with mutable octiron potion
L100[13:44:49] <MichiBot> You fling a mutable octiron potion (New!) that splashes onto @Forecaster. @Forecaster turns into a turtle boy until someone looks at them.
L101[13:45:00] <Amanda> ... idgi, it didn't do anything
L102[13:47:54] <Forec​aster> It felt weird is what it did
L103[13:49:08] <Forec​aster> And for some reason I want pizza now...
L104[13:49:11] <Spider ​EveryOS> Turtle boy
L105[13:49:37] <Amanda> turtle boy? Where?
L106[13:49:52] <Corded> > <Forec​aster> And for some reason I want pizza now...
L107[13:49:52] <Spider ​EveryOS> It's been *forever* since I last thought of tmnt
L108[14:02:37] <Forec​aster> I've broken your streak
L109[14:02:53] <Forec​aster> Or MichiBot did
L110[14:05:18] ⇦ Quits: DBotThePony (~Thunderbi@31.220.170.28) (*.net *.split)
L111[14:05:18] ⇦ Quits: Izzy (~izzy@210.1.218.92) (*.net *.split)
L112[14:05:18] ⇦ Quits: Vexatos (~Vexatos@p200300eaef070500f38e72363e47ad9e.dip0.t-ipconnect.de) (*.net *.split)
L113[14:05:18] ⇦ Quits: Stary (Stary@thonk.9net.org) (*.net *.split)
L114[14:05:18] ⇦ Quits: nadja (~dequbed@banana-new.kilobyte22.de) (*.net *.split)
L115[14:05:19] ⇦ Quits: scj643 (~quassel@2001:41d0:700:3949:5c1::1) (*.net *.split)
L116[14:05:19] ⇦ Quits: Hobbyboy (Hobbyboy@hobbyboy.co.uk) (*.net *.split)
L117[14:05:19] ⇦ Quits: Lucifer (sid32492@id-32492.ilkley.irccloud.com) (*.net *.split)
L118[14:05:19] ⇦ Quits: SquidDev (~SquidDev@vps-a1b9ba99.vps.ovh.net) (*.net *.split)
L119[14:05:19] ⇦ Quits: stephanj (~stephanj@nemesis.stejau.de) (*.net *.split)
L120[14:05:19] ⇦ Quits: Crystal|AFK (crystal@eris.the.sexiest.cat) (*.net *.split)
L121[14:05:19] ⇦ Quits: Saphire (saphire@lunar.exchange) (*.net *.split)
L122[14:05:19] ⇦ Quits: Cruor (Cruor@satomi.openshell.no) (*.net *.split)
L123[14:05:19] ⇦ Quits: Oddstr13 (Odd@satomi.openshell.no) (*.net *.split)
L124[14:05:19] ⇦ Quits: Kasen (~rakiru@has.anyone.really.been.far.even.as.decided.to.use.a.witch.horse) (*.net *.split)
L125[14:05:19] ⇦ Quits: fingercomp (fingercomp@fomalhaut.me) (*.net *.split)
L126[14:05:19] ⇦ Quits: LeshaInc (LeshaInc@fomalhaut.me) (*.net *.split)
L127[14:05:19] ⇦ Quits: Totoro (totoro@fomalhaut.me) (*.net *.split)
L128[14:06:06] ⇨ Joins: DBotThePony (~Thunderbi@31.220.170.28)
L129[14:06:06] ⇨ Joins: Izzy (~izzy@210.1.218.92)
L130[14:06:06] ⇨ Joins: Vexatos (~Vexatos@p200300eaef070500f38e72363e47ad9e.dip0.t-ipconnect.de)
L131[14:06:06] ⇨ Joins: Stary (Stary@thonk.9net.org)
L132[14:06:06] ⇨ Joins: nadja (~dequbed@banana-new.kilobyte22.de)
L133[14:06:06] ⇨ Joins: scj643 (~quassel@2001:41d0:700:3949:5c1::1)
L134[14:06:06] ⇨ Joins: Hobbyboy (Hobbyboy@hobbyboy.co.uk)
L135[14:06:06] ⇨ Joins: Lucifer (sid32492@id-32492.ilkley.irccloud.com)
L136[14:06:06] ⇨ Joins: SquidDev (~SquidDev@vps-a1b9ba99.vps.ovh.net)
L137[14:06:06] ⇨ Joins: stephanj (~stephanj@nemesis.stejau.de)
L138[14:06:06] ⇨ Joins: Crystal|AFK (crystal@eris.the.sexiest.cat)
L139[14:06:06] ⇨ Joins: Saphire (saphire@lunar.exchange)
L140[14:06:06] ⇨ Joins: Cruor (Cruor@satomi.openshell.no)
L141[14:06:06] ⇨ Joins: Oddstr13 (Odd@satomi.openshell.no)
L142[14:06:06] ⇨ Joins: Kasen (~rakiru@has.anyone.really.been.far.even.as.decided.to.use.a.witch.horse)
L143[14:06:06] ⇨ Joins: fingercomp (fingercomp@fomalhaut.me)
L144[14:06:06] ⇨ Joins: LeshaInc (LeshaInc@fomalhaut.me)
L145[14:06:06] ⇨ Joins: Totoro (totoro@fomalhaut.me)
L146[14:06:06] swepipe.esper.net sets mode: +v on Vexatos
L147[14:08:19] <Amanda> %splash @Forecaster with mutable violet potion
L148[14:08:20] <MichiBot> You fling a mutable violet potion (New!) that splashes onto @Forecaster. @Forecaster turns into a lava boy until hell has a nice fall.
L149[14:09:18] <Amanda> Where'd I leave my bucket...
L150[14:24:11] <Forec​aster> D:
L151[14:24:14] <Forec​aster> Not again
L152[15:01:57] <Va​ur> %sip
L153[15:01:59] <MichiBot> You drink an included weather potion (New!). Vaur: Nothing seemed to happen...
L154[16:12:44] * Amanda screm
L155[16:13:13] <Amanda> to get coal, I need better pipes, or lots of maths
L156[16:13:19] <Amanda> coal power
L157[16:13:21] <Forec​aster> iScrem, only 999.99
L158[16:19:07] <Va​ur> %sip
L159[16:19:09] <MichiBot> You drink a smooth void potion (New!). Vaur's hair glows green until they use "Swing Ohmygawd" in a sentence.
L160[16:19:23] <Va​ur> green glow
L161[16:19:42] <Forec​aster> neat
L162[16:21:15] <Amanda> %choose handcraft to victory or just use v1 pipes
L163[16:21:16] <MichiBot> Ama​nda: Hold on tightly! "just use v1 pipes" is a wild ride!
L164[16:30:53] ⇨ Joins: Hawk777 (~Hawk777@node-1w7jr9qtt7xxf49flkehlxqoz.ipv6.telus.net)
L165[16:45:08] <Mic​hiyo> "I've been downloading this data for 5 days!" You've only had the ability to download that data for *ONE* day, how...?
L166[16:45:20] <Mic​hiyo> "I've downloaded 1,8TB of data!".... It's 8 effing GB HOW?!
L167[17:20:03] <S​3> What
L168[17:34:45] <Amanda> Finally have coal power going. :D
L169[17:35:31] <Amanda> 2.4GW of power added to the grid
L170[17:51:34] <Corded> > <Forec​aster> I've broken your streak
L171[17:51:34] <Spider ​EveryOS> What streak?
L172[17:51:37] <Spider ​EveryOS> %sip
L173[17:51:38] <MichiBot> You drink a diluted bavarium potion (New!). The ghost of a plant haunts Spider EveryOS until they say the phrase "Nyan Woof".
L174[17:51:48] <Va​ur> %sip
L175[17:51:49] <MichiBot> You drink a gloopy octiron potion (New!). Vaur remembers an unimportant appointment.
L176[17:52:03] <Va​ur> yes, I have a plan on wednesday
L177[17:52:08] <Va​ur> plane*
L178[17:52:25] <Corded> > <Mich​iBot> You drink a diluted bavarium potion (New!). The ghost of a …
L179[17:52:25] <Spider ​EveryOS> Nyan Woof? Is that like what a catdog says?
L180[17:53:39] <Forec​aster> Your streak of not thinking about tmnt
L181[17:55:03] <Spider ​EveryOS> I just lost the game...
L182[17:55:12] <Spider ​EveryOS> * The Game...
L183[17:56:43] <Forec​aster> There is no game, there is only Zuul
L184[17:59:47] <Spider ​EveryOS> I had to look up the reference, it's been an eternity since I last saw ghostbusters, it's sequel, or it's remake
L185[18:02:38] <Forec​aster> Well I kinda butchered it, but I haven't watched Ghostbusters in a while either
L186[18:21:01] <Corded> > <Mic​hiyo> "I've downloaded 1,8TB of data!".... It's 8 effing GB HOW?!
L187[18:21:01] <Mic​hiyo> Every time it finished downloading, and extracting it didn't flash a huge graphic saying it was done (the "Done" message is logged...) Sooooo... they hit go again.
L188[18:21:03] <Mic​hiyo> and again
L189[18:21:04] <Mic​hiyo> and again
L190[18:21:50] <Forec​aster> Amazing
L191[18:22:09] <Forec​aster> (I've done that at least once)
L192[18:22:25] <Forec​aster> But only once before I checked if it actually downloaded something
L193[18:36:45] <Flamei​ngsoul> yaknow, general sou's chicken or however its spelt is surprisingly easy to make
L194[18:37:00] <Flamei​ngsoul> still more effort than i am willing to put in but easier than i thought
L195[18:45:28] <Forec​aster> First, raise some chickens
L196[18:46:15] <Flamei​ngsoul> nah, just get some eggs, gotta make sure you get the chicks chopped up for smaller, more bite sized pieces
L197[18:48:55] <Forec​aster> But an egg is the first step in raising a chicken
L198[18:49:07] <Flamei​ngsoul> then buy chicks directly to kill?
L199[18:49:26] <Flamei​ngsoul> that or for the people you hate, get some rats or mice
L200[19:14:52] ⇦ Quits: kan18 (~kan18@98.16.44.148) (Ping timeout: 183 seconds)
L201[19:35:08] <Corded> > <Spider ​EveryOS> I just lost The Game...
L202[19:35:08] <S​3> THE GAME
L203[19:45:59] <Amanda> %choose laptopnaptime?
L204[19:46:00] <MichiBot> Ama​nda: Hm, planetary alignment doesn't seem right for that.
L205[19:46:08] <Amanda> I can fix that!
L206[19:54:39] <Amanda> %choose set up the thing to play with or meh
L207[19:54:40] <MichiBot> Ama​nda: After all, why shouldn't you "meh"?
L208[20:02:15] <Amanda> Hrm. seems like the software wouldn't work for me anyway, there's no way to replace a document with another
L209[20:03:17] * Amanda flops down around Elfi, offers her some peanutbutter crackers
L210[20:08:18] <Va​ur> %tonk
L211[20:08:20] <MichiBot> Yippee! Va​ur! You beat Forec​aster's previous record of 6 hours, 32 minutes and 18 seconds (By 13 minutes and 41 seconds)! I hope you're happy!
L212[20:08:21] <MichiBot> Vaur's new record is 6 hours, 45 minutes and 59 seconds! Vaur also gained 0.00161 (0.00023 x 7) tonk points for stealing the tonk. Position #3. Need 0.0780618 more points to pass Forec​aster!
L213[22:19:57] ⇦ Quits: Vexatos (~Vexatos@p200300eaef070500f38e72363e47ad9e.dip0.t-ipconnect.de) (Quit: Insert quantum chemistry joke here)
L214[22:32:46] ⇨ Joins: kan18 (~kan18@98.16.44.148)
<<Prev Next>> Scroll to Top