<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:01:23] ⇦ Quits: ben_mkiv (~ben_mkiv@88.130.156.97) (Ping timeout: 190 seconds)
L2[00:08:41] ⇦ Quits: Inari (~Pinkishu@pD9E381CB.dip0.t-ipconnect.de) (Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/)
L3[00:12:00] <Brisingr​ Aerowing> https://imgur.com/gallery/q4VvDl1
L4[00:12:11] <Brisingr​ Aerowing> Has sound. Very funny,
L5[00:23:37] ⇨ Joins: ben_mkiv (~ben_mkiv@88.130.156.97)
L6[00:59:33] <freacknate09> endermen cause anger
L7[00:59:50] <freacknate09> I am enderman hunting, and was ganged up on by like 10 different mobs
L8[01:20:22] <Kane​ Hart> How do I know this stuff? https://i.imgur.com/UN81JHb.png
L9[01:20:28] <Kane​ Hart> err like using %H
L10[01:20:30] <Kane​ Hart> and such
L11[01:21:03] <Kane​ Hart> I know how to get the full time was like %X%p I wanted more simple like just the hour so I started randomly typing the alphabet lol
L12[01:40:07] ⇦ Quits: Vexaton (~Vexatos@port-92-192-0-113.dynamic.as20676.net) (Quit: Insert quantum chemistry joke here)
L13[01:41:52] <ThePi​Guy24> yay i finally got ocemu working
L14[01:59:02] <freacknate09> hey, so I am using Term, and I want to store the vertical and horizontal resolutions of my screen in seperate variables. How would I extract that from term.getViewport()?
L15[02:02:16] <Z​ef> I suggest gpu.getResolution()
L16[02:03:13] <Z​ef> Just put two variables seperated by a comma beforehand instead of one
L17[02:03:27] <Z​ef> Like x, y = gpu.getResolution()
L18[02:03:33] <freacknate09> ok
L19[02:03:43] <freacknate09> to use term, do I have to do any require()s?
L20[02:03:48] <freacknate09> err, calls
L21[02:03:57] <freacknate09> I can't actually remember what that's called for some reason
L22[02:04:24] <Z​ef> To use term you have to do require("term")
L23[02:04:27] <freacknate09> ok
L24[02:05:09] <freacknate09> since I'm drawing a blank, what's that called when you do require()? I swear I'm not that bad at programming, just a brainfart lol
L25[02:08:12] <Z​ef> uhh no idea
L26[02:08:17] <Z​ef> I'm quite shit at programming
L27[02:08:21] <Z​ef> importing?
L28[02:08:27] <freacknate09> that sounds right
L29[02:08:38] <freacknate09> It's been a hot minute since I've programmed in Lua lol
L30[02:11:26] <ThePi​Guy24> depending on language, it is usually referred to as Importing, Requiring or Including
L31[02:12:18] <freacknate09> ahh
L32[02:17:41] <freacknate09> now to figure out how to make a program end button/command
L33[02:17:49] <freacknate09> ctrl+c doesn't work
L34[02:21:09] <Z​ef> You have to hold it down, and it might be ctrl alt c
L35[02:21:15] <Z​ef> been awhile
L36[02:22:46] <freacknate09> It's control c, I remember that
L37[02:23:13] <Mimiru> ctrl alt c works sometimes when ctrl c doesn't
L38[02:23:23] <freacknate09> ahh
L39[02:23:36] <Mimiru> IIRC ctrl c works when you're yielding or using event pull, but ctrl alt c will force a halt.. something like that
L40[02:23:37] <freacknate09> How do I make the system listen for messages without tying up the system resources?
L41[02:23:40] <freacknate09> ahh
L42[02:24:11] <Z​ef> event.listen
L43[02:24:24] <Z​ef> ~w event
L44[02:24:24] <ocdoc> http://ocd.cil.li/api:event
L45[02:24:39] <freacknate09> ok, thank you
L46[02:28:11] <Ocawes​ome101> https://ocdoc.cil.li/api:event is what the bot meant
L47[02:28:25] <Ocawes​ome101> I think
L48[02:28:57] <Mimiru> same exact page..?
L49[02:29:05] <Mimiru> ocd redirects to ocdoc
L50[02:29:09] <Ocawes​ome101> oh
L51[02:29:11] <Ocawes​ome101> TIL
L52[02:29:19] <ThePi​Guy24> ocd.cil.li is a redirect
L53[02:29:32] <Ocawes​ome101> I wasn't aware of that
L54[02:30:02] <freacknate09> how do I compare two strings?
L55[02:30:20] <freacknate09> nvm, I figured that out
L56[02:31:07] <freacknate09> how do I set the value of a string? I want to set the value of one string to be that of another
L57[02:31:33] <ThePi​Guy24> string1 = string2
L58[02:31:36] <freacknate09> ok
L59[02:31:59] <Mimiru> %pil
L60[02:32:00] <MichiBot> Mim​iru: https://www.lua.org/pil/contents.html#P1
L61[02:44:20] <freacknate09> hmm, my tablet is saying out of energy, even though it has a full battery. Any idea why?
L62[02:45:13] <freacknate09> oh yeah, I need to give the charger a redstone input
L63[03:11:52] <ben_mkiv> or use a scrench on the charger
L64[03:21:08] <freacknate09> Is there a way I can load files onto this tablet? I've got no floppy drive in it sadly. I have a wireless networking card, but it's not an internet card
L65[03:21:50] <freacknate09> nvm, I did some reading and got it
L66[03:47:28] ⇦ Quits: Backslash (~Backslash@d75-156-174-126.abhsia.telus.net) (Quit: Leaving)
L67[03:47:47] ⇨ Joins: Backslash (~Backslash@d75-156-174-126.abhsia.telus.net)
L68[03:54:46] <freacknate09> do my nanomachines leave when I die?
L69[04:03:03] ⇦ Quits: ba7888b72413a16a (~ba7888b72@66.109.211.150) (Ping timeout: 190 seconds)
L70[04:03:28] <Amanda> I think the only way to get rid of them is to drink grog, but I might be misremembering
L71[04:03:57] * Amanda snugs up around elfi, zzzmews
L72[04:06:41] ⇨ Joins: ba7888b72413a16a (~ba7888b72@66.109.211.150)
L73[04:11:26] <DaCompu​terNerd> Sounds right
L74[04:17:48] ⇨ Joins: fofo (webchat@ip68-103-129-184.ks.ok.cox.net)
L75[04:18:22] ⇦ Quits: fofo (webchat@ip68-103-129-184.ks.ok.cox.net) (Client Quit)
L76[07:16:09] ⇦ Quits: Thutmose (~Patrick@host-69-59-79-181.nctv.com) (Quit: Leaving.)
L77[07:20:12] ⇦ Quits: ba7888b72413a16a (~ba7888b72@66.109.211.150) (Quit: https://i.imgur.com/xacQ09F.mp4)
L78[07:27:08] ⇨ Joins: ba7888b72413a16a (~ba7888b72@66.109.211.150)
L79[07:41:36] ⇨ Joins: Inari (~Pinkishu@pD9E8F206.dip0.t-ipconnect.de)
L80[07:49:22] <S|h|a|w|n> can chisel n bits postive blueprints be cleared to reuse?
L81[07:53:02] <Forec​aster> no idea
L82[07:54:52] ⇦ Quits: Kleadron (~kleadron@c-73-254-147-9.hsd1.wa.comcast.net) (Quit: Xbox overlords taking over the planet)
L83[07:55:57] <S|h|a|w|n> ok
L84[08:02:42] ⇦ Quits: gamax92 (~gamax92@c-73-153-119-160.hsd1.co.comcast.net) (Read error: Connection reset by peer)
L85[08:50:08] ⇦ Quits: Backslash (~Backslash@d75-156-174-126.abhsia.telus.net) (Read error: Connection reset by peer)
L86[09:51:19] ⇨ Joins: flappy (~flappy@88-113-149-197.elisa-laajakaista.fi)
L87[09:53:10] <Forec​aster> %sip
L88[09:53:11] <MichiBot> You drink a soft purple potion (New!). Forec​aster has no memory of drinking a potion.
L89[09:53:21] <Forec​aster> %sip
L90[09:53:21] <MichiBot> You drink a thick amethyst potion (New!). Forec​aster grows slightly until they see a bird.
L91[10:00:22] <Forec​aster> %splash Inari
L92[10:00:23] <MichiBot> You fling a freezing emerald potion (New!) that splashes onto Inari. Inari turns into a dog until they have an apple.
L93[10:00:45] <Forec​aster> dogs can eat apples right?
L94[10:03:07] <Inari> Probably
L95[10:13:46] <Izaya> not sure why I didn't do this before but now I don't have to check the forums whenever I remember \o/
L96[10:13:47] <Izaya> https://i.imgur.com/MwvHlCo.png
L97[10:23:12] ⇨ Joins: Vexatos (~Vexatos@port-92-192-0-113.dynamic.as20676.net)
L98[10:23:12] zsh sets mode: +v on Vexatos
L99[11:58:41] *** BrightYC is now known as OFF
L100[12:00:24] *** OFF is now known as BrightYC
L101[12:19:33] ⇦ Quits: S|h|a|w|n (~shawn156@c-76-25-73-212.hsd1.co.comcast.net) (Read error: -0x1: UNKNOWN ERROR CODE (0001))
L102[12:37:06] ⇦ Quits: ben_mkiv (~ben_mkiv@88.130.156.97) (Ping timeout: 198 seconds)
L103[14:00:25] <Forec​aster> https://i.imgur.com/LtJoLud.png
L104[14:18:23] <Ocawes​ome101> lol
L105[14:23:29] <Amanda> HIssssss!
L106[14:30:07] ⇦ Quits: Vaur (~vaur@56.ip-149-202-44.eu) (Ping timeout: 204 seconds)
L107[14:36:49] ⇨ Joins: Vaur (~vaur@56.ip-149-202-44.eu)
L108[14:51:26] <Amanda> %choose livingroom or bedroom?
L109[14:51:26] <MichiBot> Ama​nda: I sense some "bedroom?" in your future!
L110[15:26:19] <Lizzian> %tonk
L111[15:26:20] <MichiBot> I'm sorry Lizzian, you were not able to beat CompanionCube's record of 18 hours, 36 minutes and 51 seconds this time. 15 hours, 48 minutes and 31 seconds were wasted! Missed by 2 hours, 48 minutes and 19 seconds!
L112[15:26:27] <Lizzian> nuuuuuu
L113[15:48:01] <Adorabl​eCatgirl> let's make consistent english
L114[16:23:00] <DaCompu​terNerd> Ha. Now I will take the tonk
L115[16:23:13] <ThePi​Guy24> %tonk
L116[16:23:13] <MichiBot> I'm sorry ThePiGuy24, you were not able to beat CompanionCube's record of 18 hours, 36 minutes and 51 seconds this time. 56 minutes and 53 seconds were wasted! Missed by 17 hours, 39 minutes and 57 seconds!
L117[16:23:15] <DaCompu​terNerd> And then probably forget to tonkfail and lose it
L118[16:23:30] <ThePi​Guy24> perkele i should check time
L119[16:23:40] <ThePi​Guy24> i am reterdod
L120[16:41:40] <Kristo​pher38> @payonel I'm having trouble running ocvm, it builds successfully but when I'm trying to run it, it fails to initialize filesystem
L121[16:42:26] <Kristo​pher38> can the compiler be an issue? I'm using g++ 9.2.0
L122[16:46:54] ⇨ Joins: gamax92 (~gamax92@c-73-153-119-160.hsd1.co.comcast.net)
L123[16:46:54] zsh sets mode: +v on gamax92
L124[16:51:43] <Izaya> did you download the OS with uh
L125[16:51:51] <Izaya> subversion?
L126[17:00:05] ⇨ Joins: Thutmose (~Patrick@host-69-59-79-181.nctv.com)
L127[17:27:28] ⇨ Joins: freacknate (~freacknat@40.sub-174-222-16.myvzw.com)
L128[17:28:57] ⇨ Joins: freack (~freacknat@097-092-106-022.biz.spectrum.com)
L129[17:30:00] ⇦ Quits: freacknate09 (~freacknat@40.sub-174-222-16.myvzw.com) (Ping timeout: 200 seconds)
L130[17:31:28] ⇦ Quits: freacknate (~freacknat@40.sub-174-222-16.myvzw.com) (Ping timeout: 200 seconds)
L131[17:36:34] <S3_> 여보세요
L132[17:43:28] <Kristo​pher38> I did install SVN beforehand, and the readme states that it will automatically manage this
L133[17:43:48] <Kristo​pher38> Though I'm not sure if it did
L134[17:44:19] <Kristo​pher38> I downloaded machine.lua, bios.lua and font.hex though, so that's definitely there
L135[17:44:35] <Kristo​pher38> I need OpenOS as well, right?
L136[17:46:49] <Izaya> grab the command out of the makefile and run it manually
L137[17:49:16] <Kristo​pher38> It works! Thanks
L138[17:53:05] <Kristo​pher38> @payonel sorry for nagging you but if you could release your profiling tools when you've got some free time I'd be grateful
L139[18:11:36] <Inari> https://twitter.com/Vazkii/status/1226566082431012864
L140[18:11:37] <MichiBot> Sun Feb 09 11:58:37 CST 2020 @Vazkii: Soon <https://t.co/wxA39IRczH&gt;
L141[18:13:42] ⇦ Quits: Vaur (~vaur@56.ip-149-202-44.eu) (Ping timeout: 198 seconds)
L142[18:16:33] ⇨ Joins: Vaur (~vaur@56.ip-149-202-44.eu)
L143[18:18:07] ⇨ Joins: gamax92_ (~gamax92@c-73-153-119-160.hsd1.co.comcast.net)
L144[18:18:07] zsh sets mode: +v on gamax92_
L145[18:20:28] ⇦ Quits: gamax92 (~gamax92@c-73-153-119-160.hsd1.co.comcast.net) (Ping timeout: 198 seconds)
L146[18:21:48] ⇦ Quits: TheCryptek (~TheCrypte@2607:fe90:4:b:5054::1) (*.net *.split)
L147[18:26:43] <Kane​ Hart> Is there any kind of decent method of sending data out to allow other players on the server grab it without Internet? So the idea is we have 12 bunkers around the world and only 3 of them are open at any given time. We like people at any distance to be able to grab this data so they know what ones are open at the time.
L148[18:26:44] <Kane​ Hart> The only thing I could think of is linked card but that is a binding between 2 cards not really for public access. What we want to do is something sort like wireless that they can grab the data whenever but without fracking things up.
L149[18:27:58] <Forec​aster> just make a linked card pair for each bunker and create a semi-circle connection between all of them
L150[18:28:15] ⇨ Joins: Victor_sueca (~Victor_su@90.165.120.190)
L151[18:29:01] <Kane​ Hart> worlds like 32,000 x 32,000 in size so I think wireless range like 400 and such. Linked Cards I don't think can be tapped in at all they act like lan cards kind of right? hmm
L152[18:29:26] <Kane​ Hart> We want to do a vast rail system to all the bunkers sort why the idea exists as it's the players only way to get to the nether, end, twilight, etc
L153[18:29:34] <Inari> H-hey
L154[18:29:35] <Inari> its kane!
L155[18:29:44] <Inari> You still doing servers?
L156[18:30:39] <Kane​ Hart> Yeah making a new gtnh soon tm
L157[18:30:57] <Inari> gtnh?
L158[18:32:41] <Forec​aster> you are talking about stuff that's irrelevant to the issue
L159[18:32:47] <Forec​aster> why won't linked cards work
L160[18:32:52] <Adorabl​eCatgirl> so
L161[18:32:57] <Adorabl​eCatgirl> i've done a big brain
L162[18:33:18] ⇨ Joins: TheCryptek (~TheCrypte@2607:fe90:4:b:5054::1)
L163[18:33:53] <Kane​ Hart> How do people outside that Network you can reconnect to the link cards? My issue is I want people to use their own computers at their base to tap into some sort of system to see. The current bunkers that are open.
L164[18:37:33] ⇦ Quits: TheCryptek (~TheCrypte@2607:fe90:4:b:5054::1) (*.net *.split)
L165[18:39:45] ⇨ Joins: TheCryptek (~TheCrypte@2607:fe90:4:b:5054::1)
L166[18:44:04] <Ocawes​ome101> That pretty much sounds like you’re going to need to use Internet cards to, for example, `http.post` a server with the bunker status or a request for it.
L167[18:46:38] <Kane​ Hart> Oh wait can you do that all internally? So run a OC Server and have another OC connect to that OC Server in game without actually going to the WAN?
L168[18:46:46] <Forec​aster> no
L169[18:46:51] <Forec​aster> outgoing requests only
L170[18:47:47] ⇦ Quits: Vexatos (~Vexatos@port-92-192-0-113.dynamic.as20676.net) (Ping timeout: 202 seconds)
L171[18:48:19] <Kane​ Hart> ahh, ok will figure something out. We use stargates right now to communicate to all the other bunkers for fun rather using linked cards for that portion haha. Maybe we can just wireless broadcast the 400 distance card and let players setup their own pc's nearby and handle their own data.
L172[18:50:09] ⇦ Quits: TheCryptek (~TheCrypte@2607:fe90:4:b:5054::1) (*.net *.split)
L173[18:50:20] <Ocawes​ome101> You’ve got me intrigued, I want to play with that now, lol
L174[18:50:38] <Ocawes​ome101> Might implement some kind of networking stack in Open Kernel
L175[18:52:54] <Izaya> networking should be in user-space
L176[18:53:09] <Izaya> that said, do support buffers/streams somewhere core-ish
L177[18:53:51] ⇨ Joins: Vexatos (~Vexatos@port-92-192-42-131.dynamic.as20676.net)
L178[18:53:51] zsh sets mode: +v on Vexatos
L179[18:54:13] <Ocawes​ome101> “Userspace”
L180[18:54:28] <Izaya> as opposed to kernel space
L181[18:54:48] <Ocawes​ome101> What exactly is the difference?
L182[18:55:14] <Izaya> kernel space has access to kernel internal data structures and functions and stuff
L183[18:55:23] <Izaya> whereas user space only has access to external APIs
L184[18:55:45] <Izaya> (in real computers, it also involves memory access, but that's not *strictly* relevant here)
L185[18:56:08] <Ocawes​ome101> So user space is anything that isn’t the kernel or init scripts, in this case?
L186[18:56:16] ⇨ Joins: TheCryptek (~TheCrypte@2607:fe90:4:b:5054::1)
L187[18:56:28] <Izaya> Preferably, anything that isn't the kernel, including init scripts.
L188[18:56:59] <Ocawes​ome101> Okay.
L189[18:58:13] <Ocawes​ome101> Currently much of my system initialization is done out of `/etc/init.d`, except for the `term` API and some basic FS api wrapping
L190[18:59:03] <Ocawes​ome101> If you take a look at the source (https://GitHub.com/Ocawesome101/open-kernel) you might get a clearer picture of what I’m saying
L191[19:00:57] ⇦ Quits: TheCryptek (~TheCrypte@2607:fe90:4:b:5054::1) (*.net *.split)
L192[19:03:40] ⇨ Joins: TheCryptek (~TheCrypte@2607:fe90:4:b:5054::1)
L193[19:08:09] ⇦ Quits: TheCryptek (~TheCrypte@2607:fe90:4:b:5054::1) (*.net *.split)
L194[19:08:19] ⇨ Joins: TheCryptek (~TheCrypte@ircbouncehouse.com)
L195[19:46:19] <Amanda> %8ball send a message?
L196[19:46:19] <MichiBot> Ama​nda: Outlook not so good
L197[19:46:56] <asie> yeah, use Thunderbird
L198[19:50:34] <freack> I need a tier 3 case, but diamond cost is an issue
L199[19:50:54] <Izaya> Why do you need a T3 case?
L200[19:56:01] <freack> So I can fit my tier 2 graphics card and internet card
L201[19:56:23] <freack> also, how do I use wget? I tried to wget a file, and it failed bad lol
L202[19:58:55] <Amanda> `wget <url>`
L203[19:59:38] <freack> huh, I tried that and it said it was an invalid address
L204[19:59:57] <freack> I did 'wget https://github.com/OpenPrograms/gamax92-Programs/blob/master/nano/nano.lua' and it errored. Lemme redo it so I can tell you the exact error
L205[20:00:27] <freack> 'HTTP request failed: invalid address'
L206[20:02:54] <Forec​aster> that's because that url goes to a webpage and not to a file
L207[20:03:24] <Forec​aster> if you want to use something like wget with github you have to use the url from the `Raw` button
L208[20:03:29] <freack> ahh
L209[20:03:54] ⇨ Joins: Kleadron (~kleadron@c-73-254-147-9.hsd1.wa.comcast.net)
L210[20:04:56] <freack> and now I am getting file already exists when trying to download print3d.lua.... does wget not like me? lol
L211[20:05:32] <Forec​aster> -f or something to force it to download anyway (and overwrite)
L212[20:06:00] <freack> ok
L213[20:06:51] ⇨ Joins: Backslash (~Backslash@d75-156-174-126.abhsia.telus.net)
L214[20:16:49] ⇦ Quits: Kleadron (~kleadron@c-73-254-147-9.hsd1.wa.comcast.net) (Read error: Connection reset by peer)
L215[20:17:03] <freack> time to 3d print dicks and put them in my friend's base
L216[20:17:10] <Klea​dron> lmao
L217[21:00:58] <freack> eyy, finally upgraded to a tier 3 case
L218[21:10:47] <freack> Should I spend $50 for pro pastebin?
L219[21:11:22] <freack> I don't use Pastebin outside of OC stuff
L220[21:11:23] <Forec​aster> do you need to?
L221[21:12:00] ⇦ Quits: Vaur (~vaur@56.ip-149-202-44.eu) (Ping timeout: 189 seconds)
L222[21:14:43] <Izaya> Fuck no
L223[21:14:47] <Izaya> git gud at gist
L224[21:16:41] <Izaya> have pastebin fixed their fucked up line endings yet by the way
L225[21:18:14] <Z​ef> I only use pastebin for quick stuff like asking about programs or posting crashlogs
L226[21:19:04] ⇨ Joins: Vaur (~vaur@56.ip-149-202-44.eu)
L227[21:28:33] <CompanionCube> man, $50 for pastebin?
L228[21:28:49] <CompanionCube> what do you get for that, surely they're ripping you off
L229[21:37:26] <Z​ef> https://pastebin.com/pro
L230[21:37:45] <Z​ef> PMs on pastebin
L231[21:37:49] <Z​ef> and darkmode
L232[21:39:27] <CompanionCube> wow such impressive not
L233[21:39:37] <Izaya> alright two galaxy brain ideas for you
L234[21:39:40] <Izaya> right
L235[21:39:42] <Izaya> 1. IRC
L236[21:39:46] <Izaya> 2. custom style sheets
L237[21:40:14] <Izaya> https://userstyles.org/styles/browse/pastebin
L238[21:40:18] <Izaya> go nuts kiddo
L239[21:40:23] <CompanionCube> Izaya: this is apparently one of their 24 reasons: ' PRO users are able to fully customize their Pastebin layout. You can adjust things such as "font size", "font spacing", "layout width". You can also hide public pastes.'
L240[21:40:41] <Izaya> so
L241[21:40:47] <Izaya> you get to write your own CSS, poorly?
L242[21:47:45] ⇦ Quits: Izaya (~izaya@210-1-218-92-cpe.spintel.net.au) (Ping timeout: 204 seconds)
L243[22:03:13] ⇨ Joins: Izaya (~izaya@210-1-218-92-cpe.spintel.net.au)
L244[22:16:29] ⇨ Joins: ben_mkiv (~ben_mkiv@i5E86B778.versanet.de)
L245[22:27:52] <freack> man, pro pastebin is useless then it appears
L246[22:28:02] <freack> I'm gonna go write an FTP client
L247[22:28:35] <freack> I've already use 316kb of my hard drive
L248[22:28:42] <freack> of a 2mb hard drive
L249[22:29:06] <freack> oh, free.lua shows free ram, doesn't it?
L250[22:29:24] <freack> because it shows total of 786kb, which is how much ram I put in this computer
L251[22:29:41] <freack> what is using 316kb of ram? Surely OpenOS doesn't use that much
L252[22:30:01] <Izaya> nah that sounds about right
L253[22:30:05] <freack> ahh, something was stored in RAM. Restarted and it is now at 106kb used
L254[22:30:16] <Izaya> Lua gc's harder the less memory you have
L255[22:30:22] <Izaya> also, OpenOS caches libraries in RAM
L256[22:30:25] <freack> ahh
L257[22:30:47] <freack> I put in 768kb of ram, I don't think I'll use all of that any time soon lol
L258[22:31:03] * Izaya usually only puts 256K in their machines
L259[22:31:15] <freack> I'm gonna learn how to have stuff run in the background and have something keep track of free RAM in the upper right of my screen
L260[22:31:32] <freack> This is my only machine so far in this server
L261[22:31:40] <freack> I did 3d print a companion cube
L262[22:31:48] <Izaya> T1 APU, T2 GPU, 256K RAM, network card, no storage
L263[22:32:09] <freack> man, why so little?
L264[22:32:21] <freack> Do you just have the entire system code on the EEPROM?
L265[22:32:25] <Izaya> nah
L266[22:32:30] <Izaya> no storage isn't really correct
L267[22:32:44] <Izaya> but usually I'll have one machine with a tape drive and netboot the rest
L268[22:32:55] <Izaya> I enjoy the challenge of making stuff work on shitty hardware
L269[22:33:05] <freack> ahh
L270[22:33:11] <Izaya> but is it really shitty if each of those machines happily handles two interactive terminals?
L271[22:33:20] <freack> I need to bug my friend, who owns the server, to install Computronics
L272[22:33:24] <freack> dang, that is pretty good
L273[22:34:25] <freack> is the /tmp directory just storage entirely on my RAM? If so, that'll prove to be interesting to play with
L274[22:34:50] <Izaya> /tmp is a real filesystem, it doesn't use the same memory as your scripts
L275[22:34:56] <freack> ahh
L276[22:35:04] <Izaya> but it's also temporary and loses all state upon power loss
L277[22:35:06] <freack> I thought it was in RAM, since it gets wiped when you restart
L278[22:35:29] <Izaya> not restart!
L279[22:35:31] <Izaya> Power loss :D
L280[22:35:34] <freack> ahh lol :)
L281[22:35:52] <Izaya> those machines keep their OS in the tmpfs
L282[22:35:55] <Izaya> the netbooted ones
L283[22:35:56] <freack> I'm debating about starting on an FTP program or go mining to get more coal to compress into diamonds to upgrade my computer
L284[22:35:58] <freack> ahh, neat
L285[22:36:17] <freack> Is your code publicly available? I may do that for most of my computers
L286[22:36:29] <Izaya> It doesn't work with OpenOS
L287[22:36:35] <Izaya> and I wouldn't inflict PsychOS on anyone
L288[22:36:40] <Izaya> :p
L289[22:36:42] <freack> lol
L290[22:36:55] <freack> I may play around with making my own OS
L291[22:37:02] <freack> I think I downloaded PsychOS at one point
L292[22:37:12] <Izaya> with some abuse I've got them unionfs-mounting libraries and executables from another server
L293[22:38:00] <Izaya> (mount server exported dir as /<servername>, unionfs mount /tmp/exec and /<servername>/exec as /boot/exec)
L294[22:38:42] <Izaya> I've been meaning to try to get a remote filesystem working at the EEPROM level...
L295[22:38:44] <Izaya> hmhm
L296[22:39:36] <freack> nice
L297[22:40:03] <freack> I"m gonna mine coal to upgrade my computer lol
L298[22:40:23] <Izaya> oh I forgot to mention the other driving force behind my computers being weak af
L299[22:40:28] <Kristo​pher38> Izaya: do you happen to know how big is tmpfs?
L300[22:40:46] <Izaya> the server I play on, computers are infinite microcrafting and take ages to build, it's even worse than just hardcore mode
L301[22:40:52] <Izaya> 64KiB
L302[22:40:55] <freack> ahh, that is annoying
L303[22:41:08] <Izaya> I like it.
L304[22:41:12] <freack> I'm gonna computerize my base, using cheap computers
L305[22:41:14] <freack> ahh
L306[22:41:18] <Izaya> It encourages people to not just throw resources at the problem
L307[22:41:23] <freack> yeah
L308[22:41:32] <freack> What server and pack do you play on?
L309[22:41:41] <freack> I'm on my friend's server with modified DW20
L310[22:41:55] <Izaya> Custom pack, and I'm not sure I'm in a position to invite, I'm afraid.
L311[22:41:59] <freack> ahh
L312[22:43:06] <Izaya> man know what's depressing?
L313[22:43:10] <freack> what?
L314[22:43:14] <Izaya> I haven't done anything OC related since like
L315[22:43:16] <Izaya> early january
L316[22:43:19] <freack> really?
L317[22:43:27] <Izaya> yeah
L318[22:43:29] <Izaya> work x_x
L319[22:43:33] <Mimiru> I've not done anything OC related in much longer :P
L320[22:43:36] <Izaya> I can feel the motivation leaving my body.
L321[22:43:44] <freack> lol, I haven't done anything OC related for 5 minutes
L322[22:44:03] <Izaya> I haven't even gone for a ride for the sake of going for a ride for like a month
L323[22:44:05] <Izaya> why even live
L324[22:44:06] <Mimiru> I launched OC for the first time in likely 6-7 months last night, to test shaders on my new card
L325[22:47:45] <Kristo​pher38> Izaya: go do something good for yourself
L326[22:48:21] <Mimiru> I'm just thankful for ben_mkiv helping maintain my mods :P
L327[22:48:43] <Izaya> I should go for a ride today.
L328[22:48:47] <Izaya> It looks kinda nice out.
L329[22:48:50] <Izaya> Still wet though :|
L330[22:53:26] <M​GR> Freack, you still looking for a FTP program?
L331[22:55:21] <Amanda> don
L332[22:55:31] <Mimiru> No, Katie
L333[22:55:33] <Mimiru> :P
L334[22:55:38] <Amanda> 't answer that, he'll try and recruit you into his GERT cult!
L335[22:55:45] <Mimiru> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
L336[22:55:53] <Mimiru> :P
L337[22:56:32] <Kristo​pher38> lmao
L338[22:56:52] <M​GR> Lol
L339[22:57:04] <M​GR> Actually false for once
L340[22:57:37] <M​GR> I didn't even make what I'm thinking of
L341[22:58:59] <ben_mkiv> Mimiru, to be honest, i didnt do much in the last months
L342[22:59:14] <Mimiru> You've managed to keep 'em alive.. lol
L343[23:00:41] <freack> MGR, I am
L344[23:00:45] <freack> lol
L345[23:00:46] <freack> I'm not
L346[23:01:02] <freack> I am look for an FTP program
L347[23:02:04] <M​GR> Ok
L348[23:02:17] <M​GR> I'll link you to one in 30-60 minutes
L349[23:02:46] <freack> cool
L350[23:02:58] <freack> I'm trying to connect to an IRL ftp server
L351[23:03:05] <Izaya> there's one on oppm for that
L352[23:03:13] <Izaya> I think gamax wrote it
L353[23:03:16] <M​GR> Do you have Discord btw?
L354[23:03:17] <freack> whats the name?
L355[23:03:20] <freack> I do
L356[23:03:26] <M​GR> What's your tag?
L357[23:03:30] <Izaya> oh no he'll PM you about his cult
L358[23:03:32] <Izaya> run awaaaay
L359[23:03:38] <Izaya> I like that
L360[23:03:40] <Izaya> cult
L361[23:03:41] <freack> Ernos#3445
L362[23:03:42] <Izaya> :3
L363[23:03:46] <M​GR> Thanks
L364[23:03:59] <freack> your welcome
L365[23:04:19] <Kristo​pher38> you know, that's certainly a way to make people use your software :P
L366[23:04:26] <Izaya> there's also ocnetfs
L367[23:05:11] <Izaya> not FTP, but may suit your usecase, not that you've specified one
L368[23:23:33] ⇦ Quits: Vexatos (~Vexatos@port-92-192-42-131.dynamic.as20676.net) (Quit: Insert quantum chemistry joke here)
L369[23:31:03] <freack> I thought I did. I need to connect to an FTP server hosted on my computer
L370[23:33:19] <freack> I love the speed effect of my nanomachines
L371[23:47:12] ⇦ Quits: Inari (~Pinkishu@pD9E8F206.dip0.t-ipconnect.de) (Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/)
<<Prev Next>> Scroll to Top